.sys-header{position:fixed;top:0;left:0;right:0;z-index:100;height:52px;display:flex;align-items:center;gap:1.5rem;padding:0 1.5rem;background:#07070eeb;border-bottom:1px solid var(--border);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.sys-header__logo{font-family:var(--font-mono);font-size:.85rem;font-weight:700;letter-spacing:.12em;color:var(--text-primary);white-space:nowrap}.sys-header__logo span{color:var(--accent-bright)}.sys-header__tickers{display:flex;align-items:center;gap:.75rem;flex:1;overflow:hidden}.ticker{display:flex;align-items:center;gap:.4rem;white-space:nowrap}.ticker__label{font-family:var(--font-mono);font-size:.6rem;color:var(--text-secondary);letter-spacing:.1em}.ticker__value{font-family:var(--font-mono);font-size:.65rem;font-weight:700;color:var(--text-primary);letter-spacing:.05em}.ticker__value.green{color:var(--green)}.ticker__value.dim{color:var(--text-secondary)}.ticker__divider{width:1px;height:14px;background:var(--border);flex-shrink:0}.sys-header__nav{display:flex;align-items:center;gap:1.25rem;flex-shrink:0}.sys-header__nav a{font-family:var(--font-mono);font-size:.65rem;font-weight:500;letter-spacing:.12em;color:var(--text-secondary);transition:color .2s}.sys-header__nav a:hover,.sys-header__nav a.active{color:var(--accent-bright)}.sys-header__burger{display:none;flex-direction:column;justify-content:space-between;width:22px;height:15px;background:none;border:none;cursor:pointer;padding:0;flex-shrink:0}.sys-header__burger span{display:block;height:2px;background:var(--text-secondary);border-radius:2px;transition:all .25s ease;transform-origin:center}.sys-header__burger.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.sys-header__burger.open span:nth-child(2){opacity:0}.sys-header__burger.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.sys-mobile-menu{position:fixed;top:52px;left:0;right:0;z-index:99;display:flex;flex-direction:column;background:#0a0a14fa;border-bottom:1px solid var(--border-accent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.sys-mobile-menu a{font-family:var(--font-mono);font-size:.8rem;letter-spacing:.12em;color:var(--text-secondary);padding:1rem 1.5rem;border-bottom:1px solid var(--border);transition:color .2s,background .2s}.sys-mobile-menu a:hover{color:var(--accent-bright);background:var(--accent-dim)}.sys-capsule{display:none;position:fixed;top:64px;left:50%;transform:translate(-50%);z-index:98;align-items:center;gap:.5rem;padding:.35rem 1rem;background:#07070ee6;border:1px solid var(--border-accent);border-radius:999px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);white-space:nowrap}.capsule__focus{font-family:var(--font-mono);font-size:.6rem;font-weight:700;color:var(--accent-bright);letter-spacing:.08em}.capsule__divider{width:1px;height:10px;background:var(--border)}.capsule__load,.capsule__loc{font-family:var(--font-mono);font-size:.55rem;color:var(--text-secondary);letter-spacing:.06em}@media(max-width:900px){.sys-header__tickers{display:none}}@media(max-width:768px){.sys-header__nav{display:none}.sys-header__burger,.sys-capsule{display:flex}}.bottom-nav{display:none}@media(max-width:768px){.bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:100;height:60px;background:#07070ef2;border-top:1px solid var(--border-accent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.bottom-nav__tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--text-secondary);transition:color .2s}.bottom-nav__tab span{font-family:var(--font-mono);font-size:.45rem;letter-spacing:.1em}.bottom-nav__tab:hover,.bottom-nav__tab.active,.bottom-nav__tab.active span{color:var(--accent-bright)}}.home{padding-top:52px}.hero{min-height:calc(100vh - 52px);display:flex;align-items:center;justify-content:center;padding:4rem 2rem 6rem;position:relative;background:linear-gradient(160deg,#000a1ed9,#07070eed 65%),url(/network-bg.png) center / cover no-repeat;border-bottom:1px solid var(--border)}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(var(--border) 1px,transparent 1px),linear-gradient(90deg,var(--border) 1px,transparent 1px);background-size:60px 60px;pointer-events:none;opacity:.2}.hero__inner{position:relative;max-width:760px;width:100%}.hero__logo{height:64px;width:auto;display:block;margin-bottom:1.5rem;opacity:.92;filter:drop-shadow(0 0 12px rgba(0,85,255,.4))}.hero__eyebrow{font-size:.7rem;color:var(--text-secondary);letter-spacing:.1em;margin-bottom:1.5rem}.hero__headline{font-size:clamp(2.8rem,6vw,5rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:var(--text-primary);margin-bottom:1.5rem}.hero__accent{color:var(--accent-bright)}.hero__sub{font-size:1.1rem;color:var(--text-secondary);line-height:1.7;margin-bottom:2.5rem}.hero__emph{color:var(--text-primary);font-style:italic}.hero__cta{display:inline-flex;align-items:center;gap:.6rem;padding:.7rem 1.5rem;background:var(--accent-dim);border:1px solid var(--accent-border);border-radius:4px;font-family:var(--font-mono);font-size:.75rem;font-weight:700;letter-spacing:.12em;color:var(--accent-bright);transition:background .2s,border-color .2s;cursor:pointer}.hero__cta:hover{background:#05f3;border-color:var(--accent-bright)}.hero__social{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem .75rem;margin-top:2rem}.social__label{font-size:.65rem;color:var(--text-secondary);letter-spacing:.08em}.social__link{font-size:.7rem;font-weight:700;color:var(--accent-bright);letter-spacing:.06em;border-bottom:1px solid transparent;transition:border-color .2s}.social__link:hover{border-bottom-color:var(--accent-bright)}.social__sep{width:1px;height:12px;background:var(--border);flex-shrink:0}.workbench{max-width:1280px;margin:0 auto;padding:3rem 1.5rem 6rem}.workbench__header{display:flex;align-items:center;gap:.6rem;margin-bottom:2rem}.workbench__label{font-size:.65rem;letter-spacing:.15em;color:var(--text-secondary)}.lanes{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:start}.lane{display:flex;flex-direction:column;gap:1rem}.lane-header{padding:0 0 .75rem;border-bottom:1px solid var(--border-accent)}.lane-tag{font-size:.55rem;letter-spacing:.18em;color:var(--text-dim);display:block;margin-bottom:.4rem}.lane-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:.3rem}.lane-subtitle{font-size:.65rem;color:var(--text-secondary);letter-spacing:.06em}.lane-card{background:var(--bg-card);border:1px solid var(--border);border-radius:6px;padding:1.25rem;transition:border-color .25s}.lane-card:hover{border-color:var(--accent-border)}.lane--enterprise:hover~.lane--lab .lane-card{border-color:#05f3}.lane1__focus{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.log-feed__header{display:grid;grid-template-columns:50px 1fr;gap:.75rem;font-size:.55rem;letter-spacing:.12em;color:var(--text-dim);padding-bottom:.5rem;border-bottom:1px solid var(--border);margin-bottom:.5rem}.log-row{display:grid;grid-template-columns:50px 1fr;gap:.75rem;padding:.4rem 0;border-bottom:1px solid var(--border)}.log-row:last-child{border-bottom:none}.log-time{font-size:.6rem;color:var(--text-dim)}.log-entry{font-size:.72rem;color:var(--text-secondary);line-height:1.4}.tag-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.tech-tag{font-size:.6rem;letter-spacing:.08em;color:var(--accent-bright);background:var(--accent-dim);border:1px solid var(--accent-border);border-radius:3px;padding:.2rem .5rem}.stat-rows{display:flex;flex-direction:column;gap:.9rem}.stat-row{display:grid;grid-template-columns:110px 1fr 36px;align-items:center;gap:.75rem}.stat-name{font-size:.58rem;color:var(--text-secondary);letter-spacing:.08em}.stat-val{font-size:.65rem;text-align:right;color:var(--text-primary)}.prog-track{height:4px;background:var(--bg-tertiary);border-radius:2px;overflow:hidden}.prog-fill{height:100%;border-radius:2px;animation:fillBar .8s ease-out both}.kv-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.kv-pair{display:flex;flex-direction:column;gap:.3rem}.kv__key{font-size:.55rem;letter-spacing:.12em;color:var(--text-dim)}.kv__val{font-size:.75rem;font-weight:600;color:var(--text-primary)}.kv__val.green{color:var(--green)}.kv__val.accent{color:var(--accent-bright)}.quest-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.quest-meta{display:flex;flex-direction:column;gap:.2rem}.quest-name{font-size:.9rem;font-weight:600;color:var(--text-primary)}.quest-phase{font-size:.6rem;color:var(--text-secondary);letter-spacing:.06em}.quest-pct{font-size:1rem;font-weight:700}.mono{font-family:var(--font-mono)}.accent{color:var(--accent-bright)}.green{color:var(--green)}@media(max-width:900px){.lanes{grid-template-columns:1fr 1fr}.lane--quests{grid-column:1 / -1}}@media(max-width:768px){.home{padding-top:52px;padding-bottom:60px}.hero{padding:5rem 1.25rem 4rem;min-height:auto}.hero__inner{padding-top:2.5rem}.lanes{grid-template-columns:1fr}.lane--quests{grid-column:1}.stat-row{grid-template-columns:100px 1fr 32px}}@media(max-width:480px){.hero__headline{font-size:2.4rem}.hero__sub{font-size:.95rem}}.lab-page{min-height:calc(100vh - 52px);padding-top:52px;display:flex;align-items:center;justify-content:center;padding-bottom:60px}.lab-page__inner{text-align:center}.stub__tag{font-size:.65rem;color:var(--text-dim);letter-spacing:.15em;margin-bottom:1rem}.lab-page h1{font-size:3rem;font-weight:700;color:var(--accent-bright);margin-bottom:.75rem}.stub__sub{font-size:1rem;color:var(--text-secondary);margin-bottom:2rem}.stub__note{font-size:.7rem;color:var(--text-dim);letter-spacing:.1em}.about{padding-top:52px;min-height:100vh;background:var(--bg-primary)}.about-hero{display:flex;align-items:center;justify-content:center;padding:5rem 2rem 4rem;position:relative;border-bottom:1px solid var(--border);background:linear-gradient(160deg,#000a1ed9,#07070eed 65%),url(/network-bg.png) center / cover no-repeat}.about-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(var(--border) 1px,transparent 1px),linear-gradient(90deg,var(--border) 1px,transparent 1px);background-size:60px 60px;pointer-events:none;opacity:.2}.about-hero__inner{position:relative;max-width:760px;width:100%}.about-hero__tag{font-size:.65rem;color:var(--text-secondary);letter-spacing:.15em;margin-bottom:1rem}.about-hero__title{font-size:clamp(2.8rem,6vw,4.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;color:var(--text-primary);margin-bottom:1rem}.about-hero__accent{color:var(--accent-bright)}.about-hero__sub{font-size:1.1rem;color:var(--text-secondary);line-height:1.6}.about-hero__sub em{color:var(--text-primary);font-style:italic}.about-chapters{max-width:960px;margin:0 auto;padding:3rem 2rem 6rem;display:flex;flex-direction:column;gap:4rem}.about-chapter{display:grid;grid-template-columns:120px 1fr;gap:2rem;align-items:start}.about-chapter__sidebar{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding-top:.35rem}.about-chapter__tag{font-size:.55rem;letter-spacing:.18em;color:var(--accent-bright);white-space:nowrap}.about-chapter__line{width:1px;flex:1;min-height:40px;background:linear-gradient(to bottom,var(--accent-border),transparent)}.about-chapter__body{display:flex;flex-direction:column;gap:1.25rem}.about-chapter__title{font-size:1.9rem;font-weight:700;color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.25rem}.about-chapter__body p{font-size:1rem;line-height:1.85;color:var(--text-secondary);animation:fadeInUp .6s ease-out both}.about-chapter:nth-child(1) .about-chapter__body p{animation-delay:.05s}.about-chapter:nth-child(2) .about-chapter__body p{animation-delay:.05s}.about-chapter:nth-child(3) .about-chapter__body p{animation-delay:.05s}.about-chapter:nth-child(4) .about-chapter__body p{animation-delay:.05s}.about-quote{display:flex;gap:1.25rem;margin:.5rem 0;padding:1.25rem 1.5rem;background:var(--accent-dim);border-radius:4px;border:1px solid var(--accent-border)}.about-quote__bar{width:3px;border-radius:2px;background:var(--accent-bright);flex-shrink:0;align-self:stretch}.about-quote p{font-size:1rem!important;font-style:italic;color:var(--text-primary)!important;line-height:1.7!important;animation:none!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.about{padding-bottom:60px}.about-hero{padding:4rem 1.25rem 3rem}.about-chapter{grid-template-columns:1fr;gap:.75rem}.about-chapter__sidebar{flex-direction:row;align-items:center;padding-top:0}.about-chapter__line{min-height:0;width:40px;height:1px;background:linear-gradient(to right,var(--accent-border),transparent);flex:0}.about-chapters{gap:3rem;padding:2rem 1.25rem 4rem}}@media(max-width:480px){.about-hero__title{font-size:2.5rem}.about-chapter__title{font-size:1.5rem}.about-chapter__body p{font-size:.95rem}}:root{--bg-primary: #07070e;--bg-secondary: #0d0d1a;--bg-tertiary: #121225;--bg-card: #0f0f1e;--accent: #0055ff;--accent-bright: #2277ff;--accent-dim: rgba(0, 85, 255, .12);--accent-border: rgba(0, 85, 255, .25);--green: #00ff88;--green-dim: rgba(0, 255, 136, .15);--amber: #ffaa00;--red: #ff4455;--text-primary: #e8eaf6;--text-secondary: #6b7280;--text-mono: #8892b0;--text-dim: #3d4460;--border: rgba(255, 255, 255, .06);--border-accent: rgba(0, 85, 255, .3);--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", "Courier New", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}a{color:inherit;text-decoration:none}code,.mono{font-family:var(--font-mono)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--accent-border);border-radius:2px}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 4px var(--green)}50%{opacity:.4;box-shadow:0 0 0 var(--green)}}.pulse-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--green);animation:pulse 2s ease-in-out infinite;flex-shrink:0}@keyframes fillBar{0%{width:0}}
