    body { margin: 0; background: #F8F2ED; font-family: 'Inter', sans-serif; color: #272221; }
    #page-shell { min-height: 100vh; padding-top: 88px; }

    /* Site header — fixed overlay, translucent bar; search pill denser */
    #site-header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 70 !important;
        margin: 0 !important;
        background: rgba(255, 255, 255, 0.58);
        backdrop-filter: blur(20px) saturate(1.15);
        -webkit-backdrop-filter: blur(20px) saturate(1.15);
        border-bottom: 1px solid rgba(255, 255, 255, 0.42);
        box-shadow: 0 2px 16px rgba(0, 0, 0, 0.03);
        pointer-events: none;
    }
    #site-header .header-inner {
        pointer-events: auto;
        width: 100%;
        max-width: 90rem;
        height: 88px;
        margin: 0 auto;
        padding: 0 2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
    }
    #site-header .header-search {
        background: rgba(255, 255, 255, 0.82);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(228, 215, 207, 0.55);
        transition: background 0.2s ease, border-color 0.2s ease;
    }
    #site-header .header-search:hover,
    #site-header .header-search:focus-within {
        background: rgba(255, 255, 255, 0.92);
        border-color: rgba(228, 215, 207, 0.85);
    }
    .discovery-search-suggestions {
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        right: 0;
        z-index: 80;
        max-height: 320px;
        overflow-y: auto;
        background: rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border: 1px solid rgba(228, 215, 207, 0.9);
        border-radius: 20px;
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
        padding: 8px;
    }
    .discovery-search-suggestion {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 10px 12px;
        border: none;
        border-radius: 14px;
        background: transparent;
        text-align: left;
        cursor: pointer;
        color: #272221;
        transition: background 0.15s ease;
    }
    .discovery-search-suggestion:hover,
    .discovery-search-suggestion.is-active {
        background: rgba(243, 164, 165, 0.14);
    }
    .discovery-search-suggestion-kind {
        width: 28px;
        height: 28px;
        border-radius: 999px;
        background: rgba(243, 164, 165, 0.18);
        color: #C48C8C;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        flex-shrink: 0;
    }
    .discovery-search-suggestion-text {
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 2px;
    }
    .discovery-search-suggestion-label {
        font-size: 14px;
        font-weight: 600;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .discovery-search-suggestion-subtitle {
        font-size: 12px;
        color: #9A8F8F;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    @media (max-width: 767px) {
        #site-header .header-inner {
            height: auto;
            min-height: 64px;
            padding: 0.65rem 1rem;
            flex-wrap: wrap;
            align-items: center;
        }
        #site-header .discovery-header-search {
            order: 3;
            flex: 1 1 100%;
            max-width: none;
            margin: 0;
        }
        #site-header .discovery-header-logo { order: 1; }
        #site-header .discovery-mobile-menu-btn { order: 2; margin-left: auto; }
        #page-shell { padding-top: 9.5rem; }
    }
    @media (max-width: 640px) {
        #site-header .header-inner { padding: 0.65rem 1rem; }
    }

    /* Mobile breadcrumb + menu — explorar-artistas only */
    .discovery-mobile-breadcrumb {
        pointer-events: auto;
        padding: 0 1rem 0.65rem;
        border-bottom: 1px solid rgba(228, 215, 207, 0.45);
    }
    .discovery-breadcrumb-nav {
        display: flex;
        align-items: center;
        gap: 0.35rem;
        min-width: 0;
        font-size: 13px;
        line-height: 1.2;
    }
    .discovery-breadcrumb-link {
        color: #9A8F8F;
        text-decoration: none;
        font-weight: 500;
        white-space: nowrap;
        transition: color 0.15s ease;
    }
    .discovery-breadcrumb-link:hover { color: #272221; }
    .discovery-breadcrumb-sep { color: #C48C8C; flex-shrink: 0; }
    .discovery-breadcrumb-current {
        color: #272221;
        font-weight: 600;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .discovery-mobile-menu-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 12px;
        border: 1px solid rgba(228, 215, 207, 0.85);
        background: rgba(255, 255, 255, 0.82);
        color: #272221;
        cursor: pointer;
        flex-shrink: 0;
        transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
    }
    .discovery-mobile-menu-btn:hover,
    .discovery-mobile-menu-btn[aria-expanded="true"] {
        background: rgba(243, 164, 165, 0.14);
        border-color: rgba(196, 140, 140, 0.65);
        color: #191919;
    }
    .discovery-mobile-menu {
        pointer-events: auto;
        position: absolute;
        top: calc(100% + 0.35rem);
        left: 1rem;
        right: 1rem;
        z-index: 85;
        margin: 0;
        padding: 6px;
        border-radius: 16px;
        border: 1px solid rgba(228, 215, 207, 0.9);
        background: rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    }

    /* Profile dropdown — explorar-artistas header only */
    .discovery-profile-menu {
        position: absolute;
        top: calc(100% + 10px);
        right: 0;
        min-width: 13rem;
        padding: 6px;
        border-radius: 16px;
        border: 1px solid rgba(228, 215, 207, 0.9);
        background: rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    }
    .discovery-profile-menu-header {
        padding: 10px 12px;
        margin-bottom: 4px;
        border-bottom: 1px solid rgba(228, 215, 207, 0.65);
    }
    .discovery-profile-menu-name {
        font-size: 13px;
        font-weight: 600;
        color: #272221;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .discovery-profile-menu-meta {
        margin-top: 2px;
        font-size: 11px;
        color: #9A8F8F;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .discovery-profile-menu-item {
        display: block;
        width: 100%;
        padding: 10px 12px;
        border-radius: 12px;
        font-size: 14px;
        font-weight: 500;
        color: #272221;
        text-decoration: none;
        transition: background 0.15s ease, color 0.15s ease;
    }
    .discovery-profile-menu-item:hover {
        background: rgba(243, 164, 165, 0.14);
        color: #191919;
    }
    .discovery-profile-menu-item-muted { color: #9A8F8F; }
    .discovery-profile-menu-divider {
        height: 1px;
        margin: 4px 8px;
        background: rgba(228, 215, 207, 0.65);
    }
    #discovery-profile-menu-btn[aria-expanded="true"] .fa-chevron-down {
        transform: rotate(180deg);
    }
    #discovery-profile-menu-btn .fa-chevron-down {
        transition: transform 0.2s ease;
    }

    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
    ::-webkit-scrollbar { display: none; }
    .glass-panel {
        background: rgba(255,255,255,0.7);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border: 1px solid rgba(255,255,255,0.5);
    }
    .text-gradient {
        background: linear-gradient(90deg, #272221 0%, #9A8F8F 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    /* Floating player — fixed overlay aligned with page content column */
    #floating-player {
        --page-max: 90rem;
        --page-gutter: 2rem;
        position: fixed !important;
        bottom: 2rem !important;
        left: max(var(--page-gutter), calc((100vw - min(100vw, var(--page-max))) / 2 + var(--page-gutter))) !important;
        top: auto !important;
        right: auto !important;
        z-index: 60 !important;
        width: max-content;
        max-width: min(420px, calc(100vw - 4rem));
        margin: 0 !important;
        pointer-events: none;
    }
    #floating-player > * { pointer-events: auto; }
    #floating-player.is-hidden { visibility: hidden; pointer-events: none; opacity: 0; }

    .player-bar {
        width: max-content;
        max-width: min(420px, calc(100vw - 4rem));
        border-radius: 20px;
        transition: box-shadow 0.3s ease, gap 0.25s ease, padding 0.25s ease, background 0.25s ease, max-width 0.35s ease;
    }

    /* Collapsed = reference pill: art · title · divider · play */
    .player-bar:not(.expanded) {
        display: flex;
        align-items: center;
        gap: 1rem;
        padding: 0.5rem 1.5rem 0.5rem 0.5rem;
        background: #FDFBF9;
        border: 1px solid #E4D7CF;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
    }
    .player-bar:not(.expanded) .expand-controls { display: none !important; }
    .player-bar:not(.expanded) .player-divider-main { display: block; flex-shrink: 0; }
    .player-bar:not(.expanded) .expand-controls .expand-divider { display: none; }
    .player-bar:not(.expanded) .player-info { min-width: 150px; max-width: 190px; }

    /* Desktop only: reveal expand chevron on hover/focus when collapsed */
    @media (min-width: 641px) {
        .player-bar:not(.expanded) .expand-toggle {
            width: 0;
            opacity: 0;
            overflow: hidden;
            padding: 0;
            margin: 0;
            pointer-events: none;
            transition: width 0.2s ease, opacity 0.2s ease, margin 0.2s ease;
        }
        .player-bar:not(.expanded):hover .expand-toggle,
        .player-bar:not(.expanded):focus-within .expand-toggle {
            width: 2rem;
            opacity: 1;
            margin-left: 0.25rem;
            pointer-events: auto;
        }
    }

    .player-bar.expanded {
        background: rgba(253, 251, 249, 0.98);
        border: 1px solid #E4D7CF;
        box-shadow: 0 8px 32px rgba(31, 38, 135, 0.12);
        gap: 0.75rem;
        padding: 0.5rem 1rem 0.5rem 0.5rem;
        max-width: calc(100vw - 4rem);
    }
    .player-bar.expanded .expand-divider { display: block; }
    .player-bar.expanded .expand-toggle {
        width: 2rem;
        opacity: 1;
        pointer-events: auto;
    }

    /* Player expansion — reveal controls horizontally on desktop */
    .expand-controls {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        white-space: nowrap;
        max-width: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-width 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease 0.05s;
    }
    .player-bar.expanded .expand-controls {
        max-width: 760px;
        opacity: 1;
    }
    /* Thin progress line along bottom edge of player pill */
    .mini-progress-track {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: rgba(228, 215, 207, 0.65);
        border-radius: 0 0 20px 20px;
        overflow: hidden;
        pointer-events: none;
        z-index: 2;
        transition: opacity 0.25s ease, visibility 0.25s ease;
    }
    .mini-progress-track #mini-progress {
        height: 100%;
        background: #F3A4A5;
        transition: width 0.2s linear;
    }
    .player-bar:not(.expanded) .mini-progress-track {
        opacity: 1;
        visibility: visible;
    }
    .player-bar.expanded .mini-progress-track {
        opacity: 0;
        visibility: hidden;
    }
    .expand-toggle i { transition: transform 0.3s ease; }
    .expand-toggle.open i { transform: rotate(180deg); }

    /* Lyrics/queue panels float above the bar */
    .player-view {
        position: absolute;
        bottom: calc(100% + 0.75rem);
        left: 0;
        width: 380px;
        max-width: calc(100vw - 4rem);
        max-height: 0;
        opacity: 0;
        transform: translateY(8px);
        pointer-events: none;
        overflow: hidden;
        transition: max-height 0.3s ease, opacity 0.25s ease, transform 0.3s ease;
    }
    .player-view.open {
        max-height: 420px;
        opacity: 1;
        transform: none;
        pointer-events: auto;
    }

    .mobile-row-break { display: none; flex-basis: 0; width: 0; height: 0; overflow: hidden; }

    @media (max-width: 640px) {
        #floating-player {
            --page-gutter: 1rem;
            bottom: 1rem !important;
            max-width: calc(100vw - 2rem);
        }
        .player-bar:not(.expanded) {
            width: max-content;
            max-width: calc(100vw - 2rem);
        }
        .player-view {
            width: calc(100vw - 2rem);
            max-width: calc(100vw - 2rem);
        }
        .player-bar.expanded .expand-controls {
            max-width: none;
            opacity: 1;
        }
        .player-info { width: 108px; min-width: 108px; }
        .player-bar.expanded {
            flex-wrap: wrap; align-items: center; justify-content: space-evenly;
            width: calc(100vw - 2.5rem);
            max-width: calc(100vw - 2.5rem);
            row-gap: 0.85rem; padding: 0.85rem;
        }
        .player-bar.expanded .expand-divider { display: none; }
        .player-bar.expanded #mobile-break-a,
        .player-bar.expanded #mobile-break-b,
        .player-bar.expanded #mobile-break-c { display: block; }
        .player-bar.expanded .player-info { order: 10; }
        .player-bar.expanded #expand-toggle { order: 20; margin-left: auto; }
        .player-bar.expanded #mobile-break-a { order: 25; flex-basis: 100%; }
        .player-bar.expanded .transport-left,
        .player-bar.expanded .transport-next-repeat { display: contents; }
        .player-bar.expanded #shuffle-btn { order: 31; }
        .player-bar.expanded #prev-btn { order: 32; }
        .player-bar.expanded #next-btn { order: 33; }
        .player-bar.expanded #repeat-btn { order: 34; }
        .player-bar.expanded #mobile-break-b { order: 45; flex-basis: 100%; }
        .player-bar.expanded #compact-play-btn {
            order: 50; flex-basis: 100%; max-width: 100%;
            width: 48px; height: 48px; margin: 0 auto;
            border-radius: 9999px;
            background: #191919;
            color: #fff;
        }
        .player-bar.expanded #compact-play-btn:hover { background: #C48C8C; color: #fff; }
        .player-bar.expanded #mobile-break-c { order: 55; flex-basis: 100%; }
        .player-bar.expanded .transport-remainder {
            order: 60; flex-basis: 100%; max-width: 100%;
            flex-wrap: wrap; justify-content: space-evenly; row-gap: 0.75rem;
        }
        .player-view { width: 100%; }
    }

    input[type="range"] { -webkit-appearance: none; appearance: none; background: transparent; }
    input[type="range"]::-webkit-slider-runnable-track { height: 4px; border-radius: 999px; background: #E4D7CF; }
    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none; width: 12px; height: 12px; margin-top: -4px;
        border-radius: 50%; background: #C48C8C; cursor: pointer;
    }
    input[type="range"]::-moz-range-track { height: 4px; border-radius: 999px; background: #E4D7CF; }
    input[type="range"]::-moz-range-thumb {
        width: 12px; height: 12px; border: none; border-radius: 50%;
        background: #C48C8C; cursor: pointer;
    }
    /* Spotlight badge — inline SVG, no external refs */
    .spotlighted-badge-btn {
        display: inline-flex; align-items: center; justify-content: center;
        padding: 0; border: none; background: transparent; cursor: pointer;
        line-height: 0; border-radius: 4px; flex-shrink: 0;
        transition: transform 0.15s ease, opacity 0.15s ease;
    }
    .spotlighted-badge-btn:hover { transform: scale(1.08); }
    .spotlighted-badge-btn:focus-visible { outline: 2px solid #FCA62B; outline-offset: 2px; }
    .spotlighted-badge-icon { display: block; width: 16px; height: 16px; }
    .title-with-badges { display: inline-flex; align-items: center; gap: 6px; min-width: 0; max-width: 100%; }
    .title-with-badges > .truncate-target {
        overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0;
    }
    .player-art-wrap { position: relative; }
    .player-art-loading {
        position: absolute;
        inset: 0;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(39, 34, 33, 0.48);
        color: #fff;
        font-size: 14px;
        pointer-events: none;
    }
    .player-art-loading.hidden { display: none !important; }
    .discovery-preview-pill {
        display: inline-flex;
        align-items: center;
        padding: 0.15rem 0.45rem;
        font-size: 0.6rem;
        font-weight: 600;
        letter-spacing: 0.04em;
        color: #b45309;
        background: rgba(245, 158, 11, 0.12);
        border: 1px solid rgba(245, 158, 11, 0.35);
        border-radius: 9999px;
        flex-shrink: 0;
        line-height: 1;
    }
    .discovery-preview-pill.hidden { display: none !important; }
    .discovery-network-pill {
        display: inline-flex;
        align-items: center;
        gap: 0.2rem;
        padding: 0.15rem 0.45rem;
        font-size: 0.6rem;
        font-weight: 600;
        letter-spacing: 0.03em;
        color: #64748b;
        background: rgba(100, 116, 139, 0.12);
        border: 1px solid rgba(100, 116, 139, 0.35);
        border-radius: 9999px;
        flex-shrink: 0;
        line-height: 1;
    }
    .discovery-network-pill.hidden { display: none !important; }
    .spotlighted-tag { display: inline-flex; align-items: center; gap: 6px; }

    /* Spotlight full-screen view */
    .spotlight-overlay {
        position: fixed; inset: 0; z-index: 200;
        display: flex; flex-direction: column;
        background: linear-gradient(160deg, #1e3a32 0%, #162b25 45%, #0f1f1a 100%);
        color: #fff;
        opacity: 0; visibility: hidden; pointer-events: none;
        transition: opacity 0.28s ease, visibility 0.28s ease;
    }
    .spotlight-overlay.open { opacity: 1; visibility: visible; pointer-events: auto; }
    .spotlight-tab {
        padding: 0.5rem 1.1rem; border-radius: 999px; font-size: 13px; font-weight: 600;
        white-space: nowrap; color: rgba(255,255,255,0.75); transition: background 0.2s, color 0.2s;
    }
    .spotlight-tab.active { background: #fff; color: #162b25; }
    .spotlight-panel { display: none; }
    .spotlight-panel.active { display: block; }
    .spotlight-radio-card {
        background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.1);
        border-radius: 8px; overflow: hidden; transition: background 0.2s;
    }
    .spotlight-radio-card:hover { background: rgba(255,255,255,0.12); }
    .spotlight-suggest-row { border-radius: 8px; transition: background 0.15s; }
    .spotlight-suggest-row:hover { background: rgba(255,255,255,0.06); }
    .spotlight-lyric-line { color: rgba(255,255,255,0.45); }
    .spotlight-lyric-line.active { color: #fff; font-weight: 600; }
    .player-lyric-line { color: #9A8F8F; transition: color 0.2s ease; }
    .player-lyric-line.active { color: #272221; font-weight: 600; }
    .spotlight-player-bar input[type="range"]::-webkit-slider-runnable-track { background: rgba(255,255,255,0.25); }
    .spotlight-player-bar input[type="range"]::-webkit-slider-thumb { background: #fff; }
    .spotlight-quality-pill {
        background: #000; color: #FCA62B; font-size: 11px; font-weight: 700;
        padding: 0.35rem 0.75rem; border-radius: 999px;
    }
    body.spotlight-open { overflow: hidden; }
    @media (max-width: 768px) {
        .spotlight-overlay header { flex-wrap: wrap; gap: 0.75rem; }
        .spotlight-overlay header nav { order: 3; width: 100%; overflow-x: auto; }
        .spotlight-tab { font-size: 12px; padding: 0.45rem 0.85rem; }
    }

    /* Login gate — prev/next for guests on explorar-artistas */
    .discovery-login-gate {
        position: fixed;
        inset: 0;
        z-index: 90;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1.5rem;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.25s ease, visibility 0.25s ease;
    }
    .discovery-login-gate.open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .discovery-login-gate-backdrop {
        position: absolute;
        inset: 0;
        border: none;
        padding: 0;
        margin: 0;
        background: rgba(39, 34, 33, 0.42);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        cursor: pointer;
    }
    .discovery-login-gate-panel {
        position: relative;
        z-index: 1;
        width: min(920px, calc(100vw - 2rem));
        margin: 0 auto;
        border-radius: 28px;
        border: 1px solid rgba(228, 215, 207, 0.85);
        background: rgba(253, 251, 249, 0.96);
        box-shadow: 0 24px 64px rgba(0, 0, 0, 0.14), 0 8px 32px rgba(31, 38, 135, 0.08);
        overflow: hidden;
    }
    .discovery-login-gate-close {
        position: absolute;
        top: 1rem;
        right: 1rem;
        z-index: 2;
        width: 2.25rem;
        height: 2.25rem;
        border: 1px solid rgba(228, 215, 207, 0.85);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.9);
        color: #9A8F8F;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
    }
    .discovery-login-gate-close:hover {
        background: rgba(243, 164, 165, 0.14);
        border-color: rgba(196, 140, 140, 0.65);
        color: #272221;
    }
    .discovery-login-gate-layout {
        display: grid;
        grid-template-columns: minmax(240px, 1fr) minmax(280px, 1.05fr);
        min-height: 420px;
    }
    .discovery-login-gate-art-col {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 1.25rem;
        padding: 2rem 1.75rem;
        background: linear-gradient(145deg, rgba(243, 164, 165, 0.16) 0%, rgba(232, 230, 213, 0.35) 100%);
        border-right: 1px solid rgba(228, 215, 207, 0.55);
    }
    .discovery-login-gate-art-frame {
        width: min(100%, 320px);
        aspect-ratio: 1;
        margin: 0 auto;
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.16);
        border: 1px solid rgba(255, 255, 255, 0.65);
        background: #F9F7F5;
    }
    .discovery-login-gate-art {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .discovery-login-gate-track { text-align: center; min-width: 0; }
    .discovery-login-gate-track-title {
        margin: 0;
        font-size: 1.25rem;
        font-weight: 700;
        color: #191919;
        line-height: 1.25;
    }
    .discovery-login-gate-track-artist {
        margin: 0.35rem 0 0;
        font-size: 0.9rem;
        color: #9A8F8F;
    }
    .discovery-login-gate-auth-col {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 1rem;
        padding: 2.5rem 2.25rem 2.25rem;
        min-width: 0;
    }
    .discovery-login-gate-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        align-self: flex-start;
        padding: 0.4rem 0.85rem;
        border-radius: 999px;
        background: #F6E6E6;
        border: 1px solid rgba(255, 255, 255, 0.85);
        font-size: 12px;
        font-weight: 600;
        color: #C48C8C;
    }
    .discovery-login-gate-badge-dot {
        width: 0.45rem;
        height: 0.45rem;
        border-radius: 999px;
        background: #F3A4A5;
    }
    .discovery-login-gate-heading {
        margin: 0;
        font-size: clamp(1.5rem, 2.4vw, 2rem);
        font-weight: 700;
        line-height: 1.15;
        color: #191919;
    }
    .discovery-login-gate-copy {
        margin: 0;
        font-size: 0.95rem;
        line-height: 1.55;
        color: #9A8F8F;
    }
    .discovery-login-gate-social {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        margin-top: 0.35rem;
    }
    .discovery-social-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.65rem;
        width: 100%;
        padding: 0.85rem 1.1rem;
        border-radius: 999px;
        border: 1px solid #E4D7CF;
        background: #FFFFFF;
        color: #272221;
        font-size: 0.9rem;
        font-weight: 600;
        text-decoration: none;
        transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
    }
    .discovery-social-btn:hover {
        background: #F9F7F5;
        border-color: #C48C8C;
        transform: translateY(-1px);
    }
    .discovery-login-gate-unavailable {
        margin: 0;
        font-size: 0.875rem;
        color: #9A8F8F;
        line-height: 1.5;
    }
    .discovery-login-gate-skip {
        margin-top: 0.35rem;
        align-self: flex-start;
        border: none;
        background: transparent;
        padding: 0;
        font-size: 0.875rem;
        font-weight: 600;
        color: #9A8F8F;
        cursor: pointer;
        text-decoration: underline;
        text-underline-offset: 3px;
    }
    .discovery-login-gate-skip:hover { color: #272221; }
    body.discovery-login-gate-open { overflow: hidden; }

    /* Access / purchase gate — seek past preview limit */
    .discovery-access-gate {
        position: fixed;
        inset: 0;
        z-index: 91;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1.5rem;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.25s ease, visibility 0.25s ease;
    }
    .discovery-access-gate.open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .discovery-access-gate-backdrop {
        position: absolute;
        inset: 0;
        border: none;
        padding: 0;
        margin: 0;
        background: rgba(39, 34, 33, 0.42);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        cursor: pointer;
    }
    .discovery-access-gate-panel {
        position: relative;
        z-index: 1;
        width: min(920px, calc(100vw - 2rem));
        margin: 0 auto;
        border-radius: 28px;
        border: 1px solid rgba(228, 215, 207, 0.85);
        background: rgba(253, 251, 249, 0.96);
        box-shadow: 0 24px 64px rgba(0, 0, 0, 0.14), 0 8px 32px rgba(31, 38, 135, 0.08);
        overflow: hidden;
    }
    .discovery-access-gate-close {
        position: absolute;
        top: 1rem;
        right: 1rem;
        z-index: 2;
        width: 2.25rem;
        height: 2.25rem;
        border: 1px solid rgba(228, 215, 207, 0.85);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.9);
        color: #9A8F8F;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
    }
    .discovery-access-gate-close:hover {
        background: rgba(243, 164, 165, 0.14);
        border-color: rgba(196, 140, 140, 0.65);
        color: #272221;
    }
    .discovery-access-gate-layout {
        display: grid;
        grid-template-columns: minmax(240px, 1fr) minmax(280px, 1.05fr);
        min-height: 420px;
    }
    .discovery-access-gate-art-col {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 1.25rem;
        padding: 2rem 1.75rem;
        background: linear-gradient(145deg, rgba(243, 164, 165, 0.16) 0%, rgba(232, 230, 213, 0.35) 100%);
        border-right: 1px solid rgba(228, 215, 207, 0.55);
    }
    .discovery-access-gate-art-frame {
        width: min(100%, 320px);
        aspect-ratio: 1;
        margin: 0 auto;
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.16);
        border: 1px solid rgba(255, 255, 255, 0.65);
        background: #F9F7F5;
    }
    .discovery-access-gate-art {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .discovery-access-gate-track { text-align: center; min-width: 0; }
    .discovery-access-gate-track-title {
        margin: 0;
        font-size: 1.25rem;
        font-weight: 700;
        color: #191919;
        line-height: 1.25;
    }
    .discovery-access-gate-track-artist {
        margin: 0.35rem 0 0;
        font-size: 0.9rem;
        color: #9A8F8F;
    }
    .discovery-access-gate-content-col {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 0.75rem;
        padding: 2.5rem 2.25rem 2.25rem;
        min-width: 0;
    }
    .discovery-access-gate-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        align-self: flex-start;
        padding: 0.35rem 0.75rem;
        border-radius: 999px;
        background: #F6E6E6;
        border: 1px solid rgba(255, 255, 255, 0.85);
        font-size: 12px;
        font-weight: 600;
        color: #C48C8C;
    }
    .discovery-access-gate-badge-dot {
        width: 0.45rem;
        height: 0.45rem;
        border-radius: 999px;
        background: #F3A4A5;
    }
    .discovery-access-gate-heading {
        margin: 0;
        font-size: clamp(1.5rem, 2.4vw, 2rem);
        font-weight: 700;
        line-height: 1.15;
        color: #191919;
    }
    .discovery-access-gate-lead {
        margin: 0;
        font-size: 0.95rem;
        line-height: 1.55;
        color: #9A8F8F;
    }
    .discovery-access-gate-benefits {
        margin: 0.15rem 0 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        font-size: 0.875rem;
        line-height: 1.45;
        color: #272221;
    }
    .discovery-access-gate-benefits li {
        display: flex;
        align-items: flex-start;
        gap: 0.55rem;
    }
    .discovery-access-gate-benefits i {
        color: #C48C8C;
        margin-top: 0.15rem;
        width: 0.9rem;
        flex-shrink: 0;
        text-align: center;
    }
    .discovery-access-gate-social-proof {
        margin: 0;
        font-size: 0.8rem;
        line-height: 1.45;
        color: #9A8F8F;
        font-style: italic;
    }
    .discovery-access-gate-plans {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.65rem;
        margin-top: 0.15rem;
    }
    .discovery-access-plan {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.2rem;
        padding: 0.75rem 0.85rem;
        border-radius: 16px;
        border: 1.5px solid #E4D7CF;
        background: #fff;
        cursor: pointer;
        text-align: left;
        transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
    }
    .discovery-access-plan:hover {
        border-color: #C48C8C;
        background: #FDFBF9;
    }
    .discovery-access-plan.is-active {
        border-color: #F3A4A5;
        background: rgba(243, 164, 165, 0.1);
        box-shadow: 0 0 0 1px rgba(243, 164, 165, 0.25);
    }
    .discovery-access-plan-label {
        font-size: 0.8rem;
        font-weight: 600;
        color: #9A8F8F;
    }
    .discovery-access-plan-price {
        font-size: 1rem;
        font-weight: 700;
        color: #191919;
    }
    .discovery-access-gate-balance-card {
        padding: 0.75rem 1rem;
        border-radius: 16px;
        background: #F9F7F5;
        border: 1px solid #E4D7CF;
    }
    .discovery-access-gate-balance-card.hidden { display: none !important; }
    .discovery-access-gate-balance-label {
        font-size: 0.75rem;
        font-weight: 600;
        color: #9A8F8F;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }
    .discovery-access-gate-balance-value {
        margin-top: 0.2rem;
        font-size: 1.1rem;
        font-weight: 700;
        color: #191919;
    }
    .discovery-access-gate-error {
        font-size: 0.85rem;
        color: #b91c1c;
        line-height: 1.4;
    }
    .discovery-access-gate-error.hidden { display: none !important; }
    .discovery-access-gate-login.hidden { display: none !important; }
    .discovery-access-gate-login-copy {
        margin: 0;
        font-size: 0.875rem;
        color: #9A8F8F;
        line-height: 1.5;
    }
    .discovery-access-gate-social {
        display: flex;
        flex-direction: column;
        gap: 0.65rem;
        margin-top: 0.25rem;
    }
    .discovery-access-gate-actions {
        display: flex;
        flex-direction: column;
        gap: 0.65rem;
        margin-top: 0.35rem;
    }
    .discovery-access-gate-btn-primary {
        width: 100%;
        padding: 0.9rem 1.25rem;
        border: none;
        border-radius: 999px;
        background: linear-gradient(135deg, #F3A4A5 0%, #E89293 100%);
        color: #191919;
        font-size: 0.95rem;
        font-weight: 700;
        cursor: pointer;
        transition: transform 0.15s ease, box-shadow 0.15s ease;
        box-shadow: 0 4px 16px rgba(243, 164, 165, 0.35);
    }
    .discovery-access-gate-btn-primary:hover:not(:disabled) {
        transform: translateY(-1px);
        box-shadow: 0 6px 20px rgba(243, 164, 165, 0.45);
    }
    .discovery-access-gate-btn-primary:disabled {
        opacity: 0.65;
        cursor: not-allowed;
    }
    .discovery-access-gate-topup {
        text-align: center;
        font-size: 0.875rem;
        font-weight: 600;
        color: #C48C8C;
        text-decoration: underline;
        text-underline-offset: 3px;
    }
    .discovery-access-gate-topup.hidden { display: none !important; }
    .discovery-access-gate-skip {
        align-self: center;
        border: none;
        background: transparent;
        padding: 0;
        font-size: 0.875rem;
        font-weight: 600;
        color: #9A8F8F;
        cursor: pointer;
        text-decoration: underline;
        text-underline-offset: 3px;
    }
    .discovery-access-gate-skip:hover { color: #272221; }
    body.discovery-access-gate-open { overflow: hidden; }
    @media (max-width: 767px) {
        .discovery-access-gate { align-items: center; padding: 1rem; }
        .discovery-access-gate-panel {
            width: min(920px, calc(100vw - 2rem));
            max-height: calc(100vh - 2rem);
            overflow-y: auto;
        }
        .discovery-access-gate-layout { grid-template-columns: 1fr; min-height: 0; }
        .discovery-access-gate-art-col {
            border-right: none;
            border-bottom: 1px solid rgba(228, 215, 207, 0.55);
            padding: 1.5rem 1.25rem 1.25rem;
        }
        .discovery-access-gate-art-frame { width: min(72vw, 240px); }
        .discovery-access-gate-content-col { padding: 1.5rem 1.25rem 1.75rem; }
        .discovery-access-gate-plans { grid-template-columns: 1fr; }
    }

    @media (max-width: 767px) {
        .discovery-login-gate {
            align-items: center;
            padding: 1rem;
        }
        .discovery-login-gate-panel {
            width: min(920px, calc(100vw - 2rem));
            margin: 0 auto;
            border-radius: 28px;
            max-height: calc(100vh - 2rem);
            overflow-y: auto;
        }
        .discovery-login-gate-layout {
            grid-template-columns: 1fr;
            min-height: 0;
        }
        .discovery-login-gate-art-col {
            border-right: none;
            border-bottom: 1px solid rgba(228, 215, 207, 0.55);
            padding: 1.5rem 1.25rem 1.25rem;
        }
        .discovery-login-gate-art-frame { width: min(72vw, 240px); }
        .discovery-login-gate-auth-col { padding: 1.5rem 1.25rem 1.75rem; }
    }

    /* Donate / Gosto modal — explorar-artistas */
    .discovery-donate-modal {
        position: fixed;
        inset: 0;
        z-index: 92;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1.5rem;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.25s ease, visibility 0.25s ease;
    }
    .discovery-donate-modal.open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .discovery-donate-modal-backdrop {
        position: absolute;
        inset: 0;
        border: none;
        padding: 0;
        margin: 0;
        background: rgba(39, 34, 33, 0.42);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        cursor: pointer;
    }
    .discovery-donate-modal-panel {
        position: relative;
        z-index: 1;
        width: min(920px, calc(100vw - 2rem));
        margin: 0 auto;
        border-radius: 28px;
        border: 1px solid rgba(228, 215, 207, 0.85);
        background: rgba(253, 251, 249, 0.96);
        box-shadow: 0 24px 64px rgba(0, 0, 0, 0.14), 0 8px 32px rgba(31, 38, 135, 0.08);
        overflow: hidden;
    }
    .discovery-donate-modal-close {
        position: absolute;
        top: 1rem;
        right: 1rem;
        z-index: 2;
        width: 2.25rem;
        height: 2.25rem;
        border: 1px solid rgba(228, 215, 207, 0.85);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.9);
        color: #9A8F8F;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
    }
    .discovery-donate-modal-close:hover {
        background: rgba(243, 164, 165, 0.14);
        border-color: rgba(196, 140, 140, 0.65);
        color: #272221;
    }
    .discovery-donate-layout {
        display: grid;
        grid-template-columns: minmax(240px, 1fr) minmax(300px, 1.1fr);
        min-height: 420px;
    }
    .discovery-donate-art-col {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 1.25rem;
        padding: 2rem 1.75rem;
        background: linear-gradient(145deg, rgba(243, 164, 165, 0.16) 0%, rgba(232, 230, 213, 0.35) 100%);
        border-right: 1px solid rgba(228, 215, 207, 0.55);
    }
    .discovery-donate-art-frame {
        width: min(100%, 320px);
        aspect-ratio: 1;
        margin: 0 auto;
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.16);
        border: 1px solid rgba(255, 255, 255, 0.65);
        background: #F9F7F5;
    }
    .discovery-donate-art {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .discovery-donate-track { text-align: center; min-width: 0; }
    .discovery-donate-track-title {
        margin: 0;
        font-size: 1.25rem;
        font-weight: 700;
        color: #191919;
        line-height: 1.25;
    }
    .discovery-donate-track-artist {
        margin: 0.35rem 0 0;
        font-size: 0.9rem;
        color: #9A8F8F;
    }
    .discovery-donate-form-col {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 0.85rem;
        padding: 2.5rem 2.25rem 2.25rem;
        min-width: 0;
    }
    .discovery-donate-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        align-self: flex-start;
        padding: 0.4rem 0.85rem;
        border-radius: 999px;
        background: #F6E6E6;
        border: 1px solid rgba(255, 255, 255, 0.85);
        font-size: 12px;
        font-weight: 600;
        color: #C48C8C;
    }
    .discovery-donate-badge-dot {
        width: 0.45rem;
        height: 0.45rem;
        border-radius: 999px;
        background: #F3A4A5;
    }
    .discovery-donate-heading {
        margin: 0;
        font-size: clamp(1.35rem, 2.2vw, 1.75rem);
        font-weight: 700;
        line-height: 1.15;
        color: #191919;
    }
    .discovery-donate-copy {
        margin: 0;
        font-size: 0.95rem;
        line-height: 1.55;
        color: #9A8F8F;
    }
    .discovery-donate-track-label {
        margin: 0;
        font-size: 0.875rem;
        color: #272221;
        font-weight: 500;
    }
    .discovery-donate-balance-card {
        padding: 0.9rem 1rem;
        border-radius: 16px;
        border: 1px solid rgba(228, 215, 207, 0.85);
        background: rgba(255, 255, 255, 0.82);
    }
    .discovery-donate-balance-label {
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #9A8F8F;
    }
    .discovery-donate-balance-value {
        margin-top: 0.35rem;
        font-size: 1.2rem;
        font-weight: 700;
        color: #191919;
    }
    .discovery-donate-field { display: flex; flex-direction: column; gap: 0.35rem; }
    .discovery-donate-field-label {
        font-size: 0.8rem;
        font-weight: 500;
        color: #9A8F8F;
    }
    .discovery-donate-input {
        width: 100%;
        border-radius: 14px;
        border: 1px solid #E4D7CF;
        background: #FFFFFF;
        padding: 0.7rem 0.85rem;
        font-size: 0.9rem;
        color: #272221;
        outline: none;
        transition: border-color 0.15s ease, box-shadow 0.15s ease;
    }
    .discovery-donate-input:focus {
        border-color: #C48C8C;
        box-shadow: 0 0 0 3px rgba(243, 164, 165, 0.2);
    }
    .discovery-donate-error {
        border-radius: 14px;
        border: 1px solid rgba(244, 63, 94, 0.35);
        background: rgba(244, 63, 94, 0.08);
        padding: 0.75rem 0.9rem;
        font-size: 0.875rem;
        color: #9f1239;
    }
    .discovery-donate-login-hint {
        font-size: 0.875rem;
        color: #9A8F8F;
        line-height: 1.5;
    }
    .discovery-donate-login-hint p { margin: 0 0 0.35rem; }
    .discovery-donate-login-link {
        color: #C48C8C;
        font-weight: 600;
        text-decoration: none;
    }
    .discovery-donate-login-link:hover { color: #B37B7B; text-decoration: underline; }
    .discovery-donate-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem;
        margin-top: 0.35rem;
    }
    .discovery-donate-btn-primary,
    .discovery-donate-btn-secondary {
        border-radius: 999px;
        padding: 0.75rem 1.25rem;
        font-size: 0.9rem;
        font-weight: 600;
        cursor: pointer;
        transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
    }
    .discovery-donate-btn-primary {
        border: none;
        background: #C48C8C;
        color: #FFFFFF;
    }
    .discovery-donate-btn-primary:hover:not(:disabled) {
        background: #B37B7B;
        transform: translateY(-1px);
    }
    .discovery-donate-btn-primary:disabled { opacity: 0.65; cursor: not-allowed; }
    .discovery-donate-btn-secondary {
        border: 1px solid #E4D7CF;
        background: #FFFFFF;
        color: #272221;
    }
    .discovery-donate-btn-secondary:hover {
        background: #F9F7F5;
        border-color: #C48C8C;
    }
    body.discovery-donate-open { overflow: hidden; }
    @media (max-width: 767px) {
        .discovery-donate-modal { padding: 1rem; }
        .discovery-donate-modal-panel {
            width: min(920px, calc(100vw - 2rem));
            max-height: calc(100vh - 2rem);
            overflow-y: auto;
        }
        .discovery-donate-layout {
            grid-template-columns: 1fr;
            min-height: 0;
        }
        .discovery-donate-art-col {
            border-right: none;
            border-bottom: 1px solid rgba(228, 215, 207, 0.55);
            padding: 1.5rem 1.25rem 1.25rem;
        }
        .discovery-donate-art-frame { width: min(72vw, 240px); }
        .discovery-donate-form-col { padding: 1.5rem 1.25rem 1.75rem; }
        .discovery-donate-actions { flex-direction: column; }
        .discovery-donate-btn-primary,
        .discovery-donate-btn-secondary { width: 100%; text-align: center; }
    }

    #cast-btn.discovery-cast-active {
        color: #C48C8C;
    }

    #cast-btn.discovery-cast-active i {
        color: inherit;
    }

    #cast-btn.discovery-cast-pending {
        opacity: 0.55;
        pointer-events: none;
    }

    #cast-btn.discovery-cast-available:not(.discovery-cast-active) {
        color: #272221;
    }

    /* Rating modal — explorar-artistas EmailJS feedback */
    .discovery-rating-modal {
        position: fixed;
        inset: 0;
        z-index: 120;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1.25rem;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.25s ease, visibility 0.25s ease;
    }
    .discovery-rating-modal.open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .discovery-rating-modal-backdrop {
        position: absolute;
        inset: 0;
        border: none;
        background: rgba(25, 25, 25, 0.42);
        cursor: pointer;
    }
    .discovery-rating-modal-panel {
        position: relative;
        z-index: 1;
        width: min(520px, calc(100vw - 2rem));
        max-height: calc(100vh - 2rem);
        overflow-y: auto;
        padding: 1.75rem 1.5rem 1.5rem;
    }
    .discovery-rating-modal-close {
        position: absolute;
        top: 0.85rem;
        right: 0.85rem;
        width: 2rem;
        height: 2rem;
        border-radius: 999px;
        border: 1px solid #E4D7CF;
        background: #fff;
        color: #272221;
        cursor: pointer;
    }
    .discovery-rating-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.75rem;
        font-weight: 600;
        color: #C48C8C;
        margin-bottom: 0.75rem;
    }
    .discovery-rating-badge-dot {
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 999px;
        background: #F3A4A5;
    }
    .discovery-rating-heading {
        font-size: 1.35rem;
        font-weight: 700;
        color: #191919;
        margin: 0 0 0.5rem;
        line-height: 1.25;
    }
    .discovery-rating-copy {
        font-size: 0.9rem;
        color: #9A8F8F;
        margin: 0 0 1.25rem;
        line-height: 1.55;
    }
    .discovery-rating-form { display: flex; flex-direction: column; gap: 1rem; }
    .discovery-rating-field { display: flex; flex-direction: column; gap: 0.35rem; }
    .discovery-rating-field-label {
        font-size: 0.75rem;
        font-weight: 600;
        color: #272221;
    }
    .discovery-rating-input,
    .discovery-rating-textarea {
        width: 100%;
        border: 1px solid #E4D7CF;
        border-radius: 12px;
        padding: 0.65rem 0.85rem;
        font-size: 0.9rem;
        color: #272221;
        background: #fff;
    }
    .discovery-rating-textarea { resize: vertical; min-height: 6rem; }
    .discovery-rating-stars {
        display: flex;
        justify-content: space-between;
        gap: 0.35rem;
    }
    .discovery-rating-star {
        flex: 1;
        max-width: 3rem;
        height: 2.75rem;
        border-radius: 999px;
        border: 1px solid #E4D7CF;
        background: #fff;
        color: #C4B8B8;
        font-size: 1.35rem;
        cursor: pointer;
        transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
    }
    .discovery-rating-star.is-active {
        color: #D97706;
        border-color: #F59E0B;
        background: rgba(245, 158, 11, 0.12);
    }
    .discovery-rating-error {
        font-size: 0.82rem;
        color: #B42318;
    }
    .discovery-rating-error.hidden { display: none; }
    .discovery-rating-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem;
        margin-top: 0.25rem;
    }
    .discovery-rating-btn-primary,
    .discovery-rating-btn-secondary {
        border-radius: 999px;
        padding: 0.75rem 1.25rem;
        font-size: 0.9rem;
        font-weight: 600;
        cursor: pointer;
    }
    .discovery-rating-btn-primary {
        border: none;
        background: #C48C8C;
        color: #fff;
    }
    .discovery-rating-btn-primary:disabled { opacity: 0.65; cursor: not-allowed; }
    .discovery-rating-btn-secondary {
        border: 1px solid #E4D7CF;
        background: #fff;
        color: #272221;
    }
    body.discovery-rating-open { overflow: hidden; }
