:root {
  color-scheme: dark;
  --color-navy: #071422;
  --color-navy-mid: #0d2438;
  --color-navy-soft: #143049;
  --color-coral: #ff2d62;
  --color-coral-deep: #e01848;
  --color-aqua: #00d4d4;
  --color-aqua-deep: #00b8b8;
  --color-gold: #ffb700;
  --color-gold-soft: #ffd21a;
  --color-ivory: #f7f3eb;
  --color-ivory-dim: rgba(247, 243, 235, 0.72);
  --color-ivory-mute: rgba(247, 243, 235, 0.48);
  --color-ink: #041018;
  --color-white: #ffffff;
  --color-success: #2fd67b;
  --color-warning: #f5b700;

  --border: rgba(247, 243, 235, 0.08);
  --border-strong: rgba(247, 243, 235, 0.2);
  --border-soft: rgba(247, 243, 235, 0.06);
  --nav-bg: rgba(7, 20, 34, 0.88);
  --menu-bg: rgba(7, 20, 34, 0.96);
  --input-bg: rgba(7, 20, 34, 0.55);
  --panel-bg: rgba(13, 36, 56, 0.72);

  --hero-brand-gradient: linear-gradient(
    100deg,
    #f7f3eb 0%,
    #1ec8c8 45%,
    #ff3d68 75%,
    #f5b700 100%
  );
  --gradient-hero: linear-gradient(
    135deg,
    #071422 0%,
    #0d2a45 38%,
    #123a4f 62%,
    #0a1c2e 100%
  );
  --gradient-coral: linear-gradient(145deg, #ff2d62 0%, #ff5a2e 100%);
  --gradient-aqua: linear-gradient(145deg, #00d4d4 0%, #2ef0dc 100%);
  --gradient-gold: linear-gradient(145deg, #ffb700 0%, #ffd21a 100%);
  --gradient-blue: linear-gradient(90deg, #0077ff 0%, #00c2ff 100%);
  --gradient-deposit: linear-gradient(90deg, #00d4c8 0%, #22e070 55%, #a3e635 100%);
  --gradient-referral: linear-gradient(90deg, #f43f9d 0%, #c026d3 45%, #7c3aed 100%);
  --gradient-header: radial-gradient(
      circle at 50% -20%,
      rgba(0, 212, 212, 0.18),
      transparent 42%
    ),
    radial-gradient(circle at 100% 0%, rgba(255, 45, 98, 0.16), transparent 40%),
    linear-gradient(165deg, #061018 0%, #0a1c2e 45%, #071422 100%);

  --font-display: "Syne", system-ui, sans-serif;
  --font-body: "Figtree", system-ui, sans-serif;
  --font-currency: "Sora", "Figtree", system-ui, sans-serif;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.25rem;
  --text-xl: 1.5rem;
  --text-2xl: 2rem;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;

  --radius-sm: 0.5rem;
  --radius-md: 0.875rem;
  --radius-lg: 1.25rem;
  --radius-xl: 1.75rem;
  --radius-pill: 999px;

  --shadow-soft: 0 12px 40px rgba(4, 16, 24, 0.35);
  --shadow-glow-coral: 0 0 40px rgba(255, 61, 104, 0.35);
  --shadow-glow-aqua: 0 0 40px rgba(30, 200, 200, 0.3);

  --page-bg: #040b12;
  --action-bg: rgba(13, 36, 56, 0.92);
  --header-ring: rgba(247, 243, 235, 0.07);
  --header-ring-soft: rgba(247, 243, 235, 0.03);
  --bottom-nav-bg: rgba(247, 243, 235, 0.96);
  --bottom-nav-fg: #041018;
  --bottom-nav-muted: #9ca3af;
  --phone: 430px;
  --nav-h: 4.25rem;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --dash-glow: radial-gradient(
      ellipse 80% 50% at 0% 0%,
      rgba(255, 45, 98, 0.22),
      transparent 50%
    ),
    radial-gradient(
      ellipse 60% 40% at 100% 0%,
      rgba(0, 212, 212, 0.18),
      transparent 45%
    ),
    radial-gradient(
      ellipse 50% 35% at 80% 20%,
      rgba(124, 58, 237, 0.16),
      transparent 50%
    );
}

html[data-theme="light"] {
  color-scheme: light;
  --color-navy: #eef3f8;
  --color-navy-mid: #ffffff;
  --color-navy-soft: #e2eaf2;
  --color-ivory: #071422;
  --color-ivory-dim: rgba(7, 20, 34, 0.72);
  --color-ivory-mute: rgba(7, 20, 34, 0.5);
  --color-gold-soft: #c99200;
  --color-ink: #041018;

  --border: rgba(7, 20, 34, 0.1);
  --border-strong: rgba(7, 20, 34, 0.18);
  --border-soft: rgba(7, 20, 34, 0.06);
  --nav-bg: rgba(238, 243, 248, 0.88);
  --menu-bg: rgba(255, 255, 255, 0.98);
  --input-bg: rgba(255, 255, 255, 0.92);
  --panel-bg: rgba(255, 255, 255, 0.92);

  --page-bg: #dce6ef;
  --action-bg: #ffffff;
  --header-ring: rgba(7, 20, 34, 0.08);
  --header-ring-soft: rgba(7, 20, 34, 0.04);
  --bottom-nav-bg: #071422;
  --bottom-nav-fg: #f7f3eb;
  --bottom-nav-muted: rgba(247, 243, 235, 0.48);

  --hero-brand-gradient: linear-gradient(
    100deg,
    #071422 0%,
    #0fa8a8 42%,
    #e0244f 72%,
    #c99200 100%
  );
  --gradient-hero: linear-gradient(
    145deg,
    #e8f4f7 0%,
    #f7f3eb 35%,
    #ffe8ee 68%,
    #dff5f5 100%
  );
  --gradient-header: radial-gradient(
      circle at 50% -20%,
      rgba(0, 168, 168, 0.18),
      transparent 42%
    ),
    radial-gradient(circle at 100% 0%, rgba(255, 45, 98, 0.12), transparent 40%),
    linear-gradient(165deg, #f7f3eb 0%, #e8f0f6 55%, #f3e9ee 100%);

  --shadow-soft: 0 14px 36px rgba(7, 20, 34, 0.1);
  --shadow-glow-coral: 0 8px 28px rgba(255, 61, 104, 0.22);
  --shadow-glow-aqua: 0 8px 28px rgba(30, 200, 200, 0.2);

  --dash-glow: radial-gradient(
      ellipse 80% 50% at 0% 0%,
      rgba(255, 45, 98, 0.14),
      transparent 50%
    ),
    radial-gradient(
      ellipse 60% 40% at 100% 0%,
      rgba(0, 212, 212, 0.14),
      transparent 45%
    ),
    radial-gradient(
      ellipse 50% 35% at 80% 20%,
      rgba(124, 58, 237, 0.1),
      transparent 50%
    );
}
