/* Poured Brand Tokens — matches original Command Center exactly */
:root {
  --black: #0a0a0a;
  --dark: #141414;
  --charcoal: #2d2d2d;
  --mid: #6b6b6b;
  --light: #b0b0b0;
  --border: #e8e8e8;
  --bg: #f7f6f4;
  --white: #fff;

  --green: #16a34a;
  --green-bg: #dcfce7;
  --red: #dc2626;
  --red-bg: #fee2e2;
  --amber: #d97706;
  --amber-bg: #fef3c7;
  --blue: #2563eb;
  --blue-bg: #dbeafe;
  --purple: #7c3aed;
  --purple-bg: #ede9fe;

  --gold: #b8976a;
  --accent: #c9a96e;
  --accent-bg: rgba(201,169,110,.1);

  --sidebar-w: 240px;
  --radius: 12px;
  --radius-sm: 8px;

  --font: 'DM Sans', sans-serif;
  --font-display: 'DM Serif Display', serif;

  --shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);
  --shadow-md: 0 4px 6px -1px rgba(0,0,0,.08), 0 2px 4px -1px rgba(0,0,0,.04);
  --shadow-lg: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);
}
