/* comesportsreal.com — LAYOUT_147_GREEN_NICHE_ACADEMY + COLOR_138_SLATE_PRO_APP + TYPO_008 (Inter + Noto Sans Devanagari)
   Variant for comesportsreal: emerald-green accent on slate base (academy-style Green Niche Academy layout)
*/
:root {
  --primary: #34D399;
  --primary-2: #10B981;
  --accent: #34D399;
  --accent-warm: #FFC847;
  --background: #0B1220;
  --text: #F1F5F9;
  --text-2: #CBD5E1;
  --muted: #94A3B8;
  --surface: #1A2942;
  --surface-2: #243757;
  --border: rgba(255,255,255,0.08);
  --border-strong: rgba(255,255,255,0.16);
  --header-h: 64px;
  --r-card: 14px;
  --r-tile: 10px;
  --r-pill: 999px;
  --font-body: 'Inter', 'Noto Sans Devanagari', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-display: 'Inter', 'Noto Sans Devanagari', system-ui, sans-serif;
  --emerald-700: #047857;
  --emerald-600: #059669;
  --emerald-500: #10B981;
  --emerald-400: #34D399;
  --emerald-300: #6EE7B7;
  --emerald-200: #A7F3D0;
  --slate-900: #0B1220;
  --slate-800: #111C2E;
  --slate-700: #1A2942;
  --slate-600: #243757;
  --slate-500: #34466A;
  --slate-400: #4D6493;
}