/* Generated theme — derived from the club's brand colors */
:root{
  --brand-primary: #6a2c91;
  --brand-secondary: #241133;
  --brand-accent: #c9b8d8;
  --primary: #6a2c91;
  --primary-hover: #4d206a;
  --primary-active: #37174b;
  --primary-soft: #eddef7;
  --primary-tint: rgba(106,44,145,0.08);
  --primary-overlay: rgba(106,44,145,0.32);
  --on-primary: #ffffff;
  --secondary: #241133;
  --secondary-2: #3a1b52;
  --secondary-soft: #f0ebf4;
  --on-secondary: #ffffff;
  --footer-bg: #241133;
  --footer-fg: #ffffff;
  --footer-muted: rgba(255,255,255,0.68);
  --footer-line: rgba(255,255,255,0.12);
  --footer-chip: rgba(255,255,255,0.08);
  --accent: #835ca5;
  --accent-soft: #ddc2f4;
  --on-accent: #15201e;
  --bg: #f8f6f9;
  --surface: #ffffff;
  --surface-2: #f3eff6;
  --ink: #191c23;
  --muted: #606a6d;
  --line: #e6e2e9;
  --grad-hero: linear-gradient(135deg, #241133 0%, #6a2c91 100%);
  --header-bg: #f8f0ff;
  --header-fg: #241133;
  --header-fg-border: rgba(36,17,51,0.45);
  --header-cta-hover-fg: #f8f0ff;
  --hero-title: #ffffff;
  --hero-text: rgba(255,255,255,.92);
  --hero-pill-bg: rgba(255,255,255,.14);
  --hero-pill-fg: #ffffff;
  --hero-side-opacity: 0.7;
  --hero-side-mask: linear-gradient(to left, transparent 0%, #000 20%, #000 50%);
  --hero-side-mask-ltr: linear-gradient(to right, transparent 0%, #000 20%, #000 50%);
  --hero-side-width: 60%;
  --hero-side-offset: -5%;
  --hero-title-size: 3.1rem;
  --hero-group-border: 1px solid rgba(255,255,255,.24);
  --hero-accent: #c9b8d8;
  --hero-card-bg: rgba(255,255,255,.10);
  --hero-card-border: rgba(255,255,255,.18);
  --hero-meta-icon: #c9b8d8;
  --hero-card-radius: 10px;
  --hero-scrim: rgba(0,0,0,0.55);
  --hero-fv-width: 860px;
  --promo-bg: linear-gradient(135deg, #6a2c91 0%, #241133 100%);
  --promo-fg: #ffffff;
  --cta-gold-bg: #c9b8d8;
  --cta-gold-fg: #15201e;
  --cta-primary-bg: #6a2c91;
  --cta-primary-fg: #ffffff;
  --grad-dark: linear-gradient(135deg,#241133,#3f1e59);
  --grad-accent: linear-gradient(135deg,#b67de8,#6a2c91);
  --grad-card: linear-gradient(180deg,#ffffff,#f8f6f9);
  --shadow: 0 10px 30px -12px rgba(36,17,51,0.18);
  --shadow-lg: 0 24px 60px -20px rgba(36,17,51,0.28);
  --radius: 18px;
}

/* Font families per active language are set inline on <html>. */
