:root{color:hsl(var(--foreground));background:hsl(var(--background));font-family:var(--font-sans);font-synthesis:none;text-rendering:optimizelegibility;--background:0 0% 100%;--foreground:0 0% 3.9%;--card:0 0% 100%;--card-foreground:0 0% 3.9%;--popover:0 0% 100%;--popover-foreground:0 0% 3.9%;--primary:0 0% 9%;--primary-foreground:0 0% 98%;--secondary:0 0% 96.1%;--secondary-foreground:0 0% 9%;--muted:0 0% 96.1%;--muted-foreground:0 0% 45.1%;--accent:0 0% 96.1%;--accent-foreground:0 0% 9%;--destructive:0 84.2% 60.2%;--destructive-foreground:0 0% 98%;--border:0 0% 89.8%;--input:0 0% 89.8%;--ring:0 0% 3.9%;--radius:.5rem;--font-sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"SFMono-Regular", "Cascadia Code", "Liberation Mono", monospace;--syntax-comment:#737373;--syntax-keyword:#171717;--syntax-operator:#404040;--syntax-property:#525252;--syntax-number:#262626;--syntax-type:#3f3f46;--syntax-string:#57534e;--syntax-label:#44403c;--syntax-constant:#292524;--syntax-tag:#52525b;--syntax-punctuation:#a3a3a3}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:hsl(var(--background));min-width:320px;min-height:100vh;color:hsl(var(--foreground));margin:0;font-size:17px;line-height:1.65}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent;color:inherit}.app{min-height:100vh}.route-loading{min-height:calc(100vh - 64px);color:hsl(var(--muted-foreground));font:12px var(--font-mono);text-transform:uppercase;letter-spacing:.1em;justify-content:center;align-items:center;gap:10px;display:flex}.route-loading i{background:hsl(var(--foreground));border-radius:999px;width:7px;height:7px;animation:1s ease-in-out infinite alternate pulse}@keyframes pulse{to{opacity:.25;transform:scale(.75)}}.ui-button{white-space:nowrap;border-radius:calc(var(--radius) - 2px);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;line-height:1;transition:background-color .15s,color .15s,border-color .15s,box-shadow .15s;display:inline-flex}.ui-button:focus-visible,.ui-input:focus-visible,select:focus-visible,textarea:focus-visible,input:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.ui-button:disabled{pointer-events:none;opacity:.5}.ui-button-default{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.ui-button-default:hover{background:#2e2e2e}.ui-button-secondary{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.ui-button-secondary:hover{background:#e8e8e8}.ui-button-outline{border-color:hsl(var(--border));background:hsl(var(--background));color:hsl(var(--foreground))}.ui-button-outline:hover,.ui-button-ghost:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.ui-button-ghost,.ui-button-link{color:hsl(var(--foreground));background:0 0}.ui-button-link{text-underline-offset:4px;text-decoration:underline;height:auto!important;padding:0!important}.ui-button-link:hover{text-decoration-thickness:2px}.ui-button-default.ui-button-default{height:40px;padding:0 16px}.ui-button-sm{height:36px;padding:0 12px}.ui-button-lg{height:44px;padding:0 20px}.ui-button-icon{width:40px;height:40px;padding:0}.ui-badge{border:1px solid #0000;border-radius:999px;align-items:center;width:-moz-fit-content;width:fit-content;padding:3px 10px;font-size:12px;font-weight:600;line-height:1.5;display:inline-flex}.ui-badge-default{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.ui-badge-secondary{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.ui-badge-outline{border-color:hsl(var(--border));color:hsl(var(--foreground));background:0 0}.ui-card{border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--card));color:hsl(var(--card-foreground));box-shadow:0 1px 2px #0000000a}.ui-input{border:1px solid hsl(var(--input));border-radius:calc(var(--radius) - 2px);background:hsl(var(--background));width:100%;height:40px;color:hsl(var(--foreground));padding:0 12px;font-size:14px;display:flex}.ui-input::placeholder{color:hsl(var(--muted-foreground))}.site-header{border-bottom:1px solid hsl(var(--border));z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;grid-template-columns:1fr auto 1fr;align-items:center;height:64px;padding:0 clamp(20px,4vw,64px);display:grid;position:sticky;top:0}.site-header nav{align-items:center;gap:4px;display:flex}.site-header nav .active{background:hsl(var(--accent))}.brand-button,.site-footer button{cursor:pointer;background:0 0;border:0;padding:0}.brand-button{justify-self:start}.nav-link{border-radius:calc(var(--radius) - 2px);padding:8px 12px;font-size:14px;font-weight:600;text-decoration:none}.nav-link:hover{background:hsl(var(--accent))}.header-cta{justify-self:end}.logo{color:hsl(var(--foreground));letter-spacing:.12em;align-items:center;gap:10px;font-size:15px;font-weight:800;display:inline-flex}.logo svg{fill:currentColor;width:27px;height:27px}.logo .logo-cut{fill:hsl(var(--background))}.hero{grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);align-items:center;gap:clamp(48px,7vw,104px);width:min(100%,1320px);min-height:650px;margin:0 auto;padding:88px clamp(24px,5vw,72px);display:grid}.hero-copy h1{letter-spacing:-.045em;max-width:820px;margin:24px 0;font-size:clamp(52px,6vw,82px);font-weight:720;line-height:1.02}.hero-copy>p{max-width:720px;color:hsl(var(--muted-foreground));margin:0 0 32px;font-size:clamp(18px,1.6vw,21px);line-height:1.65}.hero-actions{flex-wrap:wrap;gap:10px;margin-bottom:22px;display:flex}.install-command{color:hsl(var(--muted-foreground));font:13px/1 var(--font-mono);cursor:pointer;background:0 0;border:0;padding:10px 0}.install-command span{color:hsl(var(--foreground));margin-right:8px}.install-command code{white-space:pre-line;text-align:left;line-height:1.6}.install-command b{text-transform:uppercase;color:hsl(var(--muted-foreground));border:1px solid hsl(var(--border));border-radius:4px;margin-left:14px;padding:3px 6px;font-size:10px}.hero-console{overflow:hidden}.console-bar{border-bottom:1px solid hsl(var(--border));background:hsl(var(--muted));justify-content:space-between;align-items:center;min-height:48px;padding:0 18px;display:flex}.console-bar span{font:13px var(--font-mono)}.console-bar small{color:hsl(var(--muted-foreground));font:10px var(--font-mono);text-transform:uppercase;letter-spacing:.08em}.hero-console pre{min-height:285px;font:14px/2 var(--font-mono);color:hsl(var(--foreground));background:hsl(var(--background));margin:0;padding:26px 22px;overflow:auto}.code-line{white-space:pre;display:block}.code-line i{color:#b3b3b3;-webkit-user-select:none;user-select:none;width:32px;font-style:normal;display:inline-block}.query-result{border-top:1px solid hsl(var(--border));background:hsl(var(--muted));grid-template-columns:auto 1fr;align-items:center;gap:8px 18px;padding:18px 22px;display:grid}.query-result>span{font:700 10px var(--font-mono);letter-spacing:.1em;color:hsl(var(--muted-foreground))}.query-result code{color:hsl(var(--foreground));font:13px var(--font-mono)}.query-result div{color:hsl(var(--muted-foreground));font:12px var(--font-mono);grid-column:2}.proof-strip{border-top:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border));min-height:62px;color:hsl(var(--muted-foreground));font:650 11px var(--font-mono);letter-spacing:.09em;flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(20px,4vw,54px);padding:12px 5vw;display:flex}.proof-strip i{background:hsl(var(--border));border-radius:999px;width:3px;height:3px}.manifesto{background:hsl(var(--muted));border-bottom:1px solid hsl(var(--border));grid-template-columns:.28fr 1fr;gap:56px;padding:104px clamp(24px,8vw,124px);display:grid}.section-label{color:hsl(var(--muted-foreground));font:700 11px var(--font-mono);letter-spacing:.14em;padding-top:9px}.manifesto h2,.loop-copy h2{letter-spacing:-.035em;margin:0 0 24px;font-size:clamp(42px,5vw,68px);line-height:1.06}.manifesto p{max-width:760px;color:hsl(var(--muted-foreground));margin:0;font-size:19px;line-height:1.75}.capabilities{background:hsl(var(--muted));grid-template-columns:repeat(3,1fr);gap:18px;padding:0 clamp(24px,8vw,124px) 104px;display:grid}.capability-card{box-shadow:none;padding:28px}.capability-card>span{font:700 11px var(--font-mono);color:hsl(var(--muted-foreground))}.capability-card h3{letter-spacing:-.02em;margin:34px 0 12px;font-size:24px;line-height:1.25}.capability-card p{min-height:132px;color:hsl(var(--muted-foreground));font-size:16px;line-height:1.7}.capability-card code{border:1px solid hsl(var(--border));border-radius:calc(var(--radius) - 2px);background:hsl(var(--muted));color:hsl(var(--foreground));font:12px var(--font-mono);white-space:nowrap;text-overflow:ellipsis;padding:13px 14px;display:block;overflow:hidden}.loop-section{grid-template-columns:.25fr .8fr 1fr;align-items:center;gap:48px;width:min(100%,1320px);margin:0 auto;padding:104px clamp(24px,5vw,72px);display:grid}.loop-copy h2{font-size:clamp(40px,4.2vw,60px)}.loop-copy p{color:hsl(var(--muted-foreground));margin-bottom:22px;font-size:17px;line-height:1.7}.loop-diagram{box-shadow:none;overflow:hidden}.loop-diagram>div{border-bottom:1px solid hsl(var(--border));min-height:58px;color:hsl(var(--muted-foreground));grid-template-columns:44px 1fr auto;align-items:center;padding:0 18px;display:grid}.loop-diagram>div:last-child{border-bottom:0}.loop-diagram span{font:11px var(--font-mono)}.loop-diagram strong{color:hsl(var(--foreground));font-size:15px}.loop-diagram i{font-style:normal}.cta{box-shadow:none;grid-template-columns:1fr 1fr auto;align-items:end;gap:40px;margin:0 clamp(24px,5vw,72px) 72px;padding:40px;display:grid}.cta h2{letter-spacing:-.03em;margin:14px 0 0;font-size:clamp(32px,4vw,48px)}.cta>p{color:hsl(var(--muted-foreground));margin:0;font-size:16px;line-height:1.7}.site-footer{border-top:1px solid hsl(var(--border));min-height:170px;color:hsl(var(--muted-foreground));grid-template-columns:1fr 1fr 1fr;align-items:center;margin:0 clamp(24px,5vw,72px);display:grid}.site-footer p{font-size:14px;line-height:1.65}.site-footer>div{justify-self:end;gap:24px;font-size:13px;display:flex}.site-footer a,.site-footer button{color:hsl(var(--muted-foreground));text-decoration:none}.site-footer a:hover,.site-footer button:hover{color:hsl(var(--foreground))}.docs-shell{grid-template-columns:280px minmax(0,1fr);min-height:calc(100vh - 64px);display:grid}.docs-sidebar{border-right:1px solid hsl(var(--border));background:hsl(var(--muted));height:calc(100vh - 64px);padding:30px 24px 50px clamp(24px,4vw,56px);position:sticky;top:64px;overflow-y:auto}.docs-version{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.docs-version span{font-size:15px;font-weight:700}.docs-version strong{border:1px solid hsl(var(--border));background:hsl(var(--background));font:11px var(--font-mono);border-radius:999px;padding:3px 7px}.docs-search{align-items:center;gap:8px;margin-bottom:28px;display:flex}.docs-search>span{color:hsl(var(--muted-foreground))}.docs-search .ui-input{background:hsl(var(--background))}.docs-sidebar section{margin:0 0 26px}.docs-sidebar h2{color:hsl(var(--muted-foreground));font:700 10px var(--font-mono);letter-spacing:.14em;text-transform:uppercase;margin:0 0 8px}.docs-sidebar nav button{text-align:left;border-radius:calc(var(--radius) - 2px);width:100%;color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;border:0;margin-left:-10px;padding:7px 10px;font-size:14px;display:block}.docs-sidebar nav button:hover{color:hsl(var(--foreground));background:hsl(var(--background))}.docs-sidebar nav button.active{color:hsl(var(--foreground));background:hsl(var(--background));box-shadow:0 1px 2px #0000000a}.docs-article{width:min(100%,1040px);padding:64px clamp(35px,8vw,108px) 100px}.docs-eyebrow{color:hsl(var(--muted-foreground));font:700 11px var(--font-mono);letter-spacing:.14em;text-transform:uppercase;margin-bottom:20px}.markdown{color:#303030;font-size:17px;line-height:1.78}.markdown h1{color:hsl(var(--foreground));letter-spacing:-.035em;margin:0 0 32px;font-size:clamp(40px,5vw,58px);line-height:1.08}.markdown h2{color:hsl(var(--foreground));letter-spacing:-.02em;border-top:1px solid hsl(var(--border));margin:68px 0 20px;padding-top:16px;font-size:30px;line-height:1.25}.markdown h3{color:hsl(var(--foreground));margin:42px 0 13px;font-size:22px;line-height:1.35}.markdown h4{color:hsl(var(--foreground))}.markdown p{margin:0 0 18px}.markdown strong{color:hsl(var(--foreground))}.markdown a{color:hsl(var(--foreground));text-underline-offset:3px;text-decoration-color:#a3a3a3}.markdown li{margin:6px 0}.markdown blockquote{border-left:3px solid hsl(var(--border));color:hsl(var(--muted-foreground));margin:24px 0;padding:3px 0 3px 20px}.markdown code{font-family:var(--font-mono);color:hsl(var(--foreground));background:hsl(var(--muted));border-radius:4px;padding:2px 5px;font-size:.84em}.markdown .code-frame{border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--muted));margin:24px 0 28px;overflow:hidden}.markdown pre{font:14px/1.8 var(--font-mono);margin:0;padding:22px 24px;overflow-x:auto}.markdown pre code{color:hsl(var(--foreground));font-size:inherit;background:0 0;padding:0}.markdown table{border-collapse:collapse;width:100%;margin:24px 0;font-size:14px;line-height:1.55;display:block;overflow-x:auto}.markdown th{color:hsl(var(--foreground));background:hsl(var(--muted));font-weight:700}.markdown td,.markdown th{border:1px solid hsl(var(--border));text-align:left;vertical-align:top;padding:10px 12px}.markdown hr{border:0;border-top:1px solid hsl(var(--border));margin:52px 0}.docs-footer{border-top:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));justify-content:space-between;margin-top:72px;padding-top:18px;font-size:13px;display:flex}.docs-footer a{color:hsl(var(--foreground))}.playground{padding:64px clamp(24px,6vw,92px) 96px}.playground-intro{grid-template-columns:1.1fr .9fr;align-items:end;gap:72px;max-width:1350px;margin:0 auto 48px;display:grid}.playground-intro h1{letter-spacing:-.045em;margin:20px 0 0;font-size:clamp(52px,6vw,78px);line-height:1.05}.playground-intro>p{color:hsl(var(--muted-foreground));max-width:580px;margin:0;font-size:17px;line-height:1.75}.playground-toolbar{max-width:1350px;min-height:76px;box-shadow:none;grid-template-columns:260px 1fr auto;align-items:center;gap:24px;margin:0 auto 12px;padding:12px 18px;display:grid}.playground-toolbar label span{color:hsl(var(--muted-foreground));font:10px var(--font-mono);text-transform:uppercase;letter-spacing:.1em;margin-bottom:5px;display:block}.playground-toolbar select{width:100%;color:hsl(var(--foreground));background:0 0;border:0;outline:0;font-size:14px;font-weight:650}.playground-toolbar p{color:hsl(var(--muted-foreground));font-size:13px;line-height:1.5}.runtime-status{border:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));font:10px var(--font-mono);text-transform:uppercase;white-space:nowrap;border-radius:999px;padding:7px 11px}.runtime-status i{background:#a3a3a3;border-radius:50%;width:6px;height:6px;margin-right:7px;display:inline-block}.runtime-status.ready i{background:#171717}.runtime-status.error i{background:hsl(var(--destructive))}.workbench{max-width:1350px;height:650px;box-shadow:none;grid-template-columns:1.05fr .95fr;margin:0 auto;display:grid;overflow:hidden}.workbench-stack{grid-template-rows:220px 1fr;min-width:0;display:grid}.workbench-panel{flex-direction:column;min-width:0;display:flex}.editor-panel{border-right:1px solid hsl(var(--border))}.query-panel{border-bottom:1px solid hsl(var(--border))}.workbench-panel>header{border-bottom:1px solid hsl(var(--border));background:hsl(var(--muted));flex:0 0 48px;justify-content:space-between;align-items:center;height:48px;padding:0 17px;display:flex}.workbench-panel>header>div{align-items:center;gap:12px;display:flex}.workbench-panel header span{color:hsl(var(--muted-foreground));font:10px var(--font-mono)}.workbench-panel header strong{letter-spacing:.02em;font-size:13px}.workbench-panel header small{color:hsl(var(--muted-foreground));font:10px var(--font-mono);text-transform:uppercase;letter-spacing:.08em}.cave-editor{background:hsl(var(--background));flex:1;min-height:0;position:relative;overflow:hidden}.cave-editor pre,.cave-editor textarea{width:100%;height:100%;font:14px/1.8 var(--font-mono);tab-size:2;white-space:pre;border:0;margin:0;padding:22px 24px;position:absolute;inset:0;overflow:auto}.cave-editor pre{color:hsl(var(--foreground));pointer-events:none;scrollbar-width:none}.cave-editor pre::-webkit-scrollbar{display:none}.cave-editor textarea{z-index:1;resize:none;color:#0000;-webkit-text-fill-color:transparent;caret-color:hsl(var(--foreground));background:0 0;outline:none}.cave-editor textarea::selection{background:#0000001f}.workbench-panel>footer{border-top:1px solid hsl(var(--border));background:hsl(var(--muted));flex:0 0 58px;align-items:center;gap:8px;padding:10px 13px;display:flex}.query-input{flex:1;align-items:center;gap:12px;padding:0 21px;display:flex}.query-input span{color:hsl(var(--muted-foreground));font:700 19px var(--font-mono)}.query-input input{min-width:0;color:hsl(var(--foreground));font:14px var(--font-mono);background:0 0;border:0;outline:0;flex:1}.query-panel footer .ui-button{width:100%}.output-panel pre{white-space:pre-wrap;min-height:0;color:hsl(var(--foreground));font:13px/1.8 var(--font-mono);flex:1;margin:0;padding:22px;overflow:auto}.playground-note{border-left:3px solid hsl(var(--foreground));grid-template-columns:150px 1fr auto;align-items:center;gap:24px;max-width:1350px;margin:28px auto 0;padding:5px 0 5px 18px;display:grid}.playground-note strong{font-size:14px}.playground-note p{color:hsl(var(--muted-foreground));font-size:14px;line-height:1.55}.playground-note a{color:hsl(var(--foreground));font-size:13px;font-weight:700;text-decoration:none}.syntax-comment{color:var(--syntax-comment);font-style:italic}.syntax-keyword{color:var(--syntax-keyword);font-weight:700}.syntax-keyword-operator{color:#262626;font-weight:700}.syntax-property{color:var(--syntax-property)}.syntax-number{color:var(--syntax-number)}.syntax-type{color:var(--syntax-type)}.syntax-string{color:var(--syntax-string)}.syntax-string-special{color:#3f3f46}.syntax-label{color:var(--syntax-label)}.syntax-constant{color:var(--syntax-constant)}.syntax-operator{color:var(--syntax-operator)}.syntax-tag{color:var(--syntax-tag)}.syntax-punctuation,.syntax-punctuation-special,.syntax-punctuation-delimiter{color:var(--syntax-punctuation)}@media (max-width:1000px){.hero{grid-template-columns:1fr;min-height:auto}.hero-copy{max-width:820px}.hero-console{width:100%;max-width:760px}.capabilities{grid-template-columns:1fr}.capability-card p{min-height:auto}.loop-section{grid-template-columns:.25fr 1fr}.loop-diagram{grid-column:2}.cta{grid-template-columns:1fr auto}.cta p{grid-column:1}.playground-intro{grid-template-columns:1fr;gap:20px}.workbench{grid-template-columns:1fr;height:auto}.editor-panel{border-right:0;border-bottom:1px solid hsl(var(--border));min-height:520px}.workbench-stack{min-height:550px}}@media (max-width:720px){body{font-size:16px}.site-header{grid-template-columns:1fr auto;height:60px;padding:0 18px}.site-header nav{gap:0}.header-cta,.logo span{display:none}.hero{gap:42px;padding:56px 22px 64px}.hero-copy h1{font-size:clamp(44px,13vw,62px)}.hero-actions{flex-direction:column;align-items:stretch}.proof-strip span:nth-of-type(2),.proof-strip span:nth-of-type(4),.proof-strip i:nth-of-type(2),.proof-strip i:nth-of-type(4){display:none}.manifesto{grid-template-columns:1fr;gap:20px;padding:72px 24px}.capabilities{padding:0 24px 72px}.loop-section{grid-template-columns:1fr;padding:72px 24px}.loop-diagram{grid-column:auto}.cta{grid-template-columns:1fr;margin:0 24px 56px;padding:28px}.cta p{grid-column:auto}.site-footer{grid-template-columns:1fr;gap:18px;padding:32px 0}.site-footer>div{flex-wrap:wrap;justify-self:start}.docs-shell{grid-template-columns:1fr}.docs-sidebar{border-right:0;border-bottom:1px solid hsl(var(--border));height:auto;padding:20px 24px;position:static}.docs-sidebar nav{gap:8px;display:flex;overflow-x:auto}.docs-sidebar section{display:contents}.docs-sidebar h2{display:none}.docs-sidebar nav button{white-space:nowrap;width:auto;margin:0}.docs-article{padding:42px 24px 72px}.docs-footer{flex-direction:column;gap:20px}.playground{padding:44px 18px 72px}.playground-intro h1{font-size:50px}.playground-toolbar{grid-template-columns:1fr;gap:8px;padding:16px}.playground-note{grid-template-columns:1fr;gap:4px}}
