:root {
  color-scheme: dark;
  --bg: #060a11;
  --panel: #101722;
  --text: #f6f3eb;
  --muted: #aeb9ce;
  --gold: #e3c47c;
  --cyan: #48c7d8;
  --line: rgba(255, 255, 255, 0.12);
  font-family: Bahnschrift, "Segoe UI", ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
body { margin: 0; color: var(--text); background: radial-gradient(circle at 80% 0, rgba(72, 199, 216, 0.1), transparent 32%), var(--bg); }
a { color: inherit; text-decoration: none; }
.release-topbar { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px clamp(16px, 4vw, 56px); background: rgba(6, 10, 17, 0.92); border-bottom: 1px solid var(--line); }
.release-topbar img { width: 44px; height: 44px; object-fit: contain; }
.release-topbar a { display: inline-flex; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.release-topbar a:hover { color: var(--gold); }
.release-shell { width: min(960px, calc(100% - 32px)); margin: 0 auto; padding: 64px 0 88px; }
.release-kicker { margin: 0 0 12px; color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: 0.09em; text-transform: uppercase; }
h1 { max-width: 900px; margin: 0; font-size: clamp(42px, 7vw, 82px); line-height: 0.94; letter-spacing: -0.045em; }
.release-deck { max-width: 800px; margin: 24px 0 0; color: var(--muted); font-size: clamp(18px, 2.2vw, 24px); line-height: 1.5; }
.release-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0 52px; }
.release-actions a { min-height: 46px; display: inline-flex; align-items: center; padding: 0 15px; color: var(--gold); background: rgba(227, 196, 124, 0.08); border: 1px solid rgba(227, 196, 124, 0.36); border-radius: 7px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.release-actions a.primary { color: #071019; background: linear-gradient(100deg, var(--gold), var(--cyan)); border-color: transparent; }
.release-hero-media { margin: 0 0 28px; overflow: hidden; background: #05080d; border: 1px solid var(--line); border-radius: 8px; }
.release-hero-media img { display: block; width: 100%; height: auto; }
.release-update { margin: 0 0 28px; padding: 16px 18px; color: #e9f7fa; background: rgba(72, 199, 216, 0.08); border: 1px solid rgba(72, 199, 216, 0.28); border-radius: 7px; }
.release-update strong { color: var(--cyan); }
.release-update a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.release-body { padding: clamp(24px, 5vw, 54px); background: linear-gradient(160deg, rgba(19, 28, 42, 0.98), rgba(9, 14, 23, 0.98)); border: 1px solid var(--line); border-radius: 12px; }
.release-body p { color: #dbe2ef; font-size: 17px; line-height: 1.72; }
.release-body h2 { margin: 42px 0 12px; color: var(--text); font-size: 28px; }
.release-body ul { padding-left: 20px; color: #dbe2ef; line-height: 1.7; }
.release-body li + li { margin-top: 7px; }
.dateline { color: var(--cyan) !important; font-size: 13px !important; font-weight: 900; letter-spacing: 0.06em; text-transform: uppercase; }
.factbox { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 30px 0; }
.factbox div { padding: 14px; background: rgba(72, 199, 216, 0.06); border: 1px solid rgba(72, 199, 216, 0.2); border-radius: 7px; }
.factbox span,
.factbox strong { display: block; }
.factbox span { margin-bottom: 4px; color: var(--cyan); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.source-links { display: grid; gap: 9px; margin-top: 20px; }
.source-links a { display: block; padding: 13px 14px; color: var(--gold); background: rgba(227, 196, 124, 0.06); border: 1px solid rgba(227, 196, 124, 0.22); border-radius: 7px; overflow-wrap: anywhere; }
.release-footer { padding: 28px 16px; color: var(--muted); text-align: center; border-top: 1px solid var(--line); }
@media (max-width: 640px) {
  .release-shell { padding-top: 42px; }
  .release-actions { display: grid; }
  .release-actions a { justify-content: center; }
  .factbox { grid-template-columns: 1fr; }
}
