:root{--bg: #0d0e0e;--surface: #15171a;--ink: #e6e8e3;--muted: #8b8f84;--rule: #262a2a;--accent: #9aff7a;--mono: "JetBrains Mono", ui-monospace, monospace;--ease-out: cubic-bezier(.22, 1, .36, 1);--ease-out-soft: cubic-bezier(.33, 1, .68, 1);--dur-fast: .16s;--dur-med: .24s;--dur-slow: .42s}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/jetbrains-mono-400.woff2) format("woff2")}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/jetbrains-mono-500.woff2) format("woff2")}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/jetbrains-mono-700.woff2) format("woff2")}*{box-sizing:border-box}html,body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--mono);font-size:14px;line-height:1.55}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}body:before{content:"";position:fixed;inset:0;background:repeating-linear-gradient(0deg,rgba(255,255,255,.012) 0,rgba(255,255,255,.012) 1px,transparent 1px,transparent 3px);pointer-events:none;z-index:1}.page{position:relative;z-index:2}.frame{max-width:1180px;margin:0 auto;padding:0 24px}header{border-bottom:1px solid var(--rule);background:var(--bg);position:sticky;top:0;z-index:50;transition:border-color var(--dur-med) var(--ease-out),box-shadow var(--dur-med) var(--ease-out),background-color var(--dur-med) var(--ease-out)}header.scrolled{background:#0d0e0ed9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom-color:#262a2ae6;box-shadow:0 1px #9aff7a0a,0 12px 24px -20px #0009}.h-row{display:flex;align-items:center;justify-content:space-between;height:56px}.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink);font-weight:700;font-size:14px;letter-spacing:.02em}.b-mark{width:18px;height:18px;border:1px solid var(--accent);position:relative;display:inline-block;transition:transform var(--dur-med) var(--ease-out)}.b-mark:before{content:"";position:absolute;inset:3px;background:var(--accent);transform-origin:center}@media(prefers-reduced-motion:no-preference){.b-mark:before{animation:brand-pulse 3.6s ease-in-out infinite}}.brand:hover .b-mark{transform:rotate(90deg)}@keyframes brand-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.78);opacity:.65}}.h-nav{display:flex;gap:4px}.h-nav a{font-size:12px;color:var(--muted);text-decoration:none;padding:6px 10px;border:1px solid transparent;transition:color var(--dur-fast) var(--ease-out),border-color var(--dur-fast) var(--ease-out),background var(--dur-fast) var(--ease-out)}.h-nav a:hover{color:var(--ink);border-color:var(--rule);background:var(--surface)}.h-nav a.active{color:var(--accent);border-color:var(--rule);background:var(--surface)}.h-end{display:flex;gap:12px;align-items:center}.h-cta{color:var(--accent);text-decoration:none;font-size:12px;font-weight:500;border:1px solid var(--accent);padding:6px 12px;transition:background var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out)}.h-cta:hover{background:var(--accent);color:var(--bg)}.h-time{font-size:11px;color:var(--muted);font-variant-numeric:tabular-nums}.hero{padding:80px 0 48px}.term{border:1px solid var(--rule);background:var(--surface);position:relative;overflow:hidden}.term:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(154,255,122,.025),transparent);pointer-events:none;opacity:0}@media(prefers-reduced-motion:no-preference){.js-ready .term:after{animation:term-scan 8s linear 3s infinite}}@keyframes term-scan{0%{transform:translateY(-100%);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(100%);opacity:0}}.term-head{display:flex;justify-content:space-between;padding:8px 14px;border-bottom:1px solid var(--rule);font-size:11px;color:var(--muted)}.term-head .dots{display:flex;gap:6px}.term-head .dots span{width:10px;height:10px;border-radius:50%;background:#444}.term-head .dots span.g{background:var(--accent)}.term-body{padding:32px 28px}.term-line{margin:0 0 4px}.term-line .prompt{color:var(--accent)}.term-line .cmt{color:var(--muted)}.hero-h1{font-size:clamp(36px,5.5vw,68px);font-weight:700;letter-spacing:-.01em;line-height:1.05;margin:24px 0 16px;color:var(--ink)}.hero-h1 .green{color:var(--accent)}.cursor{display:inline-block;width:10px;height:1em;background:var(--accent);margin-left:4px;vertical-align:text-bottom;animation:blink 1s steps(1) infinite}@keyframes blink{50%{opacity:0}}.hero-sub{color:var(--muted);font-size:15px;line-height:1.6;max-width:620px;margin:0 0 32px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{font-family:var(--mono);font-size:13px;font-weight:500;padding:12px 18px;text-decoration:none;border:1px solid var(--rule);color:var(--ink);background:var(--bg);cursor:pointer;display:inline-block;position:relative;overflow:hidden;transition:border-color var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out),background var(--dur-fast) var(--ease-out),transform var(--dur-fast) var(--ease-out)}.btn:hover{border-color:var(--accent);color:var(--accent)}.btn:active{transform:translateY(1px)}.btn.primary{background:var(--accent);color:var(--bg);border-color:var(--accent)}.btn.primary:hover{background:transparent;color:var(--accent)}.btn.primary:before{content:"";position:absolute;top:0;bottom:0;left:-75%;width:50%;background:linear-gradient(90deg,transparent,rgba(13,14,14,.35),transparent);pointer-events:none;transition:left .7s var(--ease-out)}.btn.primary:hover:before{left:130%}.meta-bar{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--rule);border-top:0;background:var(--surface)}.meta-cell{padding:18px 20px;border-right:1px solid var(--rule);position:relative;transition:background var(--dur-fast) var(--ease-out)}.meta-cell:hover{background:#9aff7a08}.meta-cell:last-child{border-right:0}.meta-cell .k{color:var(--muted);font-size:11px;margin-bottom:6px}.meta-cell .v{color:var(--ink);font-size:18px;font-weight:500;font-variant-numeric:tabular-nums}.meta-cell .v .acc{color:var(--accent)}.js-ready .hero .meta-bar{opacity:0;transform:translateY(8px);animation:tw-rise .46s var(--ease-out) 2.68s forwards}.s{padding:80px 0;border-top:1px solid var(--rule)}.s-head{display:grid;grid-template-columns:140px 1fr 1fr;gap:32px;margin-bottom:48px}.s-num{color:var(--accent);font-size:12px;font-weight:500}.s-title{color:var(--ink);font-size:clamp(28px,3.6vw,44px);font-weight:700;line-height:1.1;letter-spacing:-.01em;margin:0}.s-lede{color:var(--muted);font-size:14px;line-height:1.6;max-width:420px}.caps{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--rule);border:1px solid var(--rule)}.cap{padding:24px;background:var(--bg);min-height:200px;display:flex;flex-direction:column;position:relative;isolation:isolate;transition:background var(--dur-med) var(--ease-out)}.cap:before,.channel:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--accent);transform:scaleY(0);transform-origin:bottom;transition:transform var(--dur-med) var(--ease-out);z-index:1}.cap:hover,.channel:hover{background:var(--surface)}.cap:hover:before,.channel:hover:before{transform:scaleY(1);transform-origin:top}.cap-n{color:var(--accent);font-size:11px;margin-bottom:18px}.cap h3{margin:0 0 8px;font-size:18px;font-weight:700;color:var(--ink);transition:color var(--dur-med) var(--ease-out)}.cap:hover h3{color:var(--accent)}.cap p{margin:0 0 16px;color:var(--muted);font-size:13px;line-height:1.55}.cap .stack{margin-top:auto;font-size:11px;color:var(--muted)}.cap .stack span{color:var(--accent);display:inline-block;transition:transform var(--dur-med) var(--ease-out)}.cap:hover .stack span{transform:translate(3px)}.product{border:1px solid var(--rule);background:var(--surface)}.prod-head{display:flex;justify-content:space-between;padding:10px 14px;border-bottom:1px solid var(--rule);font-size:11px;color:var(--muted)}.prod-head .live{color:var(--accent);display:inline-flex;align-items:center;gap:7px}.live-dot{position:relative;width:7px;height:7px;border-radius:50%;background:var(--accent);flex:0 0 7px;box-shadow:0 0 6px #9aff7a99}.live-dot:after{content:"";position:absolute;inset:0;border-radius:50%;background:var(--accent);transform-origin:center}@media(prefers-reduced-motion:no-preference){.live-dot:after{animation:live-pulse 1.8s ease-out infinite}}@keyframes live-pulse{0%{transform:scale(1);opacity:.55}to{transform:scale(2.6);opacity:0}}.prod-grid{display:grid;grid-template-columns:1fr 1fr}.prod-info{padding:40px;border-right:1px solid var(--rule)}.prod-name{font-size:48px;font-weight:700;color:var(--ink);letter-spacing:-.02em;margin:0;line-height:1}.prod-name .acc{color:var(--accent)}.prod-tag{font-size:14px;color:var(--accent);margin:8px 0 24px}.prod-body{color:var(--muted);font-size:14px;line-height:1.6;margin:0 0 24px;max-width:440px}.prod-stats{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1px;background:var(--rule);border:1px solid var(--rule);margin-bottom:24px}.prod-stat{padding:14px;background:var(--bg);transition:background var(--dur-fast) var(--ease-out)}.prod-stat:hover{background:#9aff7a0a}.prod-stat .v{font-size:24px;font-weight:700;color:var(--accent);font-variant-numeric:tabular-nums}.prod-stat .k{font-size:10px;color:var(--muted);margin-top:4px}.prod-actions{display:flex;gap:8px;flex-wrap:wrap}.prod-vis{padding:32px;background:var(--bg);position:relative;display:flex;align-items:center;justify-content:center;min-height:480px}.log{width:100%;max-width:420px;font-size:12px;line-height:1.7}.log-caption{color:var(--muted);margin:0 0 12px}.log-hammer{color:var(--muted);margin:12px 0 4px}.log .l{display:grid;grid-template-columns:auto 60px 1fr auto;gap:10px;padding:6px 0;border-bottom:1px dashed var(--rule);font-variant-numeric:tabular-nums}.log .l.ok span:nth-child(1){color:var(--accent)}.log .l.win{background:var(--accent);color:var(--bg);padding:8px;font-weight:700;border:0}.log .l span:last-child{text-align:right}.prod-flow{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:16px 24px;border-top:1px solid var(--rule);font-size:12px;color:var(--ink)}.prod-flow-k{color:var(--muted);margin-right:4px}.prod-flow-arrow{color:var(--accent)}.contact{padding:96px 0;border-top:1px solid var(--rule)}.contact .s-head{margin-bottom:40px}.contact .s-title .acc{color:var(--accent)}.channels{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--rule);border:1px solid var(--rule);margin-bottom:32px}.channel{position:relative;display:flex;flex-direction:column;padding:28px 24px;background:var(--bg);text-decoration:none;color:inherit;isolation:isolate;min-height:220px;transition:background var(--dur-med) var(--ease-out)}.channel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.channel-cmd{color:var(--accent);font-size:11px;letter-spacing:.02em}.channel-arrow{display:inline-block;font-size:14px;color:var(--muted);transition:color var(--dur-fast) var(--ease-out),transform var(--dur-med) var(--ease-out)}.channel:hover .channel-arrow{color:var(--accent);transform:translate(3px,-3px)}.channel-label{margin:0 0 10px;font-size:17px;font-weight:700;color:var(--ink);letter-spacing:-.01em;transition:color var(--dur-med) var(--ease-out)}.channel:hover .channel-label{color:var(--accent)}.channel-detail{color:var(--muted);font-size:13px;line-height:1.6;margin:0 0 18px}.channel-cta{margin-top:auto;font-size:12px;color:var(--accent)}.contact-foot{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;padding-top:24px;border-top:1px solid var(--rule);font-size:13px;color:var(--muted)}footer{padding:48px 0 24px;border-top:1px solid var(--rule)}.f-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:32px;padding-bottom:32px;border-bottom:1px solid var(--rule)}.f-brand{margin-bottom:12px;display:inline-flex}.f-blurb{color:var(--muted);font-size:13px;max-width:280px;margin:8px 0 0}.f-grid h5{color:var(--accent);font-size:11px;margin:0 0 12px;font-weight:500}.f-grid ul{list-style:none;padding:0;margin:0}.f-grid li{margin-bottom:6px}.f-grid a{color:var(--ink);text-decoration:none;font-size:13px;position:relative;transition:color var(--dur-fast) var(--ease-out)}.f-grid a:hover{color:var(--accent)}.f-bot{padding-top:18px;display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}.hero-h1 .h1-l{display:block}.js-ready .hero .term-line,.js-ready .hero .h1-l{width:fit-content;max-width:100%;overflow:hidden;clip-path:inset(0 100% 0 0);animation:tw-reveal var(--tw-dur, .3s) steps(var(--tw-n, 24),end) var(--tw-delay, 0ms) forwards}.js-ready .hero .term-line:nth-of-type(1){--tw-n: 8;--tw-dur: .22s;--tw-delay: 80ms}.js-ready .hero .term-line:nth-of-type(2){--tw-n: 46;--tw-dur: .44s;--tw-delay: .36s}.js-ready .hero .term-line:nth-of-type(3){--tw-n: 16;--tw-dur: .28s;--tw-delay: .88s}.js-ready .hero .h1-l:nth-of-type(1){--tw-n: 32;--tw-dur: .48s;--tw-delay: 1.24s}.js-ready .hero .h1-l:nth-of-type(2){--tw-n: 29;--tw-dur: .44s;--tw-delay: 1.78s}.js-ready .hero .cursor{opacity:0;animation:tw-cursor-in .12s 2.24s forwards,blink 1s steps(1) 2.36s infinite}.js-ready .hero .hero-sub,.js-ready .hero .hero-actions{opacity:0;transform:translateY(6px);animation:tw-rise .36s var(--ease-out) forwards}.js-ready .hero .hero-sub{animation-delay:2.36s}.js-ready .hero .hero-actions{animation-delay:2.52s}@keyframes tw-reveal{to{clip-path:inset(0 0 0 0)}}@keyframes tw-cursor-in{to{opacity:1}}@keyframes tw-rise{to{opacity:1;transform:translateY(0)}}.reveal .s-head .s-num{opacity:0}.reveal .s-head .s-title{width:fit-content;max-width:100%;overflow:hidden;clip-path:inset(0 100% 0 0);opacity:0}.reveal .s-head .s-lede{opacity:0;transform:translateY(8px)}.reveal.in .s-head .s-num{animation:terminal-flicker .22s steps(3,end) 80ms forwards}.reveal.in .s-head .s-title{animation:tw-clip .7s var(--ease-out) .22s forwards}.reveal.in .s-head .s-lede{animation:rise .46s var(--ease-out) .48s forwards}@keyframes terminal-flicker{0%{opacity:0}33%{opacity:1}66%{opacity:.4}to{opacity:1}}@keyframes tw-clip{to{opacity:1;clip-path:inset(0 0 0 0)}}@keyframes rise{to{opacity:1;transform:translateY(0)}}.reveal .cap{opacity:0;transform:translateY(10px)}.reveal.in .cap{animation:rise .48s var(--ease-out) calc(.72s + var(--i, 0) * 80ms) forwards}.reveal .product{opacity:0;transform:translateY(12px)}.reveal.in .product{animation:rise .54s var(--ease-out) .7s forwards}.reveal .product .log .l.ok{opacity:0;transform:translate(-6px)}.reveal.in .product .log .l.ok{animation:bid-in .28s var(--ease-out) calc(1.2s + var(--i, 0) * .26s) forwards}@keyframes bid-in{to{opacity:1;transform:translate(0)}}.reveal .product .log .log-hammer{opacity:0}.reveal.in .product .log .log-hammer{animation:rise .32s var(--ease-out) 2.64s forwards}.reveal .product .log .l.win{opacity:0;transform:scale(.94);box-shadow:0 0 #9aff7a00}.reveal.in .product .log .l.win{animation:pop-win .54s var(--ease-out) 2.9s forwards}@keyframes pop-win{0%{opacity:0;transform:scale(.94);box-shadow:0 0 #9aff7a00}55%{box-shadow:0 0 0 10px #9aff7a2e}to{opacity:1;transform:scale(1);box-shadow:0 0 #9aff7a00}}.contact.reveal .channel{opacity:0;transform:translateY(10px)}.contact.reveal.in .channel{animation:rise .48s var(--ease-out) calc(.7s + var(--i, 0) * .1s) forwards}.contact.reveal .contact-foot{opacity:0;transform:translateY(8px)}.contact.reveal.in .contact-foot{animation:rise .46s var(--ease-out) 1.1s forwards}footer.reveal .f-grid>div{opacity:0;transform:translateY(8px)}footer.reveal.in .f-grid>div{animation:rise .42s var(--ease-out) calc(60ms + var(--i, 0) * 90ms) forwards}footer.reveal .f-bot{opacity:0}footer.reveal.in .f-bot{animation:rise .38s var(--ease-out) .52s forwards}@media(prefers-reduced-motion:reduce){.js-ready .hero .term-line,.js-ready .hero .h1-l,.js-ready .hero .hero-sub,.js-ready .hero .hero-actions,.js-ready .hero .cursor,.js-ready .hero .meta-bar{animation:none!important;clip-path:none!important;opacity:1!important;transform:none!important;width:auto!important}.js-ready .hero .cursor{animation:blink 1s steps(1) infinite!important}.reveal .s-head .s-num,.reveal .s-head .s-title,.reveal .s-head .s-lede,.reveal .cap,.reveal .product,.reveal .product .log .l,.reveal .product .log .log-hammer,.contact.reveal .channel,.contact.reveal .contact-foot,footer.reveal .f-grid>div,footer.reveal .f-bot{animation:none!important;opacity:1!important;transform:none!important;clip-path:none!important;box-shadow:none!important}}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btn:focus-visible,.h-cta:focus-visible,.h-nav a:focus-visible{outline-offset:1px}.channel:focus-visible{outline-offset:-2px}html:not(.js-ready) .reveal,html:not(.js-ready) .reveal *,html:not(.js-ready) .contact.reveal,html:not(.js-ready) .contact.reveal *,html:not(.js-ready) footer.reveal,html:not(.js-ready) footer.reveal *{opacity:1!important;transform:none!important;clip-path:none!important;width:auto!important;animation:none!important}.skip-link{position:absolute;left:12px;top:-48px;z-index:100;padding:8px 14px;font-size:12px;color:var(--bg);background:var(--accent);text-decoration:none;transition:top var(--dur-fast) var(--ease-out)}.skip-link:focus{top:12px}.studio-note{margin:24px 0 0;max-width:720px;font-size:13px;line-height:1.6;color:var(--muted)}.mobile-cta{display:none;position:fixed;right:16px;bottom:16px;z-index:60;padding:12px 18px;font-size:13px;font-weight:500;color:var(--bg);background:var(--accent);text-decoration:none;box-shadow:0 10px 26px -10px #000000bf}.notfound{min-height:78vh;display:flex;align-items:center}.nf-inner{padding:80px 24px}.nf-cmd{color:var(--muted);font-size:13px;margin:0 0 12px}.nf-cmd .prompt{color:var(--accent);margin-right:8px}.nf-h1{font-size:clamp(64px,12vw,140px);font-weight:700;line-height:1;margin:0;letter-spacing:-.01em}.nf-h1 .acc{color:var(--accent)}.nf-sub{color:var(--muted);font-size:14px;margin:14px 0 28px}@media(max-width:880px){.h-nav{display:none}.mobile-cta{display:inline-flex}.s-head{grid-template-columns:1fr;gap:12px}.caps,.prod-grid{grid-template-columns:1fr}.prod-info{border-right:0;border-bottom:1px solid var(--rule)}.channels{grid-template-columns:1fr}.contact-foot{flex-direction:column;align-items:stretch}.f-grid,.meta-bar{grid-template-columns:1fr 1fr}}@media(max-width:560px){.h-time{display:none}}
