/* Adpurgez dashboard design tokens */
:root {
  --bg: #07090a; --bg-soft: #0d1011; --surface: #111516; --surface-2: #161b1c;
  --surface-3: #1b2122;
  --border: #232a2b; --border-soft: #1b2122;
  --text: #e7ecea; --text-dim: #97a3a0; --text-faint: #6b7572;
  --accent: #22c55e; --accent-dim: #16a34a; --accent-glow: rgba(34,197,94,.18);
  --danger: #ef4444; --warn: #f59e0b; --info: #38bdf8;
  --mono: "JetBrains Mono", ui-monospace, monospace;
  --body: "Inter", system-ui, sans-serif;
  --radius: 12px; --radius-sm: 8px;
  --sidebar-w: 244px; --topbar-h: 60px;
}
