/*
 * Refonte La Playlist de Stef — direction radio digitale premium.
 * Cette feuille est chargée après le thème de production.
 */

:root {
    color-scheme: dark;
    --vibe-bg: #060812;
    --vibe-bg-soft: #0a0e1c;
    --vibe-surface: #0f1426;
    --vibe-surface-strong: #151c34;
    --vibe-line: rgba(255, 255, 255, 0.1);
    --vibe-text: #f7f8ff;
    --vibe-muted: #a8b0c8;
    --vibe-blue: #DF0001;
    --vibe-cyan: #F36A6D;
    --vibe-violet: #A70001;
    --vibe-player-gradient:
        radial-gradient(circle at 12% 0%, rgba(255, 118, 118, 0.42), transparent 30%),
        radial-gradient(circle at 92% 100%, rgba(172, 0, 1, 0.4), transparent 34%),
        linear-gradient(135deg, rgba(78, 3, 5, 0.97) 0%, rgba(223, 0, 1, 0.96) 54%, rgba(154, 0, 2, 0.96) 100%);
    --vibe-gradient: var(--vibe-player-gradient);
    --vibe-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);

    --header-bg: rgba(6, 8, 18, 0.82);
    --header-mobile-links-bg: #0d1327;
    --header-links: #f7f8ff;
    --header-social-icons: #E35A5B;
    --header-btn-bg: #DF0001;
    --header-btn-color: #ffffff;
    --header-loadbar: #F36A6D;
    --dedications-bar-bg: #10162a;
    --dedications-bar-msg: #e6eaff;
    --dedications-bar-label: #ffffff;
    --page-title: #f7f8ff;
    --primary-text: #e8ebf7;
    --lecture-text: #E35A5B;
    --heading-text: #f7f8ff;
    --highlight-text: #E35A5B;
    --primary-btn-bg: #DF0001;
    --primary-btn-color: #ffffff;
    --secondary-btn-bg: #151c34;
    --secondary-btn-color: #ffffff;
    --play-btn-bg: #DF0001;
    --play-btn-hover-bg: #F1252B;
    --play-btn-color: #ffffff;
    --highglight-block-bg: #0d1222;
    --highglight-block-secondary-bg: #151c34;
    --highglight-block-color: #ffffff;
    --highglight-block-primary-btn-bg: #DF0001;
    --highglight-block-primary-btn-color: #ffffff;
    --highglight-block-secondary-btn-bg: #ffffff;
    --highglight-block-secondary-btn-color: #0b1020;
    --player-bar-bg: rgba(12, 17, 33, 0.95);
    --player-bar-songtitle: #ffffff;
    --player-bar-artist: #b9c1d8;
    --player-bar-icons: #dfe4ff;
    --player-bar-play-btn-bg: #ffffff;
    --player-bar-play-btn-color: #DF0001;
    --player-bar-seekbar-bg: #F36A6D;
    --player-bar-seekbar-fill: #DF0001;
    --footer-bg: #05070f;
    --footer-heading-text: #ffffff;
    --footer-links: #b9c1d8;
    --footer-social-icons: #E35A5B;
}


body.stef-site .vibe-player-share {
    display: none !important;
}

/* Lecteur mobile développé : grande pochette et commandes complètes. */
@media (max-width: 767.98px) {
    body.stef-site .vibe-floating-player > .vibe-player-expand {
        position: absolute;
        top: 50%;
        right: 66px;
        display: grid;
        width: 30px;
        height: 30px;
        transform: translateY(-50%);
    }

    body.stef-site .vibe-floating-player:not(.is-mobile-expanded) .vibe-player-artwork-wrap,
    body.stef-site .vibe-floating-player:not(.is-mobile-expanded) .vibe-player-copy {
        cursor: pointer;
    }

    body.stef-site.stef-player-expanded {
        overflow: hidden !important;
        padding-bottom: 0 !important;
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded {
        position: fixed;
        inset: 0;
        z-index: 2147483000;
        display: block;
        width: 100vw;
        height: 100vh;
        height: 100dvh;
        min-height: 100vh;
        min-height: 100dvh;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: #080808;
        box-shadow: none;
        overflow: hidden;
        isolation: isolate;
        transform: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded::before,
    body.stef-site .vibe-floating-player.is-mobile-expanded::after {
        position: absolute;
        inset: -32px;
        content: "";
        pointer-events: none;
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded::before {
        z-index: 0;
        background-color: #111111;
        background-image: var(--vibe-player-artwork);
        background-position: center;
        background-size: cover;
        filter: blur(22px) saturate(0.82);
        transform: scale(1.16);
        opacity: 0.62;
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded::after {
        z-index: 1;
        background:
            linear-gradient(180deg, rgba(5, 5, 5, 0.18) 0%, rgba(5, 5, 5, 0.58) 48%, rgba(5, 5, 5, 0.88) 100%),
            radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.08), transparent 42%);
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded > * {
        z-index: 2;
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded .vibe-player-artwork-wrap {
        position: absolute;
        top: clamp(70px, 9vh, 90px);
        left: 50%;
        width: min(52vw, 220px);
        height: min(52vw, 220px);
        border: 1px solid rgba(255, 255, 255, 0.22);
        border-radius: 20px;
        box-shadow: 0 26px 60px rgba(0, 0, 0, 0.45);
        transform: translateX(-50%);
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded .vibe-player-artwork {
        border-radius: inherit;
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded .vibe-player-equalizer {
        display: none;
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded .vibe-player-copy {
        position: absolute;
        top: calc(clamp(70px, 9vh, 90px) + min(52vw, 220px) + 24px);
        left: 24px;
        width: calc(100% - 48px);
        padding: 0;
        text-align: center;
        transform: none;
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded .vibe-player-live {
        display: flex;
        justify-content: center;
        min-height: 20px;
        margin-bottom: 18px;
        color: #ffffff;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 0.08em;
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded .vibe-player-live::before {
        content: "EN DIRECT";
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded .vibe-player-live > span,
    body.stef-site .vibe-floating-player.is-mobile-expanded .vibe-player-live > strong {
        display: none;
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded .vibe-player-title {
        font-size: clamp(19px, 5.4vw, 23px);
        font-weight: 450;
        line-height: 1.2;
        white-space: nowrap;
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded .vibe-player-artist {
        margin-top: 4px;
        color: #ffffff;
        font-size: clamp(22px, 6.5vw, 28px);
        font-weight: 800;
        line-height: 1.12;
        white-space: nowrap;
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded .vibe-player-play {
        position: absolute;
        top: 58%;
        left: 50%;
        width: 64px;
        height: 64px;
        transform: translate(-50%, -50%);
        box-shadow: 0 18px 38px rgba(0, 0, 0, 0.38), inset 0 0 0 1px rgba(255, 255, 255, 0.88);
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded .vibe-player-play:hover {
        transform: translate(-50%, -50%) scale(1.045);
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded .vibe-player-play:active {
        transform: translate(-50%, -50%) scale(0.96);
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded .vibe-player-play svg {
        width: 27px;
        height: 27px;
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded .vibe-player-actions {
        position: absolute;
        z-index: 12;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        align-items: center;
        justify-items: stretch;
        width: 100%;
        min-height: calc(84px + env(safe-area-inset-bottom));
        padding: 7px 6px calc(7px + env(safe-area-inset-bottom));
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(4, 4, 4, 0.9);
        box-shadow: 0 -18px 42px rgba(0, 0, 0, 0.18);
        transform: none;
        backdrop-filter: blur(22px) saturate(135%);
        -webkit-backdrop-filter: blur(22px) saturate(135%);
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded .vibe-player-icon {
        position: relative;
        display: flex;
        align-items: center;
        flex: 1 1 0;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
        width: auto;
        min-width: 0;
        max-width: none;
        height: 64px;
        padding: 7px 2px 5px;
        border-radius: 0;
        background: transparent !important;
        color: #ffffff;
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded .vibe-player-icon svg {
        width: 22px;
        height: 22px;
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded .vibe-player-icon[data-mobile-label]::after {
        color: rgba(255, 255, 255, 0.66);
        content: attr(data-mobile-label);
        font-size: 9.5px;
        font-weight: 650;
        line-height: 1;
        letter-spacing: 0.01em;
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded .vibe-player-icon.is-active,
    body.stef-site .vibe-floating-player.is-mobile-expanded .vibe-player-icon[aria-expanded="true"] {
        color: #ff4b50;
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded .vibe-player-icon:focus-visible {
        outline: none !important;
        box-shadow: none !important;
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded .vibe-player-stations-toggle {
        order: 1;
        display: flex !important;
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded .vibe-player-history-toggle {
        order: 2;
        display: flex !important;
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded .vibe-player-favorite {
        order: 3;
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded .vibe-player-actions .vibe-player-volume {
        display: contents !important;
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded .vibe-player-volume-range {
        display: none !important;
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded .vibe-player-mute {
        order: 4;
        display: flex !important;
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded .vibe-player-share {
        order: 5;
        display: flex !important;
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded .vibe-player-collapse {
        order: 6;
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded > .vibe-player-expand {
        position: absolute;
        top: max(17px, env(safe-area-inset-top));
        right: 16px;
        z-index: 8;
        width: 42px;
        height: 42px;
        color: #ffffff !important;
        transform: none;
    }

    body.stef-site .vibe-player-expand:focus-visible {
        outline: none !important;
        box-shadow: none !important;
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded .vibe-player-popover {
        position: fixed;
        top: auto;
        right: 14px;
        bottom: max(96px, calc(env(safe-area-inset-bottom) + 86px));
        left: 14px;
        z-index: 10;
        width: auto;
        max-height: 44vh;
        overflow: auto;
    }

    body.stef-site .vibe-floating-player.is-mobile-expanded .vibe-player-feedback {
        right: 24px;
        bottom: 102px;
        left: 24px;
        width: auto;
        text-align: center;
    }
}


html {
    background: var(--vibe-bg);
    scroll-behavior: smooth;
}

body {
    background:
        radial-gradient(circle at 10% 18%, rgba(223, 0, 1, 0.13), transparent 28rem),
        radial-gradient(circle at 88% 52%, rgba(167, 0, 1, 0.09), transparent 32rem),
        var(--vibe-bg);
    color: var(--vibe-text);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

::selection {
    background: rgba(223, 0, 1, 0.55);
    color: #ffffff;
}

a,
button,
.header-btn,
.playerBar .icon {
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible {
    outline: 3px solid rgba(255, 104, 108, 0.85) !important;
    outline-offset: 4px;
}

.container {
    max-width: 1220px;
}

/* Navigation */

.header {
    background: rgba(6, 8, 18, 0.82) !important;
    border-bottom: 1px solid var(--vibe-line);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(18px) saturate(145%);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
}

.navbar {
    min-height: 76px !important;
    max-height: 76px !important;
}

.navbar-padding {
    width: min(100%, 1320px);
    margin-inline: auto;
    padding-inline: 26px !important;
}

.navbar .logo-top {
    max-height: 50px;
    width: auto;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.35));
}

.navbar .nav-link {
    margin-inline: 2px;
    padding: 10px 13px !important;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.015em;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
    transform: translateY(-1px);
}

.navbar .sm-icons {
    align-items: center;
    gap: 2px;
}

.navbar .sm-icons .nav-link {
    display: grid;
    width: 38px;
    height: 38px;
    padding: 0 !important;
    place-items: center;
}

.navbar .sm-icons .nav-item a:hover {
    background: rgba(223, 0, 1, 0.14);
    color: var(--vibe-cyan) !important;
}

.header-btn {
    display: grid;
    width: 42px;
    height: 42px;
    margin-left: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    background: var(--vibe-gradient) !important;
    color: #ffffff !important;
    line-height: 42px;
    place-items: center;
    box-shadow: 0 10px 25px rgba(223, 0, 1, 0.28);
}

.header-btn:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 14px 32px rgba(223, 0, 1, 0.38);
}

.dropdown-menu.show {
    margin-top: 8px !important;
    padding: 8px !important;
    border: 1px solid var(--vibe-line);
    border-radius: 16px !important;
    background: rgba(10, 14, 28, 0.96) !important;
    box-shadow: var(--vibe-shadow);
    backdrop-filter: blur(18px);
    opacity: 1 !important;
}

.dropdown-menu.show .dropdown-item {
    border-radius: 10px;
    font-size: 14px;
}

.dropdown-menu.show .dropdown-item:hover,
.dropdown-menu.show .dropdown-item:focus {
    background: rgba(223, 0, 1, 0.16) !important;
}

.dc-bar-wpr {
    top: 76px !important;
    height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(90deg, #11182d 0%, #18234a 50%, #11182d 100%) !important;
}

.dc-bar-wpr .title {
    left: max(24px, calc((100vw - 1260px) / 2)) !important;
    padding-left: 17px;
    font-size: 13px !important;
    letter-spacing: 0.14em;
}

.dc-bar-wpr .title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--vibe-cyan);
    box-shadow: 0 0 0 5px rgba(255, 104, 108, 0.12), 0 0 20px rgba(255, 104, 108, 0.8);
    transform: translateY(-50%);
}

.dc-bar-wpr .scroll-container {
    left: max(150px, calc((100vw - 1000px) / 2)) !important;
    right: max(24px, calc((100vw - 1260px) / 2)) !important;
    color: #dfe4ff !important;
    font-size: 13px !important;
}

/* Direct */

.home-widgets-wpr {
    margin: 116px 0 0 !important;
}

.home-now-playing {
    min-height: 520px;
    padding: 96px 24px !important;
    background: #080a12;
    border-bottom: 1px solid var(--vibe-line);
    isolation: isolate;
}

.home-now-playing::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 6;
    background:
        linear-gradient(90deg, rgba(6, 8, 18, 0.93) 0%, rgba(6, 8, 18, 0.62) 48%, rgba(6, 8, 18, 0.28) 100%),
        linear-gradient(180deg, transparent 60%, rgba(6, 8, 18, 0.8));
    pointer-events: none;
}

.home-now-playing .bg {
    filter: brightness(55%) saturate(125%) contrast(105%) !important;
    transform: scale(1.04) !important;
}

.home-now-playing .ctr {
    width: min(100%, 1220px);
    align-items: center;
    gap: 42px;
    padding-right: 390px;
    z-index: 10;
}

.home-now-playing .artwork {
    width: 230px;
    height: 230px;
    min-width: 230px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 28px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.48), 0 0 0 10px rgba(255, 255, 255, 0.035);
}

.home-now-playing .metadata {
    max-width: 790px;
    padding: 0 !important;
}

.home-now-playing .live {
    margin-bottom: 18px;
    padding: 8px 13px 8px 30px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    backdrop-filter: blur(12px);
}

.home-now-playing .live::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 13px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff456a;
    box-shadow: 0 0 0 5px rgba(255, 69, 106, 0.15);
    transform: translateY(-50%);
}

.home-now-playing .songtitle,
.home-now-playing .artist {
    font-size: clamp(36px, 5vw, 68px);
    line-height: 0.98;
    letter-spacing: -0.045em;
    text-transform: none;
}

.home-now-playing .songtitle {
    margin-bottom: 9px;
    color: #dce2f8;
    font-weight: 350;
}

.home-now-playing .artist {
    background: linear-gradient(90deg, #ffffff 0%, #dce4ff 70%, #E35A5B 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 800;
}

.home-top-played {
    display: block !important;
    width: 350px;
    min-width: 350px;
    max-height: 380px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    background: rgba(12, 16, 30, 0.7);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(18px) saturate(130%);
    -webkit-backdrop-filter: blur(18px) saturate(130%);
}

.home-top-played-header {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 2px 13px;
    color: #dfe4ff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.home-top-played-header::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--vibe-cyan);
    box-shadow: 0 0 0 5px rgba(255, 104, 108, 0.1), 0 0 18px rgba(255, 104, 108, 0.65);
}

.home-top-played .element {
    margin-bottom: 7px;
    padding: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 13px !important;
    background: rgba(255, 255, 255, 0.045) !important;
}

.home-top-played .element:nth-child(n + 7) {
    display: none;
}

.home-top-played .element:hover {
    border-color: rgba(143, 164, 255, 0.34);
    background: rgba(223, 0, 1, 0.11) !important;
    transform: translateX(-3px);
}

.home-top-played .details-ctr {
    gap: 10px;
}

.home-top-played-artwork {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 10px !important;
    object-fit: cover;
}

.home-top-played-details {
    min-width: 0;
    gap: 10px;
}

.home-top-played-metadata {
    min-width: 0;
    padding: 0 !important;
}

.home-top-played-title,
.home-top-played-artist {
    overflow: hidden;
    color: #ffffff;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-top-played-title {
    font-size: 12px;
    font-weight: 750;
    line-height: 1.35;
}

.home-top-played-artist {
    margin-top: 2px;
    color: var(--vibe-muted);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
}

.home-top-played-time {
    flex: 0 0 auto;
    padding: 4px 7px;
    border-radius: 999px;
    background: rgba(223, 0, 1, 0.13);
    color: #aebcff;
    font-size: 10px;
    font-weight: 700;
}

/* Structure éditoriale */

#main {
    position: relative;
    padding-bottom: 1px;
    background:
        radial-gradient(circle at 100% 15%, rgba(223, 0, 1, 0.1), transparent 24rem),
        transparent;
}

.home-image-slider {
    margin-top: 72px;
}

.home-image-list .item {
    border: 1px solid var(--vibe-line);
    border-radius: 20px;
    background: var(--vibe-surface);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.home-image-list .item img {
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    object-fit: cover;
}

.home-image-list .item:hover img {
    transform: scale(1.035);
}

.glide__arrow {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 50% !important;
    background: rgba(9, 13, 26, 0.84) !important;
    color: #ffffff !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28) !important;
    backdrop-filter: blur(12px);
}

.glide__arrow:hover {
    border-color: rgba(143, 164, 255, 0.55) !important;
    background: #DF0001 !important;
    transform: translateY(-50%) scale(1.05);
}

.block-header,
.page-header,
.page-header-block {
    padding-top: 76px;
    padding-bottom: 30px;
}

.page-header-block {
    padding-top: 68px;
}

.page-header .title,
.block-header-title {
    position: relative;
    padding-left: 20px;
    color: var(--vibe-text) !important;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 800;
    letter-spacing: -0.04em;
}

.page-header .title::before,
.block-header-title::before {
    content: "";
    position: absolute;
    top: 7%;
    bottom: 7%;
    left: 0;
    width: 5px;
    border-radius: 999px;
    background: var(--vibe-gradient);
    box-shadow: 0 0 22px rgba(223, 0, 1, 0.45);
}

.highlight-block {
    padding-top: 56px;
    padding-bottom: 56px;
    border-top: 1px solid var(--vibe-line);
    border-bottom: 1px solid var(--vibe-line);
    background:
        linear-gradient(120deg, rgba(223, 0, 1, 0.09), transparent 38%),
        linear-gradient(300deg, rgba(255, 104, 108, 0.055), transparent 40%),
        var(--vibe-bg-soft) !important;
}

#main .row > [class*="col-"] > .element-list {
    height: calc(100% - 30px);
}

.element-list {
    margin-bottom: 30px;
    padding: 13px 13px 18px;
    border: 1px solid var(--vibe-line);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.035);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14);
    transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.element-list:hover {
    border-color: rgba(143, 164, 255, 0.42);
    background: rgba(255, 255, 255, 0.058);
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.24);
    transform: translateY(-5px);
}

.element-list .img-wpr,
.element-list .img-wpr-small {
    aspect-ratio: 16 / 9;
    margin-bottom: 18px;
    border-radius: 14px;
    background: #11162a;
}

.element-list .img {
    border-radius: 14px;
}

.element-list:hover .img {
    transform: scale(1.035);
}

.element-list .category {
    display: inline-flex;
    width: max-content;
    margin-bottom: 11px;
    padding: 5px 9px;
    border: 1px solid rgba(143, 164, 255, 0.24);
    border-radius: 999px;
    background: rgba(223, 0, 1, 0.1);
    color: #9fb0ff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.element-list .subtitle {
    margin: 3px 3px 18px;
    color: #dfe4ff;
    font-size: 18px;
    font-weight: 750;
    letter-spacing: -0.02em;
}

.element-list .title,
.element-list .venue {
    color: var(--vibe-text) !important;
    font-size: 17px;
    line-height: 1.35;
}

.element-list:hover .title {
    color: #aebcff !important;
    text-decoration: none;
}

.element-list .date {
    color: var(--vibe-muted) !important;
    font-size: 13px;
}

.btn-action {
    height: 50px;
    padding: 0 28px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: var(--vibe-gradient) !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 48px;
    letter-spacing: 0.02em;
    box-shadow: 0 14px 30px rgba(223, 0, 1, 0.2);
}

.btn-action:hover,
.btn-action.contrast:hover {
    border-color: rgba(255, 255, 255, 0.36);
    background: var(--vibe-player-gradient) !important;
    color: #ffffff !important;
    box-shadow: 0 18px 38px rgba(223, 0, 1, 0.32);
    transform: translateY(-2px);
}

.btn-action.contrast {
    background: #ffffff !important;
    color: #0a0e1c !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
}

/* Vidéos, podcasts, événements et partenaires */

.home-latest-videos-list {
    margin-bottom: 12px;
    padding: 11px;
    border: 1px solid var(--vibe-line);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.035);
}

.home-latest-videos-list:hover {
    border-color: rgba(143, 164, 255, 0.38);
    background: rgba(255, 255, 255, 0.065);
    transform: translateX(4px);
}

.home-latest-videos-list .img-wpr,
.home-latest-videos-list .img {
    border-radius: 11px;
}

.home-latest-videos-list .title {
    color: var(--vibe-text);
    font-size: 15px;
}

.home-latest-videos-list .date {
    color: var(--vibe-muted);
    font-size: 12px;
}

.home-latest-videos-list.first {
    padding: 14px 14px 20px;
    border-radius: 22px;
}

.home-latest-videos-list.first .img-wpr {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 16px;
}

.home-latest-videos-list.first .img {
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.home-latest-videos-list.first .title {
    font-size: 24px;
}

.home-podcast-list .item {
    margin-bottom: 28px;
    padding: 13px 13px 18px;
    border: 1px solid var(--vibe-line);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.035);
    transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease;
}

.home-podcast-list .item:hover {
    border-color: rgba(143, 164, 255, 0.42);
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-5px);
}

.home-podcast-list .item img {
    margin-bottom: 18px;
    border-radius: 15px;
}

.home-podcast-list .item .program {
    color: #9fb0ff;
    font-size: 14px;
}

.home-podcast-list .item .title {
    color: var(--vibe-text);
    font-size: 16px;
}

.home-podcast-list .item .date {
    margin-top: 7px;
    color: var(--vibe-muted);
    font-size: 12px;
}

.home-sponsors-list .item {
    width: auto;
    padding: 10px;
}

.home-sponsors-list .img-wpr {
    width: 100%;
    height: 126px;
    padding: 18px;
    border: 1px solid var(--vibe-line);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
}

.home-sponsors-list .name {
    color: var(--vibe-text);
    font-size: 14px;
}

/* Lecteur fixe */

.playerBar {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(10, 14, 28, 0.94) !important;
    box-shadow: 0 -18px 55px rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(22px) saturate(145%);
    -webkit-backdrop-filter: blur(22px) saturate(145%);
}

.playerBar .artwork {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
}

.playerBar .ppBtn {
    background: var(--vibe-gradient) !important;
    color: #ffffff !important;
    box-shadow: 0 10px 26px rgba(223, 0, 1, 0.32);
}

.playerBar .icon:hover {
    background: rgba(223, 0, 1, 0.16);
    color: var(--vibe-cyan);
}

/* Pied de page */

.footer {
    margin-top: 90px;
    padding: 72px 0 64px;
    border-top: 1px solid var(--vibe-line);
    background:
        radial-gradient(circle at 80% 20%, rgba(223, 0, 1, 0.12), transparent 24rem),
        #05070f !important;
}

.footer .logo-footer {
    max-width: 125px;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.4));
}

.footer .title,
.footer .title-2 {
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.footer ul li {
    color: var(--vibe-muted);
    font-size: 14px;
    line-height: 38px;
}

.footer ul li a:hover {
    color: #ffffff !important;
}

.footer ul.social li a {
    display: grid;
    width: 48px;
    height: 48px;
    border: 1px solid var(--vibe-line);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.035);
    place-items: center;
}

.footer ul.social li a:hover {
    border-color: rgba(143, 164, 255, 0.45);
    background: rgba(223, 0, 1, 0.14);
    color: var(--vibe-cyan) !important;
    transform: translateY(-3px);
}

.subfooter {
    padding: 26px 0;
    border-top: 1px solid var(--vibe-line);
    background: #05070f;
    color: #7f889f;
    font-size: 12px;
}

.subfooter a,
.subfooter a:hover {
    color: #aeb7cf;
}

@media (max-width: 991.98px) {
    .navbar .nav-link {
        padding-inline: 9px !important;
        font-size: 13px;
    }

    .home-now-playing {
        min-height: 440px;
        padding-block: 72px !important;
    }

    .home-now-playing .artwork {
        width: 190px;
        height: 190px;
        min-width: 190px;
    }

    .home-now-playing .ctr {
        gap: 28px;
        padding-right: 324px;
    }

    .home-top-played {
        width: 300px;
        min-width: 300px;
        padding: 14px;
    }
}

@media (max-width: 767.98px) {
    .navbar {
        min-height: 70px !important;
        max-height: 70px !important;
    }

    .navbar-padding {
        padding-inline: 15px !important;
    }

    .navbar .mobile-logo {
        max-height: 42px;
        width: auto;
    }

    .navbar-toggler {
        border: 1px solid var(--vibe-line) !important;
        border-radius: 12px !important;
        background: rgba(255, 255, 255, 0.04) !important;
    }

    .navbar-collapse {
        top: 70px !important;
        background: rgba(8, 11, 23, 0.98) !important;
        backdrop-filter: blur(22px);
    }

    .navbar-collapse.show .nav-link {
        border-radius: 12px;
        font-size: 19px;
    }

    .dc-bar-wpr {
        top: 70px !important;
    }

    .home-widgets-wpr {
        margin-top: 110px !important;
    }

    .home-now-playing {
        min-height: 540px;
        padding: 62px 20px !important;
    }

    .home-now-playing::after {
        background: linear-gradient(180deg, rgba(6, 8, 18, 0.48), rgba(6, 8, 18, 0.92));
    }

    .home-now-playing .ctr {
        display: flex;
        flex-direction: column;
        gap: 26px;
        padding-right: 0;
        text-align: center;
    }

    .home-top-played {
        display: none !important;
    }

    .home-now-playing .artwork {
        width: 170px;
        height: 170px;
        min-width: 170px;
        min-height: 170px;
        margin: 0 auto;
        border-radius: 22px;
    }

    .home-now-playing .metadata {
        padding: 0 !important;
    }

    .home-now-playing .live {
        margin-bottom: 16px;
        font-size: 10px;
    }

    .home-now-playing .songtitle,
    .home-now-playing .artist {
        font-size: clamp(30px, 10vw, 44px);
        line-height: 1.02;
        -webkit-line-clamp: 2;
    }

    .home-image-slider {
        margin-top: 42px;
    }

    .block-header,
    .page-header,
    .page-header-block {
        padding-top: 54px;
        padding-bottom: 24px;
    }

    .page-header .title,
    .block-header-title {
        padding-left: 16px;
        font-size: 31px;
    }

    .highlight-block {
        padding-top: 38px;
        padding-bottom: 38px;
    }

    .element-list {
        padding: 12px 12px 17px;
        border-radius: 18px;
    }

    .home-latest-videos-list:hover {
        transform: translateY(-3px);
    }

    .footer {
        margin-top: 64px;
        padding: 58px 0 45px;
    }

    .footer .logo-footer {
        margin-bottom: 38px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Navigation locale et vues de prévisualisation */

body.vibe-site:not(.page-home) .preview-eyebrow {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 760;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

body.vibe-site:not(.page-home) .preview-page-intro {
    max-width: 700px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    line-height: 1.55;
}

body.vibe-site:not(.page-home) .preview-home-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 8px;
    align-self: flex-end;
    padding: 0 17px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

body.vibe-site:not(.page-home) .preview-home-link:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

body.vibe-site:not(.page-home) .preview-home-link .material-icons {
    font-size: 18px;
}

.preview-live-button {
    border: 0;
}

.preview-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.preview-card {
    display: block;
    overflow: hidden;
    border: 1px solid var(--vibe-page-line);
    border-radius: 26px;
    background: var(--vibe-page-surface);
    box-shadow: 0 12px 34px rgba(74, 0, 2, 0.08);
    color: var(--vibe-page-text);
    text-decoration: none;
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.preview-card:hover {
    color: var(--vibe-page-text);
    transform: translateY(-5px);
    box-shadow: 0 22px 46px rgba(74, 0, 2, 0.14);
}

.preview-card-art {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background-color: #dce4fa;
    background-position: center;
    background-size: cover;
}

.preview-grid--artists .preview-card-art {
    aspect-ratio: 1;
}

.preview-grid--events .preview-card:first-child {
    grid-column: span 2;
}

.preview-grid--events .preview-card:first-child .preview-card-art {
    aspect-ratio: 16 / 8;
}

.preview-card-art::after {
    content: "";
    position: absolute;
    inset: 45% 0 0;
    background: linear-gradient(transparent, rgba(9, 15, 34, 0.28));
}

.preview-card-copy {
    display: flex;
    min-height: 150px;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
}

.preview-card-copy strong {
    margin: 10px 0 12px;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    font-weight: 740;
    line-height: 1.17;
    letter-spacing: -0.025em;
}

.preview-card-copy > span:last-child {
    margin-top: auto;
    color: var(--vibe-page-muted);
    font-size: 13px;
}

.preview-card-meta {
    display: inline-flex;
    padding: 6px 9px;
    border-radius: 999px;
    background: var(--vibe-page-surface-soft);
    color: var(--vibe-page-blue-dark);
    font-size: 10px;
    font-weight: 780;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.preview-play,
.preview-detail-play {
    position: absolute;
    z-index: 2;
    display: grid;
    width: 54px;
    height: 54px;
    inset: 50% auto auto 50%;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: var(--vibe-page-blue);
    font-size: 27px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
    transform: translate(-50%, -50%);
    place-items: center;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.preview-day-tabs {
    display: inline-flex;
    gap: 5px;
    margin-bottom: 22px;
    padding: 5px;
    border: 1px solid var(--vibe-page-line);
    border-radius: 999px;
    background: #ffffff;
}

.preview-day-tabs button {
    min-height: 38px;
    padding: 0 15px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--vibe-page-muted);
    font-size: 12px;
    font-weight: 720;
}

.preview-day-tabs button.active {
    background: var(--vibe-player-gradient);
    color: #ffffff;
}

.preview-list,
.preview-podcast-list {
    display: grid;
    gap: 12px;
}

.preview-program-row,
.preview-song-row,
.preview-podcast-row {
    display: flex;
    min-height: 98px;
    align-items: center;
    padding: 14px;
    border: 1px solid var(--vibe-page-line);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(74, 0, 2, 0.06);
}

.preview-program-time {
    display: flex;
    width: 90px;
    flex: 0 0 90px;
    flex-direction: column;
    padding-left: 8px;
}

.preview-program-time strong,
.preview-song-row time {
    color: var(--vibe-page-text);
    font-size: 16px;
    font-weight: 750;
}

.preview-program-time span {
    color: var(--vibe-page-muted);
    font-size: 12px;
}

.preview-program-art,
.preview-person-portrait {
    display: grid;
    overflow: hidden;
    background: var(--vibe-player-gradient);
    color: #ffffff;
    place-items: center;
}

.preview-program-art {
    width: 108px;
    height: 72px;
    flex: 0 0 108px;
    border-radius: 16px;
}

.preview-program-art .material-icons {
    font-size: 31px;
}

.tone-cyan { background: linear-gradient(145deg, #30a8c8, #6ed2e7); }
.tone-blue { background: var(--vibe-player-gradient); }
.tone-violet { background: var(--vibe-player-gradient); }
.tone-pink { background: linear-gradient(145deg, #cb4c8a, #ec8cb7); }
.tone-navy { background: linear-gradient(145deg, #182444, #3f5d9f); }

.preview-program-copy,
.preview-song-row > div,
.preview-podcast-copy {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    padding: 0 20px;
}

.preview-program-copy strong,
.preview-song-row strong,
.preview-podcast-copy strong {
    color: var(--vibe-page-text);
    font-size: 17px;
    font-weight: 750;
}

.preview-program-copy span,
.preview-song-row span,
.preview-podcast-copy small {
    margin-top: 4px;
    color: var(--vibe-page-muted);
    font-size: 13px;
}

.preview-round-button {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border: 0;
    border-radius: 50%;
    background: var(--vibe-page-surface-soft);
    color: var(--vibe-page-blue);
    font-size: 21px;
    place-items: center;
}

.preview-round-button:hover {
    background: var(--vibe-player-gradient);
    color: #ffffff;
}

.preview-people-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.preview-person-card {
    overflow: hidden;
    border: 1px solid var(--vibe-page-line);
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(74, 0, 2, 0.08);
}

.preview-person-portrait {
    aspect-ratio: 1;
}

.preview-person-portrait span {
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 790;
    letter-spacing: -0.06em;
}

.preview-person-card > div:last-child {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.preview-person-card strong {
    color: var(--vibe-page-text);
    font-size: 18px;
}

.preview-person-card > div:last-child span {
    margin-top: 5px;
    color: var(--vibe-page-muted);
    font-size: 13px;
}

.preview-song-row time {
    width: 68px;
    flex: 0 0 68px;
    padding-left: 8px;
}

.preview-song-row img,
.preview-podcast-row img {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    border-radius: 15px;
    object-fit: cover;
}

.preview-podcast-row {
    min-height: 118px;
}

.preview-podcast-row img {
    width: 88px;
    height: 88px;
    flex-basis: 88px;
}

.preview-podcast-copy > span {
    margin-bottom: 7px;
    color: var(--vibe-page-blue);
    font-size: 11px;
    font-weight: 780;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.preview-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
    gap: 24px;
}

.preview-contact-form,
.preview-contact-panel,
.preview-legal section,
.preview-detail {
    border: 1px solid var(--vibe-page-line);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: var(--vibe-page-shadow);
}

.preview-contact-form {
    display: grid;
    gap: 17px;
    padding: 30px;
}

.preview-form-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 5px;
}

.preview-form-heading > .material-icons {
    display: grid;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: var(--vibe-page-surface-soft);
    color: var(--vibe-page-blue);
    place-items: center;
}

.preview-form-heading div {
    display: flex;
    flex-direction: column;
}

.preview-form-heading strong {
    color: var(--vibe-page-text);
    font-size: 20px;
}

.preview-form-heading span,
.preview-contact-form label {
    color: var(--vibe-page-muted);
    font-size: 13px;
}

.preview-contact-form label {
    display: grid;
    gap: 8px;
    font-weight: 680;
}

.preview-contact-panel {
    padding: 34px;
    background: var(--vibe-player-gradient);
    color: #ffffff;
}

.preview-contact-icon {
    display: grid;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.14);
    place-items: center;
}

.preview-contact-panel h2 {
    margin: 28px 0 10px;
    color: #ffffff;
    font-size: 34px;
    font-weight: 760;
}

.preview-contact-panel p {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.65;
}

.preview-contact-line {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.preview-contact-line > span:last-child {
    display: flex;
    flex-direction: column;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
}

.preview-contact-line strong {
    color: #ffffff;
}

.preview-legal {
    display: grid;
    gap: 14px;
}

.preview-legal section {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 10px;
    padding: 28px;
}

.preview-legal section > span {
    color: var(--vibe-page-blue);
    font-size: 13px;
    font-weight: 800;
}

.preview-legal h2 {
    margin: 0 0 10px;
    color: var(--vibe-page-text);
    font-size: 22px;
    font-weight: 750;
}

.preview-legal p {
    max-width: 820px;
    margin: 0;
    color: var(--vibe-page-muted);
    font-size: 15px;
    line-height: 1.7;
}

.preview-detail {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    overflow: hidden;
}

.preview-detail-art {
    position: relative;
    min-height: 500px;
    background-position: center;
    background-size: cover;
}

.preview-detail-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 44px;
}

.preview-detail-copy h2 {
    margin: 18px 0 14px;
    color: var(--vibe-page-text);
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 760;
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.preview-detail-copy p {
    color: var(--vibe-page-muted);
    line-height: 1.7;
}

.preview-detail-copy .secondary-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
}

.preview-toast {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1100;
    max-width: min(390px, calc(100vw - 44px));
    padding: 14px 17px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    background: rgba(18, 24, 43, 0.94);
    color: #ffffff;
    font-size: 13px;
    line-height: 1.45;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.22);
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 180ms ease, transform 180ms ease;
    pointer-events: none;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.preview-toast.show {
    opacity: 1;
    transform: none;
}

@media (max-width: 991.98px) {
    .preview-grid,
    .preview-people-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .preview-contact-grid,
    .preview-detail {
        grid-template-columns: 1fr;
    }

    .preview-detail-art {
        min-height: 52vw;
    }
}

@media (max-width: 767.98px) {
    body.vibe-site:not(.page-home) .preview-page-intro {
        font-size: 15px;
    }

    body.vibe-site:not(.page-home) .preview-home-link {
        align-self: flex-start;
    }

    .preview-grid,
    .preview-people-grid {
        grid-template-columns: 1fr;
    }

    .preview-grid--events .preview-card:first-child {
        grid-column: auto;
    }

    .preview-program-row,
    .preview-song-row,
    .preview-podcast-row {
        min-height: 88px;
        padding: 11px;
        border-radius: 18px;
    }

    .preview-program-time {
        width: 64px;
        flex-basis: 64px;
        padding-left: 4px;
    }

    .preview-program-art {
        width: 62px;
        height: 62px;
        flex-basis: 62px;
    }

    .preview-program-copy,
    .preview-song-row > div,
    .preview-podcast-copy {
        padding: 0 12px;
    }

    .preview-program-copy span {
        display: none;
    }

    .preview-song-row time {
        display: none;
    }

    .preview-song-row img,
    .preview-podcast-row img {
        width: 62px;
        height: 62px;
        flex-basis: 62px;
    }

    .preview-podcast-copy small {
        display: none;
    }

    .preview-contact-form,
    .preview-contact-panel,
    .preview-detail-copy {
        padding: 24px;
    }

    .preview-legal section {
        grid-template-columns: 1fr;
        padding: 23px;
    }

    .preview-detail-art {
        min-height: 66vw;
    }
}

/* Raffinement minimal inspiré des interfaces Apple */

:root {
    --vibe-bg: #000000;
    --vibe-bg-soft: #0b0b0c;
    --vibe-surface: #151516;
    --vibe-surface-strong: #1d1d1f;
    --vibe-line: rgba(255, 255, 255, 0.09);
    --vibe-text: #f5f5f7;
    --vibe-muted: #a1a1a6;
    --vibe-blue: #F1252B;
    --vibe-cyan: #F36A6D;
    --vibe-violet: #F1252B;
    --vibe-gradient: var(--vibe-player-gradient);
    --vibe-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);

    --header-bg: rgba(18, 18, 20, 0.78);
    --header-mobile-links-bg: #111113;
    --header-social-icons: #a1a1a6;
    --header-btn-bg: #DF0001;
    --header-btn-color: #ffffff;
    --dedications-bar-bg: #161617;
    --page-title: #f5f5f7;
    --primary-text: #f5f5f7;
    --lecture-text: #F1252B;
    --heading-text: #f5f5f7;
    --highlight-text: #F1252B;
    --primary-btn-bg: #DF0001;
    --secondary-btn-bg: #1d1d1f;
    --play-btn-bg: #DF0001;
    --play-btn-hover-bg: #F1252B;
    --highglight-block-bg: #0b0b0c;
    --highglight-block-secondary-bg: #1d1d1f;
    --player-bar-bg: rgba(22, 22, 23, 0.92);
    --player-bar-play-btn-color: #DF0001;
    --player-bar-seekbar-bg: #F1252B;
    --player-bar-seekbar-fill: #F1252B;
    --footer-bg: #050505;
    --footer-social-icons: #F1252B;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif !important;
    background: #000000;
    color: #f5f5f7;
    letter-spacing: -0.008em;
}

/* Les ligatures Material Icons doivent rester indépendantes de la police Apple du site. */
.material-icons,
.material-icons-outlined,
.material-icons-round {
    font-family: "Material Icons" !important;
    font-weight: normal !important;
    font-style: normal !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    white-space: nowrap !important;
    word-wrap: normal !important;
    direction: ltr !important;
    -webkit-font-feature-settings: "liga" !important;
    -webkit-font-smoothing: antialiased !important;
    font-feature-settings: "liga" !important;
}

.header-btn.material-icons {
    overflow: hidden;
    line-height: 1 !important;
}

.local-svg-icon {
    font-size: 0 !important;
}

.local-svg-icon > svg {
    display: block;
    width: 1em;
    height: 1em;
    min-width: 18px;
    min-height: 18px;
    fill: currentColor;
    font-size: 22px;
}

.navbar .dropdown-toggle::after {
    content: "" !important;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 8px;
    border: 0 !important;
    border-right: 1.5px solid currentColor !important;
    border-bottom: 1.5px solid currentColor !important;
    vertical-align: 3px;
    transform: rotate(45deg);
}

.header {
    border-bottom-color: rgba(255, 255, 255, 0.08);
    background: rgba(18, 18, 20, 0.78) !important;
    box-shadow: none;
    backdrop-filter: saturate(180%) blur(24px);
    -webkit-backdrop-filter: saturate(180%) blur(24px);
}

.navbar {
    min-height: 72px !important;
    max-height: 72px !important;
}

.navbar-padding {
    padding-inline: 32px !important;
}

.navbar .logo-top {
    max-height: 46px;
    filter: none;
}

.navbar .nav-link {
    padding: 9px 12px !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.005em;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    background: rgba(255, 255, 255, 0.075);
    transform: none;
}

.navbar .sm-icons .nav-item a:hover {
    background: rgba(255, 255, 255, 0.075);
    color: #ffffff !important;
}

.header-btn {
    width: 40px;
    height: 40px;
    border: 0;
    background: #DF0001 !important;
    line-height: 40px;
    box-shadow: none;
}

.header-btn:hover {
    background: #F1252B !important;
    box-shadow: none;
    transform: scale(1.04);
}

.dropdown-menu.show {
    border-color: rgba(255, 255, 255, 0.1);
    border-radius: 14px !important;
    background: rgba(29, 29, 31, 0.88) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.34);
    backdrop-filter: saturate(180%) blur(24px);
}

.dc-bar-wpr {
    top: 72px !important;
    background: rgba(22, 22, 23, 0.94) !important;
}

.dc-bar-wpr .title {
    letter-spacing: 0.1em;
}

.dc-bar-wpr .title::before,
.home-top-played-header::before {
    background: #30d158;
    box-shadow: 0 0 0 4px rgba(48, 209, 88, 0.12);
}

.home-widgets-wpr {
    margin-top: 112px !important;
}

.home-now-playing {
    min-height: 430px;
    padding: 104px 28px 28px !important;
    border-bottom-color: rgba(255, 255, 255, 0.08);
    background: #000000;
}

.home-now-playing::after {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.93) 0%, rgba(0, 0, 0, 0.66) 49%, rgba(0, 0, 0, 0.27) 100%),
        linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.82));
}

.home-now-playing .bg {
    filter: brightness(58%) saturate(92%) contrast(108%) !important;
    transform: scale(1.025) !important;
}

.home-now-playing .ctr {
    width: min(100%, 1240px);
    gap: 38px;
}

.home-now-playing .artwork {
    width: 218px;
    height: 218px;
    min-width: 218px;
    border-color: rgba(255, 255, 255, 0.15);
    border-radius: 26px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.5);
}

.home-now-playing .live {
    margin-bottom: 20px;
    padding: 7px 12px 7px 29px;
    border-color: rgba(255, 255, 255, 0.13);
    background: rgba(29, 29, 31, 0.62);
    font-size: 11px;
    letter-spacing: 0.1em;
    backdrop-filter: saturate(180%) blur(20px);
}

.home-now-playing .live::before {
    background: #ff453a;
    box-shadow: 0 0 0 4px rgba(255, 69, 58, 0.14);
}

.home-now-playing .songtitle,
.home-now-playing .artist {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(38px, 4.8vw, 66px);
    line-height: 0.98;
    letter-spacing: -0.052em;
}

.home-now-playing .songtitle {
    color: rgba(245, 245, 247, 0.82);
    font-weight: 300;
}

.home-now-playing .artist {
    background: none;
    color: #f5f5f7;
    font-weight: 700;
}

.home-top-played {
    padding: 16px;
    border-color: rgba(255, 255, 255, 0.11);
    border-radius: 24px;
    background: rgba(29, 29, 31, 0.7);
    box-shadow: 0 28px 65px rgba(0, 0, 0, 0.35);
    backdrop-filter: saturate(180%) blur(24px);
    -webkit-backdrop-filter: saturate(180%) blur(24px);
}

.home-top-played-header {
    margin-bottom: 12px;
    color: rgba(245, 245, 247, 0.72);
    font-size: 10px;
    letter-spacing: 0.11em;
}

.home-top-played .element {
    border-color: transparent;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.055) !important;
}

.home-top-played .element:hover {
    border-color: transparent;
    background: rgba(255, 255, 255, 0.09) !important;
    transform: none;
}

.home-top-played-artwork {
    border: 0 !important;
    border-radius: 10px !important;
}

.home-top-played-title {
    font-weight: 650;
}

.home-top-played-time {
    background: rgba(255, 255, 255, 0.07);
    color: #d2d2d7;
}

#main {
    background: #000000;
}

.home-image-slider {
    margin-top: 80px;
}

.home-image-list .item {
    border-color: rgba(255, 255, 255, 0.09);
    border-radius: 24px;
    background: #151516;
    box-shadow: none;
}

.home-image-list .item img {
    border-radius: 24px;
}

.glide__arrow {
    border-color: rgba(255, 255, 255, 0.12) !important;
    background: rgba(29, 29, 31, 0.78) !important;
    box-shadow: none !important;
    backdrop-filter: saturate(180%) blur(20px);
}

.glide__arrow:hover {
    border-color: transparent !important;
    background: rgba(245, 245, 247, 0.92) !important;
    color: #000000 !important;
}

.block-header,
.page-header,
.page-header-block {
    padding-top: 92px;
    padding-bottom: 36px;
}

.page-header .title,
.block-header-title {
    padding-left: 0;
    color: #f5f5f7 !important;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(36px, 4.4vw, 56px);
    font-weight: 700;
    letter-spacing: -0.052em;
}

.page-header .title::before,
.block-header-title::before {
    display: none;
}

.highlight-block {
    padding-top: 64px;
    padding-bottom: 64px;
    border-color: rgba(255, 255, 255, 0.08);
    background: #0b0b0c !important;
}

.element-list {
    padding: 12px 12px 20px;
    border-color: rgba(255, 255, 255, 0.085);
    border-radius: 24px;
    background: #151516;
    box-shadow: none;
}

.element-list:hover {
    border-color: rgba(255, 255, 255, 0.16);
    background: #1d1d1f;
    box-shadow: none;
    transform: translateY(-3px);
}

.element-list .img-wpr,
.element-list .img-wpr-small,
.element-list .img {
    border-radius: 18px;
}

.element-list .category {
    margin-bottom: 10px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #F1252B;
    font-size: 11px;
    letter-spacing: 0.045em;
}

.element-list .subtitle {
    color: #f5f5f7;
    font-size: 17px;
    font-weight: 650;
}

.element-list .title,
.element-list .venue {
    color: #f5f5f7 !important;
    font-weight: 650;
}

.element-list:hover .title {
    color: #ffffff !important;
}

.element-list .date {
    color: #86868b !important;
}

.btn-action {
    height: 48px;
    padding-inline: 25px;
    border: 0;
    background: #DF0001 !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.01em;
    box-shadow: none;
}

.btn-action:hover {
    border: 0;
    background: #F1252B !important;
    box-shadow: none;
    transform: none;
}

.btn-action.contrast {
    background: #f5f5f7 !important;
    color: #1d1d1f !important;
    box-shadow: none;
}

.btn-action.contrast:hover {
    background: #ffffff !important;
    color: #000000 !important;
}

.home-latest-videos-list,
.home-podcast-list .item {
    border-color: rgba(255, 255, 255, 0.085);
    background: #151516;
}

.home-latest-videos-list:hover,
.home-podcast-list .item:hover {
    border-color: rgba(255, 255, 255, 0.16);
    background: #1d1d1f;
    transform: translateY(-2px);
}

.home-latest-videos-list.first {
    border-radius: 24px;
}

.home-latest-videos-list.first .img-wpr,
.home-latest-videos-list.first .img,
.home-podcast-list .item img {
    border-radius: 18px;
}

.home-podcast-list .item .program {
    color: #F1252B;
}

.home-sponsors-list .img-wpr {
    border: 0;
    border-radius: 22px;
    background: #f5f5f7;
    box-shadow: none;
}

.playerBar {
    border-top-color: rgba(255, 255, 255, 0.11);
    background: rgba(22, 22, 23, 0.9) !important;
    box-shadow: 0 -20px 55px rgba(0, 0, 0, 0.32);
    backdrop-filter: saturate(180%) blur(24px);
    -webkit-backdrop-filter: saturate(180%) blur(24px);
}

.playerBar .ppBtn {
    background: #f5f5f7 !important;
    color: #DF0001 !important;
    box-shadow: none;
}

.footer {
    border-top-color: rgba(255, 255, 255, 0.08);
    background: #050505 !important;
}

.footer .title,
.footer .title-2 {
    letter-spacing: 0.025em;
}

.footer ul.social li a {
    border-color: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    background: #151516;
}

.footer ul.social li a:hover {
    border-color: rgba(255, 255, 255, 0.18);
    background: #1d1d1f;
    color: #F1252B !important;
    transform: none;
}

@media (max-width: 991.98px) {
    .home-now-playing .ctr {
        padding-right: 320px;
    }
}

@media (max-width: 767.98px) {
    .navbar {
        min-height: 68px !important;
        max-height: 68px !important;
    }

    .navbar-padding {
        padding-inline: 14px !important;
    }

    .dc-bar-wpr {
        top: 68px !important;
    }

    .home-widgets-wpr {
        margin-top: 108px !important;
    }

    .home-now-playing {
        min-height: 530px;
        padding-block: 58px !important;
    }

    .home-now-playing .ctr {
        padding-right: 0;
    }

    .home-now-playing .artwork {
        border-radius: 24px;
    }

    .home-now-playing .songtitle,
    .home-now-playing .artist {
        font-size: clamp(31px, 10vw, 43px);
    }

    .home-image-slider {
        margin-top: 48px;
    }

    .block-header,
    .page-header,
    .page-header-block {
        padding-top: 64px;
        padding-bottom: 26px;
    }

    .page-header .title,
    .block-header-title {
        padding-left: 0;
        font-size: 36px;
    }

    .highlight-block {
        padding-block: 44px;
    }

    .element-list {
        border-radius: 22px;
    }
}

/* Direction Apple claire — surfaces lumineuses, contraste doux, accent bleu */

:root {
    color-scheme: light;
    --vibe-bg: #f5f5f7;
    --vibe-bg-soft: #fbfbfd;
    --vibe-surface: #ffffff;
    --vibe-surface-strong: #f0f0f2;
    --vibe-line: rgba(0, 0, 0, 0.08);
    --vibe-text: #1d1d1f;
    --vibe-muted: #6e6e73;
    --vibe-blue: #DF0001;
    --vibe-cyan: #DF0001;
    --vibe-violet: #DF0001;
    --vibe-gradient: var(--vibe-player-gradient);
    --vibe-shadow: 0 24px 60px rgba(0, 0, 0, 0.1);

    --header-bg: rgba(255, 255, 255, 0.82);
    --header-mobile-links-bg: rgba(255, 255, 255, 0.98);
    --header-links: #1d1d1f;
    --header-social-icons: #6e6e73;
    --header-btn-bg: #DF0001;
    --header-btn-color: #ffffff;
    --header-loadbar: #DF0001;
    --dedications-bar-bg: rgba(245, 245, 247, 0.94);
    --dedications-bar-msg: #6e6e73;
    --dedications-bar-label: #1d1d1f;
    --page-title: #1d1d1f;
    --primary-text: #1d1d1f;
    --lecture-text: #DF0001;
    --heading-text: #1d1d1f;
    --highlight-text: #DF0001;
    --primary-btn-bg: #DF0001;
    --primary-btn-color: #ffffff;
    --secondary-btn-bg: #e8e8ed;
    --secondary-btn-color: #1d1d1f;
    --play-btn-bg: #DF0001;
    --play-btn-hover-bg: #F1252B;
    --play-btn-color: #ffffff;
    --highglight-block-bg: #ffffff;
    --highglight-block-secondary-bg: #f5f5f7;
    --highglight-block-color: #1d1d1f;
    --highglight-block-primary-btn-bg: #DF0001;
    --highglight-block-primary-btn-color: #ffffff;
    --highglight-block-secondary-btn-bg: #e8e8ed;
    --highglight-block-secondary-btn-color: #1d1d1f;
    --player-bar-bg: rgba(255, 255, 255, 0.9);
    --player-bar-songtitle: #1d1d1f;
    --player-bar-artist: #6e6e73;
    --player-bar-icons: #424245;
    --player-bar-play-btn-bg: #DF0001;
    --player-bar-play-btn-color: #ffffff;
    --player-bar-seekbar-bg: #d2d2d7;
    --player-bar-seekbar-fill: #DF0001;
    --footer-bg: #f5f5f7;
    --footer-heading-text: #1d1d1f;
    --footer-links: #6e6e73;
    --footer-social-icons: #DF0001;
}

html,
body {
    background: #f5f5f7;
    color: #1d1d1f;
}

::selection {
    background: rgba(0, 113, 227, 0.22);
    color: #1d1d1f;
}

.header {
    border-bottom-color: rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.82) !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.navbar .logo-top,
.navbar .mobile-logo,
.footer .logo-footer {
    filter: brightness(0);
}

.navbar .nav-link {
    color: #1d1d1f !important;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .sm-icons .nav-item a:hover {
    background: rgba(0, 0, 0, 0.055);
    color: #000000 !important;
}

.navbar .sm-icons .nav-link {
    color: #6e6e73 !important;
}

.dropdown-menu.show {
    border-color: rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.12);
}

.dropdown-menu.show .dropdown-item {
    color: #1d1d1f !important;
}

.dropdown-menu.show .dropdown-item:hover,
.dropdown-menu.show .dropdown-item:focus {
    background: rgba(0, 113, 227, 0.08) !important;
}

.dc-bar-wpr {
    border-bottom-color: rgba(0, 0, 0, 0.07);
    background: rgba(245, 245, 247, 0.94) !important;
}

.dc-bar-wpr .title {
    color: #1d1d1f !important;
}

.dc-bar-wpr .scroll-container {
    color: #6e6e73 !important;
}

#main {
    background: #f5f5f7;
}

.home-image-list .item {
    border-color: rgba(0, 0, 0, 0.08);
    background: #ffffff;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.07);
}

.glide__arrow {
    border-color: rgba(0, 0, 0, 0.08) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    color: #1d1d1f !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1) !important;
}

.glide__arrow:hover {
    background: #ffffff !important;
    color: #DF0001 !important;
}

.block-header,
.page-header,
.page-header-block {
    background: #f5f5f7 !important;
}

.page-header .title,
.block-header-title {
    color: #1d1d1f !important;
}

.highlight-block {
    border-color: rgba(0, 0, 0, 0.07);
    background: #fbfbfd !important;
}

.element-list,
.home-latest-videos-list,
.home-podcast-list .item {
    border-color: rgba(0, 0, 0, 0.08);
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.055);
}

.element-list:hover,
.home-latest-videos-list:hover,
.home-podcast-list .item:hover {
    border-color: rgba(0, 0, 0, 0.12);
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.09);
}

.element-list .img-wpr,
.element-list .img-wpr-small {
    background: #e8e8ed;
}

.element-list .subtitle,
.element-list .title,
.element-list .venue,
.element-list:hover .title,
.home-latest-videos-list .title,
.home-podcast-list .item .title,
.home-sponsors-list .name {
    color: #1d1d1f !important;
}

.element-list .date,
.home-latest-videos-list .date,
.home-podcast-list .item .date {
    color: #6e6e73 !important;
}

.element-list .category,
.home-podcast-list .item .program {
    color: #DF0001;
}

.btn-action.contrast {
    background: #e8e8ed !important;
    color: #1d1d1f !important;
}

.btn-action.contrast:hover {
    background: #d2d2d7 !important;
    color: #000000 !important;
}

.home-sponsors-list .img-wpr {
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.055);
}

.playerBar {
    border-top-color: rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 -12px 38px rgba(0, 0, 0, 0.1);
}

.playerBar .artwork {
    border-color: rgba(0, 0, 0, 0.08);
}

.playerBar .ppBtn {
    background: #DF0001 !important;
    color: #ffffff !important;
}

.playerBar .icon:hover {
    background: rgba(0, 113, 227, 0.08);
    color: #DF0001;
}

.footer {
    border-top-color: rgba(0, 0, 0, 0.08);
    background: #f5f5f7 !important;
}

.footer .title,
.footer .title-2 {
    color: #1d1d1f;
}

.footer ul li,
.footer ul li a {
    color: #6e6e73 !important;
}

.footer ul li a:hover {
    color: #1d1d1f !important;
}

.footer ul.social li a {
    border-color: rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

.footer ul.social li a:hover {
    border-color: rgba(0, 113, 227, 0.16);
    background: rgba(0, 113, 227, 0.08);
    color: #DF0001 !important;
}

.subfooter {
    border-top-color: rgba(0, 0, 0, 0.08);
    background: #e8e8ed;
    color: #6e6e73;
}

.subfooter a,
.subfooter a:hover {
    color: #424245;
}

@media (max-width: 767.98px) {
    .navbar-collapse {
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        background: rgba(255, 255, 255, 0.98) !important;
    }

    .navbar-toggler {
        border-color: rgba(0, 0, 0, 0.1) !important;
        background: rgba(0, 0, 0, 0.045) !important;
    }
}

/* Rythme Vibe — alternance claire et grands blocs bleus */

:root {
    --vibe-bg: #ffffff;
    --vibe-bg-soft: #f5f5f7;
    --header-bg: #000000;
    --header-links: #ffffff;
    --header-social-icons: #DF0001;
    --dedications-bar-bg: #DF0001;
    --dedications-bar-msg: #ffffff;
    --dedications-bar-label: #ffffff;
    --page-title: #DF0001;
    --heading-text: #DF0001;
    --highlight-text: #DF0001;
    --highglight-block-bg: #DF0001;
    --highglight-block-secondary-bg: #DF0001;
    --highglight-block-color: #ffffff;
    --player-bar-bg: #DF0001;
    --player-bar-songtitle: #ffffff;
    --player-bar-artist: #ffffff;
    --player-bar-icons: #ffffff;
    --player-bar-play-btn-bg: #ffffff;
    --player-bar-play-btn-color: #DF0001;
    --footer-bg: #000000;
    --footer-heading-text: #ffffff;
    --footer-links: #ffffff;
    --footer-social-icons: #DF0001;
}

html,
body {
    background: #ffffff;
}

.header {
    border-bottom-color: rgba(255, 255, 255, 0.09);
    background: #000000 !important;
}

.navbar .logo-top,
.navbar .mobile-logo {
    filter: none;
}

.navbar .nav-link {
    color: #ffffff !important;
}

.navbar .sm-icons .nav-link {
    color: #DF0001 !important;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .sm-icons .nav-item a:hover {
    background: rgba(255, 255, 255, 0.09);
    color: #ffffff !important;
}

.dc-bar-wpr {
    border-bottom-color: rgba(255, 255, 255, 0.14);
    background: var(--vibe-player-gradient) !important;
}

.dc-bar-wpr .title,
.dc-bar-wpr .scroll-container {
    color: #ffffff !important;
}

#main {
    background: #ffffff;
}

.block-header,
.page-header,
.page-header-block {
    background: transparent !important;
}

.page-header .title,
.block-header-title {
    color: #DF0001 !important;
}

.highlight-block {
    position: relative;
    overflow: hidden;
    border-color: rgba(255, 255, 255, 0.13);
    background: var(--vibe-player-gradient) !important;
}

.highlight-block .page-header,
.highlight-block .page-header-block {
    background: transparent !important;
}

.highlight-block .page-header .title,
.highlight-block .block-header-title {
    color: #ffffff !important;
}

.highlight-block .element-list,
.highlight-block .home-latest-videos-list,
.highlight-block .home-podcast-list .item {
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 55px rgba(3, 20, 51, 0.22);
}

.highlight-block .element-list:hover,
.highlight-block .home-latest-videos-list:hover,
.highlight-block .home-podcast-list .item:hover {
    border-color: rgba(255, 255, 255, 0.5);
    background: #ffffff;
    box-shadow: 0 28px 64px rgba(3, 20, 51, 0.28);
}

.highlight-block .btn-action.contrast {
    background: #ffffff !important;
    color: #DF0001 !important;
}

.highlight-block .btn-action.contrast:hover {
    background: #f0f3ff !important;
    color: #385cbf !important;
}

.btn-action:not(.contrast) {
    background: #000000 !important;
    color: #ffffff !important;
}

.playerBar {
    border-top-color: rgba(255, 255, 255, 0.2);
    background: var(--vibe-player-gradient) !important;
    box-shadow: 0 -12px 38px rgba(24, 48, 116, 0.18);
}

.playerBar .ppBtn {
    background: #ffffff !important;
    color: #DF0001 !important;
}

.playerBar .icon,
.playerBar .songtitle,
.playerBar .artist {
    color: #ffffff !important;
}

.footer {
    border-top-color: rgba(255, 255, 255, 0.12);
    background: #000000 !important;
}

.footer .logo-footer {
    filter: none;
}

.footer .title,
.footer .title-2 {
    color: #ffffff;
}

.footer ul li,
.footer ul li a {
    color: #ffffff !important;
}

.footer ul li a:hover {
    color: #ffffff !important;
}

.footer ul.social li a {
    border-color: rgba(223, 0, 1, 0.42);
    background: rgba(223, 0, 1, 0.12);
    color: #DF0001 !important;
}

.footer ul.social li a:hover {
    border-color: #DF0001;
    background: rgba(223, 0, 1, 0.22);
    color: #ffffff !important;
}

.subfooter {
    border-top-color: rgba(255, 255, 255, 0.1);
    background: #000000;
    color: #86868b;
}

.subfooter a,
.subfooter a:hover {
    color: #ffffff;
}

@media (max-width: 767.98px) {
    .navbar-collapse {
        border-top-color: rgba(255, 255, 255, 0.1);
        background: #000000 !important;
    }
}

/* Webradios par humeur */

.mood-radios {
    margin-top: 76px;
    padding: 72px 0 78px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    background: #f5f5f7;
}

.mood-radios-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 34px;
}

.mood-radios-kicker {
    margin-bottom: 10px;
    color: #DF0001;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.mood-radios h2 {
    max-width: 760px;
    margin: 0;
    color: #1d1d1f;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(36px, 4.3vw, 54px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.052em;
}

.mood-radios-all {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 9px;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    background: #000000;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 650;
    text-decoration: none !important;
}

.mood-radios-all .material-icons {
    font-size: 18px;
}

.mood-radios-all:hover {
    background: var(--vibe-player-gradient);
    transform: translateY(-1px);
}

.mood-radios-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.mood-radio-card {
    position: relative;
    display: flex;
    min-height: 192px;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
    padding: 23px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 24px;
    color: #ffffff !important;
    isolation: isolate;
    text-decoration: none !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.1);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.mood-radio-card::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -54px;
    z-index: -1;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    filter: blur(2px);
}

.mood-radio-card:hover {
    color: #ffffff !important;
    box-shadow: 0 22px 48px rgba(16, 43, 103, 0.2);
    transform: translateY(-4px);
}

.mood-radio-card-dark {
    background: #000000;
}

.mood-radio-card-blue {
    background: var(--vibe-player-gradient);
}

.mood-radio-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.mood-radio-brand {
    color: #ffffff;
    font-size: 25px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.055em;
}

.mood-radio-flavour,
.mood-radio-live {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 9px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.86);
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mood-radio-live i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #30d158;
    box-shadow: 0 0 0 4px rgba(48, 209, 88, 0.15);
}

.mood-radio-content {
    padding-right: 54px;
}

.mood-radio-content h3 {
    margin: 0 0 7px;
    color: #ffffff;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.035em;
}

.mood-radio-content p {
    margin: 0;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mood-radio-content strong {
    color: #ffffff;
    font-weight: 650;
}

.mood-radio-play {
    position: absolute;
    right: 22px;
    bottom: 22px;
    display: grid;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffffff;
    color: #DF0001;
    font-size: 24px;
    place-items: center;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
}

.mood-radio-card-dark .mood-radio-play {
    color: #000000;
}

@media (max-width: 991.98px) {
    .mood-radios-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .mood-radios {
        margin-top: 48px;
        padding: 52px 0 58px;
    }

    .mood-radios-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 22px;
        margin-bottom: 28px;
    }

    .mood-radios h2 {
        font-size: 36px;
    }

    .mood-radios-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .mood-radio-card {
        min-height: 168px;
        border-radius: 22px;
    }
}

/* Cartes webradios carrées avec pochette en arrière-plan */

.mood-radios-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.mood-radio-card,
.mood-radio-card-dark,
.mood-radio-card-blue {
    aspect-ratio: 1;
    min-height: 0;
    padding: 18px;
    background-color: #000000;
    background-image:
        linear-gradient(180deg, rgba(3, 8, 22, 0.46) 0%, rgba(3, 8, 22, 0.56) 100%),
        var(--mood-cover) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mood-radio-card::before {
    display: none;
}

.mood-radio-brand {
    display: none;
}

.mood-radio-top {
    justify-content: flex-end;
}

.mood-radio-flavour,
.mood-radio-live {
    max-width: 96px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    text-overflow: ellipsis;
    white-space: nowrap;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.mood-radio-content {
    position: static;
    padding-right: 0;
}

.mood-radio-content h3 {
    position: absolute;
    right: 62px;
    bottom: 18px;
    left: 18px;
    margin: 0;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.15;
    text-align: left;
    text-overflow: ellipsis;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.55);
    white-space: nowrap;
}

.mood-radio-content p {
    position: absolute;
    top: 50%;
    right: 18px;
    left: 18px;
    display: flex;
    margin: 0;
    overflow: visible;
    flex-direction: column;
    gap: 4px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
    white-space: normal;
    transform: translateY(-50%);
}

.mood-radio-content p span,
.mood-radio-content p strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mood-radio-content p strong {
    font-size: 14px;
}

.mood-radio-play {
    right: 16px;
    bottom: 16px;
    width: 36px;
    height: 36px;
    font-size: 21px;
}

@media (max-width: 1199.98px) {
    .mood-radios-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }
}

@media (max-width: 767.98px) {
    .mood-radios-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .mood-radio-card {
        min-height: 0;
        padding: 16px;
    }
}

@media (max-width: 420px) {
    .mood-radios-grid {
        grid-template-columns: 1fr;
    }
}

/* Hiérarchie des titres diffusés dans le bloc En direct */

.home-top-played-title {
    color: var(--vibe-muted);
    font-weight: 500;
}

.home-top-played-artist {
    color: #ffffff;
    font-weight: 750;
}

/* Pages intérieures — système visuel Vibe 4.0 */

body.vibe-site:not(.page-home) {
    --vibe-page-bg: #f4f6fb;
    --vibe-page-surface: #ffffff;
    --vibe-page-surface-soft: #eef2ff;
    --vibe-page-text: #121318;
    --vibe-page-muted: #6f7482;
    --vibe-page-line: rgba(19, 31, 67, 0.09);
    --vibe-page-blue: #DF0001;
    --vibe-page-blue-dark: #9E0001;
    --vibe-page-shadow: 0 18px 45px rgba(74, 0, 2, 0.1);
    background: var(--vibe-page-bg);
    color: var(--vibe-page-text);
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}

body.vibe-site:not(.page-home) #main {
    min-height: 72vh;
    overflow: hidden;
    padding-bottom: 92px;
    background:
        radial-gradient(circle at 8% 28%, rgba(223, 0, 1, 0.08), transparent 28%),
        var(--vibe-page-bg);
}

body.vibe-site:not(.page-home) #main > .container:last-child {
    position: relative;
}

body.vibe-site:not(.page-home) .page-header:not(.page-header-block) {
    position: relative;
    z-index: 1;
    isolation: isolate;
    margin-bottom: 38px;
    padding-top: 156px;
    padding-bottom: 48px;
    background: transparent !important;
}

body.vibe-site:not(.page-home) .page-header:not(.page-header-block)::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 50%;
    z-index: -1;
    width: 100vw;
    background: var(--vibe-player-gradient);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.15);
    transform: translateX(-50%);
}

body.vibe-site:not(.page-home) .page-header:not(.page-header-block) .title,
body.vibe-site:not(.page-home) .page-header:not(.page-header-block) .page-header-title {
    max-width: 950px;
    color: #ffffff !important;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 760;
    line-height: 0.98;
    letter-spacing: -0.052em;
}

body.vibe-site:not(.page-home) .page-header:not(.page-header-block) .top,
body.vibe-site:not(.page-home) .page-header:not(.page-header-block) .bottom {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    font-weight: 650;
    letter-spacing: 0.02em;
}

body.vibe-site:not(.page-home) .page-header-block {
    margin: 0 0 22px;
    padding: 62px 0 16px;
    background: transparent !important;
}

body.vibe-site:not(.page-home) .page-header-block .title,
body.vibe-site:not(.page-home) .section-header h2 {
    color: var(--vibe-page-text) !important;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 740;
    line-height: 1.05;
    letter-spacing: -0.038em;
}

body.vibe-site:not(.page-home) .page-header .link,
body.vibe-site:not(.page-home) .page-header .link:hover {
    color: var(--vibe-page-blue);
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

body.vibe-site:not(.page-home) .custom-select-wpr {
    min-width: 220px;
    height: 46px;
}

body.vibe-site:not(.page-home) .custom-select-selected {
    height: 46px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 14px;
    font-weight: 680;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

body.vibe-site:not(.page-home) .custom-select-selected.open {
    border-bottom: 1px solid transparent;
    border-radius: 22px 22px 0 0;
    background: #ffffff;
    color: var(--vibe-page-text);
}

body.vibe-site:not(.page-home) .custom-select-arrow {
    color: currentColor;
}

body.vibe-site:not(.page-home) .custom-select-links {
    overflow: hidden auto;
    border: 1px solid var(--vibe-page-line);
    border-top: 0;
    border-radius: 0 0 22px 22px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--vibe-page-shadow);
}

body.vibe-site:not(.page-home) .custom-select-link {
    margin: 0 12px;
    padding: 11px 2px;
    border-color: var(--vibe-page-line);
    background: transparent;
    font-size: 14px;
    font-weight: 650;
}

body.vibe-site:not(.page-home) .custom-select-link a {
    color: var(--vibe-page-text);
}

body.vibe-site:not(.page-home) .custom-select-link a:hover {
    color: var(--vibe-page-blue);
}

body.vibe-site:not(.page-home) .pills-style-1,
body.vibe-site:not(.page-home) .pills-style-2 {
    max-width: 780px;
    margin: 26px 0 0 !important;
    padding: 5px;
    overflow-x: auto;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    scrollbar-width: none;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

body.vibe-site:not(.page-home) .pills-style-1::-webkit-scrollbar,
body.vibe-site:not(.page-home) .pills-style-2::-webkit-scrollbar {
    display: none;
}

body.vibe-site:not(.page-home) .pills-style-1 .nav,
body.vibe-site:not(.page-home) .pills-style-2 .nav {
    flex-wrap: nowrap;
    gap: 4px;
}

body.vibe-site:not(.page-home) .pills-style-1 .nav-item,
body.vibe-site:not(.page-home) .pills-style-2 .nav-item {
    flex: 0 0 auto;
}

body.vibe-site:not(.page-home) .pills-style-1 .nav-link,
body.vibe-site:not(.page-home) .pills-style-2 .nav-link {
    min-width: 72px;
    padding: 9px 14px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 680;
    line-height: 1;
}

body.vibe-site:not(.page-home) .pills-style-1 .nav-link:hover,
body.vibe-site:not(.page-home) .pills-style-2 .nav-link:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

body.vibe-site:not(.page-home) .pills-style-1 .nav-link.active,
body.vibe-site:not(.page-home) .pills-style-2 .nav-link.active {
    background: #ffffff;
    color: var(--vibe-page-blue-dark);
    box-shadow: 0 8px 20px rgba(29, 45, 92, 0.17);
}

body.vibe-site:not(.page-home) .element-list {
    height: calc(100% - 24px);
    margin-bottom: 24px;
    overflow: hidden;
    border: 1px solid var(--vibe-page-line);
    border-radius: 24px;
    background: var(--vibe-page-surface);
    box-shadow: 0 10px 30px rgba(74, 0, 2, 0.075);
    transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

body.vibe-site:not(.page-home) .element-list:hover {
    border-color: rgba(223, 0, 1, 0.22);
    box-shadow: var(--vibe-page-shadow);
    transform: translateY(-4px);
}

body.vibe-site:not(.page-home) .element-list a {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

body.vibe-site:not(.page-home) .element-list .img-wpr,
body.vibe-site:not(.page-home) .element-list .img-wpr-small {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    background: #dfe4f1;
}

body.vibe-site:not(.page-home) .element-list.videos .img-wpr,
body.vibe-site:not(.page-home) .element-list.videos .img-wpr-small {
    aspect-ratio: 16 / 9;
}

body.vibe-site:not(.page-home) .element-list.artists .img-wpr,
body.vibe-site:not(.page-home) .element-list.artists .img-wpr-small {
    aspect-ratio: 1;
}

body.vibe-site:not(.page-home) .element-list .img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
}

body.vibe-site:not(.page-home) .element-list .img-wpr > img,
body.vibe-site:not(.page-home) .element-list .img-wpr-small > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.vibe-site:not(.page-home) .element-list:hover .img {
    transform: scale(1.035);
}

body.vibe-site:not(.page-home) .element-list .details {
    padding: 18px 19px 21px;
}

body.vibe-site:not(.page-home) .element-list .category {
    margin-bottom: 7px;
    color: var(--vibe-page-blue);
    font-size: 11px;
    font-weight: 780;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.vibe-site:not(.page-home) .element-list .title {
    margin-bottom: 7px;
    color: var(--vibe-page-text) !important;
    font-size: 18px;
    font-weight: 720;
    line-height: 1.18;
    letter-spacing: -0.018em;
    text-decoration: none;
}

body.vibe-site:not(.page-home) .element-list:hover .title {
    color: var(--vibe-page-blue) !important;
    text-decoration: none;
}

body.vibe-site:not(.page-home) .element-list .venue,
body.vibe-site:not(.page-home) .element-list .date {
    color: var(--vibe-page-muted) !important;
    font-size: 13px;
    font-weight: 520;
}

body.vibe-site:not(.page-home) .element-list-latest {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);
    min-height: 430px;
    margin-bottom: 42px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 32px;
    background: var(--vibe-player-gradient);
    box-shadow: 0 24px 60px rgba(41, 66, 137, 0.2);
}

body.vibe-site:not(.page-home) .element-list-latest > a {
    min-height: 100%;
}

body.vibe-site:not(.page-home) .element-list-latest .img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    border-radius: 0;
    object-fit: cover;
}

body.vibe-site:not(.page-home) .element-list-latest .details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 42px;
    border-radius: 0;
    background: var(--vibe-player-gradient);
}

body.vibe-site:not(.page-home) .element-list-latest .category,
body.vibe-site:not(.page-home) .element-list-latest .date {
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.vibe-site:not(.page-home) .element-list-latest .title {
    margin: 12px 0 28px;
    color: #ffffff;
    font-size: clamp(28px, 3.5vw, 46px);
    line-height: 1.03;
    letter-spacing: -0.035em;
}

body.vibe-site:not(.page-home) .element-list-latest .button,
body.vibe-site:not(.page-home) .element-list-latest .button-contrast,
body.vibe-site:not(.page-home) .main-btn,
body.vibe-site:not(.page-home) .btn-action,
body.vibe-site:not(.page-home) .secondary-btn {
    display: inline-flex;
    width: fit-content;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: #111216 !important;
    color: #ffffff !important;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(15, 16, 21, 0.16);
    transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

body.vibe-site:not(.page-home) .element-list-latest .button:hover,
body.vibe-site:not(.page-home) .element-list-latest .button-contrast:hover,
body.vibe-site:not(.page-home) .main-btn:hover,
body.vibe-site:not(.page-home) .btn-action:hover,
body.vibe-site:not(.page-home) .secondary-btn:hover {
    background: var(--vibe-player-gradient) !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

body.vibe-site:not(.page-home) .element-list-latest .button,
body.vibe-site:not(.page-home) .element-list-latest .button-contrast {
    background: #ffffff !important;
    color: var(--vibe-page-blue-dark) !important;
}

body.vibe-site:not(.page-home) .programs-list,
body.vibe-site:not(.page-home) .songs-list {
    display: flex;
    gap: 14px;
    margin-bottom: 14px;
}

body.vibe-site:not(.page-home) .programs-list .time-wpr,
body.vibe-site:not(.page-home) .songs-list .time-wpr {
    display: flex;
    width: 82px;
    flex: 0 0 82px;
    align-items: center;
    justify-content: center;
}

body.vibe-site:not(.page-home) .programs-list .time-wpr::before,
body.vibe-site:not(.page-home) .songs-list .time-wpr::before {
    display: none;
}

body.vibe-site:not(.page-home) .programs-list .time,
body.vibe-site:not(.page-home) .songs-list .time {
    position: static;
    width: auto;
    padding: 7px 11px;
    border: 1px solid rgba(223, 0, 1, 0.16);
    border-radius: 999px;
    background: var(--vibe-page-surface-soft);
    color: var(--vibe-page-blue-dark);
    font-size: 12px;
    font-weight: 760;
    line-height: 1;
    transform: none;
}

body.vibe-site:not(.page-home) .programs-list .details-wpr,
body.vibe-site:not(.page-home) .songs-list .details-wpr {
    min-width: 0;
    align-items: center;
    padding: 12px;
    border: 1px solid var(--vibe-page-line);
    border-radius: 22px;
    background: var(--vibe-page-surface);
    box-shadow: 0 8px 24px rgba(74, 0, 2, 0.065);
}

body.vibe-site:not(.page-home) .programs-list .img-wpr {
    width: 126px;
    height: 82px;
    min-width: 126px;
    min-height: 82px;
    margin-right: 18px;
    border-radius: 15px;
}

body.vibe-site:not(.page-home) .songs-list .img-wpr {
    width: 78px;
    height: 78px;
    min-width: 78px;
    min-height: 78px;
    margin-right: 16px;
    border-radius: 15px;
}

body.vibe-site:not(.page-home) .programs-list .img,
body.vibe-site:not(.page-home) .songs-list .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.vibe-site:not(.page-home) .programs-list .details,
body.vibe-site:not(.page-home) .songs-list .details {
    max-width: none;
    padding: 0;
    color: var(--vibe-page-muted);
    font-family: inherit;
    font-size: 14px;
    line-height: 1.45;
}

body.vibe-site:not(.page-home) .programs-list .title,
body.vibe-site:not(.page-home) .songs-list .title {
    margin: 0 0 5px;
    color: var(--vibe-page-text);
    font-size: 17px;
    font-weight: 720;
    line-height: 1.2;
}

body.vibe-site:not(.page-home) .songs-list .artist {
    color: var(--vibe-page-muted);
    font-size: 14px;
    font-weight: 580;
}

body.vibe-site:not(.page-home) .programs-list .actions,
body.vibe-site:not(.page-home) .songs-list .actions {
    margin-left: auto;
    padding-left: 14px;
    gap: 10px;
}

body.vibe-site:not(.page-home) .ppBtn-body,
body.vibe-site:not(.page-home) .listing-ppBtn,
body.vibe-site:not(.page-home) .podcasts-listing-ppBtn,
body.vibe-site:not(.page-home) .onAir-played-ppBtn {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    border: 0;
    border-radius: 50%;
    background: var(--vibe-player-gradient) !important;
    color: #ffffff !important;
    font-size: 24px;
    line-height: 44px;
    box-shadow: 0 10px 25px rgba(223, 0, 1, 0.28);
}

body.vibe-site:not(.page-home) .songs-list .like {
    display: grid;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--vibe-page-surface-soft);
    color: var(--vibe-page-blue);
    font-size: 20px;
    place-items: center;
}

body.vibe-site:not(.page-home) .podcasts-list {
    margin-bottom: 14px;
}

body.vibe-site:not(.page-home) .podcasts-list .data-wpr,
body.vibe-site:not(.page-home) .podcasts-listing {
    display: flex;
    min-width: 0;
    align-items: center;
    margin-bottom: 14px;
    padding: 14px;
    border: 1px solid var(--vibe-page-line);
    border-radius: 22px;
    background: var(--vibe-page-surface);
    box-shadow: 0 8px 24px rgba(74, 0, 2, 0.065);
}

body.vibe-site:not(.page-home) .podcasts-list .img-wpr {
    width: 110px;
    height: 110px;
    min-width: 110px;
    min-height: 110px;
    margin-right: 18px;
    border-radius: 16px;
}

body.vibe-site:not(.page-home) .podcasts-list .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.vibe-site:not(.page-home) .podcasts-list .data,
body.vibe-site:not(.page-home) .podcasts-listing-details-wpr {
    min-width: 0;
    flex: 1;
    padding: 0;
}

body.vibe-site:not(.page-home) .podcasts-list .program-name {
    margin-bottom: 5px;
    color: var(--vibe-page-blue);
    font-size: 11px;
    font-weight: 780;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

body.vibe-site:not(.page-home) .podcasts-list .title,
body.vibe-site:not(.page-home) .podcasts-listing-title {
    color: var(--vibe-page-text);
    font-size: 17px;
    font-weight: 720;
    line-height: 1.2;
}

body.vibe-site:not(.page-home) .podcasts-list .date,
body.vibe-site:not(.page-home) .podcasts-listing-date {
    color: var(--vibe-page-muted);
    font-size: 12px;
    font-weight: 550;
}

body.vibe-site:not(.page-home) .podcasts-list .details,
body.vibe-site:not(.page-home) .podcasts-listing-details {
    padding: 5px 60px 0 0;
    color: var(--vibe-page-muted);
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4;
}

body.vibe-site:not(.page-home) .podcasts-list .actions {
    margin-left: auto;
    padding-left: 16px;
}

body.vibe-site:not(.page-home) .podcasts-listing-ppBtn {
    flex: 0 0 44px;
    margin-right: 16px;
}

body.vibe-site:not(.page-home) .element-post > .img-wpr {
    height: min(56vw, 620px);
    overflow: hidden;
    border-radius: 30px;
    background: #dfe4f1;
    box-shadow: var(--vibe-page-shadow);
}

body.vibe-site:not(.page-home) .element-post > .img-wpr .img {
    object-fit: cover;
}

body.vibe-site:not(.page-home) .element-post > .details,
body.vibe-site:not(.page-home) .element-post > .bio {
    max-width: 900px;
    margin: 24px auto 0;
    padding: 38px 42px;
    border: 1px solid var(--vibe-page-line);
    border-radius: 26px;
    background: var(--vibe-page-surface);
    color: #333744;
    font-family: inherit;
    font-size: 18px;
    line-height: 1.72;
    box-shadow: 0 12px 36px rgba(74, 0, 2, 0.07);
}

body.vibe-site:not(.page-home) .element-post > .details.details-py {
    padding-top: 38px;
    padding-bottom: 38px;
}

body.vibe-site:not(.page-home) .element-post h2,
body.vibe-site:not(.page-home) .element-post h3,
body.vibe-site:not(.page-home) .element-post h4 {
    margin: 1.6em 0 0.55em;
    color: var(--vibe-page-text);
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
    font-weight: 730;
    letter-spacing: -0.025em;
}

body.vibe-site:not(.page-home) .element-post a {
    color: var(--vibe-page-blue);
}

body.vibe-site:not(.page-home) .element-post .share {
    color: var(--vibe-page-text);
}

body.vibe-site:not(.page-home) .element-post .share-icon {
    display: grid;
    width: 44px;
    height: 44px;
    border: 1px solid var(--vibe-page-line);
    border-radius: 50%;
    background: var(--vibe-page-surface);
    color: var(--vibe-page-blue);
    line-height: 1;
    place-items: center;
}

body.vibe-site:not(.page-home) .video-wrapper {
    overflow: hidden;
    border-radius: 28px;
    background: #0b0c10;
    box-shadow: var(--vibe-page-shadow);
}

body.vibe-site:not(.page-home) .form-control {
    min-height: 56px;
    border: 1px solid var(--vibe-page-line);
    border-radius: 16px;
    background: #f7f8fb;
    color: var(--vibe-page-text);
    font-family: inherit;
    box-shadow: none;
}

body.vibe-site:not(.page-home) .form-control:focus {
    border-color: rgba(223, 0, 1, 0.5);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(223, 0, 1, 0.11);
}

body.vibe-site:not(.page-home) .form-floating > label {
    color: var(--vibe-page-muted);
}

body.vibe-site:not(.page-home) #requests .sc-track-request-widget {
    overflow: hidden;
    padding: 20px;
    border: 1px solid var(--vibe-page-line);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: var(--vibe-page-shadow);
}

body.vibe-site:not(.page-home) #main .text-center.mt-5 {
    padding: 30px;
    border: 1px dashed rgba(223, 0, 1, 0.24);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.68);
    color: var(--vibe-page-muted);
}

body.vibe-site:not(.page-home) .page-link {
    display: grid;
    width: 42px;
    height: 42px;
    margin: 0 4px;
    border: 1px solid var(--vibe-page-line) !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: var(--vibe-page-text) !important;
    font-size: 14px;
    line-height: 1;
    place-items: center;
}

body.vibe-site:not(.page-home) .page-item.active .page-link,
body.vibe-site:not(.page-home) .page-link:hover {
    border-color: var(--vibe-page-blue) !important;
    background: var(--vibe-player-gradient) !important;
    color: #ffffff !important;
}

body.vibe-site:not(.page-home) .artist-header {
    height: 360px;
    margin-top: 70px;
    overflow: hidden;
    background: #10162a;
}

body.vibe-site:not(.page-home) .artist-header::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(11, 15, 27, 0.86), rgba(34, 55, 112, 0.55));
    pointer-events: none;
}

body.vibe-site:not(.page-home) .artist-header .bg {
    height: 360px;
    filter: blur(8px) brightness(0.68) saturate(0.9);
    transform: scale(1.08);
}

body.vibe-site:not(.page-home) .artist-header .data-wpr {
    height: 360px;
    z-index: 3;
}

body.vibe-site:not(.page-home) .artist-header .img {
    width: 230px;
    height: 230px;
    flex: 0 0 230px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 30px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.32);
}

body.vibe-site:not(.page-home) .artist-header .data {
    padding-left: 34px;
}

body.vibe-site:not(.page-home) .artist-header .name {
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(40px, 6vw, 68px);
    line-height: 1;
    letter-spacing: -0.048em;
}

body.vibe-site:not(.page-home) .artist-header .genres a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

body.vibe-site:not(.page-home) .artist-header .social li {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

body.vibe-site:not(.page-home) .artist-navbar {
    border-bottom: 1px solid var(--vibe-page-line);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 30px rgba(74, 0, 2, 0.06);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

body.vibe-site:not(.page-home) .artist-navbar li {
    height: 58px;
    border: 0;
    color: var(--vibe-page-muted);
    font-size: 12px !important;
    font-weight: 700 !important;
}

body.vibe-site:not(.page-home) .artist-navbar li a {
    padding: 0 16px;
    color: inherit;
}

body.vibe-site:not(.page-home) .artist-navbar li:hover,
body.vibe-site:not(.page-home) .artist-navbar li.active {
    border: 0;
    color: var(--vibe-page-blue);
}

body.vibe-site:not(.page-home) .artist-navbar li.active a {
    position: relative;
}

body.vibe-site:not(.page-home) .artist-navbar li.active a::after {
    content: "";
    position: absolute;
    right: 16px;
    bottom: 0;
    left: 16px;
    height: 3px;
    border-radius: 999px;
    background: var(--vibe-player-gradient);
}

body.vibe-site:not(.page-home) .album-post {
    overflow: hidden;
    padding: 24px;
    border: 1px solid var(--vibe-page-line);
    border-radius: 28px;
    background: var(--vibe-page-surface);
    box-shadow: var(--vibe-page-shadow);
}

body.vibe-site:not(.page-home) .album-post .cover {
    overflow: hidden;
    border-radius: 22px;
}

body.vibe-site:not(.page-home) .album-post .details {
    padding: 8px 0 0 26px;
}

body.vibe-site:not(.page-home) .album-post .title {
    color: var(--vibe-page-text);
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.05;
    letter-spacing: -0.035em;
}

body.vibe-site:not(.page-home) .album-post .date,
body.vibe-site:not(.page-home) .album-post .desc {
    color: var(--vibe-page-muted);
    font-family: inherit;
}

body.vibe-site:not(.page-home) .album-post .song {
    border-color: var(--vibe-page-line);
    color: var(--vibe-page-text);
    font-family: inherit;
    font-size: 16px;
}

body.vibe-site.page-onair #main {
    padding-bottom: 82px;
    background: var(--vibe-page-bg);
}

body.vibe-site.page-onair .onAir-streams {
    margin-top: 70px !important;
    padding: 18px 0;
    border-bottom: 1px solid var(--vibe-page-line);
    background: #ffffff;
}

body.vibe-site.page-onair .onAir-streams ul {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    list-style: none;
}

body.vibe-site.page-onair .onAir-streams li a {
    display: block;
    padding: 9px 14px;
    border-radius: 999px;
    background: var(--vibe-page-surface-soft);
    color: var(--vibe-page-muted);
    font-size: 13px;
    font-weight: 680;
    text-decoration: none;
    white-space: nowrap;
}

body.vibe-site.page-onair .onAir-streams li.active a,
body.vibe-site.page-onair .onAir-streams li a:hover {
    background: var(--vibe-player-gradient);
    color: #ffffff;
}

body.vibe-site.page-onair .onAir-wpr {
    padding: 54px 0;
    background:
        radial-gradient(circle at 76% 24%, rgba(116, 146, 235, 0.36), transparent 28%),
        #0d1222;
}

body.vibe-site.page-onair .onAir-ctr {
    position: relative;
    display: flex;
    min-height: 420px;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    padding: 46px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    isolation: isolate;
}

body.vibe-site.page-onair .onAir-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    filter: blur(28px) brightness(0.35);
    transform: scale(1.12);
}

body.vibe-site.page-onair .onAir-metadata {
    max-width: 62%;
    color: #ffffff;
}

body.vibe-site.page-onair .onAir-badge {
    display: inline-flex;
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 11px;
    font-weight: 760;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.vibe-site.page-onair .onAir-title {
    margin-top: 20px;
    font-size: clamp(42px, 6vw, 74px);
    font-weight: 760;
    line-height: 0.98;
    letter-spacing: -0.05em;
}

body.vibe-site.page-onair .onAir-albumInfo {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
}

body.vibe-site.page-onair .onAir-artwork {
    width: 300px;
    height: 300px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 28px;
    background-position: center;
    background-size: cover;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}

body.vibe-site.page-onair .section-header {
    padding: 64px 0 24px;
}

body.vibe-site.page-onair .onAir-played-song-wpr {
    display: flex;
    gap: 14px;
    margin-bottom: 12px;
}

body.vibe-site.page-onair .onAir-played-time-wpr {
    display: flex;
    width: 70px;
    flex: 0 0 70px;
    align-items: center;
    justify-content: center;
}

body.vibe-site.page-onair .onAir-played-time {
    padding: 7px 10px;
    border-radius: 999px;
    background: var(--vibe-page-surface-soft);
    color: var(--vibe-page-blue-dark);
    font-size: 12px;
    font-weight: 750;
}

body.vibe-site.page-onair .onAir-played-data {
    display: flex;
    min-width: 0;
    flex: 1;
    align-items: center;
    padding: 12px;
    border: 1px solid var(--vibe-page-line);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(74, 0, 2, 0.06);
}

body.vibe-site.page-onair .onAir-played-artwork {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    border-radius: 14px;
    background-position: center;
    background-size: cover;
}

body.vibe-site.page-onair .onAir-played-metadataWpr {
    display: flex;
    min-width: 0;
    flex: 1;
    align-items: center;
    padding-left: 16px;
}

body.vibe-site.page-onair .onAir-played-metadata {
    min-width: 0;
    flex: 1;
}

body.vibe-site.page-onair .onAir-played-title {
    color: var(--vibe-page-text);
    font-size: 16px;
    font-weight: 720;
}

body.vibe-site.page-onair .onAir-played-artist,
body.vibe-site.page-onair .onAir-played-album {
    color: var(--vibe-page-muted);
    font-size: 13px;
}

body.vibe-site.page-onair .onAir-played-btns-wpr {
    display: flex;
    margin-left: auto;
    align-items: center;
    gap: 8px;
}

body.vibe-site.page-onair .onAir-played-like {
    display: grid;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--vibe-page-surface-soft);
    color: var(--vibe-page-blue);
    place-items: center;
}

body.vibe-site:not(.page-home) .error-404 {
    min-height: 76vh;
    align-items: center;
    padding-top: 110px;
}

body.vibe-site:not(.page-home) .error-404 h1 {
    color: var(--vibe-page-blue);
    font-size: clamp(64px, 10vw, 116px);
    font-weight: 780;
    letter-spacing: -0.06em;
}

body.vibe-site:not(.page-home) .error-404 h2 {
    color: var(--vibe-page-text);
    font-size: clamp(28px, 4vw, 46px);
    font-weight: 730;
    letter-spacing: -0.035em;
}

body.vibe-site:not(.page-home) .error-404 p {
    color: var(--vibe-page-muted);
    font-size: 17px;
    line-height: 1.6;
}

body.vibe-site:not(.page-home) .btn-404 {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    padding: 0 20px;
    border-radius: 999px;
    background: var(--vibe-player-gradient);
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    body.vibe-site:not(.page-home) .element-list-latest {
        grid-template-columns: 1fr;
    }

    body.vibe-site:not(.page-home) .element-list-latest .img {
        min-height: 330px;
    }

    body.vibe-site.page-onair .onAir-metadata {
        max-width: 55%;
    }

    body.vibe-site.page-onair .onAir-artwork {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 767.98px) {
    body.vibe-site:not(.page-home) #main {
        padding-bottom: 68px;
    }

    body.vibe-site:not(.page-home) .page-header:not(.page-header-block) {
        align-items: flex-start;
        flex-direction: column;
        gap: 22px;
        margin-bottom: 28px;
        padding-top: 126px;
        padding-bottom: 36px;
    }

    body.vibe-site:not(.page-home) .page-header:not(.page-header-block) .title,
    body.vibe-site:not(.page-home) .page-header:not(.page-header-block) .page-header-title {
        font-size: clamp(38px, 13vw, 54px);
    }

    body.vibe-site:not(.page-home) .custom-select-wpr {
        width: 100%;
    }

    body.vibe-site:not(.page-home) .pills-style-1,
    body.vibe-site:not(.page-home) .pills-style-2 {
        width: 100%;
    }

    body.vibe-site:not(.page-home) .element-list-latest {
        min-height: 0;
        border-radius: 24px;
    }

    body.vibe-site:not(.page-home) .element-list-latest .img {
        min-height: 240px;
        max-height: 300px;
    }

    body.vibe-site:not(.page-home) .element-list-latest .details {
        padding: 28px 24px 32px;
    }

    body.vibe-site:not(.page-home) .element-list-latest .title {
        margin-bottom: 22px;
        font-size: 29px;
    }

    body.vibe-site:not(.page-home) .programs-list,
    body.vibe-site:not(.page-home) .songs-list {
        display: block;
    }

    body.vibe-site:not(.page-home) .programs-list .time-wpr,
    body.vibe-site:not(.page-home) .songs-list .time-wpr {
        position: relative;
        z-index: 2;
        width: auto;
        justify-content: flex-start;
        margin: 0 0 -11px 14px;
    }

    body.vibe-site:not(.page-home) .programs-list .details-wpr,
    body.vibe-site:not(.page-home) .songs-list .details-wpr {
        padding-top: 24px;
    }

    body.vibe-site:not(.page-home) .programs-list .img-wpr {
        width: 104px;
        height: 78px;
        min-width: 104px;
        min-height: 78px;
        margin-right: 13px;
    }

    body.vibe-site:not(.page-home) .songs-list .img-wpr {
        width: 68px;
        height: 68px;
        min-width: 68px;
        min-height: 68px;
        margin-right: 13px;
    }

    body.vibe-site:not(.page-home) .programs-list .actions,
    body.vibe-site:not(.page-home) .songs-list .actions {
        padding-left: 8px;
    }

    body.vibe-site:not(.page-home) .podcasts-list .data-wpr,
    body.vibe-site:not(.page-home) .podcasts-listing {
        align-items: flex-start;
    }

    body.vibe-site:not(.page-home) .podcasts-list .img-wpr {
        width: 82px;
        height: 82px;
        min-width: 82px;
        min-height: 82px;
        margin-right: 13px;
    }

    body.vibe-site:not(.page-home) .podcasts-list .details,
    body.vibe-site:not(.page-home) .podcasts-listing-details {
        display: none;
    }

    body.vibe-site:not(.page-home) .podcasts-list .actions {
        position: static;
        margin-left: auto;
        padding-left: 8px;
    }

    body.vibe-site:not(.page-home) .element-post > .img-wpr {
        height: 62vw;
        min-height: 250px;
        border-radius: 22px;
    }

    body.vibe-site:not(.page-home) .element-post > .details,
    body.vibe-site:not(.page-home) .element-post > .bio {
        padding: 26px 22px;
        border-radius: 22px;
        font-size: 16px;
        line-height: 1.65;
    }

    body.vibe-site:not(.page-home) .artist-header,
    body.vibe-site:not(.page-home) .artist-header .bg {
        height: 390px;
    }

    body.vibe-site:not(.page-home) .artist-header .data-wpr {
        height: 390px;
        padding-top: 34px;
    }

    body.vibe-site:not(.page-home) .artist-header .img {
        width: 158px;
        height: 158px;
        min-width: 158px;
        min-height: 158px;
        border-radius: 24px;
    }

    body.vibe-site:not(.page-home) .artist-header .data {
        padding-top: 20px;
        padding-left: 0;
    }

    body.vibe-site:not(.page-home) .artist-header .name {
        font-size: 38px;
    }

    body.vibe-site:not(.page-home) .artist-navbar-wpr {
        justify-content: flex-start;
        overflow-x: auto;
    }

    body.vibe-site:not(.page-home) .artist-navbar ul {
        justify-content: flex-start;
    }

    body.vibe-site:not(.page-home) .album-post {
        display: block;
        padding: 18px;
    }

    body.vibe-site:not(.page-home) .album-post .details {
        padding: 24px 0 0;
    }

    body.vibe-site:not(.page-home) .album-post .songs {
        margin-left: 0;
    }

    body.vibe-site.page-onair .onAir-wpr {
        padding: 28px 0;
    }

    body.vibe-site.page-onair .onAir-ctr {
        min-height: 0;
        flex-direction: column-reverse;
        gap: 28px;
        padding: 24px;
        border-radius: 26px;
        text-align: center;
    }

    body.vibe-site.page-onair .onAir-metadata {
        max-width: 100%;
    }

    body.vibe-site.page-onair .onAir-title {
        font-size: 42px;
    }

    body.vibe-site.page-onair .onAir-artwork {
        width: min(70vw, 260px);
        height: min(70vw, 260px);
        border-radius: 22px;
    }

    body.vibe-site.page-onair .onAir-played-song-wpr {
        display: block;
    }

    body.vibe-site.page-onair .onAir-played-time-wpr {
        position: relative;
        z-index: 2;
        width: auto;
        justify-content: flex-start;
        margin: 0 0 -10px 12px;
    }

    body.vibe-site.page-onair .onAir-played-data {
        padding-top: 22px;
    }

    body.vibe-site.page-onair .onAir-played-album {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.vibe-site:not(.page-home) .element-list,
    body.vibe-site:not(.page-home) .element-list .img,
    body.vibe-site:not(.page-home) .main-btn,
    body.vibe-site:not(.page-home) .btn-action,
    body.vibe-site:not(.page-home) .secondary-btn {
        transition: none;
    }
}

/* Lecteur radio flottant partagé par toutes les pages locales. */
.playerBar,
#p1 {
    display: none !important;
}

body.has-vibe-floating-player {
    padding-bottom: 126px !important;
}

.vibe-floating-player {
    position: fixed;
    z-index: 1190;
    left: 50%;
    bottom: max(18px, env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: 64px minmax(220px, 1fr) 58px 190px 138px;
    align-items: center;
    gap: 14px;
    width: min(1060px, calc(100vw - 40px));
    min-height: 88px;
    padding: 11px 15px 11px 12px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 26px;
    background: var(--vibe-player-gradient);
    color: #ffffff;
    box-shadow: 0 26px 72px rgba(82, 0, 2, 0.38), 0 7px 22px rgba(48, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    transform: translateX(-50%);
    backdrop-filter: blur(28px) saturate(180%);
    -webkit-backdrop-filter: blur(28px) saturate(180%);
}

.vibe-player-artwork-wrap {
    position: relative;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 18px;
    background: #dfe6fb;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 10px 26px rgba(53, 0, 0, 0.35);
}

.vibe-player-artwork {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vibe-player-equalizer {
    position: absolute;
    right: 6px;
    bottom: 6px;
    display: flex;
    align-items: flex-end;
    gap: 2px;
    height: 17px;
    padding: 4px 5px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 8px;
    background: rgba(13, 17, 31, 0.68);
    opacity: 0;
    transition: opacity 180ms ease;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.vibe-floating-player[data-state="playing"] .vibe-player-equalizer,
.vibe-floating-player[data-state="loading"] .vibe-player-equalizer {
    opacity: 1;
}

.vibe-player-equalizer i {
    display: block;
    width: 2px;
    height: 8px;
    border-radius: 2px;
    background: #ffffff;
    transform-origin: bottom;
    animation: vibe-player-wave 700ms ease-in-out infinite alternate;
}

.vibe-player-equalizer i:nth-child(2) {
    height: 5px;
    animation-delay: -260ms;
}

.vibe-player-equalizer i:nth-child(3) {
    height: 10px;
    animation-delay: -480ms;
}

@keyframes vibe-player-wave {
    from { transform: scaleY(0.4); }
    to { transform: scaleY(1); }
}

.vibe-player-copy {
    min-width: 0;
}

.vibe-player-live {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 11px;
    font-weight: 780;
    letter-spacing: 0.075em;
    line-height: 1;
    text-transform: uppercase;
}

.vibe-player-live > span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #51f098;
    box-shadow: 0 0 0 4px rgba(81, 240, 152, 0.16), 0 0 14px rgba(81, 240, 152, 0.45);
}

.vibe-player-title,
.vibe-player-artist {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vibe-player-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 760;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.vibe-player-artist {
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 560;
}

.vibe-player-play,
.vibe-player-mute {
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    cursor: pointer;
}

.vibe-player-play {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #ffffff;
    color: #DF0001;
    box-shadow: 0 12px 28px rgba(16, 35, 94, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.75);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.vibe-player-play:hover {
    transform: scale(1.045);
    box-shadow: 0 15px 32px rgba(13, 29, 83, 0.38);
}

.vibe-player-play:active {
    transform: scale(0.96);
}

.vibe-player-play svg,
.vibe-player-mute svg,
.header-ppBtn.vibe-player-bound svg {
    display: block;
    width: 23px;
    height: 23px;
    fill: currentColor;
}

.vibe-floating-player[data-state="loading"] .vibe-player-play svg {
    animation: vibe-player-pulse 800ms ease-in-out infinite alternate;
}

@keyframes vibe-player-pulse {
    from { opacity: 0.4; transform: scale(0.86); }
    to { opacity: 1; transform: scale(1); }
}

.vibe-player-select-wrap {
    position: relative;
    display: block;
    min-width: 0;
    margin: 0;
}

.vibe-player-select-wrap > span {
    display: block;
    margin: 0 0 5px 3px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

.vibe-player-select-wrap::after {
    content: "";
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid rgba(255, 255, 255, 0.82);
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.82);
    pointer-events: none;
    transform: rotate(45deg);
}

.vibe-player-select {
    width: 100%;
    height: 39px;
    padding: 0 34px 0 13px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 13px;
    outline: 0;
    appearance: none;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    cursor: pointer;
    font: 680 12px/1 -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}

.vibe-player-select option {
    background: #ffffff;
    color: #1d1d1f;
}

.vibe-player-select option:disabled {
    color: #8b8b91;
}

.vibe-player-select:focus-visible,
.vibe-player-play:focus-visible,
.vibe-player-mute:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.48);
    outline-offset: 3px;
}

.vibe-player-volume {
    display: grid;
    grid-template-columns: 30px 1fr;
    align-items: center;
    gap: 7px;
}

.vibe-player-mute {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: transparent;
    color: rgba(255, 255, 255, 0.88);
}

.vibe-player-mute:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.vibe-player-mute svg {
    width: 19px;
    height: 19px;
}

.vibe-player-volume-range {
    width: 100%;
    accent-color: #ffffff;
}

.vibe-player-feedback {
    position: absolute;
    right: 18px;
    bottom: calc(100% + 9px);
    max-width: min(360px, calc(100vw - 40px));
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 12px;
    background: rgba(18, 23, 40, 0.94);
    color: #ffffff;
    font-size: 12px;
    font-weight: 620;
    opacity: 0;
    pointer-events: none;
    transform: translateY(5px);
    transition: opacity 160ms ease, transform 160ms ease;
    box-shadow: 0 12px 30px rgba(5, 12, 32, 0.2);
}

.vibe-floating-player.has-feedback .vibe-player-feedback {
    opacity: 1;
    transform: none;
}

.header-ppBtn.vibe-player-bound {
    display: grid !important;
    place-items: center;
    overflow: visible;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 0 !important;
}

.header-ppBtn.vibe-player-bound:hover,
.header-ppBtn.vibe-player-bound:focus,
.header-ppBtn.vibe-player-bound:active {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.header-ppBtn.vibe-player-bound::before,
.header-ppBtn.vibe-player-bound::after {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.header-dedicationBtn,
.header-dedicationBtn:hover,
.header-dedicationBtn:focus,
.header-dedicationBtn:active,
.header-dedicationBtn::before,
.header-dedicationBtn::after {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.header-ppBtn.vibe-player-bound svg {
    width: 20px;
    height: 20px;
}

@media (max-width: 767.98px) {
    body.has-vibe-floating-player {
        padding-bottom: 158px !important;
    }

    .vibe-floating-player {
        bottom: max(10px, env(safe-area-inset-bottom));
        grid-template-columns: 52px minmax(0, 1fr) 50px;
        gap: 10px;
        width: calc(100vw - 18px);
        min-height: 122px;
        padding: 10px;
        border-radius: 22px;
    }

    .vibe-player-artwork-wrap {
        width: 52px;
        height: 52px;
        border-radius: 14px;
    }

    .vibe-player-title {
        font-size: 14px;
    }

    .vibe-player-artist {
        font-size: 11px;
    }

    .vibe-player-play {
        width: 48px;
        height: 48px;
    }

    .vibe-player-select-wrap {
        grid-column: 1 / -1;
    }

    .vibe-player-select-wrap > span {
        display: none;
    }

    .vibe-player-select {
        height: 36px;
        border-radius: 12px;
    }

    .vibe-player-select-wrap::after {
        bottom: 14px;
    }

    .vibe-player-volume {
        display: none;
    }

    .vibe-player-feedback {
        right: 8px;
        bottom: calc(100% + 7px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .vibe-player-equalizer i,
    .vibe-floating-player[data-state="loading"] .vibe-player-play svg {
        animation: none;
    }

    .vibe-player-play,
    .vibe-player-feedback {
        transition: none;
    }
}

/* V2 du lecteur : lecture parfaitement centrée et commandes complètes. */
.vibe-floating-player {
    display: block;
}

.vibe-floating-player .vibe-player-artwork-wrap {
    position: absolute;
    top: 11px;
    left: 12px;
}

.vibe-floating-player .vibe-player-copy {
    position: absolute;
    top: 50%;
    left: 90px;
    width: min(330px, calc(50% - 155px));
    transform: translateY(-50%);
}

.vibe-floating-player .vibe-player-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
}

.vibe-floating-player .vibe-player-play:hover {
    transform: translate(-50%, -50%) scale(1.045);
}

.vibe-floating-player .vibe-player-play:active {
    transform: translate(-50%, -50%) scale(0.96);
}

.vibe-player-actions {
    position: absolute;
    top: 50%;
    right: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
    transform: translateY(-50%);
}

.vibe-player-icon,
.vibe-player-expand {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.vibe-player-icon:hover,
.vibe-player-icon[aria-expanded="true"] {
    border-color: transparent;
    background: transparent;
    color: #ffffff;
}

.vibe-player-icon:active {
    transform: scale(0.94);
}

.vibe-player-icon.is-active {
    background: transparent;
    color: #e7447a;
}

.vibe-player-icon svg,
.vibe-player-expand svg {
    display: block;
    width: 19px;
    height: 19px;
}

.vibe-player-icon .vibe-stroke-icon,
.vibe-player-expand .vibe-stroke-icon {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vibe-player-icon .vibe-filled-icon {
    fill: currentColor;
    stroke: currentColor;
}

.vibe-player-actions .vibe-player-volume {
    display: grid;
    grid-template-columns: 38px 78px;
    gap: 4px;
    width: 120px;
}

.vibe-player-actions .vibe-player-mute {
    width: 38px;
    height: 38px;
}

.vibe-player-volume-range {
    min-width: 0;
}

.vibe-player-expand {
    position: absolute;
    z-index: 4;
    top: 5px;
    right: 5px;
    display: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: transparent;
}

.vibe-player-expand svg {
    width: 15px;
    height: 15px;
}

.vibe-player-popover {
    position: absolute;
    right: 0;
    bottom: calc(100% + 12px);
    width: 370px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 22px;
    background: rgba(250, 251, 255, 0.96);
    color: #171b2a;
    box-shadow: 0 24px 68px rgba(10, 27, 79, 0.3);
    backdrop-filter: blur(28px) saturate(175%);
    -webkit-backdrop-filter: blur(28px) saturate(175%);
}

.vibe-player-popover[hidden] {
    display: none !important;
}

.vibe-player-panel-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
    margin: 1px 3px 12px;
}

.vibe-player-panel-heading strong {
    color: #161a27;
    font-size: 15px;
    font-weight: 780;
}

.vibe-player-panel-heading span {
    color: #777f92;
    font-size: 10px;
    font-weight: 620;
}

.vibe-player-station-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
}

.vibe-player-station-option {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 7px;
    align-items: center;
    gap: 9px;
    min-width: 0;
    padding: 7px;
    border: 1px solid transparent;
    border-radius: 14px;
    background: #f0f3fb;
    color: #1d2232;
    text-align: left;
    cursor: pointer;
}

.vibe-player-station-option:hover:not(:disabled),
.vibe-player-station-option.is-current {
    border-color: rgba(223, 0, 1, 0.24);
    background: #e5ebfb;
}

.vibe-player-station-option:disabled {
    cursor: default;
    opacity: 0.48;
}

.vibe-player-station-option img {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    object-fit: cover;
}

.vibe-player-station-option > span,
.vibe-player-history-item > span {
    min-width: 0;
}

.vibe-player-station-option strong,
.vibe-player-station-option small,
.vibe-player-history-item strong,
.vibe-player-history-item small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vibe-player-station-option strong,
.vibe-player-history-item strong {
    font-size: 11px;
    font-weight: 760;
}

.vibe-player-station-option small,
.vibe-player-history-item small {
    margin-top: 2px;
    color: #777f92;
    font-size: 9px;
    font-weight: 560;
}

.vibe-player-station-option > i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #bbc2d4;
}

.vibe-player-station-option.is-current > i {
    background: #2bd27d;
    box-shadow: 0 0 0 4px rgba(43, 210, 125, 0.12);
}

.vibe-player-history-list {
    display: grid;
    gap: 6px;
}

.vibe-player-history-item {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 7px;
    border-radius: 13px;
    background: #f0f3fb;
}

.vibe-player-history-item img {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    object-fit: cover;
}

.vibe-player-history-item > i {
    color: #DF0001;
    font-size: 9px;
    font-style: normal;
    font-weight: 760;
    text-transform: uppercase;
}

.vibe-floating-player.is-closed {
    display: none !important;
}

.vibe-floating-player.is-collapsed {
    width: 76px;
    min-height: 76px;
    border-radius: 25px;
}

.vibe-floating-player.is-collapsed .vibe-player-artwork-wrap,
.vibe-floating-player.is-collapsed .vibe-player-copy,
.vibe-floating-player.is-collapsed .vibe-player-actions,
.vibe-floating-player.is-collapsed .vibe-player-popover {
    display: none !important;
}

.vibe-floating-player.is-collapsed .vibe-player-play {
    width: 52px;
    height: 52px;
}

.vibe-floating-player.is-collapsed .vibe-player-expand {
    display: grid;
}

@media (max-width: 767.98px) {
    body.has-vibe-floating-player {
        padding-bottom: 84px !important;
    }

    .vibe-floating-player {
        bottom: max(5px, env(safe-area-inset-bottom));
        display: grid;
        grid-template-columns: minmax(0, 1fr) 40px minmax(0, 1fr);
        align-items: center;
        gap: 6px;
        width: calc(100vw - 10px);
        min-height: 64px;
        padding: 6px;
        border-radius: 20px;
        box-shadow: 0 18px 46px rgba(24, 43, 108, 0.34), 0 5px 16px rgba(48, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    }

    .vibe-floating-player .vibe-player-artwork-wrap {
        position: absolute;
        top: 50%;
        left: 6px;
        width: 42px;
        height: 42px;
        border-radius: 12px;
        transform: translateY(-50%);
    }

    .vibe-floating-player .vibe-player-copy {
        position: relative;
        top: auto;
        left: auto;
        grid-column: 1;
        box-sizing: border-box;
        width: 100%;
        min-width: 0;
        padding-left: 48px;
        transform: none;
    }

    .vibe-floating-player .vibe-player-live {
        display: none;
    }

    .vibe-floating-player .vibe-player-live > span {
        width: 5px;
        height: 5px;
        box-shadow: 0 0 0 3px rgba(81, 240, 152, 0.15), 0 0 10px rgba(81, 240, 152, 0.42);
    }

    .vibe-floating-player .vibe-player-title {
        font-size: 13px;
        font-weight: 740;
        line-height: 1.15;
    }

    .vibe-floating-player .vibe-player-artist {
        margin-top: 2px;
        color: rgba(255, 255, 255, 0.7);
        font-size: 10px;
        line-height: 1.15;
    }

    .vibe-floating-player .vibe-player-equalizer {
        display: none;
    }

    .vibe-floating-player .vibe-player-play {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        grid-column: 2;
        width: 40px;
        height: 40px;
        transform: none;
    }

    .vibe-floating-player .vibe-player-play svg {
        width: 17px;
        height: 17px;
    }

    .vibe-floating-player .vibe-player-play:hover {
        transform: scale(1.045);
    }

    .vibe-floating-player .vibe-player-play:active {
        transform: scale(0.96);
    }

    .vibe-player-actions {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        grid-column: 3;
        display: flex;
        justify-self: end;
        gap: 2px;
        transform: none;
    }

    .vibe-player-icon {
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }

    .vibe-player-icon svg {
        width: 15px;
        height: 15px;
    }

    .vibe-player-actions .vibe-player-volume {
        display: block;
        width: 24px;
    }

    .vibe-player-actions .vibe-player-mute {
        width: 24px;
        height: 24px;
    }

    .vibe-player-actions .vibe-player-mute svg {
        width: 14px;
        height: 14px;
    }

    .vibe-player-history-toggle,
    .vibe-player-stations-toggle,
    .vibe-player-actions .vibe-player-volume {
        display: none !important;
    }

    .vibe-player-favorite {
        color: rgba(255, 255, 255, 0.82);
    }

    .vibe-player-collapse {
        color: rgba(255, 255, 255, 0.72);
    }

    .vibe-player-volume-range {
        display: none;
    }

    .vibe-player-popover {
        right: 0;
        width: 100%;
        max-height: min(430px, calc(100vh - 90px));
        overflow: auto;
        border-radius: 20px;
    }

    .vibe-player-station-list {
        grid-template-columns: 1fr;
    }

    .vibe-floating-player.is-collapsed {
        width: 72px;
        min-height: 72px;
    }

    .vibe-floating-player.is-collapsed .vibe-player-play {
        top: 10px;
        bottom: auto;
        transform: translateX(-50%);
    }
}

/* Menu principal : libellés plus lisibles et commandes parfaitement alignées. */
.navbar .navbar-nav.me-auto > .nav-item > .nav-link {
    padding: 10px 13px !important;
    font-size: 16px;
    font-weight: 650;
    line-height: 1.25;
}

.navbar .dropdown-menu .dropdown-item {
    font-size: 15px;
}

.navbar .sm-icons {
    gap: 4px;
}

.navbar .sm-icons > li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar .sm-icons .nav-link,
.navbar .sm-icons .header-btn,
.navbar > .container-fluid .header-btn {
    box-sizing: border-box;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    margin: 0;
    padding: 0 !important;
    line-height: 1 !important;
    place-items: center;
}

.navbar .sm-icons .nav-link i,
.navbar .header-dedicationBtn {
    display: grid;
    width: 21px;
    height: 21px;
    place-items: center;
    font-size: 21px !important;
    line-height: 1 !important;
}

.navbar .header-ppBtn.vibe-player-bound svg {
    width: 21px;
    height: 21px;
}

@media (min-width: 768px) and (max-width: 1100px) {
    .navbar .navbar-nav.me-auto > .nav-item > .nav-link {
        padding-inline: 8px !important;
        font-size: 14.5px;
    }
}

@media (max-width: 767.98px) {
    .navbar .navbar-collapse.show .navbar-nav.me-auto > .nav-item > .nav-link {
        font-size: 19px;
        line-height: 1.3;
    }

    .navbar-toggler {
        width: 42px;
        min-width: 42px;
        height: 42px;
        padding: 0 !important;
    }
}

/* Identité unifiée : toutes les surfaces bleu-violet reprennent le dégradé du lecteur. */
:root {
    --vibe-gradient: var(--vibe-player-gradient);
}

.dc-bar-wpr,
.highlight-block,
.playerBar,
.preview-day-tabs button.active,
.preview-program-art,
.preview-person-portrait,
.tone-blue,
.tone-violet,
.preview-round-button:hover,
.preview-contact-panel,
.mood-radios-all:hover,
body.vibe-site:not(.page-home) .page-header:not(.page-header-block)::before,
body.vibe-site:not(.page-home) .element-list-latest,
body.vibe-site:not(.page-home) .element-list-latest .details,
body.vibe-site:not(.page-home) .ppBtn-body,
body.vibe-site:not(.page-home) .listing-ppBtn,
body.vibe-site:not(.page-home) .podcasts-listing-ppBtn,
body.vibe-site:not(.page-home) .onAir-played-ppBtn,
body.vibe-site:not(.page-home) .main-btn:hover,
body.vibe-site:not(.page-home) .btn-action:hover,
body.vibe-site:not(.page-home) .secondary-btn:hover,
body.vibe-site:not(.page-home) .page-item.active .page-link,
body.vibe-site:not(.page-home) .page-link:hover,
body.vibe-site:not(.page-home) .artist-navbar li.active a::after,
body.vibe-site.page-onair .onAir-streams li.active a,
body.vibe-site.page-onair .onAir-streams li a:hover,
body.vibe-site:not(.page-home) .btn-404 {
    background: var(--vibe-player-gradient) !important;
}

/* Le texte défile en fondu sans ajouter de voile coloré sur le dégradé du bandeau. */
.dc-bar-wpr .scroll-container {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 44px, #000 calc(100% - 44px), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 44px, #000 calc(100% - 44px), transparent 100%);
}

.dc-bar-wpr .scroll-container::before,
.dc-bar-wpr .scroll-container::after {
    display: none !important;
    content: none !important;
    background: none !important;
}

@media (max-width: 767.98px) {
    .dc-bar-wpr .scroll-container {
        -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 22px, #000 calc(100% - 22px), transparent 100%);
        mask-image: linear-gradient(90deg, transparent 0, #000 22px, #000 calc(100% - 22px), transparent 100%);
    }
}

/* Identité La Playlist de Stef — rouge historique, noir et ivoire. */
:root {
    --stef-red: #df0001;
    --stef-red-dark: #8f0001;
    --stef-red-soft: #f1252b;
    --stef-ink: #141414;
    --stef-paper: #f7f5f2;
    --vibe-bg: #ffffff;
    --vibe-bg-soft: var(--stef-paper);
    --vibe-surface: #ffffff;
    --vibe-surface-strong: #f3efeb;
    --vibe-line: rgba(45, 16, 16, 0.1);
    --vibe-text: var(--stef-ink);
    --vibe-muted: #716969;
    --vibe-blue: var(--stef-red);
    --vibe-cyan: #ff777a;
    --vibe-violet: var(--stef-red-dark);
    --vibe-player-gradient:
        radial-gradient(circle at 8% 0%, rgba(255, 119, 122, 0.38), transparent 31%),
        radial-gradient(circle at 94% 100%, rgba(92, 0, 1, 0.44), transparent 38%),
        linear-gradient(135deg, #570002 0%, #b40002 44%, #df0001 72%, #980002 100%);
    --vibe-gradient: var(--vibe-player-gradient);
    --header-bg: #000000;
    --header-mobile-links-bg: #000000;
    --header-links: #ffffff;
    --header-social-icons: #ff696d;
    --header-loadbar: #ff696d;
    --dedications-bar-bg: var(--stef-red);
    --dedications-bar-msg: #ffffff;
    --dedications-bar-label: #ffffff;
    --page-title: var(--stef-red);
    --heading-text: var(--stef-red);
    --highlight-text: var(--stef-red);
    --footer-bg: #090909;
    --footer-heading-text: #ffffff;
    --footer-links: #f2eeee;
    --footer-social-icons: #ff696d;
}

body.stef-site {
    background:
        radial-gradient(circle at 8% 26%, rgba(223, 0, 1, 0.055), transparent 28rem),
        #ffffff;
}

body.stef-site .header {
    border-bottom-color: rgba(255, 255, 255, 0.1);
    background: #000000 !important;
    box-shadow: 0 12px 42px rgba(0, 0, 0, 0.24);
}

body.stef-site .navbar .nav-link:hover,
body.stef-site .navbar .nav-link:focus,
body.stef-site .navbar .sm-icons .nav-item a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
}

body.stef-site .dropdown-menu.show {
    border-color: rgba(255, 255, 255, 0.12);
    background: #000000 !important;
}

body.stef-site .dropdown-menu.show .dropdown-item {
    color: #ffffff !important;
}

body.stef-site .dropdown-menu.show .dropdown-item:hover,
body.stef-site .dropdown-menu.show .dropdown-item:focus {
    background: rgba(223, 0, 1, 0.18) !important;
}

body.stef-site .home-top-played-header:empty::after {
    content: "Titres diffusés";
}

@media (min-width: 768px) {
    body.stef-site .home-image-slider.stef-image-slider-two-up .glide__track {
        overflow: visible;
    }

    body.stef-site .home-image-slider.stef-image-slider-two-up .glide__slides {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
        width: 100% !important;
        transform: none !important;
    }

    body.stef-site .home-image-slider.stef-image-slider-two-up .glide__slide {
        width: auto !important;
        margin: 0 !important;
    }

    body.stef-site .home-image-slider.stef-image-slider-two-up .glide__arrows {
        display: none !important;
    }

    body.stef-site .stef-upcoming-events > [class*="col-"] {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }

    body.stef-site .stef-upcoming-events .element-list {
        height: 100%;
    }
}

body.stef-site .navbar .logo-top {
    max-width: 220px;
    max-height: 54px;
}

body.stef-site .navbar .mobile-logo {
    max-width: 152px;
    max-height: 42px;
}

body.stef-site .dc-bar-wpr,
body.stef-site .highlight-block,
body.stef-site .playerBar,
body.stef-site:not(.page-home) .page-header:not(.page-header-block)::before,
body.stef-site:not(.page-home) .element-list-latest,
body.stef-site:not(.page-home) .element-list-latest .details {
    background: var(--vibe-player-gradient) !important;
}

body.stef-site .highlight-block .element-list:hover,
body.stef-site .highlight-block .home-latest-videos-list:hover,
body.stef-site .highlight-block .home-podcast-list .item:hover {
    box-shadow: 0 28px 64px rgba(79, 0, 2, 0.28);
}

body.stef-site .stef-radios .mood-radios-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 920px;
}

body.stef-site .stef-radio-card {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #ffffff;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

body.stef-site .stef-radio-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(22, 0, 1, 0.1), rgba(22, 0, 1, 0.42));
}

body.stef-site .stef-radio-card.is-current {
    border-color: rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 0 4px rgba(223, 0, 1, 0.16), 0 24px 52px rgba(72, 0, 2, 0.24);
}

body.stef-site .stef-radio-card.is-current .mood-radio-play {
    color: #ffffff;
    background: var(--stef-red);
}

body.stef-site:not(.page-home) {
    --vibe-page-bg: #f7f5f2;
    --vibe-page-surface: #ffffff;
    --vibe-page-surface-soft: #fae9e9;
    --vibe-page-text: #171313;
    --vibe-page-muted: #756c6c;
    --vibe-page-line: rgba(77, 16, 18, 0.1);
    --vibe-page-blue: var(--stef-red);
    --vibe-page-blue-dark: var(--stef-red-dark);
    --vibe-page-shadow: 0 18px 45px rgba(73, 11, 13, 0.12);
}

body.stef-site:not(.page-home) #main {
    background:
        radial-gradient(circle at 8% 28%, rgba(223, 0, 1, 0.07), transparent 28%),
        var(--vibe-page-bg);
}

body.stef-site .vibe-floating-player {
    box-shadow:
        0 26px 72px rgba(92, 0, 2, 0.34),
        0 7px 22px rgba(45, 0, 1, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

body.stef-site .vibe-player-play {
    color: var(--stef-red);
    box-shadow: 0 12px 28px rgba(60, 0, 1, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

body.stef-site .vibe-player-history-item > i,
body.stef-site .vibe-player-station-option.is-current > i {
    color: var(--stef-red);
}

body.stef-site .vibe-player-station-option:hover:not(:disabled),
body.stef-site .vibe-player-station-option.is-current {
    border-color: rgba(223, 0, 1, 0.22);
    background: #fae9e9;
}

body.stef-site .footer,
body.stef-site .subfooter {
    background: #090909 !important;
}

body.stef-site .subfooter {
    color: rgba(255, 255, 255, 0.68);
}

body.stef-site .subfooter a,
body.stef-site .subfooter a:hover {
    color: #ffffff;
}

body.stef-site :focus-visible {
    outline-color: rgba(241, 37, 43, 0.82) !important;
}

/* Aère les actions des titres : le cœur ne touche plus l'anneau du bouton lecture. */
body.stef-site.page-music .songs-list .actions {
    align-items: center;
    gap: 30px;
    padding-left: 20px;
    margin-right: 18px;
}

body.stef-site.page-music .songs-list .listing-ppBtn {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    font-size: 20px;
    line-height: 36px;
}

body.stef-site.page-music .songs-list .listing-ppBtn::before,
body.stef-site.page-music .songs-list .listing-ppBtn::after {
    width: 58px;
    height: 58px;
}

@media (max-width: 767.98px) {
    body.stef-site .navbar-collapse {
        border-top-color: rgba(255, 255, 255, 0.1);
        background: #000000 !important;
    }

    body.stef-site .navbar .mobile-logo {
        max-width: 132px;
        max-height: 38px;
    }

    body.stef-site .vibe-floating-player {
        box-shadow:
            0 18px 46px rgba(92, 0, 2, 0.32),
            0 5px 16px rgba(45, 0, 1, 0.22),
            inset 0 1px 0 rgba(255, 255, 255, 0.22);
    }

    body.stef-site.page-music .songs-list .actions {
        position: absolute;
        top: 50%;
        right: 20px;
        left: auto;
        gap: 18px;
        padding-left: 0;
        margin-right: 0;
        transform: translateY(-50%);
    }

    body.stef-site.page-music .songs-list .details {
        min-width: 0;
        flex: 1;
        padding-right: 112px;
    }
}

@media (max-width: 480px) {
    body.stef-site .stef-radios .mood-radios-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    body.stef-site .stef-radios .mood-radio-card {
        padding: 13px;
        border-radius: 18px;
    }

    body.stef-site .stef-radios .mood-radio-content h3 {
        right: 48px;
        bottom: 13px;
        left: 13px;
        font-size: 13px;
        white-space: normal;
    }

    body.stef-site .stef-radios .mood-radio-content p {
        right: 12px;
        left: 12px;
        font-size: 10px;
    }

    body.stef-site .stef-radios .mood-radio-play {
        right: 11px;
        bottom: 11px;
        width: 31px;
        height: 31px;
        font-size: 19px;
    }

    body.stef-site.page-music .songs-list .actions {
        right: 16px;
        gap: 16px;
    }

    body.stef-site.page-music .songs-list .details {
        padding-right: 104px;
    }

    body.stef-site.page-music .songs-list .like {
        width: 36px;
        height: 36px;
        font-size: 19px;
    }

    body.stef-site.page-music .songs-list .listing-ppBtn {
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
        font-size: 20px;
        line-height: 36px;
    }
}
