/* ===== BootesCRM theme — modern luxury, dashing gold & refined typography ===== */
:root {
  /* Design system palette — deep navy with warm gold accent */
  --bg: #0a0e16;
  --bg-elevated: #0f141c;
  --surface: #131a24;
  --surface-hover: #1a2332;
  --text: #f8fafc;
  --text-soft: #e2e8f0;
  --text-secondary: #94a3b8;
  --muted: #94a3b8;
  --muted-strong: #64748b;
  --accent: #e8b84c;
  --accent-hover: #f0c85c;
  --accent-subtle: rgba(232, 184, 76, 0.14);
  --accent-shadow: rgba(232, 184, 76, 0.35);
  --accent-glow: rgba(232, 184, 76, 0.22);
  --accent-focus: rgba(232, 184, 76, 0.25);
  --error: #f87171;
  --success: #34d399;
  --radius: 12px;
  --radius-lg: 18px;
  --shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
  --shadow-soft: 0 8px 32px rgba(0, 0, 0, 0.3);
  --font-sans: 'Outfit', system-ui, -apple-system, sans-serif;
  --font-display: 'Outfit', system-ui, sans-serif;
  --header-height: 72px;
  --container: 1200px;
  --transition: 0.2s ease;
  --transition-smooth: 0.25s ease;
  --section-padding: 100px;
  --header-bg: rgba(10, 14, 22, 0.92);
  --header-border: rgba(255, 255, 255, 0.06);
  --btn-on-accent: #0a0e16;
  --hero-search-bg: #ffffff;
  --hero-search-bg-end: #f8fafc;
  --hero-search-text: #0f172a;
  --hero-search-label-muted: #64748b;
  --hero-search-border: #e2e8f0;
  --hero-search-focus-shadow: 0 0 0 3px rgba(232, 184, 76, 0.25);
  --hero-gradient-start: #0a0e16;
  --hero-gradient-mid: #0f141c;
  --hero-gradient-end: #0a0e16;
  --hero-overlay: rgba(10, 14, 22, 0.5);
  --hero-overlay-end: rgba(10, 14, 22, 0.88);
  --hero-glow: rgba(232, 184, 76, 0.1);
}
