@import "https://fonts.googleapis.com/css2?family=Geist+Mono:wght@400;500&family=Geist:wght@400;500;600&display=swap";
:root{--ds-radius-sm:6px;--ds-radius-md:8px;--ds-radius-lg:10px;--ds-radius-xl:14px;--ds-radius-xxl:18px;--ds-radius-pill:999px;--ds-space-xxs:4px;--ds-space-xs:8px;--ds-space-sm:12px;--ds-space-md:16px;--ds-space-lg:24px;--ds-space-xl:32px;--ds-space-xxl:48px;--ds-control-compact:40px;--ds-control-default:44px;--ds-control-prominent:48px;--ds-navigation-row:44px;--ds-panel-header:64px;--ds-type-caption-size:12px;--ds-type-caption-line:16px;--ds-type-metadata-size:14px;--ds-type-metadata-line:20px;--ds-type-compact-size:14px;--ds-type-compact-line:20px;--ds-type-body-size:16px;--ds-type-body-line:26px;--ds-type-section-title-size:20px;--ds-type-section-title-line:28px;--ds-type-page-title-size:40px;--ds-type-page-title-line:48px;--ds-focus-width:3px;--ds-focus-offset:2px;--ds-shadow-raised:0 8px 24px #0000002e;--ds-shadow-overlay:0 18px 48px #00000047;--ds-shadow-floating:0 28px 80px #0000005c;--ds-motion-fast:.1s;--ds-motion-standard:.16s;--ds-motion-slow:.24s;font-family:Geist Variable,Geist,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root,[data-theme=neutral-dark],[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ds-background:#131110;--ds-canvas:#181614;--ds-surface:#1c1a18;--ds-surface-raised:#211f1d;--ds-sidebar:#191715;--ds-sidebar-accent:#292724;--ds-code:#0b0a08;--ds-text:#e9e7e5;--ds-text-muted:#9d9b97;--ds-primary:#dddad6;--ds-on-primary:#171614;--ds-accent:#302d2b;--ds-border:#ffffff1a;--ds-border-subtle:#ffffff12;--ds-ring:#a29e98;--ds-link:#70b6e7;--ds-success:#6ee7b7;--ds-warning:#fcd34d;--ds-danger:#f14d4c;--ds-danger-soft:#fecaca;--ds-danger-surface:#7f1d1d73;--ds-overlay:#00000085;--ds-shadow-color:#0000005c}[data-theme=neutral-light],[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ds-background:#f2f0ec;--ds-canvas:#f5f3f0;--ds-surface:#fcfaf7;--ds-surface-raised:#fefdfc;--ds-sidebar:#e8e4de;--ds-sidebar-accent:#d7d2ca;--ds-code:#eeeae5;--ds-text:#201e1a;--ds-text-muted:#67635d;--ds-primary:#2c2824;--ds-on-primary:#fbfaf8;--ds-accent:#ddd8d2;--ds-border:#201e1a1f;--ds-border-subtle:#201e1a17;--ds-ring:#645c51;--ds-link:#00649a;--ds-success:#047857;--ds-warning:#b45309;--ds-danger:#d4212d;--ds-danger-soft:#991b1b;--ds-danger-surface:#fee2e2e0;--ds-overlay:#201e1a2e;--ds-shadow-color:#201e1a33}
.ds-button,.button{min-height:var(--ds-control-default);padding:0 var(--ds-space-md);justify-content:center;align-items:center;gap:var(--ds-space-xs);border:1px solid var(--ds-border);border-radius:var(--ds-radius-lg);font:500 var(--ds-type-compact-size) / var(--ds-type-compact-line) inherit;cursor:pointer;transition:background var(--ds-motion-standard), border-color var(--ds-motion-standard), transform var(--ds-motion-standard);display:inline-flex}.ds-button:hover,.button:hover{transform:translateY(-1px)}.ds-button:active,.button:active{transform:translateY(0)}.ds-button:focus-visible,.button:focus-visible,.ds-field:focus-visible,.input:focus-visible{outline:var(--ds-focus-width) solid color-mix(in srgb, var(--ds-ring) 50%, transparent);outline-offset:var(--ds-focus-offset)}.ds-button:disabled,.ds-button[aria-disabled=true],.button:disabled,.button[aria-disabled=true]{cursor:not-allowed;opacity:.5}.ds-button[aria-pressed=true],.button[aria-pressed=true]{background:var(--ds-accent)}.ds-button[aria-busy=true],.button[aria-busy=true]{cursor:progress}.ds-button--compact,.button.small{min-height:var(--ds-control-compact)}.ds-button--prominent{min-height:var(--ds-control-prominent)}.ds-button--primary,.button.primary{color:var(--ds-on-primary);background:var(--ds-primary);border-color:var(--ds-primary)}.ds-button--primary:hover,.button.primary:hover{background:color-mix(in srgb, var(--ds-primary) 88%, white)}.ds-button--secondary,.button.secondary{color:var(--ds-text);background:color-mix(in srgb, var(--ds-surface) 82%, transparent)}.ds-button--secondary:hover,.button.secondary:hover{background:var(--ds-accent)}.ds-button--destructive,.button.danger{color:var(--ds-danger-soft);background:var(--ds-danger-surface);border-color:color-mix(in srgb, var(--ds-danger) 45%, transparent)}.ds-field,.input{min-height:var(--ds-control-default);width:100%;padding:0 var(--ds-space-sm);border:1px solid var(--ds-border);border-radius:var(--ds-radius-lg);color:var(--ds-text);background:color-mix(in srgb, var(--ds-background) 88%, black);font:400 var(--ds-type-compact-size) / var(--ds-type-compact-line) inherit;outline:none}textarea.ds-field,textarea.input{padding-block:var(--ds-space-sm);resize:vertical}.ds-field[aria-invalid=true],.input[aria-invalid=true]{border-color:var(--ds-danger)}.ds-helper{color:var(--ds-text-muted);font-size:var(--ds-type-metadata-size);line-height:var(--ds-type-metadata-line)}.ds-status{color:var(--ds-text-muted);font-size:var(--ds-type-caption-size);line-height:var(--ds-type-caption-line)}.ds-status--success{color:var(--ds-success)}.ds-status--danger{color:var(--ds-danger)}@media (prefers-reduced-motion:reduce){.ds-button,.button{transition:none}}
:root{--bg:var(--ds-background);--card:var(--ds-surface);--card-2:var(--ds-surface-raised);--text:var(--ds-text);--muted:var(--ds-text-muted);--line:var(--ds-border);--soft-line:var(--ds-border-subtle);--accent:var(--ds-primary);--ink:var(--ds-on-primary);--blue:var(--ds-link);--green:var(--ds-success)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:min(1180px, calc(100% - var(--ds-space-xxl)));margin-inline:auto}.site-header{z-index:50;border-bottom:1px solid var(--soft-line);background:color-mix(in srgb, var(--bg) 86%, transparent);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:fixed;inset:0 0 auto}.nav-wrap{width:min(1240px, calc(100% - var(--ds-space-xl)));height:var(--ds-panel-header);align-items:center;gap:var(--ds-space-xl);margin:auto;display:flex}.brand{align-items:center;gap:var(--ds-space-sm);font-size:var(--ds-type-compact-size);line-height:var(--ds-type-compact-line);white-space:nowrap;font-weight:500;display:inline-flex}.brand-mark{width:var(--ds-control-compact);height:var(--ds-control-compact);border-radius:var(--ds-radius-md);object-fit:cover;display:block}nav{align-items:center;gap:var(--ds-space-xl);color:var(--ds-text-muted);font-size:var(--ds-type-compact-size);line-height:var(--ds-type-compact-line);margin-inline:auto;display:flex}nav a:hover,.footer-links a:hover{color:var(--ds-text)}.button.full{width:100%}.hero{grid-template-columns:.83fr 1.5fr;align-items:start;gap:65px;min-height:880px;padding-top:154px;display:grid;overflow:visible}.hero-copy{z-index:3;padding-top:42px;position:relative}.eyebrow{margin:0 0 var(--ds-space-md);color:var(--ds-text-muted);text-transform:uppercase;letter-spacing:.13em;font:500 var(--ds-type-caption-size) / var(--ds-type-caption-line) "Geist Mono",monospace}.status-dot{background:var(--green);width:6px;height:6px;box-shadow:0 0 12px var(--green);border-radius:50%;margin:0 9px 1px 0;display:inline-block}h1,h2,h3,p{text-wrap:pretty}.hero h1{letter-spacing:-.065em;margin:0;font-size:clamp(57px,7vw,92px);font-weight:500;line-height:.92}.hero h1 em{color:color-mix(in srgb, var(--ds-text-muted) 78%, var(--ds-background));font-style:normal}.lede{max-width:545px;margin:var(--ds-space-xl) 0 var(--ds-space-lg);color:var(--ds-text-muted);font-size:var(--ds-type-body-size);line-height:var(--ds-type-body-line)}.cta-row{gap:var(--ds-space-sm);flex-wrap:wrap;display:flex}.microcopy{color:var(--ds-text-muted);font-size:var(--ds-type-caption-size);line-height:var(--ds-type-caption-line);margin:var(--ds-space-md) 0}.product-composition{transform-origin:50%;width:760px;height:610px;position:relative;transform:perspective(1600px)rotateY(-4deg)}.app-window{border:1px solid color-mix(in srgb, var(--ds-text) 13%, transparent);background:var(--ds-canvas);border-radius:var(--ds-radius-xl);box-shadow:var(--ds-shadow-floating), inset 0 1px color-mix(in srgb, var(--ds-text) 5%, transparent);position:absolute;overflow:hidden}.main-window{width:735px;height:490px;top:0;left:0}.window-bar{height:35px;padding:0 var(--ds-space-sm);align-items:center;gap:var(--ds-space-xs);border-bottom:1px solid var(--soft-line);background:color-mix(in srgb, var(--ds-surface) 88%, var(--ds-background));display:flex}.window-bar span{width:var(--ds-space-xs);height:var(--ds-space-xs);background:color-mix(in srgb, var(--ds-text-muted) 45%, var(--ds-background));border-radius:50%}.window-bar strong{color:var(--ds-text-muted);margin-left:auto;margin-right:auto;font-size:10px;font-weight:500}.app-body{grid-template-columns:145px 1fr 155px;height:calc(100% - 35px);display:grid}.app-body aside{gap:var(--ds-space-xs);padding:var(--ds-space-md) var(--ds-space-sm);background:var(--ds-sidebar);border-right:1px solid var(--soft-line);color:var(--ds-text-muted);flex-direction:column;font-size:10px;display:flex}.app-body aside:last-child{border:0;border-left:1px solid var(--soft-line)}.app-body aside b{margin:0 var(--ds-space-xs) var(--ds-space-xs);color:color-mix(in srgb, var(--ds-text-muted) 65%, var(--ds-background));letter-spacing:.12em;font:500 8px Geist Mono,monospace}.app-body aside>span{border-radius:6px;padding:7px 8px}.app-body aside span.active{color:var(--ds-text);background:var(--ds-sidebar-accent)}.chat{padding:var(--ds-space-lg);background:radial-gradient(circle at 50% 0, color-mix(in srgb, var(--ds-text) 3%, transparent), transparent 55%)}.chat small{color:var(--ds-text-muted);font-size:9px}.chat h3{margin:25px 0 28px;font-size:15px;font-weight:500}.message{padding:var(--ds-space-sm);margin:var(--ds-space-sm) 0;border-radius:var(--ds-radius-lg);color:var(--ds-text-muted);font-size:10px;line-height:1.5}.message.user{background:var(--ds-sidebar-accent);width:76%;color:var(--ds-text);margin-left:auto}.message.assistant{padding-left:4px}.message i{width:7px;height:7px;margin-right:var(--ds-space-xs);border:1px solid var(--ds-success);border-radius:50%;display:inline-block}.code-lines{padding:var(--ds-space-sm);background:var(--ds-code);border:1px solid var(--ds-border-subtle);border-radius:var(--ds-radius-md)}.code-lines span{width:75%;height:var(--ds-space-xxs);margin:var(--ds-space-xs) 0;border-radius:var(--ds-radius-sm);background:color-mix(in srgb, var(--ds-text-muted) 30%, var(--ds-code));display:block}.code-lines span:nth-child(2){background:color-mix(in srgb, var(--ds-success) 14%, var(--ds-code));width:88%}.code-lines span:nth-child(3){width:54%}.code-lines span:nth-child(4){background:color-mix(in srgb, var(--ds-link) 14%, var(--ds-code));width:68%}.browser-card{margin-top:var(--ds-space-md);height:190px;padding:var(--ds-space-sm);border-radius:var(--ds-radius-md);background:linear-gradient(160deg, var(--ds-text), var(--ds-text-muted));color:var(--ds-on-primary)}.browser-card small{opacity:.45;font-size:7px}.browser-card strong{letter-spacing:-.04em;margin-top:28px;font-size:18px;line-height:1.05;display:block}.phone-window{z-index:4;width:190px;height:375px;padding:var(--ds-space-xl) var(--ds-space-md) var(--ds-space-md);background:color-mix(in srgb, var(--ds-background) 92%, var(--ds-code));border-radius:30px;bottom:-8px;right:-5px;transform:rotate(4deg)}.phone-island{top:var(--ds-space-xs);border-radius:var(--ds-radius-pill);background:var(--ds-code);width:66px;height:17px;position:absolute;left:62px}.phone-window small{color:var(--ds-text-muted);letter-spacing:.13em;font:500 7px Geist Mono}.phone-window>strong{margin-top:var(--ds-space-xxs);font-size:var(--ds-type-caption-size);display:block}.phone-message{padding:var(--ds-space-sm);background:var(--ds-surface-raised);border-radius:var(--ds-radius-sm);color:var(--ds-text-muted);margin-top:66px;font-size:9px;line-height:1.5}.phone-composer{inset:auto var(--ds-space-sm) var(--ds-space-sm);padding:var(--ds-space-sm);border:1px solid var(--ds-border);border-radius:var(--ds-radius-xl);color:var(--ds-text-muted);font-size:8px;position:absolute}.phone-composer span{float:right;background:var(--ds-primary);width:18px;height:18px;color:var(--ds-on-primary);border-radius:50%;place-items:center;display:grid}.tool-window{z-index:3;width:290px;height:188px;bottom:0;left:70px;transform:rotate(-3deg)}.tool-preview{background:linear-gradient(135deg, var(--ds-surface-raised), var(--ds-background));height:calc(100% - 35px);color:var(--ds-text-muted);place-items:center;font-size:10px;display:grid}.cursor{color:var(--ds-text);filter:drop-shadow(0 4px 5px var(--ds-overlay));font-size:28px;position:absolute;transform:translate(40px,-22px)}.section{padding-block:118px}.tint{border-block:1px solid var(--soft-line);background:color-mix(in srgb, var(--ds-canvas) 72%, var(--ds-background))}.section-heading{max-width:690px;margin-bottom:52px}.section-heading h2,.remote-copy h2,.privacy-copy h2,.final-cta h2{letter-spacing:-.055em;margin:0 0 20px;font-size:clamp(39px,5vw,62px);font-weight:500;line-height:1.02}.section-heading>p:last-child,.split-heading>p,.privacy-copy>p,.remote-copy>p{color:var(--muted);font-size:var(--ds-type-body-size);line-height:var(--ds-type-body-line)}.split-heading{grid-template-columns:1.1fr .8fr;align-items:end;gap:100px;max-width:none;display:grid}.feature-grid{gap:12px;display:grid}.free-grid{grid-template-columns:repeat(3,1fr)}.super-grid{grid-template-columns:repeat(4,1fr)}.feature-card{min-height:210px;padding:var(--ds-space-lg);border:1px solid var(--soft-line);border-radius:var(--ds-radius-xl);background:var(--ds-canvas);position:relative}.feature-card.featured{background:linear-gradient(160deg, var(--ds-surface-raised), var(--ds-sidebar));min-height:310px}.feature-number{color:var(--ds-text-muted);font:var(--ds-type-caption-size) "Geist Mono",monospace}.feature-card h3{margin:65px 0 var(--ds-space-sm);font-size:var(--ds-type-section-title-size);line-height:var(--ds-type-section-title-line);font-weight:500}.feature-card p{color:var(--ds-text-muted);font-size:var(--ds-type-metadata-size);line-height:var(--ds-type-metadata-line)}.feature-card.featured h3{margin-top:65px}.feature-icon{color:var(--ds-primary);font-size:24px}.paid-pill{left:var(--ds-space-lg);bottom:var(--ds-space-lg);color:var(--ds-text-muted);font:var(--ds-type-caption-size) / var(--ds-type-caption-line) "Geist Mono";text-transform:uppercase;letter-spacing:.1em;position:absolute}.privacy-section{grid-template-columns:1fr .9fr;align-items:center;gap:110px;display:grid}.privacy-points{margin-top:var(--ds-space-xl);gap:var(--ds-space-sm);display:grid}.privacy-points span{padding:var(--ds-space-md) 0;border-top:1px solid var(--soft-line);font-size:var(--ds-type-compact-size);line-height:var(--ds-type-compact-line)}.privacy-points b{margin-right:var(--ds-space-md);color:var(--ds-text-muted);font:var(--ds-type-caption-size) "Geist Mono"}.privacy-visual{border:1px solid var(--soft-line);border-radius:var(--ds-radius-xxl);background:radial-gradient(circle,color-mix(in srgb,var(--ds-link) 9%,transparent),transparent 55%),color-mix(in srgb,var(--ds-canvas) 72%,var(--ds-background));place-items:center;min-height:420px;display:grid}.privacy-visual p{color:var(--ds-text-muted);font:var(--ds-type-caption-size) / var(--ds-type-caption-line) "Geist Mono";letter-spacing:.06em;align-self:end}.orbit{border:1px solid var(--ds-border);border-radius:50%;place-items:center;width:260px;height:260px;display:grid;position:relative}.orbit:before,.orbit:after{content:"";border:1px solid var(--ds-border-subtle);border-radius:50%;position:absolute;inset:30px}.orbit:after{inset:70px}.mac-node{z-index:2;border-radius:var(--ds-radius-xxl);background:var(--ds-primary);width:85px;height:85px;color:var(--ds-on-primary);font-size:var(--ds-type-caption-size);box-shadow:var(--ds-shadow-raised);place-items:center;font-weight:600;display:grid}.orbit i{width:var(--ds-space-sm);height:var(--ds-space-sm);background:var(--ds-link);box-shadow:0 0 var(--ds-space-md) var(--ds-link);border-radius:50%;position:absolute}.orbit i:first-of-type{top:var(--ds-space-sm)}.orbit i:nth-of-type(2){background:var(--ds-success);bottom:42px;left:22px}.orbit i:nth-of-type(3){right:var(--ds-space-xxs);background:var(--ds-primary);top:140px}.remote-section{background:var(--ds-primary);color:var(--ds-on-primary)}.remote-wrap{grid-template-columns:.75fr 1.25fr;align-items:center;gap:120px;display:grid}.remote-phone{border:8px solid var(--ds-surface-raised);background:var(--ds-background);width:280px;height:540px;color:var(--ds-text);box-shadow:var(--ds-shadow-overlay);border-radius:47px;margin:auto;padding:50px 20px 20px;position:relative}.remote-notch{top:var(--ds-space-sm);width:88px;height:var(--ds-space-lg);border-radius:var(--ds-radius-pill);background:var(--ds-code);position:absolute;left:88px}.remote-phone>p{font-size:var(--ds-type-caption-size)}.secure-pill{margin-top:var(--ds-space-md);padding:var(--ds-space-xs) var(--ds-space-sm);border-radius:var(--ds-radius-pill);background:color-mix(in srgb,var(--ds-success) 14%,var(--ds-background));color:var(--ds-success);font-size:8px;display:inline-block}.remote-session{padding:var(--ds-space-md);border:1px solid var(--ds-border);border-radius:var(--ds-radius-xl);background:var(--ds-surface);margin-top:80px}.remote-session small{color:var(--ds-text-muted);font:7px Geist Mono}.remote-session b,.remote-session span{margin-top:var(--ds-space-sm);font-size:var(--ds-type-caption-size);display:block}.remote-session span{color:var(--ds-text-muted);font-size:9px;line-height:1.5}.remote-input{inset:auto var(--ds-space-md) var(--ds-space-md);padding:var(--ds-space-sm);border:1px solid var(--ds-border);border-radius:var(--ds-radius-xl);color:var(--ds-text-muted);font-size:9px;position:absolute}.remote-input b{float:right;background:var(--ds-primary);width:19px;height:19px;color:var(--ds-on-primary);border-radius:50%;place-items:center;display:grid}.remote-copy .eyebrow{color:color-mix(in srgb,var(--ds-on-primary) 65%,var(--ds-primary))}.remote-copy>p{color:color-mix(in srgb,var(--ds-on-primary) 72%,var(--ds-primary))}.remote-copy ul{margin:var(--ds-space-xl) 0;padding:0;list-style:none}.remote-copy li{padding:var(--ds-space-md) 0;border-top:1px solid color-mix(in srgb,var(--ds-on-primary) 18%,transparent);font-size:var(--ds-type-compact-size);line-height:var(--ds-type-compact-line)}.remote-copy li:before{content:"✓";margin-right:var(--ds-space-sm)}.centered{text-align:center;margin-inline:auto}.pricing-grid{justify-content:center;gap:var(--ds-space-md);grid-template-columns:repeat(2,minmax(0,430px));display:grid}.price-card{padding:var(--ds-space-xl);border:1px solid var(--line);border-radius:var(--ds-radius-xxl);background:color-mix(in srgb,var(--ds-canvas) 72%,var(--ds-background));position:relative}.price-card h3{letter-spacing:-.06em;margin:0;font-size:60px;font-weight:500}.price-card h3 small{font-size:var(--ds-type-caption-size);letter-spacing:0;color:var(--ds-text-muted)}.price-note{color:var(--ds-text-muted);font-size:var(--ds-type-metadata-size);line-height:var(--ds-type-metadata-line)}.price-card ul{padding:var(--ds-space-lg) 0;margin:var(--ds-space-lg) 0;border-top:1px solid var(--soft-line);color:var(--ds-text-muted);font-size:var(--ds-type-metadata-size);line-height:var(--ds-type-metadata-line);list-style:none}.featured-price{background:linear-gradient(145deg,var(--ds-surface-raised),var(--ds-sidebar));border-color:var(--ds-border)}.best-value{right:var(--ds-space-md);top:var(--ds-space-md);padding:var(--ds-space-xs) var(--ds-space-sm);border-radius:var(--ds-radius-pill);background:var(--ds-accent);color:var(--ds-text);font:var(--ds-type-caption-size) / var(--ds-type-caption-line) "Geist Mono";text-transform:uppercase;letter-spacing:.08em;position:absolute}.pricing-disclosure{max-width:750px;margin:var(--ds-space-lg) auto 0;color:var(--ds-text-muted);text-align:center;font-size:var(--ds-type-caption-size);line-height:var(--ds-type-caption-line)}.faq{grid-template-columns:.7fr 1.3fr;gap:80px;display:grid}.faq-list details{border-top:1px solid var(--line)}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{padding:var(--ds-space-lg) var(--ds-space-xs);cursor:pointer;font-size:var(--ds-type-body-size);line-height:var(--ds-type-body-line);list-style:none}.faq-list summary:after{content:"+";float:right;color:var(--ds-text-muted)}.faq-list details[open] summary:after{content:"−"}.faq-list details p{max-width:670px;margin:-5px 0 var(--ds-space-lg);padding:0 var(--ds-space-xl) 0 var(--ds-space-xs);color:var(--ds-text-muted);font-size:var(--ds-type-metadata-size);line-height:var(--ds-type-metadata-line)}.final-cta{text-align:center;border-top:1px solid var(--soft-line);background:radial-gradient(circle at 50% 100%,color-mix(in srgb,var(--ds-link) 10%,transparent),transparent 45%);padding:130px 0}.final-cta p:not(.eyebrow){color:var(--ds-text-muted)}.centered-row{margin-top:var(--ds-space-xl);justify-content:center}.site-footer{width:min(1180px,calc(100% - var(--ds-space-xxl)));padding:60px 0 var(--ds-space-xl);gap:var(--ds-space-xl);border-top:1px solid var(--soft-line);color:var(--ds-text-muted);font-size:var(--ds-type-caption-size);line-height:var(--ds-type-caption-line);grid-template-columns:1fr 1fr;margin:auto;display:grid}.site-footer .brand{color:var(--ds-text)}.footer-links{justify-content:flex-end;gap:var(--ds-space-lg);display:flex}.copyright{margin-top:var(--ds-space-lg);font:var(--ds-type-caption-size) / var(--ds-type-caption-line) "Geist Mono";text-transform:uppercase;letter-spacing:.08em;grid-column:1/-1}.legal{max-width:760px;padding:145px 0 110px}.legal h1,.simple-hero h1{margin:0 0 var(--ds-space-sm);font-size:clamp(var(--ds-type-page-title-size),7vw,72px);letter-spacing:-.06em;font-weight:500}.legal-date{color:var(--ds-text-muted);font-size:var(--ds-type-caption-size);line-height:var(--ds-type-caption-line);margin-bottom:55px}.legal h2{margin:42px 0 var(--ds-space-sm);font-size:var(--ds-type-section-title-size);line-height:var(--ds-type-section-title-line)}.legal p,.legal li{color:var(--ds-text-muted);font-size:var(--ds-type-metadata-size);line-height:var(--ds-type-metadata-line)}.legal a{color:var(--ds-link);text-decoration:underline}.simple-hero{text-align:center;padding:160px 0 105px}.simple-hero>p:not(.eyebrow){max-width:610px;margin:var(--ds-space-md) auto;color:var(--ds-text-muted);font-size:var(--ds-type-body-size);line-height:var(--ds-type-body-line)}.simple-card{max-width:680px;padding:var(--ds-space-xl);border:1px solid var(--line);border-radius:var(--ds-radius-xxl);background:var(--ds-surface);margin:0 auto 120px}.form-row{gap:var(--ds-space-sm);display:flex}.form-message{color:var(--ds-text-muted);font-size:var(--ds-type-metadata-size);line-height:var(--ds-type-metadata-line)}.device-list{gap:var(--ds-space-xs);margin:var(--ds-space-lg) 0;display:grid}.device-row{padding:var(--ds-space-md);border:1px solid var(--soft-line);border-radius:var(--ds-radius-lg);justify-content:space-between;align-items:center;display:flex}.device-row small{margin-top:var(--ds-space-xxs);color:var(--ds-text-muted);display:block}.field-label{margin:0 0 var(--ds-space-xs);color:var(--ds-text-muted);font-size:var(--ds-type-metadata-size);line-height:var(--ds-type-metadata-line);display:block}.turnstile{margin-top:var(--ds-space-md)}.manager-heading{justify-content:space-between;align-items:center;gap:var(--ds-space-md);display:flex}.manager-heading h2{font-size:var(--ds-type-section-title-size);line-height:var(--ds-type-section-title-line);margin:0}.activation-code{margin:var(--ds-space-lg) 0;padding:var(--ds-space-md);border:1px solid var(--ds-border);border-radius:var(--ds-radius-xl);background:var(--ds-background)}.activation-code p{margin:0 0 var(--ds-space-xs);color:var(--ds-text-muted);font-size:var(--ds-type-caption-size);line-height:var(--ds-type-caption-line);text-transform:uppercase}.activation-code strong{margin-bottom:var(--ds-space-md);font:var(--ds-type-section-title-size) / var(--ds-type-section-title-line) "Geist Mono";letter-spacing:2px;display:block}.spinner{width:var(--ds-space-lg);height:var(--ds-space-lg);margin:0 auto var(--ds-space-md);border:2px solid var(--ds-border);border-top-color:var(--ds-primary);border-radius:50%;animation:1s linear infinite spin}.success-mark{width:var(--ds-control-default);height:var(--ds-control-default);margin:0 auto var(--ds-space-md);border:1px solid color-mix(in srgb,var(--ds-success) 45%,transparent);background:color-mix(in srgb,var(--ds-success) 18%,transparent);color:var(--ds-success);font-size:var(--ds-type-section-title-size);border-radius:50%;place-items:center;display:grid}.install-steps{padding-left:var(--ds-space-md);color:var(--ds-text-muted);font-size:var(--ds-type-compact-size);line-height:var(--ds-type-compact-line)}@keyframes spin{to{transform:rotate(360deg)}}.activation-bridge h2{margin-top:0}.activation-bridge>.button{margin-top:var(--ds-space-md)}.activation-bridge .activation-code{margin-bottom:var(--ds-space-md)}.activation-bridge .activation-code strong{overflow-wrap:anywhere}@media (max-width:1050px){.hero{grid-template-columns:1fr;min-height:1150px}.hero-copy{max-width:670px}.product-composition{transform-origin:0 0;transform:scale(.9)perspective(1600px)rotateY(-4deg)}.super-grid{grid-template-columns:repeat(2,1fr)}.remote-wrap{gap:60px}.privacy-section{gap:50px}}@media (max-width:760px){.container{width:min(100% - 28px,1180px)}nav{display:none}.nav-wrap{gap:12px}.nav-wrap>.button{margin-left:auto}.brand span:last-child{display:none}.hero{gap:30px;min-height:860px;padding-top:105px}.hero-copy{padding-top:20px}.hero h1{font-size:55px}.lede{font-size:15px}.product-composition{transform-origin:0 0;width:700px;height:520px;transform:scale(.54)perspective(1600px)rotateY(-4deg)}.section{padding-block:80px}.section-heading h2,.privacy-copy h2,.remote-copy h2,.final-cta h2{font-size:39px}.free-grid,.super-grid,.split-heading,.privacy-section,.remote-wrap,.faq{grid-template-columns:1fr}.split-heading{gap:10px}.feature-card.featured{min-height:250px}.privacy-section{gap:35px}.privacy-visual{min-height:350px}.remote-wrap{gap:70px}.pricing-grid{grid-template-columns:1fr}.faq{gap:20px}.site-footer{grid-template-columns:1fr}.footer-links{flex-wrap:wrap;justify-content:flex-start}.form-row{flex-direction:column}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
