:root {
  --bg: #0e1a24;
  --bg-soft: #111f2a;
  --panel: #162431;
  --panel-alt: #1c2d3b;
  --line: #264155;
  --text: #e6eef7;
  --text-muted: #9eb2c7;
  --primary: #7dd3fc;
  --secondary: #a3e635;
  --warning: #f97316;
  --danger: #ef4444;
  --radius-sm: 6px;
  --radius-md: 8px;
  --shadow-1: 0 10px 24px rgba(0, 0, 0, 0.28);
  --max-width: 1160px;
}
