:root { font-family: 'Manrope', sans-serif; color: #edf3f1; background: #061417; font-synthesis: none; }
* { box-sizing: border-box; }
html, body { margin: 0; width: 100%; height: 100%; overflow: hidden; background: #061417; }
button, a { font: inherit; }
.app-shell { position: relative; width: 100vw; height: 100vh; min-height: 620px; overflow: hidden; background: #061417; }
#terrain { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
#windfield { position: absolute; inset: 0; width: 100%; height: 100%; display: block; pointer-events: none; mix-blend-mode: screen; opacity: .86; }
.flux-key { position: absolute; top: 102px; right: 4.5vw; color: rgba(224,238,231,.48); font: 8px 'DM Mono', monospace; letter-spacing: .1em; text-transform: uppercase; transition: color .25s; }
.flux-key span { color: #b5e2d2; border: 1px solid rgba(181,226,210,.45); padding: 5px 6px; margin-right: 6px; }
body.flux-mode .flux-key { color: #f0b46a; }
body.flux-mode .flux-key span { color: #f0b46a; border-color: #f0b46a; }
.render-console { position: absolute; left: 50%; bottom: 29px; transform: translateX(-50%); width: 350px; padding: 13px 15px 12px; border-radius: 3px; }
.stage-buttons { display: grid; grid-template-columns: repeat(4,1fr); gap: 5px; margin-top: 12px; }
.stage-buttons button { border: 1px solid rgba(224,238,231,.14); background: transparent; color: rgba(224,238,231,.45); padding: 6px 4px; cursor: pointer; font: 7px 'DM Mono', monospace; letter-spacing: .08em; }
.stage-buttons button.active { border-color: rgba(240,180,106,.62); color: #f0b46a; background: rgba(240,180,106,.07); }
.control-sliders { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 11px; }
.control-sliders label { display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 7px; color: rgba(224,238,231,.42); font: 7px 'DM Mono', monospace; letter-spacing: .08em; }
.control-sliders input { width: 100%; accent-color: #8bd9cb; }
.vignette { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 56% 47%, transparent 26%, rgba(3, 10, 12, .2) 64%, rgba(2, 7, 8, .84) 132%); }
.glass { background: rgba(7, 22, 25, .46); border: 1px solid rgba(211, 236, 230, .14); box-shadow: 0 16px 50px rgba(0,0,0,.15); backdrop-filter: blur(13px); }
.topbar { position: absolute; top: 25px; left: 4.4vw; right: 4.4vw; height: 51px; display: flex; align-items: center; padding: 0 14px 0 20px; border-radius: 4px; }
.wordmark { color: #edf3f1; text-decoration: none; font-size: 12px; font-weight: 700; letter-spacing: -.02em; }
.wordmark span { color: #86d8ca; }
.nav-meta { margin-left: auto; display: flex; align-items: center; gap: 10px; color: rgba(229,239,235,.68); font: 10px 'DM Mono', monospace; letter-spacing: .14em; }
.nav-meta i { width: 1px; height: 15px; background: rgba(224,239,234,.2); margin: 0 5px; }
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: #f2b35e; box-shadow: 0 0 10px #f2b35e; }
.icon-button { margin-left: 24px; border: 0; color: #d9e7e3; background: transparent; font-size: 21px; line-height: 1; cursor: pointer; opacity: .8; }
.system-state { position: absolute; top: 102px; right: 4.5vw; width: 238px; padding: 14px 15px 13px; border-radius: 3px; }
.state-row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-top: 13px; color: rgba(211,231,225,.44); font: 7px 'DM Mono', monospace; letter-spacing: .1em; }
.state-row strong { color: rgba(232,240,235,.78); font: 8px 'DM Mono', monospace; text-align: right; letter-spacing: .04em; }
.state-led { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: #8bd9cb; box-shadow: 0 0 8px #8bd9cb; }
.state-hypothesis { border-top: 1px solid rgba(224,238,231,.12); margin-top: 14px; padding-top: 11px; }
.state-hypothesis > span { color: #f0b46a; font: 7px 'DM Mono', monospace; letter-spacing: .1em; }
.state-hypothesis p { margin: 6px 0 0; color: rgba(224,238,231,.52); font: 9px/1.55 'DM Mono', monospace; }
.hero-copy { position: absolute; left: 10.7vw; top: 27.5vh; }
.eyebrow { color: #c7d5d1; font: 10px 'DM Mono', monospace; letter-spacing: .14em; text-transform: uppercase; margin: 0 0 25px; }
.eyebrow span { color: #e6af68; margin-right: 14px; }
h1 { margin: 0; color: #f1f4ee; font-size: clamp(60px, 8.7vw, 142px); line-height: .83; letter-spacing: -.085em; font-weight: 700; text-shadow: 0 8px 30px rgba(0,0,0,.25); }
h1 em { font-style: italic; font-weight: 400; color: #9be0d3; }
.dek { margin: 28px 0 27px; color: rgba(230,238,233,.7); font-size: 13px; line-height: 1.65; letter-spacing: -.01em; }
.launch-button { display: flex; align-items: center; gap: 13px; border: 1px solid rgba(215,238,231,.3); border-radius: 2px; padding: 14px 15px; color: #102426; background: #cbe8de; cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .04em; transition: transform .2s, background .2s; }
.launch-button:hover { transform: translateY(-2px); background: #f0f4dd; }
.launch-button small { margin-left: 24px; color: rgba(16,36,38,.52); font: 9px 'DM Mono', monospace; letter-spacing: .12em; }
.play-mark { font-size: 10px; }
.telemetry { position: absolute; right: 10vw; bottom: 17.5vh; width: 268px; padding: 18px 18px 15px; border-radius: 3px; }
.minimap { position: absolute; left: 4.5vw; bottom: 14.5vh; width: 230px; padding: 14px 15px 11px; border-radius: 3px; }
.minimap canvas { display: block; width: 196px; height: 132px; margin: 13px auto 9px; opacity: .94; }
.map-tabs { display: flex; gap: 6px; margin-top: 12px; }
.map-tabs button { border: 1px solid rgba(224,238,231,.14); background: transparent; color: rgba(224,238,231,.38); padding: 4px 6px; cursor: pointer; font: 7px 'DM Mono', monospace; letter-spacing: .08em; }
.map-tabs button.active { color: #f0b46a; border-color: rgba(240,180,106,.5); }
.map-legend { display: flex; justify-content: space-between; color: rgba(224,238,231,.42); font: 7px 'DM Mono', monospace; letter-spacing: .06em; }
.map-legend i { display: inline-block; width: 12px; height: 2px; margin-right: 4px; vertical-align: middle; }
.legend-height { background: #c8b58a; } .legend-sea { background: #52b9ba; } .legend-air { background: #efad61; }
.panel-heading, .panel-footer { display: flex; justify-content: space-between; font: 9px 'DM Mono', monospace; letter-spacing: .13em; color: rgba(221,237,231,.55); }
.panel-heading span:last-child { color: #f0b46a; }
.telemetry-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 21px 12px; margin: 25px 0 20px; }
.telemetry-grid div { display: grid; grid-template-columns: auto 1fr; align-items: baseline; column-gap: 5px; }
.telemetry-grid span { grid-column: 1 / -1; color: rgba(211,231,225,.44); font: 8px 'DM Mono', monospace; letter-spacing: .11em; margin-bottom: 5px; }
.telemetry-grid strong { font: 15px 'DM Mono', monospace; color: #e8f0eb; letter-spacing: -.03em; white-space: nowrap; }
.telemetry-grid small { color: rgba(220,235,228,.44); font: 9px 'DM Mono', monospace; }
.telemetry-grid .cyan { color: #8bd9cb; font-size: 12px; }
.flight-readout { border-top: 1px solid rgba(224,238,231,.12); padding-top: 13px; margin-bottom: 17px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 8px; }
.flight-readout > span { color: rgba(211,231,225,.44); font: 8px 'DM Mono', monospace; letter-spacing: .11em; }
.flight-readout strong { color: #f0b46a; font: 12px 'DM Mono', monospace; }
.lift-meter { grid-column: 1 / -1; height: 2px; background: rgba(224,238,231,.11); }
.lift-meter i { display: block; width: 38%; height: 100%; background: #f0b46a; transition: width .16s; }
.progress { height: 2px; margin-bottom: 14px; background: rgba(224,238,231,.12); }
.progress span { display: block; width: 32%; height: 100%; background: #f0b46a; transition: width .2s; }
.panel-footer { font-size: 7px; color: rgba(224,238,231,.38); }
.bottom-left, .bottom-right { position: absolute; bottom: 32px; color: rgba(224,238,231,.48); font: 8px 'DM Mono', monospace; letter-spacing: .13em; }
.bottom-left { left: 4.5vw; display: flex; align-items: center; gap: 11px; }
.crosshair { color: #f0b46a; font-size: 17px; font-family: sans-serif; }
.bottom-right { right: 4.5vw; display: flex; align-items: center; gap: 12px; }
.steer-hint { position: absolute; left: 42%; bottom: 19%; display: flex; gap: 10px; align-items: center; padding: 10px 13px 10px 10px; background: rgba(11,31,31,.66); border: 1px solid rgba(240,180,106,.36); box-shadow: 0 8px 30px rgba(0,0,0,.18); border-radius: 3px; transition: opacity .3s; }
.steer-hint.hidden { opacity: 0; }
.hint-arrow { color: #f0b46a; font-size: 25px; line-height: 1; }
.steer-hint strong, .steer-hint small { display: block; }
.steer-hint strong { color: #f3f1df; font-size: 11px; }
.steer-hint small { color: rgba(234,225,201,.58); font: 7px 'DM Mono', monospace; letter-spacing: .1em; margin-top: 4px; }
.bottom-right > span:first-child { color: #f0b46a; }
.line { width: 42px; height: 1px; background: rgba(224,238,231,.35); }
@media (max-width: 700px) { .nav-meta { display: none; } .hero-copy { left: 8vw; top: 24vh; } .system-state { display: none; } .telemetry { left: 8vw; right: auto; bottom: 10vh; width: 245px; } .render-console { left: 8vw; right: 8vw; transform: none; width: auto; bottom: 24px; } .minimap { display: none; } .bottom-right { display: none; } h1 { font-size: 21vw; } }
