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

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

body.vibe-site .vibe-header-community {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    overflow: visible;
    border: 1px solid rgba(85, 215, 255, 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.vibe-site .vibe-header-community:hover,
body.vibe-site .vibe-header-community:focus-within {
    border-color: rgba(85, 215, 255, 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(48, 67, 145, 0.18);
}

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

body.vibe-site .vibe-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.vibe-site .vibe-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: #55d7ff;
    cursor: pointer;
    box-shadow: none;
    transition: color 180ms ease, transform 180ms ease;
}

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

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

body.vibe-site .vibe-header-community-action:focus-visible {
    box-shadow: inset 0 0 0 2px rgba(85, 215, 255, 0.72);
}

body.vibe-site .vibe-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.vibe-site .vibe-header-dedication > svg path:last-child {
    fill: currentColor;
    stroke: none;
}

body.vibe-site .vibe-header-dedication {
    background: linear-gradient(135deg, rgba(80, 118, 220, 0.48), rgba(57, 77, 170, 0.3));
}

body.vibe-site .vibe-header-dedication:hover,
body.vibe-site .vibe-header-dedication:focus-visible {
    background: linear-gradient(135deg, rgba(95, 124, 255, 0.66), rgba(74, 94, 204, 0.4));
}

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

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

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

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

body.vibe-site .vibe-chat-unread {
    position: absolute;
    top: -6px;
    right: -6px;
    display: grid;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    place-items: center;
    border: 2px solid #2b3d8d;
    border-radius: 999px;
    background: #55d7ff;
    color: #0b1024;
    font-size: 9px;
    font-weight: 850;
    line-height: 1;
    box-shadow: 0 4px 12px rgba(15, 28, 72, 0.34);
}

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

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

.vibe-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;
}

.vibe-chat-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7, 11, 27, 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;
}

.vibe-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(18, 31, 84, 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.vibe-site.vibe-chat-open:not(.has-vibe-floating-player) .vibe-chat-panel {
    bottom: max(18px, env(safe-area-inset-bottom));
}

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

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

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

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

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

.vibe-chat-panel button:focus-visible,
.vibe-chat-panel input:focus-visible,
.vibe-chat-panel textarea:focus-visible {
    outline: 3px solid rgba(85, 215, 255, 0.72);
    outline-offset: 2px;
}

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

.vibe-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(85, 215, 255, 0.3), transparent 38%),
        linear-gradient(135deg, #060916 0%, #202f70 52%, #546de8 100%);
    color: #ffffff;
}

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

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

.vibe-chat-brand-icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(85, 215, 255, 0.36);
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.2);
    color: #55d7ff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

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

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

.vibe-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;
}

.vibe-chat-heading > span i {
    display: block;
    width: 7px;
    height: 7px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #55d7ff;
    box-shadow: 0 0 0 4px rgba(85, 215, 255, 0.13), 0 0 13px rgba(85, 215, 255, 0.38);
}

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

.vibe-audience-chat[data-connection="online"] .vibe-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);
}

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

.vibe-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;
}

.vibe-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;
}

.vibe-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;
}

.vibe-chat-close:hover {
    border-color: rgba(85, 215, 255, 0.46);
    background: rgba(85, 215, 255, 0.17);
    transform: rotate(3deg) scale(1.04);
}

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

.vibe-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(18, 23, 44, 0.08);
    background: linear-gradient(105deg, #eef8ff, #fffdf8);
}

.vibe-chat-community-note > span {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 11px;
    background: rgba(85, 215, 255, 0.18);
    color: #3e55bf;
}

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

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

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

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

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

.vibe-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(65, 84, 180, 0.16);
    border-radius: 999px;
    background: #ffffff;
    color: #3e55bf;
    font-size: 9.5px;
    font-weight: 760;
    line-height: 1;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.vibe-chat-community-note > button:hover {
    border-color: #5f7cff;
    background: #5f7cff;
    color: #ffffff;
}

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

.vibe-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(85, 215, 255, 0.08), transparent 34%),
        #f7f5f5;
    scrollbar-color: rgba(70, 92, 197, 0.28) transparent;
    scrollbar-width: thin;
}

.vibe-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(80, 118, 220, 0.08);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.76);
    color: #675d60;
}

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

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

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

.vibe-chat-welcome strong {
    color: #27314b;
    font-size: 11px;
    font-weight: 760;
}

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

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

.vibe-chat-empty strong {
    color: #35415f;
    font-size: 12px;
    font-weight: 740;
}

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

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

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

.vibe-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(--vibe-chat-hue, 42) 58% 43%);
    color: #ffffff;
    font-size: 11px;
    font-weight: 820;
    line-height: 1;
    box-shadow: 0 5px 14px rgba(22, 29, 53, 0.14);
}

.vibe-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(20, 27, 49, 0.075);
    border-radius: 7px 16px 16px;
    background: #ffffff;
    box-shadow: 0 5px 16px rgba(22, 29, 53, 0.055);
}

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

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

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

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

.vibe-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;
}

.vibe-chat-message:hover .vibe-chat-report,
.vibe-chat-report:focus-visible,
.vibe-chat-report:hover {
    background: rgba(80, 118, 220, 0.075);
    color: #4b5fd0;
    opacity: 1;
}

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

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

.vibe-chat-message.is-mine .vibe-chat-avatar {
    grid-column: 2;
    grid-row: 1;
    background: linear-gradient(145deg, #5f7cff, #253fa4);
}

.vibe-chat-message.is-mine .vibe-chat-message-content {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
    padding-right: 11px;
    border-color: rgba(85, 215, 255, 0.28);
    border-radius: 16px 7px 16px 16px;
    background: #e9f3ff;
}

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

.vibe-chat-message.is-mine .vibe-chat-message-meta strong {
    color: #26377d;
}

.vibe-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: #0f1425;
    color: #ffffff;
    font-size: 10px;
    font-weight: 740;
    box-shadow: 0 8px 22px rgba(15, 24, 55, 0.28);
}

.vibe-chat-new-messages:hover {
    background: #5f7cff;
}

.vibe-chat-join {
    display: block;
    padding: 14px 15px max(15px, env(safe-area-inset-bottom));
    flex: 0 0 auto;
    border-top: 1px solid rgba(18, 23, 44, 0.09);
    background: #ffffff;
    box-shadow: 0 -12px 28px rgba(25, 32, 58, 0.055);
}

.vibe-chat-join > label {
    display: block;
    margin-bottom: 7px;
    color: #26304a;
    font-size: 11px;
    font-weight: 760;
}

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

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

.vibe-chat-join input:focus {
    border-color: rgba(80, 118, 220, 0.48);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(80, 118, 220, 0.08);
}

.vibe-chat-join > div > button {
    min-height: 42px;
    padding: 0 13px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #6d82ff, #4b64d9);
    color: #ffffff;
    font-size: 10.5px;
    font-weight: 780;
    box-shadow: 0 8px 18px rgba(60, 80, 176, 0.19);
    transition: filter 160ms ease, transform 160ms ease;
}

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

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

.vibe-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(18, 23, 44, 0.09);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 -12px 28px rgba(25, 32, 58, 0.055);
}

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

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

.vibe-chat-emoji-toggle:hover,
.vibe-chat-emoji-toggle[aria-expanded="true"] {
    background: rgba(85, 215, 255, 0.2);
    color: #253fa4;
}

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

.vibe-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(21, 28, 51, 0.12);
    border-radius: 14px;
    outline: 0;
    background: #f4f2f2;
    color: #1b2239;
    font-size: 13px;
    line-height: 1.35;
    resize: none;
    transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

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

.vibe-chat-composer textarea:focus {
    border-color: rgba(80, 118, 220, 0.48);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(80, 118, 220, 0.08);
}

.vibe-chat-send {
    width: 42px;
    height: 42px;
    border: 0;
    background: linear-gradient(135deg, #6d82ff, #4b64d9);
    color: #ffffff;
    box-shadow: 0 9px 20px rgba(60, 80, 176, 0.22);
    transition: filter 160ms ease, opacity 160ms ease, transform 160ms ease;
}

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

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

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

.vibe-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(26, 33, 57, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 16px 42px rgba(18, 25, 50, 0.2);
}

.vibe-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;
}

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

.vibe-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;
}

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

.vibe-chat-composer-meta button:hover {
    color: #5f7cff;
    text-decoration: underline;
}

.vibe-chat-composer-meta .is-near-limit {
    color: #4b5fd0;
}

.vibe-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;
}

.vibe-chat-feedback[data-type="error"] {
    border-top-color: rgba(80, 118, 220, 0.16);
    background: #fff0f1;
    color: #334fbf;
}

.vibe-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) {
    .vibe-chat-panel {
        top: 116px;
        bottom: max(18px, env(safe-area-inset-bottom));
    }

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

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

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

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

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

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

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

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

    body.vibe-site .vibe-header-community-action + .vibe-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.vibe-site .vibe-header-community-action > svg {
        width: 20px;
        min-width: 20px;
        height: 20px;
    }

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

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

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

    .vibe-chat-backdrop {
        background: rgba(8, 12, 29, 0.72);
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .vibe-chat-panel,
    body.vibe-site.vibe-chat-open:not(.has-vibe-floating-player) .vibe-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%);
    }

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

    .vibe-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;
    }

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

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

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

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

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

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

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

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

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

    .vibe-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));
    }

    .vibe-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;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (orientation: landscape) and (max-height: 500px) and (pointer: coarse) {
    .vibe-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;
    }

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

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

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

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

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

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

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

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

/* Le carrousel vertical reste strictement sous son en-tête. */
body.vibe-site.page-home .home-top-played-header {
    position: relative;
    z-index: 2;
}

body.vibe-site.page-home .home-top-played-viewport {
    position: relative;
    overflow: hidden !important;
    border-radius: 15px;
}

body.vibe-site.page-home .home-top-played-track {
    transform: translate3d(0, 0, 0);
    will-change: auto;
}

body.vibe-site.page-home .home-top-played-track.is-moving {
    transition: transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
    body.vibe-site.page-home .home-top-played-track {
        transform: none !important;
        transition: none !important;
    }
}

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

body.vibe-site .vibe-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: #55d7ff;
    box-shadow: none;
    cursor: pointer;
    transition:
        color 180ms ease,
        background-color 180ms ease,
        transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.vibe-site .vibe-global-search-trigger::after {
    position: absolute;
    bottom: 4px;
    left: 50%;
    width: 17px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #5f7cff 0%, #55d7ff 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.vibe-site .vibe-global-search-trigger > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

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

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

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

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

body.vibe-site .vibe-global-search-trigger:focus-visible {
    outline: 2px solid #55d7ff;
    outline-offset: 2px;
}

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

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

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

.vibe-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;
}

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

.vibe-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(85, 215, 255, 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);
}

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

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

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

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

.vibe-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;
}

.vibe-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;
}

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

.vibe-global-search-close:focus-visible {
    outline: 3px solid rgba(85, 215, 255, 0.55);
    outline-offset: 2px;
}

.vibe-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;
}

.vibe-global-search-field:focus-within {
    border-color: rgba(80, 118, 220, 0.46);
    background: #ffffff;
    color: #4b5fd0;
    box-shadow: 0 0 0 4px rgba(80, 118, 220, 0.09);
}

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

.vibe-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;
}

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

.vibe-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);
}

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

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

.vibe-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;
}

.vibe-global-search-filters button:hover,
.vibe-global-search-filters button:focus-visible {
    border-color: rgba(80, 118, 220, 0.24);
    background: rgba(80, 118, 220, 0.06);
    color: #334fbf;
}

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

.vibe-global-search-filters button:focus-visible {
    outline: 2px solid rgba(85, 215, 255, 0.78);
    outline-offset: 2px;
}

.vibe-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;
}

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

.vibe-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);
}

.vibe-global-search-result:hover,
.vibe-global-search-result:focus-visible,
.vibe-global-search-result.is-active {
    background: linear-gradient(110deg, rgba(80, 118, 220, 0.085), rgba(85, 215, 255, 0.1));
    color: #171719;
    transform: translateX(2px);
}

.vibe-global-search-result:focus-visible {
    outline: 2px solid rgba(80, 118, 220, 0.42);
    outline-offset: -2px;
}

.vibe-global-search-result-media {
    display: grid;
    width: 58px;
    height: 58px;
    overflow: hidden;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(145deg, #8cdcf5, #5f7cff);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(43, 58, 117, 0.14);
}

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

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

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

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

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

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

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

.vibe-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;
}

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

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

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

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

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

.vibe-global-search-state.is-loading > span {
    width: 28px;
    height: 28px;
    margin-bottom: 7px;
    border: 3px solid rgba(80, 118, 220, 0.12);
    border-top-color: #5f7cff;
    border-radius: 50%;
    animation: vibe-search-spin 700ms linear infinite;
}

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

.vibe-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.vibe-site .podcasts-list.vibe-search-target {
    animation: vibe-search-target 1800ms ease both;
}

@keyframes vibe-search-target {
    0%, 100% { box-shadow: none; }
    18%, 72% { box-shadow: 0 0 0 4px rgba(80, 118, 220, 0.2), 0 14px 38px rgba(42, 57, 124, 0.14); }
}

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

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

    body.vibe-site .navbar-collapse .navbar-nav.me-auto > .vibe-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.vibe-site .vibe-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(85, 215, 255, 0.22);
        border-radius: 15px;
        background: rgba(85, 215, 255, 0.1);
        color: #55d7ff;
    }

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

    body.vibe-site .vibe-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.vibe-site .vibe-global-search-trigger--menu:hover,
    body.vibe-site .vibe-global-search-trigger--menu:focus-visible {
        border-color: rgba(85, 215, 255, 0.44);
        background: rgba(85, 215, 255, 0.16);
    }

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

    .vibe-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;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body.vibe-site .home-top-played.is-history-updated .element:nth-child(3) { animation-delay: 35ms; }
body.vibe-site .home-top-played.is-history-updated .element:nth-child(4) { animation-delay: 70ms; }
body.vibe-site .home-top-played.is-history-updated .element:nth-child(5) { animation-delay: 105ms; }
body.vibe-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.vibe-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.vibe-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.vibe-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.vibe-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.vibe-site .vibe-floating-player.is-mobile-expanded .vibe-player-share {
        display: flex !important;
    }

    body.vibe-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.vibe-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.vibe-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.vibe-site .vibe-floating-player.is-mobile-expanded .vibe-player-title { font-size: 17px; }
    body.vibe-site .vibe-floating-player.is-mobile-expanded .vibe-player-artist { font-size: 21px; }
    body.vibe-site .vibe-floating-player.is-mobile-expanded .vibe-player-icon { gap: 3px; }
    body.vibe-site .vibe-floating-player.is-mobile-expanded .vibe-player-icon svg { width: 20px; height: 20px; }
    body.vibe-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.vibe-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.vibe-site .vibe-floating-player.is-mobile-expanded .vibe-player-live {
        margin-bottom: 4px;
        font-size: 10px;
    }

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

    body.vibe-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.vibe-site.has-vibe-floating-player {
        padding-bottom: 84px !important;
    }

    body.vibe-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.vibe-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.vibe-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.vibe-site .vibe-floating-player:not(.is-mobile-expanded) .vibe-player-live { display: none; }
    body.vibe-site .vibe-floating-player:not(.is-mobile-expanded) .vibe-player-title { font-size: 13px; }
    body.vibe-site .vibe-floating-player:not(.is-mobile-expanded) .vibe-player-artist { font-size: 10px; }

    body.vibe-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.vibe-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.vibe-site .vibe-floating-player:not(.is-mobile-expanded) .vibe-player-history-toggle,
    body.vibe-site .vibe-floating-player:not(.is-mobile-expanded) .vibe-player-stations-toggle,
    body.vibe-site .vibe-floating-player:not(.is-mobile-expanded) .vibe-player-volume,
    body.vibe-site .vibe-floating-player:not(.is-mobile-expanded) .vibe-player-share {
        display: none !important;
    }

    body.vibe-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.vibe-site.vibe-player-expanded {
        overflow: hidden !important;
        padding-bottom: 0 !important;
    }

    body.vibe-site .vibe-floating-player.is-mobile-expanded {
        --vibe-landscape-art: min(31vh, 132px);
        --vibe-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: #050816;
        box-shadow: none;
        transform: none;
        overscroll-behavior: none;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

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

    body.vibe-site .vibe-floating-player.is-mobile-expanded::before {
        z-index: 0;
        background-color: #0d1330;
        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.vibe-site .vibe-floating-player.is-mobile-expanded::after {
        z-index: 1;
        background:
            linear-gradient(180deg, rgba(8, 12, 29, 0.28), rgba(6, 10, 25, 0.78) 58%, rgba(4, 7, 17, 0.96)),
            radial-gradient(circle at 62% 25%, rgba(85, 215, 255, 0.16), transparent 42%);
    }

    body.vibe-site .vibe-floating-player.is-mobile-expanded > * { z-index: 2; }
    body.vibe-site .vibe-floating-player.is-mobile-expanded .vibe-player-equalizer { display: none !important; }

    body.vibe-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(--vibe-landscape-art);
        height: var(--vibe-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.vibe-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(--vibe-landscape-art) + 18px);
        width: auto;
        padding: 0;
        text-align: center;
        transform: none;
    }

    body.vibe-site .vibe-floating-player.is-mobile-expanded .vibe-player-live { display: none; }
    body.vibe-site .vibe-floating-player.is-mobile-expanded .vibe-player-title {
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        white-space: nowrap;
    }
    body.vibe-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.vibe-site .vibe-floating-player.is-mobile-expanded .vibe-player-play {
        position: absolute;
        top: auto !important;
        bottom: calc(96px + env(safe-area-inset-bottom));
        left: 50%;
        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(31, 50, 127, 0.46), 0 0 0 4px rgba(85, 215, 255, 0.13);
    }
    body.vibe-site .vibe-floating-player.is-mobile-expanded .vibe-player-play:hover { transform: translateX(-50%) scale(1.045) !important; }
    body.vibe-site .vibe-floating-player.is-mobile-expanded .vibe-player-play:active { transform: translateX(-50%) scale(0.96) !important; }

    body.vibe-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(6, 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(48, 67, 145, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    }

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

    body.vibe-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.vibe-site .vibe-floating-player.is-mobile-expanded .vibe-player-icon svg { width: 22px; height: 22px; }
    body.vibe-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.vibe-site .vibe-floating-player.is-mobile-expanded .vibe-player-actions .vibe-player-volume { display: contents !important; }
    body.vibe-site .vibe-floating-player.is-mobile-expanded .vibe-player-volume-range { display: none !important; }
    body.vibe-site .vibe-floating-player.is-mobile-expanded .vibe-player-stations-toggle { order: 1; display: flex !important; }
    body.vibe-site .vibe-floating-player.is-mobile-expanded .vibe-player-history-toggle { order: 2; }
    body.vibe-site .vibe-floating-player.is-mobile-expanded .vibe-player-favorite { order: 3; }
    body.vibe-site .vibe-floating-player.is-mobile-expanded .vibe-player-mute { order: 4; display: flex !important; }
    body.vibe-site .vibe-floating-player.is-mobile-expanded .vibe-player-share { order: 5; display: flex !important; }
    body.vibe-site .vibe-floating-player.is-mobile-expanded .vibe-player-collapse { order: 6; }

    body.vibe-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.vibe-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.vibe-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.vibe-site.page-home .home-now-playing {
        padding: 64px 28px 68px !important;
    }
}

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

body.vibe-site.page-home .home-now-playing .metadata:has(.vibe-live-schedule) .songtitle {
    font-size: clamp(30px, 3.5vw, 46px) !important;
    line-height: 1.04 !important;
}

body.vibe-site.page-home .home-now-playing .metadata:has(.vibe-live-schedule) .artist {
    display: -webkit-box !important;
    overflow: hidden !important;
    font-size: clamp(36px, 4vw, 50px) !important;
    line-height: 1.02 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.vibe-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.vibe-site .vibe-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, #7d91ff 0%, #5572f2 68%, #3347a8 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.vibe-site .vibe-live-play[hidden] {
    display: none !important;
}

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

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

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

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

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

body.vibe-site .vibe-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.vibe-site .vibe-live-play:active {
    transform: scale(0.96);
}

body.vibe-site .vibe-live-play:focus-visible {
    outline: 3px solid #55d7ff;
    outline-offset: 4px;
}

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

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

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

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

body.vibe-site .vibe-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.vibe-site .vibe-live-program.is-current .vibe-live-program-label {
    color: #aab7ff;
}

body.vibe-site .vibe-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.vibe-site .vibe-live-progress {
    height: 3px;
    margin-top: 14px;
    overflow: hidden;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.13);
}

body.vibe-site .vibe-live-progress > span {
    display: block;
    width: var(--vibe-program-progress, 0%);
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #7d91ff, #55d7ff);
    box-shadow: 0 0 12px rgba(85, 215, 255, 0.35);
    transition: width 1s linear;
}

body.vibe-site .vibe-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.vibe-site .vibe-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.vibe-site .vibe-live-action[hidden] {
    display: none !important;
}

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

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

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

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

body.vibe-site .vibe-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.vibe-site .vibe-live-vote {
    color: rgba(255, 255, 255, 0.68);
}

body.vibe-site .vibe-live-vote svg {
    color: rgba(85, 215, 255, 0.86);
}

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

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

body.vibe-site .vibe-live-vote:hover:not(:disabled) {
    background: rgba(85, 215, 255, 0.08);
    color: #e5f0ff;
}

body.vibe-site .vibe-live-action:focus-visible {
    outline: 2px solid #55d7ff;
    outline-offset: 2px;
}

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

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

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

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

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

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

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

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

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

body.vibe-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.vibe-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.vibe-site .vibe-player-favorite-item > button:hover,
body.vibe-site .vibe-player-favorite-item > button:focus-visible {
    background: rgba(85, 114, 242, 0.09);
    color: #5572f2;
}

body.vibe-site .vibe-player-favorite-item > button:focus-visible {
    outline: 2px solid rgba(85, 114, 242, 0.34);
    outline-offset: 1px;
}

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

body.vibe-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.vibe-site .vibe-live-schedule {
        max-width: 390px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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