/* ==========================================
   ANXA 2.0 - RADIO ONLINE STYLESHEET
   Unificato allo stile grafico ANXA 2.0
   ========================================== */

/* ------------------------------------------
   1. INTRODUZIONE & TITOLO H1
   ------------------------------------------ */
.radio-intro-section {
    margin-bottom: 24px;
    grid-column: 1 / -1;
}

.radio-intro-title {
    font-size: 1.75rem;
    font-weight: 900;
    color: #0033A0;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 12px 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

[data-theme="rossonero"] .radio-intro-title {
    color: var(--yellow-anxa);
}

.radio-intro-desc {
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--text-main);
    opacity: 0.95;
    margin: 0;
}

/* ------------------------------------------
   2. WIDGET LETTORE AUDIO VINTAGE
   ------------------------------------------ */
.radio-player-wrapper {
    position: relative;
    width: 100%;
}

.vintage-radio-player {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    aspect-ratio: 16/9;
    background-image: url('../img/radio.webp');
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.6);
    border: 2px solid var(--yellow-anxa, #FFD54F);
    container-type: inline-size;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vintage-display {
    position: absolute;
    left: 35.8%;
    width: 28.4%;
    top: 42.2%;
    height: 18.2%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1cqw 0.8cqw 1.2cqw 0.8cqw;
    box-sizing: border-box;
    overflow: hidden;
    background: rgba(15, 10, 5, 0.45);
    border-radius: 2px;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.9);
}

.display-station-title {
    font-family: 'Courier New', monospace;
    font-size: 2.3cqw;
    font-weight: 900;
    color: #000000;
    text-shadow: 0 0 8px rgba(255, 213, 79, 0.9), 0 0 2px rgba(255, 213, 79, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.15cqw;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
    line-height: 1.1;
}

.display-equalizer {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0.4cqw;
    height: 4.8cqw;
    width: 100%;
    margin: 0;
    padding: 0;
}

.display-eq-bar {
    width: 0.8cqw;
    height: 0.6cqw;
    background: linear-gradient(to top, #FFD54F 0%, #FFE066 100%);
    border-radius: 0.15cqw 0.15cqw 0 0;
    box-shadow: 0 0 4px rgba(255, 213, 79, 0.7);
    transition: height 0.3s ease;
}

.display-equalizer.playing .display-eq-bar {
    animation: bounceVintageEq 1.2s ease-in-out infinite alternate;
}

.display-equalizer.playing .display-eq-bar:nth-child(1) { animation-duration: 0.8s; animation-delay: 0.1s; }
.display-equalizer.playing .display-eq-bar:nth-child(2) { animation-duration: 1.1s; animation-delay: 0.3s; }
.display-equalizer.playing .display-eq-bar:nth-child(3) { animation-duration: 0.7s; animation-delay: 0.5s; }
.display-equalizer.playing .display-eq-bar:nth-child(4) { animation-duration: 1.3s; animation-delay: 0.2s; }
.display-equalizer.playing .display-eq-bar:nth-child(5) { animation-duration: 0.9s; animation-delay: 0.6s; }
.display-equalizer.playing .display-eq-bar:nth-child(6) { animation-duration: 1.0s; animation-delay: 0.4s; }
.display-equalizer.playing .display-eq-bar:nth-child(7) { animation-duration: 0.6s; animation-delay: 0.1s; }
.display-equalizer.playing .display-eq-bar:nth-child(8) { animation-duration: 1.2s; animation-delay: 0.5s; }
.display-equalizer.playing .display-eq-bar:nth-child(9) { animation-duration: 0.8s; animation-delay: 0.3s; }
.display-equalizer.playing .display-eq-bar:nth-child(10) { animation-duration: 1.4s; animation-delay: 0.7s; }
.display-equalizer.playing .display-eq-bar:nth-child(11) { animation-duration: 0.9s; animation-delay: 0.2s; }
.display-equalizer.playing .display-eq-bar:nth-child(12) { animation-duration: 1.1s; animation-delay: 0.6s; }
.display-equalizer.playing .display-eq-bar:nth-child(13) { animation-duration: 0.7s; animation-delay: 0.1s; }
.display-equalizer.playing .display-eq-bar:nth-child(14) { animation-duration: 1.3s; animation-delay: 0.4s; }
.display-equalizer.playing .display-eq-bar:nth-child(15) { animation-duration: 1.0s; animation-delay: 0.8s; }

@keyframes bounceVintageEq {
    0% { height: 0.6cqw; }
    100% { height: 4.8cqw; }
}

/* Manopole Interattive */
.vintage-knob-left {
    position: absolute;
    left: 19%;
    width: 7.5%;
    top: 43.5%;
    height: 13.5%;
    border-radius: 50%;
    cursor: pointer;
    z-index: 15;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(255, 255, 255, 0.04);
    border: 1px dashed rgba(255, 213, 79, 0.25);
    box-sizing: border-box;
}
.vintage-knob-left:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 213, 79, 0.6);
}
.vintage-knob-right {
    position: absolute;
    left: 73.2%;
    width: 7.5%;
    top: 43.5%;
    height: 13.5%;
    border-radius: 50%;
    cursor: pointer;
    z-index: 15;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(255, 255, 255, 0.04);
    border: 1px dashed rgba(255, 213, 79, 0.25);
    box-sizing: border-box;
}
.vintage-knob-right:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 213, 79, 0.6);
}
.vintage-knob-left::after,
.vintage-knob-right::after {
    content: '';
    position: absolute;
    top: 12%;
    left: 50%;
    width: 10%;
    height: 30%;
    background-color: #000000;
    border-radius: 2px;
    transform: translateX(-50%);
    box-shadow: 0 0 6px #FFD54F, 0 0 2px #FFD54F;
}

/* Hover play overlay */
.vintage-radio-overlay {
    display: none !important;
}
.vintage-radio-play-icon {
    font-size: 8cqw;
    color: rgba(255, 213, 79, 0.85);
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.6));
}

/* Controls Panel sotto la Radio */
.controls-panel {
    background: var(--yellow-anxa, #FFD54F);
    border-radius: 20px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}

.controls-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 450px;
    gap: 20px;
}

.btn-play-pause, #btn-current-favorite, #btn-fullscreen {
    background: linear-gradient(135deg, #0046e4 0%, #002275 100%) !important;
    color: #ffffff !important;
    border: none !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    cursor: pointer !important;
    box-shadow: 0 4px 15px rgba(0, 51, 160, 0.4) !important;
    outline: none !important;
    transition: all 0.2s ease-in-out !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.btn-play-pause {
    padding: 0 40px !important;
    height: 55px !important;
    border-radius: 28px !important;
    flex-shrink: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
}

#btn-current-favorite, #btn-fullscreen {
    width: 55px !important;
    height: 55px !important;
    border-radius: 50% !important;
    font-size: 24px !important;
}

.btn-play-pause:hover, #btn-current-favorite:hover, #btn-fullscreen:hover {
    transform: translateY(-2px) scale(1.03) !important;
    box-shadow: 0 6px 20px rgba(0, 51, 160, 0.6) !important;
}

.btn-play-pause:active, #btn-current-favorite:active, #btn-fullscreen:active {
    transform: translateY(1px) scale(0.97) !important;
    box-shadow: 0 0 30px rgba(0, 51, 160, 0.9), inset 0 2px 4px rgba(0,0,0,0.2) !important;
}

/* Fullscreen styling */
.radio-player-wrapper:fullscreen {
    width: 100vw !important;
    height: 100vh !important;
    max-width: none !important;
    background-color: #000 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.radio-player-wrapper:-webkit-full-screen {
    width: 100vw !important;
    height: 100vh !important;
    max-width: none !important;
    background-color: #000 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.radio-player-wrapper:fullscreen #radio-player-card,
.radio-player-wrapper:-webkit-full-screen #radio-player-card {
    width: 100vw !important;
    height: 100vh !important;
    max-width: none !important;
    aspect-ratio: 16/9 !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background-size: cover !important;
    background-position: center !important;
    transform: rotate(0deg) !important;
}

.fullscreen-close-btn {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid var(--yellow-anxa, #FFD54F);
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99999;
    box-shadow: 0 4px 15px rgba(0,0,0,0.6);
    transition: transform 0.2s, background-color 0.2s;
}
.fullscreen-close-btn:active {
    transform: scale(0.9);
    background-color: rgba(255, 213, 79, 0.3);
}

.fullscreen-logo {
    display: none;
    position: absolute;
    top: 20px;
    left: 25px;
    width: 55px;
    height: 55px;
    object-fit: contain;
    filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.8));
    z-index: 99999;
}

.radio-player-wrapper:fullscreen .fullscreen-close-btn { display: flex !important; }
.radio-player-wrapper:-webkit-full-screen .fullscreen-close-btn { display: flex !important; }
.radio-player-wrapper:-moz-full-screen .fullscreen-close-btn { display: flex !important; }
.radio-player-wrapper:-ms-fullscreen .fullscreen-close-btn { display: flex !important; }

.radio-player-wrapper:fullscreen .fullscreen-logo { display: block !important; }
.radio-player-wrapper:-webkit-full-screen .fullscreen-logo { display: block !important; }
.radio-player-wrapper:-moz-full-screen .fullscreen-logo { display: block !important; }
.radio-player-wrapper:-ms-fullscreen .fullscreen-logo { display: block !important; }

@media (max-width: 767px) and (orientation: portrait) {
    .radio-player-wrapper:fullscreen #radio-player-card,
    .radio-player-wrapper:-webkit-full-screen #radio-player-card {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        width: 100vh !important;
        height: 100vw !important;
        max-width: none !important;
        transform: translate(-50%, -50%) rotate(90deg) !important;
        transform-origin: center !important;
        aspect-ratio: auto !important;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .radio-player-wrapper:fullscreen #radio-player-card,
    .radio-player-wrapper:-webkit-full-screen #radio-player-card {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        width: 100vw !important;
        height: 100vh !important;
        max-width: none !important;
        transform: translate(-50%, -50%) rotate(0deg) !important;
        transform-origin: center !important;
        aspect-ratio: auto !important;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }
}

/* ------------------------------------------
   3. GRIGLIA STAZIONI RADIO
   ------------------------------------------ */
.num-category {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--yellow-anxa, #FFD54F);
    margin: 20px 0 5px 5px;
}

.radio-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    width: 100%;
    margin-top: 15px;
}

@media (min-width: 480px) {
    .radio-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.radio-card {
    position: relative;
    background: var(--card-bg, rgba(255, 255, 255, 0.08));
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 15px;
    border: 2px solid var(--border-color, rgba(255, 255, 255, 0.2));
    padding: 15px 10px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s, border-color 0.2s, background-color 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--text-main, #ffffff);
    text-decoration: none;
    box-sizing: border-box;
}

.radio-card:active {
    transform: scale(0.97);
}

.radio-card.active {
    border-color: #000000;
    background: rgba(255, 213, 79, 0.12);
    box-shadow: 0 0 15px rgba(255, 213, 79, 0.3);
}

.radio-card-icon {
    font-size: 28px;
    margin-bottom: 8px;
    width: 48px;
    height: 48px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.15);
    transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}

.radio-card.active .radio-card-icon {
    background: var(--yellow-anxa, #FFD54F);
    color: #000;
    border-color: #000000;
}

.radio-card-title {
    font-size: 14px;
    font-weight: 800;
}

.radio-card-genre {
    font-size: 11px;
    color: var(--text-muted, rgba(255, 255, 255, 0.7));
    margin-top: 3px;
    font-weight: bold;
}

.favorite-toggle-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.3);
    transition: color 0.2s, transform 0.2s;
    z-index: 15;
    padding: 4px;
    outline: none;
}

.favorite-toggle-btn:hover {
    transform: scale(1.1);
}

.favorite-toggle-btn.is-fav {
    color: var(--yellow-anxa, #FFD54F);
    text-shadow: 0 0 5px rgba(255, 213, 79, 0.6);
}

/* ------------------------------------------
   4. RICERCA STAZIONI RADIO (STILE INTEGRATO)
   ------------------------------------------ */
.search-container {
    background: var(--card-bg, rgba(255, 255, 255, 0.08));
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 18px;
    border: 1px solid var(--border-color, rgba(255, 255, 255, 0.2));
    padding: 18px 20px;
    margin-top: 20px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative;
    z-index: 10;
}

.search-title {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--text-main, #ffffff);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.search-box {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 0, 0, 0.06);
    border: 1px solid var(--border-color, rgba(255, 255, 255, 0.2));
    border-radius: 30px;
    padding: 4px 4px 4px 16px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.search-box:focus-within {
    border-color: #0033A0;
    box-shadow: 0 0 0 3px rgba(0, 51, 160, 0.15);
}

[data-theme="rossonero"] .search-box:focus-within {
    border-color: var(--yellow-anxa);
    box-shadow: 0 0 0 3px rgba(255, 213, 79, 0.2);
}

.search-input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: var(--text-main, #ffffff);
    font-family: inherit;
    font-size: 0.95rem;
    padding: 8px 0;
}

.search-input::placeholder {
    color: var(--text-main, #ffffff);
    opacity: 0.6;
}

.search-btn {
    background: #0033A0;
    border: none;
    color: #ffffff;
    font-weight: 800;
    font-size: 1rem;
    height: 38px;
    padding: 0 18px;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, transform 0.1s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.search-btn:hover {
    background: #002275;
}

.search-btn:active {
    transform: scale(0.96);
}

[data-theme="rossonero"] .search-btn {
    background: var(--yellow-anxa);
    color: #000000;
}

[data-theme="rossonero"] .search-btn:hover {
    background: #ffe066;
}

.search-results-list {
    max-height: 250px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 5px;
    padding-right: 4px;
}

.search-results-list::-webkit-scrollbar {
    width: 6px;
}
.search-results-list::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.1);
    border-radius: 3px;
}
.search-results-list::-webkit-scrollbar-thumb {
    background: rgba(255, 213, 79, 0.4);
    border-radius: 3px;
}

.search-result-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

.search-result-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 213, 79, 0.5);
}

.search-result-left {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
}

.search-result-img {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    object-fit: cover;
    flex-shrink: 0;
}

.search-result-info {
    flex: 1;
    min-width: 0;
}

.search-result-name {
    font-weight: 700;
    font-size: 13.5px;
    color: var(--text-main, #ffffff);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-result-meta {
    font-size: 11px;
    color: var(--text-muted, rgba(255, 255, 255, 0.7));
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 2px;
}

.search-result-play-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--yellow-anxa, #FFD54F);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.search-status-msg {
    font-size: 13px;
    color: var(--text-main, #ffffff);
    text-align: center;
    padding: 10px;
}

/* ------------------------------------------
   5. SEZIONE FAQ CON ACCORDION
   ------------------------------------------ */
.faq-item {
    border-top: 1px dashed var(--border-color, rgba(255, 255, 255, 0.2));
    padding: 16px 0;
}
.faq-item:first-of-type {
    border-top: none;
    padding-top: 0;
}
.faq-item summary {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-main, #ffffff);
    cursor: pointer;
    outline: none;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    gap: 15px;
}
.faq-item summary::-webkit-details-marker {
    display: none;
}
.faq-item[open] .faq-arrow {
    transform: rotate(180deg);
}
.faq-arrow {
    transition: transform 0.2s ease;
    font-size: 12px;
    color: var(--yellow-anxa, #FFD54F);
    flex-shrink: 0;
}
.faq-item p {
    font-size: 14px;
    color: var(--text-muted, rgba(255, 255, 255, 0.7));
    margin: 12px 0 0 0;
    line-height: 1.6;
    text-align: justify;
}

/* ------------------------------------------
   6. RESPONSIVE PC DESKTOP (3 COLONNE)
   ------------------------------------------ */
@media (min-width: 768px) {
    .radio-main-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr !important;
        gap: 20px !important;
        max-width: 1200px !important;
        margin: 0 auto !important;
    }
    .radio-intro-section {
        grid-column: 1 / -1 !important;
        grid-row: 1 / 2 !important;
    }
    .radio-player-wrapper {
        grid-column: 1 / 3 !important;
        grid-row: 2 / 3 !important;
        max-width: none !important;
        width: 100% !important;
    }
    .vintage-radio-player {
        width: 100% !important;
        max-width: none !important;
    }
    .controls-panel {
        grid-column: 1 / 2 !important;
        grid-row: 3 / 4 !important;
        margin: 0 !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        box-sizing: border-box !important;
        height: 100% !important;
        padding: 20px 25px !important;
        gap: 20px !important;
        width: 100% !important;
        max-width: none !important;
    }
    .btn-play-pause {
        flex: 1 !important;
        width: auto !important;
        height: 85px !important;
        font-size: 32px !important;
        border-radius: 45px !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    #btn-current-favorite, #btn-fullscreen {
        width: 85px !important;
        height: 85px !important;
        font-size: 42px !important;
        flex-shrink: 0 !important;
    }
    .search-container {
        grid-column: 2 / 3 !important;
        grid-row: 3 / 4 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        height: 100% !important;
        padding: 25px !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: none !important;
    }
    .stations-sidebar {
        grid-column: 3 / 4 !important;
        grid-row: 2 / 4 !important;
        margin: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        height: 100% !important;
        box-sizing: border-box !important;
        gap: 10px !important;
    }
    .stations-sidebar #favoritesSection {
        width: 100% !important;
        margin-bottom: 10px !important;
        grid-column: auto !important;
        grid-row: auto !important;
    }
    .stations-sidebar .radio-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        margin-top: 5px !important;
        gap: 10px !important;
    }
    .stations-sidebar .num-category {
        grid-column: auto !important;
        margin: 10px 0 5px 5px !important;
    }
    .disclaimer-container {
        grid-column: 1 / -1 !important;
    }
}


/* ==========================================================================
   RADIO - CORNICI CARD NEL TEMA CHIARO
   Solo aspetto delle card stazione; nessuna modifica a player o logica.
   ========================================================================== */

/* Tema chiaro: cornice più visibile e pulita */
html:not(.rossonero-mode) .radio-card {
    border: 1.5px solid rgba(67, 90, 128, 0.28) !important;
    background: rgba(255,255,255,0.58) !important;
    box-shadow:
        0 3px 10px rgba(33, 49, 75, 0.06),
        inset 0 0 0 1px rgba(255,255,255,0.62) !important;
}

html:not(.rossonero-mode) .radio-card:hover {
    border-color: rgba(0, 51, 160, 0.48) !important;
    box-shadow:
        0 6px 16px rgba(33, 49, 75, 0.10),
        inset 0 0 0 1px rgba(255,255,255,0.72) !important;
    transform: translateY(-1px) !important;
}

/* La stazione selezionata resta più evidente */
html:not(.rossonero-mode) .radio-card.active {
    border-color: #0033A0 !important;
    background: rgba(0, 51, 160, 0.055) !important;
    box-shadow:
        0 0 0 2px rgba(0, 51, 160, 0.08),
        0 6px 16px rgba(0, 51, 160, 0.10) !important;
}

/* Anche il cerchio dell'icona viene delineato meglio */
html:not(.rossonero-mode) .radio-card-icon {
    border: 1.5px solid rgba(67, 90, 128, 0.20) !important;
    background: rgba(255,255,255,0.72) !important;
    box-shadow: 0 2px 7px rgba(33, 49, 75, 0.05) !important;
}

html:not(.rossonero-mode) .radio-card.active .radio-card-icon {
    border-color: rgba(0, 51, 160, 0.35) !important;
}
