/* ============================================================
   THE BIG APPLE AWARDS — September 2026
   New York after dark: midnight sky, lit marquee, red carpet and a
   skyline led by Liberty and the Empire State. Built to read from
   across a room on a wall screen and still work on a phone.
   ============================================================ */

:root {
  /* NEW YORK AFTER DARK — Grammys night, not a gloomy dark mode. The earlier flat
     dark board was rejected for being lifeless, so this one is LIT: deep midnight
     ground, warm gold leaf, marquee bulbs and a neon-magenta pop, with cream text
     kept bright enough to read from across a room. */
  --paper:   #0A0E23;   /* midnight sky */
  --paper-2: #131A3C;   /* a shade up, for banding */
  --card:    #18204A;   /* lit interior */
  --card-2:  #1F2860;
  --ink:     #FFF6E3;   /* warm cream — never pure white against gold */
  --ink-2:   #C3C9E8;
  --ink-3:   #8C94BE;
  --gold:    #F7C948;   /* marquee gold */
  --gold-2:  #FFE28A;
  --gold-bg: #2A2450;
  --red:     #FF3B5C;   /* red carpet / neon */
  --red-bg:  #2C1436;
  --neon:    #FF5FD2;   /* nightlife magenta */
  --cyan:    #58E0E8;
  --line:    #2E3768;
  --line-2:  #232B57;
  --green:   #6EE7A6;
  --display: 'Anton', 'Arial Black', Impact, system-ui, sans-serif;
  --body: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

* { box-sizing: border-box; }
/* Any author display rule beats the UA [hidden] rule — .demo-chip did exactly
   that and showed REHEARSAL on the live board. Guard it once, globally. */
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--body); font-size: 15px; line-height: 1.5;
}
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 16px 40px; }
.disp { font-family: var(--display); font-weight: 400; letter-spacing: .5px; }

/* ── Hero (kept slim so the board itself is what fills the screen) ────────── */
.hero {
  position: relative; border-bottom: 3px solid var(--gold);
  background: linear-gradient(180deg, #070B1E 0%, #141A46 45%, #2E1B54 78%, #4A2260 100%);
  text-align: center; padding: 0; overflow: hidden;
  width: 100%; height: clamp(200px, min(32vw, 31vh), 900px);
  display: flex; align-items: center; justify-content: center;
}
/* The marquee sits above the skyline and is centred in its own right, so the name
   holds the middle of the screen whatever the viewport does. */
.marquee {
  position: relative; z-index: 2; display: inline-block; margin: 0;
  max-width: min(660px, 58%); padding: 14px 30px; text-align: center;
  background: transparent; border: 2px solid rgba(247,201,72,.85);
  box-shadow: 0 0 0 1px rgba(247,201,72,.10), 0 0 60px 30px rgba(7,11,30,.55) inset;
  backdrop-filter: blur(1.5px);
}
.marquee .chips { margin-top: 4px; }
.eyebrow { font-size: 12px; letter-spacing: 3px; color: var(--gold-2); font-weight: 600; text-shadow: 0 1px 10px rgba(7,11,30,.95); }
.hero h1 {
  font-family: var(--display); font-size: clamp(22px, 3.4vw, 46px); line-height: 1.04;
  margin: 6px 0 0; letter-spacing: 2px; color: var(--ink);
  text-shadow: 0 2px 18px rgba(7,11,30,.95), 0 0 26px rgba(247,201,72,.35);
}
.hero h1 em { font-style: normal; color: var(--gold); text-shadow: 0 2px 18px rgba(7,11,30,.95), 0 0 26px rgba(247,201,72,.7); }
.tagline { font-size: clamp(12px, 1.6vw, 15px); letter-spacing: 2.5px; color: var(--ink); margin: 6px 0 0; text-shadow: 0 1px 10px rgba(7,11,30,.95); }
.window-chip {
  display: inline-block; margin: 10px 0 2px; border: 2px solid var(--red); color: var(--red);
  padding: 5px 16px; font-size: 13px; letter-spacing: 2px; font-weight: 600;
}
.demo-chip {
  display: inline-block; margin: 10px 0 2px 8px; background: var(--gold); color: #2A1B00;
  padding: 6px 14px; font-size: 12px; letter-spacing: 2px; font-weight: 600;
}
/* preserveAspectRatio="none" squashes the skyline to this fixed, slimmer height. */
.skyline { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; display: block; }

/* ── Generic cards ────────────────────────────────────────── */
.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 16px; margin-top: 20px; }

/* Top row: rehearsal/countdown banner beside HOW YOU EARN APPLES. When there is
   no banner (the live competition sets #countdown empty) the rules card spans
   the full width instead of leaving a hole. */
.top-row { display: grid; grid-template-columns: 1.25fr 1fr; gap: 16px; margin-top: 18px; align-items: stretch; }
.top-row > #countdown { min-width: 0; margin-top: 0; }
.top-row > #countdown .countdown { margin-top: 0; height: 100%; }
.top-row > .rules-card { min-width: 0; }
.top-row:has(#countdown:empty) { display: block; }
#countdown:empty { display: none; }
@media (max-width: 760px) { .top-row { grid-template-columns: 1fr; } }

/* Spotlight Showdown, full width, with room for a whole card of matchups. */
.showdown-card { margin-top: 16px; }
.showdown-card #showdownBody { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 10px; align-items: start; }
.showdown-card .duel { margin-bottom: 0; }
/* The upcoming/live matchup tiles sit in columns; the section headers span the
   full width. */
.showdown-card #showdownBody > .sub-lbl,
.showdown-card #showdownBody > .premieres { grid-column: 1 / -1; }
/* Previous premieres: a responsive grid that ADDS columns and rows as more
   matchups are booked, so the whole card of results always fits — however many
   there are — instead of being capped or spilling into one endless column. */
.premieres { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); column-gap: 22px; }
@media (min-width: 1500px) { .premieres { grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); } }
.card { background: var(--card); border: 1px solid var(--line); padding: 18px 20px; }
.card.gold { border: 2px solid var(--gold); }
.card.red  { border: 2px solid var(--red); }
.card h2 { font-family: var(--display); font-size: 19px; letter-spacing: 1px; margin: 0 0 12px; }
.card.red h2 { color: var(--red); }
.card.gold h2 { color: var(--gold); }
.rules { margin: 0; padding: 0; list-style: none; font-size: 14px; color: var(--ink-2); }
.rules li { padding: 5px 0 5px 22px; position: relative; line-height: 1.55; }
.rules li::before { content: '✦'; position: absolute; left: 0; color: var(--gold); }
.rules b { color: var(--ink); font-weight: 600; }

/* ── Showdown ─────────────────────────────────────────────── */
.duel { background: var(--red-bg); padding: 12px 14px; font-size: 15px; margin-bottom: 10px; }
.duel .vs { color: var(--red); font-weight: 700; padding: 0 6px; }
.duel .lbl { color: var(--red); font-weight: 600; font-size: 12px; letter-spacing: 1.5px; display: block; margin-bottom: 3px; }
.duel .score { color: var(--ink-2); font-size: 13px; }
/* Live scoreline on a fixture being fought right now — a running tally that
   climbs on every 5-minute refresh. */
.live-score { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; margin-top: 8px;
  padding: 8px 10px; background: var(--card-2); border: 1px solid var(--gold); border-radius: 4px; font-size: 15px; }
.live-score .ls-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--red);
  display: inline-block; align-self: center; animation: lsblink 1.2s infinite; }
@keyframes lsblink { 50% { opacity: .25; } }
.live-score .ls-tag { color: var(--red); font-weight: 700; font-size: 11px; letter-spacing: 1.5px; align-self: center; }
.live-score .ls-num { font-weight: 700; color: var(--ink); }
.live-score .ls-num.win { color: var(--gold); }
.live-score .ls-dash { color: var(--ink-3); font-weight: 700; }
.live-score .ls-unit { color: var(--ink-3); font-size: 12.5px; }
.sub-lbl { font-size: 11px; letter-spacing: 2px; color: var(--ink-3); margin: 14px 0 6px; font-weight: 600; }
.record { font-size: 13.5px; color: var(--ink-2); padding: 4px 0; border-top: 1px solid var(--line-2); }
.record b { color: var(--ink); font-weight: 600; }
.record .plus { color: var(--gold); font-weight: 600; }
.record .when { color: var(--ink-3); }

/* ── Podium ───────────────────────────────────────────────── */
.section-cap { text-align: center; font-size: 12px; letter-spacing: 3px; color: var(--ink-3); font-weight: 600; margin: 30px 0 12px; }
.carpet { background: var(--red); padding: 20px 12px 22px; }
.podium { display: flex; justify-content: center; align-items: flex-end; gap: 12px; flex-wrap: wrap; }
.plinth { background: var(--card); width: 210px; padding: 16px 12px; text-align: center; border: 2px solid var(--card); }
.plinth.first { width: 240px; padding: 24px 12px; border: 3px solid var(--gold); }
.av {
  width: 52px; height: 52px; margin: 0 auto; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 17px; border: 3px solid var(--gold);
  background: var(--gold-bg); color: var(--gold-2);
}
.plinth.first .av { width: 64px; height: 64px; font-size: 21px; background: var(--gold-2); color: #2A1B00; }
.plinth .nm { font-family: var(--display); font-size: 18px; margin-top: 8px; letter-spacing: .5px; }
.plinth.first .nm { font-size: 22px; }
.plinth .ttl { font-size: 10.5px; letter-spacing: 1px; color: var(--gold); font-weight: 600; margin-top: 2px; }
.plinth .tm { font-size: 11px; color: var(--ink-3); margin-top: 2px; }
.plinth .apples { font-size: 15px; margin-top: 8px; line-height: 1.3; word-break: break-word; }
.plinth .apples .more { color: var(--ink-3); font-size: 12px; }
.plinth .tot { font-family: var(--display); font-size: 22px; color: var(--gold); margin-top: 4px; }
.plinth.first .tot { font-size: 27px; }
.plinth .pos { display: inline-block; margin-top: 6px; width: 28px; height: 28px; line-height: 28px; border-radius: 50%; font-weight: 700; font-size: 13px; background: var(--line); color: var(--ink-2); }
.plinth.first .pos { background: var(--gold-2); color: #2A1B00; }
.plinth.third .pos { background: #C98B5E; color: #26130A; }
.carpet-cap { text-align: center; font-size: 10px; letter-spacing: 3px; color: #FFD9DE; margin-top: 12px; }

/* ── Prizes ───────────────────────────────────────────────── */
.prizes { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin-top: 16px; }
.prize { background: var(--card); border: 1px solid var(--line); padding: 16px; text-align: center; }
.prize.p1 { border: 2px solid var(--gold); }
.prize .medal { font-size: 24px; }
.prize .cap { font-size: 11px; letter-spacing: 2px; color: var(--ink-3); margin-top: 2px; font-weight: 600; text-transform: uppercase; }
.prize .nm { font-family: var(--display); font-size: 20px; margin-top: 2px; }

/* ── Rankings ─────────────────────────────────────────────── */
.filters { display: flex; justify-content: center; gap: 8px; margin: 10px 0 14px; flex-wrap: wrap; }
.filters button {
  font: inherit; font-size: 13px; font-weight: 600; padding: 7px 18px; cursor: pointer;
  background: var(--card); border: 1px solid var(--line); color: var(--ink-2);
}
.filters button.on { background: var(--gold); border-color: var(--gold); color: #2A1B00; }
.table-box { background: var(--card); border: 1px solid var(--line); overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 14px; }
thead th {
  text-align: left; padding: 10px 14px; font-size: 10.5px; letter-spacing: 2px;
  color: var(--ink-3); font-weight: 600; text-transform: uppercase; white-space: nowrap;
  border-bottom: 1px solid var(--line);
}
thead th.n { text-align: right; }
tbody tr { border-top: 1px solid var(--line-2); }
tbody tr.top1 { background: var(--gold-bg); }
tbody tr.zero td { color: var(--ink-3); }
td { padding: 9px 14px; vertical-align: middle; }
td.rk { width: 54px; color: var(--ink-2); font-weight: 600; font-variant-numeric: tabular-nums; }
td.nm { font-weight: 600; white-space: nowrap; }
td.tm { color: var(--ink-2); font-size: 12.5px; max-width: 230px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
td.ap { line-height: 1.35; min-width: 190px; }
td.ap .more { color: var(--ink-3); font-size: 12px; }
td.n { text-align: right; font-variant-numeric: tabular-nums; font-weight: 700; color: var(--gold); white-space: nowrap; }
td.n.arr { color: var(--ink-2); font-weight: 600; }
.mini-av { display: inline-flex; width: 24px; height: 24px; border-radius: 50%; background: var(--gold-bg); color: var(--gold-2); font-size: 10px; font-weight: 700; align-items: center; justify-content: center; margin-right: 8px; vertical-align: -6px; }

/* AI red-carpet portraits. The disc keeps its exact size either way, so a board
   that is half portraits and half initials still lines up. */
.av.has-img, .mini-av.has-img { overflow: hidden; padding: 0; background: var(--gold-bg); }
.av.has-img img, .mini-av.has-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mini-av.has-img { border: 1.5px solid var(--gold); }
.chan { font-size: 10px; color: var(--ink-3); margin-left: 4px; }
.ttl-chip { font-size: 10px; letter-spacing: 1px; color: var(--gold); font-weight: 600; display: block; }
.flag { background: var(--red); color: #2A0A12; font-size: 10px; padding: 2px 7px; margin-left: 6px; letter-spacing: .5px; white-space: nowrap; }
.nobar { font-size: 11.5px; color: var(--ink-3); font-style: italic; }

/* ── Footer / states ──────────────────────────────────────── */
.foot { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; padding: 14px 2px; font-size: 12px; color: var(--ink-2); }
.foot .dot { color: var(--green); }
.foot a { color: var(--ink-3); letter-spacing: 2px; text-decoration: none; font-weight: 600; }
.foot a:hover { color: var(--ink); }
.state { text-align: center; padding: 40px 20px; color: var(--ink-2); font-size: 15px; }
.state.err { color: var(--red); }
.countdown { text-align: center; background: var(--gold-bg); border: 1px solid var(--gold); padding: 18px; margin-top: 20px; }
.countdown .big { font-family: var(--display); font-size: 30px; color: var(--gold); }

@media (max-width: 640px) {
  .plinth, .plinth.first { width: 100%; max-width: 340px; }
  td.tm, th.tm { display: none; }
  .wrap { padding: 0 10px 30px; }
}
@media (min-width: 1500px) {
  body { font-size: 17px; }
  .wrap { max-width: 1440px; }
  table { font-size: 16px; }
}

/* Team fixture meta on a duel line */
.duel .tm { font-size:12px; color:var(--ink-3); font-weight:400 }

/* The day's fixture replays the draw on each load — a wall board should announce
   a new matchup, not quietly swap the text. Respects reduced-motion. */
@keyframes duelIn {
  0%   { opacity: 0; transform: translateY(-8px) scale(.98); }
  55%  { opacity: 1; transform: translateY(2px)  scale(1.01); }
  100% { opacity: 1; transform: none; }
}
@keyframes vsPulse { 0%,100% { transform: scale(1); } 40% { transform: scale(1.35) rotate(-8deg); } }
.duel.reveal { animation: duelIn .55s cubic-bezier(.2,.8,.3,1) both; }
.duel.reveal .vs { display: inline-block; animation: vsPulse .7s .45s ease-in-out 2 both; }
@media (prefers-reduced-motion: reduce) {
  .duel.reveal, .duel.reveal .vs { animation: none; }
}

/* Rehearsal switch — a board of zeros before opening night reads as broken, so
   the way to see it scored is a button, not a URL parameter you have to know. */
.demo-btn {
  font: inherit; font-weight: 700; font-size: 13.5px; letter-spacing: .5px;
  margin-top: 12px; padding: 9px 20px; cursor: pointer;
  background: var(--gold); color: #2A1B00; border: 0;
}
.demo-btn:hover { background: var(--red); }
.countdown.demo { border-color: var(--ink); }

/* ── Live draw takeover of the Spotlight Showdown tile ───────────────────── */
.live-draw { background: var(--red-bg); padding: 14px; text-align: center; }
.live-draw .lbl { color: var(--red); font-weight: 600; font-size: 12px; letter-spacing: 1.5px; display: block; margin-bottom: 8px; }
.live-reel { position: relative; height: 52px; overflow: hidden; border: 2px solid var(--gold); background: var(--card-2); }
.live-reel > div {
  font-family: var(--display); font-size: clamp(20px, 3.4vw, 30px); line-height: 52px;
  letter-spacing: 1px; color: var(--ink);
}
.live-cap { font-size: 10.5px; letter-spacing: 3px; color: var(--ink-3); margin-top: 6px; font-weight: 600; }
.live-cap.set { color: var(--green); }
.live-card { margin-top: 10px; }
.live-pair {
  background: var(--card-2); border: 1px solid var(--line); padding: 7px 10px;
  margin-top: 6px; font-size: 14px; animation: duelIn .45s cubic-bezier(.2,.8,.3,1) both;
}
.live-pair .vs { color: var(--red); font-weight: 700; padding: 0 8px; }
@media (prefers-reduced-motion: reduce) { .live-pair { animation: none; } }

/* ══════════════════════════════════════════════════════════════════════════
   GLOSS + SPARKLE
   Two fixed layers behind everything: a slow-twinkling star field and soft
   city bokeh in gold / magenta / cyan. Both are pure CSS gradients and animate
   ONLY opacity, so the compositor handles them and a wall screen can run this
   for a whole shift without the fans spinning up. Nothing here is allowed to
   touch contrast — the sparkle sits behind the content, never over it.
   ══════════════════════════════════════════════════════════════════════════ */

/* Star field. Three layers at different tempos so the twinkle never looks like
   one synchronised blink. */
body::before {
  content: ''; position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    radial-gradient(2.6px 2.6px at 12% 18%, rgba(255,255,255,1), transparent 62%),
    radial-gradient(2.2px 2.2px at 27% 42%, rgba(255,226,138,.98), transparent 62%),
    radial-gradient(3px 3px     at 41% 12%, rgba(255,255,255,1), transparent 62%),
    radial-gradient(2px 2px     at 58% 33%, rgba(255,246,227,.95), transparent 62%),
    radial-gradient(2.8px 2.8px at 73% 8%,  rgba(255,226,138,1), transparent 62%),
    radial-gradient(2.2px 2.2px at 88% 27%, rgba(255,255,255,.98), transparent 62%),
    radial-gradient(2.4px 2.4px at 8%  63%, rgba(255,246,227,.95), transparent 62%),
    radial-gradient(2px 2px     at 34% 78%, rgba(255,226,138,.90), transparent 62%),
    radial-gradient(2.6px 2.6px at 63% 88%, rgba(255,255,255,.95), transparent 62%),
    radial-gradient(2.2px 2.2px at 92% 71%, rgba(255,246,227,.95), transparent 62%),
    radial-gradient(1.9px 1.9px at 49% 57%, rgba(255,226,138,.88), transparent 62%),
    radial-gradient(2.4px 2.4px at 78% 52%, rgba(255,255,255,.92), transparent 62%),
    radial-gradient(2px 2px     at 19% 88%, rgba(255,255,255,.90), transparent 62%),
    radial-gradient(2.2px 2.2px at 55% 71%, rgba(255,226,138,.92), transparent 62%),
    radial-gradient(1.8px 1.8px at 68% 22%, rgba(255,246,227,.85), transparent 62%),
    radial-gradient(2.6px 2.6px at 4%  38%, rgba(255,255,255,.95), transparent 62%),
    radial-gradient(2px 2px     at 84% 92%, rgba(255,226,138,.88), transparent 62%),
    radial-gradient(2.3px 2.3px at 46% 4%,  rgba(255,255,255,.92), transparent 62%);
  background-repeat: no-repeat;
  animation: twinkle 4s ease-in-out infinite alternate;
}

/* A few big four-point glints, slower and out of phase — this is the layer the
   eye actually reads as sparkle rather than noise. */
.wrap::before {
  content: ''; position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    radial-gradient(5px 1.2px at 22% 26%, rgba(255,255,255,.85), transparent 70%),
    radial-gradient(1.2px 5px at 22% 26%, rgba(255,255,255,.85), transparent 70%),
    radial-gradient(6px 1.4px at 66% 15%, rgba(255,226,138,.9), transparent 70%),
    radial-gradient(1.4px 6px at 66% 15%, rgba(255,226,138,.9), transparent 70%),
    radial-gradient(5px 1.2px at 86% 58%, rgba(255,255,255,.8), transparent 70%),
    radial-gradient(1.2px 5px at 86% 58%, rgba(255,255,255,.8), transparent 70%),
    radial-gradient(5.5px 1.3px at 38% 82%, rgba(255,226,138,.85), transparent 70%),
    radial-gradient(1.3px 5.5px at 38% 82%, rgba(255,226,138,.85), transparent 70%);
  background-repeat: no-repeat;
  animation: glint 11s ease-in-out infinite alternate;
}
@keyframes glint { from { opacity: .12; transform: scale(.9); } to { opacity: .45; transform: scale(1.02); } }

/* City bokeh — out-of-focus lights, the thing that makes it feel like a room
   rather than a dark rectangle. */
body::after {
  content: ''; position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(620px circle at 12% 8%,  rgba(247,201,72,.22), transparent 62%),
    radial-gradient(520px circle at 88% 16%, rgba(255,95,210,.20), transparent 62%),
    radial-gradient(760px circle at 50% 98%, rgba(88,224,232,.15), transparent 62%),
    radial-gradient(420px circle at 72% 62%, rgba(247,201,72,.14), transparent 62%);
  animation: bokehDrift 14s ease-in-out infinite alternate;
}

@keyframes twinkle    { from { opacity: .30; } to { opacity: .8; } }
@keyframes bokehDrift { from { opacity: .75; transform: translate3d(0,0,0) scale(1); }
                        to   { opacity: 1;   transform: translate3d(0,-10px,0) scale(1.03); } }

/* Content rides above both layers. */
.hero, .wrap { position: relative; z-index: 1; }

/* Gloss: a light sheen down the top of every raised surface, as though the
   whole board were lacquered. Layered as background-image so each element
   keeps its own background COLOUR. */
.card, .plinth, .prize, .table-box, .duel, .countdown {
  background-image: linear-gradient(180deg, rgba(255,255,255,.07) 0%, rgba(255,255,255,.02) 38%, rgba(255,255,255,0) 70%);
}
.card, .plinth, .prize, .table-box {
  box-shadow: 0 1px 0 rgba(255,255,255,.06) inset, 0 10px 30px rgba(0,0,0,.35);
}

/* The marquee gets an actual moving highlight — the one deliberately showy
   moment, slow enough not to nag on a screen nobody is looking away from. */
.marquee { overflow: hidden; }
.marquee::after {
  content: ''; position: absolute; top: 0; left: -60%; width: 45%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.16), transparent);
  transform: skewX(-18deg); pointer-events: none;
  animation: sheen 6.5s ease-in-out infinite;
}
@keyframes sheen { 0%, 62% { left: -60%; } 100% { left: 130%; } }

/* Gold text picks up a faint lift so it reads as leaf rather than flat yellow. */
.plinth .tot, .card h2, .countdown .big { text-shadow: 0 0 16px rgba(247,201,72,.28); }

/* An always-on animation is a genuine accessibility problem for some people,
   and a wall board is not something you can look away from. */
@media (prefers-reduced-motion: reduce) {
  body::before, body::after, .wrap::before, .marquee::after { animation: none; }
  body::before { opacity: .7; }
}
