:root {
  --primary: #1c5950;
  --primary-dark: #15443d;
  --primary-light: #ffffff;
  --primary-rgb: 28,89,80;
  --accent: #ffffff;
  --success: #10b981;
  --warning: #f59e0b;
  --danger: #ef4444;
  --bg: #0f3f38;
  --bg-surface: #1c5950;
  --bg-card: #2c7268;
  --border: #56a99d;
  --text: #ffffff;
  --text-muted: #d5ebe5;
  --text-light: #eef8f5;
  --sidebar-width: 240px;
  --sidebar-collapsed: 64px;
  --radius: 12px;
  --radius-sm: 6px;
  --shadow: 0 4px 24px rgba(0,0,0,0.4);
  --transition: 0.2s ease;
}
