:root{color-scheme:light;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans SC,sans-serif;--bg: #f4f7fb;--surface: #ffffff;--surface-subtle: #eef2f7;--surface-strong: #151c2b;--text: #172033;--text-muted: #637087;--text-on-dark: #f5f7fb;--line: #dbe3ef;--line-strong: #bdc8d8;--accent: #2169aa;--accent-dark: #17558b;--accent-soft: #e6f2fe;--green: #2d9d78;--shadow: 0 24px 70px rgba(24, 39, 67, .12);--shadow-small: 0 12px 32px rgba(24, 39, 67, .09);--radius-large: 28px;--radius-medium: 18px;--radius-small: 12px;--header-height: 72px}:root[data-theme=dark]{color-scheme:dark;--bg: #0f141c;--surface: #151c26;--surface-subtle: #1c2532;--surface-strong: #edf2f8;--text: #edf2f8;--text-muted: #a7b2c2;--text-on-dark: #172033;--line: #2a3545;--line-strong: #3b485b;--accent: #6eb6fa;--accent-dark: #9acafa;--accent-soft: #172b40;--green: #66c9a7;--shadow: 0 24px 70px rgba(0, 0, 0, .34);--shadow-small: 0 12px 32px rgba(0, 0, 0, .22)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}.app-shell{min-height:100vh;overflow:clip}.section-shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;min-height:var(--header-height);border-bottom:1px solid color-mix(in srgb,var(--line) 78%,transparent);background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.header-inner{width:min(1228px,calc(100% - 40px));min-height:72px;margin:auto;display:flex;align-items:center;gap:28px}.brand{display:inline-flex;align-items:center;gap:11px;flex:0 0 auto;font-weight:700;letter-spacing:-.03em}.brand img{width:30px;height:30px;border-radius:9px;box-shadow:0 5px 14px #2f7cc438}.brand i{color:var(--accent);font-style:normal}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:6px;margin-left:auto}.desktop-nav a{padding:9px 12px;border-radius:9px;color:var(--text-muted);font-size:14px;font-weight:600;transition:color .16s ease,background .16s ease}.desktop-nav a:hover,.desktop-nav a.active{color:var(--text);background:var(--surface-subtle)}.header-actions{display:flex;align-items:center;gap:10px}.icon-button{display:inline-grid;place-items:center;width:39px;height:39px;padding:0;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--text);cursor:pointer;transition:transform .16s ease,border-color .16s ease}.icon-button:hover{border-color:var(--line-strong);transform:translateY(-1px)}.mobile-menu-button,.mobile-nav{display:none}.button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 19px;border:1px solid transparent;border-radius:12px;font-weight:700;font-size:14px;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease}.button:hover{transform:translateY(-2px)}.button-small{min-height:39px;padding-inline:15px;border-radius:10px;background:var(--surface-strong);color:var(--text-on-dark)}.button-primary{background:var(--surface-strong);color:var(--text-on-dark);box-shadow:0 12px 24px #121f3329}.button-primary:hover{box-shadow:0 16px 30px #121f3338}.button-secondary{border-color:var(--line);background:var(--surface);color:var(--text)}.button-secondary:hover{border-color:var(--line-strong);box-shadow:var(--shadow-small)}.button-light{background:#fff;color:#172033;box-shadow:0 14px 26px #0003}.button-row{display:flex;flex-wrap:wrap;gap:12px}.text-link{display:inline-flex;align-items:center;gap:7px;color:var(--accent);font-weight:700;font-size:14px}.text-link svg{transition:transform .16s ease}.text-link:hover svg{transform:translate(3px)}.hero{min-height:730px;display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;gap:70px;padding-block:96px 88px}.hero-copy{position:relative;z-index:2}.version-chip{width:fit-content;display:flex;align-items:center;gap:9px;margin-bottom:27px;padding:7px 12px 7px 7px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--text-muted);font-size:12px;font-weight:600}.version-chip span{padding:4px 8px;border-radius:999px;background:var(--accent-soft);color:var(--accent-dark);font-size:11px;font-weight:700}.hero h1{margin-bottom:25px;font-size:clamp(48px,5vw,72px);line-height:1.04;letter-spacing:-.058em}.hero h1 span{display:block;color:var(--accent)}.hero-description{max-width:570px;margin-bottom:30px;color:var(--text-muted);font-size:18px;line-height:1.78}.hero-note{display:flex;align-items:center;gap:8px;margin:20px 0 0;color:var(--text-muted);font-size:13px}.hero-note svg{color:var(--green)}.hero-visual{position:relative}.hero-visual:before{content:"";position:absolute;top:10%;right:-12%;bottom:10%;left:12%;z-index:-1;border-radius:42px;background:var(--accent-soft)}.hero-caption{width:fit-content;display:flex;align-items:center;gap:9px;margin:14px 22px 0 auto;padding:12px 15px;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:var(--shadow-small);color:var(--text-muted);font-size:12px;font-weight:600}.live-dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px color-mix(in srgb,var(--green) 16%,transparent)}.product-frame{margin:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-medium);background:#0f141c;box-shadow:var(--shadow)}.frame-bar{height:38px;display:flex;align-items:center;gap:7px;padding:0 13px;border-bottom:1px solid #29323f;background:#171e28}.frame-dot{width:7px;height:7px;border-radius:50%;background:#4b5666}.frame-label{margin-left:auto;color:#9aa7b9;font-size:10px;font-weight:600;letter-spacing:.04em}.product-frame img{width:100%;aspect-ratio:1.6;object-fit:cover}.proof-strip{border-block:1px solid var(--line);background:var(--surface)}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr)}.proof-grid>div{display:flex;flex-direction:column;align-items:center;gap:4px;padding:26px 20px;border-left:1px solid var(--line);text-align:center}.proof-grid>div:last-child{border-right:1px solid var(--line)}.proof-grid strong{font-size:25px;letter-spacing:-.04em}.proof-grid span{color:var(--text-muted);font-size:12px}.feature-overview,.mode-preview{padding-block:132px}.section-heading{margin-bottom:46px}.split-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:48px}.split-heading>p{max-width:430px;margin-bottom:2px;color:var(--text-muted);line-height:1.75}.eyebrow,.card-eyebrow{margin-bottom:14px;color:var(--accent);font-size:11px;font-weight:700;letter-spacing:.18em}.section-heading h2,.local-callout h2,.install-banner h2,.detail-copy h2,.mode-feature h2,.guide-note h2,.shortcut-card h2,.policy-layout h2,.policy-contact h2,.support-grid h2,.faq-section h2{margin-bottom:0;font-size:clamp(32px,4vw,47px);line-height:1.13;letter-spacing:-.045em}.feature-card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;padding-bottom:120px}.feature-card-grid-three{grid-template-columns:repeat(3,1fr);padding-bottom:0}.feature-card{min-height:300px;padding:32px;border:1px solid var(--line);border-radius:var(--radius-medium);background:var(--surface);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.feature-card:hover{transform:translateY(-4px);border-color:var(--line-strong);box-shadow:var(--shadow-small)}.feature-icon,.local-icon{width:50px;height:50px;display:grid;place-items:center;margin-bottom:28px;border-radius:14px;background:var(--accent-soft);color:var(--accent-dark)}.card-eyebrow{margin-bottom:11px}.feature-card h3{margin-bottom:13px;font-size:21px;letter-spacing:-.025em}.feature-card>p:last-child{margin:0;color:var(--text-muted);line-height:1.75}.mode-preview{border-top:1px solid var(--line)}.mode-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:48px;align-items:center}.segmented-control{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:36px}.segmented-control button{min-height:38px;padding:0 14px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--text-muted);cursor:pointer;font-size:13px;font-weight:700}.segmented-control button[aria-selected=true]{border-color:var(--surface-strong);background:var(--surface-strong);color:var(--text-on-dark)}.mode-copy-content h3{margin-bottom:16px;font-size:31px;line-height:1.2;letter-spacing:-.035em}.mode-copy-content p{margin:0;color:var(--text-muted);line-height:1.78}.local-callout{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;margin-bottom:132px;padding:40px;border:1px solid var(--line);border-radius:var(--radius-large);background:var(--surface);box-shadow:var(--shadow-small)}.local-callout .local-icon{margin:0;width:64px;height:64px;border-radius:18px}.local-callout h2{margin-bottom:10px;font-size:34px}.local-callout p:last-child{max-width:650px;margin:0;color:var(--text-muted);line-height:1.65}.install-banner{min-height:300px;display:flex;align-items:center;justify-content:space-between;gap:48px;margin-bottom:110px;padding:60px;border-radius:var(--radius-large);background:#151c2b;color:#f6f8fb}.install-banner .eyebrow{color:#7cc0ff}.install-banner h2{margin-bottom:12px}.install-banner p:last-child{max-width:620px;margin:0;color:#acb7c8}.page-intro{padding-block:118px 92px;text-align:center}.page-intro h1{max-width:900px;margin:0 auto 24px;font-size:clamp(48px,6.2vw,76px);line-height:1.02;letter-spacing:-.06em}.page-description{max-width:760px;margin:0 auto;color:var(--text-muted);font-size:18px;line-height:1.8}.intro-actions{justify-content:center;margin-top:30px}.detail-split{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:70px;padding-block:30px 130px}.detail-copy h2{margin-bottom:28px}.check-list{display:grid;gap:14px;margin:0 0 28px;padding:0;list-style:none}.check-list li{display:flex;align-items:flex-start;gap:10px;color:var(--text-muted);line-height:1.5}.check-list svg{flex:0 0 auto;margin-top:2px;color:var(--green)}.mode-feature{display:grid;grid-template-columns:.72fr 1.28fr;align-items:center;gap:64px;margin-bottom:32px;padding:68px;border:1px solid var(--line);border-radius:var(--radius-large);background:var(--surface)}.mode-feature-dark{background:#111720;color:#f4f7fb;border-color:#27303d}.mode-feature-reverse .mode-feature-copy{order:2}.mode-feature-copy{min-width:0}.mode-index{display:inline-block;margin-bottom:32px;color:var(--line-strong);font-size:42px;font-weight:700;letter-spacing:-.05em}.mode-feature-copy h2{margin-bottom:20px}.mode-feature-copy>p:not(.eyebrow){color:var(--text-muted);line-height:1.75}.mode-feature-dark .mode-feature-copy>p:not(.eyebrow){color:#abb6c6}.plain-list{display:flex;flex-wrap:wrap;gap:8px;margin:28px 0 0;padding:0;list-style:none}.plain-list li{padding:7px 10px;border:1px solid #334052;border-radius:8px;color:#cbd4e0;font-size:12px}.mode-selector{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:28px}.mode-selector button{min-height:70px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;padding:12px;border:1px solid var(--line);border-radius:11px;background:var(--bg);color:var(--text);cursor:pointer;font-size:12px;font-weight:700;text-align:left}.mode-selector button span{color:var(--text-muted);font-size:10px}.mode-selector button.is-selected{border-color:var(--surface-strong);background:var(--surface-strong);color:var(--text-on-dark)}.mode-selector button.is-selected span{color:color-mix(in srgb,var(--text-on-dark) 65%,transparent)}.selected-mode-copy{min-height:104px;margin-top:14px;padding:17px;border-left:2px solid var(--accent);background:var(--accent-soft)}.selected-mode-copy strong{display:block;margin-bottom:5px}.selected-mode-copy p{margin:0;color:var(--text-muted);font-size:13px;line-height:1.6}.guide-layout{display:grid;grid-template-columns:1.2fr .8fr;align-items:start;gap:80px;padding-bottom:120px}.steps-list{margin:0;padding:0;list-style:none}.steps-list li{display:grid;grid-template-columns:62px 1fr;gap:22px;padding:32px 0;border-top:1px solid var(--line)}.steps-list li:last-child{border-bottom:1px solid var(--line)}.steps-list>li>span{color:var(--accent);font-weight:700}.steps-list h2{margin-bottom:11px;font-size:25px;letter-spacing:-.03em}.steps-list p{margin:0;color:var(--text-muted);line-height:1.7}.shortcut-card{position:sticky;top:102px;padding:34px;border-radius:var(--radius-medium);background:#151c2b;color:#f5f7fb}.shortcut-card h2{margin-bottom:28px;font-size:30px}.shortcut-card dl{margin:0}.shortcut-card dl>div{display:grid;grid-template-columns:130px 1fr;align-items:center;gap:12px;padding:15px 0;border-top:1px solid #313b4a}.shortcut-card dt{display:flex;gap:5px}.shortcut-card dd{margin:0;color:#aeb8c8;font-size:13px}kbd{min-width:28px;display:inline-flex;align-items:center;justify-content:center;padding:5px 7px;border:1px solid #4c586a;border-bottom-width:2px;border-radius:6px;background:#202937;color:#eff3f8;font-family:inherit;font-size:11px}.guide-note{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;margin-bottom:110px;padding:30px;border:1px solid var(--line);border-radius:var(--radius-medium);background:var(--surface)}.guide-note>svg{color:var(--accent)}.guide-note h2{margin-bottom:5px;font-size:21px}.guide-note p{margin:0;color:var(--text-muted)}.privacy-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding-bottom:100px}.privacy-summary>div,.support-grid article{padding:30px;border:1px solid var(--line);border-radius:var(--radius-medium);background:var(--surface)}.privacy-summary svg,.support-grid svg{margin-bottom:30px;color:var(--accent)}.privacy-summary h2,.support-grid h2{margin-bottom:11px;font-size:21px}.privacy-summary p,.support-grid p{margin:0;color:var(--text-muted);line-height:1.65}.policy-layout{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding-bottom:120px}.policy-layout h2{margin-bottom:32px;font-size:37px}.policy-row{display:grid;grid-template-columns:120px 1fr;gap:18px;padding:22px 0;border-top:1px solid var(--line)}.policy-row:last-child{border-bottom:1px solid var(--line)}.policy-row code{align-self:start;width:fit-content;padding:6px 9px;border-radius:7px;background:var(--accent-soft);color:var(--accent-dark);font-size:12px}.policy-row h3{margin-bottom:6px;font-size:17px}.policy-row p{margin:0;color:var(--text-muted);line-height:1.6}.policy-footnote{margin:26px 0 0;padding:18px;border-left:2px solid var(--accent);background:var(--accent-soft);color:var(--text-muted);line-height:1.65}.policy-contact{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-bottom:110px;padding:48px;border:1px solid var(--line);border-radius:var(--radius-large);background:var(--surface)}.policy-contact h2{margin-bottom:8px;font-size:31px}.policy-contact p:last-child{margin:0;color:var(--text-muted)}.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding-bottom:100px}.support-grid article{display:flex;flex-direction:column;min-height:280px}.support-grid article .text-link{margin-top:auto;padding-top:24px}.faq-section{padding-bottom:120px}.faq-section .section-heading h2{font-size:43px}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:25px 0;border:0;background:transparent;color:var(--text);cursor:pointer;font-weight:700;text-align:left}.faq-item button svg{flex:0 0 auto;color:var(--text-muted);transition:transform .18s ease}.faq-item button svg.is-open{transform:rotate(180deg)}.faq-item>p{max-width:800px;margin:-6px 0 25px;color:var(--text-muted);line-height:1.7}.not-found{min-height:66vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-block:100px;text-align:center}.not-found h1{margin-bottom:16px;font-size:clamp(48px,7vw,80px);letter-spacing:-.06em}.not-found>p:not(.eyebrow){margin-bottom:28px;color:var(--text-muted)}.site-footer{border-top:1px solid var(--line);background:var(--surface)}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:56px;padding-block:68px}.footer-brand p{max-width:320px;margin:18px 0 0;color:var(--text-muted);font-size:13px;line-height:1.65}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;align-items:flex-start;gap:13px}.footer-grid strong{margin-bottom:5px;font-size:13px}.footer-grid a:not(.brand){color:var(--text-muted);font-size:13px}.footer-grid a:hover{color:var(--text)}.footer-bottom{display:flex;justify-content:space-between;gap:30px;padding-block:20px;border-top:1px solid var(--line);color:var(--text-muted);font-size:11px}@media(max-width:1020px){.desktop-nav{display:none}.header-actions{margin-left:auto}.mobile-menu-button{display:inline-grid}.mobile-nav{display:grid;gap:4px;width:min(100% - 32px,520px);margin:0 auto 16px;padding:12px;border:1px solid var(--line);border-radius:15px;background:var(--surface);box-shadow:var(--shadow-small)}.mobile-nav>a:not(.button){display:flex;justify-content:space-between;align-items:center;padding:12px;border-radius:9px;color:var(--text-muted);font-weight:600}.mobile-nav>a.active{background:var(--surface-subtle);color:var(--text)}.mobile-nav .button{margin-top:5px;background:var(--surface-strong);color:var(--text-on-dark)}.hero{grid-template-columns:1fr;gap:65px;padding-block:72px 100px}.hero-copy{max-width:760px}.hero-visual{width:min(100%,780px);margin-inline:auto}.feature-card-grid-three{grid-template-columns:1fr}.feature-card-grid-three .feature-card{min-height:auto}.mode-grid,.detail-split,.mode-feature,.guide-layout,.policy-layout{grid-template-columns:1fr}.mode-copy{max-width:620px}.mode-feature{padding:48px}.mode-feature-reverse .mode-feature-copy{order:initial}.shortcut-card{position:static}.footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-brand{grid-column:1 / -1}}@media(max-width:720px){.section-shell{width:min(100% - 30px,620px)}.header-inner{width:calc(100% - 24px)}.desktop-install{display:none}.brand span{font-size:14px}.hero{min-height:0;padding-block:56px 78px}.hero h1{font-size:clamp(43px,13.5vw,62px)}.hero-description{font-size:16px}.hero-visual:before{top:8%;right:-16px;bottom:8%;left:-16px}.hero-caption{margin-right:10px}.proof-grid{grid-template-columns:repeat(2,1fr)}.proof-grid>div:nth-child(3),.proof-grid>div:nth-child(4){border-top:1px solid var(--line)}.proof-grid>div:nth-child(odd){border-left:0}.proof-grid>div:nth-child(2n){border-right:0}.feature-overview,.mode-preview{padding-block:88px}.split-heading{display:block}.split-heading>p,.split-heading>.text-link{margin-top:20px}.feature-card-grid{grid-template-columns:1fr;padding-bottom:88px}.feature-card{min-height:0;padding:26px}.mode-grid{gap:30px}.local-callout{grid-template-columns:1fr;gap:16px;margin-bottom:88px;padding:28px}.local-callout .button{width:100%;margin-top:8px}.install-banner{display:block;min-height:0;margin-bottom:76px;padding:38px 28px}.install-banner .button{width:100%;margin-top:28px}.page-intro{padding-block:78px 64px}.page-intro h1{font-size:clamp(43px,13vw,60px)}.page-description{font-size:16px}.detail-split{gap:45px;padding-bottom:88px}.mode-feature{gap:40px;margin-bottom:18px;padding:28px}.mode-selector{grid-template-columns:1fr}.plain-list{display:grid}.guide-layout{gap:50px;padding-bottom:88px}.steps-list li{grid-template-columns:44px 1fr;gap:10px}.shortcut-card{padding:27px}.shortcut-card dl>div{grid-template-columns:116px 1fr}.guide-note{grid-template-columns:auto 1fr;margin-bottom:88px}.guide-note .text-link{grid-column:2}.privacy-summary,.support-grid{grid-template-columns:1fr;padding-bottom:76px}.policy-layout{gap:64px;padding-bottom:88px}.policy-row{grid-template-columns:100px 1fr}.policy-contact{display:block;margin-bottom:80px;padding:30px}.policy-contact .button{width:100%;margin-top:24px}.support-grid article{min-height:240px}.faq-section{padding-bottom:88px}.footer-grid{grid-template-columns:1fr 1fr;gap:40px 24px;padding-block:50px}.footer-grid a:not(.brand){min-height:36px;display:inline-flex;align-items:center}.footer-brand{grid-column:1 / -1}.footer-bottom{display:grid}}@media(max-width:430px){.button-row .button{width:100%}.hero-caption{max-width:calc(100% - 12px)}.frame-bar{height:32px}.frame-label{font-size:8px}.product-frame img{aspect-ratio:1.45}.proof-grid strong{font-size:22px}.proof-grid span{font-size:11px}.segmented-control{display:grid;grid-template-columns:repeat(3,1fr)}.segmented-control button{padding-inline:8px}.policy-row{grid-template-columns:1fr;gap:10px}.footer-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 62%,transparent);outline-offset:3px}
