/* ==========================================================================
   LivePokerPH - theme.css
   Canonical design tokens. Extracted from live-board-reference.html so the
   two cannot drift. Load this before every other stylesheet.
   RULE: no literal colour, font-size, spacing or radius anywhere else.
   Blue = No Limit Hold'em.  Red = Pot Limit Omaha.  Green = live.
   Amber = data age.  Colour is meaning, never decoration.
   ========================================================================== */

:root{
  --font-ui:-apple-system,BlinkMacSystemFont,"SF Pro Display","Inter","Segoe UI",Roboto,system-ui,sans-serif;
  --font-mono:"JetBrains Mono",ui-monospace,"SF Mono",Menlo,monospace;
  --fs-hero:30px; --fs-h2:22px; --fs-h3:18px; --fs-body:15px; --fs-sm:13px; --fs-xs:11px;
  --lh-tight:1.15; --lh-body:1.45; --track-label:.12em;
  --bg:#000410; --surface:#000818; --surface-2:#041424; --surface-3:#081424; --footer:#041020;
  --border:#0A1F45; --border-soft:#011238; --border-strong:#0F3A78;
  --blue:#0056E5; --blue-bright:#0060FF; --blue-deep:#0044BC; --red:#F20F12; --yellow:#F4BB05;
  --text:#fff; --text-2:#E5E7EB; --text-muted:#9AA6B8; --text-dim:#6B7A90; --link:#2888F9; --label:#4D9BF7;
  --nlh-fill-top:#001C48; --nlh-fill-bot:#012358; --nlh-border:#044C93;
  --plo-fill-top:#561414; --plo-fill-bot:#4E1013; --plo-border:#7A0D11;
  --live:#00EA72; --fresh:#F8C512; --none:#6B7A90;
  --cyan-edge:#00BBE2;
  --gutter:10px; --gap:12px; --pad:12px;
  --r-sm:6px; --r-md:10px; --r-lg:14px;
}
