/* ============================================================
   Theme: Dunkel (Standard)
   ============================================================ */

:root {
    --bg:           #0a0e1a;
    --bg-panel:     #0f1626;
    --border:       #1c2740;
    --border-light: #2a3a5c;
    --text:         #c9d4f0;
    --text-dim:     #6b7a9c;
    --text-strong:  #ffffff;
    --overlay-hover:    rgba(255, 255, 255, 0.08);
    --tooltip-bg:       rgba(10, 14, 26, 0.95);

    --map-ocean-from:           #06091a;
    --map-ocean-to:             #03050f;
    --map-grid:                 #0f1828;
    --map-grid-strong:          #1a2a44;
    --map-land:                 #1e3a5c;
    --map-land-stroke:          #3a6090;
    --map-highlight-stroke:     rgba(255, 255, 255, 0.35);
    --map-highlight-stroke-hover: #ffffff;
}
