/*
──────────────────────────────────────────────────────────────────
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: Ocean. Source: gui/theme_manager.py -> THEMES['ocean']. */
:root[data-theme="ocean"] {
  --bg-primary: #0f1c2e;
  --bg-secondary: #1e3a5f;
  --bg-alternate: #14293d;
  --text-primary: #e0f2f7;
  --text-secondary: #b0d4e3;
  --text-header: #4fc3f7;
  --accent: #00bcd4;
  --accent-hover: #0097a7;
  --border: #1e5f7a;
  --success: #26a69a;
  --warning: #ffa726;
  --danger: #ef5350;
  --info: #29b6f6;
}
