/* جلسة — shared brand tokens for the Marketing Landing and Games Hub only.
   Do not import into Setup, Gameplay, Host, or Controller stylesheets.
   One unified Jalsa identity — no per-mode (gold/purple) theme tokens here. */
:root {
  --jalsa-bg: #0C1322;
  --jalsa-bg-soft: #17243A;
  --jalsa-surface: rgba(255, 255, 255, .035);
  --jalsa-surface-elevated: rgba(255, 255, 255, .06);
  --jalsa-border: rgba(255, 255, 255, .09);
  --jalsa-text: #F3F7FC;
  --jalsa-text-muted: #9DAEC6;
  --jalsa-orange: #D05531;
  --jalsa-orange-hover: #DD6239;
  --jalsa-blue: #1DB0E6;
  --jalsa-red: #E83D3E;
  --jalsa-yellow: #FBCF3E;
  --jalsa-content-max: 1280px;
  --jalsa-page-padding: clamp(16px, 4vw, 64px);
  --jalsa-radius-sm: 10px;
  --jalsa-radius-md: 15px;
  --jalsa-radius-lg: 24px;
  --jalsa-shadow: 0 12px 26px rgba(8, 12, 22, .35);
}
