:root {
  --bg: #090a0b;
  --surface: #111315;
  --surface-2: #17191c;
  --surface-3: #202226;
  --surface-warm: #141923;

  --text: #f3f0ea;
  --text-soft: #d8d1c8;
  --muted: #aaa39a;
  --muted-2: #77716a;

  --accent: #394cff;
  --accent-dark: #11185c;

  --line: rgba(255, 255, 255, 0.09);
  --line-strong: rgba(255, 255, 255, 0.14);

  --radius-xl: 22px;
  --radius-lg: 18px;
  --radius-md: 12px;
  --radius-sm: 8px;

  --container: 1480px;
  --gutter: 14px;
  --section-gap: 14px;

  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --transition: 220ms ease;
}
