:root {
  --bg: #0b0d12;
  --surface: #11151c;
  --surface-2: #171c25;
  --primary: #8b1021;
  --primary-hover: #b1162b;
  --accent: #d91f3c;
  --text: #f3f6fb;
  --muted: #9aa4b2;
  --border: rgba(255,255,255,0.08);
  --shadow: 0 18px 40px rgba(0,0,0,0.35);
  --radius: 18px;
  --radius-sm: 12px;
  --container: 1180px;
  --sidebar-width: 270px;
}