:root { --bg: #0b0f14; --panel: #11171f; --ink: #f0f2ed; --muted: #9da6a4; --line: #283039; --lime: #d8ff63; --blue: #7ca8ff; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; line-height: 1.5; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
.noise { position: fixed; inset: 0; pointer-events: none; opacity: .035; z-index: 10; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.shell { width: min(1160px, calc(100% - 64px)); margin: 0 auto; }
.site-header { height: 92px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 800; letter-spacing: .12em; }
.brand-mark { display: grid; place-items: center; width: 28px; height: 28px; color: var(--bg); background: var(--lime); font-size: 15px; font-weight: 800; letter-spacing: 0; clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); }
nav { display: flex; align-items: center; gap: 32px; color: var(--muted); font: 12px 'DM Mono', monospace; } nav a:hover, .text-link:hover, .site-footer a:hover { color: var(--lime); }
.hero { min-height: 650px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 40px; }
.eyebrow, .feature-number { margin: 0 0 26px; color: var(--lime); font: 11px 'DM Mono', monospace; letter-spacing: .16em; text-transform: uppercase; }.pulse { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px #d8ff6320; }
h1, h2, h3, p { margin-top: 0; } h1, h2 { margin-bottom: 26px; font-size: clamp(50px, 6.3vw, 88px); line-height: .98; letter-spacing: -.065em; } h1 em, h2 em { color: var(--lime); font-style: normal; } .lede { max-width: 500px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }.button { display: inline-flex; align-items: center; gap: 16px; padding: 15px 20px; font-size: 13px; font-weight: 700; transition: transform .2s, background .2s; }.button:hover { transform: translateY(-2px); }.button-primary { color: var(--bg); background: var(--lime); }.button-primary:hover { background: #e3ff8a; }.text-link { color: var(--muted); font: 12px 'DM Mono', monospace; }
.hero-visual { position: relative; min-height: 510px; }.orb { position: absolute; border-radius: 50%; filter: blur(2px); }.orb-one { width: 300px; height: 300px; top: 95px; left: 130px; background: #7ca8ff15; }.orb-two { width: 130px; height: 130px; top: 250px; left: 250px; background: #d8ff6320; filter: blur(30px); }.orbit { position: absolute; border: 1px solid var(--line); border-radius: 50%; transform: rotate(-27deg); }.orbit-large { width: 470px; height: 240px; top: 145px; left: 40px; }.orbit-small { width: 320px; height: 170px; top: 180px; left: 115px; border-color: #7ca8ff45; }.source-node { position: absolute; top: 195px; left: 204px; display: grid; place-items: center; width: 155px; height: 120px; border: 1px solid var(--lime); background: #151d1e; box-shadow: 0 0 50px #d8ff6318; transform: rotate(-3deg); }.source-node strong { font: 15px 'DM Mono', monospace; }.source-node small { color: var(--muted); font: 9px 'DM Mono', monospace; }.source-icon { color: var(--lime); font-size: 22px; }.runtime { position: absolute; display: flex; align-items: center; gap: 9px; padding: 10px 13px; color: var(--ink); background: var(--panel); border: 1px solid var(--line); font: 11px 'DM Mono', monospace; box-shadow: 0 10px 25px #0004; }.runtime span { color: var(--blue); font-size: 17px; }.runtime-top { top: 65px; left: 265px; }.runtime-right { top: 310px; right: 0; }.runtime-bottom { bottom: 40px; left: 140px; }.connection { position: absolute; border-top: 1px dashed #7ca8ff80; width: 110px; transform-origin: left; }.connection-a { top: 170px; left: 320px; transform: rotate(-66deg); }.connection-b { top: 300px; left: 355px; transform: rotate(17deg); width: 135px; }.connection-c { top: 315px; left: 230px; transform: rotate(112deg); width: 130px; }
.signal-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); }.signal-grid div { display: flex; align-items: center; gap: 25px; padding: 20px 0; border-right: 1px solid var(--line); }.signal-grid div:not(:first-child) { padding-left: 28px; }.signal-grid div:last-child { border: 0; }.signal-grid strong { color: var(--blue); font: 11px 'DM Mono', monospace; }.signal-grid span { font-size: 13px; }
.section { padding: 150px 0; }.section-intro h2 { font-size: clamp(42px, 5vw, 70px); }.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 80px; }.feature-card { min-height: 380px; padding: 28px; background: var(--panel); border: 1px solid var(--line); display: flex; flex-direction: column; }.feature-card:hover { border-color: #7ca8ff80; }.feature-featured { background: linear-gradient(145deg, #172020, var(--panel)); border-color: #3d5848; }.feature-number { color: var(--muted); margin-bottom: 55px; }.feature-icon { color: var(--lime); font-size: 30px; margin-bottom: 25px; }.feature-card h3 { font-size: 24px; line-height: 1.1; letter-spacing: -.04em; }.feature-card p { color: var(--muted); font-size: 13px; line-height: 1.7; margin-bottom: 25px; }.feature-card a { margin-top: auto; color: var(--lime); font: 11px 'DM Mono', monospace; }
.section-process { background: #0e141a; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.process-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; align-items: start; }.section-note { max-width: 390px; color: var(--muted); font-size: 15px; line-height: 1.8; }.process-list { list-style: none; padding: 0; margin: 0; }.process-list li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }.process-list li:first-child { padding-top: 0; }.process-list > li > span { color: var(--lime); font: 11px 'DM Mono', monospace; }.process-list h3 { margin-bottom: 8px; font-size: 18px; }.process-list p { margin: 0; color: var(--muted); font-size: 13px; }
.final-cta { padding: 150px 0; text-align: center; }.final-cta .eyebrow { margin-bottom: 35px; }.final-cta h2 { font-size: clamp(48px, 6vw, 82px); }.site-footer { min-height: 100px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: var(--muted); font: 11px 'DM Mono', monospace; }.site-footer p { margin: 0; }.site-footer a:last-child { color: var(--lime); }
@media (max-width: 760px) { .shell { width: min(100% - 36px, 560px); }.site-header { height: 74px; } nav a:not(:last-child) { display: none; }.hero { min-height: auto; padding: 90px 0 70px; grid-template-columns: 1fr; }.hero-visual { min-height: 410px; transform: scale(.82); transform-origin: top center; margin-bottom: -60px; }.signal-grid { grid-template-columns: 1fr; }.signal-grid div, .signal-grid div:not(:first-child) { padding: 15px 0; border-right: 0; border-bottom: 1px solid var(--line); }.section { padding: 95px 0; }.feature-grid, .process-layout { grid-template-columns: 1fr; gap: 12px; margin-top: 55px; }.feature-card { min-height: 320px; }.process-layout { gap: 55px; }.final-cta { padding: 100px 0; }.site-footer { padding: 28px 0; flex-wrap: wrap; gap: 18px; }.site-footer p { order: 3; width: 100%; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button { transition: none; } }
