:root {
  --color-bg: #0f1419;
  --color-bg-elevated: #171d24;
  --color-bg-card: #1a222b;
  --color-bg-soft: #121820;
  --color-text: #f4f7fa;
  --color-text-muted: #9aa8b8;
  --color-text-soft: #6b7a8a;
  --color-accent: #06b4c4;
  --color-accent-hover: #22c9d8;
  --color-accent-soft: rgba(6, 180, 196, 0.14);
  --color-accent-glow: rgba(6, 180, 196, 0.25);
  --color-border: rgba(255, 255, 255, 0.1);
  --color-border-strong: rgba(255, 255, 255, 0.16);

  --font-sans: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;

  --container-width: 1180px;
  --header-height: 76px;
  --radius-sm: 10px;
  --radius-md: 20px;
  --radius-lg: 12px;
  --shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
  --shadow-soft: 0 8px 24px rgba(0, 0, 0, 0.18);
  --transition: 0.22s ease;
}
