:root{--background:240 10% 3.9%;--foreground:0 0% 98%;--card:240 10% 5.5%;--card-foreground:0 0% 98%;--muted:240 3.7% 15.9%;--muted-foreground:240 5% 64.9%;--border:240 3.7% 15.9%;--input:240 3.7% 18%;--primary:0 0% 98%;--primary-foreground:240 5.9% 10%;--accent:240 3.7% 15.9%;--accent-foreground:0 0% 98%;--ring:240 4.9% 83.9%;--success:142 69% 58%;--radius:.65rem;--shine-base:#b5b5b5;--shine-hi:#fff;--font-sans:"Geist", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono:"Geist Mono", ui-monospace, "Cascadia Code", "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;--maxw:1120px}[data-theme=light]{--background:0 0% 100%;--foreground:240 10% 3.9%;--card:0 0% 100%;--card-foreground:240 10% 3.9%;--muted:240 4.8% 95.9%;--muted-foreground:240 3.8% 46.1%;--border:240 5.9% 90%;--input:240 5.9% 90%;--primary:240 5.9% 10%;--primary-foreground:0 0% 98%;--accent:240 4.8% 95.9%;--accent-foreground:240 5.9% 10%;--ring:240 5.9% 10%;--success:142 71% 38%;--shine-base:#35353b;--shine-hi:#9898a4}*{box-sizing:border-box;margin:0;padding:0}[hidden]{display:none!important}html{scroll-behavior:smooth}body{background:hsl(var(--background));color:hsl(var(--foreground));font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:16px;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}.container{width:100%;max-width:var(--maxw);z-index:1;margin:0 auto;padding:0 24px;position:relative}body>header{z-index:50;-webkit-backdrop-filter:saturate(180%)blur(12px);backdrop-filter:saturate(180%)blur(12px);background:hsl(var(--background) / .72);border-bottom:1px solid hsl(var(--border));position:sticky;top:0}.nav{justify-content:space-between;align-items:center;height:60px;display:flex}.brand{letter-spacing:-.01em;align-items:center;gap:10px;font-weight:600;display:flex}.brand .glyph,.footer-brand .glyph{background:hsl(var(--primary));width:30px;height:30px;color:hsl(var(--primary-foreground));border-radius:8px;place-items:center;display:grid}.footer-brand{align-items:center;gap:10px;display:inline-flex}.footer-brand .glyph{border-radius:7px;width:26px;height:26px}.nav-right{align-items:center;gap:6px;display:flex}.nav-link{white-space:nowrap;color:hsl(var(--muted-foreground));border-radius:8px;padding:8px 12px;font-size:14px;transition:color .15s,background .15s}.nav-link:hover{color:hsl(var(--foreground));background:hsl(var(--accent))}.btn{border-radius:var(--radius);cursor:pointer;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;height:40px;padding:0 18px;font-family:inherit;font-size:14px;font-weight:500;transition:transform 60ms,background .15s,border-color .15s,opacity .15s;display:inline-flex}.btn:active{transform:translateY(1px)}.btn-primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.btn-primary:hover{opacity:.9}.icon-btn{border:1px solid hsl(var(--border));width:36px;height:36px;color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;border-radius:8px;place-items:center;padding:0;transition:color .15s,background .15s;display:grid}.icon-btn:hover{color:hsl(var(--foreground));background:hsl(var(--accent))}.icon-btn svg{width:17px;height:17px}.theme-toggle .sun{display:none}[data-theme=light] .theme-toggle .sun{display:block}[data-theme=light] .theme-toggle .moon{display:none}.lang{position:relative}.lang-btn{height:36px;color:hsl(var(--muted-foreground));font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:7px;padding:0 8px;font-size:13px;transition:color .15s,background .15s;display:inline-flex}.lang-btn:hover{color:hsl(var(--foreground));background:hsl(var(--accent))}.lang-flag{border-radius:2px;width:21px;height:14px;display:block;box-shadow:0 0 0 1px #0000001f}.lang-code{font-family:var(--font-mono);letter-spacing:.02em;font-size:12px}.lang-chev{opacity:.55}.lang-menu{border:1px solid hsl(var(--border));background:hsl(var(--card));z-index:60;border-radius:11px;flex-direction:column;gap:2px;min-width:176px;padding:6px;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 20px 44px -18px #00000080}.lang-item{width:100%;color:hsl(var(--foreground));font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:7px;align-items:center;gap:10px;padding:8px 10px;font-size:13.5px;transition:background .15s;display:flex}.lang-item:hover{background:hsl(var(--accent))}.lang-item[aria-current=true]{background:hsl(var(--accent));font-weight:500}.term-body{font-family:var(--font-mono);color:#e0e0e0;white-space:pre-wrap;word-break:break-word;min-height:232px;padding:18px 18px 22px;font-size:13.5px;line-height:1.75}.term-body .ln{display:block}.term-prompt{color:hsl(var(--success))}.term-cmd{color:#fff}.term-dim{color:#8c8c8c}.term-url{color:hsl(var(--success));font-weight:500}.term-ok{color:hsl(var(--success))}.cursor{background:hsl(var(--success));vertical-align:text-bottom;width:8px;height:1.05em;animation:1s steps(2,start) infinite blink;display:inline-block}@keyframes blink{to{visibility:hidden}}.eyebrow{font-family:var(--font-mono);letter-spacing:.02em;color:hsl(var(--muted-foreground));text-transform:uppercase;margin-bottom:12px;font-size:12.5px}.tabs{max-width:720px}.tablist{background:hsl(var(--muted));border-radius:10px;gap:4px;margin-bottom:16px;padding:4px;display:inline-flex}.tab{appearance:none;color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;border:none;border-radius:7px;padding:7px 16px;font-family:inherit;font-size:13.5px;font-weight:500;transition:color .15s,background .15s}.tab[aria-selected=true]{background:hsl(var(--background));color:hsl(var(--foreground));box-shadow:0 1px 2px #00000026}.tabpanel[hidden]{display:none}.code{font-family:var(--font-mono);border:1px solid hsl(var(--border));border-radius:var(--radius);color:#e6e6e6;background:#0e0e11;align-items:center;gap:12px;padding:14px 16px;font-size:13.5px;display:flex;position:relative;overflow-x:auto}[data-theme=light] .code{color:#ebebeb;background:#18181b}.code .sel{color:hsl(var(--success));-webkit-user-select:none;user-select:none}.code pre{white-space:pre;flex:1;margin:0;font-family:inherit}.copy{color:#b3b3b3;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:7px;flex:none;place-items:center;width:32px;height:32px;transition:color .15s,background .15s;display:grid}.copy:hover{color:#fff;background:#ffffff1a}.copy svg{width:15px;height:15px}.copy .check{color:hsl(var(--success));display:none}.copy.copied .clip{display:none}.copy.copied .check{display:block}.hint{color:hsl(var(--muted-foreground));margin-top:14px;font-size:13.5px}.hint code{font-family:var(--font-mono);color:hsl(var(--foreground));background:hsl(var(--muted));border-radius:5px;padding:1px 6px;font-size:12.5px}.ref{gap:10px;display:grid}.ref-row{border-bottom:1px solid hsl(var(--border));grid-template-columns:220px 1fr;align-items:baseline;gap:18px;padding:14px 0;display:grid}.ref-row:last-child{border-bottom:none}.ref-row code{font-family:var(--font-mono);color:hsl(var(--foreground));font-size:13.5px}.ref-row span{color:hsl(var(--muted-foreground));font-size:14px}.prose p{color:hsl(var(--muted-foreground));max-width:68ch;margin-bottom:16px}.prose strong{color:hsl(var(--foreground));font-weight:560}.arrow-flow{font-family:var(--font-mono);color:hsl(var(--muted-foreground));background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);margin:20px 0;padding:16px 18px;font-size:14px;overflow-x:auto}.arrow-flow b{color:hsl(var(--success));font-weight:500}.back-link{color:hsl(var(--muted-foreground));align-items:center;gap:6px;font-size:13.5px;transition:color .15s;display:inline-flex}.back-link:hover{color:hsl(var(--foreground))}.back-link svg{width:15px;height:15px}footer{border-top:1px solid hsl(var(--border));margin-top:40px;padding:32px 0}.footer-in{color:hsl(var(--muted-foreground));flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;font-size:13.5px;display:flex}.footer-in a:hover{color:hsl(var(--foreground))}.footer-links{gap:18px;display:flex}.footer-initiative{color:hsl(var(--muted-foreground));margin-top:18px;font-size:13px}.footer-initiative a{color:hsl(var(--foreground));font-weight:500;text-decoration:none}.footer-initiative a:hover{text-decoration:underline}@media (max-width:860px){.ref-row{grid-template-columns:1fr;gap:4px}.nav-link.hide-sm{display:none}}@media (max-width:480px){.container{padding:0 18px}.lang-code,.beta{display:none}.nav-link{padding:8px;font-size:13px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto}.cursor{animation:none}.toast{transition:none}.shiny-text{background-position:50%;animation:none}}.beta{font-family:var(--font-mono);letter-spacing:.08em;color:hsl(var(--success));border:1px solid hsl(var(--success) / .4);background:hsl(var(--success) / .12);text-transform:uppercase;border-radius:5px;padding:1px 5px;font-size:10px;font-weight:600;line-height:1.4}.toast{z-index:100;border:1px solid hsl(var(--border));background:hsl(var(--card));max-width:min(92vw,440px);color:hsl(var(--foreground));opacity:0;pointer-events:none;border-radius:10px;padding:11px 16px;font-size:13.5px;transition:opacity .2s,transform .2s;position:fixed;bottom:26px;left:50%;transform:translate(-50%)translateY(12px);box-shadow:0 16px 40px -12px #00000080}.toast.show{opacity:1;transform:translate(-50%)translateY(0)}.chat-body{flex-direction:column;gap:10px;min-height:232px;max-height:300px;padding:16px 16px 20px;font-size:13.5px;display:flex;overflow-y:auto}.chat-body .bubble{border-radius:13px;max-width:86%;padding:9px 13px;line-height:1.5;animation:.25s bubble-in}.chat-body .bubble.user{color:#17171c;background:#f5f5f5;border-bottom-right-radius:4px;align-self:flex-end}.chat-body .bubble.agent{color:#e6e6e6;background:#27272a;border-bottom-left-radius:4px;align-self:flex-start}.chat-body .bubble .ok{color:hsl(var(--success));font-weight:500}.chat-body .bubble .url{color:hsl(var(--success));font-family:var(--font-mono);word-break:break-all;font-size:12.5px}.chat-body .typing{align-items:center;gap:4px;padding:4px 2px;display:inline-flex}.chat-body .typing .dot{background:#999;border-radius:999px;width:6px;height:6px;animation:1.2s ease-in-out infinite typing-dot}.chat-body .typing .dot:nth-child(2){animation-delay:.15s}.chat-body .typing .dot:nth-child(3){animation-delay:.3s}@keyframes bubble-in{0%{opacity:0;transform:translateY(4px)}}@keyframes typing-dot{0%,60%,to{opacity:.3}30%{opacity:1}}.docs{grid-template-columns:216px 1fr;align-items:start;gap:48px;padding-top:40px;padding-bottom:48px;display:grid}.docs-nav{align-self:start;position:sticky;top:84px}.docs-nav .back-link{margin-bottom:22px}.docs-nav-title{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground));margin-bottom:10px;font-size:11.5px}.docs-nav ul{flex-direction:column;gap:1px;list-style:none;display:flex}.docs-nav a{color:hsl(var(--muted-foreground));border-left:2px solid #0000;border-radius:7px;padding:6px 12px;font-size:14px;transition:color .15s,background .15s;display:block}.docs-nav a:hover{color:hsl(var(--foreground));background:hsl(var(--accent))}.docs-main{min-width:0;max-width:760px}.doc-head{border-bottom:1px solid hsl(var(--border));margin-bottom:8px;padding-bottom:28px}.doc-head h1{letter-spacing:-.03em;margin:8px 0 12px;font-size:clamp(2rem,4vw,2.4rem);font-weight:640}.doc-lead{color:hsl(var(--muted-foreground));max-width:60ch;font-size:1.05rem}.doc-section{border-bottom:1px solid hsl(var(--border));padding:30px 0;scroll-margin-top:80px}.doc-section:last-child{border-bottom:none}.doc-section h2{letter-spacing:-.02em;margin-bottom:12px;font-size:1.4rem;font-weight:600}.doc-section>p{color:hsl(var(--muted-foreground));max-width:64ch;margin-bottom:16px}.doc-section code{font-family:var(--font-mono);color:hsl(var(--foreground));background:hsl(var(--muted));border-radius:5px;padding:1px 5px;font-size:12.5px}.doc-kicker{font-family:var(--font-mono);color:hsl(var(--success));border:1px solid hsl(var(--success) / .4);background:hsl(var(--success) / .1);border-radius:999px;margin-bottom:12px;padding:2px 9px;font-size:11.5px;display:inline-block}.doc-subhead{color:hsl(var(--foreground));margin:22px 0 10px;font-size:.95rem;font-weight:560}.doc-note{color:hsl(var(--muted-foreground));margin-top:12px;font-size:13px}.doc-note a{color:hsl(var(--foreground));text-underline-offset:3px;text-decoration:underline}.doc-steps{color:hsl(var(--muted-foreground));flex-direction:column;gap:10px;margin:0;padding-left:20px;font-size:14.5px;display:flex}.doc-steps strong{color:hsl(var(--foreground));font-weight:560}.prompt-card{border:1px solid hsl(var(--border));border-radius:var(--radius);background:#0e0e11;margin-top:8px;overflow:hidden}.prompt-card-bar{font-family:var(--font-mono);color:#949494;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:8px 10px 8px 14px;font-size:12px;display:flex}.prompt-copy{color:#d1d1d1;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:6px;align-items:center;gap:6px;padding:4px 9px;font-family:inherit;font-size:12px;transition:color .15s,background .15s;display:inline-flex}.prompt-copy:hover{color:#fff;background:#ffffff1f}.prompt-card pre{max-height:280px;font-family:var(--font-mono);color:#d9d9d9;white-space:pre-wrap;word-break:break-word;margin:0;padding:14px 16px;font-size:12.5px;line-height:1.65;overflow:auto}.deeplink-row{flex-wrap:wrap;gap:10px;display:flex}.deeplink-btn{border-radius:var(--radius);border:1px solid hsl(var(--border));background:hsl(var(--card));color:hsl(var(--foreground));cursor:pointer;align-items:center;gap:8px;padding:9px 14px;font-family:inherit;font-size:14px;font-weight:500;transition:border-color .15s,background .15s,transform 60ms;display:inline-flex}.deeplink-btn:hover{border-color:hsl(var(--muted-foreground) / .5);background:hsl(var(--accent))}.deeplink-btn:active{transform:translateY(1px)}.deeplink-btn svg{color:hsl(var(--muted-foreground))}@media (max-width:820px){.docs{grid-template-columns:1fr;gap:0}.docs-nav{display:none}}.hero-wrap{position:relative;overflow:hidden}.hero-bg{z-index:0;pointer-events:none;position:absolute;inset:0}.hero-bg canvas{width:100%;height:100%;display:block}.hero-c{text-align:center;flex-direction:column;align-items:center;padding-top:70px;padding-bottom:60px;display:flex}.hero-c-title{letter-spacing:-.035em;margin-bottom:18px;font-size:clamp(2.4rem,6.4vw,4rem);font-weight:640;line-height:1.07}.shiny-text{background-image:linear-gradient(120deg, var(--shine-base) 0%, var(--shine-base) 35%, var(--shine-hi) 50%, var(--shine-base) 65%, var(--shine-base) 100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:2s linear infinite shine;display:inline-block}@keyframes shine{0%{background-position:150%}to{background-position:-50%}}.hero-c-lead{color:hsl(var(--muted-foreground));max-width:54ch;margin-bottom:26px;font-size:clamp(1rem,1.5vw,1.14rem)}.agent-row{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:14px;display:flex}.btn-tool{background:hsl(var(--card));border-color:hsl(var(--border));color:hsl(var(--foreground))}.btn-tool:hover{background:hsl(var(--accent));border-color:hsl(var(--muted-foreground) / .4)}.btn-tool svg{color:hsl(var(--foreground))}.hero-c-docs{color:hsl(var(--muted-foreground));align-items:center;gap:6px;margin-bottom:46px;font-size:14px;transition:color .15s;display:inline-flex}.hero-c-docs:hover{color:hsl(var(--foreground))}.window{aspect-ratio:1;-webkit-backdrop-filter:blur(12px)saturate(160%);backdrop-filter:blur(12px)saturate(160%);text-align:left;background:#ffffff12;border:1px solid #ffffff24;border-radius:16px;flex-direction:column;width:100%;max-width:640px;padding:0 8px 8px;display:flex;box-shadow:0 4px 12px #00000026,0 40px 90px -34px #000000b3,inset 0 1px #ffffff14}[data-theme=light] .window{background:#1c19170f;border-color:#00000014;box-shadow:0 4px 12px #00000026,0 40px 72px -34px #2d2d5366}.window-bar{flex:none;grid-template-columns:1fr auto 1fr;align-items:center;height:44px;padding:0 8px;display:grid}.window-dots{gap:8px;display:flex}.window-dots i{border-radius:999px;width:12px;height:12px;display:block;box-shadow:inset 0 0 0 .5px #00000040}.window-dots i:first-child{background:#ff5f57}.window-dots i:nth-child(2){background:#febc2e}.window-dots i:nth-child(3){background:#28c840}.window-tabs{background:#ffffff14;border-radius:9px;gap:3px;padding:3px;display:inline-flex}[data-theme=light] .window-tabs{background:#0000000f}.window-tab{appearance:none;color:#b3b3b3;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:5px 15px;font-family:inherit;font-size:12.5px;font-weight:500;transition:color .15s,background .15s}[data-theme=light] .window-tab{color:#616161}.window-tab[aria-selected=true]{color:#fff;background:#ffffff24}[data-theme=light] .window-tab[aria-selected=true]{color:#17171c;background:#ffffffe6;box-shadow:0 1px 2px #00000014}.window-host{font-family:var(--font-mono);color:#8c8c8c;justify-self:end;font-size:12px}[data-theme=light] .window-host{color:#6b6b6b}.window-body{background:#0e0e11;border-radius:10px;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden;box-shadow:0 0 0 1px #ffffff0f}.window-body>.term-body,.window-body>.chat-body{flex:1;min-height:0;max-height:none;overflow-y:auto}.feature{grid-template-columns:1fr 1fr;align-items:center;gap:56px;padding:60px 24px;display:grid}.feature-reverse .feature-text{order:2}.feature-reverse .feature-art{order:1}.feature-text h2{letter-spacing:-.025em;margin:10px 0 14px;font-size:clamp(1.6rem,3vw,2.05rem);font-weight:620}.feature-text>p{color:hsl(var(--muted-foreground));max-width:46ch;margin-bottom:12px}.feature-text code{font-family:var(--font-mono);color:hsl(var(--foreground));background:hsl(var(--muted));border-radius:5px;padding:1px 5px;font-size:13px}.feature-text strong{color:hsl(var(--foreground));font-weight:560}.feature-art{justify-content:center;display:flex}.flow{border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--card));flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;width:100%;padding:28px 22px;display:flex}.flow-node{border:1px solid hsl(var(--border));background:hsl(var(--background));border-radius:10px;flex-direction:column;gap:3px;min-width:98px;padding:13px 16px;display:flex}.flow-node .flow-t{font-size:14px;font-weight:560}.flow-node code{font-family:var(--font-mono);color:hsl(var(--muted-foreground));font-size:11.5px}.flow-node-live{border-color:hsl(var(--success) / .5)}.flow-node-live code{color:hsl(var(--success))}.flow-arrow{color:hsl(var(--muted-foreground));font-size:18px}.agent-card{border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--card));flex-direction:column;gap:12px;width:100%;max-width:380px;padding:18px;display:flex}.agent-card-tools{flex-wrap:wrap;gap:8px;display:flex}.tool-chip{border:1px solid hsl(var(--border));color:hsl(var(--foreground));border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12.5px;display:inline-flex}.agent-card-msg{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-radius:13px 13px 4px;align-self:flex-end;max-width:82%;padding:9px 13px;font-size:13.5px}.agent-card-reply{color:hsl(var(--muted-foreground));align-self:flex-start;font-size:13.5px;line-height:1.5}.agent-card-url{color:hsl(var(--success));font-family:var(--font-mono);word-break:break-all;font-size:12px}.url-card{border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--card));width:100%;max-width:360px;overflow:hidden}.url-card-bar{border-bottom:1px solid hsl(var(--border));font-family:var(--font-mono);color:hsl(var(--muted-foreground));align-items:center;gap:8px;padding:10px 14px;font-size:12.5px;display:flex}.url-lock{background:hsl(var(--success));border-radius:999px;width:8px;height:8px}.url-card-body{justify-content:space-between;align-items:center;padding:14px;display:flex}.url-card-status{color:hsl(var(--foreground));align-items:center;gap:7px;font-size:13px;display:inline-flex}.url-card-status .dot{background:hsl(var(--success));width:7px;height:7px;box-shadow:0 0 0 3px hsl(var(--success) / .18);border-radius:999px}.url-card-expiry{font-family:var(--font-mono);color:hsl(var(--muted-foreground));font-size:12.5px}@media (max-width:820px){.feature{grid-template-columns:1fr;gap:28px;padding:40px 18px}.feature-reverse .feature-text{order:1}.feature-reverse .feature-art{order:2}}.legal{max-width:720px;margin:0 auto;padding:44px 0 48px}.legal-list{color:hsl(var(--muted-foreground));flex-direction:column;gap:7px;max-width:68ch;margin:0 0 16px;padding-left:20px;display:flex}
