TITLE: HELIOS-9 // MISSION CONTROL PROMPT: Build 'HELIOS-9 // MISSION CONTROL', a fictional solar-station dashboard that feels flown, not drawn. Near-black slate panels with hairline borders and phosphor-amber (#FFB347) accents. Heterogeneous modules: a streaming canvas telemetry line chart, radial fuel gauges, an attitude horizon indicator, a self-typing event log, crew status chips, a comm-signal waterfall; numbers roll odometer-style at staggered intervals. Interactions: a side rail toggles modules on and off, a DRILL button runs a coordinated alert (pulsing borders, priority log lines) then all-clear, and a master clock-speed control (0.5x to 3x) retimes the whole station. DESCRIPTION: A phosphor-amber flight console on near-black slate with scanline overlay and corner-ticked panels: a streaming three-series canvas telemetry chart with glow strokes and grid, four radial SVG propellant gauges with color-shifting arcs, a CSS artificial-horizon instrument with a live ladder and pitch/roll/yaw readouts, a self-typing event log that slides lines in with severity coloring, five crew chips with pulsing status lamps and wandering vitals, and a chunky-pixel comm-signal waterfall with a drifting carrier and harmonics. Key numbers (output kW, bus load, flux) roll odometer-style in amber cell digits; MET clock, SOL counter and UTC footer tick continuously. TECHNIQUES: multi-canvas 2D rendering (glow-stroke line chart with rolling buffers, drawImage self-scroll waterfall with procedural noise+carrier), SVG stroke-dasharray radial gauges, CSS artificial horizon (clipped gradient ball with ladder, translate/rotate driven by JS), odometer digit cells with roll transitions, self-typing log with severity classes and line-limit queue, pulsing alert state via animation on panel borders, master clock multiplier that re-schedules every interval and even retimes drill choreography, visibilitychange pausing of all streams, scanline overlay via repeating-linear-gradient, prefers-reduced-motion honored INTERACTION: The side rail toggles each module on/off (logged to the event log); the DRILL button runs a coordinated alert — every panel pulses red in staggered sequence, priority/critical log lines stream in, the header status lamp flips to red "FLARE DRILL IN PROGRESS", then everything returns to all-clear; the master clock slider (0.5×–3×) retimes the entire station — telemetry rate, log cadence, waterfall scroll, attitude updates, MET accumulation and drill choreography all scale together; panels lift their borders on hover.