@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&family=Inter:wght@400;500;700&display=swap";:root{--bg-color:#f7f7f5;--surface-color:#fff;--text-main:#111;--text-muted:#5f5f5f;--primary-color:#111;--secondary-color:#777;--accent-color:#111;--border-color:#d8d8d2;--gradient-bg:#f7f7f5;--gradient-text:linear-gradient(to right, #111, #111);--glass-bg:#f7f7f5f0;--glass-surface-bg:#fff;--glass-border:#d8d8d2;--glass-blur:blur(8px);--modal-overlay-bg:#11111194;--modal-bg:#fff;--modal-field-bg:#fff;--modal-field-border:#cfcfc8;--modal-shadow:0 28px 70px #1113;--kakao-yellow:#fee500;--kakao-text:#191919;--footer-bg:#ededeb;--footer-text:#4b4b4b;--footer-muted:#666660;--footer-heading:#111;--footer-border:#cfcfc8;--footer-link-hover:#000}[data-theme=retro]{--bg-color:#282828;--surface-color:#3c3836;--text-main:#ebdbb2;--text-muted:#a89984;--primary-color:#fabd2f;--secondary-color:#83a598;--accent-color:#b8bb26;--border-color:#504945;--gradient-bg:#282828;--gradient-text:linear-gradient(to right, #fabd2f, #d3869b, #83a598);--glass-bg:var(--bg-color);--glass-surface-bg:var(--surface-color);--glass-border:var(--border-color);--glass-blur:none;--footer-bg:#211f1d;--footer-text:#d6c7a1;--footer-muted:#b8a98b;--footer-heading:#fbf1c7;--footer-border:#504945;--footer-link-hover:#fabd2f}[data-theme=modern]{--bg-color:#0f172a;--surface-color:#1e293b;--text-main:#f8fafc;--text-muted:#94a3b8;--primary-color:#3b82f6;--secondary-color:#8b5cf6;--accent-color:#06b6d4;--border-color:#334155;--gradient-bg:linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);--gradient-text:linear-gradient(to right, #3b82f6, #8b5cf6, #06b6d4);--glass-bg:#0f172acc;--glass-surface-bg:#1e293bb3;--glass-border:#ffffff1a;--glass-blur:blur(12px);--modal-overlay-bg:#020617db;--modal-bg:linear-gradient(145deg, #111827 0%, #1e293b 55%, #172554 100%);--modal-field-bg:#0f172aeb;--modal-field-border:#94a3b866;--modal-shadow:0 32px 80px #0000008c, 0 0 0 1px #3b82f629;--footer-bg:#0b1220;--footer-text:#cbd5e1;--footer-muted:#94a3b8;--footer-heading:#f8fafc;--footer-border:#334155;--footer-link-hover:#60a5fa}[data-theme=monochrome]{--bg-color:#f7f7f5;--surface-color:#fff;--text-main:#111;--text-muted:#5f5f5f;--primary-color:#111;--secondary-color:#777;--accent-color:#111;--border-color:#d8d8d2;--gradient-bg:#f7f7f5;--gradient-text:linear-gradient(to right, #111, #111);--glass-bg:#f7f7f5f0;--glass-surface-bg:#fff;--glass-border:#d8d8d2;--glass-blur:blur(8px);--modal-overlay-bg:#11111194;--modal-bg:#fff;--modal-field-bg:#fff;--modal-field-border:#cfcfc8;--modal-shadow:0 28px 70px #1113;--footer-bg:#ededeb;--footer-text:#4b4b4b;--footer-muted:#666660;--footer-heading:#111;--footer-border:#cfcfc8;--footer-link-hover:#000}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--gradient-bg);color:var(--text-main);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif}.glass-panel{background:var(--glass-surface-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:var(--glass-blur);border-radius:12px;padding:24px}.gradient-text{background:var(--gradient-text);color:#0000;-webkit-background-clip:text;background-clip:text}[data-theme=monochrome] .gradient-text{background:0 0;-webkit-background-clip:initial;background-clip:initial;color:var(--text-main)}nav{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);z-index:100;border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding:20px 40px;display:flex;position:sticky;top:0}.nav-links{align-items:center;gap:24px;display:flex}.nav-links a{color:var(--text-muted);font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover,.nav-links a.active{color:var(--text-main)}.theme-menu{margin-left:12px;position:relative}.theme-trigger,.nav-control{background:var(--glass-surface-bg);border:1px solid var(--border-color);min-height:36px;color:var(--text-main);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:6px 13px;font-size:.9rem;font-weight:800;line-height:1;transition:border-color .2s,background .2s,transform .2s;display:inline-flex}.theme-trigger:hover,.nav-control:hover{border-color:var(--primary-color);transform:translateY(-1px)}.theme-trigger:focus-visible,.nav-control:focus-visible{outline:2px solid var(--primary-color);outline-offset:3px}.theme-chevron{transition:transform .2s}.theme-chevron.open{transform:rotate(180deg)}.theme-dropdown{z-index:200;background:var(--glass-surface-bg);border:1px solid var(--border-color);border-radius:14px;min-width:190px;padding:8px;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 18px 45px #0000003d}.theme-dropdown:before{content:"";background:var(--glass-surface-bg);border-left:1px solid var(--border-color);border-top:1px solid var(--border-color);width:10px;height:10px;position:absolute;top:-6px;right:22px;transform:rotate(45deg)}.theme-option{z-index:1;width:100%;color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;font-size:.92rem;font-weight:700;transition:background .2s,color .2s;display:flex;position:relative}.theme-option:hover,.theme-option.active{color:var(--text-main);background:#ffffff14}.theme-option svg{color:var(--primary-color);flex:none}.brand{font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:40px 20px}.hero{text-align:center;padding:80px 0}.hero h1{margin-bottom:20px;font-size:4rem}.hero p{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.2rem}.hero-lead{color:var(--text-muted);line-height:1.8;max-width:840px!important;font-size:1.1rem!important}.hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-top:28px;display:flex}.primary-cta,.secondary-cta,.kakao-cta{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:0 24px;font-size:1rem;font-weight:800;text-decoration:none;transition:transform .2s,border-color .2s,background .2s;display:inline-flex}.primary-cta{background:var(--primary-color);color:var(--bg-color);border:none;box-shadow:0 14px 28px #3b82f63d}.secondary-cta{border:1px solid var(--border-color);color:var(--text-main);background:#ffffff0d}.kakao-cta{background:var(--kakao-yellow);color:var(--kakao-text);border:1px solid #fee5009e;box-shadow:0 14px 28px #fee50038}.primary-cta:hover,.secondary-cta:hover,.kakao-cta:hover{transform:translateY(-2px)}.hero-proof-list{color:var(--text-muted);flex-wrap:wrap;justify-content:center;gap:12px;margin-top:20px;font-size:.92rem;display:flex}.hero-proof-list span{align-items:center;gap:6px;display:inline-flex}.hero-proof-list svg{color:var(--accent-color)}.section-heading{margin-bottom:24px}.section-heading h2{color:var(--text-main);margin-bottom:10px;font-size:2rem}.section-heading p{max-width:760px;color:var(--text-muted);word-break:keep-all;overflow-wrap:break-word;line-height:1.7}.process-section .section-heading p{max-width:880px}.proof-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.proof-card,.process-card{background:var(--glass-surface-bg);border:1px solid var(--glass-border);border-radius:12px}.proof-card{align-items:flex-start;gap:14px;padding:18px;display:flex}.proof-icon{width:42px;height:42px;color:var(--primary-color);background:#3b82f624;border-radius:12px;flex:0 0 42px;justify-content:center;align-items:center;display:inline-flex}.proof-card strong{color:var(--text-main);margin-bottom:4px;font-size:1rem;display:block}.proof-card span{color:var(--text-muted);font-size:.9rem;line-height:1.55;display:block}.process-section{margin-top:72px}.process-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.process-card{padding:24px}.process-index{color:var(--primary-color);margin-bottom:18px;font-size:.9rem;font-weight:800;display:block}.process-card h3{margin-bottom:10px;font-size:1.2rem}.process-card p{color:var(--text-muted);line-height:1.65}.contact-section{background:var(--surface-color);border:1px solid var(--border-color);text-align:center;border-radius:20px;margin-top:80px;padding:44px}.contact-cta{font-size:1.05rem}.contact-kakao-cta{margin-left:12px;font-size:1.05rem}.contact-note{color:var(--text-muted);margin-top:16px;font-size:.92rem}.site-footer{--footer-content-width:900px;width:100%;color:var(--footer-text);border-top:1px solid var(--footer-border);background:var(--footer-bg);margin-top:auto;padding:0 20px 38px;font-size:.88rem;line-height:1.8}.footer-policy-nav{max-width:var(--footer-content-width);border-bottom:1px solid var(--footer-border);flex-wrap:wrap;justify-content:flex-start;gap:0;margin:0 auto 26px;padding:18px 0;display:flex}.footer-policy-nav a{color:var(--footer-heading);border-right:1px solid var(--footer-border);padding:0 28px;font-weight:800;text-decoration:none}.footer-policy-nav a:first-child{padding-left:0}.footer-policy-nav a:last-child{border-right:0}.footer-policy-nav a:hover,.footer-policy-nav a:focus-visible{color:var(--footer-link-hover);text-underline-offset:4px;text-decoration:underline}.footer-company,.footer-business-info,.footer-commerce-note,.footer-copyright{max-width:var(--footer-content-width);margin-left:auto;margin-right:auto}.footer-company{color:var(--footer-heading);margin-bottom:8px;font-size:.96rem;font-weight:800}.footer-business-info{flex-direction:column;gap:2px;display:flex}.footer-commerce-note{margin-top:16px;margin-bottom:12px}.footer-inline-action{appearance:none;color:var(--footer-heading);cursor:pointer;font:inherit;text-underline-offset:3px;background:0 0;border:0;padding:0;font-weight:800;text-decoration:underline}.footer-inline-action:hover,.footer-inline-action:focus-visible{color:var(--footer-link-hover)}.footer-inline-action:focus-visible{outline:2px solid var(--footer-link-hover);outline-offset:3px;border-radius:4px}.footer-kakao-action,.footer-kakao-action:hover,.footer-kakao-action:focus-visible{background:var(--kakao-yellow);color:var(--kakao-text);border-radius:4px;align-items:center;padding:2px 8px;text-decoration:none;display:inline-flex;box-shadow:inset 0 0 0 1px #1919191f}.footer-kakao-action:focus-visible{outline:2px solid var(--kakao-yellow)}.footer-copyright{color:var(--footer-muted);margin-top:16px;font-size:.75rem}.modal-overlay{z-index:1000;background:var(--modal-overlay-bg);-webkit-backdrop-filter:blur(8px);justify-content:center;align-items:center;padding:24px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:var(--modal-bg);border:1px solid var(--modal-field-border);width:min(100%,540px);max-height:90vh;box-shadow:var(--modal-shadow);border-radius:20px;padding:40px;overflow-y:auto}.modal-title{color:var(--text-main);align-items:center;gap:12px;margin-bottom:24px;font-size:1.65rem;display:flex}.modal-title svg{color:var(--primary-color);flex:none}.form-grid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px;display:grid}.modal-field-group{margin-bottom:20px}.modal-field-group:last-of-type{margin-bottom:32px}.modal-label{color:var(--text-muted);margin-bottom:8px;font-weight:700;display:block}.modal-field{border:1px solid var(--modal-field-border);background:var(--modal-field-bg);width:100%;color:var(--text-main);font:inherit;border-radius:12px;padding:12px 16px;font-size:1rem}.modal-field::placeholder{color:var(--text-muted);opacity:.75}.modal-field:focus{outline:2px solid var(--primary-color);outline-offset:2px;border-color:var(--primary-color)}.modal-select{appearance:none;cursor:pointer}.modal-select option{color:#111;background:#fff}.modal-textarea{resize:vertical;min-height:132px}.modal-kakao-option{color:var(--text-muted);background:#fee5001a;border:1px solid #fee50075;border-radius:12px;justify-content:space-between;align-items:center;gap:14px;margin:-12px 0 24px;padding:14px 16px;font-size:.94rem;display:flex}.modal-kakao-option a{background:var(--kakao-yellow);min-height:40px;color:var(--kakao-text);border-radius:999px;flex:none;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-weight:800;text-decoration:none;display:inline-flex}.modal-actions{justify-content:flex-end;gap:16px;display:flex}.modal-cancel,.modal-submit{cursor:pointer;border-radius:12px;min-height:48px;padding:0 24px;font-size:1rem;font-weight:800;transition:transform .2s,background .2s,color .2s,border-color .2s}.modal-cancel{border:1px solid var(--modal-field-border);color:var(--text-muted);background:0 0}.modal-submit{background:var(--primary-color);color:var(--bg-color);border:0}.modal-cancel:hover,.modal-submit:hover:not(:disabled){transform:translateY(-1px)}.modal-cancel:hover{color:var(--text-main);border-color:var(--primary-color)}.modal-submit:hover:not(:disabled){background:var(--accent-color)}.modal-submit:disabled{cursor:wait;opacity:.72}.card-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-top:40px;display:grid}.card{transition:transform .3s,box-shadow .3s}.card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0003}.timeline{flex-direction:column;gap:32px;margin-top:40px;display:flex;position:relative}.timeline:before{content:"";background:var(--border-color);width:2px;position:absolute;top:0;bottom:0;left:20px}.timeline-item{padding-left:60px;position:relative}.timeline-item:before{content:"";background:var(--primary-color);border-radius:50%;width:14px;height:14px;position:absolute;top:6px;left:14px;box-shadow:0 0 10px #fabd2f80}.timeline-date{color:var(--primary-color);margin-bottom:8px;font-size:.9rem;font-weight:600}.timeline-title{margin-bottom:8px;font-size:1.5rem}.rank-image-strip{gap:12px;margin-top:12px;padding-bottom:8px;display:flex;overflow-x:auto}.rank-image-button{cursor:zoom-in;background:0 0;border:0;border-radius:12px;flex:none;padding:0;display:inline-flex}.rank-image-button:focus-visible{outline:2px solid var(--primary-color);outline-offset:4px}.rank-image-thumbnail{border:1px solid var(--border-color);border-radius:12px;height:300px;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #00000026}.rank-image-button:hover .rank-image-thumbnail,.rank-image-button:focus-visible .rank-image-thumbnail{transform:translateY(-2px);box-shadow:0 12px 30px #11111138}.image-preview-overlay{z-index:1200;-webkit-backdrop-filter:blur(8px);background:#111111c7;justify-content:center;align-items:center;padding:28px;display:flex;position:fixed;inset:0}.image-preview-dialog{justify-content:center;align-items:center;max-width:min(100%,980px);max-height:92vh;display:flex;position:relative}.image-preview-full{background:#fff;border-radius:12px;max-width:100%;max-height:92vh;box-shadow:0 30px 80px #00000073}.image-preview-close{z-index:1;color:#fff;cursor:pointer;background:#111111c2;border:1px solid #ffffff3d;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex;position:absolute;top:12px;right:12px}.image-preview-close:hover,.image-preview-close:focus-visible{background:#111}.image-preview-close:focus-visible{outline-offset:3px;outline:2px solid #fff}.privacy-container{max-width:800px;margin:0 auto}.privacy-container h1{margin-bottom:24px}.privacy-container h2{margin-top:24px;margin-bottom:12px}.privacy-container p,.privacy-container li{color:var(--text-muted);margin-bottom:16px}.policy-back-link{color:var(--text-muted);align-items:center;gap:8px;margin-bottom:18px;text-decoration:none;display:inline-flex}.policy-back-link:hover,.policy-back-link:focus-visible{color:var(--text-main)}.policy-updated{font-size:.85rem}.policy-intro{margin-top:18px;font-size:1rem;line-height:1.7}.policy-section-list{flex-direction:column;gap:26px;margin-top:32px;display:flex}.policy-section h2{color:var(--text-main);font-size:1.25rem}.policy-section ul{padding-left:20px}.legal-container{max-width:880px;margin:0 auto}.legal-back-link{color:var(--text-muted);align-items:center;gap:8px;margin-bottom:22px;text-decoration:none;display:inline-flex}.legal-back-link:hover,.legal-back-link:focus-visible{color:var(--text-main)}.legal-header{border-bottom:1px solid var(--border-color);margin-bottom:34px;padding-bottom:24px}.legal-header p{color:var(--primary-color);margin-bottom:8px;font-weight:800}.legal-header h1{margin-bottom:12px;font-size:clamp(2rem,4vw,3rem)}.legal-header span{color:var(--text-muted)}.terms-section{margin-top:34px}.terms-section h2{color:var(--text-main);margin-bottom:14px;font-size:1.35rem}.terms-section p,.terms-section li,.terms-definitions dd{color:var(--text-muted)}.terms-section p,.terms-section li{margin-bottom:10px;line-height:1.8}.terms-section ol,.terms-section ul{padding-left:22px}.terms-section ul{margin-top:4px;margin-bottom:18px}.terms-definitions{flex-direction:column;gap:14px;display:flex}.terms-definitions div{border:1px solid var(--glass-border);background:#ffffff0a;border-radius:8px;padding:14px 16px}.terms-definitions dt{color:var(--text-main);margin-bottom:4px;font-weight:800}.terms-definitions dd{margin:0;line-height:1.7}.legal-table-wrap{border:1px solid var(--glass-border);border-radius:8px;margin:18px 0;overflow-x:auto}.legal-table{border-collapse:collapse;width:100%;min-width:560px}.legal-table th,.legal-table td{text-align:left;vertical-align:top;border-bottom:1px solid var(--glass-border);padding:13px 16px}.legal-table thead th,.legal-table tbody th{color:var(--text-main);font-weight:800}.legal-table td{color:var(--text-muted)}.legal-table tr:last-child th,.legal-table tr:last-child td{border-bottom:0}.link-list{flex-direction:column;gap:16px;display:flex}.link-item{color:var(--text-main);background:var(--surface-color);border:1px solid var(--border-color);border-radius:12px;align-items:center;gap:12px;padding:16px;text-decoration:none;transition:all .2s;display:flex}.link-item:hover{border-color:var(--primary-color)}.link-item svg{color:var(--primary-color)}.apps-showcase-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:24px;margin-top:40px;display:grid}.app-section-card{min-width:0}.app-section-header{align-items:center;gap:12px;min-height:38px;margin-bottom:20px;padding:0 24px;display:flex}.app-release-card{border:1px solid var(--border-color);background:var(--surface-color);border-radius:12px;padding:16px;display:block}.app-release-card-live{color:var(--text-main);background:#f0fdfa;border-color:#0f766e;text-decoration:none;transition:transform .2s,border-color .2s,box-shadow .2s;box-shadow:0 8px 22px #0f766e21}.app-release-card-live:hover{border-color:#0b5f59;transform:translateY(-2px);box-shadow:0 12px 28px #0f766e33}.app-release-card-live:focus-visible{outline-offset:3px;outline:3px solid #0f766e52}.app-release-heading{color:var(--text-main);align-items:center;gap:8px;display:flex}.app-release-heading svg{color:var(--primary-color);flex:none}.app-release-status{border:1px solid color-mix(in srgb, var(--accent-color) 45%, transparent);color:var(--accent-color);white-space:nowrap;border-radius:999px;margin-left:auto;padding:3px 8px;font-size:.72rem;font-weight:800}.app-release-card-live .app-release-heading svg{color:#0f766e}.app-release-card-live .app-release-status{color:#fff;background:#0f766e;border-color:#0f766e}.app-release-card>p{color:var(--text-muted);margin:12px 0 16px;line-height:1.6}.app-release-card-live>p{color:#3f5f5a}.app-release-open-label{color:#0f766e;align-items:center;gap:6px;font-size:.8rem;font-weight:800;display:inline-flex}[data-theme=modern] .app-release-card-live{background:#0d948824;border-color:#2dd4bf;box-shadow:0 10px 26px #0d948829}[data-theme=modern] .app-release-card-live>p{color:var(--text-muted)}[data-theme=modern] .app-release-card-live .app-release-heading svg,[data-theme=modern] .app-release-open-label{color:#5eead4}[data-theme=modern] .app-release-card-live .app-release-status{color:#082f2a;background:#2dd4bf;border-color:#2dd4bf}.app-release-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:16px;display:flex}.app-release-actions a{border:1px solid var(--border-color);min-height:34px;color:var(--text-main);font:inherit;cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:7px 11px;font-size:.8rem;font-weight:800;text-decoration:none;transition:border-color .2s,background .2s,color .2s;display:inline-flex}.app-release-actions a:hover{border-color:var(--primary-color);color:var(--primary-color);background:#ffffff0f}@media (width<=1020px){.apps-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.apps-showcase-grid{grid-template-columns:1fr;gap:20px;margin-top:28px}.app-section-header{padding:0 20px}}.link-card-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;display:grid}.link-card-grid.compact{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.resource-card{min-height:132px;color:var(--text-main);background:var(--glass-surface-bg);border:1px solid var(--glass-border);border-radius:12px;align-items:flex-start;gap:16px;padding:20px;text-decoration:none;transition:transform .2s,border-color .2s,background .2s;display:flex}.resource-card:hover{border-color:var(--primary-color);background:#ffffff12;transform:translateY(-3px)}.resource-icon{background:#3b82f624;border-radius:12px;flex:0 0 46px;justify-content:center;align-items:center;width:46px;height:46px;display:inline-flex}.resource-title{color:var(--text-main);align-items:center;gap:8px;margin-bottom:8px;font-size:1.05rem;font-weight:800;display:inline-flex}.resource-title svg{color:var(--text-muted)}.resource-desc{color:var(--text-muted);font-size:.92rem;line-height:1.6}.resource-group{flex-direction:column;gap:14px;display:flex}.resource-group-heading{align-items:center;gap:12px;display:flex}.resource-group-heading h3{margin:0;font-size:1.25rem}@media (width<=768px){nav{flex-direction:column;gap:16px;padding:16px 20px}.nav-links{flex-wrap:wrap;justify-content:center;gap:12px}.hero{padding:40px 0}.hero h1{font-size:2.2rem!important}.hero p{font-size:1rem!important}.hero-actions{align-items:stretch}.primary-cta,.secondary-cta,.kakao-cta{width:100%;padding:0 18px}.contact-kakao-cta{margin-top:12px;margin-left:0}.proof-strip,.process-grid{grid-template-columns:1fr}.section-heading h2{font-size:1.65rem}.contact-section{border-radius:16px;padding:32px 20px}.site-footer{text-align:left;padding:0 16px 32px}.footer-policy-nav{justify-content:flex-start;gap:10px 0;margin-bottom:22px}.footer-policy-nav a{padding:0 14px}.footer-policy-nav a:first-child{padding-left:0}.link-card-grid,.link-card-grid.compact{grid-template-columns:1fr}.resource-card{min-height:auto}.container{padding:20px 16px}.card-grid{grid-template-columns:1fr}.rank-image-thumbnail{height:240px}.image-preview-overlay{padding:16px}.image-preview-full{border-radius:10px;max-height:86vh}.image-preview-close{top:8px;right:8px}.modal-content{padding:24px}.form-grid{grid-template-columns:1fr}.modal-actions{flex-direction:column-reverse}.modal-kakao-option{flex-direction:column;align-items:stretch}.modal-kakao-option a,.modal-cancel,.modal-submit{width:100%}}.tech-badge{background:var(--surface-color);color:var(--text-main);border:1px solid var(--border-color);border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.tech-badge:hover{transform:translateY(-2px)}.tech-badge.blue{color:#83a598;background:#83a5981a;border-color:#83a5984d}.tech-badge.blue:hover{background:#83a59833;border-color:#83a598;box-shadow:0 4px 12px #83a59826}.tech-badge.green{color:#b8bb26;background:#b8bb261a;border-color:#b8bb264d}.tech-badge.green:hover{background:#b8bb2633;border-color:#b8bb26;box-shadow:0 4px 12px #b8bb2626}.tech-badge.red{color:#fb4934;background:#fb49341a;border-color:#fb49344d}.tech-badge.red:hover{background:#fb493433;border-color:#fb4934;box-shadow:0 4px 12px #fb493426}.tech-badge.orange{color:#fe8019;background:#fe80191a;border-color:#fe80194d}.tech-badge.orange:hover{background:#fe801933;border-color:#fe8019;box-shadow:0 4px 12px #fe801926}.tech-badge.purple{color:#d3869b;background:#d3869b1a;border-color:#d3869b4d}.tech-badge.purple:hover{background:#d3869b33;border-color:#d3869b;box-shadow:0 4px 12px #d3869b26}.tech-badge.teal{color:#8ec07c;background:#8ec07c1a;border-color:#8ec07c4d}.tech-badge.teal:hover{background:#8ec07c33;border-color:#8ec07c;box-shadow:0 4px 12px #8ec07c26}[data-theme=monochrome] nav,[data-theme=monochrome] .glass-panel,[data-theme=monochrome] .proof-card,[data-theme=monochrome] .process-card,[data-theme=monochrome] .resource-card,[data-theme=monochrome] .contact-section{box-shadow:none}[data-theme=monochrome] .primary-cta{color:#fff;box-shadow:none;background:#111}[data-theme=monochrome] .secondary-cta,[data-theme=monochrome] .theme-trigger,[data-theme=monochrome] .nav-control,[data-theme=monochrome] .theme-dropdown{border-color:var(--border-color);background:#fff}[data-theme=monochrome] .theme-dropdown{box-shadow:0 18px 45px #1111111f}[data-theme=monochrome] .theme-option:hover,[data-theme=monochrome] .theme-option.active{background:#f1f1ee}[data-theme=monochrome] .proof-icon,[data-theme=monochrome] .resource-icon{color:#111;background:#f1f1ee}[data-theme=monochrome] .hero-proof-list svg,[data-theme=monochrome] .resource-group-heading svg,[data-theme=monochrome] .link-item svg{color:#111}[data-theme=monochrome] .tech-badge,[data-theme=monochrome] .tech-badge.blue,[data-theme=monochrome] .tech-badge.green,[data-theme=monochrome] .tech-badge.red,[data-theme=monochrome] .tech-badge.orange,[data-theme=monochrome] .tech-badge.purple,[data-theme=monochrome] .tech-badge.teal{color:#111;border-color:var(--border-color);box-shadow:none;background:#fff}[data-theme=monochrome] .tech-badge:hover,[data-theme=monochrome] .tech-badge.blue:hover,[data-theme=monochrome] .tech-badge.green:hover,[data-theme=monochrome] .tech-badge.red:hover,[data-theme=monochrome] .tech-badge.orange:hover,[data-theme=monochrome] .tech-badge.purple:hover,[data-theme=monochrome] .tech-badge.teal:hover{color:#fff;box-shadow:none;background:#111;border-color:#111}[data-theme=monochrome] .modal-content{background:#fff}[data-theme=monochrome] .modal-field{color:#111;background:#fff}[data-theme=monochrome] .modal-cancel{color:#444}.home-page{--agency-teal:#0f766e;--agency-blue:#2563eb;--agency-violet:#7c3aed;--agency-orange:#ea580c;--agency-line:#10182824;width:100%}[data-theme=modern] .home-page{--agency-teal:#2dd4bf;--agency-blue:#60a5fa;--agency-violet:#a78bfa;--agency-orange:#fb923c;--agency-line:#ffffff24}.agency-hero{grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);align-items:center;gap:68px;min-height:610px;padding:64px 0 72px;display:grid}.hero-copy{min-width:0}.agency-eyebrow,.section-kicker{letter-spacing:0;text-transform:uppercase;font-size:.76rem;font-weight:800}.agency-eyebrow{color:var(--agency-teal);align-items:center;gap:9px;margin-bottom:22px;display:flex}.agency-status-dot{background:#10b981;border-radius:50%;flex:0 0 8px;width:8px;height:8px;box-shadow:0 0 0 5px #10b9811f}.agency-hero h1{max-width:700px;color:var(--text-main);letter-spacing:0;white-space:pre-line;word-break:keep-all;margin-bottom:24px;font-size:3.75rem;line-height:1.08}.agency-hero-lead{max-width:680px;color:var(--text-muted);word-break:keep-all;font-size:1.08rem;line-height:1.85}.agency-release-row{border-top:1px solid var(--agency-line);border-bottom:1px solid var(--agency-line);align-items:center;gap:16px;max-width:680px;margin-top:24px;padding:14px 0;display:flex}.agency-release-label,.agency-release-link{align-items:center;gap:7px;display:inline-flex}.agency-release-label{color:var(--text-muted);white-space:nowrap;font-size:.78rem;font-weight:800}.agency-release-label svg,.agency-release-link svg{color:var(--agency-teal);flex:none}.agency-release-link{min-width:0;color:var(--text-main);text-decoration:none}.agency-release-link strong{font-size:1rem}.agency-release-link span{color:var(--agency-teal);font-size:.82rem;font-weight:800}.agency-release-link:hover strong,.agency-release-link:hover span{text-underline-offset:4px;text-decoration:underline}.agency-release-link:focus-visible{outline:2px solid var(--agency-teal);outline-offset:4px}.agency-hero-actions{align-items:center;gap:12px;margin-top:32px;display:flex}.agency-primary-cta,.agency-secondary-cta,.agency-contact-kakao{min-height:50px;font:inherit;cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:9px;padding:0 20px;font-size:.96rem;font-weight:800;text-decoration:none;transition:transform .2s,background .2s,border-color .2s;display:inline-flex}.agency-primary-cta{border:1px solid var(--text-main);background:var(--text-main);color:var(--bg-color)}.agency-secondary-cta{border:1px solid var(--border-color);background:var(--surface-color);color:var(--text-main)}.agency-primary-cta:hover,.agency-secondary-cta:hover,.agency-contact-kakao:hover{transform:translateY(-2px)}.agency-secondary-cta:hover{border-color:var(--text-main)}.agency-primary-cta:focus-visible,.agency-secondary-cta:focus-visible,.agency-contact-kakao:focus-visible,.agency-kakao-link:focus-visible,.experience-link:focus-visible{outline:2px solid var(--agency-blue);outline-offset:3px}.agency-kakao-link{background:var(--kakao-yellow);color:var(--kakao-text);border-radius:6px;align-items:center;gap:7px;margin-top:17px;padding:8px 12px;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .2s,background .2s;display:inline-flex}.agency-kakao-link:hover{transform:translateY(-2px)}.agency-hero-proof{border-top:1px solid var(--agency-line);color:var(--text-muted);flex-wrap:wrap;gap:10px 18px;margin-top:28px;padding-top:22px;font-size:.83rem;display:flex}.agency-hero-proof span{align-items:center;gap:6px;display:inline-flex}.agency-hero-proof svg{color:var(--agency-teal)}.system-visual{color:#e2e8f0;background:#0b1120;border:1px solid #243147;border-radius:8px;overflow:hidden;box-shadow:0 28px 70px #0f172a33}.system-visual-header{background:#111827;border-bottom:1px solid #243147;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;min-height:48px;padding:0 16px;display:grid}.system-window-dots{gap:5px;display:flex}.system-window-dots span{background:#475569;border-radius:50%;width:7px;height:7px}.system-window-dots span:nth-child(2){background:#0f766e}.system-window-dots span:nth-child(3){background:#2563eb}.system-visual-title{color:#94a3b8;letter-spacing:0;font-size:.68rem;font-weight:800}.system-live{color:#a7f3d0;align-items:center;gap:6px;font-size:.68rem;font-weight:700;display:inline-flex}.system-live i{background:#34d399;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #34d3991f}.system-flow{background-image:linear-gradient(#94a3b80b 1px,#0000 1px),linear-gradient(90deg,#94a3b80b 1px,#0000 1px);background-size:24px 24px;padding:28px 26px 24px}.system-node{z-index:1;background:#0f172aeb;border:1px solid #334155;border-radius:6px;align-items:center;gap:13px;min-height:68px;padding:13px 15px;display:flex;position:relative}.system-node svg{flex:none}.source-node svg{color:#60a5fa}.engine-node{background:#0f766e1f;border-color:#2dd4bf8c;margin-left:34px}.engine-node svg{color:#2dd4bf}.output-node{margin-left:68px}.output-node svg{color:#fb923c}.system-node strong,.system-node span{display:block}.system-node strong{color:#f8fafc;margin-bottom:2px;font-size:.88rem}.system-node span{color:#94a3b8;font-size:.73rem}.system-connector{background:#334155;width:2px;height:26px;margin-left:58px;position:relative;overflow:hidden}.system-connector.second{margin-left:92px}.system-connector span{background:#2dd4bf;width:2px;height:8px;animation:1.8s linear infinite systemPacket;position:absolute;top:-7px;left:0;box-shadow:0 0 8px #2dd4bf}.system-connector.second span{animation-delay:.9s}.system-controls{background:#111827;border-top:1px solid #243147;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.system-controls span{color:#94a3b8;text-align:center;justify-content:center;align-items:center;gap:7px;min-height:54px;padding:8px;font-size:.68rem;font-weight:700;display:flex}.system-controls span+span{border-left:1px solid #243147}.system-controls svg{color:#cbd5e1}@keyframes systemPacket{to{transform:translateY(34px)}}.client-proof-band{border-top:1px solid var(--agency-line);border-bottom:1px solid var(--agency-line);grid-template-columns:minmax(220px,.8fr) minmax(0,2fr);align-items:center;gap:36px;min-height:104px;padding:22px 0;display:grid}.client-proof-band p{color:var(--text-muted);font-size:.82rem;font-weight:700}.client-name-list{color:var(--text-main);justify-content:space-between;align-items:center;gap:20px;font-family:Outfit,sans-serif;font-size:1rem;font-weight:800;display:flex}.agency-section{padding:104px 0}.agency-section-heading{grid-template-columns:minmax(0,1fr) minmax(320px,.78fr);align-items:end;gap:60px;margin-bottom:42px;display:grid}.section-kicker{color:var(--agency-teal);margin-bottom:13px;display:block}.agency-section-heading h2,.capability-heading h2,.agency-contact-section h2{color:var(--text-main);letter-spacing:0;word-break:keep-all;font-size:2.5rem;line-height:1.18}.agency-section-heading p,.capability-heading p{color:var(--text-muted);word-break:keep-all;line-height:1.75}.agency-service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.agency-service-card{border:1px solid var(--agency-line);background:var(--surface-color);border-radius:8px;flex-direction:column;min-height:440px;padding:28px;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.agency-service-card:before{content:"";background:var(--card-accent);height:3px;position:absolute;top:0;left:0;right:0}.agency-service-card:hover{border-color:var(--card-accent);transform:translateY(-4px);box-shadow:0 18px 45px #10182817}.tone-teal{--card-accent:var(--agency-teal)}.tone-blue{--card-accent:var(--agency-blue)}.tone-violet{--card-accent:var(--agency-violet)}.tone-orange{--card-accent:var(--agency-orange)}.service-card-topline{justify-content:space-between;align-items:center;margin-bottom:26px;display:flex}.service-icon{width:44px;height:44px;color:var(--card-accent);justify-content:center;align-items:center;display:inline-flex}.service-number{color:var(--text-muted);font-family:Outfit,sans-serif;font-size:.78rem;font-weight:800}.agency-service-card h3{color:var(--text-main);margin-bottom:13px;font-size:1.45rem;line-height:1.3}.agency-service-card>p{min-height:84px;color:var(--text-muted);word-break:keep-all;font-size:.94rem;line-height:1.75}.agency-service-card ul{flex-direction:column;gap:10px;margin:22px 0 24px;padding:0;list-style:none;display:flex}.agency-service-card li{color:var(--text-main);align-items:flex-start;gap:9px;font-size:.88rem;font-weight:700;display:flex}.agency-service-card li svg{color:var(--card-accent);flex:none;margin-top:2px}.service-stack{border-top:1px solid var(--agency-line);color:var(--text-muted);margin-top:auto;padding-top:17px;font-size:.76rem;font-weight:700}.experience-section{background:#101828;border-radius:8px;padding:70px 50px}.agency-section-heading.inverse h2,.agency-section-heading.inverse p{color:#f8fafc}.agency-section-heading.inverse p{color:#a8b3c5}.experience-list{border-top:1px solid #ffffff26}.experience-row{border-bottom:1px solid #ffffff26;grid-template-columns:minmax(190px,.7fr) minmax(320px,1.4fr) minmax(220px,.8fr);align-items:start;gap:28px;padding:28px 0;display:grid}.experience-client{color:#cbd5e1;align-items:center;gap:10px;font-size:.83rem;font-weight:800;display:flex}.experience-client svg{color:#2dd4bf}.experience-summary h3{color:#fff;margin-bottom:8px;font-size:1.16rem}.experience-summary p{color:#a8b3c5;word-break:keep-all;font-size:.88rem;line-height:1.7}.experience-meta{color:#7f8da3;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.72rem;line-height:1.6}.experience-link{color:#fff;align-items:center;gap:9px;margin-top:30px;font-size:.9rem;font-weight:800;text-decoration:none;display:inline-flex}.experience-link:hover{color:#5eead4}.agency-process-list{border-top:1px solid var(--agency-line);list-style:none}.agency-process-list li{border-bottom:1px solid var(--agency-line);grid-template-columns:64px minmax(0,1fr) minmax(190px,.35fr);align-items:center;gap:26px;padding:27px 0;display:grid}.agency-process-index{color:var(--agency-teal);font-family:Outfit,sans-serif;font-weight:800}.agency-process-list h3{color:var(--text-main);margin-bottom:5px;font-size:1.16rem}.agency-process-list p{color:var(--text-muted);word-break:keep-all;font-size:.9rem;line-height:1.65}.process-deliverable{border:1px solid var(--agency-line);color:var(--text-muted);text-align:center;border-radius:5px;justify-self:end;padding:7px 10px;font-size:.75rem;font-weight:700}.capability-section{grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);gap:80px;padding:12px 0 104px;display:grid}.capability-heading h2{margin-bottom:18px;font-size:2rem}.capability-list{border-top:1px solid var(--agency-line)}.capability-row{border-bottom:1px solid var(--agency-line);grid-template-columns:28px minmax(145px,.45fr) minmax(0,1fr);align-items:center;gap:14px;min-height:70px;display:grid}.capability-row svg{color:var(--agency-teal)}.capability-row strong{color:var(--text-main);font-size:.88rem}.capability-row span{color:var(--text-muted);font-size:.82rem;line-height:1.55}.agency-contact-section{background:var(--agency-teal);color:#fff;border-radius:8px;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);align-items:center;gap:70px;margin-bottom:70px;padding:58px 60px;display:grid}.agency-contact-section .section-kicker,.agency-contact-section h2,.agency-contact-section p{color:#fff}.agency-contact-section h2{margin-bottom:16px;font-size:2.3rem}.agency-contact-section p{opacity:.88;word-break:keep-all;max-width:680px;line-height:1.75}.contact-checks{flex-wrap:wrap;gap:10px 18px;margin-top:22px;font-size:.82rem;font-weight:700;display:flex}.contact-checks span{align-items:center;gap:6px;display:inline-flex}.agency-contact-actions{flex-direction:column;align-items:stretch;gap:10px;display:flex}.agency-primary-cta.light{color:#0f4d49;background:#fff;border-color:#fff}.agency-contact-kakao{border:1px solid var(--kakao-yellow);background:var(--kakao-yellow);color:var(--kakao-text)}.agency-contact-kakao:focus-visible,.agency-kakao-link:focus-visible{outline-color:var(--kakao-yellow)}.agency-contact-actions small{color:#ffffffbf;text-align:center;margin-top:4px;font-size:.7rem;line-height:1.5}@media (width<=1020px){.agency-hero{grid-template-columns:1fr;gap:44px;min-height:auto}.system-visual{width:min(100%,680px)}.agency-section-heading,.capability-section{grid-template-columns:1fr;gap:24px}.agency-section-heading p{max-width:720px}.experience-row{grid-template-columns:minmax(170px,.6fr) minmax(0,1.4fr)}.experience-meta{grid-column:2}.capability-section{gap:34px}}@media (width<=768px){nav{align-items:flex-start;gap:10px;padding:12px 16px}.nav-links{scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;gap:10px;width:100%;padding-bottom:4px;overflow-x:auto}.nav-links::-webkit-scrollbar{display:none}.nav-links>a,.nav-links>button,.nav-links>div{white-space:nowrap;flex:none}.agency-hero{gap:34px;padding:46px 0 54px}.agency-hero h1{font-size:2.55rem}.agency-hero-lead{font-size:1rem;line-height:1.75}.agency-hero-actions{flex-direction:column;align-items:stretch}.agency-release-row{flex-direction:column;align-items:flex-start;gap:8px}.agency-release-link{flex-wrap:wrap}.agency-primary-cta,.agency-secondary-cta,.agency-contact-kakao{width:100%}.agency-hero-proof{flex-direction:column;align-items:flex-start}.system-flow{padding:22px 18px 20px}.engine-node{margin-left:20px}.output-node{margin-left:40px}.system-connector{margin-left:42px}.system-connector.second{margin-left:62px}.system-controls{grid-template-columns:1fr}.system-controls span{min-height:40px}.system-controls span+span{border-top:1px solid #243147;border-left:0}.client-proof-band{grid-template-columns:1fr;gap:16px;padding:24px 0}.client-name-list{flex-wrap:wrap;justify-content:flex-start;gap:12px 22px;font-size:.9rem}.agency-section{padding:76px 0}.agency-section-heading{grid-template-columns:1fr;gap:18px;margin-bottom:30px}.agency-section-heading h2,.agency-contact-section h2{font-size:2rem}.agency-service-grid{grid-template-columns:1fr}.agency-service-card{min-height:auto;padding:24px 22px}.agency-service-card>p{min-height:0}.experience-section{padding:54px 22px}.experience-row{grid-template-columns:1fr;gap:15px}.experience-meta{grid-column:auto}.agency-process-list li{grid-template-columns:42px minmax(0,1fr);align-items:start;gap:14px}.process-deliverable{grid-column:2;justify-self:start}.capability-section{padding-bottom:76px}.capability-row{grid-template-columns:26px minmax(0,1fr);padding:14px 0}.capability-row span{grid-column:2}.agency-contact-section{grid-template-columns:1fr;gap:34px;margin-bottom:50px;padding:42px 24px}}@media (width<=430px){.agency-eyebrow{align-items:flex-start;font-size:.68rem;line-height:1.5}.agency-status-dot{margin-top:5px}.agency-hero h1{font-size:2.2rem}.system-visual-title{display:none}.system-visual-header{grid-template-columns:auto 1fr}.system-live{justify-self:end}.system-node{min-height:62px;padding:11px 12px}.system-node strong{font-size:.8rem}.system-node span{font-size:.67rem}.agency-section-heading h2,.agency-contact-section h2,.capability-heading h2{font-size:1.75rem}}@media (prefers-reduced-motion:reduce){.system-connector span{animation:none}.agency-service-card,.agency-primary-cta,.agency-secondary-cta,.agency-contact-kakao{transition:none}}.wvdt-page{padding:10px 0 48px}.toolkit-minimal-header{border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;max-width:1200px;min-height:76px;margin:0 auto;padding:16px 20px;display:flex}.toolkit-landing-main{padding-top:20px}.wvdt-back-link{color:var(--text-muted);align-items:center;margin-bottom:28px;font-size:.88rem;font-weight:700;text-decoration:none;display:inline-flex}.wvdt-back-link:hover{color:var(--text-main)}.wvdt-hero{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center;gap:clamp(32px,6vw,84px);padding:48px 0 64px;display:grid}.wvdt-eyebrow,.wvdt-section-heading>p,.wvdt-safety>div>p{color:var(--secondary-color);letter-spacing:.14em;align-items:center;gap:8px;margin-bottom:14px;font-size:.72rem;font-weight:800;display:inline-flex}.wvdt-product-title{color:#145d62;letter-spacing:-.045em;margin:0;font-family:Outfit,sans-serif;font-size:clamp(1.5rem,2.6vw,2.3rem);font-weight:800;line-height:1.1}.wvdt-product-heading{grid-column:1/-1;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px;margin-bottom:0;display:grid}.wvdt-eyebrow span{background:#1c948a;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 5px #1c948a21}.wvdt-hero h1{max-width:760px;color:var(--text-main);letter-spacing:-.055em;white-space:pre-line;font-size:clamp(2.45rem,5.2vw,4.65rem);line-height:1.05}.wvdt-lead{max-width:640px;color:var(--text-muted);word-break:keep-all;margin-top:24px;font-size:1.08rem;line-height:1.8}.wvdt-hero-actions{flex-wrap:wrap;gap:10px;margin-top:30px;display:flex}.wvdt-install-control{justify-items:start;gap:7px;margin-top:14px;display:grid}.wvdt-install-control--compact{justify-items:end;margin-top:0}.wvdt-chrome-action{color:#315159;min-height:44px;font:inherit;background:#e9f1f1;border:1px solid #b8cccf;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:.88rem;font-weight:800;text-decoration:none;display:inline-flex}.wvdt-chrome-action:disabled{opacity:.78;cursor:not-allowed}.wvdt-install-control>span{color:var(--text-muted);font-size:.72rem}.wvdt-primary-action,.wvdt-secondary-action{border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:0 18px;font-size:.92rem;font-weight:800;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.wvdt-primary-action{color:#fff;background:#145d62;box-shadow:0 12px 24px #145d6233}.wvdt-secondary-action{border:1px solid var(--border-color);color:var(--text-main);background:var(--glass-surface-bg)}.wvdt-primary-action:hover,.wvdt-secondary-action:hover{transform:translateY(-2px)}.wvdt-release-note{color:var(--text-muted);align-items:center;gap:7px;margin-top:18px;font-size:.82rem;display:inline-flex}.wvdt-release-note svg{color:#1c948a}.wvdt-release-note a{color:#145d62;font-weight:800;text-decoration:none}.wvdt-release-note a:hover{text-decoration:underline}.wvdt-changelog-page{max-width:940px;margin:0 auto;padding:58px 0 84px}.wvdt-changelog-hero{max-width:680px}.wvdt-changelog-hero>p,.wvdt-release>div>p{color:var(--secondary-color);letter-spacing:.12em;align-items:center;gap:7px;font-size:.72rem;font-weight:800;display:inline-flex}.wvdt-changelog-hero h1{color:var(--text-main);letter-spacing:-.06em;margin-top:14px;font-size:clamp(2.8rem,5vw,4.6rem);line-height:1.02}.wvdt-changelog-hero>span,.wvdt-release>div>span{color:var(--text-muted);word-break:keep-all;margin-top:16px;line-height:1.75;display:block}.wvdt-release{background:linear-gradient(135deg,#eaf7f4,#f9fcfb);border:1px solid #afceca;border-radius:18px;grid-template-columns:minmax(160px,.32fr) minmax(0,1fr);align-items:start;gap:32px;margin-top:44px;padding:30px;display:grid}.wvdt-release-version span{color:#24716c;letter-spacing:.1em;font-size:.68rem;font-weight:800;display:block}.wvdt-release-version strong{color:#145d62;letter-spacing:-.06em;margin-top:7px;font-family:Outfit,sans-serif;font-size:clamp(2rem,4vw,3.3rem);line-height:1;display:block}.wvdt-release>div>p{color:#417370;letter-spacing:.04em}.wvdt-release h2{color:#183e40;letter-spacing:-.04em;margin-top:10px;font-size:clamp(1.35rem,2.2vw,1.9rem)}.wvdt-changelog-groups{gap:14px;margin-top:18px;display:grid}.wvdt-changelog-group{border:1px solid var(--border-color);background:var(--glass-surface-bg);border-radius:16px;grid-template-columns:auto minmax(0,1fr);gap:16px;padding:24px;display:grid}.wvdt-changelog-group-icon{color:#14766f;background:#e1f4f1;border-radius:11px;place-items:center;width:40px;height:40px;display:grid}.wvdt-changelog-group h2{color:var(--text-main);font-size:1.08rem}.wvdt-changelog-group ul{gap:9px;margin:14px 0 0;padding:0;list-style:none;display:grid}.wvdt-changelog-group li{color:var(--text-muted);word-break:keep-all;align-items:flex-start;gap:8px;font-size:.9rem;line-height:1.62;display:flex}.wvdt-changelog-group li svg{color:#1c948a;flex:none;margin-top:3px}.wvdt-panel-preview{color:#eaf4f7;background:linear-gradient(145deg,#0d1d2b,#112e43);border:1px solid #234258;border-radius:20px;overflow:hidden;box-shadow:0 28px 60px #0a1b2a40}.wvdt-preview-header{border-bottom:1px solid #cceee91f;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:16px;display:grid}.wvdt-preview-mark{color:#9cf2e8;background:#144760;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.wvdt-preview-header small,.wvdt-preview-site small,.wvdt-preview-metadata small{color:#8ba4b5;letter-spacing:.08em;font-size:.58rem;font-weight:800;display:block}.wvdt-preview-header strong,.wvdt-preview-site strong,.wvdt-preview-result>strong{color:#f1f8fa;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.82rem;display:block;overflow:hidden}.wvdt-preview-live{color:#83e8dc;background:#52d2c421;border-radius:999px;padding:4px 7px;font-size:.62rem;font-weight:800}.wvdt-preview-site{background:linear-gradient(135deg,#174669,#102944);padding:17px 16px}.wvdt-preview-site span{color:#bed0dc;margin-top:3px;font-size:.72rem;display:block}.wvdt-preview-result{gap:10px;padding:16px;display:grid}.wvdt-preview-result-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.wvdt-preview-result-top>span{color:#126b65;background:#dff5f2;border-radius:999px;padding:4px 7px;font-size:.64rem;font-weight:800}.wvdt-preview-download{color:#072d33;background:#70e0d4;border:0;border-radius:8px;place-items:center;width:29px;height:29px;padding:0;display:grid}.wvdt-preview-result>p{color:#8ba4b5;text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.67rem;overflow:hidden}.wvdt-preview-metadata{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.wvdt-preview-metadata span{color:#dceef2;background:#1a354a;border-radius:9px;min-width:0;padding:7px;font-size:.75rem;font-weight:800}.wvdt-preview-controls{gap:6px;padding:0 16px 16px;display:flex}.wvdt-preview-controls span{color:#bed0dc;border:1px solid #add4e029;border-radius:8px;align-items:center;gap:5px;min-width:0;padding:6px 8px;font-size:.66rem;display:inline-flex}.wvdt-stats{border:1px solid var(--border-color);background:var(--glass-surface-bg);border-radius:16px;grid-template-columns:minmax(230px,.6fr) minmax(0,1.4fr);align-items:center;gap:32px;padding:24px 28px;display:grid}.wvdt-stats span,.wvdt-stats strong{display:block}.wvdt-stats span{color:var(--text-muted);letter-spacing:.09em;font-size:.68rem;font-weight:800}.wvdt-stats strong{color:var(--text-main);margin-top:4px;font-size:1.5rem}.wvdt-stats p,.wvdt-section-heading>span,.wvdt-feature-card p,.wvdt-steps p,.wvdt-safety>div>span,.wvdt-limitations p{color:var(--text-muted);word-break:keep-all;line-height:1.75}.wvdt-stats-copy>p{margin:0}.wvdt-stats-copy>a{color:#145d62;align-items:center;gap:5px;margin-top:12px;font-size:.85rem;font-weight:800;text-decoration:none;display:inline-flex}.wvdt-stats-copy>a:hover{text-decoration:underline}.wvdt-premium{background:linear-gradient(135deg,#fff9ec,#f7f1e5);border:1px solid #d7c8a8;border-radius:18px;grid-template-columns:minmax(260px,.85fr) minmax(0,1.15fr);align-items:center;gap:32px;margin-top:14px;padding:30px;display:grid}.wvdt-premium-heading>span{color:#745118;letter-spacing:.06em;background:#f3e1b7;border-radius:999px;align-items:center;gap:6px;padding:5px 8px;font-size:.67rem;font-weight:800;display:inline-flex}.wvdt-premium h2{color:#3c2b12;letter-spacing:-.04em;margin-top:13px;font-size:clamp(1.55rem,2.5vw,2.25rem);line-height:1.17}.wvdt-premium-heading>p{color:#6e614d;word-break:keep-all;margin-top:12px;font-size:.9rem;line-height:1.7}.wvdt-premium-features{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.wvdt-premium-features article{background:#ffffff85;border:1px solid #98743133;border-radius:12px;min-height:150px;padding:16px}.wvdt-premium-features svg{color:#9c6c20}.wvdt-premium-features h3{color:#493615;margin-top:16px;font-size:.9rem}.wvdt-premium-features p{color:#766752;word-break:keep-all;margin-top:7px;font-size:.78rem;line-height:1.6}.wvdt-access{border:1px solid var(--border-color);background:var(--glass-surface-bg);border-radius:18px;grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);align-items:center;gap:32px;margin-top:14px;padding:30px;display:grid}.wvdt-access-heading>p,.wvdt-access-card small{color:#137a73;letter-spacing:.08em;font-size:.7rem;font-weight:800}.wvdt-access-heading h2{color:var(--text-main);letter-spacing:-.04em;margin-top:12px;font-size:clamp(1.35rem,2.2vw,1.95rem);line-height:1.2}.wvdt-access-heading>span{color:var(--text-muted);word-break:keep-all;margin-top:10px;font-size:.88rem;line-height:1.65;display:block}.wvdt-access-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.wvdt-access-card{border:1px solid var(--border-color);background:#fff9;border-radius:14px;min-height:184px;padding:18px}.wvdt-access-card--purchaser{background:#fffaf0;border-color:#98743152}.wvdt-access-card__meta{align-items:center;gap:9px;display:flex}.wvdt-access-card__meta>span{color:#137a73;background:#e1f4f1;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.wvdt-access-card--purchaser .wvdt-access-card__meta>span{color:#9c6c20;background:#f7e8c5}.wvdt-access-card h3{color:var(--text-main);margin-top:15px;font-size:.96rem}.wvdt-access-card p{color:var(--text-muted);word-break:keep-all;margin-top:7px;font-size:.8rem;line-height:1.6}.wvdt-access-card em{color:#137a73;margin-top:14px;font-size:.72rem;font-style:normal;font-weight:800;display:inline-flex}.wvdt-access-card--purchaser em{color:#9c6c20}.wvdt-section{padding:92px 0}.wvdt-section-heading{max-width:760px;margin-bottom:34px}.wvdt-section-heading h2,.wvdt-safety h2,.wvdt-limitations h2{color:var(--text-main);letter-spacing:-.04em;font-size:clamp(1.9rem,3vw,2.8rem);line-height:1.18}.wvdt-section-heading>span{margin-top:14px;display:block}.wvdt-feature-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;display:grid}.wvdt-feature-card{border:1px solid var(--border-color);background:var(--glass-surface-bg);border-radius:16px;min-height:235px;padding:22px}.wvdt-feature-card>span,.wvdt-step-icon{color:#137a73;background:#e1f4f1;border-radius:11px;place-items:center;width:40px;height:40px;display:grid}.wvdt-feature-card h3{color:var(--text-main);margin-top:22px;font-size:1.02rem}.wvdt-feature-card p{margin-top:9px;font-size:.9rem}.wvdt-workflow{border-top:1px solid var(--border-color)}.wvdt-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none;display:grid}.wvdt-steps li{grid-template-columns:auto auto minmax(0,1fr);align-items:start;gap:12px;padding:20px 0;display:grid}.wvdt-step-number{color:var(--text-muted);padding-top:2px;font-size:.72rem;font-weight:800}.wvdt-step-icon{width:36px;height:36px}.wvdt-steps h3{color:var(--text-main);font-size:.98rem}.wvdt-steps p{margin-top:5px;font-size:.85rem}.wvdt-safety{color:#eaf4f7;background:#123e47;border-radius:18px;grid-template-columns:auto minmax(0,.9fr) minmax(250px,1fr);align-items:start;gap:24px;padding:34px;display:grid}.wvdt-safety-icon{color:#82ebe0;background:#82ebe021;border-radius:14px;place-items:center;width:48px;height:48px;display:grid}.wvdt-safety>div>p{color:#82ebe0}.wvdt-safety h2{color:#fff;font-size:1.75rem}.wvdt-safety>div>span{color:#c1dadd;margin-top:12px;display:block}.wvdt-safety ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.wvdt-safety li{color:#e1eff1;align-items:flex-start;gap:8px;font-size:.88rem;line-height:1.55;display:flex}.wvdt-safety li svg{color:#82ebe0;flex:none;margin-top:2px}.wvdt-limitations{text-align:center;padding:56px 0 20px}.wvdt-limitations h2{font-size:1.55rem}.wvdt-limitations p{max-width:780px;margin:14px auto 0;font-size:.92rem}.wvdt-privacy-link{color:#145d62;align-items:center;gap:8px;margin-top:24px;font-size:.88rem;font-weight:800;text-decoration:none;display:inline-flex}.wvdt-privacy-link:hover,.wvdt-privacy-link:focus-visible{text-decoration:underline}.wvdt-policy-page{max-width:900px;margin:0 auto;padding:34px 0 80px}.wvdt-policy-hero{background:radial-gradient(circle at 88% 10%,#82ebe045,#0000 36%),linear-gradient(145deg,#f8fffe,#eef8f7);border:1px solid #145d6229;border-radius:28px;padding:clamp(28px,5vw,52px)}.wvdt-policy-eyebrow{color:#16766f;letter-spacing:.14em;align-items:center;gap:8px;margin-bottom:14px;font-size:.72rem;font-weight:800;display:inline-flex}.wvdt-policy-hero h1{color:#183e40;letter-spacing:-.055em;max-width:720px;font-size:clamp(2rem,5vw,3.6rem);line-height:1.06}.wvdt-policy-updated{color:#417370;margin-top:20px;font-size:.82rem;font-weight:700}.wvdt-policy-lead{color:#315e5b;word-break:keep-all;max-width:760px;margin-top:20px;font-size:1rem;line-height:1.8}.wvdt-policy-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.wvdt-policy-summary article{border:1px solid var(--border-color);background:var(--card-bg);border-radius:18px;padding:22px}.wvdt-policy-summary article>span{color:#16766f;background:#e7f6f4;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.wvdt-policy-summary h2{color:var(--text-main);margin-top:15px;font-size:.98rem}.wvdt-policy-summary p{color:var(--text-muted);word-break:keep-all;margin-top:8px;font-size:.8rem;line-height:1.65}.wvdt-policy-content{flex-direction:column;gap:18px;margin-top:36px;display:flex}.wvdt-policy-section{border:1px solid var(--border-color);background:var(--card-bg);border-radius:20px;padding:clamp(24px,4vw,36px)}.wvdt-policy-section h2{color:var(--text-main);letter-spacing:-.025em;font-size:1.18rem}.wvdt-policy-section>p{color:var(--text-muted);word-break:keep-all;margin-top:14px;font-size:.91rem;line-height:1.8}.wvdt-policy-section ul{flex-direction:column;gap:12px;margin:18px 0 0;padding:0;list-style:none;display:flex}.wvdt-policy-section li{color:var(--text-muted);word-break:keep-all;align-items:flex-start;gap:10px;font-size:.88rem;line-height:1.75;display:flex}.wvdt-policy-section li svg{color:#1c948a;flex:none;margin-top:5px}.wvdt-policy-note{background:#eef8f7;border-radius:12px;padding:14px 16px;color:#315e5b!important}.wvdt-policy-contact{background:#173f41;border-radius:20px;grid-template-columns:auto minmax(0,1fr);gap:18px;margin-top:18px;padding:clamp(24px,4vw,36px);display:grid}.wvdt-policy-contact>span{color:#82ebe0;background:#82ebe024;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.wvdt-policy-contact p:first-child{color:#82ebe0;letter-spacing:.13em;font-size:.7rem;font-weight:800}.wvdt-policy-contact h2{color:#fff;margin-top:6px;font-size:1.28rem}.wvdt-policy-contact h2+p{color:#c1dadd;max-width:680px;margin-top:10px;font-size:.88rem;line-height:1.7}.wvdt-policy-contact a{color:#fff;margin-top:12px;font-size:.9rem;font-weight:800;display:inline-block}@media (width<=1020px){.wvdt-hero{grid-template-columns:1fr}.wvdt-panel-preview{max-width:660px}.wvdt-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wvdt-safety{grid-template-columns:auto minmax(0,1fr)}.wvdt-safety ul{grid-column:2}.wvdt-premium,.wvdt-access{grid-template-columns:1fr;gap:24px}.wvdt-changelog-page{max-width:760px}.wvdt-policy-summary{grid-template-columns:1fr}}@media (width<=720px){.toolkit-minimal-header{min-height:62px;padding:12px 16px}.toolkit-minimal-header .brand{font-size:1.2rem}.toolkit-minimal-header .nav-control{min-height:32px;padding:5px 10px;font-size:.78rem}.wvdt-hero{padding:26px 0 46px}.wvdt-product-heading{grid-template-columns:1fr;gap:10px}.wvdt-install-control--compact{justify-items:start}.wvdt-lead{font-size:.98rem}.wvdt-stats{grid-template-columns:1fr;gap:12px;padding:20px}.wvdt-section{padding:64px 0}.wvdt-steps{grid-template-columns:1fr}.wvdt-steps li+li{border-top:1px solid var(--border-color)}.wvdt-safety{grid-template-columns:1fr;padding:26px 22px}.wvdt-safety ul{grid-column:auto}.wvdt-premium,.wvdt-access{padding:24px 20px}.wvdt-access-cards{grid-template-columns:1fr}.wvdt-access-card{min-height:auto}.wvdt-changelog-page{padding:34px 0 60px}.wvdt-release{grid-template-columns:1fr;gap:20px;margin-top:30px;padding:24px 20px}.wvdt-changelog-group{gap:13px;padding:20px}.wvdt-policy-page{padding:20px 0 60px}.wvdt-policy-hero{border-radius:20px}.wvdt-policy-summary article,.wvdt-policy-section{padding:22px 20px}}@media (width<=480px){.wvdt-hero h1{font-size:2.3rem}.wvdt-hero-actions{flex-direction:column}.wvdt-primary-action,.wvdt-secondary-action{width:100%}.wvdt-feature-grid{grid-template-columns:1fr}.wvdt-feature-card{min-height:auto}.wvdt-preview-header{grid-template-columns:auto minmax(0,1fr)}.wvdt-preview-live{display:none}.wvdt-preview-metadata{grid-template-columns:repeat(2,minmax(0,1fr))}.wvdt-preview-metadata span:last-child{grid-column:1/-1}.wvdt-premium-features{grid-template-columns:1fr}.wvdt-premium-features article{min-height:auto}.wvdt-policy-contact{grid-template-columns:1fr}}
