:root {
  /* Colors */
  --bg: #0f1216;
  --panel: #161a20;
  --card: #1f2530;
  --border: #2b3543;
  --border-light: #232a35;
  
  --text: #e8eef5;
  --text-muted: #8b99a8;
  --accent: #6aa9ff;
  
  --success-bg: #183d2e;
  --success-text: #b7ffd7;
  --danger-bg: #5e2a2a;
  --danger-text: #ffb7b7;
  --warning-bg: #402615;
  --warning-text: #ffd9b7;
  
  /* Spacing */
  --spacing-xs: 4px;
  --spacing-sm: 8px;
  --spacing-md: 12px;
  --spacing-lg: 16px;
  --spacing-xl: 20px;
  
  /* Border Radius */
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  
  /* Font */
  --font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-mono: 'Courier New', monospace;
}
