TITLE: Glass Analytics — telemetry for a fictional Arctic observatory PROMPT: Build a single self-contained HTML page: a glassmorphic analytics dashboard for the fictional "Aurora Observatory". Backdrop: body #0b1220 with a fixed aurora layer of three huge blurred (filter:blur(72px)) radial-gradient orbs in rgba(125,211,252,.34), rgba(52,211,153,.24) and rgba(249,168,212,.22) drifting on 26s/34s/30s alternate ease-in-out transform loops, plus a 1px repeating-linear-gradient scanline overlay at 2.8% alpha with mix-blend-mode:overlay. Content shell max-width 1560px, padding clamp(18px,3vw,44px) clamp(16px,3.4vw,48px). Header: Georgia italic title "Aurora Observatory" (span in #7dd3fc) at clamp(24px,3.6vw,44px), an 11px/0.2em uppercase sub-line, and a right-aligned meta row of four tabular-nums figures (CO₂ 414.8 ppm, +1.19 °C, 4.42 Mkm², 0.62 albedo) with 10px tracked labels. Controls row: four pill filter chips (CO₂ #7dd3fc, Anomaly #f9a8d4, Sea ice #34d399, Precip #f8fafc) each with a glowing swatch dot, plus a time-range slider (24–180 days, step 6) styled with a 3px sky gradient track and a 15px white thumb with a sky ring and glow. Bento grid: 4 columns, gap clamp(12px,1.5vw,18px), cards at 20px radius with background rgba(248,250,252,.055), 1px rgba(248,250,252,.13) border, backdrop-filter blur(20px) saturate(1.45), inset top highlight, and a deep drop shadow; an @supports-not fallback sets solid rgba(11,18,32,.9). Cards: (1) 2-column composite index card with a canvas area chart drawing three normalised series into stacked bands with gradient fills, glowing 1.9px strokes, last-point halo dots, inline monospace series labels and a dashed hover crosshair; (2) cryosphere card with two conic-gradient radial gauges masked with radial-gradient to rings, values animated by a 0.09 easing tween; (3) live surface-flux card with a big tabular number and a 40-point canvas sparkline that pushes a new point every 1.5s; (4) emissions share card with six flex bars animated by height transition; (5) full-width wire ticker card with a duplicated marquee row sliding on a 42s linear transform loop, paused on hover. Footer status bar in ui-monospace 10.5px with a glowing mint dot, a live sync clock and sensor count. Typography: system-ui for numbers at 600 with font-variant-numeric:tabular-nums, 10–11px uppercase 500 labels at .14–.2em tracking, Georgia italic headings, ui-monospace for meta. Interaction: chips toggle series on the main chart; the range slider rescrubs every chart's window and label; hovering the main chart shows a crosshair plus a fixed glass tooltip listing each active series value for that day; clicking a card expands it to full grid width (others collapse) and re-fits its canvas; the live card pushes new sparkline points; the ticker pauses on hover. All motion uses transform/height/clip geometry, never opacity 0→1, so a frozen-clock render still shows the complete page. Reduced motion stops the aurora, ticker and reveals. Everything inline: one