/* ============================================================
   Dark theme — palette: FF7F11, ACBFA4, E2E8CE, 262626
   Loaded when [data-theme="dark"]
   ============================================================ */
[data-theme="dark"] {
    --bg:             #262626;
    --bg-alt:         #2E2E2E;
    --bg-soft:        #1E1E1E;
    --bg-deep:        #1A1A1A;
    --surface:        #2F2F2F;
    --surface-elevated: #3A3A3A;
    --border:         #3F3F3F;
    --text:           #E2E8CE;
    --text-soft:      #ACBFA4;
    --text-on-deep:   #E2E8CE;
    --heading:        #F2F2EA;
    --accent:         #FF7F11;
    --accent-strong:  #FF9333;
    --accent-soft:    rgba(255, 127, 17, .14);
    --accent-shadow:  rgba(255, 127, 17, .45);
    --header-bg:      rgba(38, 38, 38, .82);
    --footer-bg:      #1A1A1A;
    --map-filter:     invert(.9) hue-rotate(180deg) saturate(.65);
    color-scheme: dark;
}
