/*
──────────────────────────────────────────────────────────────────
Copyright (c) 2026 Ilhom Abdullayev (@aib81).
Proyekt: AT MEDSERT — sertifikatsiya tizimi (ISO 13485).
Email: ilhom8108@gmail.com · Telegram: @aib81 (id: 834760045)

Mualliflik huquqi muallifga tegishli. Without written permission —
no copying, forking, or commercial use is allowed.
──────────────────────────────────────────────────────────────────
*/
/* Theme: Dark (default). Source: gui/theme_manager.py -> THEMES['dark']. */
:root[data-theme="dark"] {
  --bg-primary: #2c3e50;
  --bg-secondary: #34495e;
  --bg-alternate: #1e2a38;
  --text-primary: #ecf0f1;
  --text-secondary: #bdc3c7;
  --text-header: #ecf0f1;
  --accent: #3498db;
  --accent-hover: #2980b9;
  --border: #7f8c8d;
  --success: #27ae60;
  --warning: #f39c12;
  --danger: #e74c3c;
  --info: #3498db;
}
