/*
 * Adaptation Sun'Hit Music du design actuellement publié sur vibe.radio.
 * La structure, les espacements et les composants restent ceux de Vibe ;
 * seuls l'identité, les couleurs et les détails propres à Sun'Hit changent.
 */

body.sunhit-site {
    --vibe-player-gradient:
        radial-gradient(circle at 14% 0%, rgba(243, 184, 19, 0.48), transparent 31%),
        radial-gradient(circle at 92% 100%, rgba(255, 82, 38, 0.35), transparent 36%),
        linear-gradient(135deg, #9e0008 0%, #e30613 52%, #ff2d20 100%);
    --vibe-gradient: var(--vibe-player-gradient);
    --vibe-blue: #e30613;
    --vibe-cyan: #f3b813;
    --vibe-violet: #c90a15;
    --header-bg: #000000;
    --header-links: #ffffff;
    --header-social-icons: #f3b813;
    --header-btn-bg: #e30613;
    --header-btn-color: #ffffff;
    --header-loadbar: #f3b813;
    --dedications-bar-bg: #e30613;
    --dedications-bar-msg: #ffffff;
    --dedications-bar-label: #ffffff;
    --page-title: #e30613;
    --lecture-text: #b20a13;
    --heading-text: #e30613;
    --highlight-text: #e30613;
    --primary-btn-bg: #000000;
    --primary-btn-color: #ffffff;
    --play-btn-bg: #e30613;
    --play-btn-hover-bg: #ff2d20;
    --highglight-block-bg: #e30613;
    --highglight-block-secondary-bg: #f3b813;
    --highglight-block-primary-btn-bg: #000000;
    --player-bar-bg: #e30613;
    --player-bar-play-btn-color: #e30613;
    --player-bar-seekbar-bg: #ffffff;
    --player-bar-seekbar-fill: #f3b813;
    --footer-bg: #000000;
    --footer-social-icons: #f3b813;
}

body.sunhit-site:not(.page-home) {
    --vibe-page-bg: #f7f7f7;
    --vibe-page-surface-soft: #fff7de;
    --vibe-page-line: rgba(91, 12, 16, 0.1);
    --vibe-page-blue: #e30613;
    --vibe-page-blue-dark: #9f090f;
    --vibe-page-shadow: 0 18px 45px rgba(80, 15, 15, 0.1);
}

body.sunhit-site .header,
body.sunhit-site .navbar-collapse {
    background: #000000 !important;
}

body.sunhit-site .navbar .logo-top,
body.sunhit-site .navbar .mobile-logo,
body.sunhit-site .footer .logo-footer {
    filter: none !important;
}

body.sunhit-site .navbar .sm-icons .nav-link {
    color: #f3b813 !important;
}

body.sunhit-site .navbar .sm-icons .nav-link:hover,
body.sunhit-site .navbar .sm-icons .nav-link:focus {
    color: #ffffff !important;
}

body.sunhit-site .navbar .header-dedicationBtn {
    color: #f3b813 !important;
}

body.sunhit-site .navbar .header-dedicationBtn:hover,
body.sunhit-site .navbar .header-dedicationBtn:focus {
    color: #ffffff !important;
}

body.sunhit-site .dc-bar-wpr,
body.sunhit-site .highlight-block,
body.sunhit-site .vibe-home-block--color,
body.sunhit-site .vibe-floating-player,
body.sunhit-site:not(.page-home) .page-header:not(.page-header-block)::before {
    background: var(--vibe-player-gradient) !important;
}

body.sunhit-site .dc-bar-wpr .title::before {
    display: none !important;
    content: none !important;
}

body.sunhit-site .dc-bar-wpr .dedicationBtn {
    display: none !important;
    color: #f3b813 !important;
}

body.sunhit-site .home-top-played-header::before {
    display: none !important;
    content: none !important;
}

body.sunhit-site .vibe-floating-player .vibe-player-live > span {
    display: none !important;
}

body.sunhit-site .header .header-ppBtn {
    display: none !important;
}

@media (max-width: 767.98px) {
    body.sunhit-site .header .d-flex.d-md-none.w-100 > .d-flex:last-child {
        width: 46px;
        min-width: 46px;
    }
}

/* Rapproche le premier carrousel du bandeau En direct. */
body.sunhit-site.page-home .vibe-home-block[data-home-block="slider"] .home-image-slider {
    margin-top: 12px;
}

body.sunhit-site.page-home .home-image-slider .glide__arrows {
    display: none !important;
}

/* Le zoom est projeté au-dessus de la page pour ne pas être coupé par Glide. */
body.sunhit-site.page-home .home-image-list .item {
    position: relative;
    overflow: hidden;
    transition:
        border-color 320ms ease,
        filter 320ms ease;
}

@media (hover: hover) and (pointer: fine) {
    body.sunhit-site.page-home .home-image-list .item:hover {
        border-color: rgba(243, 184, 19, 0.42);
        filter: brightness(0.9);
    }

    body.sunhit-site.page-home .home-image-list .item:hover img {
        filter: none;
        transform: none;
    }

    .sunhit-slider-hover-preview {
        position: fixed;
        z-index: 1080;
        display: block;
        overflow: hidden;
        border: 1px solid rgba(243, 184, 19, 0.5);
        border-radius: 24px;
        background: #111111;
        box-shadow:
            0 42px 100px rgba(0, 0, 0, 0.52),
            0 12px 36px rgba(84, 0, 5, 0.34),
            0 0 0 1px rgba(255, 255, 255, 0.12) inset;
        opacity: 0;
        pointer-events: none;
        transform: translateZ(0);
        transition:
            left 480ms cubic-bezier(0.22, 1, 0.36, 1),
            top 480ms cubic-bezier(0.22, 1, 0.36, 1),
            width 480ms cubic-bezier(0.22, 1, 0.36, 1),
            height 480ms cubic-bezier(0.22, 1, 0.36, 1),
            opacity 150ms ease-out;
        will-change: left, top, width, height, opacity;
    }

    .sunhit-slider-hover-preview.is-visible {
        opacity: 1;
    }

    .sunhit-slider-hover-preview img {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        object-fit: cover;
        transform: scale(1.018);
        transition: transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .sunhit-slider-hover-preview.is-visible img {
        transform: scale(1);
    }
}

body.sunhit-site .home-featured-artists-header > div > span,
body.sunhit-site .home-featured-artist-badge {
    color: #f3b813;
}

body.sunhit-site .home-featured-artists-all {
    background: #f3b813;
    color: #000000 !important;
}

body.sunhit-site .home-featured-artists-all:hover {
    background: #ffffff;
    color: #9f090f !important;
}

/* Un partenaire unique devient une vraie mise en avant, pas un carrousel vide. */
body.sunhit-site.page-home .vibe-home-block[data-home-block="sponsors"].has-single-sponsor {
    padding: 18px 0 82px;
}

body.sunhit-site.page-home .has-single-sponsor .page-header {
    margin-bottom: 24px;
}

body.sunhit-site.page-home .has-single-sponsor .page-header > div {
    justify-content: center !important;
}

body.sunhit-site.page-home .has-single-sponsor .page-header .title {
    padding-left: 0;
    text-align: center;
}

body.sunhit-site.page-home .has-single-sponsor .page-header .title::before {
    display: block;
    position: static;
    inset: auto;
    width: auto;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    color: #e30613;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1.25;
    text-transform: uppercase;
    transform: none;
    content: "Ils nous accompagnent";
}

body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor {
    width: min(100%, 720px);
    margin: 0 auto;
}

body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor .glide__track {
    overflow: visible;
}

body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor .glide__slides {
    display: block;
    width: 100% !important;
    margin: 0 !important;
    padding: 0;
    transform: none !important;
}

body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor .glide__slide {
    width: 100% !important;
    margin: 0 !important;
}

body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor .home-sponsors-list .item {
    display: grid;
    grid-template-columns: minmax(210px, 270px) minmax(0, 1fr);
    align-items: center;
    gap: 30px;
    width: 100%;
    margin: 0;
    padding: 20px;
    border: 0;
    border-radius: 28px;
    background: transparent;
    box-shadow: none;
    transition:
        transform 360ms cubic-bezier(0.22, 1, 0.36, 1),
        border-color 260ms ease,
        box-shadow 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor .home-sponsors-list .img-wpr {
    display: grid;
    width: 100%;
    height: 154px;
    margin: 0;
    padding: 25px;
    place-items: center;
    border: 0;
    border-radius: 21px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(24, 16, 18, 0.07);
}

/* Le formulaire de dédicace reprend l'identité rouge, noire et or de Sun'Hit. */
body.sunhit-site #formModal {
    z-index: 2147483500 !important;
}

body.sunhit-site .modal-backdrop.show {
    z-index: 2147483400 !important;
}

body.sunhit-site #formModal .dedication-box {
    border-color: rgba(243, 184, 19, 0.3);
    background:
        radial-gradient(circle at 7% 0%, rgba(243, 184, 19, 0.24), transparent 38%),
        radial-gradient(circle at 100% 100%, rgba(255, 45, 32, 0.38), transparent 43%),
        linear-gradient(145deg, #190002 0%, #680007 50%, #c90a15 100%);
    box-shadow:
        0 36px 100px rgba(38, 0, 3, 0.58),
        inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

body.sunhit-site #formModal .dedication-box::before {
    background: rgba(243, 184, 19, 0.24);
}

body.sunhit-site #formModal .dedication-kicker i {
    background: #f3b813;
    box-shadow:
        0 0 0 4px rgba(243, 184, 19, 0.14),
        0 0 14px rgba(243, 184, 19, 0.48);
}

body.sunhit-site #formModal .form-control {
    border-color: rgba(255, 255, 255, 0.15);
    background: rgba(0, 0, 0, 0.27);
}

body.sunhit-site #formModal .form-control:focus {
    border-color: rgba(243, 184, 19, 0.9);
    background: rgba(0, 0, 0, 0.38);
    box-shadow: 0 0 0 4px rgba(243, 184, 19, 0.15);
}

body.sunhit-site #formModal .dedication-emoji-picker {
    border-color: rgba(243, 184, 19, 0.14);
    background: rgba(0, 0, 0, 0.2);
}

body.sunhit-site #formModal .dedication-emoji-button {
    border-color: rgba(243, 184, 19, 0.16);
    background: rgba(255, 255, 255, 0.09);
}

body.sunhit-site #formModal .dedication-emoji-button:hover,
body.sunhit-site #formModal .dedication-emoji-button:focus-visible {
    border-color: rgba(243, 184, 19, 0.42);
    background: rgba(243, 184, 19, 0.15);
}

body.sunhit-site #formModal .dedication-submit {
    background: #f3b813;
    color: #240003;
    box-shadow: 0 15px 34px rgba(45, 0, 3, 0.32);
}

body.sunhit-site #formModal .dedication-submit:hover,
body.sunhit-site #formModal .dedication-submit:focus-visible {
    background: #ffd34e;
    color: #240003;
    box-shadow: 0 18px 40px rgba(45, 0, 3, 0.4);
}

body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor .home-sponsors-list .img-wpr a {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
}

body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor .home-sponsors-list .img-wpr img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 220px;
    object-fit: contain;
    transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor .home-sponsors-list .name {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin: 0;
    color: #171719 !important;
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 780;
    line-height: 1.05;
    letter-spacing: -0.035em;
    text-align: left;
}

body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor .home-sponsors-list .name::before {
    color: #a60b13;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
    content: "Partenaire officiel";
}

@media (hover: hover) and (pointer: fine) {
    body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor .home-sponsors-list .item:hover,
    body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor .home-sponsors-list .item:focus-within {
        border-color: transparent;
        box-shadow: none;
        transform: none;
    }

    body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor .home-sponsors-list .item:hover img,
    body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor .home-sponsors-list .item:focus-within img {
        transform: scale(1.045);
    }
}

@media (max-width: 600px) {
    body.sunhit-site.page-home .vibe-home-block[data-home-block="sponsors"].has-single-sponsor {
        padding: 8px 0 62px;
    }

    body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor {
        width: min(100%, 430px);
    }

    body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor .home-sponsors-list .item {
        grid-template-columns: minmax(0, 1fr);
        gap: 17px;
        padding: 14px;
        border-radius: 24px;
    }

    body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor .home-sponsors-list .img-wpr {
        height: 136px;
        padding: 22px;
        border-radius: 18px;
    }

    body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor .home-sponsors-list .name {
        align-items: center;
        padding: 2px 8px 8px;
        font-size: 23px;
        text-align: center;
    }
}

body.sunhit-site .vibe-floating-player {
    box-shadow:
        0 26px 72px rgba(90, 0, 8, 0.34),
        0 7px 22px rgba(90, 0, 8, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Sun'Hit n'a qu'un flux : aucune commande de changement de station trompeuse. */
body.sunhit-site .vibe-player-stations-toggle,
body.sunhit-site .vibe-player-stations-panel {
    display: none !important;
}

@media (max-width: 767.98px) {
    body.sunhit-site.page-home .vibe-home-block[data-home-block="slider"] .home-image-slider {
        margin-top: 10px;
    }

    /* Le bandeau principal reste visible : on retire le second logo caché dessous. */
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-brand-logo {
        display: none !important;
    }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-stations-toggle,
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-stations-panel {
        display: none !important;
    }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-actions {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        border-top-color: rgba(255, 255, 255, 0.24);
        background: var(--vibe-player-gradient) !important;
        box-shadow:
            0 -18px 42px rgba(90, 0, 8, 0.34),
            inset 0 1px 0 rgba(255, 255, 255, 0.18);
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-play,
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-play:hover,
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-play:active,
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-play:focus-visible,
    body.sunhit-site .vibe-floating-player.is-mobile-expanded[data-state="playing"] .vibe-player-play,
    body.sunhit-site .vibe-floating-player.is-mobile-expanded[data-state="loading"] .vibe-player-play {
        background: var(--vibe-player-gradient) !important;
        color: #ffffff !important;
        box-shadow:
            0 18px 38px rgba(65, 0, 5, 0.46),
            0 0 0 5px rgba(243, 184, 19, 0.13),
            inset 0 1px 0 rgba(255, 255, 255, 0.42);
    }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-actions .vibe-player-icon {
        background: transparent !important;
        color: #ffffff !important;
    }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-icon[data-mobile-label]::after {
        color: rgba(255, 255, 255, 0.84);
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.42);
    }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-actions .vibe-player-icon:focus-visible {
        outline: none !important;
        border-radius: 12px;
        box-shadow: inset 0 0 0 2px #f3b813 !important;
    }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-play:focus-visible {
        outline: 3px solid #f3b813 !important;
        outline-offset: 4px;
    }

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

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-history-toggle { order: 1; }
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-favorite { order: 2; }
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-mute { order: 3; }
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-share { order: 4; }
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-collapse { order: 5; }
}

/* Navigation mobile Sun'Hit : panneau lisible, scrollable et stable sur iPhone. */
@media (max-width: 767.98px) {
    body.sunhit-site.navbar-open {
        overflow: hidden !important;
        overscroll-behavior: none;
        touch-action: pan-y !important;
    }

    body.sunhit-site {
        --header-mobile-links-bg: #000000;
    }

    body.sunhit-site .header {
        z-index: 2147483200 !important;
        height: 68px;
        border-bottom: 0;
        background: #000000 !important;
        box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
        -webkit-backdrop-filter: none !important;
        backdrop-filter: none !important;
    }

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

    body.sunhit-site .navbar,
    body.sunhit-site .navbar-padding,
    body.sunhit-site .navbar > .container-fluid > .d-flex.d-md-none {
        min-height: 68px !important;
        max-height: 68px !important;
    }

    body.sunhit-site .navbar {
        padding-block: 0;
    }

    body.sunhit-site .navbar-padding {
        position: relative;
        padding-inline: max(14px, env(safe-area-inset-left)) max(14px, env(safe-area-inset-right)) !important;
    }

    body.sunhit-site .navbar > .container-fluid > .d-flex.d-md-none {
        display: grid !important;
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        align-items: center;
        gap: 10px;
    }

    body.sunhit-site .navbar > .container-fluid > .d-flex.d-md-none > .d-flex {
        display: grid !important;
        place-items: center;
    }

    body.sunhit-site .navbar > .container-fluid > .d-flex.d-md-none > .d-flex:last-child {
        grid-column: 3;
    }

    body.sunhit-site .navbar > .container-fluid > .d-flex.d-md-none > .navbar-brand {
        position: absolute;
        top: 50%;
        left: 50%;
        display: grid;
        width: min(43vw, 170px);
        height: 54px;
        margin: 0 !important;
        padding: 0;
        place-items: center;
        transform: translate(-50%, -50%);
    }

    body.sunhit-site .navbar .mobile-logo {
        display: block;
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 48px;
        object-fit: contain;
    }

    body.sunhit-site .navbar-toggler,
    body.sunhit-site .navbar > .container-fluid > .d-flex.d-md-none .header-btn {
        box-sizing: border-box;
        display: grid;
        width: 44px;
        min-width: 44px;
        height: 44px;
        min-height: 44px;
        margin: 0;
        padding: 0 !important;
        place-items: center;
        border: 1px solid rgba(255, 255, 255, 0.14) !important;
        border-radius: 13px !important;
        color: #ffffff !important;
        line-height: 1 !important;
        box-shadow: none;
    }

    body.sunhit-site .navbar-toggler {
        position: relative;
        background: rgba(255, 255, 255, 0.07) !important;
    }

    body.sunhit-site .navbar-toggler:hover,
    body.sunhit-site .navbar-toggler:focus,
    body.sunhit-site .navbar-toggler.open {
        border-color: rgba(243, 184, 19, 0.38) !important;
        background: rgba(243, 184, 19, 0.13) !important;
        box-shadow: none !important;
    }

    body.sunhit-site .navbar-toggler:focus-visible,
    body.sunhit-site .navbar > .container-fluid > .d-flex.d-md-none .header-btn:focus-visible {
        outline: 2px solid #f3b813;
        outline-offset: 2px;
    }

    body.sunhit-site .navbar-toggler .toggle-icon {
        position: absolute;
        inset: 0;
        display: grid;
        place-items: center;
        font-size: 24px;
        line-height: 1;
        pointer-events: none;
        transition: opacity 220ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    body.sunhit-site .navbar-toggler .notes-icon {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }

    body.sunhit-site .navbar-toggler .close-icon {
        opacity: 0;
        transform: scale(0.72) rotate(-45deg);
    }

    body.sunhit-site .navbar-toggler.open .notes-icon {
        opacity: 0;
        transform: scale(0.72) rotate(45deg);
    }

    body.sunhit-site .navbar-toggler.open .close-icon {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }

    body.sunhit-site .navbar > .container-fluid > .d-flex.d-md-none .header-btn {
        background: #e30613 !important;
        cursor: pointer;
    }

    body.sunhit-site .navbar > .container-fluid > .d-flex.d-md-none .header-btn:hover,
    body.sunhit-site .navbar > .container-fluid > .d-flex.d-md-none .header-btn:focus {
        background: #ff202c !important;
        transform: none;
    }

    body.sunhit-site .navbar-collapse {
        position: fixed !important;
        top: 68px !important;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100vh - 68px) !important;
        height: calc(100dvh - 68px) !important;
        max-width: none;
        max-height: none;
        padding:
            22px max(18px, env(safe-area-inset-right))
            max(28px, calc(env(safe-area-inset-bottom) + 22px))
            max(18px, env(safe-area-inset-left));
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        border-top: 0 !important;
        background:
            radial-gradient(circle at 92% 0%, rgba(227, 6, 19, 0.22), transparent 300px),
            radial-gradient(circle at 8% 100%, rgba(243, 184, 19, 0.1), transparent 260px),
            #000000 !important;
        box-shadow: none;
        touch-action: pan-y;
        -webkit-overflow-scrolling: touch;
    }

    body.sunhit-site .navbar-collapse.show {
        display: flex !important;
        height: calc(100vh - 68px) !important;
        height: calc(100dvh - 68px) !important;
        flex-direction: column;
    }

    body.sunhit-site .navbar-collapse.collapsing {
        position: fixed !important;
        bottom: 0;
        height: calc(100vh - 68px) !important;
        height: calc(100dvh - 68px) !important;
        overflow: hidden;
    }

    body.sunhit-site .navbar-collapse .navbar-nav.me-auto {
        display: flex;
        width: min(100%, 620px);
        margin: 0 auto !important;
        flex: 0 0 auto;
        flex-direction: column;
        gap: 6px;
        overflow: visible !important;
        background: transparent !important;
    }

    body.sunhit-site .navbar-collapse.show > .navbar-nav {
        overflow: visible !important;
        background: transparent !important;
    }

    body.sunhit-site .navbar-collapse .navbar-nav.me-auto > .nav-item {
        width: 100%;
        margin: 0;
    }

    body.sunhit-site .navbar-collapse .navbar-nav.me-auto > .nav-item > .nav-link {
        position: relative;
        display: flex;
        width: 100%;
        min-height: 54px;
        margin: 0;
        padding: 0 17px !important;
        align-items: center;
        justify-content: space-between;
        border: 1px solid transparent;
        border-radius: 15px;
        background: transparent;
        color: rgba(255, 255, 255, 0.9) !important;
        font-size: 17px !important;
        font-weight: 680;
        line-height: 1.2;
        letter-spacing: -0.015em;
    }

    body.sunhit-site .navbar-collapse .navbar-nav.me-auto > .nav-item > .nav-link:hover,
    body.sunhit-site .navbar-collapse .navbar-nav.me-auto > .nav-item > .nav-link:focus,
    body.sunhit-site .navbar-collapse .navbar-nav.me-auto > .nav-item > .nav-link[aria-current="page"] {
        border-color: rgba(255, 255, 255, 0.1);
        background: rgba(255, 255, 255, 0.09);
        color: #ffffff !important;
        transform: none;
    }

    body.sunhit-site .navbar-collapse .navbar-nav.me-auto > .nav-item > .nav-link[aria-current="page"]::before {
        position: absolute;
        top: 50%;
        left: 6px;
        width: 3px;
        height: 22px;
        border-radius: 999px;
        background: #f3b813;
        content: "";
        transform: translateY(-50%);
    }

    body.sunhit-site .navbar-collapse .dropdown-toggle::after {
        width: 9px;
        height: 9px;
        margin: -5px 4px 0 12px;
        flex: 0 0 auto;
        border: 0 !important;
        border-right: 2px solid currentColor !important;
        border-bottom: 2px solid currentColor !important;
        content: "" !important;
        transform: rotate(45deg);
        transition: transform 240ms ease, margin 240ms ease;
    }

    body.sunhit-site .navbar-collapse .dropdown.show > .dropdown-toggle::after {
        margin-top: 5px;
        transform: rotate(225deg);
    }

    body.sunhit-site .navbar-collapse .dropdown-menu,
    body.sunhit-site .navbar-collapse .dropdown-menu.show {
        position: static !important;
        inset: auto !important;
        width: calc(100% - 12px);
        margin: 7px 0 3px 12px !important;
        padding: 6px !important;
        border: 1px solid rgba(255, 255, 255, 0.09) !important;
        border-radius: 14px !important;
        background: rgba(255, 255, 255, 0.065) !important;
        box-shadow: none;
        opacity: 1;
        transform: none !important;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    body.sunhit-site .navbar-collapse .dropdown-menu .dropdown-item {
        display: flex;
        min-height: 46px;
        margin: 0;
        padding: 0 14px !important;
        align-items: center;
        border: 0 !important;
        border-radius: 10px;
        background: transparent !important;
        color: rgba(255, 255, 255, 0.76) !important;
        font-size: 15px !important;
        font-weight: 620;
        line-height: 1.2;
    }

    body.sunhit-site .navbar-collapse .dropdown-menu .dropdown-item:hover,
    body.sunhit-site .navbar-collapse .dropdown-menu .dropdown-item:focus,
    body.sunhit-site .navbar-collapse .dropdown-menu .dropdown-item[aria-current="page"] {
        background: rgba(227, 6, 19, 0.16) !important;
        color: #ffffff !important;
    }

    body.sunhit-site .navbar-collapse .follow-us {
        display: block;
        width: min(100%, 620px);
        margin: auto auto 11px;
        padding-top: 28px;
        color: rgba(255, 255, 255, 0.46);
        font-size: 10px;
        font-weight: 780;
        line-height: 1.2;
        letter-spacing: 0.12em;
        text-align: center;
        text-transform: uppercase;
    }

    body.sunhit-site .navbar-collapse .navbar-nav.sm-icons {
        display: flex;
        width: min(100%, 620px);
        margin: 0 auto;
        flex: 0 0 auto;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    body.sunhit-site .navbar-collapse .navbar-nav.sm-icons > .nav-item:not(.mobile-hide) {
        display: flex;
    }

    body.sunhit-site .navbar-collapse .navbar-nav.sm-icons .nav-link {
        display: grid;
        width: 46px;
        min-width: 46px;
        height: 46px;
        min-height: 46px;
        padding: 0 !important;
        place-items: center;
        border: 1px solid rgba(255, 255, 255, 0.13);
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.07);
        color: #f3b813 !important;
        font-size: 20px;
    }

    body.sunhit-site .navbar-collapse .navbar-nav.sm-icons .nav-link:hover,
    body.sunhit-site .navbar-collapse .navbar-nav.sm-icons .nav-link:focus {
        border-color: rgba(243, 184, 19, 0.32);
        background: rgba(243, 184, 19, 0.12);
        color: #ffffff !important;
        transform: none;
    }

    body.sunhit-site .navbar-collapse .navbar-nav.sm-icons > .mobile-hide {
        display: none !important;
    }
}

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

    body.sunhit-site.page-home .home-image-list .item {
        transition: none !important;
    }

    body.sunhit-site .navbar-toggler .toggle-icon,
    body.sunhit-site .navbar-collapse .dropdown-toggle::after {
        transition: none !important;
    }
}

/* Chat public des auditeurs : accès coordonné avec les dédicaces dans l'en-tête. */
body.sunhit-site.sunhit-chat-open {
    overflow: hidden !important;
    overscroll-behavior: none;
}

body.sunhit-site .navbar .sm-icons > li[hidden] {
    display: none !important;
}

body.sunhit-site .sunhit-header-community {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    overflow: visible;
    border: 1px solid rgba(243, 184, 19, 0.24);
    border-radius: 13px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)), #080808;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

body.sunhit-site .sunhit-header-community:hover,
body.sunhit-site .sunhit-header-community:focus-within {
    border-color: rgba(243, 184, 19, 0.46);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.04)), #080808;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 8px 24px rgba(90, 0, 8, 0.18);
}

body.sunhit-site .sunhit-header-community--desktop {
    position: relative;
    height: 42px;
    margin-left: 12px;
    padding: 1px 3px;
}

body.sunhit-site .sunhit-header-community--desktop::before {
    position: absolute;
    top: 50%;
    left: -7px;
    width: 1px;
    height: 22px;
    background: rgba(255, 255, 255, 0.16);
    content: "";
    transform: translateY(-50%);
}

body.sunhit-site .sunhit-header-community-action {
    position: relative;
    display: inline-flex;
    width: auto;
    min-width: 36px;
    height: 38px;
    margin: 0;
    padding: 0 9px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: #f3b813;
    cursor: pointer;
    box-shadow: none;
    transition: color 180ms ease, transform 180ms ease;
}

body.sunhit-site .sunhit-header-community-action::after {
    display: none;
    content: none;
}

body.sunhit-site .sunhit-header-community-action:hover,
body.sunhit-site .sunhit-header-community-action:focus-visible,
body.sunhit-site .sunhit-header-chat[aria-expanded="true"] {
    color: #ffffff;
    outline: none;
    background: rgba(255, 255, 255, 0.09);
    transform: none;
}

body.sunhit-site .sunhit-header-community-action:focus-visible {
    box-shadow: inset 0 0 0 2px rgba(243, 184, 19, 0.72);
}

body.sunhit-site .sunhit-header-community-action > svg {
    width: 19px;
    min-width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.sunhit-site .sunhit-header-dedication > svg path:last-child {
    fill: currentColor;
    stroke: none;
}

body.sunhit-site .sunhit-header-dedication {
    background: linear-gradient(135deg, rgba(227, 6, 19, 0.48), rgba(150, 0, 10, 0.3));
}

body.sunhit-site .sunhit-header-dedication:hover,
body.sunhit-site .sunhit-header-dedication:focus-visible {
    background: linear-gradient(135deg, rgba(239, 17, 32, 0.66), rgba(177, 0, 12, 0.4));
}

body.sunhit-site .sunhit-header-chat {
    border-left: 1px solid rgba(255, 255, 255, 0.13);
}

body.sunhit-site .sunhit-header-community-label {
    color: #ffffff;
    font-size: 12px;
    font-weight: 720;
    letter-spacing: -0.01em;
    line-height: 1;
    white-space: nowrap;
}

body.sunhit-site .sunhit-header-community .sunhit-chat-unread {
    top: 1px;
    right: -1px;
    border-color: #000000;
}

body.sunhit-site .sunhit-header-community .sunhit-chat-unread[hidden] {
    display: none !important;
}

body.sunhit-site .sunhit-chat-unread {
    position: absolute;
    top: -6px;
    right: -6px;
    display: grid;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    place-items: center;
    border: 2px solid #8d050d;
    border-radius: 999px;
    background: #f3b813;
    color: #240003;
    font-size: 9px;
    font-weight: 850;
    line-height: 1;
    box-shadow: 0 4px 12px rgba(30, 0, 2, 0.34);
}

.sunhit-audience-chat[hidden],
.sunhit-audience-chat [hidden] {
    display: none !important;
}

.sunhit-audience-chat,
.sunhit-audience-chat * {
    box-sizing: border-box;
}

.sunhit-audience-chat {
    position: fixed;
    z-index: 2147483450;
    inset: 0;
    display: block;
    overflow: hidden;
    color: #1d1d1f;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    pointer-events: none;
}

.sunhit-chat-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(14, 3, 4, 0.54);
    opacity: 0;
    pointer-events: auto;
    -webkit-backdrop-filter: blur(10px) saturate(1.05);
    backdrop-filter: blur(10px) saturate(1.05);
    transition: opacity 220ms ease;
}

.sunhit-chat-panel {
    position: absolute;
    z-index: 1;
    top: 124px;
    right: max(16px, env(safe-area-inset-right));
    bottom: max(122px, calc(108px + env(safe-area-inset-bottom)));
    display: flex;
    width: clamp(400px, 30vw, 430px);
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 27px;
    background: #ffffff;
    box-shadow:
        0 34px 100px rgba(33, 0, 3, 0.38),
        0 3px 0 rgba(255, 255, 255, 0.46) inset;
    opacity: 0;
    pointer-events: auto;
    transform: translateX(calc(100% + 40px));
    transition:
        opacity 220ms ease,
        transform 340ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.sunhit-site.sunhit-chat-open:not(.has-vibe-floating-player) .sunhit-chat-panel {
    bottom: max(18px, env(safe-area-inset-bottom));
}

.sunhit-audience-chat.is-open .sunhit-chat-backdrop,
.sunhit-audience-chat.is-open .sunhit-chat-panel {
    opacity: 1;
}

.sunhit-audience-chat.is-open .sunhit-chat-panel {
    transform: translateX(0);
}

.sunhit-chat-panel button,
.sunhit-chat-panel input,
.sunhit-chat-panel textarea {
    font: inherit;
}

.sunhit-chat-panel button {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.sunhit-chat-panel button:disabled {
    cursor: default;
}

.sunhit-chat-panel button:focus-visible,
.sunhit-chat-panel input:focus-visible,
.sunhit-chat-panel textarea:focus-visible {
    outline: 3px solid rgba(243, 184, 19, 0.72);
    outline-offset: 2px;
}

.sunhit-chat-panel svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sunhit-chat-header {
    position: relative;
    display: grid;
    min-height: 104px;
    padding: 19px 18px 17px;
    grid-template-columns: 44px minmax(0, 1fr) 40px;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% -18%, rgba(243, 184, 19, 0.3), transparent 38%),
        linear-gradient(135deg, #120002 0%, #710008 52%, #d90b17 100%);
    color: #ffffff;
}

.sunhit-chat-header::after {
    position: absolute;
    right: -42px;
    bottom: -80px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(243, 184, 19, 0.15);
    filter: blur(12px);
    content: "";
    pointer-events: none;
}

.sunhit-chat-header > * {
    position: relative;
    z-index: 1;
}

.sunhit-chat-brand-icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(243, 184, 19, 0.36);
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.2);
    color: #f3b813;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.sunhit-chat-brand-icon svg {
    width: 23px;
    height: 23px;
}

.sunhit-chat-heading {
    min-width: 0;
}

.sunhit-chat-heading > span {
    display: flex;
    min-width: 0;
    margin-bottom: 5px;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.11em;
    line-height: 1;
    text-transform: uppercase;
}

.sunhit-chat-heading > span i {
    display: block;
    width: 7px;
    height: 7px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #f3b813;
    box-shadow: 0 0 0 4px rgba(243, 184, 19, 0.13), 0 0 13px rgba(243, 184, 19, 0.38);
}

.sunhit-chat-heading > span b {
    overflow: hidden;
    font-weight: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sunhit-audience-chat[data-connection="online"] .sunhit-chat-heading > span i {
    background: #51f098;
    box-shadow: 0 0 0 4px rgba(81, 240, 152, 0.13), 0 0 13px rgba(81, 240, 152, 0.46);
}

.sunhit-audience-chat[data-connection="offline"] .sunhit-chat-heading > span i {
    background: #ff987f;
    box-shadow: 0 0 0 4px rgba(255, 152, 127, 0.13), 0 0 13px rgba(255, 152, 127, 0.4);
}

.sunhit-chat-heading h2 {
    overflow: hidden;
    margin: 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 790;
    line-height: 1.08;
    letter-spacing: -0.035em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sunhit-chat-heading p {
    overflow: hidden;
    margin: 5px 0 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 10.5px;
    font-weight: 560;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sunhit-chat-close {
    display: grid;
    width: 40px;
    height: 40px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.18);
    color: #ffffff;
    transition: background-color 160ms ease, border-color 160ms ease, transform 180ms ease;
}

.sunhit-chat-close:hover {
    border-color: rgba(243, 184, 19, 0.46);
    background: rgba(243, 184, 19, 0.17);
    transform: rotate(3deg) scale(1.04);
}

.sunhit-chat-close svg {
    width: 18px;
    height: 18px;
}

.sunhit-chat-community-note {
    display: grid;
    min-height: 66px;
    padding: 11px 14px;
    grid-template-columns: 32px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    border-bottom: 1px solid rgba(37, 18, 20, 0.08);
    background: linear-gradient(105deg, #fff8e5, #fffdf8);
}

.sunhit-chat-community-note > span {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 11px;
    background: rgba(243, 184, 19, 0.18);
    color: #a80c14;
}

.sunhit-chat-community-note > span svg {
    width: 17px;
    height: 17px;
}

.sunhit-chat-community-note p {
    min-width: 0;
    margin: 0;
}

.sunhit-chat-community-note strong,
.sunhit-chat-community-note small {
    display: block;
}

.sunhit-chat-community-note strong {
    color: #302326;
    font-size: 11px;
    font-weight: 760;
    line-height: 1.2;
}

.sunhit-chat-community-note small {
    margin-top: 3px;
    color: #817579;
    font-size: 9px;
    font-weight: 550;
    line-height: 1.3;
}

.sunhit-chat-community-note > button {
    display: inline-flex;
    min-height: 34px;
    padding: 7px 10px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid rgba(171, 10, 19, 0.16);
    border-radius: 999px;
    background: #ffffff;
    color: #a80c14;
    font-size: 9.5px;
    font-weight: 760;
    line-height: 1;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.sunhit-chat-community-note > button:hover {
    border-color: #e30613;
    background: #e30613;
    color: #ffffff;
}

.sunhit-chat-community-note > button svg {
    width: 15px;
    height: 15px;
}

.sunhit-chat-messages {
    position: relative;
    min-height: 150px;
    padding: 14px 14px 18px;
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    background:
        radial-gradient(circle at 100% 0%, rgba(243, 184, 19, 0.08), transparent 34%),
        #f7f5f5;
    scrollbar-color: rgba(179, 12, 20, 0.28) transparent;
    scrollbar-width: thin;
}

.sunhit-chat-welcome {
    display: grid;
    margin-bottom: 12px;
    padding: 11px 12px;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(227, 6, 19, 0.08);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.76);
    color: #675d60;
}

.sunhit-chat-welcome > span {
    font-size: 20px;
    line-height: 1;
    text-align: center;
}

.sunhit-chat-welcome p {
    margin: 0;
}

.sunhit-chat-welcome strong,
.sunhit-chat-welcome small {
    display: block;
}

.sunhit-chat-welcome strong {
    color: #3b3032;
    font-size: 11px;
    font-weight: 760;
}

.sunhit-chat-welcome small {
    margin-top: 2px;
    font-size: 9.5px;
    line-height: 1.35;
}

.sunhit-chat-empty {
    display: grid;
    min-height: 112px;
    padding: 20px;
    place-items: center;
    align-content: center;
    gap: 4px;
    color: #8a7f82;
    text-align: center;
}

.sunhit-chat-empty strong {
    color: #4a3e41;
    font-size: 12px;
    font-weight: 740;
}

.sunhit-chat-empty span {
    font-size: 10px;
    line-height: 1.35;
}

.sunhit-chat-stream {
    display: grid;
    gap: 9px;
}

.sunhit-chat-message {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: start;
    gap: 8px;
}

.sunhit-chat-avatar {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, 0.86);
    border-radius: 50%;
    background: hsl(var(--sunhit-chat-hue, 42) 58% 43%);
    color: #ffffff;
    font-size: 11px;
    font-weight: 820;
    line-height: 1;
    box-shadow: 0 5px 14px rgba(45, 24, 27, 0.14);
}

.sunhit-chat-message-content {
    position: relative;
    justify-self: start;
    width: fit-content;
    max-width: min(100%, 310px);
    padding: 9px 33px 10px 11px;
    border: 1px solid rgba(38, 24, 27, 0.075);
    border-radius: 7px 16px 16px;
    background: #ffffff;
    box-shadow: 0 5px 16px rgba(45, 24, 27, 0.055);
}

.sunhit-chat-message-meta {
    display: flex;
    min-width: 0;
    margin-bottom: 4px;
    align-items: baseline;
    gap: 7px;
}

.sunhit-chat-message-meta strong {
    overflow: hidden;
    color: #9f0a12;
    font-size: 10px;
    font-weight: 790;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sunhit-chat-message-meta time {
    flex: 0 0 auto;
    color: #a09699;
    font-size: 8.5px;
    font-weight: 600;
    line-height: 1;
}

.sunhit-chat-message-content > p {
    margin: 0;
    color: #332b2d;
    font-size: 12px;
    font-weight: 520;
    line-height: 1.38;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
}

.sunhit-chat-report {
    position: absolute;
    top: 7px;
    right: 7px;
    display: grid;
    width: 25px;
    height: 25px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #9f9698;
    opacity: 0.42;
    transition: background-color 160ms ease, color 160ms ease, opacity 160ms ease;
}

.sunhit-chat-message:hover .sunhit-chat-report,
.sunhit-chat-report:focus-visible,
.sunhit-chat-report:hover {
    background: rgba(227, 6, 19, 0.075);
    color: #b20a13;
    opacity: 1;
}

.sunhit-chat-report svg {
    width: 13px;
    height: 13px;
}

.sunhit-chat-message.is-mine {
    grid-template-columns: minmax(0, 1fr) 34px;
}

.sunhit-chat-message.is-mine .sunhit-chat-avatar {
    grid-column: 2;
    grid-row: 1;
    background: linear-gradient(145deg, #e30613, #9f090f);
}

.sunhit-chat-message.is-mine .sunhit-chat-message-content {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
    padding-right: 11px;
    border-color: rgba(243, 184, 19, 0.28);
    border-radius: 16px 7px 16px 16px;
    background: #fff4cf;
}

.sunhit-chat-message.is-mine .sunhit-chat-message-meta {
    justify-content: flex-end;
}

.sunhit-chat-message.is-mine .sunhit-chat-message-meta strong {
    color: #7d080e;
}

.sunhit-chat-new-messages {
    z-index: 3;
    align-self: center;
    min-height: 32px;
    margin: -42px auto 9px;
    padding: 7px 13px;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    background: #171315;
    color: #ffffff;
    font-size: 10px;
    font-weight: 740;
    box-shadow: 0 8px 22px rgba(26, 10, 12, 0.28);
}

.sunhit-chat-new-messages:hover {
    background: #e30613;
}

.sunhit-chat-join {
    display: block;
    padding: 14px 15px max(15px, env(safe-area-inset-bottom));
    flex: 0 0 auto;
    border-top: 1px solid rgba(37, 18, 20, 0.09);
    background: #ffffff;
    box-shadow: 0 -12px 28px rgba(53, 27, 31, 0.055);
}

.sunhit-chat-join > label {
    display: block;
    margin-bottom: 7px;
    color: #3a3032;
    font-size: 11px;
    font-weight: 760;
}

.sunhit-chat-join > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px;
}

.sunhit-chat-join input {
    width: 100%;
    min-width: 0;
    height: 42px;
    padding: 0 12px;
    border: 1px solid rgba(42, 25, 28, 0.13);
    border-radius: 12px;
    outline: 0;
    background: #f5f3f3;
    color: #292124;
    font-size: 13px;
    transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.sunhit-chat-join input:focus {
    border-color: rgba(227, 6, 19, 0.48);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(227, 6, 19, 0.08);
}

.sunhit-chat-join > div > button {
    min-height: 42px;
    padding: 0 13px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #f1222d, #c80612);
    color: #ffffff;
    font-size: 10.5px;
    font-weight: 780;
    box-shadow: 0 8px 18px rgba(164, 8, 17, 0.19);
    transition: filter 160ms ease, transform 160ms ease;
}

.sunhit-chat-join > div > button:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
}

.sunhit-chat-join > small {
    display: block;
    margin-top: 7px;
    color: #8b8083;
    font-size: 8.5px;
    line-height: 1.35;
}

.sunhit-chat-composer {
    position: relative;
    display: grid;
    padding: 10px 12px max(10px, env(safe-area-inset-bottom));
    grid-template-columns: 38px minmax(0, 1fr) 42px;
    align-items: end;
    gap: 7px;
    flex: 0 0 auto;
    border-top: 1px solid rgba(37, 18, 20, 0.09);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 -12px 28px rgba(53, 27, 31, 0.055);
}

.sunhit-chat-emoji-toggle,
.sunhit-chat-send {
    display: grid;
    padding: 0;
    place-items: center;
    border-radius: 13px;
}

.sunhit-chat-emoji-toggle {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(42, 25, 28, 0.1);
    background: #f2f0f0;
    color: #786d70;
    transition: background-color 160ms ease, color 160ms ease;
}

.sunhit-chat-emoji-toggle:hover,
.sunhit-chat-emoji-toggle[aria-expanded="true"] {
    background: rgba(243, 184, 19, 0.2);
    color: #9f090f;
}

.sunhit-chat-emoji-toggle svg {
    width: 19px;
    height: 19px;
}

.sunhit-chat-composer textarea {
    display: block;
    width: 100%;
    min-width: 0;
    min-height: 40px;
    max-height: 92px;
    padding: 10px 12px;
    overflow-y: auto;
    border: 1px solid rgba(42, 25, 28, 0.12);
    border-radius: 14px;
    outline: 0;
    background: #f4f2f2;
    color: #292124;
    font-size: 13px;
    line-height: 1.35;
    resize: none;
    transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.sunhit-chat-composer textarea::placeholder {
    color: #958b8e;
    opacity: 1;
}

.sunhit-chat-composer textarea:focus {
    border-color: rgba(227, 6, 19, 0.48);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(227, 6, 19, 0.08);
}

.sunhit-chat-send {
    width: 42px;
    height: 42px;
    border: 0;
    background: linear-gradient(135deg, #f1222d, #c80612);
    color: #ffffff;
    box-shadow: 0 9px 20px rgba(164, 8, 17, 0.22);
    transition: filter 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.sunhit-chat-send:hover:not(:disabled) {
    filter: brightness(1.09);
    transform: translateY(-1px) scale(1.02);
}

.sunhit-chat-send:disabled {
    background: #d7d2d3;
    color: #9b9294;
    box-shadow: none;
    opacity: 0.78;
}

.sunhit-chat-send svg {
    width: 19px;
    height: 19px;
}

.sunhit-chat-emoji-picker {
    position: absolute;
    z-index: 5;
    bottom: calc(100% + 8px);
    left: 12px;
    display: grid;
    padding: 8px;
    grid-template-columns: repeat(4, 38px);
    gap: 5px;
    border: 1px solid rgba(52, 32, 35, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 16px 42px rgba(43, 19, 23, 0.2);
}

.sunhit-chat-emoji-picker button {
    display: grid;
    width: 38px;
    height: 38px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 10px;
    background: #f5f2f2;
    font-size: 19px;
    line-height: 1;
    transition: background-color 150ms ease, transform 150ms ease;
}

.sunhit-chat-emoji-picker button:hover,
.sunhit-chat-emoji-picker button:focus-visible {
    background: #fff0ba;
    transform: translateY(-1px);
}

.sunhit-chat-composer-meta {
    display: flex;
    min-height: 14px;
    grid-column: 1 / -1;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #9a9093;
    font-size: 8.5px;
    font-weight: 620;
    line-height: 1;
}

.sunhit-chat-composer-meta button {
    padding: 2px 0;
    border: 0;
    background: transparent;
    color: #8b151b;
    font-size: inherit;
    font-weight: 720;
}

.sunhit-chat-composer-meta button:hover {
    color: #e30613;
    text-decoration: underline;
}

.sunhit-chat-composer-meta .is-near-limit {
    color: #b20a13;
}

.sunhit-chat-feedback {
    margin: 0;
    padding: 8px 14px;
    flex: 0 0 auto;
    border-top: 1px solid transparent;
    background: #f3f1f1;
    color: #655a5d;
    font-size: 9.5px;
    font-weight: 680;
    line-height: 1.35;
    text-align: center;
}

.sunhit-chat-feedback[data-type="error"] {
    border-top-color: rgba(227, 6, 19, 0.16);
    background: #fff0f1;
    color: #a60b13;
}

.sunhit-chat-feedback[data-type="success"] {
    border-top-color: rgba(26, 145, 79, 0.14);
    background: #edfaf2;
    color: #126a39;
}

@media (min-width: 768px) and (max-height: 720px) {
    .sunhit-chat-panel {
        top: 116px;
        bottom: max(18px, env(safe-area-inset-bottom));
    }

    .sunhit-chat-header {
        min-height: 88px;
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .sunhit-chat-community-note {
        min-height: 58px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

@media (max-width: 767.98px) {
    body.sunhit-site .navbar > .container-fluid > .d-flex.d-md-none {
        grid-template-columns: 44px minmax(0, 1fr) 90px;
    }

    body.sunhit-site .navbar > .container-fluid > .d-flex.d-md-none > .d-flex:last-child {
        width: 90px;
        min-width: 90px;
        justify-self: end;
    }

    body.sunhit-site .sunhit-header-community--desktop {
        display: none !important;
    }

    body.sunhit-site .sunhit-header-community--mobile {
        display: grid;
        width: 90px;
        height: 44px;
        grid-template-columns: repeat(2, 44px);
        gap: 0;
        padding: 0;
        border-radius: 14px;
    }

    body.sunhit-site .sunhit-header-community-action {
        width: 44px;
        min-width: 44px;
        height: 42px;
        padding: 0;
        border-radius: 12px;
        color: #f3b813;
    }

    body.sunhit-site .sunhit-header-community-label {
        display: none;
    }

    body.sunhit-site .sunhit-header-community-action + .sunhit-header-community-action::before {
        position: absolute;
        top: 50%;
        left: -1px;
        width: 1px;
        height: 20px;
        background: rgba(255, 255, 255, 0.16);
        content: "";
        transform: translateY(-50%);
    }

    body.sunhit-site .sunhit-header-community-action > svg {
        width: 20px;
        min-width: 20px;
        height: 20px;
    }

    body.sunhit-site .sunhit-header-community .sunhit-chat-unread {
        top: -2px;
        right: -2px;
    }

    body.sunhit-site .dc-bar-inner {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 0 !important;
    }

    body.sunhit-site .dc-bar-wpr .dedicationBtn {
        display: none !important;
    }

    .sunhit-chat-backdrop {
        background: rgba(18, 0, 2, 0.72);
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .sunhit-chat-panel,
    body.sunhit-site.sunhit-chat-open:not(.has-vibe-floating-player) .sunhit-chat-panel {
        inset: 0;
        width: 100%;
        height: 100vh;
        height: 100svh;
        height: 100dvh;
        min-height: 0;
        max-height: none;
        border: 0;
        border-radius: 0;
        opacity: 1;
        transform: translateY(100%);
    }

    .sunhit-audience-chat.is-open .sunhit-chat-panel {
        transform: translateY(0);
    }

    .sunhit-chat-header {
        min-height: calc(91px + env(safe-area-inset-top));
        padding:
            max(13px, calc(env(safe-area-inset-top) + 9px))
            max(14px, env(safe-area-inset-right))
            13px
            max(14px, env(safe-area-inset-left));
        grid-template-columns: 42px minmax(0, 1fr) 44px;
        gap: 10px;
    }

    .sunhit-chat-brand-icon {
        width: 42px;
        height: 42px;
        border-radius: 13px;
    }

    .sunhit-chat-close {
        width: 44px;
        height: 44px;
    }

    .sunhit-chat-community-note {
        padding-right: max(11px, env(safe-area-inset-right));
        padding-left: max(11px, env(safe-area-inset-left));
    }

    .sunhit-chat-community-note small {
        max-width: 210px;
    }

    .sunhit-chat-community-note > button {
        width: 38px;
        min-width: 38px;
        height: 38px;
        padding: 0;
        border-radius: 12px;
    }

    .sunhit-chat-community-note > button span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .sunhit-chat-community-note > button svg {
        width: 18px;
        height: 18px;
    }

    .sunhit-chat-messages {
        padding-right: max(12px, env(safe-area-inset-right));
        padding-left: max(12px, env(safe-area-inset-left));
    }

    .sunhit-chat-message-content {
        max-width: min(100%, 78vw);
    }

    .sunhit-chat-join {
        padding-right: max(12px, env(safe-area-inset-right));
        padding-bottom: max(13px, calc(env(safe-area-inset-bottom) + 8px));
        padding-left: max(12px, env(safe-area-inset-left));
    }

    .sunhit-chat-composer {
        padding-right: max(10px, env(safe-area-inset-right));
        padding-bottom: max(10px, calc(env(safe-area-inset-bottom) + 7px));
        padding-left: max(10px, env(safe-area-inset-left));
        grid-template-columns: 42px minmax(0, 1fr) 44px;
    }

    .sunhit-chat-emoji-toggle {
        width: 42px;
        height: 42px;
    }

    .sunhit-chat-send {
        width: 44px;
        height: 44px;
    }

    .sunhit-chat-emoji-picker {
        left: max(10px, env(safe-area-inset-left));
        grid-template-columns: repeat(4, 42px);
    }

    .sunhit-chat-emoji-picker button {
        width: 42px;
        height: 42px;
    }
}

@media (min-width: 768px) {
    body.sunhit-site .dc-bar-inner {
        grid-template-columns: 126px minmax(0, 1fr) !important;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    body.sunhit-site .navbar-collapse .navbar-nav.sm-icons > .nav-item:not(.mobile-hide) {
        display: none !important;
    }

    body.sunhit-site .sunhit-header-community--desktop {
        margin-left: 2px;
        padding-left: 4px;
    }

    body.sunhit-site .sunhit-header-community--desktop .sunhit-header-community-action {
        width: 38px;
        min-width: 38px;
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    body.sunhit-site .sunhit-header-community--desktop .sunhit-header-community-label {
        display: none;
    }

    body.sunhit-site .sunhit-header-community--desktop .sunhit-header-community-action {
        width: 38px;
        min-width: 38px;
        padding: 0;
    }
}

@media (max-width: 359.98px) {
    body.sunhit-site .navbar > .container-fluid > .d-flex.d-md-none {
        grid-template-columns: 42px minmax(0, 1fr) 90px;
        gap: 6px;
    }

    body.sunhit-site .navbar > .container-fluid > .d-flex.d-md-none > .d-flex:last-child,
    body.sunhit-site .sunhit-header-community--mobile {
        width: 90px;
        min-width: 90px;
    }

    body.sunhit-site .sunhit-header-community--mobile {
        grid-template-columns: repeat(2, 44px);
    }

    body.sunhit-site .navbar > .container-fluid > .d-flex.d-md-none > .navbar-brand {
        width: min(33vw, 106px);
    }
}

@media (max-width: 359.98px) {
    .sunhit-chat-header {
        grid-template-columns: 38px minmax(0, 1fr) 42px;
        gap: 8px;
    }

    .sunhit-chat-brand-icon {
        width: 38px;
        height: 38px;
    }

    .sunhit-chat-heading h2 {
        font-size: 20px;
    }

    .sunhit-chat-community-note small {
        display: none;
    }

    .sunhit-chat-join > div {
        grid-template-columns: minmax(0, 1fr) 104px;
    }

    .sunhit-chat-message-content {
        max-width: 76vw;
    }
}

@media (orientation: landscape) and (max-height: 500px) and (pointer: coarse) {
    .sunhit-chat-header {
        min-height: calc(70px + env(safe-area-inset-top));
        padding-top: max(8px, calc(env(safe-area-inset-top) + 5px));
        padding-bottom: 8px;
    }

    .sunhit-chat-community-note {
        min-height: 48px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .sunhit-chat-community-note small,
    .sunhit-chat-welcome {
        display: none;
    }

    .sunhit-chat-messages {
        padding-top: 9px;
        padding-bottom: 12px;
    }

    .sunhit-chat-join {
        padding-top: 8px;
    }

    .sunhit-chat-join > label,
    .sunhit-chat-join > small {
        display: none;
    }

    .sunhit-chat-composer {
        padding-top: 7px;
    }

    .sunhit-chat-composer-meta {
        min-height: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.sunhit-site .sunhit-chat-trigger,
    body.sunhit-site .sunhit-chat-trigger *,
    .sunhit-chat-backdrop,
    .sunhit-chat-panel,
    .sunhit-chat-panel *,
    .sunhit-chat-panel *::before,
    .sunhit-chat-panel *::after {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }
}

/* Recherche globale Sun'Hit : artistes, actualités, vidéos et podcasts. */
body.sunhit-site.sunhit-search-open {
    overflow: hidden !important;
    overscroll-behavior: none;
}

body.sunhit-site .sunhit-global-search-trigger {
    position: relative;
    display: inline-grid;
    width: 42px;
    min-width: 42px;
    height: 42px;
    padding: 0;
    place-items: center;
    appearance: none;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #f3b813;
    box-shadow: none;
    cursor: pointer;
    transition:
        color 180ms ease,
        background-color 180ms ease,
        transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.sunhit-site .sunhit-global-search-trigger::after {
    position: absolute;
    bottom: 4px;
    left: 50%;
    width: 17px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #e30613 0%, #f3b813 100%);
    content: "";
    opacity: 0.58;
    transform: translateX(-50%) scaleX(0.42);
    transform-origin: center;
    transition:
        opacity 180ms ease,
        transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.sunhit-site .sunhit-global-search-trigger > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

body.sunhit-site .sunhit-global-search-trigger svg,
.sunhit-global-search svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.sunhit-site .sunhit-global-search-trigger:hover,
body.sunhit-site .sunhit-global-search-trigger:focus-visible {
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    transform: none;
}

body.sunhit-site .sunhit-global-search-trigger:hover::after,
body.sunhit-site .sunhit-global-search-trigger:focus-visible::after {
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
}

body.sunhit-site .sunhit-global-search-trigger:active {
    background-color: rgba(255, 255, 255, 0.12);
    transform: scale(0.96);
}

body.sunhit-site .sunhit-global-search-trigger:focus-visible {
    outline: 2px solid #f3b813;
    outline-offset: 2px;
}

body.sunhit-site .sunhit-global-search-nav-item {
    display: flex;
    align-items: center;
    margin-right: 4px;
}

body.sunhit-site .sunhit-global-search-mobile-item {
    display: none !important;
}

.sunhit-global-search[hidden] {
    display: none !important;
}

.sunhit-global-search {
    position: fixed;
    z-index: 2147483640;
    inset: 0;
    display: grid;
    box-sizing: border-box;
    padding:
        max(18px, env(safe-area-inset-top))
        max(16px, env(safe-area-inset-right))
        max(18px, env(safe-area-inset-bottom))
        max(16px, env(safe-area-inset-left));
    place-items: start center;
    overflow: hidden;
    color: #171719;
}

.sunhit-global-search-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 7, 8, 0.68);
    opacity: 0;
    -webkit-backdrop-filter: blur(18px) saturate(1.12);
    backdrop-filter: blur(18px) saturate(1.12);
    transition: opacity 220ms ease;
}

.sunhit-global-search-dialog {
    position: relative;
    z-index: 1;
    display: flex;
    width: min(780px, 100%);
    max-height: min(760px, calc(100dvh - 36px));
    margin-top: clamp(18px, 8vh, 84px);
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 30px;
    background:
        radial-gradient(circle at 95% 0%, rgba(243, 184, 19, 0.14), transparent 34%),
        rgba(255, 255, 255, 0.97);
    box-shadow:
        0 40px 110px rgba(0, 0, 0, 0.38),
        0 2px 0 rgba(255, 255, 255, 0.76) inset;
    opacity: 0;
    transform: translateY(18px) scale(0.975);
    transition:
        opacity 220ms ease,
        transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sunhit-global-search.is-open .sunhit-global-search-backdrop,
.sunhit-global-search.is-open .sunhit-global-search-dialog {
    opacity: 1;
}

.sunhit-global-search.is-open .sunhit-global-search-dialog {
    transform: translateY(0) scale(1);
}

.sunhit-global-search-heading {
    display: flex;
    padding: 25px 26px 15px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.sunhit-global-search-heading span {
    display: block;
    margin-bottom: 6px;
    color: #b20a13;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.11em;
    line-height: 1;
    text-transform: uppercase;
}

.sunhit-global-search-heading h2 {
    margin: 0;
    color: #171719;
    font-size: clamp(24px, 4vw, 34px);
    font-weight: 790;
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.sunhit-global-search-close {
    display: grid;
    width: 38px;
    min-width: 38px;
    height: 38px;
    padding: 0;
    place-items: center;
    appearance: none;
    border: 0;
    border-radius: 50%;
    background: #efeff1;
    color: #4e4e53;
    cursor: pointer;
    transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.sunhit-global-search-close:hover,
.sunhit-global-search-close:focus-visible {
    background: #e30613;
    color: #ffffff;
    transform: rotate(3deg) scale(1.04);
}

.sunhit-global-search-close:focus-visible {
    outline: 3px solid rgba(243, 184, 19, 0.55);
    outline-offset: 2px;
}

.sunhit-global-search-field {
    position: relative;
    display: flex;
    min-height: 58px;
    margin: 0 26px;
    padding: 0 16px;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(25, 25, 28, 0.1);
    border-radius: 18px;
    background: #f2f2f4;
    color: #74747a;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
    transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.sunhit-global-search-field:focus-within {
    border-color: rgba(227, 6, 19, 0.46);
    background: #ffffff;
    color: #b20a13;
    box-shadow: 0 0 0 4px rgba(227, 6, 19, 0.09);
}

.sunhit-global-search-field > svg {
    width: 22px;
    min-width: 22px;
    height: 22px;
}

.sunhit-global-search-field input {
    width: 100%;
    min-width: 0;
    height: 56px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #171719;
    font: inherit;
    font-size: 17px;
    font-weight: 590;
}

.sunhit-global-search-field input::placeholder {
    color: #8e8e93;
    opacity: 1;
}

.sunhit-global-search-field kbd {
    min-width: 42px;
    padding: 5px 7px;
    border: 1px solid rgba(25, 25, 28, 0.1);
    border-radius: 7px;
    background: #ffffff;
    color: #73737a;
    font-family: inherit;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.sunhit-global-search-filters {
    display: flex;
    margin: 15px 26px 0;
    gap: 7px;
    overflow-x: auto;
    scrollbar-width: none;
}

.sunhit-global-search-filters::-webkit-scrollbar {
    display: none;
}

.sunhit-global-search-filters button {
    min-height: 32px;
    padding: 7px 12px;
    flex: 0 0 auto;
    appearance: none;
    border: 1px solid rgba(25, 25, 28, 0.09);
    border-radius: 999px;
    background: transparent;
    color: #68686e;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.sunhit-global-search-filters button:hover,
.sunhit-global-search-filters button:focus-visible {
    border-color: rgba(227, 6, 19, 0.24);
    background: rgba(227, 6, 19, 0.06);
    color: #a60b13;
}

.sunhit-global-search-filters button[aria-pressed="true"] {
    border-color: #e30613;
    background: #e30613;
    color: #ffffff;
}

.sunhit-global-search-filters button:focus-visible {
    outline: 2px solid rgba(243, 184, 19, 0.78);
    outline-offset: 2px;
}

.sunhit-global-search-summary {
    min-height: 32px;
    padding: 12px 28px 7px;
    color: #85858b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.sunhit-global-search-results {
    display: grid;
    min-height: 160px;
    padding: 0 14px 12px;
    gap: 3px;
    overflow: auto;
    overscroll-behavior: contain;
    scrollbar-color: rgba(179, 12, 20, 0.3) transparent;
}

.sunhit-global-search-result {
    display: grid;
    min-height: 74px;
    padding: 8px 12px;
    grid-template-columns: 58px minmax(0, 1fr) 28px;
    align-items: center;
    gap: 13px;
    border: 0;
    border-radius: 17px;
    color: #171719;
    text-decoration: none !important;
    transition: background-color 160ms ease, transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sunhit-global-search-result:hover,
.sunhit-global-search-result:focus-visible,
.sunhit-global-search-result.is-active {
    background: linear-gradient(110deg, rgba(227, 6, 19, 0.085), rgba(243, 184, 19, 0.1));
    color: #171719;
    transform: translateX(2px);
}

.sunhit-global-search-result:focus-visible {
    outline: 2px solid rgba(227, 6, 19, 0.42);
    outline-offset: -2px;
}

.sunhit-global-search-result-media {
    display: grid;
    width: 58px;
    height: 58px;
    overflow: hidden;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(145deg, #f4d16e, #e30613);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(87, 7, 10, 0.14);
}

.sunhit-global-search-result-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sunhit-global-search-result-media svg {
    width: 23px;
    height: 23px;
}

.sunhit-global-search-result-copy {
    display: block;
    min-width: 0;
}

.sunhit-global-search-result-copy small,
.sunhit-global-search-result-copy strong,
.sunhit-global-search-result-copy > span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sunhit-global-search-result-copy small {
    margin-bottom: 3px;
    color: #b20a13;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.09em;
    line-height: 1.1;
    text-transform: uppercase;
}

.sunhit-global-search-result-copy strong {
    color: #171719;
    font-size: 15px;
    font-weight: 740;
    line-height: 1.2;
}

.sunhit-global-search-result-copy > span {
    margin-top: 4px;
    color: #7a7a81;
    font-size: 11px;
    font-weight: 560;
    line-height: 1.2;
}

.sunhit-global-search-result-arrow {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    background: rgba(23, 23, 25, 0.055);
    color: #9a9a9f;
}

.sunhit-global-search-result-arrow svg {
    width: 15px;
    height: 15px;
}

.sunhit-global-search-state {
    display: grid;
    min-height: 190px;
    padding: 28px;
    place-items: center;
    align-content: center;
    gap: 7px;
    color: #8a8a90;
    text-align: center;
}

.sunhit-global-search-state > svg {
    width: 30px;
    height: 30px;
    margin-bottom: 6px;
    color: #b20a13;
}

.sunhit-global-search-state strong {
    color: #35353a;
    font-size: 15px;
}

.sunhit-global-search-state small {
    max-width: 320px;
    font-size: 12px;
    line-height: 1.45;
}

.sunhit-global-search-state.is-loading > span {
    width: 28px;
    height: 28px;
    margin-bottom: 7px;
    border: 3px solid rgba(227, 6, 19, 0.12);
    border-top-color: #e30613;
    border-radius: 50%;
    animation: sunhit-search-spin 700ms linear infinite;
}

@keyframes sunhit-search-spin {
    to { transform: rotate(360deg); }
}

.sunhit-global-search-footer {
    display: flex;
    min-height: 42px;
    padding: 9px 26px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(25, 25, 28, 0.07);
    color: #96969b;
    font-size: 10px;
    font-weight: 650;
}

body.sunhit-site .podcasts-list.sunhit-search-target {
    animation: sunhit-search-target 1800ms ease both;
}

@keyframes sunhit-search-target {
    0%, 100% { box-shadow: none; }
    18%, 72% { box-shadow: 0 0 0 4px rgba(227, 6, 19, 0.2), 0 14px 38px rgba(100, 7, 12, 0.14); }
}

@media (max-width: 767.98px) {
    body.sunhit-site .sunhit-global-search-trigger--desktop {
        display: none;
    }

    body.sunhit-site .sunhit-global-search-trigger--mobile {
        width: 44px;
        min-width: 44px;
        height: 44px;
        border: 0;
        border-radius: 12px;
        background: transparent;
        box-shadow: none;
    }

    body.sunhit-site .navbar-collapse .navbar-nav.me-auto > .sunhit-global-search-mobile-item {
        display: block !important;
        order: -1;
        margin-bottom: 7px;
        padding-bottom: 9px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    body.sunhit-site .sunhit-global-search-trigger--menu {
        display: grid;
        width: 100%;
        min-width: 0;
        height: 54px;
        padding: 0 17px;
        grid-template-columns: 24px minmax(0, 1fr);
        gap: 12px;
        justify-items: start;
        border: 1px solid rgba(243, 184, 19, 0.22);
        border-radius: 15px;
        background: rgba(243, 184, 19, 0.1);
        color: #f3b813;
    }

    body.sunhit-site .sunhit-global-search-trigger--menu::after {
        display: none;
    }

    body.sunhit-site .sunhit-global-search-trigger--menu > span {
        position: static;
        width: auto;
        height: auto;
        overflow: visible;
        clip: auto;
        color: #ffffff;
        font-size: 17px;
        font-weight: 680;
        letter-spacing: -0.015em;
        white-space: normal;
    }

    body.sunhit-site .sunhit-global-search-trigger--menu:hover,
    body.sunhit-site .sunhit-global-search-trigger--menu:focus-visible {
        border-color: rgba(243, 184, 19, 0.44);
        background: rgba(243, 184, 19, 0.16);
    }

    .sunhit-global-search {
        padding-top: max(10px, env(safe-area-inset-top));
    }

    .sunhit-global-search-dialog {
        max-height: calc(100dvh - max(20px, env(safe-area-inset-top)) - max(10px, env(safe-area-inset-bottom)));
        margin-top: 0;
        border-radius: 25px;
    }

    .sunhit-global-search-heading {
        padding: 20px 18px 13px;
    }

    .sunhit-global-search-heading h2 {
        font-size: 26px;
    }

    .sunhit-global-search-field {
        min-height: 54px;
        margin-inline: 16px;
        padding-inline: 14px;
        border-radius: 16px;
    }

    .sunhit-global-search-field input {
        height: 52px;
        font-size: 16px;
    }

    .sunhit-global-search-field kbd,
    .sunhit-global-search-footer {
        display: none;
    }

    .sunhit-global-search-filters {
        margin: 13px 16px 0;
    }

    .sunhit-global-search-summary {
        padding: 11px 18px 6px;
    }

    .sunhit-global-search-results {
        padding: 0 7px 10px;
    }

    .sunhit-global-search-result {
        min-height: 70px;
        padding: 7px 10px;
        grid-template-columns: 54px minmax(0, 1fr) 25px;
        gap: 11px;
        border-radius: 15px;
    }

    .sunhit-global-search-result-media {
        width: 54px;
        height: 54px;
        border-radius: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sunhit-global-search *,
    body.sunhit-site .sunhit-global-search-trigger,
    body.sunhit-site .podcasts-list.sunhit-search-target {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }
}

/* Direct Sun'Hit : changements de titre doux, sans flash ni flou agressif. */
@keyframes sunhit-track-cover-in {
    from { opacity: 0.58; transform: scale(0.975); }
    to { opacity: 1; transform: scale(1); }
}

@keyframes sunhit-track-copy-in {
    from { opacity: 0.48; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes sunhit-track-background-in {
    from { opacity: 0.72; transform: scale(1.018); }
    to { opacity: 1; transform: scale(1); }
}

@keyframes sunhit-history-in {
    from { opacity: 0.68; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

body.sunhit-site .home-now-playing.is-track-changing .bg {
    animation: sunhit-track-background-in 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.sunhit-site .home-now-playing.is-track-changing .artwork,
body.sunhit-site .vibe-floating-player.is-track-changing .vibe-player-artwork {
    will-change: opacity, transform;
    animation: sunhit-track-cover-in 460ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.sunhit-site .home-now-playing.is-track-changing .songtitle,
body.sunhit-site .home-now-playing.is-track-changing .artist,
body.sunhit-site .vibe-floating-player.is-track-changing .vibe-player-title,
body.sunhit-site .vibe-floating-player.is-track-changing .vibe-player-artist {
    will-change: opacity, transform;
    animation: sunhit-track-copy-in 380ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.sunhit-site .home-top-played.is-history-updated .element {
    animation: sunhit-history-in 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.sunhit-site .home-top-played.is-history-updated .element:nth-child(3) { animation-delay: 35ms; }
body.sunhit-site .home-top-played.is-history-updated .element:nth-child(4) { animation-delay: 70ms; }
body.sunhit-site .home-top-played.is-history-updated .element:nth-child(5) { animation-delay: 105ms; }
body.sunhit-site .home-top-played.is-history-updated .element:nth-child(6) { animation-delay: 140ms; }

/* Safe areas et très petits écrans iPhone. */
@media (max-width: 767.98px) {
    body.sunhit-site .vibe-floating-player.is-mobile-expanded {
        z-index: 2147483400;
        height: 100vh;
        height: 100svh;
        height: 100dvh;
        min-height: 100vh;
        min-height: 100svh;
        min-height: 100dvh;
        overscroll-behavior: none;
    }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-copy {
        right: max(24px, env(safe-area-inset-right));
        left: max(24px, env(safe-area-inset-left));
        width: auto;
    }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded > .vibe-player-expand {
        top: max(12px, calc(env(safe-area-inset-top) + 8px));
        right: max(16px, env(safe-area-inset-right));
    }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-actions {
        padding:
            7px max(6px, env(safe-area-inset-right))
            calc(7px + env(safe-area-inset-bottom))
            max(6px, env(safe-area-inset-left));
    }

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

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-popover {
        right: max(14px, env(safe-area-inset-right));
        bottom: calc(96px + env(safe-area-inset-bottom));
        left: max(14px, env(safe-area-inset-left));
    }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-feedback {
        right: max(24px, env(safe-area-inset-right));
        bottom: calc(102px + env(safe-area-inset-bottom));
        left: max(24px, env(safe-area-inset-left));
    }
}

@media (max-width: 359.98px) {
    body.sunhit-site .vibe-floating-player.is-mobile-expanded {
        --vibe-mobile-art-top: 78px;
        --vibe-mobile-art-size: min(45vw, 162px);
        --vibe-mobile-copy-gap: 12px;
    }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-title { font-size: 17px; }
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-artist { font-size: 21px; }
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-icon { gap: 3px; }
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-icon svg { width: 20px; height: 20px; }
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-icon[data-mobile-label]::after { font-size: 8.5px; }
}

@media (max-width: 480px) and (max-height: 530px) and (orientation: portrait) {
    body.sunhit-site .vibe-floating-player.is-mobile-expanded {
        --vibe-mobile-art-top: max(66px, calc(env(safe-area-inset-top) + 12px));
        --vibe-mobile-art-size: min(36vw, 140px);
        --vibe-mobile-copy-gap: 12px;
    }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-live {
        margin-bottom: 4px;
        font-size: 10px;
    }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-title { font-size: 16px; }
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-artist { font-size: 20px; }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-play {
        top: auto !important;
        bottom: calc(96px + env(safe-area-inset-bottom));
        width: 54px;
        height: 54px;
    }
}

/* Le plein écran reste utilisable sur les iPhone larges en orientation paysage. */
@media (orientation: landscape) and (max-height: 500px) and (pointer: coarse) {
    body.sunhit-site.has-vibe-floating-player {
        padding-bottom: 84px !important;
    }

    body.sunhit-site .vibe-floating-player:not(.is-mobile-expanded) {
        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 - max(20px, env(safe-area-inset-left)) - max(20px, env(safe-area-inset-right)));
        min-height: 64px;
        padding: 6px;
        border-radius: 20px;
    }

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

    body.sunhit-site .vibe-floating-player:not(.is-mobile-expanded) .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;
    }

    body.sunhit-site .vibe-floating-player:not(.is-mobile-expanded) .vibe-player-live { display: none; }
    body.sunhit-site .vibe-floating-player:not(.is-mobile-expanded) .vibe-player-title { font-size: 13px; }
    body.sunhit-site .vibe-floating-player:not(.is-mobile-expanded) .vibe-player-artist { font-size: 10px; }

    body.sunhit-site .vibe-floating-player:not(.is-mobile-expanded) .vibe-player-play {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        grid-column: 2;
        width: 40px;
        height: 40px;
        transform: none;
    }

    body.sunhit-site .vibe-floating-player:not(.is-mobile-expanded) .vibe-player-actions {
        position: relative;
        top: auto;
        right: auto;
        grid-column: 3;
        display: flex;
        justify-self: end;
        gap: 2px;
        transform: none;
    }

    body.sunhit-site .vibe-floating-player:not(.is-mobile-expanded) .vibe-player-history-toggle,
    body.sunhit-site .vibe-floating-player:not(.is-mobile-expanded) .vibe-player-stations-toggle,
    body.sunhit-site .vibe-floating-player:not(.is-mobile-expanded) .vibe-player-volume,
    body.sunhit-site .vibe-floating-player:not(.is-mobile-expanded) .vibe-player-share {
        display: none !important;
    }

    body.sunhit-site .vibe-floating-player:not(.is-mobile-expanded) > .vibe-player-expand {
        position: absolute;
        z-index: 8;
        top: 50%;
        right: 68px;
        display: grid;
        width: 30px;
        height: 30px;
        color: rgba(255, 255, 255, 0.82);
        transform: translateY(-50%);
    }

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

    body.sunhit-site .vibe-floating-player.is-mobile-expanded {
        --sunhit-landscape-art: min(31vh, 132px);
        --sunhit-landscape-art: min(31dvh, 132px);
        position: fixed;
        inset: 0;
        z-index: 2147483400;
        display: block;
        box-sizing: border-box;
        width: 100vw;
        height: 100vh;
        height: 100svh;
        height: 100dvh;
        min-height: 100vh;
        min-height: 100svh;
        min-height: 100dvh;
        padding: 0;
        overflow: hidden;
        isolation: isolate;
        border: 0;
        border-radius: 0;
        background: #080604;
        box-shadow: none;
        transform: none;
        overscroll-behavior: none;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

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

    body.sunhit-site .vibe-floating-player.is-mobile-expanded::before {
        z-index: 0;
        background-color: #2a0505;
        background-image: var(--vibe-mobile-artwork);
        background-position: center;
        background-size: cover;
        filter: blur(24px) saturate(1.05);
        opacity: 0.56;
        transform: scale(1.16);
    }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded::after {
        z-index: 1;
        background:
            linear-gradient(180deg, rgba(18, 2, 3, 0.28), rgba(12, 3, 4, 0.78) 58%, rgba(6, 3, 4, 0.96)),
            radial-gradient(circle at 62% 25%, rgba(243, 184, 19, 0.16), transparent 42%);
    }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded > * { z-index: 2; }
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-brand-logo,
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-equalizer,
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-stations-toggle,
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-stations-panel { display: none !important; }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-artwork-wrap {
        position: absolute;
        top: max(78px, calc(env(safe-area-inset-top) + 10px));
        left: max(18px, env(safe-area-inset-left));
        width: var(--sunhit-landscape-art);
        height: var(--sunhit-landscape-art);
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.28);
        border-radius: 20px;
        box-shadow: 0 22px 48px rgba(0, 0, 0, 0.44);
        transform: none;
    }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-copy {
        position: absolute;
        top: max(82px, calc(env(safe-area-inset-top) + 14px));
        right: max(68px, calc(env(safe-area-inset-right) + 52px));
        left: calc(max(18px, env(safe-area-inset-left)) + var(--sunhit-landscape-art) + 18px);
        width: auto;
        padding: 0;
        text-align: center;
        transform: none;
    }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-live { display: none; }
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-title {
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        white-space: nowrap;
    }
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-artist {
        margin-top: 4px;
        color: #ffffff;
        font-size: 20px;
        font-weight: 800;
        white-space: nowrap;
    }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-play {
        position: absolute;
        top: auto !important;
        bottom: calc(96px + env(safe-area-inset-bottom));
        left: 65%;
        width: 52px;
        height: 52px;
        border-radius: 50%;
        background: var(--vibe-player-gradient) !important;
        color: #ffffff !important;
        transform: translateX(-50%) !important;
        box-shadow: 0 14px 30px rgba(65, 0, 5, 0.46), 0 0 0 4px rgba(243, 184, 19, 0.13);
    }
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-play:hover { transform: translateX(-50%) scale(1.045) !important; }
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-play:active { transform: translateX(-50%) scale(0.96) !important; }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-actions {
        position: absolute;
        z-index: 12;
        inset: auto 0 0;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        align-items: center;
        width: 100%;
        min-height: calc(84px + env(safe-area-inset-bottom));
        padding:
            7px max(6px, env(safe-area-inset-right))
            calc(7px + env(safe-area-inset-bottom))
            max(6px, env(safe-area-inset-left));
        border-top: 1px solid rgba(255, 255, 255, 0.24);
        background: var(--vibe-player-gradient) !important;
        transform: none;
        box-shadow: 0 -18px 42px rgba(90, 0, 8, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-actions .vibe-player-icon,
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-actions .vibe-player-volume {
        min-width: 0;
    }

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

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-icon svg { width: 22px; height: 22px; }
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-icon[data-mobile-label]::after {
        color: rgba(255, 255, 255, 0.84);
        content: attr(data-mobile-label);
        font-size: 9.5px;
        font-weight: 650;
        line-height: 1;
    }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-actions .vibe-player-volume { display: contents !important; }
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-volume-range { display: none !important; }
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-history-toggle { order: 1; }
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-favorite { order: 2; }
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-mute { order: 3; display: flex !important; }
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-share { order: 4; display: flex !important; }
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-collapse { order: 5; }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded > .vibe-player-expand {
        position: absolute;
        top: max(12px, calc(env(safe-area-inset-top) + 8px));
        right: max(16px, env(safe-area-inset-right));
        z-index: 14;
        display: grid;
        width: 42px;
        height: 42px;
        color: #ffffff;
        transform: none;
    }

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

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-feedback {
        right: max(24px, env(safe-area-inset-right));
        bottom: calc(102px + env(safe-area-inset-bottom));
        left: max(24px, env(safe-area-inset-left));
        width: auto;
        text-align: center;
    }
}

/* Direct enrichi : play sur la pochette, émission actuelle, suivante et progression. */
@media (min-width: 768px) {
    body.sunhit-site.page-home .home-now-playing {
        padding: 64px 28px 68px !important;
    }
}

body.sunhit-site.page-home .home-now-playing .artwork {
    position: relative;
    display: grid;
    overflow: hidden;
    place-items: center;
    isolation: isolate;
}

body.sunhit-site.page-home .home-now-playing .artwork::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    pointer-events: none;
    background: rgba(0, 0, 0, 0.18);
    transition: background-color 220ms ease;
}

body.sunhit-site .sunhit-live-play {
    position: relative;
    z-index: 2;
    display: grid;
    width: 66px;
    padding: 0;
    aspect-ratio: 1;
    place-items: center;
    appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    background: linear-gradient(135deg, #ff3426 0%, #df0717 68%, #a9000d 100%);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.34), 0 0 0 8px rgba(255, 255, 255, 0.09);
    color: #ffffff;
    cursor: pointer;
    transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 220ms ease;
}

body.sunhit-site .sunhit-live-play[hidden] {
    display: none !important;
}

body.sunhit-site .sunhit-live-play-icon {
    display: grid;
    place-items: center;
}

body.sunhit-site .sunhit-live-play-icon--pause {
    display: none;
}

body.sunhit-site .sunhit-live-play.is-playing .sunhit-live-play-icon--play {
    display: none;
}

body.sunhit-site .sunhit-live-play.is-playing .sunhit-live-play-icon--pause {
    display: grid;
}

body.sunhit-site .sunhit-live-play svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
}

body.sunhit-site .sunhit-live-play:hover {
    transform: scale(1.06);
    box-shadow: 0 17px 42px rgba(0, 0, 0, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.11);
}

body.sunhit-site .sunhit-live-play:active {
    transform: scale(0.96);
}

body.sunhit-site .sunhit-live-play:focus-visible {
    outline: 3px solid #f3b813;
    outline-offset: 4px;
}

body.sunhit-site .sunhit-live-schedule {
    width: min(100%, 520px);
    margin-top: 22px;
    padding-top: 16px;
}

body.sunhit-site .sunhit-live-programs {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

body.sunhit-site .sunhit-live-program {
    min-width: 0;
    padding-right: 20px;
}

body.sunhit-site .sunhit-live-program + .sunhit-live-program {
    padding: 0 0 0 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

body.sunhit-site .sunhit-live-program-label {
    display: block;
    overflow: hidden;
    color: rgba(245, 245, 247, 0.58);
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

body.sunhit-site .sunhit-live-program.is-current .sunhit-live-program-label {
    color: #ff8b82;
}

body.sunhit-site .sunhit-live-program-title {
    display: block;
    overflow: visible;
    margin-top: 5px;
    color: #f5f5f7;
    font-size: 13.5px;
    font-weight: 650;
    line-height: 1.25;
    overflow-wrap: anywhere;
    text-overflow: clip;
    white-space: normal;
}

body.sunhit-site .sunhit-live-progress {
    height: 3px;
    margin-top: 14px;
    overflow: hidden;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.13);
}

body.sunhit-site .sunhit-live-progress > span {
    display: block;
    width: var(--sunhit-program-progress, 0%);
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #ff3426, #f3b813);
    box-shadow: 0 0 12px rgba(243, 184, 19, 0.35);
    transition: width 1s linear;
}

body.sunhit-site .sunhit-live-actions {
    display: grid;
    width: 100%;
    margin: 9px auto 0;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 2px;
}

body.sunhit-site .sunhit-live-action {
    display: inline-flex;
    min-width: 0;
    min-height: 30px;
    padding: 5px 8px;
    align-items: center;
    flex: 0 1 auto;
    justify-content: center;
    gap: 6px;
    appearance: none;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: rgba(255, 255, 255, 0.66);
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 620;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 160ms ease, color 160ms ease, opacity 160ms ease;
}

body.sunhit-site .sunhit-live-action[hidden] {
    display: none !important;
}

body.sunhit-site .sunhit-live-action span {
    overflow: hidden;
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.sunhit-site .sunhit-live-artist-link {
    grid-column: 1;
    justify-self: start;
}

body.sunhit-site .sunhit-live-vote {
    grid-column: 2;
    justify-self: center;
    transform: none;
}

body.sunhit-site .sunhit-live-share {
    grid-column: 3;
    justify-self: end;
}

body.sunhit-site .sunhit-live-action svg {
    width: 14px;
    min-width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.sunhit-site .sunhit-live-vote {
    color: rgba(255, 255, 255, 0.68);
}

body.sunhit-site .sunhit-live-vote svg {
    color: rgba(243, 184, 19, 0.86);
}

body.sunhit-site .sunhit-live-share svg {
    color: rgba(255, 255, 255, 0.78);
}

body.sunhit-site .sunhit-live-action:hover:not(:disabled) {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

body.sunhit-site .sunhit-live-vote:hover:not(:disabled) {
    background: rgba(243, 184, 19, 0.08);
    color: #fff2c8;
}

body.sunhit-site .sunhit-live-action:focus-visible {
    outline: 2px solid #f3b813;
    outline-offset: 2px;
}

body.sunhit-site .sunhit-live-action:disabled {
    color: rgba(255, 255, 255, 0.34);
    cursor: default;
    opacity: 0.72;
}

body.sunhit-site .sunhit-live-vote.is-voted {
    background: transparent;
    color: rgba(167, 243, 190, 0.78);
    opacity: 1;
}

body.sunhit-site .sunhit-live-vote.is-voted svg {
    fill: currentColor;
}

body.sunhit-site .sunhit-live-vote.is-loading {
    animation: sunhit-vote-pulse 900ms ease-in-out infinite alternate;
}

@keyframes sunhit-vote-pulse {
    to { opacity: 0.55; }
}

body.sunhit-site .vibe-player-history-panel {
    width: min(410px, calc(100vw - 24px));
    max-height: min(610px, calc(100vh - 125px));
    overflow: auto;
}

body.sunhit-site .vibe-player-favorites-section {
    margin-top: 14px;
    padding-top: 13px;
    border-top: 1px solid rgba(23, 27, 42, 0.1);
}

body.sunhit-site .vibe-player-favorites-heading {
    margin-bottom: 9px;
}

body.sunhit-site .vibe-player-favorites-list {
    display: grid;
    gap: 6px;
}

body.sunhit-site .vibe-player-favorite-item > span time {
    display: block;
    margin-top: 3px;
    color: #959bad;
    font-size: 8px;
    font-weight: 600;
    line-height: 1.15;
}

body.sunhit-site .vibe-player-favorite-item > button {
    display: grid;
    width: 30px;
    height: 30px;
    padding: 0;
    place-items: center;
    appearance: none;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #8a90a1;
    cursor: pointer;
    transition: background-color 160ms ease, color 160ms ease;
}

body.sunhit-site .vibe-player-favorite-item > button:hover,
body.sunhit-site .vibe-player-favorite-item > button:focus-visible {
    background: rgba(223, 7, 23, 0.09);
    color: #df0717;
}

body.sunhit-site .vibe-player-favorite-item > button:focus-visible {
    outline: 2px solid rgba(223, 7, 23, 0.34);
    outline-offset: 1px;
}

body.sunhit-site .vibe-player-favorite-item > button svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
}

body.sunhit-site .vibe-player-favorites-empty {
    padding: 13px 12px;
    border-radius: 12px;
    background: #f0f3fb;
    color: #777f92;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

@media (max-width: 991.98px) {
    body.sunhit-site .sunhit-live-schedule {
        max-width: 390px;
    }

    body.sunhit-site .sunhit-live-program {
        padding-right: 12px;
    }

    body.sunhit-site .sunhit-live-program + .sunhit-live-program {
        padding-left: 12px;
    }

    body.sunhit-site .sunhit-live-program-title {
        font-size: 12.5px;
    }
}

@media (max-width: 767.98px) {
    body.sunhit-site .home-now-playing .metadata {
        width: 100%;
        max-width: 400px;
        margin-inline: auto;
    }

    body.sunhit-site .sunhit-live-play {
        width: 58px;
    }

    body.sunhit-site .sunhit-live-play svg {
        width: 25px;
        height: 25px;
    }

    body.sunhit-site .sunhit-live-schedule {
        width: min(100%, 360px);
        margin: 17px auto 0;
        padding-top: 13px;
        text-align: left;
    }

    body.sunhit-site .sunhit-live-program-label {
        font-size: 8.5px;
    }

    body.sunhit-site .sunhit-live-program-title {
        font-size: 12px;
    }

    body.sunhit-site .sunhit-live-actions {
        width: min(100%, 360px);
        max-width: 100%;
        margin: 8px auto 0;
        gap: 1px;
    }

    body.sunhit-site .sunhit-live-action {
        min-height: 29px;
        padding: 5px 7px;
        gap: 5px;
        border-radius: 8px;
        font-size: 12px;
        white-space: nowrap;
    }

    body.sunhit-site .sunhit-live-action svg {
        width: 13px;
        min-width: 13px;
        height: 13px;
    }

    body.sunhit-site .sunhit-live-vote {
        transform: none;
    }
}

@media (max-width: 359.98px) {
    body.sunhit-site .sunhit-live-program {
        padding-right: 9px;
    }

    body.sunhit-site .sunhit-live-program + .sunhit-live-program {
        padding-left: 9px;
    }

    body.sunhit-site .sunhit-live-program-title {
        font-size: 11px;
    }

    body.sunhit-site .sunhit-live-play {
        width: 52px;
    }

    body.sunhit-site .sunhit-live-vote {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.sunhit-site .sunhit-live-play,
    body.sunhit-site .sunhit-live-action,
    body.sunhit-site .sunhit-live-vote,
    body.sunhit-site .sunhit-live-progress > span {
        transition: none !important;
        animation: none !important;
    }

    body.sunhit-site .home-now-playing.is-track-changing .bg,
    body.sunhit-site .home-now-playing.is-track-changing .artwork,
    body.sunhit-site .home-now-playing.is-track-changing .songtitle,
    body.sunhit-site .home-now-playing.is-track-changing .artist,
    body.sunhit-site .vibe-floating-player.is-track-changing .vibe-player-artwork,
    body.sunhit-site .vibe-floating-player.is-track-changing .vibe-player-title,
    body.sunhit-site .vibe-floating-player.is-track-changing .vibe-player-artist,
    body.sunhit-site .home-top-played.is-history-updated .element {
        opacity: 1 !important;
        filter: none !important;
        transform: none !important;
        animation: none !important;
    }
}
