/* ─── ANZAC DAY THEME — active on 25 April ───────────────────────
   Applied via html.anzac-day class, set by js/seasonal.js.
   Colours: poppy red #c41230 · aged gold #c9963a · dark navy #0d1525
────────────────────────────────────────────────────────────────── */

html.anzac-day {
  --red:    #c41230;
  --yellow: #c9963a;
  --blue:   #1a2744;
  --mint:   #7a8a5c;
  --shadow: 0 30px 60px -15px rgba(0,0,0,0.72);
}

/* ─── ANZAC BANNER ──────────────────────────────────────────────── */
.anzac-banner {
  background: #c41230;
  color: #f5f0e8;
  width: 100%;
  padding: 11px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-family: var(--f-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  position: sticky;
  top: 0;
  z-index: 9998;
  box-shadow: 0 2px 16px rgba(0,0,0,0.4);
}
.anzac-banner-text {
  display: flex;
  align-items: center;
  gap: 14px;
}
.anzac-poppy {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

/* ─── GLOBAL BACKGROUND ─────────────────────────────────────────── */
html.anzac-day body { background: #0d1525; }
html.anzac-day body.t-page { background: #0d1525; }

/* ─── HERO ──────────────────────────────────────────────────────── */
html.anzac-day .hero {
  background: radial-gradient(ellipse at 50% 80%, #1a0a10 0%, #0d1525 60%);
}
html.anzac-day .hero-headline { color: #f5f0e8; }
html.anzac-day .hero-headline .outlined { -webkit-text-stroke-color: #f5f0e8; }
html.anzac-day .hero-status {
  border-color: rgba(201,150,58,0.35);
  color: rgba(245,240,232,0.65);
}
html.anzac-day .hero-pulse { background: #c41230; }
html.anzac-day .hero-sub { color: rgba(245,240,232,0.45); }
html.anzac-day .pill { background: #c9963a; color: #0d1525; }
html.anzac-day .btn-primary { background: #c9963a; color: #0d1525; }
html.anzac-day .btn-ghost {
  border-color: rgba(201,150,58,0.3);
  color: rgba(245,240,232,0.7);
}
html.anzac-day .btn-ghost:hover { border-color: #c9963a; }

/* ─── COLLAGE CARDS ─────────────────────────────────────────────── */
html.anzac-day .collage-card { background: #1a2744; color: #f5f0e8; }
html.anzac-day .collage-card-score { background: #c41230; color: #f5f0e8; }

/* ─── MARQUEE ───────────────────────────────────────────────────── */
html.anzac-day .marquee-section { background: #1a2744; }
html.anzac-day .marquee-content { color: #c9963a; }

/* ─── GUIDE SECTION ─────────────────────────────────────────────── */
html.anzac-day .guide-section { background: #1a2744; }
html.anzac-day .guide-card { background: rgba(245,240,232,0.05); border-color: rgba(245,240,232,0.08); }
html.anzac-day .guide-card:hover { background: rgba(245,240,232,0.1); }
html.anzac-day .guide-card-num { color: #c9963a; }
html.anzac-day .guide-card ul li::before { color: #c9963a; }

/* ─── TOURNAMENTS SECTION ───────────────────────────────────────── */
html.anzac-day .tournaments-section { background: #111c2e; color: #f5f0e8; }
html.anzac-day .tournaments-section h2 { color: #f5f0e8; }
html.anzac-day .tournaments-section h2 em { -webkit-text-stroke-color: #f5f0e8; }
html.anzac-day .tournaments-section .section-label { color: rgba(245,240,232,0.3); }
html.anzac-day .empty-state { color: rgba(245,240,232,0.2); }

/* ─── TOURNAMENT CARDS ──────────────────────────────────────────── */
html.anzac-day .tournament-card { background: #1a2744; border-color: rgba(245,240,232,0.07); }
html.anzac-day .tournament-card-header { background: #0d1525; }
html.anzac-day .tournament-body { color: #f5f0e8; }
html.anzac-day .tournament-type-badge { background: #c41230; color: #f5f0e8; }
html.anzac-day .round-label { color: rgba(245,240,232,0.28); }
html.anzac-day .match-participant { color: #f5f0e8; }
html.anzac-day .match-row { border-bottom-color: rgba(245,240,232,0.06); }
html.anzac-day .score-input {
  background: #0d1525;
  border-color: rgba(245,240,232,0.12);
  color: #f5f0e8;
}
html.anzac-day .score-input:focus { border-color: #c9963a; }
html.anzac-day .score-divider { color: rgba(245,240,232,0.15); }
html.anzac-day .notes-input { border-color: rgba(245,240,232,0.08); color: #f5f0e8; }
html.anzac-day .notes-input:focus { border-color: #c9963a; }
html.anzac-day .player-name:hover { border-bottom-color: #c9963a; }
html.anzac-day .player-name:focus { background: rgba(201,150,58,0.08); border-bottom-color: #c9963a; }
html.anzac-day .tournament-footer {
  background: rgba(245,240,232,0.02);
  border-top-color: rgba(245,240,232,0.06);
}
html.anzac-day .tournament-footer .btn-outline { color: #f5f0e8; border-color: rgba(245,240,232,0.3); }
html.anzac-day .tournament-footer .btn-outline:hover { box-shadow: 8px 8px 0 rgba(245,240,232,0.4); }
html.anzac-day .tournament-footer .btn-dark { background: rgba(245,240,232,0.1); }

/* ─── STATS TABLE ───────────────────────────────────────────────── */
html.anzac-day .stats-section { border-top-color: rgba(245,240,232,0.07); }
html.anzac-day .stats-section-title { color: #f5f0e8; }
html.anzac-day .stats-table { border-color: rgba(245,240,232,0.08); }
html.anzac-day .stats-table thead tr th { background: #0d1525; }
html.anzac-day .stats-table tbody tr td { color: #f5f0e8; background: transparent; }
html.anzac-day .stats-table tbody tr:nth-child(even) td { background: rgba(245,240,232,0.03); }

/* ─── SAVED TOURNAMENT CARDS (homepage) ─────────────────────────── */
html.anzac-day .stc-card { background: #1a2744; border-color: rgba(245,240,232,0.07); }
html.anzac-day .stc-name { color: #f5f0e8; }
html.anzac-day .stc-meta { color: rgba(245,240,232,0.35); }
html.anzac-day .stc-accent { background: #c41230; }

/* ─── DISCLAIMER / INFO ─────────────────────────────────────────── */
html.anzac-day .ls-disclaimer { background: rgba(201,150,58,0.1); border-color: rgba(201,150,58,0.25); }
html.anzac-day .ls-disclaimer-text { color: #c9963a; }
html.anzac-day .ls-disclaimer-text strong { color: #e0b870; }
html.anzac-day .ls-dismiss { color: #c9963a; border-color: rgba(201,150,58,0.3); background: rgba(201,150,58,0.08); }
html.anzac-day .t-info-text { color: rgba(245,240,232,0.28); }
html.anzac-day .t-info-text strong { color: rgba(245,240,232,0.45); }

/* ─── TOURNAMENT PAGE NAV + URL BAR ─────────────────────────────── */
html.anzac-day .t-nav { background: #0d1525; border-bottom: 1px solid rgba(245,240,232,0.05); }
html.anzac-day .t-url-bar { background: #0d1525; }
html.anzac-day .t-info-strip { background: rgba(245,240,232,0.02); }
html.anzac-day .t-content { background: #111c2e; }
html.anzac-day .t-copy-btn { background: #c9963a; color: #0d1525; }

/* ─── MODAL ─────────────────────────────────────────────────────── */
html.anzac-day .modal-panel { background: #1a2744; }
html.anzac-day .modal-title { color: #f5f0e8; }
html.anzac-day .modal-subtitle { color: rgba(245,240,232,0.35); }
html.anzac-day .form-row label { color: rgba(245,240,232,0.35); }
html.anzac-day .form-row input,
html.anzac-day .form-row select,
html.anzac-day .form-row textarea,
html.anzac-day .form-row input[type="email"] {
  background: #0d1525;
  border-color: rgba(245,240,232,0.1);
  color: #f5f0e8;
}
html.anzac-day .form-row input:focus,
html.anzac-day .form-row select:focus,
html.anzac-day .form-row textarea:focus { border-color: #c9963a; box-shadow: 0 0 0 4px rgba(201,150,58,0.1); }
html.anzac-day .btn-secondary { background: rgba(245,240,232,0.08); color: #f5f0e8; }
html.anzac-day .btn-primary-form { background: #c9963a; color: #0d1525; }
html.anzac-day .btn-primary-form:hover { background: #b8862e; }
html.anzac-day .btn-dark { background: #c9963a; color: #0d1525; }
html.anzac-day .btn-dark:hover { background: #b8862e; }

/* ─── 404 STATE ─────────────────────────────────────────────────── */
html.anzac-day .t-not-found-msg { color: #f5f0e8; }
html.anzac-day .t-not-found-sub { color: rgba(245,240,232,0.4); }

/* ─── NIGHT TOGGLE ──────────────────────────────────────────────── */
html.anzac-day .night-toggle-label { background: #1a2744; color: #f5f0e8; border: 1px solid rgba(245,240,232,0.1); }
html.anzac-day .slider { background: rgba(245,240,232,0.15); }
html.anzac-day .slider::before { background: #c9963a; }

/* ─── FOOTER ────────────────────────────────────────────────────── */
html.anzac-day .footer { background: #0d1525; }
html.anzac-day .footer-inner { border-bottom-color: rgba(245,240,232,0.06); }
html.anzac-day .footer-brand { color: #f5f0e8; }
html.anzac-day .footer-brand .outlined { -webkit-text-stroke-color: #f5f0e8; }
html.anzac-day .footer-tagline { color: rgba(245,240,232,0.32); }
html.anzac-day .footer-links a { color: rgba(245,240,232,0.5); }
html.anzac-day .footer-links a:hover { color: #c9963a; }
html.anzac-day .footer-credits a { color: rgba(245,240,232,0.4); }
html.anzac-day .footer-credits a:hover { color: #c9963a; }
