:root {
  --bg: #050507;
  --surface: #0b0c10;
  --border: #1a1c24;

  --text: #ffffff;
  --text-muted: #b6b8c3;

  --accent: #b11226;
  --accent-soft: rgba(177,18,38,0.25);

  --radius: 16px;
  --container: 1200px;
}