:root {
  --bg: #030407;
  --bg-soft: #070a10;
  --surface: rgba(255, 255, 255, .045);
  --surface-strong: rgba(255, 255, 255, .075);
  --line: rgba(255, 255, 255, .12);
  --line-soft: rgba(255, 255, 255, .075);
  --text: #f4f0e8;
  --muted: #aaa59b;
  --muted-2: #7f7a72;
  --gold: #d8a85d;
  --gold-soft: #f0c77a;
  --blue: #87c7ff;
  --max: 1180px;
  --radius-lg: 28px;
  --radius-md: 18px;
  --shadow: 0 30px 90px rgba(0, 0, 0, .55);
}