:root{--bg-surface-1:#f0f0f0;--bg-surface-2:#fcfcfc;--canvas:var(--bg-surface-1);--surface:var(--bg-surface-2);--surface-strong:#ebe8e4;--surface-raised:#fffefe;--ink:#0d0d0c;--ink-strong:#393632;--ink-muted:#6e6861;--ink-faint:#a59f97;--line:#e7e3de;--line-strong:#d9d4ce;--inverse:#11110f;--inverse-ink:#f8f6f1;--inverse-muted:#aaa59b;--violet:#0447ff;--orange:#ff4704;--status:#756f67;--status-available:#47cd89;--font-display:"Inter", ui-sans-serif, system-ui, sans-serif;--font-body:"Inter", ui-sans-serif, system-ui, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;--page-pad:clamp(1.25rem, 4vw, 4rem);--section-space:clamp(6rem, 8.5vw, 8rem);--display-xl:clamp(3.15rem, 5.5vw, 5rem);--display-lg:clamp(2.65rem, 4.6vw, 4.9rem);--display-md:clamp(2.25rem, 3vw, 3.25rem);--text-caption:.75rem;--text-ui:.875rem;--text-body-sm:.875rem;--text-body:1rem;--radius-sm:.625rem;--radius-md:1.25rem;--radius-lg:1.5rem;--radius-pill:9999px;--ease-out:cubic-bezier(.16, 1, .3, 1);--motion-reveal-duration:.52s;--motion-reveal-ease:cubic-bezier(.22, 1, .36, 1);--whisper-shadow:0 0 0 .5px #00000014, 0 1px 1px #0000000a, 0 3px 8px #0000000a;--device-shadow:0 2rem 5rem #463a2729}:root[data-theme=dark]{--bg-surface-1:#030405;--bg-surface-2:#1e1e1e;--canvas:var(--bg-surface-1);--surface:var(--bg-surface-2);--surface-strong:#2a2723;--surface-raised:#24211e;--ink:#f4f1ec;--ink-strong:#d7d1c8;--ink-muted:#aaa39a;--ink-faint:#9b948a;--line:#302d29;--line-strong:#423e39;--inverse:#f4f1ec;--inverse-ink:#171614;--inverse-muted:#5e5952;--status:#aaa39a;--whisper-shadow:0 0 0 .5px #ffffff1a;--device-shadow:0 2rem 5rem #00000059}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:5.5rem}body{background:var(--canvas);color:var(--ink);font-family:var(--font-body);letter-spacing:.01em;font-kerning:normal;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-size:1rem;font-weight:400;line-height:1.55;overflow-x:hidden}body:before{z-index:-1;background-image:radial-gradient(circle at 1px 1px, color-mix(in srgb, var(--ink) 7%, transparent) .65px, transparent .75px);content:"";opacity:.14;pointer-events:none;background-size:18px 18px;position:fixed;inset:0}button,a{-webkit-tap-highlight-color:transparent}button,input,textarea,select{font:inherit}a{color:inherit}img{max-width:100%;height:auto;display:block}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.035em;text-wrap:balance;font-weight:300}p{color:var(--ink-muted)}::selection{background:var(--surface-strong);color:var(--ink)}:focus-visible{outline:2px solid var(--ink);outline-offset:4px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:100;border-radius:var(--radius-pill);background:var(--inverse);min-height:2.75rem;color:var(--inverse-ink);transition:transform .18s var(--ease-out);align-items:center;padding:.7rem 1rem;font-size:.8125rem;font-weight:500;text-decoration:none;display:inline-flex;position:fixed;top:1rem;left:1rem;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}.site-header{--header-surface-opacity:0;--header-blur:0px;z-index:20;width:min(100%,1408px);min-height:5rem;padding:0 var(--page-pad);isolation:isolate;border-bottom:1px solid #0000;grid-template-columns:1fr auto 1fr;align-items:center;margin:0 auto;display:grid;position:sticky;top:0}.site-header:before{z-index:-1;background:linear-gradient(180deg, color-mix(in srgb, var(--canvas) 98%, transparent), color-mix(in srgb, var(--canvas) 84%, transparent));width:100vw;box-shadow:0 1px 0 var(--line);content:"";opacity:var(--header-surface-opacity);pointer-events:none;backdrop-filter:blur(var(--header-blur));position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.brand{width:max-content;min-height:2.75rem;color:var(--ink);letter-spacing:-.025em;justify-self:start;align-items:center;gap:.55rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.brand img{width:1.925rem;height:1.925rem;box-shadow:0 0 0 1px var(--line);border-radius:.5rem}:root[data-theme=dark] .brand img,:root[data-theme=dark] .architecture-item>img{box-shadow:0 0 0 1px var(--line-strong)}.site-nav{align-items:center;gap:1.75rem;display:flex}.site-nav a,.legacy-footer nav a{color:var(--ink-muted);font-size:var(--text-ui);letter-spacing:0;font-weight:400;text-decoration:none;transition:color .18s}.header-actions{justify-self:end;align-items:center;gap:.5rem;display:flex}.header-cta,.button,.store-links a{border:1px solid var(--line);border-radius:var(--radius-pill);box-shadow:var(--whisper-shadow);font-size:var(--text-ui);letter-spacing:0;transition:opacity .15s ease, background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s var(--ease-out);font-weight:500;text-decoration:none}.theme-icon-moon,.theme-icon-sun{fill:currentColor;stroke:none;display:none}:root[data-theme-preference=light] .theme-icon-sun,:root[data-theme-preference=dark] .theme-icon-moon{display:block}.header-cta{border-color:var(--inverse);background:var(--inverse);min-height:2.75rem;color:var(--inverse-ink);align-items:center;padding:.48rem .95rem;display:inline-flex}.menu-button{display:none}.hero{width:min(100%,1408px);min-height:calc(100svh - 5rem);padding:clamp(4rem, 9vh, 7rem) var(--page-pad) clamp(7rem, 12vw, 11rem);grid-template-columns:minmax(0,.9fr) minmax(34rem,1.1fr);align-items:center;gap:clamp(3rem,6vw,7rem);margin:0 auto;display:grid}.hero-copy{z-index:2;position:relative}.hero-context,.section-heading:before,.workflow-intro:before,.dark-copy:before,.security-copy:before,.faq-heading:before{color:var(--ink-muted);font-family:var(--font-mono);letter-spacing:.07em;text-transform:uppercase;margin-bottom:1.65rem;font-size:.6875rem;line-height:1.3;display:block}.hero-context:before,.section-heading:before,.workflow-intro:before,.security-copy:before,.faq-heading:before{content:"";vertical-align:middle;background:currentColor;width:1.5rem;height:1px;margin-right:.7rem;display:inline-block}.hero h1{max-width:9.5ch;font-size:var(--display-xl);line-height:1}.hero-tagline{color:var(--ink);letter-spacing:-.025em;margin-top:1.6rem;font-size:clamp(1.25rem,2vw,1.65rem);font-weight:300}.hero-description{max-width:31rem;font-size:var(--text-body);margin-top:1.1rem;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:.6rem;margin-top:2rem;display:flex}.button{justify-content:center;align-items:center;min-height:2.75rem;padding:0 1.15rem;display:inline-flex}.button-primary{border-color:var(--inverse);background:var(--inverse);color:var(--inverse-ink)}.button-secondary{--button-secondary-bg:var(--canvas);--button-secondary-border:var(--line);--button-secondary-color:var(--ink);--button-secondary-hover-bg:var(--surface-strong);--button-secondary-hover-border:var(--line-strong);--button-secondary-hover-color:var(--ink);border-color:var(--button-secondary-border);background:var(--button-secondary-bg);color:var(--button-secondary-color)}.assistant-line{color:var(--ink-muted);flex-wrap:wrap;align-items:center;gap:.65rem 1rem;margin-top:2.8rem;font-size:.6875rem;display:flex}.assistant-line span{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase}.assistant-line strong{color:var(--ink-strong);font-size:.8125rem;font-weight:500}.hero-product{border-radius:var(--radius-lg);background:var(--surface);isolation:isolate;min-height:clamp(34rem,47vw,43rem);position:relative;overflow:hidden}.hero-product:before,.final-cta:before{z-index:-1;aspect-ratio:1;background:radial-gradient(circle at 30% 28%, #ffffffe6, transparent 12%), radial-gradient(circle at 35% 35%, var(--orange), transparent 48%), radial-gradient(circle at 70% 62%, var(--violet), transparent 55%), #d77c9b;content:"";filter:saturate(.95);opacity:.95;border-radius:50%;width:clamp(17rem,31vw,29rem);position:absolute}.hero-product:before{top:-13%;right:-12%}.hero-product:after{z-index:-1;border:1px solid color-mix(in srgb, var(--ink) 14%, transparent);content:"";border-radius:50%;width:5.5rem;height:5.5rem;position:absolute;bottom:1.25rem;right:1.25rem}.desktop-window{border:1px solid color-mix(in srgb, var(--ink) 10%, transparent);background:var(--surface-raised);width:69%;box-shadow:var(--device-shadow);border-radius:.75rem;position:absolute;top:14%;left:7%;overflow:hidden;transform:rotate(-1.7deg)}.window-bar{border-bottom:1px solid var(--line);background:var(--surface-raised);align-items:center;gap:.3rem;height:2rem;padding:0 .75rem;display:flex}.window-bar span{background:var(--ink-faint);opacity:.7;border-radius:50%;width:.38rem;height:.38rem}.window-bar p{font-family:var(--font-mono);margin-left:.45rem;font-size:.5rem}.desktop-window>img{width:100%}.hero-phone{z-index:2;filter:drop-shadow(0 2rem 2rem #1f1a1438);width:34%;position:absolute;bottom:-13%;right:7%;transform:rotate(2deg)}.connection-note,.session-status{border-radius:var(--radius-pill);font-family:var(--font-mono);letter-spacing:.01em;align-items:center;gap:.5rem;font-size:.6875rem;display:inline-flex}.connection-note{z-index:3;border:1px solid color-mix(in srgb, var(--ink) 10%, transparent);background:color-mix(in srgb, var(--surface-raised) 92%, transparent);box-shadow:var(--whisper-shadow);backdrop-filter:blur(12px);padding:.65rem .8rem;position:absolute;bottom:1.6rem;left:1.6rem}.connection-note p{color:var(--ink-strong)}.connection-note span,.session-status span{background:var(--status);width:.42rem;height:.42rem;box-shadow:0 0 0 3px color-mix(in srgb, var(--status) 14%, transparent);border-radius:50%}.setup-strip,.workflow,.assistants,.security,.faq,.final-cta{width:min(calc(100% - (2 * var(--page-pad))), 1280px);margin:0 auto}.setup-strip{border-radius:var(--radius-lg);background:var(--surface);padding:clamp(3rem,6vw,5.5rem)}.section-heading,.workflow-intro,.security,.faq{grid-template-columns:minmax(0,1fr) minmax(15rem,.55fr);align-items:end;gap:2rem clamp(3rem,8vw,8rem);display:grid}.section-heading:before,.workflow-intro:before,.security-copy:before,.faq-heading:before{grid-column:1/-1;margin-bottom:-.25rem}.section-heading:after{color:var(--ink-muted);font-family:var(--font-mono);letter-spacing:.07em;text-transform:uppercase;content:"Three steps";grid-area:1/1/auto/-1;margin-left:2.2rem;font-size:.6875rem}.section-heading h2,.workflow-intro h2,.security h2,.faq h2,.final-cta h2{max-width:13ch;font-size:var(--display-md);line-height:1.06}.section-heading>p,.workflow-intro>p,.security-copy>p,.faq-heading>p{max-width:29rem;font-size:var(--text-body);line-height:1.65}.setup-steps{border-top:1px solid var(--line-strong);grid-template-columns:repeat(3,minmax(0,1fr));margin:clamp(3rem,5vw,4.5rem) 0 0;padding:0;list-style:none;display:grid}.setup-steps li{grid-template-columns:auto minmax(0,1fr);gap:1rem;min-width:0;padding:1.6rem 1.6rem 0 0;display:grid}.setup-steps li>div{min-width:0}.setup-steps li+li{border-left:1px solid var(--line-strong);padding-left:1.6rem}.step-number{border:1px solid var(--line-strong);width:1.5rem;height:1.5rem;color:var(--ink-muted);font-family:var(--font-mono);border-radius:50%;place-items:center;font-size:.6rem;display:grid}.setup-steps h3,.workflow-moments h3,.assistant-row h3{color:var(--ink);letter-spacing:-.02em;font-size:1rem;font-weight:500;line-height:1.35}.setup-steps p,.workflow-moments p,.assistant-row p{font-size:var(--text-body-sm);margin-top:.55rem;line-height:1.6}.store-links{gap:.4rem;margin-top:1rem;display:flex}.store-links a{background:var(--surface-raised);min-height:2.75rem;color:var(--ink-strong);justify-content:center;align-items:center;padding:0 .8rem;font-size:.75rem;display:inline-flex}.command-row{border:1px solid var(--line-strong);background:var(--surface-raised);border-radius:.4rem;width:100%;min-width:0;min-height:2.75rem;margin-top:1rem;display:flex;overflow:hidden}.command-row code{min-width:0;color:var(--ink-strong);font-family:var(--font-mono);font-variant-ligatures:none;text-overflow:ellipsis;white-space:nowrap;flex:1;padding:.5rem .6rem;font-size:.6875rem;overflow:hidden}.command-row button{border:0;border-left:1px solid var(--line-strong);min-width:4.25rem;min-height:2.75rem;color:var(--ink-muted);cursor:pointer;transition:background-color .18s ease, color .18s ease, transform .18s var(--ease-out);background:0 0;padding:0 .75rem;font-size:.6875rem}.setup-trust{color:var(--ink-muted);margin-top:.8rem!important;font-size:.75rem!important}.setup-trust a{min-height:2.75rem;color:var(--ink-strong);text-underline-offset:.2rem;vertical-align:middle;align-items:center;font-weight:500;display:inline-flex}.workflow{padding:var(--section-space) 0 0}.workflow-intro:after{color:var(--ink-muted);font-family:var(--font-mono);letter-spacing:.07em;text-transform:uppercase;content:"The workflow";grid-area:1/1/auto/-1;margin-left:2.2rem;font-size:.6875rem}.workflow-visual{border-radius:var(--radius-lg);background:var(--surface);height:clamp(27rem,53vw,42rem);margin-top:clamp(3rem,5vw,4.5rem);position:relative;overflow:hidden}.workflow-visual:after{content:"";background:linear-gradient(#0000 55%,#0a0908b8);position:absolute;inset:0}.workflow-visual img{object-fit:cover;object-position:center 43%;filter:saturate(.88)contrast(.98);width:100%;height:100%;transition:transform .9s var(--ease-out)}.workflow-visual figcaption{z-index:2;color:#fbfaf7;letter-spacing:-.035em;flex-direction:column;font-size:clamp(1.6rem,3vw,2.8rem);font-weight:300;line-height:1.05;display:flex;position:absolute;bottom:clamp(1.5rem,4vw,3rem);left:clamp(1.5rem,4vw,3rem)}.workflow-visual figcaption strong{font-weight:300}.workflow-moments{border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);margin-top:0;display:grid}.workflow-moments article{border-top:1px solid var(--line);padding:1.7rem 1.7rem 2rem 0}.workflow-moments article+article{border-left:1px solid var(--line);padding-left:1.7rem}.assistants{padding:var(--section-space) 0}.assistants .section-heading:after{content:"Works with"}.assistant-list{border-top:1px solid var(--line);margin-top:clamp(3rem,5vw,4rem)}.assistant-row{border-bottom:1px solid var(--line);grid-template-columns:.65fr 1.45fr auto;align-items:center;gap:2rem;min-height:5.75rem;display:grid}.assistant-name,.assistant-row>span{transition:opacity .18s ease, transform .22s var(--ease-out)}.assistant-name{align-items:center;gap:.75rem;display:flex}.assistant-name img,.assistant-mark{width:1.5rem;height:1.5rem}.assistant-name img{object-fit:contain}:root[data-theme=dark] .assistant-name img{filter:invert()}.assistant-mark{border:1px solid var(--line-strong);color:var(--ink);font-family:var(--font-mono);border-radius:.4rem;place-items:center;font-size:.65rem;font-style:normal;display:grid}.opencode-mark{border:0;font-size:.75rem;font-weight:600}.assistant-row>p{max-width:36rem;margin:0}.assistant-row>span{color:var(--ink-muted);font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;font-size:.6875rem}.dark-story{width:min(calc(100% - (2 * var(--page-pad))), 1280px);border-radius:var(--radius-lg);color:#f7f4ed;isolation:isolate;background:#11110f;grid-template-columns:minmax(17rem,.72fr) minmax(0,1.28fr);align-items:center;gap:clamp(3rem,7vw,7rem);min-height:45rem;margin:0 auto;padding:clamp(3rem,6vw,5.5rem);display:grid;position:relative;overflow:hidden}.dark-story:before{z-index:-1;content:"";background-color:#0000;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:3rem 3rem;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;width:100%;height:100%;position:absolute;mask-image:linear-gradient(90deg,#0000,#000 46%)}.dark-copy{align-self:start;padding-top:2rem}.dark-copy:before{color:#aaa59b;content:"Local by design"}.dark-copy h2{max-width:11ch;font-size:var(--display-md);line-height:1.03}.dark-copy p{color:#aaa59b;max-width:28rem;font-size:var(--text-body);margin-top:1.75rem;line-height:1.7}.session-composition{min-height:33rem;position:relative}.session-desktop{border:1px solid #ffffff1f;border-radius:.75rem;width:79%;position:absolute;top:10%;left:0;overflow:hidden;transform:rotate(1.5deg);box-shadow:0 2rem 5rem #00000073}.session-phone{z-index:2;filter:drop-shadow(0 2rem 2rem #0000008c);width:34%;position:absolute;bottom:-14%;right:1%;transform:rotate(-2deg)}.session-status{z-index:3;color:#d7d1c7;backdrop-filter:blur(12px);background:#11110fd9;border:1px solid #ffffff1f;padding:.65rem .8rem;position:absolute;bottom:0;left:3%}.security{margin-top:var(--section-space);border-radius:var(--radius-lg);background:var(--surface);padding:clamp(3rem,6vw,5.5rem)}.security-copy:before{white-space:nowrap;content:"End-to-end encrypted";margin-bottom:1.65rem}.security-copy>a{min-height:2.75rem;color:var(--ink);font-size:var(--text-body-sm);text-underline-offset:.28rem;transition:color .18s ease, transform .18s var(--ease-out);align-items:center;margin-top:1.5rem;font-weight:500;display:inline-flex}.architecture{grid-template-columns:auto minmax(3.75rem,1fr) auto minmax(3.75rem,1fr) auto;align-items:center;display:grid}.architecture-item{text-align:center;justify-items:center;min-width:5rem;display:grid}.architecture-item>img,.terminal-icon,.relay-item i{width:2.9rem;height:2.9rem;margin-bottom:.85rem}.architecture-item>img,.terminal-icon{border-radius:.7rem}.terminal-icon{background:var(--ink);color:var(--canvas);font-family:var(--font-mono);place-items:center;font-size:.8rem;display:grid}.relay-item i{background:radial-gradient(circle at 34% 30%, #fff 0 5%, transparent 6%), radial-gradient(circle at 35% 35%, var(--orange), transparent 48%), radial-gradient(circle at 72% 68%, var(--violet), transparent 58%), #d77c9b;border-radius:50%;display:grid;position:relative}.architecture-item strong{color:var(--ink);font-size:.75rem;font-weight:500}.architecture-item>span{color:var(--ink-muted);margin-top:.25rem;font-size:.6875rem}.architecture-link{background:var(--line-strong);height:1px;position:relative}.architecture-link span{color:var(--ink-muted);font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;font-size:.625rem;position:absolute;top:-1.1rem;left:50%;transform:translate(-50%)}.faq{padding:var(--section-space) 0;align-items:start}.faq-heading:before{content:"FAQ"}.faq-heading h2{max-width:8ch}.faq-heading p{margin-top:1.5rem}.faq-list{border-top:1px solid var(--line)}.faq details{border-bottom:1px solid var(--line)}.faq summary{color:var(--ink);cursor:pointer;font-size:var(--text-body-sm);padding:1.2rem 2.5rem 1.2rem 0;font-weight:500;list-style:none;position:relative}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";color:var(--ink-muted);transition:transform .2s var(--ease-out);font-size:1rem;font-weight:300;position:absolute;top:50%;right:.25rem;transform:translateY(-50%)}.faq details[open] summary:after{transform:translateY(-50%)rotate(45deg)}.faq details p{max-width:34rem;font-size:var(--text-body-sm);padding:0 2.5rem 1.35rem 0;line-height:1.65}.final-cta{border-radius:var(--radius-lg);background:var(--surface);isolation:isolate;grid-template-columns:minmax(0,.95fr) minmax(18rem,.65fr);align-items:center;min-height:38rem;padding:clamp(3rem,6vw,5.5rem);display:grid;position:relative;overflow:hidden}.final-cta:before{z-index:-1;opacity:.9;bottom:-20%;right:8%}.final-copy{z-index:3;position:relative}.final-copy h2{max-width:13ch}.final-copy p{max-width:28rem;font-size:var(--text-body);margin-top:1.5rem}.final-copy .button{margin-top:2rem}.final-phone{z-index:2;filter:drop-shadow(0 2rem 2rem #281f1647);width:min(30%,19rem);position:absolute;bottom:-30%;right:8%;transform:rotate(2deg)}.legacy-footer{width:min(100%,1408px);padding:2.5rem var(--page-pad);grid-template-columns:1fr 1fr auto;align-items:center;gap:2rem;margin:0 auto;display:grid}.legacy-footer .footer-brand img{width:1.55rem;height:1.55rem}.legacy-footer>p{text-align:center;font-size:.75rem}.legacy-footer nav{gap:1.25rem;display:flex}.legacy-footer nav a{align-items:center;min-height:2.75rem;font-size:.75rem;display:inline-flex}.header-cta:active,.button:active,.store-links a:active,.command-row button:active,.security-copy>a:active{transform:scale(.96)}@media (hover:hover) and (pointer:fine){.header-cta:hover,.button-primary:hover,.security-copy>a:hover{opacity:.9}.site-nav a:hover,.legacy-footer nav a:hover,.setup-trust a:hover,.security-copy>a:hover,.faq summary:hover{color:var(--ink)}.store-links a:hover,.command-row button:hover{border-color:var(--line-strong);background:var(--surface-strong);color:var(--ink)}.workflow-visual:hover img{transform:scale(1.012)}.assistant-row:hover .assistant-name{transform:translate(.25rem)}.assistant-row:hover>span{opacity:.72}}.js .reveal{opacity:0;filter:blur(2px);transition:opacity var(--motion-reveal-duration) var(--motion-reveal-ease) var(--reveal-delay,0s), filter var(--motion-reveal-duration) var(--motion-reveal-ease) var(--reveal-delay,0s), transform var(--motion-reveal-duration) var(--motion-reveal-ease) var(--reveal-delay,0s);transform:translateY(8px)scale(.985)}.js .reveal.is-visible{opacity:1;filter:blur();transform:translate(0,0)scale(1)}.hero-visual.reveal,.production-faq-list.reveal{--reveal-delay:80ms}.install-steps.reveal{--reveal-delay:.16s}.js .hero-copy.reveal{opacity:1;filter:none;transition:none;transform:none}.js .hero-visual.reveal{opacity:0;filter:blur(12px);transition:opacity .72s var(--motion-reveal-ease) var(--reveal-delay,0s), filter .72s var(--motion-reveal-ease) var(--reveal-delay,0s);transform:none}.js .hero-visual.reveal.is-visible{opacity:1;filter:blur()}.hero-timeline.reveal{--reveal-delay:.18s}.js .hero-timeline.reveal{opacity:0;filter:none;transition:opacity .72s var(--motion-reveal-ease) var(--reveal-delay);transform:none}.js .hero-timeline.reveal .hero-timeline-blur-layer{opacity:1;transition:opacity .72s var(--motion-reveal-ease) var(--reveal-delay)}.js .hero-timeline.reveal.is-visible{opacity:1}.js .hero-timeline.reveal.is-visible .hero-timeline-blur-layer{opacity:0}.js .hero-copy.reveal .hero-assistants,.js .hero-copy.reveal .hero-message>*{opacity:0;transition:opacity .56s var(--motion-reveal-ease), transform .62s var(--motion-reveal-ease);transform:translateY(14px)}.js .hero-copy.reveal.is-visible .hero-assistants,.js .hero-copy.reveal.is-visible .hero-message>*{opacity:1;transform:translate(0,0)}.js .hero-copy.reveal.is-visible .hero-assistants{transition-delay:20ms}.js .hero-copy.reveal.is-visible .hero-message>h1{transition-delay:90ms}.js .hero-copy.reveal.is-visible .hero-description{transition-delay:.17s}.js .hero-copy.reveal.is-visible .hero-actions{transition-delay:.25s}.js .install-steps.reveal .install-steps-grid>li{opacity:0;transition:opacity .44s var(--motion-reveal-ease), transform .52s var(--motion-reveal-ease);transform:translateY(10px)}.js .install-steps.reveal.is-visible .install-steps-grid>li{opacity:1;transform:translate(0,0)}.js .install-steps.reveal.is-visible .install-steps-grid>li:first-child{transition-delay:.16s}.js .install-steps.reveal.is-visible .install-steps-grid>li:nth-child(2){transition-delay:.22s}.js .install-steps.reveal.is-visible .install-steps-grid>li:nth-child(3){transition-delay:.28s}:root.is-theme-switching *,:root.is-theme-switching :before,:root.is-theme-switching :after{transition-duration:.18s!important}@media (width<=1120px){.hero{grid-template-columns:minmax(0,.88fr) minmax(28rem,1.12fr);gap:3rem}.hero h1{font-size:clamp(3.1rem,6vw,5.15rem)}.section-heading,.workflow-intro,.security,.faq{gap:2rem 4rem}.dark-story{gap:3rem}.architecture{grid-template-columns:auto minmax(2.5rem,1fr) auto minmax(2.5rem,1fr) auto}}@media (width<=840px){.site-header{grid-template-columns:1fr auto auto;min-height:4.5rem}.menu-button{width:2.75rem;height:2.75rem;color:var(--ink);cursor:pointer;background:0 0;border:0;place-items:center;margin-left:.4rem;padding:0;transition:background-color .15s;display:grid;position:relative}.menu-button>span:not(.sr-only){width:.95rem;height:1px;transition:transform .18s var(--ease-out);background:currentColor;position:absolute}.menu-button>span:first-child{transform:translateY(-.2rem)}.menu-button>span:nth-child(2){transform:translateY(.2rem)}.menu-button[aria-expanded=true]>span:first-child{transform:rotate(45deg)}.menu-button[aria-expanded=true]>span:nth-child(2){transform:rotate(-45deg)}.site-nav{top:calc(100% - .25rem);right:var(--page-pad);left:var(--page-pad);border:1px solid var(--line);background:var(--surface-raised);box-shadow:var(--whisper-shadow);opacity:0;pointer-events:none;transition:opacity .18s ease, transform .18s var(--ease-out);border-radius:.9rem;gap:0;padding:.6rem;display:grid;position:absolute;transform:translateY(-.4rem)}.site-nav.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.site-nav a{align-items:center;min-height:2.75rem;padding:0 .7rem;display:flex}.header-actions{grid-area:1/2}.menu-button{grid-area:1/3}.hero{grid-template-columns:1fr;min-height:0;padding-top:clamp(4rem,10vw,6rem)}.hero-copy{max-width:42rem}.hero h1{max-width:10.5ch;font-size:clamp(3.25rem,8.5vw,4.75rem)}.hero-product{min-height:clamp(31rem,95vw,42rem)}.setup-strip{padding:clamp(2rem,6vw,3.5rem)}.section-heading,.workflow-intro,.security,.faq{grid-template-columns:1fr;gap:1.5rem}.section-heading:before,.workflow-intro:before,.security-copy:before,.faq-heading:before{margin-bottom:.15rem}.setup-steps{grid-template-columns:1fr}.setup-steps li,.setup-steps li+li{border-left:0;padding:1.4rem 0}.setup-steps li+li{border-top:1px solid var(--line-strong)}.workflow-visual{height:clamp(26rem,80vw,36rem)}.workflow-moments{grid-template-columns:1fr}.workflow-moments article,.workflow-moments article+article{border-left:0;padding:1.35rem 0 1.6rem}.dark-story{grid-template-columns:1fr;min-height:auto}.dark-copy{padding-top:0}.session-composition{min-height:clamp(27rem,78vw,35rem)}.security{align-items:start}.architecture{width:min(100%,35rem);margin-top:2rem}.final-cta{grid-template-columns:1fr;align-items:start;min-height:44rem}.final-phone{width:min(38%,18rem);bottom:-31%;right:12%}.legacy-footer{grid-template-columns:1fr auto}.legacy-footer>p{text-align:left;grid-area:2/1/auto/-1}}@media (width<=560px){:root{--page-pad:1.125rem;--section-space:6rem}.site-header{min-height:4.25rem}.header-cta{display:none}.hero{gap:3.5rem;padding-top:3.25rem;padding-bottom:6.5rem}.hero-context{max-width:26rem;font-size:.6875rem}.hero h1{max-width:10ch;font-size:clamp(3.1rem,12.5vw,3.4rem)}.hero-tagline{margin-top:1.35rem;font-size:1.2rem}.hero-description{font-size:var(--text-body)}.hero-actions{flex-direction:column;align-items:stretch}.button{width:100%}.assistant-line{margin-top:2rem}.hero-product{min-height:29rem}.desktop-window{width:82%;top:12%;left:5%}.hero-phone{width:48%;bottom:-10%;right:5%}.connection-note{bottom:1rem;left:1rem}.setup-strip,.dark-story,.security,.final-cta{width:calc(100% - (2 * var(--page-pad)));border-radius:1.25rem;padding:2rem 1.35rem}.section-heading h2,.workflow-intro h2,.security h2,.faq h2,.final-cta h2,.dark-copy h2{font-size:clamp(2.25rem,9vw,2.5rem)}.workflow-visual{border-radius:1.25rem;height:31rem}.workflow-visual img{object-position:58% center}.workflow-visual figcaption{font-size:1.75rem}.assistant-row{grid-template-columns:1fr auto;gap:.5rem 1rem;padding:1.2rem 0}.assistant-row>p{grid-area:2/1/auto/-1}.session-composition{min-height:25rem}.session-desktop{width:88%;top:12%}.session-phone{width:45%;bottom:-5%;right:0}.architecture{grid-template-columns:1fr;gap:1.25rem}.architecture-link{width:1px;height:2.5rem;margin:0 auto}.architecture-link span{top:50%;left:.8rem;transform:translateY(-50%)}.faq-list{margin-top:2rem}.final-cta{min-height:0;padding-bottom:0;display:block}.final-cta:before{bottom:-8%;right:-30%}.final-phone{width:58%;margin:3rem auto -48%;position:relative;bottom:auto;right:auto}.final-copy .button{width:auto}.legacy-footer{grid-template-columns:1fr;gap:1.5rem}.legacy-footer nav{flex-wrap:wrap}.legacy-footer>p{grid-area:auto}}:root{--bg-primary:var(--bg-surface-1);--bg-primary-alt:var(--bg-surface-2);--bg-card:var(--bg-surface-2);--border-secondary:#303236;--text-white:#fff;--text-primary:#f2f2f2;--text-muted:#999da3;--brand-blue-bright:#1472ff;--interactive-surface:#ffffff0f;--interactive-surface-hover:#ffffff1a;--interactive-surface-active:#ffffff1f;--interactive-border:#ffffff14;--interactive-active-shadow:0 1px 2px #0003, inset 0 -1px 0 #0000001a;--brand-mark-shadow:drop-shadow(0 10px 10px #0000002e)}:root[data-theme=dark]{--canvas:var(--bg-surface-1)}:root[data-theme=light]{--bg-primary:var(--bg-surface-1);--bg-primary-alt:var(--bg-surface-2);--bg-card:var(--bg-surface-2);--border-secondary:#e0e0e2;--text-white:#111;--text-primary:#1a1a1a;--text-muted:#6b6b6b;--interactive-surface:#0000000d;--interactive-surface-hover:#00000014;--interactive-surface-active:#00000014;--interactive-border:#00000014;--interactive-active-shadow:0 1px 2px #00000014, inset 0 -1px 0 #0000000a;--brand-mark-shadow:drop-shadow(0 10px 10px #0000001f)}.site-header{background:0 0;width:100%;max-width:none;min-height:76px;padding:0 max(16px,50% - 553px)}:root[data-theme=dark] .site-header{color:#fff}.site-header:before{background:color-mix(in srgb, var(--bg-surface-1) 82%, transparent);width:auto;max-width:none;inset:0;transform:none}.brand{color:var(--ink)}.site-nav{gap:36px}.site-nav a{min-height:44px;color:color-mix(in srgb, var(--ink) 66%, transparent);font-family:var(--font-body);justify-content:center;align-items:center;gap:4px;font-size:12px;display:inline-flex}.nav-external-icon{fill:none;opacity:.68;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;flex:0 0 14px;width:14px;height:14px}.header-actions{gap:14px}.header-theme-toggle,.header-github,.header-cta{min-height:44px;box-shadow:none;font-family:var(--font-body);border:0;font-size:12px;text-decoration:none}.header-theme-toggle{border-radius:var(--radius-pill);width:44px;height:44px;color:var(--ink);cursor:pointer;transition:background-color .18s ease, color .18s ease, transform .12s var(--ease-out);background:0 0;place-items:center;padding:0;display:grid}.header-theme-toggle svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;width:16px;height:16px;transition:transform .18s var(--ease-out)}.header-github{min-width:44px;color:color-mix(in srgb, var(--ink) 72%, transparent);transition:color .18s ease, transform .18s var(--ease-out);align-items:center;gap:6px;display:inline-flex}.header-github svg{fill:currentColor;width:18px;height:18px}.header-cta{border-radius:var(--radius-pill);background:var(--ink);min-width:116px;color:var(--canvas);justify-content:center;align-items:center;gap:10px;padding:0 16px;display:inline-flex}.app-download{z-index:20;width:fit-content;display:inline-flex;position:relative}.app-download:after{content:"";width:180px;height:12px;position:absolute;top:100%;left:50%;transform:translate(-50%)}.app-download--end:after{left:auto;right:0;transform:none}.app-download-chevron{fill:none;opacity:.64;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;flex:none;width:12px;height:12px;transition:transform .18s}.app-download-menu{z-index:30;opacity:0;pointer-events:none;backdrop-filter:blur(18px);background:#1e1f22eb;border:1px solid #ffffff1a;border-radius:22px;min-width:180px;padding:7px;transition:opacity .16s,transform .16s;position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%,-4px);box-shadow:0 18px 44px #00000052,inset 0 1px #ffffff0f}.app-download--end .app-download-menu{left:auto;right:0;transform:translateY(-4px)}.app-download.is-open .app-download-menu,.app-download:focus-within .app-download-menu{opacity:1;pointer-events:auto;transform:translate(-50%)}.app-download--end.is-open .app-download-menu,.app-download--end:focus-within .app-download-menu{transform:translateY(0)}.app-download.is-open .app-download-chevron,.app-download:focus-within .app-download-chevron{transform:rotate(180deg)}.app-download-item{color:#f2f2f2;min-height:42px;font-family:var(--font-body);white-space:nowrap;transition:background .15s ease, opacity .15s ease, transform .18s var(--ease-out);border-radius:15px;align-items:center;gap:10px;padding:0 12px;font-size:13px;font-weight:500;line-height:1;text-decoration:none;display:flex}@media (hover:hover) and (pointer:fine){.app-download-item:hover{background:#ffffff12}}.app-download-item:focus-visible,.app-download-trigger:focus-visible{outline-offset:2px;outline:2px solid #1472ff7a}.app-download-icon{color:currentColor;flex:none;width:16px;height:16px}.app-download-icon-apple{width:17px;height:17px}:root[data-theme=light] .app-download-menu{background:#ffffffe6;border-color:#00000014;box-shadow:0 18px 44px #0000001f,inset 0 1px #ffffffbf}:root[data-theme=light] .app-download-item{color:#1a1a1a}@media (hover:hover) and (pointer:fine){:root[data-theme=light] .app-download-item:hover{background:#0000000b}}.figma-body-flow{background:var(--bg-surface-1);flex-direction:column;align-items:center;gap:88px;width:100%;padding-top:88px;display:flex}.figma-artwork,.figma-download{width:min(100% - 32px,1107px);margin:0 auto;position:relative}.figma-artwork-wide{width:min(100%,1277px)}.figma-artwork img,.figma-download>img{width:100%;height:auto;display:block}:root[data-theme=light] .figma-artwork img{filter:invert()hue-rotate(180deg)brightness(1.0213)}.mobile-preview{width:min(100% - 32px,1105px);margin:0 auto}.mobile-preview-stage{--mobile-preview-duration:4s;--mobile-preview-progress:0;--mobile-preview-ease:cubic-bezier(.22, 1, .36, 1);isolation:isolate;aspect-ratio:1105/600;background:#d7e8ee;border-radius:32px;justify-content:space-between;align-items:flex-end;width:100%;padding:28px;display:flex;position:relative;overflow:hidden}.mobile-preview-stage:after{z-index:-1;content:"";pointer-events:none;background:linear-gradient(90deg,#0000 20%,#fffc 100%);position:absolute;inset:0}:root[data-theme=dark] .mobile-preview-stage:after{background:linear-gradient(90deg,#00000005 20%,#000000ad 100%)}.mobile-preview-background{z-index:-2;background:#0a1a2e;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.mobile-preview-background img,.mobile-preview-background video{object-fit:cover;object-position:center;width:100%;max-width:none;height:100%;display:block}.mobile-preview-background-poster{z-index:0;position:absolute;inset:0}.mobile-preview-background-video{z-index:1;position:relative}.mobile-preview-background--light,:root[data-theme=light] .mobile-preview-background--dark{display:none}:root[data-theme=light] .mobile-preview-background--light{display:block}.mobile-preview-toggle{z-index:3;color:#ffffffc7;cursor:pointer;opacity:.8;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:opacity .18s,transform .18s,color .18s;display:inline-flex;position:absolute;bottom:22px;left:22px}.mobile-preview-toggle svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:17px;height:17px}.mobile-preview-toggle-play,.mobile-preview-stage[data-carousel-paused=true] .mobile-preview-toggle-pause{display:none}.mobile-preview-stage[data-carousel-paused=true] .mobile-preview-toggle-play{display:block}.mobile-preview-toggle:hover{color:#fffffff5;opacity:1;transform:translateY(-1px)}.mobile-preview-toggle:focus-visible{outline-offset:4px;opacity:1;outline:2px solid #1472ff9e}:root[data-theme=light] .mobile-preview-toggle{color:#0a0d1194}:root[data-theme=light] .mobile-preview-toggle:hover{color:#0a0d11d1}.mobile-preview-tagline{z-index:1;color:#fff;width:315px;font-family:var(--font-display);letter-spacing:-.68px;text-wrap:balance;text-shadow:0 1px 18px #08122047;margin-bottom:44px;font-size:34px;font-weight:400;line-height:36px;position:relative}.mobile-preview-card{z-index:1;background:#f0f0f0;border:1px solid #00000029;border-radius:14px;flex:0 0 390px;width:min(390px,100%);height:544px;position:relative;overflow:hidden;box-shadow:0 20px 44px #18203029}:root[data-theme=dark] .mobile-preview-card{background:#141414;border-color:#ffffff1f;box-shadow:0 20px 44px #00000057}.mobile-preview-slide{pointer-events:none;position:absolute;inset:0}.mobile-preview-phone{opacity:0;max-width:none;transition:opacity .28s var(--mobile-preview-ease), transform .28s var(--mobile-preview-ease);will-change:opacity, transform;display:block;position:absolute;left:50%;transform:translate(-50%)translateY(16px)scale(.985)}.mobile-preview-phone-projects{width:312px;height:444px;top:0}.mobile-preview-phone-full{width:312px;height:auto;top:-198px}.mobile-preview-slide h2{color:#141414;font-family:var(--font-display);letter-spacing:-.6px;text-align:center;text-wrap:balance;opacity:0;transition:opacity .24s var(--mobile-preview-ease) 40ms, transform .24s var(--mobile-preview-ease) 40ms;font-size:20px;font-weight:300;line-height:29px;position:absolute;bottom:61px;left:18px;right:18px;transform:translateY(10px)}:root[data-theme=dark] .mobile-preview-slide h2{color:#f2f2f2}.mobile-preview-stage[data-active-slide="0"] [data-feature-slide][data-slide-index="0"],.mobile-preview-stage[data-active-slide="1"] [data-feature-slide][data-slide-index="1"],.mobile-preview-stage[data-active-slide="2"] [data-feature-slide][data-slide-index="2"]{pointer-events:auto}.mobile-preview-stage[data-active-slide="0"] [data-feature-slide][data-slide-index="0"] .mobile-preview-phone,.mobile-preview-stage[data-active-slide="1"] [data-feature-slide][data-slide-index="1"] .mobile-preview-phone,.mobile-preview-stage[data-active-slide="2"] [data-feature-slide][data-slide-index="2"] .mobile-preview-phone,.mobile-preview-stage[data-active-slide="0"] [data-feature-slide][data-slide-index="0"] h2,.mobile-preview-stage[data-active-slide="1"] [data-feature-slide][data-slide-index="1"] h2,.mobile-preview-stage[data-active-slide="2"] [data-feature-slide][data-slide-index="2"] h2{opacity:1;transform:translate(-50%)translateY(0)scale(1)}.mobile-preview-stage[data-active-slide="0"] [data-feature-slide][data-slide-index="0"] h2,.mobile-preview-stage[data-active-slide="1"] [data-feature-slide][data-slide-index="1"] h2,.mobile-preview-stage[data-active-slide="2"] [data-feature-slide][data-slide-index="2"] h2{transform:translateY(0)}.mobile-preview-dots{z-index:2;justify-content:center;align-items:center;gap:2px;padding:0;display:flex;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.mobile-preview-dot{--mobile-preview-dot-offset:0px;cursor:pointer;background:0 0;border:0;border-radius:10px;width:44px;height:44px;padding:0;position:relative}.mobile-preview-dot:first-child{--mobile-preview-dot-offset:10px}.mobile-preview-dot:last-child{--mobile-preview-dot-offset:-10px}.mobile-preview-dot:before,.mobile-preview-dot:after{top:50%;left:calc(50% + var(--mobile-preview-dot-offset));border-radius:var(--radius-pill);content:"";width:6px;height:6px;transition:width .2s,background-color .2s,opacity .2s;position:absolute;transform:translate(-50%,-50%)}.mobile-preview-dot:after{z-index:0;background:#14141452}.mobile-preview-dot:before{z-index:1;opacity:0;transform:translate(-50%, -50%) scaleX(var(--mobile-preview-progress));transform-origin:0;background:#141414}.mobile-preview-dot[aria-current=true]:before,.mobile-preview-dot[aria-current=true]:after{width:30px}.mobile-preview-dot[aria-current=true]:before{opacity:1}:root[data-theme=dark] .mobile-preview-dot:after{background:#ffffff52}:root[data-theme=dark] .mobile-preview-dot[aria-current=true]:after{background:#ffffff2e}:root[data-theme=dark] .mobile-preview-dot:before{background:#fff}.mobile-preview-dot:focus-visible{outline-offset:4px;outline:2px solid #1472ffad}@media (hover:hover) and (pointer:fine){.mobile-preview-dot:hover:after{background:#14141470}:root[data-theme=dark] .mobile-preview-dot:hover:after{background:#ffffff70}}@media (width<=900px){.mobile-preview-stage{aspect-ratio:auto;justify-content:center;min-height:600px;padding:28px}.mobile-preview-stage:after{background:linear-gradient(#00000005 20%,#fffc 100%)}:root[data-theme=dark] .mobile-preview-stage:after{background:linear-gradient(#0000000a 20%,#000000bd 100%)}.mobile-preview-tagline{display:none}}@media (width<=560px){.mobile-preview{width:calc(100% - 24px)}.mobile-preview-stage{border-radius:24px;min-height:600px;padding:18px}.mobile-preview-card{flex-basis:auto;width:100%;height:470px}.mobile-preview-phone-projects{width:250px;height:auto}.mobile-preview-phone-full{width:250px;top:-159px}.mobile-preview-slide h2{letter-spacing:-.45px;font-size:18px;font-weight:400;line-height:25px;bottom:54px}.mobile-preview-dots{bottom:0}}@media (width<=380px){.mobile-preview-stage{min-height:560px;padding:14px}.mobile-preview-card{height:438px}.mobile-preview-phone-projects{width:225px}.mobile-preview-phone-full{width:225px;top:-143px}}@media (prefers-reduced-motion:reduce){.mobile-preview-phone,.mobile-preview-slide h2,.mobile-preview-dot{transition-duration:.01ms!important;transition-delay:0s!important}}.security-diagram{--security-surface:#1e1e1e;--security-border:#ffffff0a;--security-text:#fdfdfd;--security-text-secondary:#aeaeae;--security-text-tertiary:#5c5c5c;--security-line:#ffffff0a;--security-pulse:#fff;border:1px solid var(--security-border);background:var(--security-surface);width:min(100% - 32px,1107px);min-height:min(485px,43.812vw - 14.022px);color:var(--security-text);border-radius:32px;flex-direction:column;gap:clamp(40px,6.323vw,70px);margin:0 auto;padding:clamp(32px,5.42vw,60px) clamp(20px,7.046vw,78px) clamp(36px,6.685vw,74px);display:flex;position:relative;overflow:hidden;container-type:inline-size}:root[data-theme=light] .security-diagram{--security-surface:#fcfcfc;--security-border:#00000014;--security-text:#141414;--security-text-secondary:#474747;--security-text-tertiary:#717171;--security-line:#00000014;--security-pulse:#005ce5}.security-diagram-copy{flex-direction:column;align-items:flex-start;gap:clamp(12px,1.536vw,17px);width:100%;display:flex}.security-diagram-copy h2{color:var(--security-text);font-family:var(--font-display);letter-spacing:-.02em;font-size:clamp(30px,3.614vw,40px);font-weight:400;line-height:clamp(38px,4.788vw,53px)}.security-diagram-copy>p{width:min(100%,min(608px,54.923vw - 17.575px));color:var(--security-text-secondary);font-family:var(--font-body);letter-spacing:-.02em;text-box-edge:cap alphabetic;text-box-trim:trim-both;font-size:14px;font-weight:400;line-height:clamp(18px,2.168vw,24px)}.security-diagram-copy .security-diagram-docs{white-space:nowrap;align-items:center;gap:4px;display:flex}.security-diagram-docs a{min-height:24px;color:var(--security-text);text-underline-offset:2px;align-items:center;gap:4px;text-decoration:underline 1px;display:inline-flex}.security-diagram-docs a:focus-visible{outline-offset:3px;border-radius:3px;outline:2px solid #1472ff7a}.security-diagram-docs svg{fill:none;width:18px;height:18px;stroke:var(--security-text-tertiary);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.4px}.security-network{aspect-ratio:810.594/137;width:min(100%,min(810.594px,73.224vw - 23.432px));height:auto;color:var(--security-line);flex:none;align-self:center;position:relative}.security-network-lines{width:100%;height:100%;display:block;position:absolute;inset:0;overflow:visible}.security-network-lines--mobile{display:none}.security-network-base rect,.security-network-pulse rect,.security-network-base path:not(.security-network-connector),.security-network-pulse path:not(.security-network-connector),.security-network-base .security-network-connector,.security-network-pulse .security-network-connector{fill:none;stroke:currentColor;stroke-width:1px;vector-effect:non-scaling-stroke}.security-network-base circle,.security-network-pulse circle{fill:currentColor}.security-network-pulse{color:var(--security-pulse);filter:drop-shadow(0 0 2px color-mix(in srgb, var(--security-pulse) 92%, transparent)) drop-shadow(0 0 8px color-mix(in srgb, var(--security-pulse) 72%, transparent))}.security-network-pulse path:not(.security-network-connector),.security-network-pulse .security-network-connector{stroke-width:var(--security-pulse-stroke-width,1.05)}.security-pulse-sweep{--security-pulse-start-x:-49px;will-change:transform;animation:3.55s cubic-bezier(.5,0,.5,1) infinite alternate security-pulse-sweep}:root[data-theme=dark] .security-pulse-sweep{--security-pulse-start-x:-12px}.dialkit-pulse-ready .security-pulse-sweep{animation:none}.security-network-label{z-index:2;color:var(--security-text-secondary);font-family:"IBM Plex Mono", var(--font-mono);letter-spacing:-.02em;text-align:center;white-space:nowrap;font-size:clamp(12px,1.265vw,14px);font-weight:400;line-height:1.4;position:absolute}.security-network-label-app,.security-network-label-harness,.security-network-label-bridge{color:var(--security-text);letter-spacing:-.02em;font-size:clamp(10px,1.445vw,16px)}.security-network-label-app,.security-network-label-harness{width:18.208%;top:41.606%}.security-network-label-app,.security-network-label-phone{left:0}.security-network-label-harness,.security-network-label-pc{left:81.792%}.security-network-label-phone,.security-network-label-pc{width:18.208%;top:73.723%}.security-network-label-encrypted{width:28.744%;top:60.584%;left:18.012%}.security-network-label-bridge{width:16.901%;line-height:1.68;top:30.657%;left:46.51%}.security-network-label-local{width:18.628%;top:60.584%;left:63.41%}@keyframes security-pulse-sweep{0%{transform:translate(var(--security-pulse-start-x), -4.5px)}to{transform:translate(917px,35.5px)}}@keyframes security-pulse-sweep-mobile{0%{transform:translateY(0)}to{transform:translateY(470px)}}@media (width<=640px){.security-diagram{border-radius:24px;gap:40px;width:calc(100% - 24px);padding:32px 20px 36px}.security-diagram-copy h2{font-size:30px;line-height:1.2}.security-diagram-copy>p{width:100%;line-height:21px}.security-network{aspect-ratio:280/390;width:min(100%,250px);height:auto;margin-inline:auto}.security-network-lines--desktop{display:none}.security-network-lines--mobile{display:block}.security-pulse-sweep--mobile{animation:3.55s cubic-bezier(.5,0,.5,1) infinite alternate security-pulse-sweep-mobile}.dialkit-pulse-ready .security-pulse-sweep--mobile{animation:none}.security-network-label{letter-spacing:-.04em;font-size:12px;line-height:1.2}.security-network-label-app,.security-network-label-harness,.security-network-label-bridge{font-size:12px}.security-network-label-app,.security-network-label-harness,.security-network-label-phone,.security-network-label-pc,.security-network-label-bridge{width:100%;left:0}.security-network-label-app{top:6.2%}.security-network-label-phone{top:12.3%}.security-network-label-bridge{line-height:1.25;top:41.3%}.security-network-label-harness{top:82.8%}.security-network-label-pc{top:89%}.security-network-label-encrypted,.security-network-label-local{text-align:left;width:50%;font-size:12px;left:50%}.security-network-label-encrypted{top:26.2%}.security-network-label-local{top:67.4%}}.production-faq{--faq-bg-surface-1:var(--bg-surface-1);--faq-bg-surface-2:var(--bg-surface-2);--faq-bg-surface-3:#252525;--faq-border-primary:#ffffff0a;--faq-text-primary:#fdfdfd;--faq-text-primary-on-brand:#80b2ff;--faq-text-secondary:#aeaeae;--faq-code-bg:#ffffff0f;--faq-focus-ring:#80b2ff6b;--faq-link-decoration:#fdfdfd33;--faq-motion-open:.38s;--faq-motion-close:.26s;--faq-ease-out:cubic-bezier(.22, 1, .36, 1);background:var(--faq-bg-surface-1);width:100%;margin-top:88px;padding:104px max(16px,50% - 553.5px) 112px}:root[data-theme=light] .production-faq{--faq-bg-surface-1:var(--bg-surface-1);--faq-bg-surface-2:var(--bg-surface-2);--faq-bg-surface-3:#fff;--faq-border-primary:#00000029;--faq-text-primary:#141414;--faq-text-primary-on-brand:#1472ff;--faq-text-secondary:#474747;--faq-code-bg:#0000000f;--faq-focus-ring:#1472ff6b;--faq-link-decoration:#14141440;background:var(--faq-bg-surface-1)}.production-faq-layout{grid-template-columns:minmax(220px,280px) minmax(0,1fr);align-items:start;gap:clamp(48px,8vw,96px);width:100%;max-width:1107px;margin:0 auto;display:grid}.production-faq-header{flex-direction:column;align-items:flex-start;gap:18px;display:flex}.production-faq-header h2{max-width:280px;color:var(--faq-text-primary);font-family:var(--font-display);letter-spacing:0;text-align:left;font-size:clamp(44px,5vw,60px);font-weight:400;line-height:1.05}.production-faq-header p{max-width:280px;color:var(--faq-text-secondary);font-family:var(--font-body);font-size:16px;line-height:1.5}.production-faq-header>a{color:var(--faq-text-primary);align-items:center;gap:7px;font-size:14px;font-weight:600;line-height:20px;text-decoration:none;transition:background-color .2s,color .2s;display:inline-flex}.production-faq-header>a:hover{color:var(--faq-text-primary-on-brand)}.production-faq-header>a svg{transition:transform .2s}.production-faq-header>a:hover svg{transform:translate(2px,-2px)}.production-faq-list{flex-direction:column;gap:8px;width:100%;display:flex}.faq-card{border:1px solid var(--faq-border-primary);background:var(--faq-bg-surface-2);border-radius:14px;transition:border-color .2s,background-color .2s;overflow:hidden}.accordion-trigger{width:100%;color:var(--faq-text-secondary);font-family:var(--font-body);text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:24px;padding:20px;font-size:16px;font-weight:400;line-height:22px;transition:color .2s;display:flex}.accordion-trigger:focus{outline:none}.accordion-trigger:focus-visible{outline:2px solid var(--faq-focus-ring);outline-offset:-4px;border-radius:14px}@media (hover:hover) and (pointer:fine){.accordion-trigger:hover{background:color-mix(in srgb, var(--faq-text-primary) 4%, transparent);color:var(--faq-text-primary)}}.faq-card.is-open .accordion-trigger{color:var(--faq-text-primary)}.accordion-icon{color:currentColor;flex:0 0 18px;width:18px;height:20px;position:relative}.accordion-icon:before,.accordion-icon:after{border-radius:var(--radius-pill);content:"";width:14px;height:1.5px;transition:opacity .16s ease-out, transform var(--faq-motion-close) var(--faq-ease-out);background:currentColor;position:absolute;top:50%;left:50%}.accordion-icon:before{transform:translate(-50%,-50%)}.accordion-icon:after{transform:translate(-50%,-50%)rotate(90deg)}.faq-card.is-open .accordion-icon:before{transform:translate(-50%,-50%)rotate(180deg)}.faq-card.is-open .accordion-icon:after{opacity:0;transform:translate(-50%,-50%)rotate(180deg)scaleX(0)}.accordion-panel{display:none}.faq-card.is-open .accordion-panel{display:block}.accordion-panel-inner{min-height:0;overflow:hidden}.accordion-content{color:var(--faq-text-primary);font-family:var(--font-body);padding:12px 56px 22px 20px;font-size:16px;line-height:26px}.accordion-content a{color:var(--faq-text-primary);text-decoration:underline;text-decoration-color:var(--faq-link-decoration);text-underline-offset:3px}.figma-download{width:min(100% - 32px,1167px);margin-top:88px;margin-bottom:104px}.download-hit{z-index:2;transition:background-color .18s ease, box-shadow .18s ease, transform .12s var(--ease-out);border-radius:16px;display:block;position:absolute}@media (hover:hover) and (pointer:fine){.download-hit:hover{background:#ffffff09;box-shadow:inset 0 0 0 1px #ffffff14}}.download-hit:active{transform:scale(.96)}.download-hit:focus-visible{outline-offset:3px;outline:3px solid #80b2ff}.download-hit-qr{width:36.3%;height:27.5%;top:43.7%;left:6.1%}.download-hit-ios{width:17.5%;height:15.5%;top:72.8%;left:6.1%}.download-hit-android{width:17.5%;height:15.5%;top:72.8%;left:24.8%}.footer-wrapper{width:100%;max-width:1186px;margin:0 auto;padding:0 16px 16px}.footer{border:1px solid var(--border-secondary);background:var(--bg-surface-2);color:var(--text-primary);border-radius:22px;padding:clamp(32px,4vw,48px);overflow:hidden}.footer .footer-main{grid-template-columns:minmax(220px,1.5fr) repeat(3,minmax(120px,.65fr));align-items:start;gap:clamp(32px,5vw,64px);display:grid}.footer-brand{flex-direction:column;align-items:flex-start;gap:24px;min-width:0;display:flex}.brand-lockup{color:var(--text-white);font-family:var(--font-display);letter-spacing:-.2px;align-items:center;gap:12px;font-size:17px;font-weight:500;text-decoration:none;display:inline-flex}.brand-lockup img{object-fit:contain;width:52px;height:52px;filter:var(--brand-mark-shadow)}.social-links,.footer-actions,.legal-links{align-items:center;display:flex}.social-links{gap:4px}.social-link{border-radius:var(--radius-pill);min-width:44px;height:44px;color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;padding:0;text-decoration:none;transition:color .16s,background-color .16s,transform .16s;display:inline-flex}.social-link.github-link{border:1px solid var(--border-secondary);width:auto;color:var(--text-primary);gap:8px;padding:0 16px;font-size:13px;font-weight:600}.social-link:hover{background:var(--interactive-surface-hover);color:var(--text-white)}.social-link svg{width:17px;height:17px}.footer .footer-link-group{flex-direction:column;align-items:flex-start;gap:8px;min-width:0;display:flex}.footer .footer-link-group h2{color:var(--text-muted);font-family:var(--font-body);letter-spacing:.02em;margin:0 0 4px;font-size:14px;font-weight:500}.footer .footer-link-group a,.footer .legal-links a{min-width:44px;min-height:44px;color:var(--text-primary);align-items:center;font-size:15px;line-height:1.5;text-decoration:none;display:inline-flex}.footer .footer-link-group a{position:relative}.footer .footer-link-group a:after{content:"";transform-origin:100%;background:currentColor;height:1px;transition:transform .18s;position:absolute;bottom:calc(22px - .75em);left:0;right:0;transform:scaleX(0)}.footer .footer-link-group a:hover:after{transform-origin:0;transform:scaleX(1)}.footer .footer-bottom{border-top:1px solid var(--border-secondary);color:var(--text-muted);justify-content:space-between;align-items:center;gap:24px;margin-top:clamp(32px,4vw,48px);padding-top:16px;font-size:13px;display:flex}.footer .footer-bottom p{color:inherit;margin:0;line-height:1.5}.footer-actions{flex-shrink:0;gap:24px}.legal-links{gap:16px}.footer .legal-links a{color:var(--text-muted);font-size:13px}.footer .legal-links a:hover{color:var(--text-white)}.footer a:focus-visible{outline:2px solid var(--brand-blue-bright);outline-offset:4px;border-radius:4px}@media (hover:hover) and (pointer:fine){.site-nav a:hover,.header-github:hover{color:var(--ink)}.header-theme-toggle:hover{background:color-mix(in srgb, var(--ink) 8%, transparent)}}@media (width<=900px){.site-nav{gap:20px}.header-github span{display:none}.footer .footer-main{grid-template-columns:minmax(180px,1.2fr) repeat(3,minmax(104px,.8fr));gap:32px}}@media (width<=840px){.site-header{grid-template-columns:1fr auto auto;width:100%;padding-inline:16px}.site-nav{width:auto;left:16px;right:16px}.site-nav a{font-size:16px}.header-github,.header-download{display:none}.menu-button{display:grid}.figma-body-flow{gap:64px;padding-top:64px}.production-faq{margin-top:64px;padding-top:64px;padding-bottom:80px}.production-faq-layout{grid-template-columns:1fr;gap:32px}.production-faq-header{gap:14px}.production-faq-header h2{max-width:340px;font-size:44px}.production-faq-header p{max-width:420px}.figma-download{margin-top:64px;margin-bottom:80px}}@media (width<=760px){.footer{border-radius:18px;padding:32px 24px 24px}.footer .footer-main{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px 24px}.footer-brand{flex-direction:row;grid-column:1/-1;justify-content:space-between;align-items:center}.footer .footer-bottom{flex-direction:column;align-items:flex-start;gap:12px}.footer-actions{flex-wrap:wrap;justify-content:space-between;gap:12px 24px;width:100%}}@media (width<=560px){.figma-body-flow{gap:48px;padding-top:48px}.figma-artwork,.figma-download,.figma-artwork-wide{width:calc(100% - 24px)}.production-faq{margin-top:48px;padding-inline:12px}.accordion-trigger{padding:18px}.accordion-content{padding:10px 42px 20px 18px}.figma-download{margin-top:48px;margin-bottom:64px}.footer .footer-main{grid-template-columns:1fr;gap:32px}.footer-brand{flex-direction:column;grid-column:auto;align-items:flex-start;gap:16px}.footer-actions{flex-direction:column;align-items:flex-start}}.hero{--hero-canvas:var(--bg-surface-1);--hero-card:var(--bg-surface-2);--hero-field:#fff;--hero-button-secondary:#ebe8e4;--hero-text:#0b0d11;--hero-text-soft:#343a45;--hero-text-muted:#5f6670;--hero-button-text:#fff;--hero-border:#e9eaeb;--hero-accent:#175cd3;isolation:isolate;flex-direction:column;align-items:center;gap:0;width:min(100%,1277px);min-height:0;margin:0 auto;padding:35px 10px 0;display:flex;position:relative}:root[data-theme=dark] .hero{--hero-canvas:var(--bg-surface-1);--hero-card:var(--bg-surface-2);--hero-field:#252525;--hero-button-secondary:#2c2c2c;--hero-text:#fdfdfd;--hero-text-soft:#c4c4c4;--hero-text-muted:#aeaeae;--hero-button-text:#000;--hero-border:#ffffff0a;--hero-accent:#80b2ff}.hero:before{z-index:-1;background:var(--hero-canvas);content:"";width:100%;position:absolute;inset:0 50% 0 auto;transform:translate(50%)}.hero-composition{flex-direction:column;align-items:center;width:100%;height:831px;display:flex;position:relative;overflow:hidden}.hero-composition--copy-only{height:auto;padding-bottom:clamp(56px,8vw,96px);overflow:visible}.hero-composition--with-video{grid-template-columns:minmax(0,470px) minmax(0,517px);align-items:start;column-gap:clamp(48px,10.7vw,118px);width:min(1106px,100%);height:auto;padding-bottom:clamp(32px,4vw,48px);display:grid;overflow:visible}.hero-composition--with-video .hero-copy,.hero-composition--with-video .hero-message{width:100%}.hero-timeline{aspect-ratio:517/420;background:var(--hero-canvas);isolation:isolate;justify-self:end;width:100%;max-width:517px;position:relative;overflow:hidden}.hero-timeline-video,.hero-timeline-blur-layer{object-fit:contain;object-position:center top;width:auto;max-width:none;height:130%;display:block;position:absolute;top:-2%;left:50%;transform:translate(-50%);mask-image:radial-gradient(68% 76% at 50% 38%,#000 0% 55%,#000c 70%,#0000 100%)}.hero-timeline-video{z-index:0}.hero-timeline-blur-layer{z-index:1;filter:blur(12px);opacity:0;pointer-events:none;transform:translate(-50%)scale(1.04)}.hero-timeline:after{z-index:2;background:linear-gradient(to bottom, transparent 0%, color-mix(in srgb, var(--hero-canvas) 60%, transparent) 58%, var(--hero-canvas) 100%);backdrop-filter:blur(3px);content:"";pointer-events:none;height:32%;position:absolute;bottom:0;left:0;right:0;mask-image:linear-gradient(#0000,#000 46%)}.hero .hero-copy{z-index:5;flex-direction:column;flex:none;align-items:flex-start;gap:32px;width:min(1106px,100%);max-width:100%;margin:0;display:flex;position:relative}.hero-assistants{align-items:center;column-gap:8px;min-height:37px;padding-left:4px;display:flex}.hero-assistant-icon{background:#141414;border:1px solid #bfbfbf29;border-radius:8px;flex:none;place-items:center;width:37px;height:37px;display:grid}.hero-assistants>.hero-assistant-icon img{object-fit:contain;width:auto;max-width:20px;height:20px}.hero-assistants>.hero-assistant-icon--opencode img{width:16px;height:20px}.hero-assistant-coming-soon{flex:none;align-items:center;min-height:37px;display:inline-flex;position:relative}.hero-assistant-coming-soon-tooltip{z-index:2;color:#141414;font-family:var(--font-body);letter-spacing:0;opacity:0;pointer-events:none;white-space:nowrap;background:#f1ecec;border:1px solid #bfbfbf29;border-radius:6px;padding:6px 8px;font-size:12px;font-weight:500;line-height:16px;transition:opacity .12s ease-out,transform .12s ease-out;position:absolute;top:50%;left:calc(100% + 8px);transform:translate(4px,-50%);box-shadow:0 8px 24px #0000003d}@media (hover:hover) and (pointer:fine){.connection-logo-coming-soon:hover>.hero-assistant-coming-soon-tooltip{opacity:1;transform:translateY(-50%)}}.hero-assistant-coming-soon-cards{flex:none;align-items:center;gap:8px;width:127px;height:37px;display:flex;overflow:visible;mask-image:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20overflow='visible'%20style='display:%20block;'%20width='146'%20height='51'%20viewBox='0%200%20146%2051'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20id='Rectangle%201827'%20width='146'%20height='51'%20fill='url(%23paint0_linear_0_9)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_0_9'%20x1='-3'%20y1='25.5'%20x2='139'%20y2='25.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23D9D9D9'/%3e%3cstop%20offset='1'%20stop-color='%23737373'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");mask-position:-8px -7px;mask-size:146px 51px;mask-repeat:no-repeat}.hero-assistant-icon--upcoming img{opacity:.4}.hero-assistants .hero-assistant-coming-soon-item{border-radius:8px;flex:none;width:37px;height:37px;display:block;position:relative}.hero-assistants .hero-assistant-coming-soon-item:focus-visible{outline-offset:3px;outline:2px solid #f1ecece0}.hero-assistants .hero-assistant-coming-soon-tooltip{top:auto;bottom:calc(100% + 8px);left:var(--coming-soon-tooltip-x,18.5px);transform:translate(-50%,4px)}.hero-assistants .hero-assistant-coming-soon:has(.hero-assistant-coming-soon-item:first-child:is(:hover,:focus)){--coming-soon-tooltip-x:18.5px}.hero-assistants .hero-assistant-coming-soon:has(.hero-assistant-coming-soon-item:nth-child(2):is(:hover,:focus)){--coming-soon-tooltip-x:63.5px}.hero-assistants .hero-assistant-coming-soon:has(.hero-assistant-coming-soon-item:nth-child(3):is(:hover,:focus)){--coming-soon-tooltip-x:108.5px}@media (hover:hover) and (pointer:fine){.hero-assistants .hero-assistant-coming-soon:has(.hero-assistant-coming-soon-item:hover)>.hero-assistant-coming-soon-tooltip{opacity:1;transform:translate(-50%)}}.hero-assistants .hero-assistant-coming-soon:has(.hero-assistant-coming-soon-item:focus)>.hero-assistant-coming-soon-tooltip{opacity:1;transform:translate(-50%)}:root[data-theme=light] .hero-assistants .hero-assistant-icon img:not(.assistant-logo--colored){filter:brightness(0)}:root[data-theme=light] .hero-assistant-icon{background:#fff;border-color:#0000001a}:root[data-theme=light] .hero-assistant-coming-soon-tooltip{color:#fff;background:#141414;border-color:#0000001a;box-shadow:0 8px 24px #00000029}.hero-message{flex-direction:column;align-items:flex-start;gap:32px;width:712px;max-width:100%;display:flex}.hero h1{width:470px;max-width:100%;color:var(--hero-text);font-family:var(--font-display);letter-spacing:0;text-box-edge:cap alphabetic;text-box-trim:trim-both;text-shadow:0 1px 1px #00000040;text-wrap:initial;font-size:36px;font-weight:400;line-height:58px}.hero h1 span{white-space:nowrap;display:block}.hero h1 span:first-child{color:var(--hero-text-soft)}.hero .hero-description{max-width:42rem;color:var(--hero-text-soft);font-family:var(--font-body);letter-spacing:0;text-box-edge:cap alphabetic;text-box-trim:trim-both;text-shadow:0 1px 1px #00000040;white-space:normal;margin:0;font-size:14px;font-weight:300;line-height:21px}.hero .hero-description strong{color:var(--hero-text);font-weight:300}.hero .hero-actions{align-items:flex-start;gap:12px;margin:0;display:flex}.hero .button{border-radius:var(--radius-pill);width:auto;height:44px;min-height:44px;box-shadow:none;font-family:var(--font-body);letter-spacing:.01em;border:1px solid #0000;justify-content:center;align-items:center;gap:4px;padding:8px 12px;font-size:14px;font-weight:400;line-height:20px;text-decoration:none;display:inline-flex;overflow:hidden}.hero .button-primary{border-color:var(--hero-text);background:var(--hero-text);width:170px;color:var(--hero-button-text);text-shadow:0 0 2px #0003}.hero .button-secondary{--button-secondary-bg:var(--hero-button-secondary);--button-secondary-border:var(--hero-border);--button-secondary-color:var(--hero-text);--button-secondary-hover-bg:color-mix(in srgb, var(--hero-button-secondary) 92%, var(--hero-text) 8%);--button-secondary-hover-border:color-mix(in srgb, var(--hero-border) 86%, var(--hero-text) 14%);--button-secondary-hover-color:var(--hero-text);border-color:var(--button-secondary-border);background:var(--button-secondary-bg);width:auto;min-width:160px;color:var(--button-secondary-color)}@media (hover:hover) and (pointer:fine){.button-secondary:hover{border-color:var(--button-secondary-hover-border);background:var(--button-secondary-hover-bg);color:var(--button-secondary-hover-color)}}.hero .button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;flex:none;width:20px;height:20px}.hero .button .github-mark{fill:currentColor;stroke:none;width:16px;height:16px}.hero .hero-download{flex:none}.hero-visual{aspect-ratio:1167/614;flex:none;width:min(100%,1167px);position:relative;overflow:hidden}.hero-environment,.hero-laptop-body,.hero-laptop-screen,.hero-phone-body,.hero-phone-screen{object-fit:fill;max-width:none;display:block;position:absolute}.hero-environment{z-index:0;opacity:.33;width:85.6%;height:82.41%;top:1.14%;left:7.28%;mask-position:-1% 4.55%;mask-size:101.8% 99.2%;mask-repeat:no-repeat}.hero-environment--dark{mask-image:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%201017%20502'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Rectangle%201815'%20filter='url(%23filter0_f_3982_60724)'%3e%3crect%20x='44'%20y='44'%20width='929'%20height='414'%20rx='45.965'%20fill='var(--fill-0,%20%23D9D9D9)'%20fill-opacity='0.9'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_3982_60724'%20x='0'%20y='0'%20width='1017'%20height='502'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='22'%20result='effect1_foregroundBlur_3982_60724'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e")}.hero-environment--light{display:none;mask-image:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%201017%20502'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Rectangle%201815'%20filter='url(%23filter0_f_0_5)'%3e%3crect%20x='44'%20y='44'%20width='929'%20height='414'%20rx='150'%20fill='%23D9D9D9'%20fill-opacity='0.9'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_0_5'%20x='0'%20y='0'%20width='1017'%20height='502'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='22'%20result='effect1_foregroundBlur_0_5'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e")}html[data-theme=light] .hero-environment--dark{display:none}html[data-theme=light] .hero-environment--light{display:block}.hero-laptop,.hero-phone{position:absolute;inset:0}.hero .hero-phone{z-index:auto;filter:none;width:auto;margin:0;bottom:0;right:0;transform:none}.hero-laptop-body{z-index:1;width:59.3%;height:113%;top:9.72%;left:23.57%;mask-image:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%20712%20533'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20id='Rectangle%201816'%20width='712'%20height='533'%20fill='url(%23paint0_linear_3982_60632)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_3982_60632'%20x1='356'%20y1='0'%20x2='356'%20y2='519.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.7'%20stop-color='%23737373'/%3e%3cstop%20offset='1'%20stop-color='%23D9D9D9'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");mask-position:0 -.82%;mask-size:102.9% 76.8%;mask-repeat:no-repeat}.hero-laptop-body--light,html[data-theme=light] .hero-laptop-body--dark{display:none}html[data-theme=light] .hero-laptop-body--light{display:block}.hero-laptop-screen{z-index:2;width:45.69%;height:64.17%;top:11.37%;left:24.48%;mask-image:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%20531.247%20392.47'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group'%3e%3cpath%20id='Vector'%20d='M473.936%200.494935C458.945%202.46702%20415.246%208.33839%20370.143%2014.4406C367.035%2014.861%20351.937%2016.9015%20341.546%2018.3053C339.64%2018.5627%20330.715%2019.7697%20321.712%2020.9873C312.71%2022.2049%20303.697%2023.4235%20301.685%2023.6954C282.765%2026.2505%20278.148%2026.9205%20277.776%2027.1645C277.108%2027.6025%20277.081%2028.3615%20277.61%2031.9663C278.132%2035.5184%20278.117%2036.2419%20277.497%2037.2619C276.719%2038.5402%20278.265%2038.2681%20249.596%2042.1691C219.956%2046.2024%20222.149%2045.9484%20221.019%2045.476C219.644%2044.9016%20219.151%2043.6936%20218.496%2039.2935C217.986%2035.8519%20217.699%2035.3459%20216.259%2035.3459C215.667%2035.3459%20205.858%2036.6364%20184.797%2039.4849C182.785%2039.7572%20178.929%2040.2781%20176.228%2040.6428C81.9718%2053.367%2052.2886%2057.383%2026.0257%2060.9642C14.2391%2062.5714%205.48424%2063.8621%204.55068%2064.1306C3.28936%2064.4932%201.85358%2065.4562%201.17247%2066.3963C-0.24694%2068.3559%20-0.343608%2070.4882%200.699142%2076.844C1.08139%2079.1741%201.9932%2084.8067%202.72533%2089.3609C3.45747%2093.9151%205.18961%20104.66%206.57455%20113.239C11.1455%20141.555%2011.7825%20145.504%2013.3161%20155.026C16.138%20172.546%2026.8653%20239.037%2029.7821%20257.086C30.5695%20261.958%2032.9521%20276.734%2035.0769%20289.919C37.2019%20303.106%2039.8014%20319.224%2040.8537%20325.737C43.9932%20345.168%2048.4744%20372.948%2050.0894%20382.991C50.9209%20388.163%2051.6354%20392.428%2051.6773%20392.469C51.7191%20392.511%2067.3036%20389.948%2086.3092%20386.771C105.315%20383.595%20156.697%20375.014%20200.491%20367.705C244.287%20360.393%20293.809%20352.124%20310.543%20349.326C327.277%20346.53%20376.064%20338.382%20418.958%20331.223C524.117%20313.67%20531.154%20312.49%20531.246%20312.397C531.31%20312.334%20523%20256.176%20516.865%20215.203C516.334%20211.656%20515.515%20206.153%20515.047%20202.975C514.579%20199.798%20510.726%20173.888%20506.484%20145.398C502.242%20116.908%20495.866%2074.0566%20492.313%2050.1735C488.762%2026.2904%20485.673%206.06745%20485.454%205.23344C485.194%204.25674%20484.768%203.29756%20484.26%202.5375C483.601%201.55675%20483.253%201.24806%20482.186%200.707528C480.435%20-0.181167%20479.299%20-0.210438%20473.936%200.494935Z'%20fill='var(--fill-0,%20white)'/%3e%3c/g%3e%3c/svg%3e");mask-position:.32% .27%;mask-size:99.63% 99.61%;mask-repeat:no-repeat}.hero-phone-body{z-index:3;width:15.81%;height:62.26%;top:10.42%;left:22.79%}.hero-phone-screen{z-index:4;width:14.6%;height:60.3%;top:11.38%;left:23.4%;mask-image:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%20170.311%20370.031'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group'%3e%3cpath%20id='Vector'%20d='M29.1954%20370.01C24.4691%20369.87%2020.3768%20369.232%2017.159%20368.135C8.48002%20365.177%202.53484%20358.116%200.830811%20348.742C0.625685%20347.613%200.562698%20347.204%200.407589%20345.995C0.322306%20345.33%200.13521%20343.119%200.0588607%20341.875C-0.0238366%20340.526%20-0.0178735%20267.728%200.067181%20240.299C0.0953864%20231.203%200.146149%20194.301%200.179987%20158.294C0.257204%2076.1286%200.336804%2033.2178%200.417881%2030.0514C0.518939%2026.1046%200.757798%2023.5902%201.28223%2020.9525C1.75743%2018.5623%202.30645%2016.8386%203.28716%2014.6576C4.4922%2011.9778%205.82764%2010.0471%207.96468%207.89521C10.9039%204.93558%2013.6193%203.24142%2017.6358%201.86147C19.7486%201.13559%2022.9182%200.515347%2025.6431%200.282239C25.7711%200.271291%2028.2405%200.0795176%2028.4286%200.077615C37.6252%20-0.0153964%20139.083%20-0.031978%20141.244%200.0673135C142.282%200.115046%20143.492%200.185876%20143.933%200.224714C145.523%200.364838%20146.225%200.433243%20146.394%200.464381C146.488%200.48182%20146.849%200.532636%20147.195%200.577306C149.167%200.831682%20152.457%201.679%20153.89%202.30158C154.079%202.38359%20154.517%202.56153%20154.863%202.69699C155.209%202.83246%20155.982%203.20435%20156.58%203.5234C161.023%205.89378%20164.448%209.42048%20166.685%2013.9283C168.689%2017.9664%20169.558%2021.9551%20169.848%2028.449C169.98%2031.415%20170.057%2064.2171%20170.144%20154.689C170.177%20189.405%20170.229%20227.208%20170.259%20238.697C170.337%20268.841%20170.311%20331.776%20170.287%20340.621C170.285%20341.288%20170.179%20343.05%20170.17%20343.24C170.077%20345.056%20169.742%20347.609%20169.34%20349.486C168.549%20353.184%20167.184%20356.42%20165.255%20359.171C164.144%20360.756%20163.396%20361.581%20161.165%20363.678C160.303%20364.488%20157.745%20366.131%20156.179%20366.879C152.631%20368.576%20150.088%20369.221%20144.563%20369.828C143.069%20369.992%20137.269%20370.012%2086.5929%20370.026C55.6223%20370.035%2029.7935%20370.031%2029.1954%20370.01ZM105.008%2021.0755C106.255%2020.838%20106.928%2020.5887%20107.919%2019.9964C109.726%2018.9172%20111.087%2016.9549%20111.431%2014.9356C111.58%2014.0592%20111.509%2012.6365%20111.271%2011.7215C110.513%208.80589%20108.402%206.8672%20105.212%206.15541C104.401%205.97452%20102.842%205.95932%2085.105%205.95932C67.1481%205.95932%2065.8224%205.97262%2065.0492%206.16057C62.0392%206.89218%2059.9717%208.70527%2059.1446%2011.3385C58.2936%2014.048%2059.0663%2017.132%2061.06%2018.9836C62.5628%2020.3793%2064.2952%2021.0849%2066.5639%2021.2251C67.1934%2021.264%2075.8716%2021.2899%2085.849%2021.2826C102.388%2021.2706%20104.079%2021.2524%20105.008%2021.0755Z'%20fill='var(--fill-0,%20white)'/%3e%3c/g%3e%3c/svg%3e");mask-size:100% 100%;mask-repeat:no-repeat}.hero-setup{z-index:6;border:1px solid var(--hero-border);background:var(--hero-card);border-radius:18px;width:1106px;max-width:100%;height:255px;position:relative;overflow:hidden}.hero-setup-steps{grid-template-columns:360px 360px 386px;width:100%;height:100%;margin:0;padding:0;list-style:none;display:grid}.hero-setup-steps>li{min-width:0;padding:30px}.hero-setup-steps>li:not(:last-child){border-right:1px solid var(--hero-border)}.hero-setup h3{color:var(--hero-text);font-family:var(--font-display);letter-spacing:-.02em;text-box-edge:cap alphabetic;text-box-trim:trim-both;text-wrap:initial;font-size:18px;font-weight:400;line-height:1}.hero-setup h3 span{margin-right:6px}.download-step-content{align-items:flex-start;gap:28px;margin-top:28px;display:flex}.download-links{flex-direction:column;flex:none;align-items:flex-start;gap:12px;width:113px;display:flex}.download-links>a{background:var(--hero-text);width:113px;height:44px;min-height:44px;color:var(--hero-button-text);font-family:var(--font-body);border:0;border-radius:18px;justify-content:center;align-items:center;gap:6px;padding:0 16px;font-size:14px;font-weight:500;line-height:20px;text-decoration:none;transition:opacity .15s,transform .15s;display:inline-flex;box-shadow:0 1px 2px #0a0d120d}.download-links>a:hover{opacity:.9}.download-links>a:active{transform:scale(.98)}.download-links>a:focus-visible{outline-offset:2px;outline:2px solid #1472ff7a}.download-links>a svg{fill:currentColor;flex:none;width:15px;height:15px}.download-links p{width:87px;color:var(--hero-text-muted);font-family:var(--font-body);letter-spacing:-.02em;font-size:14px;line-height:21px}.download-links p a{color:var(--hero-text);text-underline-offset:2px;display:block}.download-qr{border:1px solid var(--hero-border);background:#fff;border-radius:16px;align-items:center;width:149px;height:149px;padding:12px;display:flex}.download-qr img{object-fit:fill;width:124px;height:125px}.setup-command-group{background:var(--hero-canvas);border-radius:26px;width:100%;margin-top:28px;padding:4px}.setup-command-row{border:1px solid var(--hero-border);border-radius:var(--radius-pill);background:var(--hero-field);justify-content:space-between;align-items:center;gap:12px;width:100%;height:44px;padding:0 16px;display:flex;overflow:hidden}.setup-command-row code{min-width:0;color:var(--hero-text);font-family:"IBM Plex Mono", var(--font-mono);font-variant-ligatures:none;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:20px;overflow:hidden}.setup-command-row.is-code-revealing code{will-change:opacity, transform, filter;animation:.34s cubic-bezier(.16,1,.3,1) both setup-code-blur-in}@keyframes setup-code-blur-in{0%{opacity:.18;filter:blur(10px);transform:translateY(5px)}60%{opacity:1;filter:blur(2px)}to{opacity:1;filter:blur();transform:translateY(0)}}.setup-command-row button{border-radius:var(--radius-pill);width:44px;height:44px;color:var(--hero-accent);cursor:pointer;transition:background-color .15s ease, color .15s ease, transform .12s var(--ease-out);background:0 0;border:0;flex:none;place-items:center;margin-right:-12px;padding:0;display:grid}.setup-command-row button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.25px;width:16px;height:16px}.setup-command-row button.is-copied svg{animation:setup-copy-confirm .32s var(--ease-out) both}@keyframes setup-copy-confirm{45%{opacity:.55;transform:scale(.82)rotate(-5deg)}to{opacity:1;transform:scale(1)rotate(0)}}.command-options{align-items:center;gap:6px;height:44px;display:flex}.command-options button{color:#5c5c5c;cursor:pointer;min-width:56px;min-height:44px;font-family:var(--font-body);transition:background-color .18s ease, color .18s ease, transform .12s var(--ease-out);background:0 0;border:0;border-radius:2px;justify-content:center;align-items:center;padding:0 12px;font-size:14px;font-weight:500;line-height:20px;display:inline-flex;position:relative}.command-options button[aria-pressed=true]{color:var(--hero-accent)}.command-options button:hover{color:var(--hero-text)}.command-options button:focus-visible{outline-offset:-2px;outline:2px solid #1472ff7a}@media (hover:hover) and (pointer:fine){.setup-command-row button:hover,.command-options button:hover{background:color-mix(in srgb, var(--hero-text) 7%, transparent);color:var(--hero-text)}.menu-button:hover{border-radius:var(--radius-pill);background:color-mix(in srgb, var(--ink) 6%, transparent)}}.header-theme-toggle:active,.header-github:active,.header-cta:active,.hero .button:active,.download-links>a:active{transition-duration:.1s;transform:translateY(0)scale(.96)}.header-theme-toggle:active svg{transform:rotate(-8deg)scale(.9)}.app-download-item:active,.setup-command-row button:active,.command-options button:active{transition-duration:.1s;transform:scale(.96)}.windows-command{min-height:44px;color:var(--hero-text-muted);font-family:var(--font-body);letter-spacing:-.02em;text-underline-offset:2px;align-items:center;gap:6px;margin-top:10px;font-size:10px;line-height:18px;display:inline-flex}.windows-command svg{fill:currentColor;flex:none;width:14px;height:14px}.bridge-run-step .setup-command-row{margin-top:28px}.bridge-run-step>p{width:275px;max-width:100%;color:var(--hero-text-muted);font-family:var(--font-body);letter-spacing:-.02em;margin-top:28px;font-size:14px;line-height:21px}@media (width<=1166px){.hero{padding-inline:var(--page-pad)}.hero-composition{height:auto;overflow:visible}.hero-visual{margin-top:32px}.hero-setup{width:100%;height:auto}.hero-setup-steps{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-setup-steps>li{padding:24px}.download-step-content{gap:16px}.download-qr{width:120px;height:120px;padding:10px}.download-qr img{width:100px;height:100px}}@media (width<=980px){.hero-composition--with-video{grid-template-columns:minmax(0,1fr);row-gap:32px;width:min(100%,712px)}.hero-timeline{justify-self:center}}@media (width<=840px){.hero{padding-top:40px}.hero .hero-copy,.hero-message{width:100%}.hero h1{width:min(100%,470px);font-size:clamp(32px,7vw,36px);line-height:1.38}.hero h1 span{white-space:normal}.hero .hero-description{white-space:normal;max-width:600px;line-height:1.6}.hero-setup-steps{grid-template-columns:1fr}.hero-setup-steps>li{min-height:220px}.hero-setup-steps>li:not(:last-child){border-right:0;border-bottom:1px solid var(--hero-border)}.download-step-content{justify-content:flex-start}}@media (width<=560px){.hero{padding-top:32px}.hero .hero-copy,.hero-message{gap:24px}.hero-assistants{flex-wrap:wrap;justify-content:flex-start;gap:8px;width:100%}.hero h1{letter-spacing:-.02em;font-size:30px;line-height:1.35}.hero .hero-actions{flex-direction:column;width:100%}.hero .hero-download,.hero .button,.hero .button-primary,.hero .button-secondary{width:100%}.hero-visual{width:calc(100% + 24px);margin-top:24px}.hero-timeline{width:100%;max-width:none}.hero-setup{margin-top:24px}.hero-setup-steps>li{min-height:0;padding:24px 20px}.download-step-content{flex-wrap:wrap}.download-links{width:113px}.download-qr{width:149px;height:149px;padding:12px}.download-qr img{width:124px;height:125px}}@media (hover:none),(width<=640px){.app-download-menu,.app-download-chevron{display:none}}[data-motion-scope].is-motion-paused *{animation-play-state:paused!important}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;transition-delay:0s!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.js .reveal,.js .reveal.is-visible,.js .hero-copy.reveal .hero-assistants,.js .hero-copy.reveal .hero-message>*,.js .hero-timeline.reveal,.js .install-steps.reveal .install-steps-grid>li{opacity:1!important;filter:none!important;transform:none!important}.js .hero-timeline.reveal .hero-timeline-blur-layer{opacity:0!important}}.install-steps{--install-bg-surface-1:#f0f0f0;--install-bg-surface-2:#fcfcfc;--install-bg-surface-3:#fff;--install-border-primary:#00000029;--install-text-primary:#141414;--install-text-primary-on-brand:#1472ff;--install-text-secondary:#474747;--install-text-tertiary:#5c5c5c;--install-control-bg:#18191b;--install-control-text:#fff;--install-qr-size:139px;z-index:6;width:min(1106px,100%);padding:28px 0;position:relative}:root[data-theme=dark] .install-steps{--install-bg-surface-1:#141414;--install-bg-surface-2:#1e1e1e;--install-bg-surface-3:#252525;--install-border-primary:#ffffff0a;--install-text-primary:#fdfdfd;--install-text-primary-on-brand:#80b2ff;--install-text-secondary:#aeaeae;--install-text-tertiary:#5c5c5c;--install-control-bg:#fff;--install-control-text:#000}.install-steps-grid{border:1px solid var(--install-border-primary);background:var(--install-bg-surface-2);border-radius:18px;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;margin:0;padding:0;list-style:none;display:grid;overflow:hidden}.install-step{grid-template-rows:26px minmax(40px,auto) auto;align-items:flex-start;row-gap:27px;min-width:0;padding:24px 20px 25px;display:grid}.install-step+.install-step{border-left:1px solid var(--install-border-primary)}.install-step h2{color:var(--install-text-primary);font-family:var(--font-body);letter-spacing:-.28px;margin:0;font-size:18px;font-weight:400;line-height:26px}.install-step p{max-width:280px;color:var(--install-text-secondary);font-family:var(--font-body);letter-spacing:-.18px;margin:0;font-size:14px;font-weight:400;line-height:1.5}.install-step-primary{width:100%;min-width:0;min-height:64px}.install-step-primary--download{min-height:var(--install-qr-size)}.install-step--run{align-content:start}.install-step--run .install-step-primary{min-height:40px}.install-download-handoff{align-items:flex-start;gap:clamp(16px,2.2vw,28px);display:flex}.install-store-actions{flex-direction:column;flex:0 0 113px;gap:12px;min-width:0;display:flex}.install-store-links{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.install-store-link{background:var(--install-control-bg);width:113px;height:40px;color:var(--install-control-text);font-family:var(--font-body);border-radius:18px;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:13px;font-weight:500;line-height:1;text-decoration:none;transition:opacity .15s,transform .15s;display:inline-flex;box-shadow:0 1px 2px #0a0d120d}.install-store-link:hover{opacity:.9}.install-store-link:active{transform:scale(.96)}.install-store-link:focus-visible,.install-qr-link:focus-visible,.install-code-snippet:focus-visible,.install-methods button:focus-visible,.install-platform-toggle:focus-visible,.install-docs-link:focus-visible,.install-noscript-link:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #1472ff7a}.install-store-icon{fill:currentColor;flex:none;width:15px;height:15px}.install-store-icon--apple{width:15.5px;height:15.5px}.install-store-note{width:113px;margin-top:10px;font-size:13px;line-height:17px}.install-docs-link,.install-noscript-link{color:var(--install-text-primary);text-underline-offset:3px;text-decoration:underline}.install-store-note .install-docs-link{width:fit-content;margin-top:1px;display:block}.install-qr-link{box-sizing:border-box;width:var(--install-qr-size);height:var(--install-qr-size);flex:0 0 var(--install-qr-size);border:1px solid var(--install-border-primary);background:#fff;border-radius:18px;display:block;overflow:hidden;box-shadow:0 1px 2px #0a0d120d,inset 0 0 0 1px #ffffff24,inset 0 0 0 2px #0a0d120f}.install-qr-image{width:100%;height:100%;image-rendering:pixelated;display:block}.platform-install{flex-direction:column;align-items:flex-start;gap:10px;width:100%;min-width:0;display:flex}.install-command-card{--install-command-card-inset:4px;--install-command-card-radius:26px;--install-command-radius:calc(var(--install-command-card-radius) - var(--install-command-card-inset));width:100%;min-width:0;padding:var(--install-command-card-inset);border-radius:var(--install-command-card-radius);background:var(--install-bg-surface-1);flex-direction:column;display:flex}.install-code-snippet{border:1px solid var(--install-border-primary);background:var(--install-bg-surface-3);width:100%;min-width:0;height:44px;min-height:44px;color:var(--install-text-primary);cursor:pointer;border-radius:9999px;justify-content:space-between;align-items:center;gap:10px;padding:0 16px;transition:background-color .18s,border-color .18s,transform .12s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.install-command-card .install-code-snippet{border-radius:var(--install-command-radius)}.install-code-snippet code{min-width:0;color:var(--install-text-primary);font-family:"IBM Plex Mono", var(--font-mono);font-variant-ligatures:none;text-align:left;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:20px;overflow:hidden}.install-code-snippet:hover{border-color:color-mix(in srgb, var(--install-text-primary) 14%, var(--install-border-primary))}.install-code-snippet:active,.install-methods button:active{transform:scale(.96)}.install-copy-icon{width:16px;height:20px;color:var(--install-text-primary-on-brand);flex:0 0 16px;position:relative}.install-copy-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.25px;width:16px;height:16px;transition:opacity .18s,transform .18s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.install-copy-icon-copied,.install-code-snippet.is-copied .install-copy-icon-default{opacity:0;transform:translate(-50%,-50%)scale(.8)}.install-code-snippet.is-copied .install-copy-icon-copied{opacity:1;transform:translate(-50%,-50%)scale(1)}.platform-install.is-code-revealing .install-code-snippet code{will-change:opacity, transform, filter;animation:.34s cubic-bezier(.16,1,.3,1) both install-code-blur-in}@keyframes install-code-blur-in{0%{opacity:.18;filter:blur(10px);transform:translateY(5px)}60%{opacity:1;filter:blur(2px)}to{opacity:1;filter:blur();transform:translateY(0)}}.install-methods{align-items:center;gap:6px;min-width:0;padding-top:2px;display:flex}.install-methods button{min-width:56px;height:36px;color:var(--install-text-tertiary);cursor:pointer;font-family:var(--font-body);touch-action:manipulation;background:0 0;border:0;border-radius:2px;justify-content:center;align-items:center;padding:0 12px;font-size:14px;font-weight:500;line-height:20px;transition:background-color .18s,color .18s,transform .12s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative}.install-methods button:after{content:"";position:absolute;inset:-4px 0}.install-methods button[aria-pressed=true]{color:var(--install-text-primary-on-brand)}.install-methods button:hover{color:var(--install-text-primary)}.install-platform-toggle{min-height:44px;color:var(--install-text-secondary);cursor:pointer;font-family:var(--font-body);letter-spacing:-.1px;text-align:left;text-underline-offset:3px;background:0 0;border:0;align-items:center;gap:6px;margin:0;padding:10px 0;font-size:12px;line-height:16px;text-decoration:underline;transition:color .18s;display:inline-flex}.install-platform-toggle:hover{color:var(--install-text-primary)}.install-platform-toggle svg{fill:currentColor;flex:0 0 12px;width:12px;height:12px}.install-platform-toggle svg[hidden]{display:none}.install-noscript-link{font-size:12px;line-height:16px;display:inline-block}.install-step-helper{color:var(--install-text-secondary)}@media (width<=980px){.install-qr-link{display:none}}@media (width>=901px) and (width<=1025px){.install-download-handoff{--install-qr-size:min(139px, calc(100% - 129px));gap:16px}}@media (width<=900px){.install-steps-grid{grid-template-columns:1fr}.install-step+.install-step{border-top:1px solid var(--install-border-primary);border-left:0}}@media (width<=640px){.install-steps{padding:36px 0 28px}.install-step{grid-template-rows:auto auto 1fr;padding:28px 20px}.install-step h2{font-size:20px;line-height:28px}.install-step p{max-width:none}.install-step-primary{min-height:0}.install-store-actions,.install-store-note{flex-basis:100%;width:100%}.install-store-links{flex-direction:row;width:100%}.install-store-link{flex:1 1 0;width:auto}}@media (prefers-reduced-motion:reduce){.platform-install.is-code-revealing .install-code-snippet code{animation:none}}.product-feature{--feature-panel:var(--bg-surface-2);--feature-border:color-mix(in srgb, var(--ink) 10%, transparent);--feature-border-soft:color-mix(in srgb, var(--ink) 7%, transparent);align-items:center;column-gap:139px;width:min(100% - 32px,1107px);margin:0 auto;display:grid}.product-feature--copy-first{grid-template-columns:minmax(0,474px) minmax(0,494px)}.product-feature--visual-first{grid-template-columns:minmax(0,494px) minmax(0,474px)}.product-feature-copy{flex-direction:column;align-items:flex-start;gap:22px;max-width:474px;display:flex}.product-feature-copy h2{max-width:474px;color:var(--ink);font-family:var(--font-display);letter-spacing:-.02em;font-size:48px;font-weight:400;line-height:56px}.product-feature-copy p{max-width:363px;color:var(--ink-muted);font-family:var(--font-body);letter-spacing:-.02em;font-size:16px;font-weight:400;line-height:22px}.product-feature-visual{isolation:isolate;background:#141414;border-radius:18px;width:100%;position:relative;overflow:hidden}.product-feature--harnesses .product-feature-visual{aspect-ratio:494/453}.product-feature--notifications .product-feature-visual{aspect-ratio:494/289}.product-feature--review .product-feature-visual{aspect-ratio:494/420}.product-feature--voice .product-feature-visual{aspect-ratio:494/199}.product-feature-texture{z-index:-1;object-fit:cover;object-position:center;width:100%;max-width:none;height:100%;position:absolute;inset:0}.harness-picker{width:min(100% - 48px,280px);color:var(--ink);background:#2c2c2c;border:1px solid #ffffff0a;border-radius:20px;padding:12px;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 1px 2px #00000029,inset 0 -2px #0a0d122e,inset 0 0 0 1px #0a0d121f}.harness-picker-header{color:#aeaeae;justify-content:space-between;align-items:center;height:52px;padding:0 8px 0 16px;font-size:14px;line-height:20px;display:flex}.harness-settings{border-radius:var(--radius-pill);flex:none;width:36px;height:36px;transition:background-color .15s;display:block}.harness-settings img{width:36px;height:36px;display:block}.harness-list{margin:0;padding:0;list-style:none}.harness-list>li{margin:0;padding:0}.harness-row{border-radius:var(--radius-pill);width:100%;min-height:52px;color:var(--ink);cursor:pointer;font:inherit;text-align:left;transition:background-color .18s ease, transform .18s var(--ease-out);background:0 0;border:0;grid-template-columns:16px minmax(0,1fr) auto;align-items:center;gap:4px;padding:16px;display:grid;position:relative}.harness-row.is-selected{background:0 0}.harness-row.is-coming-soon{cursor:default;opacity:.7}.harness-row:not(:disabled):active{transform:scale(.96)}.harness-row:focus-visible{outline-offset:-2px;outline:2px solid #1472ff94}.harness-icon{justify-content:center;align-items:center;width:16px;height:20px;display:flex}.harness-icon img{object-fit:contain;max-width:16px;max-height:20px;display:block}.harness-name{color:#d0d0d0;text-overflow:ellipsis;white-space:nowrap;min-width:0;padding:0 2px;font-size:14px;font-weight:500;line-height:20px;overflow:hidden}.harness-tag{color:#aeaeae;white-space:nowrap;border:1px solid #ffffff14;border-radius:6px;padding:2px 4px;font-size:12px;line-height:18px}.harness-selection{opacity:0;width:16px;height:20px;transition:opacity .16s ease, transform .22s var(--ease-out);place-items:center;display:grid;transform:scale(.9)}.harness-selection img{width:10px;height:7px;display:block}.harness-row.is-selected .harness-selection{opacity:1;transform:scale(1)}.product-feature-copy .product-feature-privacy-note{letter-spacing:0;max-width:370px;font-size:13px;line-height:19px}.product-feature-privacy-note a{color:inherit;text-underline-offset:3px;text-decoration:underline 1px}.notification-stack{color:#fff;width:min(100% - 44px,450px);height:93px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.notification-layer,.notification-card{backdrop-filter:blur(16px)saturate(130%);background:#101010c7;border:1px solid #ffffff26;border-radius:23px;position:absolute;left:0;right:0;box-shadow:inset 0 18px 18px -18px #e6e6e661,0 10px 18px #00000024}.notification-layer--back{opacity:.72;height:25px;bottom:0;left:24px;right:24px}.notification-layer--middle{opacity:.86;height:25px;bottom:9px;left:12px;right:12px}.notification-card{background:#151515e6;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 17px;display:grid;top:0;bottom:17px}.js .product-feature--notifications.reveal .notification-layer,.js .product-feature--notifications.reveal .notification-card{opacity:0;transition:opacity var(--motion-reveal-duration) var(--motion-reveal-ease), transform var(--motion-reveal-duration) var(--motion-reveal-ease);transform:translateY(-8px)scale(.985)}.js .product-feature--notifications.reveal.is-visible .notification-layer--back{opacity:.72;transition-delay:60ms;transform:translate(0,0)scale(1)}.js .product-feature--notifications.reveal.is-visible .notification-layer--middle{opacity:.86;transition-delay:.12s;transform:translate(0,0)scale(1)}.js .product-feature--notifications.reveal.is-visible .notification-card{opacity:1;transition-delay:.18s;transform:translate(0,0)scale(1)}.notification-icon{border-radius:11px;width:46px;height:46px;display:block;position:relative;overflow:hidden}.notification-icon>img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.notification-icon>.notification-icon--light{display:none}html[data-theme=light] .notification-layer,html[data-theme=light] .notification-card{backdrop-filter:blur(18px)saturate(115%)brightness(1.12);background:#ffffff14;border-color:#0000;box-shadow:1.5px 0 0 -.75px #a0a0a0a6,-1.5px 0 0 -.75px #a0a0a0a6,0 0 0 .5px #a0a0a08c,inset 0 48px 12px -40px #ffffff40,inset 0 -48px 12px -40px #ffffff40,inset 0 48px 36px -40px #e6e6e640,0 9.5px 18px #00000005}html[data-theme=light] .notification-icon--dark{display:none}html[data-theme=light] .notification-icon--light{display:block}html[data-theme=light] .notification-card time{color:#a0a0a0;mix-blend-mode:normal}.notification-copy{letter-spacing:-.012em;flex-direction:column;min-width:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;line-height:1.15;display:flex}.notification-copy strong{font-weight:600}.notification-copy span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.notification-card time{color:#ffffff59;white-space:nowrap;align-self:start;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;line-height:1.15}.file-review-demo{--file-review-added:var(--status-available);--file-review-added-bg:color-mix(in srgb, var(--status-available) 14%, var(--canvas));--file-review-added-gutter:color-mix(in srgb, var(--status-available) 18%, var(--canvas));--file-review-border:color-mix(in srgb, var(--ink) 10%, transparent);--file-review-code:var(--ink);--file-review-group:color-mix(in srgb, var(--surface) 94%, transparent);--file-review-gutter:color-mix(in srgb, var(--canvas) 94%, #000);--file-review-hunk:var(--surface);--file-review-line-number:var(--ink-faint);--file-review-modified:var(--ink-muted);--file-review-modified-bg:color-mix(in srgb, var(--ink) 8%, transparent);--file-review-muted:var(--ink-muted);--file-review-removed:var(--orange);--file-review-removed-bg:color-mix(in srgb, var(--orange) 12%, var(--canvas));--file-review-removed-gutter:color-mix(in srgb, var(--orange) 16%, var(--canvas));--file-review-surface:var(--canvas);--file-review-font:-apple-system, BlinkMacSystemFont, "SF Pro Text", var(--font-body);--file-review-mono:ui-monospace, "SFMono-Regular", SFMono-Regular, Menlo, Monaco, Consolas, monospace;color:var(--file-review-code);font-family:var(--file-review-font);place-items:center;display:grid;position:absolute;inset:24px}.file-review-card{outline:1px solid var(--file-review-border);background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 96%, transparent), color-mix(in srgb, var(--canvas) 94%, transparent));box-sizing:border-box;isolation:isolate;backdrop-filter:blur(26px)saturate(145%);border-radius:32px;width:min(100%,430px);position:relative;overflow:hidden;box-shadow:0 30px 70px #0000006b,0 8px 24px #0000003d}.file-review-card:before{z-index:2;border-radius:inherit;box-shadow:0 1px 0 color-mix(in srgb, var(--ink) 12%, transparent) inset, 0 -1px 0 #00000047 inset;content:"";pointer-events:none;position:absolute;inset:0}.file-review-app-bar,.file-review-file-header,.file-review-lines{align-items:center;display:flex}.file-review-app-bar{box-sizing:border-box;gap:12px;min-height:78px;padding:12px 16px 10px}.file-review-back{border:1px solid var(--file-review-border);background:color-mix(in srgb, var(--surface-raised) 78%, transparent);width:40px;height:40px;box-shadow:0 8px 20px #00000047, 0 1px 0 color-mix(in srgb, var(--ink) 10%, transparent) inset;backdrop-filter:blur(16px)saturate(160%);border-radius:50%;flex:0 0 40px;place-items:center;display:grid}.file-review-back svg,.file-review-chevron{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}.file-review-back svg{stroke-width:2px;width:20px;height:20px;transform:translate(-1px)}.file-review-heading{flex-direction:column;gap:2px;min-width:0;padding:0;display:flex}.file-review-title{letter-spacing:-.045em;font-size:32px;font-weight:600;line-height:1.08}.file-review-subtitle{color:var(--file-review-muted);font-variant-numeric:tabular-nums;font-size:13px;line-height:1.35}.file-review-added,.file-review-lines b{color:var(--file-review-added)}.file-review-removed,.file-review-lines i{color:var(--file-review-removed)}.file-review-subtitle b,.file-review-subtitle i{font-style:normal;font-weight:500}.file-review-list{background:var(--file-review-group);box-shadow:0 0 0 1px var(--file-review-border), 0 1px 0 #ffffff0a inset;border-radius:20px;margin:0 12px 12px;overflow:hidden}.file-review-entry+.file-review-entry{position:relative}.file-review-entry+.file-review-entry:before{z-index:1;background:var(--file-review-border);content:"";pointer-events:none;height:1px;position:absolute;top:0;left:12px;right:12px}.file-review-file-header{box-sizing:border-box;background:0 0;min-height:40px;padding:7px 12px}.file-review-entry.is-expanded .file-review-file-header{background:color-mix(in srgb, var(--ink) 3%, transparent)}.file-review-file-header>strong{min-width:0;font-family:var(--file-review-mono);letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;flex:auto;font-size:12px;font-weight:500;line-height:1.35;overflow:hidden}.js .product-feature--review.reveal .file-review-entry{opacity:0;transition:opacity var(--motion-reveal-duration) var(--motion-reveal-ease), transform var(--motion-reveal-duration) var(--motion-reveal-ease);transform:translateY(8px)}.js .product-feature--review.reveal.is-visible .file-review-entry{opacity:1;transform:translate(0,0)}.js .product-feature--review.reveal.is-visible .file-review-entry:first-child{transition-delay:60ms}.file-review-lines{font-family:var(--file-review-mono);font-variant-numeric:tabular-nums;flex:none;gap:6px;font-size:10px;line-height:1.4}.file-review-lines b,.file-review-lines i{font-style:normal;font-weight:400}.file-review-status{border:1px solid var(--file-review-border);background:var(--file-review-modified-bg);width:22px;height:22px;color:var(--file-review-modified);font-family:var(--file-review-mono);border-radius:7px;flex:0 0 22px;place-items:center;margin-left:8px;font-size:10px;font-weight:650;line-height:1;display:grid}.file-review-chevron{width:16px;height:16px;color:var(--file-review-muted);stroke-width:1.8px;flex:0 0 16px;margin-left:5px}.file-review-diff{background:var(--file-review-surface);box-shadow:0 0 0 1px color-mix(in srgb, var(--ink) 7%, transparent);border-radius:14px;margin:0 6px 6px;overflow:hidden}.file-review-hunk{border-bottom:1px solid var(--file-review-border);background:var(--file-review-hunk);box-sizing:border-box;min-height:22px;color:var(--file-review-muted);font-family:var(--file-review-mono);padding:4px 8px;font-size:10px;line-height:1.35}.file-review-code-line{background:var(--file-review-surface);min-height:20px;color:var(--file-review-code);font-family:var(--file-review-mono);grid-template-columns:32px 14px minmax(0,1fr);font-size:10px;line-height:1.35;display:grid}.file-review-code-line>span,.file-review-code-line>i,.file-review-code-line>code{padding-block:3px}.file-review-code-line>span{background:var(--file-review-gutter);color:var(--file-review-line-number);font-variant-numeric:tabular-nums;text-align:right;padding-right:5px}.file-review-code-line>i{background:var(--file-review-gutter);color:var(--file-review-muted);text-align:center;font-style:normal}.file-review-code-line>code{min-width:0;color:inherit;font:inherit;text-overflow:ellipsis;white-space:nowrap;padding-inline:6px;overflow:hidden}.file-review-code-line.is-added{background:var(--file-review-added-bg)}.file-review-code-line.is-added>span,.file-review-code-line.is-added>i{background:var(--file-review-added-gutter)}.file-review-code-line.is-removed{background:var(--file-review-removed-bg)}.file-review-code-line.is-removed>span,.file-review-code-line.is-removed>i{background:var(--file-review-removed-gutter)}.voice-composer{width:min(402px,100%);height:188px;color:var(--ink);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.voice-state{opacity:0;filter:blur(6px);pointer-events:none;transition:opacity .16s var(--ease-out), filter .16s var(--ease-out), transform .16s var(--ease-out), visibility 0s linear .16s;visibility:hidden;position:absolute;top:50%;left:0;right:0;transform:translateY(calc(7px - 50%))scale(.985)}.voice-composer[data-voice-state=recording] .voice-state--recording,.voice-composer[data-voice-state=transcribing] .voice-state--transcribing,.voice-composer[data-voice-state=transcribed] .voice-state--transcribed{opacity:1;filter:blur();pointer-events:auto;transition:opacity .22s var(--ease-out) 35ms, filter .22s var(--ease-out) 35ms, transform .22s var(--ease-out) 35ms, visibility 0s linear;visibility:visible;transform:translateY(-50%)scale(1)}.voice-state--recording{border-radius:26px;align-items:center;height:56px;padding:0 16px;display:flex}.voice-recording-shell,.voice-transcribing-shell{border-radius:var(--radius-pill);box-sizing:border-box;background:#1e1e1e;border:1px solid #333;align-items:center;gap:8px;width:100%;height:56px;padding:6px;display:flex;box-shadow:0 1px 1px #fff0}.voice-transcribing-shell{padding-right:6px}.voice-close{color:#aeaeae;cursor:pointer;width:44px;height:44px;font-family:var(--font-body);transition:background-color .16s var(--ease-out), color .16s var(--ease-out);background:0 0;border:1px dashed #3d3d3d;border-radius:50%;place-items:center;padding:0;font-size:24px;font-weight:200;line-height:1;display:grid}.voice-close svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.4px;width:18px;height:18px}.voice-recording-track{flex:1;align-items:center;min-width:0;height:44px;display:flex}.voice-waveform{justify-content:center;align-items:center;gap:6px;width:100%;min-width:0;height:28px;display:flex;overflow:hidden}.voice-waveform i{width:5px;height:var(--wave-height);opacity:1;transform-origin:50%;min-height:4px;animation:voice-wave-pulse .68s var(--ease-out) infinite alternate;will-change:transform;background:#656a71;border-radius:2px;flex:none;transform:scaleY(1)}.voice-waveform i:nth-child(n+10){background:#fff}.voice-waveform i:nth-child(4n+1){animation-duration:.56s;animation-delay:-80ms}.voice-waveform i:nth-child(4n+2){animation-duration:.76s;animation-delay:-310ms}.voice-waveform i:nth-child(4n+3){animation-duration:.62s;animation-delay:-190ms}.voice-waveform i:nth-child(4n){animation-duration:.82s;animation-delay:-430ms}.voice-composer:not([data-voice-state=recording]) .voice-waveform i{animation-play-state:paused}@keyframes voice-wave-pulse{0%{opacity:.7;transform:scaleY(.72)}55%{opacity:1;transform:scaleY(1)}to{opacity:.84;transform:scaleY(.82)}}.voice-submit{color:#0d0d0d;cursor:pointer;width:44px;height:44px;transition:background-color .16s var(--ease-out), color .16s var(--ease-out);background:#fff;border:2px solid #ffffff1f;border-radius:50%;place-items:center;padding:0;display:grid}.voice-recording-submit{flex:none}.voice-submit svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:20px;height:20px}.voice-submit--disabled{border:1px solid var(--feature-border);background:color-mix(in srgb, var(--ink) 5%, transparent);color:color-mix(in srgb, var(--ink) 24%, transparent);cursor:default}.voice-keyboard{color:#fdfdfd;background:#2c2c2c;border:1px solid #ffffff0a;border-radius:50%;flex:none;place-items:center;width:44px;height:44px;display:grid}.voice-keyboard svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;width:20px;height:20px}.voice-state--transcribing{border-radius:26px;align-items:center;height:56px;padding:0 16px;display:flex}.voice-transcribing-label{background:linear-gradient(90deg, color-mix(in srgb, var(--ink) 72%, transparent), color-mix(in srgb, var(--ink) 30%, transparent), color-mix(in srgb, var(--ink) 72%, transparent));color:#0000;min-width:0;font-family:var(--font-body);text-align:center;text-overflow:ellipsis;white-space:nowrap;-webkit-text-fill-color:transparent;background-position:100%;background-size:220% 100%;background-clip:text;flex:1;padding:0 8px;font-size:16px;line-height:24px;animation:1.1s linear infinite voice-transcribing-shimmer;overflow:hidden}@keyframes voice-transcribing-shimmer{to{background-position:-120%}}.voice-composer:not([data-voice-state=transcribing]) .voice-transcribing-label{animation-play-state:paused}.voice-state--transcribed{box-sizing:border-box;height:130px;transition:opacity .22s var(--ease-out) 35ms, filter .22s var(--ease-out) 35ms, transform .22s var(--ease-out) 35ms;border-radius:26px;flex-direction:column;align-items:center;padding:0 16px;display:flex}.voice-transcript-surface{box-sizing:border-box;background:#1e1e1e;border:1px solid #333;border-radius:26px;flex-direction:column;flex:1;width:100%;height:130px;min-height:130px;display:flex;position:relative;overflow:hidden}.voice-ready-confirmation{z-index:3;border-radius:var(--radius-pill);color:#fdfdfd;opacity:0;pointer-events:none;min-height:40px;transition:opacity .18s ease, transform .24s var(--ease-out);white-space:nowrap;background:#252525f0;border:1px solid #80b2ff47;align-items:center;gap:7px;padding:0 13px;font-size:13px;font-weight:500;line-height:1;display:inline-flex;position:absolute;top:50%;left:50%;transform:translate(-50%,calc(8px - 50%))scale(.96);box-shadow:0 10px 30px #00000047}.voice-ready-confirmation svg{fill:none;stroke:#80b2ff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:16px;height:16px}.voice-composer.is-confirming .voice-ready-confirmation{opacity:1;transform:translate(-50%,-50%)scale(1)}.voice-transcript-field,.voice-transcript-toolbar{transition:opacity .18s,filter .18s}.voice-composer.is-confirming .voice-transcript-field,.voice-composer.is-confirming .voice-transcript-toolbar{opacity:.3;filter:blur(2px)}.voice-transcript-field{box-sizing:border-box;flex:1;align-items:flex-start;min-height:0;padding:8px 9px 4px;transition:opacity .18s,filter .18s;display:flex}.voice-transcript-field textarea{resize:none;color:#fdfdfd;caret-color:#80b2ff;width:100%;min-width:0;height:100%;font-family:var(--font-body);background:0 0;border:0;outline:0;margin:0;padding:0;font-size:14px;line-height:20px}.voice-transcript-toolbar{box-sizing:border-box;flex:0 0 52px;justify-content:space-between;align-items:center;gap:8px;height:52px;min-height:52px;padding:0 8px 8px;display:flex}.voice-transcript-actions{align-items:center;display:flex}.voice-follow-up-toggle{color:#fdfdfd;background:#2c2c2c;border:1px solid #ffffff0a;border-radius:50%;flex:none;place-items:center;width:44px;height:44px;display:grid}.voice-follow-up-toggle svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;width:20px;height:20px}.voice-follow-up-label{color:#aeaeae;min-width:0;font-family:var(--font-body);text-align:center;white-space:nowrap;font-size:16px;line-height:24px}.voice-transcript-actions{justify-content:flex-end;gap:6px}.voice-close:focus-visible,.voice-submit:focus-visible{outline-offset:2px;outline:2px solid #1472ff94}@media (hover:hover) and (pointer:fine){.harness-row:not(:disabled):hover,.harness-settings:hover{background:color-mix(in srgb, var(--ink) 4%, transparent)}.voice-close:hover{background:color-mix(in srgb, var(--ink) 6%, transparent);color:var(--ink)}.voice-submit:not(:disabled):hover{background:color-mix(in srgb, var(--ink) 86%, var(--canvas))}}@media (width<=1138px){.product-feature{column-gap:clamp(56px,10vw,139px)}.product-feature--copy-first{grid-template-columns:minmax(0,1fr) minmax(360px,44.6%)}.product-feature--visual-first{grid-template-columns:minmax(360px,44.6%) minmax(0,1fr)}}@media (width<=840px){.product-feature,.product-feature--copy-first,.product-feature--visual-first{grid-template-columns:1fr;gap:28px;width:min(100% - 32px,620px)}.product-feature-copy{order:-1;max-width:100%}.product-feature-copy h2{max-width:560px;font-size:clamp(34px,7vw,48px);line-height:1.16}.product-feature-copy p{max-width:520px}}@media (width<=560px){.product-feature,.product-feature--copy-first,.product-feature--visual-first{gap:22px;width:calc(100% - 24px)}.product-feature-copy{gap:14px}.product-feature-copy h2{font-size:34px;line-height:1.12}.product-feature-copy p{font-size:15px;line-height:21px}.product-feature-visual{border-radius:14px}.harness-picker{border-radius:20px;width:min(100% - 24px,280px);padding:12px}.product-feature--voice .product-feature-visual{min-height:194px}.notification-stack{width:calc(100% - 24px);height:76px}.notification-card{border-radius:18px;grid-template-columns:36px minmax(0,1fr) auto;gap:8px;padding:10px 12px;bottom:14px}.notification-icon{border-radius:9px;width:36px;height:36px}.notification-copy,.notification-card time{font-size:13px}.notification-layer{border-radius:18px}.file-review-demo{inset:14px}.product-feature--review .product-feature-visual{aspect-ratio:4/5}.file-review-card{border-radius:28px;width:100%}.file-review-app-bar{gap:10px;min-height:72px;padding:10px 14px 8px}.file-review-back{flex-basis:36px;width:36px;height:36px}.file-review-back svg{width:18px;height:18px}.file-review-heading{gap:1px;padding:0}.file-review-title{font-size:28px;line-height:1.08}.file-review-subtitle{font-size:11px}.file-review-list{border-radius:18px;margin:0 10px 10px}.file-review-file-header{min-height:36px;padding:6px 10px}.file-review-file-header>strong{font-size:11px}.file-review-lines{gap:5px;font-size:9px}.file-review-status{border-radius:6px;flex-basis:20px;width:20px;height:20px;margin-left:6px;font-size:9px}.file-review-chevron{flex-basis:14px;width:14px;height:14px}.file-review-hunk,.file-review-code-line{font-size:9px}.file-review-hunk{min-height:22px;padding:4px 7px}.file-review-diff{border-radius:13px;margin:0 5px 5px}.file-review-code-line{grid-template-columns:30px 12px minmax(0,1fr);min-height:20px}.file-review-code-line>span{padding-right:4px}.file-review-code-line>code{padding-inline:5px}.voice-composer{width:calc(100% - 28px);height:188px}.voice-state--recording,.voice-state--transcribing{height:56px;padding:0 16px}.voice-recording-shell,.voice-transcribing-shell{height:56px}.voice-close{width:44px;height:44px}.voice-waveform{gap:4px}.voice-waveform i{width:4px}.voice-state--transcribed{border-radius:26px;height:152px;padding:0 16px}.voice-transcript-field{min-height:84px;padding:6px 10px 0}.voice-transcript-field textarea{height:100%;font-size:13px;line-height:20px}.voice-transcript-toolbar{flex-basis:49px;gap:4px;height:49px;min-height:49px;padding:0 5px 5px}.voice-follow-up-toggle{width:32px;height:32px}.voice-follow-up-label{font-size:13px;line-height:20px}.voice-submit,.voice-keyboard{width:44px;height:44px}}@media (width<=340px){.product-feature--harnesses .product-feature-visual{aspect-ratio:1/1.08}}@media (prefers-reduced-transparency:reduce){.file-review-card{background:var(--canvas);backdrop-filter:none}.file-review-back{background:var(--surface-raised);backdrop-filter:none}.file-review-list{background:var(--surface)}}@media (prefers-contrast:more){.file-review-demo{--file-review-border:color-mix(in srgb, var(--ink) 28%, transparent);--file-review-muted:var(--ink-strong)}.file-review-card{outline-color:var(--line-strong)}}@media (prefers-reduced-motion:reduce){.product-feature--voice .product-feature-visual,.harness-row,.harness-settings,.harness-selection,.voice-composer,.voice-state,.voice-state--transcribed,.voice-transcript-surface,.voice-transcript-field,.voice-transcript-field textarea,.voice-transcript-toolbar,.voice-ready-confirmation{transition-duration:.01ms!important;transition-delay:0s!important}.voice-waveform i,.voice-transcribing-label{animation:none!important}.js .product-feature--notifications.reveal .notification-layer,.js .product-feature--notifications.reveal .notification-card,.js .product-feature--review.reveal .file-review-entry{transition:opacity .16s!important;transform:none!important}.voice-composer.is-confirming .voice-transcript-field,.voice-composer.is-confirming .voice-transcript-toolbar{filter:none}}.session-bridge,.live-connections,.assistant-support,.download-callout{--coded-panel:var(--bg-surface-2);--coded-panel-strong:color-mix(in srgb, var(--bg-surface-2) 92%, var(--ink));--coded-border:color-mix(in srgb, var(--ink) 10%, transparent);--coded-border-soft:color-mix(in srgb, var(--ink) 6%, transparent);--coded-text:var(--ink);--coded-muted:var(--ink-muted)}.session-bridge{border:1px solid var(--coded-border);background:var(--coded-panel);border-radius:18px;grid-template-columns:370px 28px minmax(0,1fr);align-items:center;gap:10px;width:min(100% - 32px,1107px);min-height:465px;padding:36px 24px;display:grid}.session-bridge-column{flex-direction:column;justify-content:space-between;min-width:0;height:393px;display:flex}.session-bridge-column h2,.session-bridge-column>p{color:var(--coded-text);font-family:var(--font-display);letter-spacing:-.02em;font-size:24px;font-weight:400;line-height:28px}.session-bridge-column h2{width:280px}.session-bridge-column>p{text-align:right;align-self:flex-end;width:min(100%,448px);font-size:20px;line-height:27px}.session-bridge-scene{border:1px solid var(--coded-border-soft);background:#141414;border-radius:18px;height:321px;position:relative;overflow:hidden}.session-bridge-scene>img{object-fit:cover;width:100%;max-width:none;height:100%;display:block}.session-bridge-exchange{width:20px;height:20px;color:var(--coded-muted);fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px}.live-connections{flex-direction:column;align-items:center;gap:68px;width:min(100%,1277px);display:flex}.live-connections>h2{color:var(--coded-text);font-family:var(--font-display);letter-spacing:-.02em;text-align:center;font-size:clamp(36px,4.3vw,48px);font-weight:400;line-height:1.5}.live-connections-grid{border:1px solid var(--coded-border);background:var(--coded-panel);border-radius:18px;grid-template-rows:253px 397px;grid-template-columns:repeat(3,minmax(0,1fr));width:min(100% - 32px,1107px);min-height:650px;display:grid;overflow:hidden}.connection-card{border-right:1px solid var(--coded-border-soft);border-bottom:1px solid var(--coded-border-soft);min-width:0;color:var(--coded-text);padding:30px 20px;position:relative;overflow:hidden}.connection-card:nth-child(2),.connection-card:last-child{border-right:0}.connection-card:nth-child(n+3){border-bottom:0}.connection-card h3{color:var(--coded-text);font-family:var(--font-display);letter-spacing:-.02em;font-size:24px;font-weight:400;line-height:29px}.connection-card p{color:var(--coded-muted);font-family:var(--font-body);letter-spacing:-.02em;font-size:16px;line-height:1.5}.connection-card p strong,.connection-card a{color:var(--coded-text);font-weight:400}.connection-card--handoff{grid-column:span 2;grid-template-columns:245px minmax(0,1fr);gap:24px;padding-bottom:0;padding-right:0;display:grid}.connection-copy{flex-direction:column;gap:20px;display:flex}.handoff-devices{justify-content:flex-end;align-self:stretch;align-items:flex-end;min-width:0;display:flex;position:relative}.connection-graphic-image{max-width:100%;height:auto;display:block}.connection-graphic-image--handoff{width:596px}.connection-graphic-image--handoff-light,html[data-theme=light] .connection-graphic-image--handoff-dark{display:none}html[data-theme=light] .connection-graphic-image--handoff-light{display:block}.connection-card--harnesses,.connection-card--local,.connection-card--encrypted{flex-direction:column;gap:20px;display:flex}@media (width>=981px){.connection-card--harnesses{gap:14px;padding-block:24px}}.connection-logo-row{align-items:center;gap:8px;margin:0;padding:0;list-style:none;display:flex}.connection-logo-row li{background:#141414;border:1px solid #bfbfbf29;border-radius:8px;flex:none;place-items:center;width:37px;height:37px;display:grid}.connection-logo-row .connection-logo-coming-soon{background:0 0;border:0;align-items:center;width:127px;min-height:37px;display:inline-flex;position:relative}.connection-logo-coming-soon .hero-assistant-coming-soon-tooltip{left:calc(100% - 28px)}.connection-logo-row li.is-coming-soon{opacity:.4}.connection-logo-row img{object-fit:contain;width:auto;max-width:20px;height:20px}.connection-logo-row li:first-child img{width:15.3043px;height:19.1304px}html[data-theme=light] .connection-logo-row li{background:#fff;border-color:#0000001a}html[data-theme=light] .connection-logo-row img:not(.assistant-logo--colored){filter:brightness(0)}.connection-card--voice{flex-direction:column;gap:20px;display:flex}.voice-orbit{justify-content:center;align-items:flex-end;height:250px;display:flex;position:absolute;bottom:-52px;left:0;right:0}.connection-graphic-image--voice{width:352px}.local-connection-visual{aspect-ratio:300/202;align-self:center;width:min(100%,300px);min-height:0;margin-top:auto;position:relative}.local-connection-part,.local-connection-arrows,.local-connection-arrows>img,.local-connection-arrow-pulse{display:block;position:absolute}.local-connection-part{height:auto}.local-connection-part--bridge{width:54.667%;top:0;left:0}.local-connection-arrows{aspect-ratio:61/144;width:20.333%;top:14.356%;left:55.333%}.local-connection-arrows>img,.local-connection-arrow-pulse{width:100%;height:100%;inset:0}.local-connection-part--harnesses{width:21%;top:5.693%;right:0}.local-connection-opencode-mark{z-index:2;background:#141414;border-radius:4px;width:6%;height:0;padding-block-start:6%;display:block;position:absolute;top:15.1%;right:8.9%;overflow:hidden;transform:rotate(4.88deg)}.local-connection-opencode-mark img{object-fit:contain;width:58%;height:72%;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.local-connection-arrow-pulse{color:var(--coded-text);mix-blend-mode:screen;overflow:visible}html[data-theme=light] .local-connection-arrow-pulse{mix-blend-mode:normal}.local-connection-pulse{filter:drop-shadow(0 0 1px color-mix(in srgb, currentColor 86%, transparent)) drop-shadow(0 0 3px color-mix(in srgb, currentColor 44%, transparent))}.local-connection-pulse path:not(.local-connection-pulse-arrow){fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.1px}.local-connection-pulse circle,.local-connection-pulse-arrow{fill:currentColor}.local-connection-pulse-sweep{will-change:transform, opacity;animation:2s cubic-bezier(.5,0,.5,1) infinite local-connection-pulse-sweep}.local-connection-visual.is-motion-paused .local-connection-pulse-sweep{animation-play-state:paused}@keyframes local-connection-pulse-sweep{0%{opacity:0;transform:translate(0)}12%{opacity:1;transform:translate(0)}82%{opacity:1;transform:translate(-58px)}to{opacity:0;transform:translate(-58px)}}.connection-card--encrypted p{max-width:290px}.encryption-badge{width:168px;height:168px;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.connection-graphic-image--encryption{width:168px;height:168px;display:block}html[data-theme=light] .connection-graphic-image--voice{filter:invert()hue-rotate(180deg)brightness(1.15);mix-blend-mode:multiply}.assistant-support{grid-template-columns:minmax(0,1fr) 427px;align-items:center;gap:90px;width:min(100% - 32px,1107px);min-height:276px;margin:0 auto;display:grid}.assistant-support-copy{flex-direction:column;gap:22px;display:flex}.assistant-support-copy h2{max-width:430px;color:var(--coded-text);font-family:var(--font-display);letter-spacing:-.02em;font-size:48px;font-weight:400;line-height:56px}.assistant-support-copy p{max-width:365px;color:var(--coded-muted);font-family:var(--font-body);letter-spacing:-.02em;font-size:16px;line-height:1.5}.assistant-support-list{margin:0;padding:0;list-style:none}.assistant-support-list li{border-bottom:1px solid var(--coded-border);grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:64px;padding:12px 0;display:grid}.assistant-support-list li:last-child{border-bottom:0}.assistant-support-list strong{color:var(--coded-text);font-family:var(--font-body);font-size:16px;font-weight:400}.assistant-support-icon{background:#141414;border:1px solid #bfbfbf29;border-radius:8px;place-items:center;width:38px;height:38px;display:grid}.assistant-support-icon img{object-fit:contain;width:auto;max-width:20px;height:20px}.assistant-status{color:var(--coded-muted);align-items:center;gap:5px;font-size:12px;display:flex}.assistant-status i{background:var(--coded-muted);border-radius:50%;width:8px;height:8px}.assistant-status.is-available i{background:var(--status-available)}.assistant-status.is-coming-soon i{background:var(--coded-muted)}.assistant-support-list li:has(.assistant-status.is-coming-soon) .assistant-support-icon img{opacity:.5}.download-callout{--download-phone-right:34px;color:#fdfdfd;isolation:isolate;background:#090909;border:1px solid #ffffff0d;border-radius:32px;width:min(100% - 32px,1167px);min-height:727px;margin:88px auto 112px;position:relative;overflow:hidden}.download-callout:after{z-index:-1;content:"";background:linear-gradient(115deg,#00000014,#0000002e 48%,#000000c7);position:absolute;inset:0}.download-callout-background{z-index:-2;object-fit:cover;object-position:center;width:100%;max-width:none;height:100%;position:absolute;inset:0}.download-callout-content{z-index:2;flex-direction:column;gap:70px;width:min(800px,100% - 140px);display:flex;position:absolute;top:112px;left:70px}.download-callout-copy{flex-direction:column;gap:17px;display:flex}.download-callout-copy h2{color:#fdfdfd;font-family:var(--font-display);letter-spacing:-.02em;font-size:40px;font-weight:400;line-height:53px}.download-callout-copy p{color:#aeaeae;font-family:var(--font-body);letter-spacing:-.02em;font-size:14px;line-height:20px}.download-options{flex-direction:column;gap:12px;width:423px;display:flex}.download-qr-card,.download-store-row>a{color:#fdfdfd;backdrop-filter:blur(8px);background:linear-gradient(#1e1e1ebd,#000000ad);border:1px solid #ffffff0f;text-decoration:none}.download-qr-card{border-radius:18px;align-items:center;gap:28px;min-height:199px;padding:25px 20px 25px 25px;display:flex}.download-qr-image{background:#fff;border:1px solid #d92d20;border-radius:11px;place-items:center;width:149px;height:149px;padding:12px;display:grid;box-shadow:0 0 24px #d92d205c}.download-qr-card>span:last-child,.download-store-row a>span{flex-direction:column;gap:8px;font-size:14px;line-height:20px;display:flex}.download-qr-card small,.download-store-row small{color:#aeaeae;font-size:14px}.download-store-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.download-store-row>a{border-radius:18px;grid-template-columns:minmax(0,1fr) 20px;align-items:start;row-gap:8px;min-height:112px;padding:20px;display:grid}.download-store-row a>span{grid-column:1/-1;align-self:end}.download-store-logo{fill:currentColor;width:22px;height:22px}.download-external{color:#5c5c5c;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.3px;grid-area:1/2;width:18px;height:18px}.download-phone{z-index:1;top:16px;right:var(--download-phone-right);width:383px;height:695px;position:absolute;overflow:hidden}.download-phone img{width:342.47%;max-width:none;height:141.15%;display:block;position:absolute;top:-19.47%;left:-118.97%}.download-callout-background--light,.download-phone-image--light{display:none}html[data-theme=light] .download-callout{--download-phone-right:81px;color:#141414;background:#fff;border-color:#00000029}html[data-theme=light] .download-callout:after{background:url("data:image/svg+xml,%3csvg%20viewBox='0%200%201167%20727'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%3e%3cg%20transform='matrix(-57.6%2036.35%20-58.35%20-76.933%20583.5%20363.5)'%3e%3crect%20id='quad'%20width='133.41'%20height='122.22'%20fill='url(%23gradient)'%20shape-rendering='crispEdges'%20/%3e%3cuse%20href='%23quad'%20transform='scale(1%20-1)'%20/%3e%3cuse%20href='%23quad'%20transform='scale(-1%201)'%20/%3e%3cuse%20href='%23quad'%20transform='scale(-1%20-1)'%20/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='gradient'%20x2='5'%20y2='5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23fff'%20stop-opacity='0'%20/%3e%3cstop%20offset='1'%20stop-color='%23fff'%20/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") 50%/100% 100% no-repeat}html[data-theme=light] .download-callout-background--dark,html[data-theme=light] .download-phone-image--dark{display:none}html[data-theme=light] .download-callout-background--light,html[data-theme=light] .download-phone-image--light{display:block}html[data-theme=light] .download-callout-background--light{object-fit:fill;object-position:bottom}html[data-theme=light] .download-callout-copy h2{color:#141414}html[data-theme=light] .download-callout-copy p,html[data-theme=light] .download-qr-card small,html[data-theme=light] .download-store-row small{color:#474747}html[data-theme=light] .download-qr-card,html[data-theme=light] .download-store-row>a{color:#141414;backdrop-filter:none;background:#fff;border-color:#00000029}@media (hover:hover) and (pointer:fine){.download-qr-card,.download-store-row>a{transition:border-color .18s,filter .18s}.download-qr-card:hover,.download-store-row>a:hover{filter:brightness(1.08);border-color:#ffffff2e}html[data-theme=light] .download-qr-card:hover,html[data-theme=light] .download-store-row>a:hover{filter:brightness(.99);border-color:#00000047}}@media (width<=980px){.session-bridge{grid-template-columns:minmax(0,.8fr) 24px minmax(0,1.2fr)}.session-bridge-column--desktop,.session-bridge-column--phone{min-width:0}.live-connections-grid{grid-template-rows:330px repeat(2,360px);grid-template-columns:repeat(2,minmax(0,1fr))}.connection-card--handoff{grid-column:span 2}.connection-card--harnesses{border-right:1px solid var(--coded-border-soft)}.connection-card--voice{border-right:0}.connection-card--local{border-right:1px solid var(--coded-border-soft)}.assistant-support{gap:clamp(45px,8vw,90px)}.download-phone{width:300px;height:544px;right:-30px}}@media (width<=760px){.session-bridge{grid-template-columns:1fr;gap:24px;width:min(100% - 32px,620px);padding:24px}.session-bridge-column{gap:20px;height:auto}.session-bridge-column h2,.session-bridge-column>p{text-align:left;align-self:flex-start;width:min(100%,470px)}.session-bridge-scene{width:100%}.session-bridge-exchange{margin:0 auto;transform:rotate(90deg)}.live-connections{gap:34px;width:100%}.live-connections>h2{text-align:left;width:min(100% - 32px,620px);line-height:1.2}.live-connections-grid{grid-template-rows:none;grid-template-columns:1fr;width:min(100% - 32px,620px);min-height:0}.connection-card,.connection-card--handoff{border-bottom:0;border-right:0;grid-column:auto;min-height:330px}.connection-card+.connection-card{border-top:1px solid var(--coded-border-soft)}.connection-card--handoff{grid-template-columns:minmax(150px,.7fr) minmax(0,1.3fr)}.assistant-support{grid-template-columns:1fr;gap:32px;width:min(100% - 32px,620px)}.assistant-support-copy h2{font-size:clamp(36px,8vw,48px);line-height:1.15}.download-callout{min-height:760px}.download-callout-content{gap:42px;width:calc(100% - 64px);top:56px;left:32px}.download-callout-copy h2{font-size:clamp(30px,6vw,40px);line-height:1.25}.download-phone{top:auto;bottom:-160px;right:-82px}}@media (width<=560px){.session-bridge,.live-connections>h2,.live-connections-grid,.assistant-support,.download-callout{width:calc(100% - 24px)}.session-bridge{padding:20px}.session-bridge-column h2,.session-bridge-column>p{font-size:20px;line-height:25px}.session-bridge-scene{height:260px}.connection-card,.connection-card--handoff{min-height:360px;padding:24px 18px}.connection-card h3{font-size:21px;line-height:25px}.connection-card p{font-size:14px;line-height:1.5}.connection-card--handoff{display:block}.handoff-devices{justify-content:center;height:260px;padding-left:0;position:absolute;bottom:0;left:0;right:0}.connection-graphic-image--handoff{width:115%;max-width:none;transform:translate(12px)}.connection-card--harnesses{min-height:0}.connection-card--encrypted .encryption-badge{bottom:16px}.connection-logo-row{gap:8px}.assistant-support-list li{grid-template-columns:38px minmax(0,1fr)}.assistant-status{grid-column:1/-1;padding-left:50px}.download-callout{border-radius:24px;min-height:580px;margin-top:48px;margin-bottom:40px}.download-callout-content{gap:30px;width:calc(100% - 40px);top:36px;left:20px}.download-callout-copy h2{font-size:28px}.download-options{width:100%}.download-phone{display:none}.download-qr-card{gap:18px;min-height:154px;padding:18px}.download-qr-image{width:112px;height:112px;padding:8px}.download-store-row>a{min-height:112px;padding:16px}}@media (width<=360px){.download-callout{min-height:600px}}@media (prefers-reduced-motion:reduce){.local-connection-pulse-sweep{opacity:0;animation:none}.download-qr-card,.download-store-row>a{transition-duration:.01ms!important}}.dialkit-fallback{z-index:20000;color:#fff;background:#212121;border:1px solid #ffffff1f;border-radius:14px;width:min(320px,100vw - 32px);max-height:calc(100vh - 32px);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;position:fixed;top:16px;right:16px;overflow:auto;box-shadow:0 8px 32px #00000080}.dialkit-fallback-header{border-bottom:1px solid #ffffff17;justify-content:space-between;align-items:center;min-height:44px;padding:0 12px;display:flex}.dialkit-fallback-header strong{font-size:15px;font-weight:600}.dialkit-fallback button{color:#ffffffc2;cursor:pointer;background:#ffffff12;border:0;border-radius:8px}.dialkit-fallback-header button{width:28px;height:28px;font-size:18px}.dialkit-fallback-content{gap:8px;padding:10px 12px 12px;display:grid}.dialkit-fallback.is-collapsed{width:auto}.dialkit-fallback.is-collapsed .dialkit-fallback-content{display:none}.dialkit-fallback-toggle{background:#ffffff0d;border-radius:8px;justify-content:space-between;align-items:center;min-height:36px;padding:0 10px;display:flex}.dialkit-fallback-toggle input{accent-color:#fff;width:34px}.dialkit-fallback details{border-top:1px solid #ffffff14}.dialkit-fallback summary{color:#ffffffb8;cursor:pointer;padding:10px 2px 8px;font-weight:600}.dialkit-fallback-group{gap:6px;display:grid}.dialkit-fallback-control{background:#ffffff0d;border-radius:8px;grid-template-columns:1fr auto;gap:3px 10px;padding:8px 10px;display:grid}.dialkit-fallback-control output{color:#ffffffad;font-family:IBM Plex Mono,monospace;font-size:12px}.dialkit-fallback-control input{accent-color:#fff;grid-column:1/-1;width:100%}.dialkit-fallback-actions{grid-template-columns:1fr 1.5fr;gap:6px;padding-top:2px;display:grid}.dialkit-fallback-actions button{min-height:36px;padding:0 10px}.dialkit-fallback button:hover{color:#fff;background:#ffffff1f}@font-face{font-family:Inter;font-style:normal;font-weight:300 600;font-display:swap;src:url(/fonts/inter-v20-latin.woff2)format("woff2")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/ibm-plex-mono-v20-latin.woff2)format("woff2")}.v7-homepage{min-width:0;overflow:clip}.v7-homepage .site-header,.v7-homepage .footer{font-family:Inter,sans-serif}.v7-homepage .site-header a:focus-visible,.v7-homepage button:focus-visible{outline-offset:4px;outline:2px solid #8fbaff}
