/* Bela Theme — Dark mode overrides.
   Aktivuje se přes [data-theme="dark"] na <html>.
   Custom properties přepisuje inline <style> z dark-mode.php. */

[data-theme="dark"] .bela-topbar { background: #0D1B24; }
[data-theme="dark"] .bela-header { background: #141D26; border-color: #1E2A35; }
[data-theme="dark"] .bela-notice-banner { background: #7A2020; }
[data-theme="dark"] .bela-footer { background: #0A1218; }
[data-theme="dark"] img { filter: brightness(.92); }
