:root {
  /* Background colors */
  --bg: #0b0e17;
  --surface: #0f1625;
  --surface-elevated: #141a22;
  --card: #121c2f;
  --input-bg: #111827;
  
  /* Border colors */
  --border: #2a3441;
  --input-border: #3a4956;
  
  /* Text colors - high contrast for visibility */
  --foreground: #ffffff;
  --text: #ffffff;
  --text-primary: #ffffff;
  --text-secondary: #cbd5e1;
  --text-muted: #94a3b8;
  --muted: #94a3b8;
  --muted-foreground: #cbd5e1;
  --input-placeholder: #9aa7b1;
  
  /* Theme colors */
  --primary: #58a6ff;
  --primary-color: #58a6ff;
  --success: #4caf50;
  --success-color: #4caf50;
  --danger: #f44336;
  --danger-color: #f44336;
  --warning: #ff9800;
  --warning-color: #ff9800;
  --green: #20d48a;
  --red: #ff6b6b;
  
  /* Legacy support */
  --dark-bg: #0b0e17;
  --card-bg: #121c2f;
  --border-color: #2a3441;
}