/* Professional Theme Styling */
:root {
  --bg: #0b0f1a;
  --bg-alt: #121a2f;
  --text: #ffffff;
  --text-muted: #b5b5b5;
  --primary: #4f8cff;
  --accent: #00c896;
  --border: #1f2a44;
  --radius: 8px;
  --shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.light {
  --bg: #f5f7fb;
  --bg-alt: #ffffff;
  --text: #0b0f1a;
  --text-muted: #555;
  --primary: #2f6df6;
  --accent: #00a67d;
  --border: #e1e5ee;
  --radius: 8px;
  --shadow: 0 4px 12px rgba(0,0,0,0.1);
}