:root{
  --bg-deep:#0a0e15;--bg-surface:#131822;--bg-elevated:#1a2030;
  --text-cream:#f5f1e8;--text-muted:#94a3b8;--accent-cyan:#7dd3fc;
  --accent-stress:#fb923c;--accent-success:#34d399;--accent-warning:#fbbf24;
  --accent-critical:#f87171;--line:rgba(125,211,252,.12);--line-stress:rgba(251,146,60,.18);
  --mono:'JetBrains Mono','SF Mono',Consolas,monospace;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body.cockpit-body{margin:0;background:var(--bg-deep);color:var(--text-cream);font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;line-height:1.6}
.cockpit-body a{color:inherit}.cockpit-wrap{max-width:1180px;margin:0 auto;padding:0 22px}.cockpit-section{padding:92px 0;border-bottom:1px solid var(--line)}
.cockpit-nav{position:sticky;top:0;z-index:30;background:rgba(10,14,21,.82);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.cockpit-nav .cockpit-wrap{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.cockpit-brand{text-decoration:none;font-weight:900;letter-spacing:-.02em}.cockpit-links{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.cockpit-links a{text-decoration:none;color:var(--text-muted);font-weight:700;font-size:.92rem;padding:9px 12px;border-radius:10px}.cockpit-links a:hover{background:rgba(255,255,255,.05);color:var(--text-cream)}
.cockpit-cta{background:var(--accent-cyan)!important;color:#06111b!important;border-radius:999px!important}
.cockpit-h1{font-size:clamp(2.8rem,6vw,5.5rem);line-height:.96;letter-spacing:-.045em;margin:0 0 22px;color:var(--text-cream)}
.cockpit-h2{font-size:clamp(2rem,3.5vw,2.8rem);line-height:1.08;letter-spacing:-.035em;margin:0 0 14px;color:var(--text-cream)}
.cockpit-lead{font-size:clamp(1rem,1.6vw,1.18rem);color:var(--text-muted);max-width:790px;margin:0 0 26px}
.cockpit-kicker{display:inline-flex;color:var(--accent-cyan);border:1px solid var(--line);border-radius:999px;padding:6px 11px;font-weight:800;font-size:.82rem;margin-bottom:18px;background:rgba(125,211,252,.06)}
.cockpit-grid{display:grid;gap:18px}.cockpit-grid.two{grid-template-columns:1.05fr .95fr}.cockpit-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.cockpit-card{border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));border-radius:18px;padding:22px;box-shadow:0 24px 80px rgba(0,0,0,.22)}
.cockpit-card.stress{border-color:var(--line-stress);background:linear-gradient(180deg,rgba(251,146,60,.08),rgba(255,255,255,.02))}
.cockpit-score-big{font-family:var(--mono);font-size:clamp(3.4rem,8vw,6.4rem);line-height:.9;letter-spacing:-.06em;color:var(--accent-cyan)}
.cockpit-metric{display:flex;justify-content:space-between;gap:18px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.07)}.cockpit-metric:last-child{border-bottom:0}
.cockpit-mono{font-family:var(--mono)}.cockpit-muted{color:var(--text-muted)}.cockpit-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 20px;border-radius:12px;text-decoration:none;font-weight:900;border:1px solid var(--line);background:rgba(255,255,255,.04)}
.cockpit-btn.primary{background:var(--accent-cyan);color:#06111b;border-color:transparent}.cockpit-btn.warn{background:var(--accent-stress);color:#1b1006;border-color:transparent}
.cockpit-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.cockpit-input{width:100%;border:1px solid var(--line);border-radius:12px;background:#0b111c;color:var(--text-cream);padding:13px 14px;font:inherit}
.cockpit-slider{width:100%;accent-color:var(--accent-cyan)}.cockpit-toggle{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid var(--line);border-radius:14px;padding:14px;background:rgba(255,255,255,.025);margin:10px 0}
.cockpit-toggle input{width:22px;height:22px;accent-color:var(--accent-cyan)}.cockpit-chart{width:100%;min-height:310px;border:1px solid var(--line);border-radius:18px;background:rgba(0,0,0,.18);overflow:hidden}
.cockpit-disclaimer{font-size:.88rem;color:var(--text-muted);margin-top:18px}.cockpit-footer{padding:34px 0;color:var(--text-muted);background:#070a10}.cockpit-footer a{color:var(--text-muted)}
.cockpit-node{transition:transform .4s ease}.cockpit-node:hover{transform:scale(1.05)}.cockpit-edge{stroke:var(--edge-quiet,rgba(125,211,252,.18));stroke-width:2;animation:cockpitPulse var(--pulse-duration,8s) ease-in-out infinite}
@keyframes cockpitPulse{0%,100%{opacity:.25}50%{opacity:.72}}.cockpit-hidden{display:none!important}
@media(max-width:820px){.cockpit-section{padding:64px 0}.cockpit-grid.two,.cockpit-grid.three{grid-template-columns:1fr}.cockpit-links a:not(.cockpit-cta){display:none}.cockpit-nav .cockpit-wrap{min-height:60px}.cockpit-score-big{font-size:4rem}}

:root{--bg-protect-fog:#0d1117;--node-stable:#34d399;--node-stress:#fbbf24;--node-critical:#f87171;--edge-quiet:rgba(125,211,252,.18);--edge-stress:rgba(251,146,60,.45);--pulse-duration:9s}
