/* Ivory & Gold — shared color tokens for index.html, organizer.html, and admin.html.
   Change a value here once instead of editing all three pages separately.
   Supersedes the earlier "Reef Night" token set entirely (different shape, not just
   different hex values — no accent-aqua/accent-coral/bg-card-neutral/border-card here). */
:root {
  --bg-page: #F7F4EE;
  --bg-card: #FCFBF8;
  --text-primary: #24282B;
  --text-secondary: #626466;
  --accent-gold: #B99245;
  --accent-gold-pale: #D4B36A;
  --accent-silver: #A7AAAD;
  --border-subtle: rgba(36,40,43,.06);
  --shadow-card: 0 8px 28px rgba(30,30,30,.08);
}
