/* ==========================================================================
   DUSTY BLUE ROOM — ПРИГЛУШЕНО ПАС ТЕЛНО СИНЬО (САМО ВИЗИЯ)
   ========================================================================== */

/* 🔥 ФИКС: Използваме същия силен селектор с !important, за да забием пастелно синия фон */
body.immersive-mode.exhibition-theme-dusty_blue {
    --bg: #d0e1fd;
    --text: #0f1b2e;
    --theme-text: #0f1b2e;
    --muted: #4a5b73;
    --divider: rgba(15, 27, 46, 0.1);
    background: #d0e1fd !important;
    color: #0f1b2e !important;
}

/* Красива, специфична за темата сянка на картината в синята стая */
body.exhibition-theme-dusty_blue #active-art {
    box-shadow: 0 30px 90px rgba(28, 37, 46, 0.12);
}

/* Корекция на мобилната сянка и Close бутона за тази тема */
@media (max-width: 1024px) {
    body.exhibition-theme-dusty_blue #active-art {
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    }
    body.exhibition-theme-dusty_blue .close-btn {
        background: rgba(0, 0, 0, 0.04);
    }
}

/* Напасване на цветовете на бутоните и текстовете за синия контраст */
body.exhibition-theme-dusty_blue .close-btn { color: #1c252e !important; }
body.exhibition-theme-dusty_blue .link-editorial { color: #1c252e !important; }
body.exhibition-theme-dusty_blue #title-node { opacity: 0.9; color: #0f1b2e !important; }
body.exhibition-theme-dusty_blue #artist-node { color: #4a5b73 !important; }
body.exhibition-theme-dusty_blue .nav-position { color: #4a5b73 !important; }

/* ДИЗАЙН СПЕЦИФИКА — ТОТАЛНО ИЗКЛЮЧВАМЕ АМБИЕНТ ЛАЙТ И ТАЙМЛАЙН ЗА DUSTY BLUE */
body.exhibition-theme-dusty_blue .ambilight-glow { display: none !important; }
body.exhibition-theme-dusty_blue .timeline { display: none !important; }