:root {
  --bg-primary: #0b0d12;
  --bg-secondary: #12161d;
  --bg-tertiary: #171c24;
  --surface: rgba(255, 255, 255, 0.04);
  --surface-strong: rgba(255, 255, 255, 0.07);
  --border: rgba(255, 255, 255, 0.10);
  --border-strong: rgba(255, 255, 255, 0.18);

  --text-primary: #f5f7fb;
  --text-secondary: #b6bfcc;
  --text-muted: #8d97a6;

  --accent-gold: #d6b36a;
  --accent-gold-soft: rgba(214, 179, 106, 0.14);
  --accent-blue: #6ea8ff;
  --accent-blue-soft: rgba(110, 168, 255, 0.12);

  --success: #4ca878;
  --warning: #d8a14a;
  --danger: #c96a6a;

  --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.28);
  --shadow-card: 0 16px 40px rgba(0, 0, 0, 0.32);

  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 24px;
  --radius-xl: 32px;

  --container: 1240px;

  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 20px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 40px;
  --space-8: 56px;
  --space-9: 72px;
  --space-10: 96px;

  --font-main: Inter, "Segoe UI", Arial, sans-serif;

  --h1: clamp(2.5rem, 5vw, 4.8rem);
  --h2: clamp(2rem, 3vw, 3rem);
  --h3: 1.35rem;
  --body-lg: 1.125rem;
  --body: 1rem;
  --body-sm: 0.95rem;

  --transition: 180ms ease;
}