.card-spotlight{--mouse-x:50%;--mouse-y:50%;--spotlight-color:#ffffff0d;background-color:#111;border:1px solid #222;border-radius:1.5rem;padding:2rem;position:relative;overflow:hidden}.card-spotlight:before{content:"";background:radial-gradient(circle at var(--mouse-x) var(--mouse-y), var(--spotlight-color), transparent 80%);opacity:0;pointer-events:none;transition:opacity .5s;position:absolute;inset:0}.card-spotlight:hover:before,.card-spotlight:focus-within:before{opacity:.6}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--brand-background)}body{color:var(--brand-text);background:var(--brand-background);font-family:var(--brand-font);margin:0;line-height:1.5}button,input{font:inherit}a{color:inherit;text-decoration:none}.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}.site-header{z-index:10;border:1px solid var(--brand-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0f131dad;border-radius:18px;align-items:center;gap:32px;width:min(1180px,100% - 36px);min-height:64px;padding:9px 10px 9px 18px;display:flex;position:absolute;top:24px;left:50%;transform:translate(-50%);box-shadow:0 12px 50px #0003}.brand{white-space:nowrap;align-items:center;gap:10px;font-size:14px;display:inline-flex}.brand img{object-fit:contain;width:30px;height:30px}.brand-mark,.mini-brand{color:#080a10;background:linear-gradient(135deg,var(--brand-secondary),var(--brand-primary));width:30px;height:30px;box-shadow:0 0 24px color-mix(in srgb,var(--brand-primary) 30%,transparent);border-radius:9px;place-items:center;font-weight:850;display:grid}.site-header nav{color:var(--brand-muted);gap:28px;margin:auto;font-size:13px;display:flex}.site-header nav a:hover,.site-header nav a:focus-visible{color:var(--brand-text)}.button{border:1px solid var(--brand-border);border-radius:11px;justify-content:center;align-items:center;gap:10px;min-height:42px;padding:0 18px;font-size:13px;font-weight:690;transition:transform .18s,border-color .18s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button:focus-visible,a:focus-visible,summary:focus-visible{outline:2px solid var(--brand-secondary);outline-offset:3px}.button-primary{color:#090b10;background:linear-gradient(135deg,var(--brand-secondary),var(--brand-primary));box-shadow:0 10px 30px color-mix(in srgb,var(--brand-primary) 22%,transparent);border-color:#0000}.button-secondary{background:#ffffff0a}.hero{border-bottom:1px solid var(--brand-border);align-items:center;min-height:790px;display:grid;position:relative;overflow:hidden}.hero:after{content:"";pointer-events:none;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 78%);mask-image:linear-gradient(#000,#0000 78%)}.hero-visual{z-index:0;pointer-events:none;opacity:.78;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 58%,#0000 88%);mask-image:linear-gradient(#000 0 58%,#0000 88%)}.hero-visual canvas{width:100%;height:100%}.aurora-static{background:radial-gradient(ellipse,color-mix(in srgb,var(--brand-primary) 34%,transparent),transparent 66%),radial-gradient(ellipse at 70% 40%,color-mix(in srgb,var(--brand-secondary) 24%,transparent),transparent 55%);filter:blur(48px);width:900px;height:540px;position:absolute;top:-260px;left:50%;transform:translate(-50%)}.hero-visual[data-mode=webgl] .aurora-static{opacity:.36}.hero-grid{z-index:2;grid-template-columns:1fr .9fr;align-items:center;gap:72px;width:min(1160px,100% - 36px);margin:0 auto;padding:140px 0 70px;display:grid;position:relative}.hero-copy{max-width:620px}.eyebrow{border:1px solid var(--brand-border);color:#cbd1df;letter-spacing:.06em;background:#ffffff09;border-radius:100px;align-items:center;gap:8px;width:-moz-fit-content;width:fit-content;padding:7px 11px;font-size:11px;font-weight:700;display:inline-flex}.eyebrow i,.online i,.system-ok i,.runtime-status b i{background:var(--brand-success);width:7px;height:7px;box-shadow:0 0 14px var(--brand-success);border-radius:50%;display:inline-block}.animated-headline{letter-spacing:-.065em;margin:24px 0 20px;font-size:clamp(58px,7vw,92px);font-weight:800;line-height:.94}.animated-headline p{margin:0}.animated-headline p:last-child{color:#0000;background:linear-gradient(100deg,var(--brand-text),var(--brand-primary) 55%,var(--brand-secondary));-webkit-background-clip:text;background-clip:text}.hero-description{max-width:570px;color:var(--brand-muted);font-size:17px}.hero-actions{gap:10px;margin:32px 0;display:flex}.hero-facts{color:var(--brand-muted);gap:24px;font-size:11px;display:flex}.hero-facts b{color:var(--brand-text);margin-right:4px;font-size:16px}.runtime-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius-lg);box-shadow:var(--brand-shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0d111bdb;position:relative;overflow:hidden;transform:perspective(900px)rotateY(-3deg)rotateX(1deg)}.runtime-card>header{border-bottom:1px solid var(--brand-border);background:#ffffff06;align-items:center;height:45px;padding:0 16px;display:flex}.runtime-card>header small{color:var(--brand-muted);margin-left:auto}.window-dots{gap:6px;display:flex}.window-dots i{background:#343b4a;border-radius:50%;width:7px;height:7px}.runtime-status{justify-content:space-between;align-items:center;padding:24px;display:flex}.runtime-status>div{gap:3px;display:grid}.runtime-status small,.runtime-stats small{color:var(--brand-muted);letter-spacing:.12em;font-size:9px}.runtime-status b{align-items:center;gap:7px;font-size:12px;display:inline-flex}.runtime-status>span{color:var(--brand-muted);background:#ffffff0d;border-radius:8px;padding:5px 8px;font-size:10px}.runtime-stats{grid-template-columns:repeat(3,1fr);gap:8px;padding:0 24px 24px;display:grid}.runtime-stats article{border:1px solid var(--brand-border);background:#ffffff06;border-radius:12px;padding:13px}.runtime-stats b{margin:5px 0 9px;font-size:14px;display:block}.runtime-stats article>i{background:#ffffff12;border-radius:3px;height:3px;display:block;overflow:hidden}.runtime-stats em{background:linear-gradient(90deg,var(--brand-primary),var(--brand-secondary));height:100%;display:block}.runtime-card pre{color:#c8cfda;font:10px/2 var(--brand-mono);background:#080b11;margin:0;padding:21px 24px 24px}.runtime-card pre span{color:#525d72}.runtime-card pre b{color:var(--brand-secondary)}.demo-label{color:#667086;background:#080b11;border-top:1px solid #ffffff0a;padding:8px 24px;font-size:9px;display:block}.section{width:min(1160px,100% - 36px);margin:0 auto;padding:120px 0}.section-heading{max-width:670px;margin-bottom:48px}.kicker{color:var(--brand-secondary);letter-spacing:.14em;font-size:11px;font-weight:750}.section-heading h2,.final-cta h2{letter-spacing:-.045em;margin:10px 0 12px;font-size:clamp(34px,4vw,52px);line-height:1.06}.section-heading p,.final-cta p{color:var(--brand-muted)}.section-heading.split{grid-template-columns:1fr 420px;align-items:end;gap:40px;max-width:none;display:grid}.features-grid{border:1px solid var(--brand-border);border-radius:var(--brand-radius-lg);grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden}.card-spotlight.feature-card{border:0;border-right:1px solid var(--brand-border);border-bottom:1px solid var(--brand-border);background:var(--brand-surface);border-radius:0;min-height:225px;padding:24px}.feature-card:nth-child(4n){border-right:0}.feature-card:nth-child(n+5){border-bottom:0}.feature-card small{color:var(--brand-secondary);font:10px var(--brand-mono)}.feature-card h3{margin:64px 0 8px;font-size:15px}.feature-card p{color:var(--brand-muted);margin:0;font-size:12px}.panel-section{width:min(1280px,100% - 24px)}.panel-preview{border:1px solid var(--brand-border);min-height:650px;box-shadow:var(--brand-shadow);background:#0b0e15;border-radius:25px;grid-template-columns:74px 1fr;display:grid;overflow:hidden}.panel-preview>aside{border-right:1px solid var(--brand-border);background:#090c12;flex-direction:column;align-items:center;gap:16px;padding:18px;display:flex}.panel-preview aside>i{background:#ffffff09;border-radius:8px;width:28px;height:28px}.panel-preview aside>i.nav-active{background:#7c8cff24;border:1px solid #7c8cff40;margin-top:32px}.panel-preview>section>header{height:62px;color:var(--brand-muted);border-bottom:1px solid var(--brand-border);justify-content:space-between;align-items:center;padding:0 28px;font-size:11px;display:flex}.system-ok,.online{align-items:center;gap:7px;display:inline-flex}.preview-content{grid-template-rows:auto 1fr;grid-template-columns:1fr 1.15fr;gap:18px;padding:34px;display:grid}.preview-title{grid-column:1/-1}.preview-title small{color:var(--brand-muted);letter-spacing:.12em;font-size:9px}.preview-title h3{margin:4px 0;font-size:25px}.preview-title p{color:var(--brand-muted);margin:0;font-size:10px}.bot-preview,.preview-console{border:1px solid var(--brand-border);background:var(--brand-surface);border-radius:16px;overflow:hidden}.bot-preview{padding:24px}.bot-heading{justify-content:space-between;display:flex}.bot-avatar{width:40px;height:40px;color:var(--brand-secondary);background:linear-gradient(135deg,#7c8cff40,#58d6c714);border-radius:12px;place-items:center;font-size:11px;display:grid}.bot-preview h4{margin:34px 0 2px}.bot-preview>p{color:var(--brand-muted);margin:0;font-size:10px}.preview-stats{grid-template-columns:.7fr 1.3fr 1fr;gap:8px;margin:24px 0;display:grid}.preview-stats span{gap:5px;display:grid}.preview-stats small{color:var(--brand-muted);letter-spacing:.1em;font-size:8px}.preview-stats b{font-size:10px}.bot-preview button{color:#080a10;background:linear-gradient(135deg,var(--brand-secondary),var(--brand-primary));border:0;border-radius:9px;width:100%;min-height:40px;font-weight:700}.preview-console header{min-height:47px;color:var(--brand-muted);border-bottom:1px solid var(--brand-border);justify-content:space-between;align-items:center;padding:0 18px;font-size:9px;display:flex}.preview-console pre{color:#d8deea;min-height:290px;font:10px/2.1 var(--brand-mono);background:#07090e;margin:0;padding:20px}.preview-console pre span{color:#525d72}.preview-console pre b{color:var(--brand-secondary)}.pricing-section{grid-template-columns:.9fr 1.1fr;align-items:center;gap:100px;display:grid}.card-spotlight.pricing-card{border-color:var(--brand-border);background:var(--brand-surface);padding:32px}.plan-label{border:1px solid var(--brand-border);width:-moz-fit-content;width:fit-content;color:var(--brand-secondary);border-radius:100px;padding:6px 9px;font-size:10px}.pricing-card h3{margin:18px 0 4px;font-size:22px}.pricing-card p,.price small{color:var(--brand-muted);font-size:11px}.price{border-block:1px solid var(--brand-border);margin:28px 0;padding:18px 0;display:grid}.price b{font-size:24px}.pricing-card ul{color:var(--brand-muted);grid-template-columns:1fr 1fr;gap:10px;margin:0 0 28px;padding:0;font-size:12px;list-style:none;display:grid}.pricing-card li:before{content:"✓";color:var(--brand-secondary);margin-right:8px}.pricing-card li b{color:var(--brand-text)}.faq-section{max-width:820px}.faq-section details{border-top:1px solid var(--brand-border)}.faq-section details:last-child{border-bottom:1px solid var(--brand-border)}.faq-section summary{cursor:pointer;padding:22px 0;font-weight:650}.faq-section details p{color:var(--brand-muted);margin:-10px 0 22px;font-size:13px}.final-cta{text-align:center;border:1px solid var(--brand-border);background:radial-gradient(circle at 50% 120%,color-mix(in srgb,var(--brand-primary) 28%,transparent),transparent 50%),var(--brand-surface);border-radius:26px;width:min(1160px,100% - 36px);margin:40px auto 100px;padding:84px 24px;overflow:hidden}.final-cta p{margin-bottom:28px}.site-footer{width:min(1160px,100% - 36px);color:var(--brand-muted);border-top:1px solid var(--brand-border);grid-template-columns:1fr 1fr 1fr;align-items:center;margin:auto;padding:30px 0 50px;font-size:11px;display:grid}.site-footer>p{text-align:center}.site-footer nav{justify-content:flex-end;gap:18px;display:flex}@media (max-width:960px){.site-header nav{display:none}.site-header>.button{margin-left:auto}.hero-grid{grid-template-columns:1fr;gap:42px}.hero-copy{max-width:750px}.runtime-card{max-width:650px;transform:none}.features-grid{grid-template-columns:repeat(2,1fr)}.card-spotlight.feature-card:nth-child(2n){border-right:0}.card-spotlight.feature-card:nth-child(4){border-bottom:1px solid var(--brand-border)}.section-heading.split,.pricing-section{grid-template-columns:1fr;gap:30px}}@media (max-width:640px){.site-header{top:14px}.site-header .brand strong{display:none}.hero{min-height:auto}.hero-grid{padding:120px 0 64px}.animated-headline{font-size:53px}.hero-actions,.hero-facts{flex-wrap:wrap}.runtime-card{border-radius:17px}.runtime-stats{grid-template-columns:1fr}.section{padding:78px 0}.features-grid{grid-template-columns:1fr}.card-spotlight.feature-card{min-height:180px;border-right:0!important;border-bottom:1px solid var(--brand-border)!important}.card-spotlight.feature-card:last-child{border-bottom:0!important}.feature-card h3{margin-top:38px}.panel-preview{border-radius:18px;grid-template-columns:1fr}.panel-preview>aside{display:none}.panel-preview>section>header{padding:0 16px}.preview-content{grid-template-columns:1fr;padding:20px 14px}.preview-title{grid-column:auto}.preview-console pre{min-height:220px;overflow:auto}.pricing-section{padding-inline:18px}.pricing-card ul{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr;gap:16px}.site-footer>p{text-align:left}.site-footer nav{justify-content:flex-start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.button:hover{transform:none}}
