/*
──────────────────────────────────────────────────────────────────
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: Sunset. Source: gui/theme_manager.py -> THEMES['sunset']. */
:root[data-theme="sunset"] {
  --bg-primary: #2a1a1f;
  --bg-secondary: #4a2a2f;
  --bg-alternate: #331d22;
  --text-primary: #fff3e0;
  --text-secondary: #ffe0b2;
  --text-header: #ffb74d;
  --accent: #ff9800;
  --accent-hover: #f57c00;
  --border: #5d3a3a;
  --success: #9ccc65;
  --warning: #ffa726;
  --danger: #ef5350;
  --info: #42a5f5;
}
