﻿:root {
    --header-height: clamp(118px, 12vw, 152px);
    --bg-0: #020816;
    --bg-1: #04133a;
    --bg-2: #07276b;
    --bg-3: #0d3f9e;
    --panel-1: rgba(9, 30, 96, 0.84);
    --panel-2: rgba(5, 21, 74, 0.95);
    --line: rgba(112, 154, 240, 0.36);
    --line-soft: rgba(112, 154, 240, 0.2);
    --text: #eff6ff;
    --text-soft: #9bb8dd;
    --cyan: #007fff;
    --cyan-2: #22b6ff;
    --yellow: #ffe45c;
    --orange: #ffad2f;
    --ok: #47f9a3;
    --danger: #ff8e8e;
    --radius-xl: 24px;
    --radius-lg: 18px;
    --radius-md: 13px;
    --shadow-1: 0 30px 60px rgba(0, 0, 0, 0.45);
    --chat-right: max(14px, env(safe-area-inset-right));
    --chat-bottom: max(14px, calc(env(safe-area-inset-bottom) + 8px));
    --chat-gap: 12px;
    --program-poster-ratio: 323 / 529;
    --team-photo-ratio: 433 / 600;
    --font-body: "Montserrat", sans-serif;
    --font-heading: "Bebas Neue", sans-serif;
    --font-nav: var(--font-body);
    --font-hero-title: var(--font-heading);
    --font-hero-text: var(--font-body);
    --font-button: var(--font-body);
    --font-player: var(--font-body);
    --font-programming: var(--font-body);
    --font-team: var(--font-body);
    --font-top-tracks: var(--font-body);
    --font-contact: var(--font-body);
    --font-ads: var(--font-body);
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    color: var(--text);
    min-height: 100vh;
    background: var(--bg-0);
    line-height: 1.55;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

.site-header,
.main-nav,
.mobile-menu,
.live-ticker {
    font-family: var(--font-nav);
}

.hero-copy,
.hero-feature {
    font-family: var(--font-hero-text);
}

.live-section,
.mega-player-section,
.mini-player {
    font-family: var(--font-player);
}

.programming,
.program-modal {
    font-family: var(--font-programming);
}

.team {
    font-family: var(--font-team);
}

.top-tracks {
    font-family: var(--font-top-tracks);
}

.contact {
    font-family: var(--font-contact);
}

.ads-wrapper,
.ad-slot {
    font-family: var(--font-ads);
}

button,
.btn {
    font-family: var(--font-button);
}

.site-bg {
    position: fixed;
    inset: 0;
    z-index: -3;
    background:
        radial-gradient(64vw 58vw at 50% 28%, rgba(255, 255, 255, 0.08) 0%, transparent 62%),
        radial-gradient(90vw 65vw at 10% 2%, rgba(22, 118, 255, 0.2) 0%, transparent 58%),
        radial-gradient(68vw 40vw at 84% 18%, rgba(255, 228, 92, 0.08) 0%, transparent 62%),
        radial-gradient(80vw 60vw at 50% 100%, rgba(0, 153, 255, 0.14) 0%, transparent 55%),
        linear-gradient(140deg, var(--bg-0) 0%, var(--bg-1) 38%, var(--bg-2) 72%, #0b2b7a 100%);
}

.site-bg::before,
.site-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.site-bg::before {
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 36px 36px;
    opacity: 0.2;
}

.fx-sparkles,
.fx-flare {
    position: fixed;
    pointer-events: none;
}

.fx-sparkles {
    inset: 0;
    z-index: -2;
    background-image:
        radial-gradient(circle at 8% 20%, rgba(157, 224, 255, 0.65) 0 1px, transparent 2px),
        radial-gradient(circle at 26% 76%, rgba(255, 225, 127, 0.62) 0 1px, transparent 2px),
        radial-gradient(circle at 58% 14%, rgba(96, 212, 255, 0.62) 0 1px, transparent 2px),
        radial-gradient(circle at 78% 48%, rgba(221, 246, 255, 0.58) 0 1px, transparent 2px),
        radial-gradient(circle at 92% 82%, rgba(255, 207, 121, 0.6) 0 1px, transparent 2px);
    background-size: 280px 280px;
    opacity: 0.35;
    animation: sparkleDrift 26s linear infinite;
}

.fx-sparkles::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 17% 30%, rgba(201, 243, 255, 0.9) 0 1px, transparent 2px),
        radial-gradient(circle at 44% 68%, rgba(255, 226, 133, 0.78) 0 1px, transparent 2px),
        radial-gradient(circle at 69% 23%, rgba(177, 231, 255, 0.8) 0 1px, transparent 2px),
        radial-gradient(circle at 84% 56%, rgba(255, 237, 178, 0.8) 0 1px, transparent 2px);
    background-size: 320px 320px;
    opacity: 0.32;
    animation: sparkleTwinkle 4.8s ease-in-out infinite;
}

.fx-flare {
    width: 340px;
    height: 340px;
    border-radius: 50%;
    filter: blur(46px);
    z-index: -1;
    opacity: 0.28;
    animation: flareMove 11s ease-in-out infinite;
}

.fx-flare-a {
    top: 14%;
    left: -90px;
    background: radial-gradient(circle, rgba(54, 205, 255, 0.54), rgba(54, 205, 255, 0));
}

.fx-flare-b {
    right: -100px;
    bottom: 9%;
    background: radial-gradient(circle, rgba(255, 206, 92, 0.5), rgba(255, 206, 92, 0));
    animation-delay: 1.8s;
}

.site-bg::after {
    background:
        radial-gradient(circle at 50% -20%, rgba(255, 255, 255, 0.1), transparent 48%),
        url("../../la triple 8 logo final final.png") center 16% / min(940px, 74vw) no-repeat;
    mix-blend-mode: screen;
    opacity: 0.2;
}

.progress-line {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 80;
    transform: scaleX(0);
    transform-origin: left center;
    background: linear-gradient(90deg, #0098ff, #4ecbff 42%, #ffe45c 76%, #ffad2f);
    box-shadow: 0 0 12px rgba(40, 173, 255, 0.72);
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: min(1160px, 92vw);
    margin: 0 auto;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: var(--header-height);
    z-index: 70;
    border-bottom: 1px solid var(--line-soft);
    background: rgba(2, 17, 58, 0.88);
    backdrop-filter: blur(14px);
    transition: background 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
}

.site-header.is-compact {
    background: rgba(1, 13, 48, 0.96);
    border-color: rgba(120, 163, 249, 0.34);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.38);
}

.nav-wrap {
    min-height: var(--header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.brand {
    display: inline-flex;
    align-items: center;
    padding: 4px 0;
}

.brand img {
    height: clamp(108px, 11vw, 142px);
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.35));
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: auto;
}

.nav-cta {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-chip {
    border-radius: 999px;
    border: 1px solid rgba(123, 168, 255, 0.44);
    padding: 8px 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #d9ebff;
    background: rgba(5, 21, 57, 0.88);
}

.nav-chip-admin {
    border-color: rgba(255, 228, 92, 0.48);
    color: #ffe989;
}

.main-nav a {
    font-size: 0.86rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--text-soft);
    position: relative;
    transition: color 0.22s ease;
}

.main-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transform-origin: left;
    background: linear-gradient(90deg, var(--cyan), var(--yellow));
    transition: transform 0.24s ease;
}

.main-nav a:hover {
    color: var(--text);
}

.main-nav a:hover::after {
    transform: scaleX(1);
}

.social-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.nav-social {
    margin-left: 4px;
    flex-shrink: 0;
}

.social-button {
    --social-color: var(--cyan-2);
    position: relative;
    isolation: isolate;
    width: 42px;
    height: 42px;
    display: grid;
    place-content: center;
    border: 1px solid rgba(137, 192, 255, 0.44);
    color: #f2fbff;
    background:
        linear-gradient(145deg, rgba(8, 40, 112, 0.92), rgba(2, 12, 43, 0.96)),
        radial-gradient(circle at 25% 18%, rgba(255, 255, 255, 0.22), transparent 34%);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.06),
        0 10px 22px rgba(0, 0, 0, 0.28);
    overflow: hidden;
    transform: translateZ(0);
    transition: transform 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.social-buttons--circle .social-button {
    border-radius: 50%;
}

.social-buttons--rounded .social-button {
    border-radius: 15px;
}

.social-button::before {
    content: "";
    position: absolute;
    inset: -70%;
    z-index: 0;
    opacity: 0;
    background: conic-gradient(from 0deg, transparent 0deg, var(--social-color) 70deg, var(--yellow) 135deg, transparent 210deg, var(--cyan-2) 300deg, transparent 360deg);
    transition: opacity 0.18s ease;
}

.social-button::after {
    content: "";
    position: absolute;
    inset: 2px;
    z-index: 1;
    border-radius: inherit;
    background:
        radial-gradient(circle at 32% 20%, rgba(255, 255, 255, 0.18), transparent 34%),
        linear-gradient(145deg, rgba(6, 34, 102, 0.94), rgba(2, 12, 42, 0.98));
}

.social-button svg {
    position: relative;
    z-index: 2;
    width: 19px;
    height: 19px;
    fill: currentColor;
    filter: drop-shadow(0 0 7px rgba(34, 182, 255, 0.35));
    transition: transform 0.22s ease, filter 0.22s ease;
}

.social-button:hover,
.social-button:focus-visible {
    color: #ffffff;
    border-color: rgba(255, 238, 126, 0.9);
    transform: translateY(-4px) scale(1.08);
    box-shadow:
        0 0 0 1px rgba(255, 228, 92, 0.34),
        0 0 22px rgba(34, 182, 255, 0.38),
        0 16px 30px rgba(0, 0, 0, 0.38);
}

.social-button:hover::before,
.social-button:focus-visible::before {
    opacity: 1;
    animation: socialElectricSpin 0.9s linear infinite;
}

.social-button:hover svg,
.social-button:focus-visible svg {
    transform: scale(1.16) rotate(-6deg);
    filter: drop-shadow(0 0 10px rgba(255, 232, 92, 0.86));
}

.social-button-tiktok {
    --social-color: #15f2ff;
}

.social-button-facebook {
    --social-color: #2f8cff;
}

.social-button-instagram {
    --social-color: #ff3fc2;
}

.social-button-youtube {
    --social-color: #ff3535;
}

.nav-social .social-button {
    width: 34px;
    height: 34px;
    opacity: 0.86;
}

.nav-social .social-button svg {
    width: 16px;
    height: 16px;
}

.menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(147, 189, 255, 0.44);
    border-radius: 12px;
    background: rgba(5, 21, 57, 0.88);
    padding: 10px;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #fff;
}

.menu-toggle span + span {
    margin-top: 6px;
}

.mobile-menu {
    display: none;
    border-top: 1px solid var(--line-soft);
    background: rgba(2, 10, 29, 0.98);
}

.mobile-menu a {
    display: block;
    padding: 14px 4vw;
    border-bottom: 1px solid rgba(112, 154, 240, 0.15);
    color: var(--text-soft);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.85rem;
}

body.menu-open .mobile-menu {
    display: block;
}

.live-ticker {
    margin-top: calc(var(--header-height) + 2px);
    position: relative;
    z-index: 40;
    padding: 11px 0;
    border-top: 1px solid rgba(104, 156, 255, 0.35);
    border-bottom: 1px solid rgba(104, 156, 255, 0.35);
    background:
        linear-gradient(100deg, rgba(7, 35, 90, 0.95), rgba(10, 34, 95, 0.92) 46%, rgba(35, 58, 104, 0.8));
    box-shadow: 0 12px 24px rgba(4, 10, 28, 0.45);
    overflow: hidden;
}

.live-ticker::before {
    display: none;
}

.live-ticker::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(4, 12, 33, 0.9) 0%, transparent 10%, transparent 90%, rgba(4, 12, 33, 0.9) 100%);
}

.ticker-track {
    display: flex;
    align-items: center;
    gap: 34px;
    width: max-content;
    padding: 0 24px;
    white-space: nowrap;
    animation: tickerMove 24s linear infinite;
    will-change: transform;
}

.ticker-track span {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    position: relative;
    color: #ecf8ff;
    font-size: 0.86rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    font-weight: 700;
    text-shadow: 0 1px 10px rgba(7, 22, 62, 0.65);
}

.ticker-track span::before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    background: var(--cyan);
    box-shadow: 0 0 10px rgba(38, 220, 255, 0.75);
    vertical-align: 1px;
}

main {
    position: relative;
    z-index: 1;
}

section {
    padding: 58px 0;
}

.hero {
    padding: 54px 0 74px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.04fr 0.96fr;
    gap: 26px;
    align-items: center;
}

.hero-copy {
    position: relative;
}

.live-kicker {
    margin: 0 0 12px;
    font-weight: 700;
    letter-spacing: 0.09em;
    color: var(--cyan);
}

.live-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    background: var(--ok);
    box-shadow: 0 0 0 0 rgba(71, 249, 163, 0.62);
    animation: pulse 1.8s infinite;
}

.hero h1 {
    margin: 0;
    font-family: var(--font-hero-title);
    font-size: clamp(2.45rem, 7vw, 5.1rem);
    line-height: 0.95;
    letter-spacing: 0.04em;
}

.hero-lead {
    margin: 16px 0 24px;
    color: var(--text-soft);
    max-width: 58ch;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.btn {
    border: 0;
    border-radius: 999px;
    padding: 13px 22px;
    font-weight: 800;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: var(--font-button);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    color: #071129;
    background: linear-gradient(120deg, var(--yellow), var(--orange));
    box-shadow: 0 14px 28px rgba(255, 172, 46, 0.3);
}

.btn-outline {
    color: var(--text);
    border: 1px solid rgba(154, 195, 255, 0.48);
    background: rgba(7, 26, 71, 0.62);
}

.hero-metrics {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hero-metrics li {
    min-width: 150px;
    padding: 11px 13px;
    border-radius: 12px;
    border: 1px solid var(--line);
    background: rgba(7, 22, 62, 0.7);
}

.hero-metrics strong {
    font-size: 0.95rem;
    color: #fbe886;
}

.hero-feature {
    position: relative;
    min-height: 380px;
    border-radius: var(--radius-xl);
    border: 1px solid var(--line);
    background:
        radial-gradient(circle at 15% 20%, rgba(39, 145, 255, 0.28), transparent 46%),
        radial-gradient(circle at 86% 80%, rgba(255, 227, 102, 0.2), transparent 48%),
        linear-gradient(140deg, rgba(7, 22, 66, 0.94), rgba(8, 17, 44, 0.94));
    box-shadow: var(--shadow-1);
    overflow: visible;
    padding: 30px;
    transform-style: preserve-3d;
    transition: transform 0.2s ease;
}

.featured-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 80% 25%, rgba(42, 223, 255, 0.22), transparent 44%),
        linear-gradient(120deg, rgba(0, 0, 0, 0.14), transparent 55%);
    pointer-events: none;
}

.featured-slide {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 24px;
    bottom: 52px;
    border-radius: 18px;
    overflow: hidden;
    padding: 22px 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    pointer-events: none;
    border: 1px solid rgba(138, 187, 255, 0.26);
    background: transparent;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.featured-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: none;
    z-index: -1;
}

.featured-slide-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    z-index: -2;
}

.featured-slide.is-active {
    opacity: 1;
    transform: translateY(0);
}

.featured-caption {
    position: absolute;
    left: 98px;
    right: 32px;
    bottom: 20px;
    transform: translate(-50px, 7px);
    z-index: 2;
    height: 30px;
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.featured-caption h3 {
    margin: 0;
    font-family: var(--font-hero-title);
    font-size: clamp(0.96rem, 2.05vw, 1.22rem);
    letter-spacing: 0.04em;
    color: #f8fcff;
    line-height: 1;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.64);
}

.featured-caption p {
    margin: 0;
    color: #eff7ff;
    font-size: 0.95rem;
    font-weight: 700;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.62);
    display: none;
}

.featured-dots {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 24px;
    display: flex;
    gap: 8px;
}

.dot {
    width: 11px;
    height: 11px;
    border: 0;
    border-radius: 50%;
    background: rgba(189, 214, 255, 0.42);
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

.dot.is-active {
    background: var(--cyan);
    transform: scale(1.2);
    box-shadow: 0 0 12px rgba(38, 220, 255, 0.8);
}

.hero-logo-float {
    position: absolute;
    right: -37px;
    bottom: -61px;
    width: clamp(108px, 18.4vw, 188px);
    opacity: 0.97;
    z-index: 3;
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.46));
    animation: logoFloat 4.4s ease-in-out infinite;
    pointer-events: none;
}

.quince-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(54px, 7vw, 86px) 0;
    border-top: 1px solid rgba(255, 226, 92, 0.22);
    border-bottom: 1px solid rgba(47, 203, 255, 0.28);
    background:
        radial-gradient(circle at 18% 26%, rgba(255, 213, 65, 0.16), transparent 34%),
        radial-gradient(circle at 82% 52%, rgba(255, 46, 179, 0.18), transparent 36%),
        linear-gradient(140deg, rgba(5, 15, 60, 0.96), rgba(3, 10, 39, 0.98) 52%, rgba(4, 21, 82, 0.94));
}

.quince-section::before,
.quince-section::after,
.quince-aurora {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

.quince-section::before {
    inset: -30% -10% auto;
    height: 70%;
    background:
        linear-gradient(105deg, transparent 0 22%, rgba(58, 206, 255, 0.18) 34%, transparent 47%),
        linear-gradient(76deg, transparent 0 54%, rgba(255, 226, 92, 0.18) 62%, transparent 73%);
    filter: blur(10px);
    animation: quinceLightSweep 8s ease-in-out infinite;
}

.quince-section::after {
    inset: 0;
    background-image:
        radial-gradient(circle at 10% 20%, rgba(255, 244, 164, 0.78) 0 1px, transparent 2px),
        radial-gradient(circle at 28% 74%, rgba(255, 69, 188, 0.65) 0 1px, transparent 2px),
        radial-gradient(circle at 62% 18%, rgba(117, 225, 255, 0.8) 0 1px, transparent 2px),
        radial-gradient(circle at 88% 66%, rgba(255, 231, 119, 0.72) 0 1px, transparent 2px);
    background-size: 210px 210px;
    opacity: 0.38;
    animation: quinceStarsDrift 18s linear infinite;
}

.quince-aurora {
    width: 56vw;
    height: 56vw;
    min-width: 420px;
    min-height: 420px;
    right: -18vw;
    top: 4%;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255, 48, 184, 0.18), transparent 58%),
        radial-gradient(circle at 35% 42%, rgba(42, 216, 255, 0.22), transparent 46%);
    filter: blur(24px);
    opacity: 0.9;
    animation: quinceAuroraFloat 9s ease-in-out infinite;
}

.quince-wrap {
    position: relative;
    width: min(1540px, 94vw);
    display: grid;
    grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1.42fr);
    align-items: center;
    gap: clamp(22px, 4vw, 48px);
}

.quince-copy {
    position: relative;
    z-index: 2;
}

.quince-kicker {
    width: fit-content;
    margin: 0 0 12px;
    border: 1px solid rgba(255, 232, 98, 0.5);
    border-radius: 999px;
    padding: 7px 12px;
    color: #fff2a5;
    background: rgba(9, 24, 78, 0.72);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: 0 0 18px rgba(255, 220, 75, 0.18);
}

.quince-copy h2 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: clamp(2.3rem, 6vw, 4.9rem);
    line-height: 0.92;
    letter-spacing: 0.04em;
    color: #fff;
    text-shadow:
        0 0 22px rgba(37, 196, 255, 0.48),
        0 6px 24px rgba(0, 0, 0, 0.54);
}

.quince-copy p {
    max-width: 58ch;
    margin: 17px 0 0;
    color: #dceeff;
    font-size: clamp(0.96rem, 1.5vw, 1.06rem);
}

.quince-steps {
    display: grid;
    gap: 9px;
    margin-top: 18px;
}

.quince-steps span {
    display: flex;
    align-items: center;
    min-height: 44px;
    border: 1px solid rgba(143, 197, 255, 0.34);
    border-radius: 14px;
    padding: 10px 12px;
    color: #ffffff;
    background: linear-gradient(120deg, rgba(6, 33, 103, 0.76), rgba(4, 14, 51, 0.78));
    font-size: 0.92rem;
    font-weight: 800;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.quince-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 22px;
}

.quince-banner {
    position: relative;
    isolation: isolate;
    z-index: 1;
    padding: clamp(8px, 1.2vw, 15px);
}

.quince-banner::before,
.quince-banner::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.quince-banner::before {
    inset: -28px;
    z-index: -1;
    border-radius: 24px;
    background:
        conic-gradient(from 24deg, rgba(255, 230, 92, 0), rgba(255, 230, 92, 0.32), rgba(38, 206, 255, 0.2), rgba(255, 46, 182, 0.28), rgba(255, 230, 92, 0)),
        radial-gradient(circle at 50% 50%, rgba(26, 207, 255, 0.24), transparent 65%);
    filter: blur(16px);
    opacity: 0.78;
    animation: quinceGlowSpin 12s linear infinite;
}

.quince-banner::after {
    inset: 4% -18% auto;
    z-index: 4;
    height: 20%;
    transform: rotate(-7deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), rgba(255, 234, 111, 0.32), transparent);
    filter: blur(9px);
    opacity: 0.58;
    animation: quinceBannerSweep 4.8s ease-in-out infinite;
}

.quince-banner img {
    position: relative;
    z-index: 2;
    width: 100%;
    border: 1px solid rgba(255, 237, 129, 0.44);
    border-radius: 18px;
    box-shadow:
        0 28px 70px rgba(0, 0, 0, 0.48),
        0 0 34px rgba(36, 204, 255, 0.28),
        0 0 50px rgba(255, 51, 181, 0.18);
}

.quince-particles {
    position: absolute;
    inset: -44px;
    z-index: 5;
    pointer-events: none;
}

.quince-particles span {
    position: absolute;
    width: 12px;
    height: 12px;
    color: #ffe768;
    background: currentColor;
    clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 56%, 80% 94%, 50% 72%, 20% 94%, 32% 56%, 2% 35%, 39% 35%);
    filter: drop-shadow(0 0 9px currentColor);
    opacity: 0.84;
    animation: quinceParticleFloat 4.8s ease-in-out infinite;
}

.quince-particles span:nth-child(1) { left: 2%; top: 9%; animation-delay: 0.1s; }
.quince-particles span:nth-child(2) { left: 15%; top: -1%; width: 9px; height: 9px; color: #72dfff; animation-delay: 0.7s; }
.quince-particles span:nth-child(3) { left: 34%; top: 4%; width: 14px; height: 14px; animation-delay: 1.1s; }
.quince-particles span:nth-child(4) { right: 26%; top: -2%; color: #ff4fc1; animation-delay: 0.4s; }
.quince-particles span:nth-child(5) { right: 8%; top: 13%; width: 10px; height: 10px; animation-delay: 1.5s; }
.quince-particles span:nth-child(6) { right: -1%; top: 44%; color: #72dfff; animation-delay: 0.9s; }
.quince-particles span:nth-child(7) { right: 10%; bottom: 8%; width: 15px; height: 15px; animation-delay: 1.9s; }
.quince-particles span:nth-child(8) { right: 34%; bottom: -1%; color: #ff4fc1; animation-delay: 1.2s; }
.quince-particles span:nth-child(9) { left: 42%; bottom: 5%; width: 9px; height: 9px; color: #72dfff; animation-delay: 0.2s; }
.quince-particles span:nth-child(10) { left: 18%; bottom: -2%; animation-delay: 1.7s; }
.quince-particles span:nth-child(11) { left: -2%; bottom: 22%; width: 10px; height: 10px; color: #ff4fc1; animation-delay: 0.5s; }
.quince-particles span:nth-child(12) { left: 5%; top: 52%; width: 15px; height: 15px; color: #72dfff; animation-delay: 1.3s; }

.quince-zoom-trigger {
    position: relative;
    z-index: 6;
    display: flex;
    width: fit-content;
    margin: 12px auto 0;
    border: 1px solid rgba(255, 244, 165, 0.74);
    border-radius: 999px;
    padding: 10px 14px;
    color: #061235;
    background: linear-gradient(120deg, #fff2a5, #ffbd2f);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.34);
    font-family: var(--font-button);
    font-weight: 900;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.quince-zoom-trigger:hover,
.quince-zoom-trigger:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.42), 0 0 20px rgba(255, 231, 104, 0.36);
}

.quince-register {
    margin-top: clamp(26px, 4vw, 46px);
    scroll-margin-top: calc(var(--header-height) + 28px);
}

.quince-register .section-head {
    max-width: 760px;
}

.quince-register .section-head h2 {
    color: #fff7b9;
}

.quince-form {
    border: 1px solid rgba(255, 226, 92, 0.34);
    border-radius: var(--radius-xl);
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 226, 92, 0.13), transparent 38%),
        linear-gradient(160deg, rgba(7, 28, 92, 0.9), rgba(3, 12, 44, 0.95));
    box-shadow: var(--shadow-1);
    padding: clamp(16px, 2.4vw, 26px);
}

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

.quince-form label {
    display: block;
    color: #dceeff;
    font-size: 0.86rem;
    font-weight: 800;
}

.quince-form input,
.quince-form textarea {
    width: 100%;
    margin-top: 7px;
    border: 1px solid rgba(146, 192, 255, 0.42);
    border-radius: 12px;
    background: rgba(2, 12, 42, 0.78);
    color: #f4fbff;
    padding: 12px 13px;
    font: inherit;
}

.quince-form textarea {
    margin-top: 8px;
    min-height: 136px;
    resize: vertical;
}

.quince-form input:focus,
.quince-form textarea:focus {
    outline: 1px solid rgba(255, 231, 104, 0.86);
    border-color: rgba(255, 231, 104, 0.72);
}

.quince-form-grid + label {
    margin-top: 15px;
}

.quince-consent {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    margin-top: 14px;
    color: #c9dfff;
    font-weight: 600 !important;
}

.quince-consent input {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    flex: 0 0 auto;
    accent-color: var(--yellow);
}

.quince-form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 18px;
}

.quince-form .form-feedback {
    min-height: 23px;
    color: #fff2a5;
    font-weight: 800;
}

.quince-form .form-feedback.is-error {
    color: var(--danger);
}

body.quince-zoom-open {
    overflow: hidden;
}

.quince-zoom-modal {
    position: fixed;
    inset: 0;
    z-index: 96;
    display: none;
    padding: max(14px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) max(14px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
    background: rgba(1, 7, 28, 0.9);
    backdrop-filter: blur(8px);
}

.quince-zoom-modal.is-open {
    display: block;
}

.quince-zoom-shell {
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 226, 92, 0.38);
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(5, 17, 58, 0.98), rgba(2, 8, 30, 0.98));
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.62);
}

.quince-zoom-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(142, 194, 255, 0.24);
    background: rgba(4, 15, 50, 0.94);
}

.quince-zoom-toolbar strong {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff2a5;
}

.quince-zoom-actions {
    display: flex;
    align-items: center;
    gap: 7px;
}

.quince-zoom-actions button {
    min-width: 38px;
    height: 38px;
    border: 1px solid rgba(147, 194, 255, 0.42);
    border-radius: 10px;
    color: #f4fbff;
    background: rgba(7, 30, 91, 0.86);
    font-family: var(--font-button);
    font-weight: 900;
    cursor: pointer;
}

#quinceZoomResetBtn {
    min-width: 58px;
}

#quinceZoomCloseBtn {
    color: #071129;
    background: linear-gradient(120deg, var(--yellow), var(--orange));
}

.quince-zoom-frame {
    flex: 1;
    overflow: auto;
    padding: 16px;
    text-align: center;
}

.quince-zoom-frame img {
    width: 100%;
    max-width: none;
    height: auto;
    display: inline-block;
    border-radius: 12px;
    border: 1px solid rgba(255, 226, 92, 0.28);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.5);
}

.section-head {
    margin-bottom: 18px;
}

.section-head h2 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 5vw, 2.8rem);
    letter-spacing: 0.04em;
}

.section-head p {
    margin: 8px 0 0;
    color: var(--text-soft);
}

.programming .section-head h2 {
    font-family: var(--font-programming);
}

.team .section-head h2 {
    font-family: var(--font-team);
}

.top-tracks .section-head h2 {
    font-family: var(--font-top-tracks);
}

.live-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.live-section,
.mega-player-section,
.team,
.programming,
.top-tracks {
    position: relative;
}

.mega-player-section {
    padding-top: 24px;
}

.mega-player-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(128, 188, 255, 0.52);
    background:
        radial-gradient(circle at 50% -14%, rgba(255, 231, 104, 0.14), transparent 46%),
        radial-gradient(circle at 18% 88%, rgba(35, 221, 255, 0.16), transparent 52%),
        linear-gradient(150deg, rgba(5, 31, 103, 0.97), rgba(3, 21, 78, 0.98));
    box-shadow: var(--shadow-1);
    padding: clamp(12px, 1.6vw, 20px);
}

.mega-player-card::before {
    content: "";
    position: absolute;
    inset: 11px;
    border-radius: calc(var(--radius-xl) - 12px);
    border: 1px solid rgba(167, 207, 255, 0.22);
    pointer-events: none;
}

.mega-player-visual {
    position: relative;
    min-height: clamp(500px, 62vw, 820px);
    border-radius: calc(var(--radius-xl) - 8px);
    border: 1px solid rgba(155, 206, 255, 0.36);
    background:
        radial-gradient(circle at 50% 20%, rgba(186, 213, 255, 0.2), rgba(15, 44, 120, 0.22) 40%, rgba(5, 17, 52, 0.86) 76%),
        linear-gradient(140deg, rgba(3, 29, 97, 0.93), rgba(2, 17, 66, 0.97));
    padding: clamp(20px, 3vw, 40px) clamp(14px, 2.4vw, 30px) 132px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
}

.mega-player-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(125deg, rgba(2, 13, 42, 0.7) 0%, rgba(2, 13, 42, 0) 36%),
        radial-gradient(circle at 80% 12%, rgba(85, 177, 255, 0.24), transparent 35%);
}

.mega-player-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 50% 42%, rgba(95, 218, 255, 0.2), transparent 52%),
        radial-gradient(circle at 50% 90%, rgba(255, 183, 62, 0.22), transparent 44%);
}

.mega-player-logo {
    position: relative;
    z-index: 1;
    width: clamp(450px, 72vw, 980px);
    max-width: 100%;
    margin: 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.58));
    animation: megaLogoPulse 5.6s ease-in-out infinite;
}

.mega-player-bar {
    position: absolute;
    left: clamp(16px, 2.3vw, 28px);
    right: clamp(16px, 2.3vw, 28px);
    bottom: clamp(16px, 2.3vw, 28px);
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: clamp(9px, 1.5vw, 14px);
    border-radius: 16px;
    border: 1px solid rgba(118, 179, 255, 0.42);
    background: linear-gradient(150deg, rgba(1, 10, 34, 0.84), rgba(2, 13, 44, 0.78));
    backdrop-filter: blur(12px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34);
}

.mega-play-btn {
    border: 0;
    border-radius: 999px;
    min-width: 78px;
    padding: 11px 18px;
    font-weight: 800;
    font-size: 1rem;
    font-family: var(--font-button);
    color: #ecfbff;
    background: linear-gradient(135deg, #007eff, #005fda 54%, #003ea9);
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(10, 79, 221, 0.5);
    transition: transform 0.2s ease;
}

.mega-play-btn:hover {
    transform: translateY(-1px);
}

.mega-track-meta {
    min-width: 0;
    flex: 1;
}

.mega-track-meta strong,
.mega-track-meta span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mega-track-meta strong {
    font-size: clamp(1.1rem, 2.2vw, 1.65rem);
    letter-spacing: 0.01em;
}

.mega-track-meta span {
    margin-top: 2px;
    color: #c1d7fa;
    font-size: clamp(0.85rem, 1.5vw, 1rem);
}

.mega-open-link {
    border-radius: 999px;
    border: 1px solid rgba(132, 178, 249, 0.52);
    padding: 10px 16px;
    font-size: 0.95rem;
    color: #deecff;
    background: rgba(2, 15, 48, 0.62);
    white-space: nowrap;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.mega-open-link:hover {
    border-color: rgba(191, 221, 255, 0.82);
    transform: translateY(-1px);
}

.live-card,
.community-shell,
.time-card,
.track-card,
.contact-form,
.comments-feed {
    border-radius: var(--radius-xl);
    border: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(7, 39, 122, 0.92), rgba(4, 23, 84, 0.97));
    box-shadow: var(--shadow-1);
}

.live-card {
    position: relative;
    overflow: hidden;
    padding: 24px;
}

.live-card::before,
.live-card::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.live-card::before {
    width: 360px;
    height: 360px;
    top: -185px;
    right: -138px;
    background: radial-gradient(circle, rgba(43, 219, 255, 0.22), transparent 70%);
}

.live-card::after {
    width: 300px;
    height: 300px;
    bottom: -180px;
    left: -140px;
    background: radial-gradient(circle, rgba(255, 199, 54, 0.16), transparent 72%);
}

.live-header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 15px;
}

.live-status {
    margin: 0;
    font-weight: 700;
    color: #d4eeff;
}

.live-listeners {
    margin: 0;
    color: var(--text-soft);
    font-size: 0.9rem;
}

.player-showcase {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 190px 1fr;
    align-items: center;
    gap: 18px;
    margin-bottom: 17px;
}

.player-disc-wrap {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    background: radial-gradient(circle at 34% 30%, #126dff, #081b5a 68%);
    border: 2px solid rgba(129, 184, 255, 0.45);
    box-shadow: inset 0 0 24px rgba(10, 191, 255, 0.35), 0 20px 34px rgba(0, 0, 0, 0.42);
}

.player-disc-wrap::before {
    content: "";
    position: absolute;
    inset: 13px;
    border-radius: 50%;
    border: 1px solid rgba(201, 228, 255, 0.44);
}

.disc-ring {
    position: absolute;
    inset: -9px;
    border-radius: 50%;
    border: 2px solid rgba(38, 220, 255, 0.45);
    animation: spin 6.2s linear infinite;
}

.disc-ring.secondary {
    inset: -18px;
    opacity: 0.6;
    border-color: rgba(255, 228, 92, 0.38);
    animation-direction: reverse;
    animation-duration: 9.5s;
}

.player-disc-logo {
    position: absolute;
    inset: 23px;
    width: calc(100% - 46px);
    height: calc(100% - 46px);
    object-fit: contain;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.4));
}

.player-meta h3 {
    margin: 0;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: var(--cyan);
}

.now-playing-track {
    margin: 8px 0 0;
    font-weight: 800;
    font-size: clamp(1.1rem, 3.2vw, 1.45rem);
}

.equalizer {
    margin-top: 14px;
    height: 34px;
    display: flex;
    align-items: flex-end;
    gap: 6px;
}

.equalizer span {
    width: 7px;
    border-radius: 8px;
    height: 16%;
    background: linear-gradient(180deg, var(--cyan), var(--yellow));
    animation: bars 1.35s ease-in-out infinite;
}

.equalizer span:nth-child(2) { animation-delay: 0.12s; }
.equalizer span:nth-child(3) { animation-delay: 0.24s; }
.equalizer span:nth-child(4) { animation-delay: 0.36s; }
.equalizer span:nth-child(5) { animation-delay: 0.48s; }

.player-controls {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 16px;
}

.play-toggle,
.mini-play {
    border: 0;
    cursor: pointer;
    color: #eefdff;
    background: linear-gradient(130deg, #0079ff, #005ed8 45%, #0043b3);
    box-shadow: 0 14px 32px rgba(17, 119, 255, 0.36);
    font-weight: 800;
    font-family: var(--font-button);
}

.play-toggle {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    font-size: 1rem;
    transition: transform 0.2s ease;
}

.play-toggle:hover {
    transform: scale(1.02);
}

.volume-wrap {
    background: rgba(3, 15, 45, 0.74);
    border: 1px solid rgba(130, 176, 255, 0.36);
    border-radius: var(--radius-lg);
    padding: 12px 14px;
}

.volume-wrap label {
    display: block;
    margin-bottom: 8px;
    color: var(--text-soft);
    font-size: 0.84rem;
}

input[type="range"] {
    width: 100%;
    accent-color: var(--yellow);
}

.player-actions {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.chip-btn {
    border: 1px solid rgba(138, 182, 255, 0.48);
    background: rgba(6, 24, 72, 0.78);
    color: #eaf4ff;
    border-radius: 999px;
    padding: 8px 13px;
    font-weight: 700;
    font-family: var(--font-button);
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.chip-btn:hover {
    transform: translateY(-1px);
}

.chip-btn.is-active {
    color: var(--cyan);
    border-color: rgba(38, 220, 255, 0.8);
}

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

.live-side h3 {
    grid-column: 1 / -1;
    margin: 0 0 2px;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-soft);
}

.live-side a {
    border-radius: var(--radius-md);
    border: 1px solid var(--line);
    background: linear-gradient(120deg, rgba(11, 31, 88, 0.82), rgba(7, 22, 67, 0.84));
    padding: 12px;
    font-weight: 700;
    font-size: 0.9rem;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.live-side a:hover {
    transform: translateY(-2px);
    border-color: rgba(127, 214, 255, 0.64);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.26);
}

.comments-section {
    padding-top: 50px;
}

.community-shell {
    padding: 22px;
}

.profile-inline,
.auth-inline {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.profile-inline-single {
    grid-template-columns: 1fr;
}

.auth-switch {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.auth-form,
.comment-form {
    border: 1px solid var(--line-soft);
    border-radius: var(--radius-lg);
    background: rgba(4, 16, 50, 0.72);
    padding: 15px;
}

.auth-form h3,
.comment-form h3,
.comments-feed h3 {
    margin-top: 0;
}

.auth-form label,
.comment-form label,
.contact-form label {
    display: block;
    font-size: 0.82rem;
    color: var(--text-soft);
    margin-bottom: 6px;
}

.auth-form input,
.auth-form textarea,
.comment-form textarea,
.contact-form input,
.contact-form textarea,
#profileEmail {
    width: 100%;
    margin-bottom: 12px;
    border-radius: 10px;
    border: 1px solid rgba(132, 175, 255, 0.34);
    background: rgba(3, 15, 44, 0.8);
    color: #eef6ff;
    padding: 11px 12px;
    font-family: inherit;
}

.auth-form input:focus,
.auth-form textarea:focus,
.comment-form textarea:focus,
.contact-form input:focus,
.contact-form textarea:focus {
    outline: 1px solid rgba(38, 220, 255, 0.78);
}

.auth-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.auth-feedback,
.comment-feedback,
.form-feedback {
    min-height: 20px;
    margin: 10px 0 0;
    font-size: 0.88rem;
    color: var(--cyan);
}

.chat-readonly-note {
    margin: 14px 0 2px;
    color: #ffe888;
    font-size: 0.9rem;
}

.is-hidden {
    display: none;
}

.char-counter {
    margin: -4px 0 12px;
    font-size: 0.8rem;
    color: var(--text-soft);
}

.bot-trap {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.comments-feed {
    margin-top: 16px;
    padding: 18px;
    background: linear-gradient(180deg, rgba(8, 24, 68, 0.9), rgba(6, 17, 50, 0.96));
}

.chat-rules-modal {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(2, 9, 28, 0.72);
    backdrop-filter: blur(4px);
}

.chat-rules-modal.is-open {
    display: flex;
}

.chat-rules-card {
    width: min(460px, 95vw);
    border: 1px solid rgba(126, 171, 255, 0.42);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(10, 28, 81, 0.97), rgba(6, 18, 55, 0.97));
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.5);
    padding: 16px 16px 14px;
    position: relative;
}

.chat-rules-card h3 {
    margin: 0 0 10px;
    color: #ffe888;
}

.chat-rules-card ul {
    margin: 0;
    padding-left: 18px;
    color: var(--text-soft);
    font-size: 0.9rem;
}

.chat-rules-card li + li {
    margin-top: 6px;
}

.chat-rules-close {
    position: absolute;
    top: 8px;
    right: 10px;
    border: 0;
    background: transparent;
    color: #f0f7ff;
    font-size: 1.4rem;
    cursor: pointer;
}

.chat-rules-card .btn {
    margin-top: 14px;
    width: 100%;
}

.comments-list {
    margin-top: 12px;
    display: grid;
    gap: 10px;
    max-height: 420px;
    overflow-y: auto;
    padding-right: 3px;
}

.comment-item {
    border: 1px solid rgba(122, 168, 253, 0.26);
    border-radius: 12px;
    padding: 12px 14px;
    background: rgba(2, 12, 41, 0.78);
}

.comment-item-head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 4px;
}

.comment-item strong {
    color: #ffe888;
    font-size: 0.93rem;
}

.comment-time {
    color: var(--text-soft);
    font-size: 0.75rem;
}

.comment-body {
    margin: 0;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    color: #e8f2ff;
    font-size: 0.9rem;
}

.comment-empty {
    margin: 0;
    color: var(--text-soft);
}

.chat-launcher {
    position: fixed;
    right: var(--chat-right);
    bottom: var(--chat-bottom);
    z-index: 88;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(95deg, #0076ff, #0057d1);
    color: #f3fbff;
    font-weight: 800;
    font-family: var(--font-button);
    font-size: 0.86rem;
    padding: 12px 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 12px 30px rgba(18, 106, 255, 0.42);
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

body.chat-open .chat-launcher {
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
}

.chat-launcher-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #7fffbe;
    box-shadow: 0 0 0 0 rgba(127, 255, 190, 0.55);
    animation: pulse 1.8s infinite;
}

.live-chat-widget {
    position: fixed;
    right: var(--chat-right);
    bottom: calc(var(--chat-bottom) + 46px + var(--chat-gap));
    z-index: 88;
    width: min(350px, 94vw);
    max-height: min(72vh, 640px);
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    border: 1px solid rgba(126, 171, 255, 0.42);
    background: linear-gradient(180deg, rgba(6, 18, 52, 0.97), rgba(4, 11, 35, 0.98));
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.54);
    backdrop-filter: blur(8px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(14px) scale(0.98);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.live-chat-widget.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.live-chat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(126, 171, 255, 0.22);
}

.live-chat-brand {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
}

.live-chat-brand img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    border-radius: 10px;
    background: rgba(6, 18, 52, 0.84);
    border: 1px solid rgba(126, 171, 255, 0.28);
    padding: 4px;
}

.live-chat-brand strong,
.live-chat-brand span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.live-chat-brand strong {
    font-size: 0.88rem;
}

.live-chat-brand span {
    font-size: 0.75rem;
    color: #a8c3ea;
}

.live-chat-close {
    border: 0;
    background: transparent;
    color: #f0f7ff;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 8px;
}

.live-chat-close:hover {
    background: rgba(126, 171, 255, 0.14);
}

.live-chat-head-actions {
    display: flex;
    align-items: center;
    gap: 6px;
}

.live-chat-logout {
    border: 1px solid rgba(132, 175, 255, 0.35);
    border-radius: 8px;
    background: rgba(8, 28, 77, 0.75);
    color: #f2f7ff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 5px 8px;
    cursor: pointer;
}

.live-chat-messages {
    margin: 10px 12px 0;
    padding: 2px 4px 2px 0;
    max-height: 42vh;
    min-height: 220px;
}

.live-chat-form {
    margin-top: 10px;
    padding: 10px 12px 12px;
    border-top: 1px solid rgba(126, 171, 255, 0.22);
}

.live-chat-form label {
    display: block;
    font-size: 0.8rem;
    color: #a8c3ea;
    margin-bottom: 6px;
}

.live-chat-form textarea {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(132, 175, 255, 0.34);
    background: rgba(3, 15, 44, 0.9);
    color: #eef6ff;
    padding: 10px 11px;
    font-family: inherit;
    resize: vertical;
    min-height: 72px;
    max-height: 140px;
}

.live-chat-form textarea:focus {
    outline: 1px solid rgba(38, 220, 255, 0.78);
}

.live-chat-toolbar {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
}

.emoji-menu {
    position: relative;
}

.emoji-menu-toggle {
    border: 1px solid rgba(132, 175, 255, 0.35);
    border-radius: 8px;
    background: rgba(9, 26, 70, 0.82);
    color: #f2f7ff;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 6px 10px;
    cursor: pointer;
}

.emoji-menu-panel {
    position: absolute;
    left: 0;
    bottom: calc(100% + 8px);
    width: min(330px, 82vw);
    max-height: 260px;
    border-radius: 12px;
    border: 1px solid rgba(126, 171, 255, 0.34);
    background: rgba(3, 15, 44, 0.98);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.45);
    padding: 9px;
    display: none;
}

.emoji-menu-panel.is-open {
    display: block;
}

.emoji-menu-panel input {
    width: 100%;
    border: 1px solid rgba(132, 175, 255, 0.34);
    border-radius: 8px;
    background: rgba(7, 22, 62, 0.88);
    color: #eaf4ff;
    font-family: inherit;
    padding: 8px 10px;
    margin-bottom: 8px;
}

.emoji-grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 5px;
    max-height: 170px;
    overflow: auto;
    padding-right: 2px;
}

.emoji-grid button {
    border: 1px solid rgba(132, 175, 255, 0.32);
    border-radius: 8px;
    background: rgba(9, 26, 70, 0.74);
    font-size: 1rem;
    line-height: 1;
    padding: 6px 0;
    cursor: pointer;
}

.emoji-grid button:hover {
    border-color: rgba(38, 220, 255, 0.75);
    background: rgba(11, 34, 86, 0.9);
}

.emoji-more-btn {
    margin-top: 8px;
    width: 100%;
    border: 1px solid rgba(132, 175, 255, 0.34);
    border-radius: 8px;
    background: rgba(7, 22, 62, 0.88);
    color: #eaf4ff;
    padding: 7px 9px;
    font-size: 0.78rem;
    cursor: pointer;
}

.live-chat-send {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.live-chat-send .btn {
    padding: 9px 14px;
    min-width: 96px;
}

.live-chat-send .comment-feedback {
    margin: 0;
    min-height: 16px;
    font-size: 0.8rem;
}

.chat-auth-modal {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(2, 9, 28, 0.72);
    backdrop-filter: blur(4px);
}

.chat-auth-modal.is-open {
    display: flex;
}

.chat-auth-card {
    width: min(620px, 96vw);
    max-height: 88vh;
    overflow: auto;
    border: 1px solid rgba(126, 171, 255, 0.42);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(10, 28, 81, 0.97), rgba(6, 18, 55, 0.97));
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.5);
    padding: 16px;
    position: relative;
}

.chat-auth-card .auth-inline {
    grid-template-columns: 1fr;
}

.chat-auth-close {
    position: absolute;
    top: 8px;
    right: 10px;
    border: 0;
    background: transparent;
    color: #f0f7ff;
    font-size: 1.4rem;
    cursor: pointer;
}

body.auth-modal-open {
    overflow: hidden;
}

body.chat-rules-open {
    overflow: hidden;
}

body.program-modal-open {
    overflow: hidden;
}

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

.track-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.ads-wrapper {
    padding: 20px 0;
}

.ad-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.ad-slot {
    border-radius: var(--radius-xl);
    border: 2px dashed rgba(149, 195, 255, 0.64);
    background:
        linear-gradient(170deg, rgba(6, 22, 63, 0.9), rgba(4, 13, 41, 0.94)),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0 10px, rgba(255, 255, 255, 0.01) 10px 20px);
    box-shadow: var(--shadow-1);
    padding: 18px 20px;
}

.ad-slot h3 {
    margin: 6px 0 8px;
    font-size: 1.15rem;
}

.ad-slot p {
    margin: 0;
    color: var(--text-soft);
    font-size: 0.9rem;
}

.ad-image {
    width: 100%;
    max-height: 170px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid rgba(149, 195, 255, 0.34);
    margin: 10px 0 12px;
}

.ad-kicker {
    margin: 0;
    color: var(--yellow);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.74rem;
    font-weight: 800;
}

.ad-slot-leader,
.ad-slot-strip {
    text-align: center;
}

.ad-slot-leader {
    min-height: 150px;
    display: grid;
    place-content: center;
}

.ad-slot-strip {
    margin-top: 14px;
    min-height: 120px;
    display: grid;
    place-content: center;
}

.ad-slot-square {
    min-height: 220px;
}

.ad-slot-tower {
    min-height: 300px;
}

.team-featured {
    display: grid;
    grid-template-columns: minmax(260px, 34%) minmax(0, 1fr);
    gap: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 212, 96, 0.38);
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(255, 212, 96, 0.18), transparent 36%),
        linear-gradient(135deg, rgba(20, 56, 145, 0.98), rgba(6, 24, 77, 0.98) 55%, rgba(22, 12, 40, 0.98));
    box-shadow: 0 34px 72px rgba(0, 0, 0, 0.48);
    isolation: isolate;
}

.team-featured::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 224, 122, 0.08), transparent 28%),
        radial-gradient(circle at 82% 20%, rgba(255, 224, 122, 0.18), transparent 22%);
    pointer-events: none;
    z-index: 0;
}

.team-featured > * {
    position: relative;
    z-index: 1;
}

.team-featured-media {
    min-height: 100%;
    background: rgba(5, 19, 59, 0.84);
    border-right: 1px solid rgba(255, 224, 122, 0.22);
}

.team-featured-photo,
.team-featured-avatar {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.team-featured-photo {
    object-fit: cover;
    object-position: center top;
}

.team-featured-avatar {
    display: grid;
    place-content: center;
    font-family: var(--font-team);
    font-size: clamp(2.8rem, 8vw, 4.6rem);
    letter-spacing: 0.08em;
    color: #fff6d1;
    background:
        radial-gradient(circle at 25% 18%, rgba(255, 224, 122, 0.28), transparent 32%),
        linear-gradient(160deg, rgba(11, 45, 126, 0.98), rgba(17, 11, 43, 0.98));
    text-shadow: 0 10px 24px rgba(0, 0, 0, 0.34);
}

.team-featured-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    padding: clamp(20px, 3vw, 34px);
}

.team-featured-badge {
    display: inline-flex;
    align-self: flex-start;
    margin: 0 0 12px;
    padding: 6px 12px;
    border: 1px solid rgba(255, 224, 122, 0.42);
    border-radius: 999px;
    background: rgba(255, 224, 122, 0.12);
    color: #ffe792;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.team-featured h3 {
    margin: 0;
    font-size: clamp(1.8rem, 3.6vw, 2.9rem);
    line-height: 1.02;
}

.team-featured-role {
    margin: 10px 0 14px;
    color: #9de6ff;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.team-featured-bio {
    margin: 0;
    max-width: 68ch;
    color: #e9f2ff;
    font-size: 1.02rem;
    line-height: 1.72;
}

.team-featured-shows {
    margin: 16px 0 0;
    color: #ffe792;
    font-size: 0.92rem;
    font-weight: 600;
}

.team-showcase {
    display: grid;
    gap: 22px;
}

.team-showcase-card {
    display: grid;
    grid-template-columns: minmax(260px, 30%) minmax(0, 1fr);
    position: relative;
    overflow: hidden;
    min-height: 336px;
    border: 1px solid rgba(122, 183, 255, 0.34);
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(92, 188, 255, 0.16), transparent 34%),
        linear-gradient(135deg, rgba(10, 44, 131, 0.96), rgba(6, 24, 82, 0.98) 58%, rgba(8, 17, 52, 0.98));
    box-shadow: 0 34px 72px rgba(0, 0, 0, 0.48);
    isolation: isolate;
    transition: transform 0.24s ease, border-color 0.24s ease;
}

.team-showcase-card:nth-child(odd) {
    margin-right: clamp(0px, 4vw, 42px);
}

.team-showcase-card:nth-child(even) {
    margin-left: clamp(0px, 4vw, 42px);
}

.team-showcase-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.05), transparent 28%),
        radial-gradient(circle at 84% 18%, rgba(255, 228, 92, 0.12), transparent 20%);
    pointer-events: none;
    z-index: 0;
}

.team-showcase-card::after {
    content: "";
    position: absolute;
    right: 28px;
    bottom: 26px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(77, 182, 255, 0.2), transparent 68%);
    pointer-events: none;
    z-index: 0;
}

.team-showcase-card:hover {
    transform: translateY(-4px);
    border-color: rgba(170, 222, 255, 0.56);
}

.team-showcase-card > * {
    position: relative;
    z-index: 1;
}

.team-showcase-card.is-reversed {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 30%);
}

.team-showcase-card.is-reversed .team-showcase-media {
    order: 2;
    border-right: 0;
    border-left: 1px solid rgba(148, 209, 255, 0.28);
}

.team-showcase-card.is-reversed .team-showcase-content {
    order: 1;
}

.team-showcase-media {
    min-height: 100%;
    background:
        linear-gradient(180deg, rgba(4, 18, 60, 0.72), rgba(4, 18, 60, 0.24)),
        linear-gradient(160deg, rgba(9, 41, 118, 0.94), rgba(4, 18, 60, 0.94));
    border-right: 1px solid rgba(148, 209, 255, 0.28);
}

.team-showcase-photo,
.team-showcase-avatar {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.team-showcase-photo {
    object-fit: cover;
    object-position: center top;
}

.team-showcase-avatar {
    display: grid;
    place-content: center;
    font-family: var(--font-team);
    font-size: clamp(3rem, 8vw, 4.8rem);
    letter-spacing: 0.08em;
    color: #eff7ff;
    background:
        radial-gradient(circle at 24% 18%, rgba(255, 228, 92, 0.22), transparent 30%),
        linear-gradient(160deg, rgba(10, 44, 131, 0.96), rgba(6, 24, 82, 0.98) 58%, rgba(8, 17, 52, 0.98));
    text-shadow: 0 10px 22px rgba(0, 0, 0, 0.36);
}

.team-showcase-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(22px, 3vw, 34px);
}

.team-showcase-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.team-showcase-count {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 228, 92, 0.36);
    border-radius: 15px;
    background: rgba(255, 228, 92, 0.09);
    color: #ffe792;
    font-family: var(--font-heading);
    font-size: 1.15rem;
    letter-spacing: 0.04em;
}

.team-showcase-label {
    margin: 0;
    color: rgba(206, 234, 255, 0.82);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.team-showcase-card h3 {
    margin: 0;
    font-size: clamp(1.9rem, 4vw, 2.8rem);
    line-height: 1.02;
}

.team-showcase-role {
    margin: 10px 0 14px;
    color: #9de6ff;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.team-showcase-bio {
    margin: 0;
    max-width: 64ch;
    color: #e6f0ff;
    font-size: 1.02rem;
    line-height: 1.72;
}

.team-showcase-shows {
    margin: 16px 0 0;
    color: #ffe792;
    font-size: 0.92rem;
    font-weight: 600;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
    grid-auto-rows: 1fr;
}

.team-card {
    display: grid;
    grid-template-columns: clamp(112px, 24%, 170px) minmax(0, 1fr);
    align-items: stretch;
    gap: 0;
    position: relative;
    isolation: isolate;
    border-radius: var(--radius-xl);
    border: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(7, 39, 122, 0.92), rgba(4, 23, 84, 0.97));
    box-shadow: var(--shadow-1);
    min-height: 250px;
    height: 100%;
    padding: 0;
    overflow: hidden;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.team-card > * {
    position: relative;
    z-index: 1;
}

.team-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    border: 1px solid rgba(150, 220, 255, 0.62);
    box-shadow:
        0 0 10px rgba(123, 212, 255, 0.24),
        0 0 20px rgba(123, 212, 255, 0.12);
    transition: opacity 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.team-card::after {
    content: "";
    position: absolute;
    inset: -1px;
    padding: 1px;
    border-radius: inherit;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    background: conic-gradient(
        from 0deg,
        rgba(183, 235, 255, 0) 0deg,
        rgba(183, 235, 255, 0) 322deg,
        rgba(183, 235, 255, 0.55) 342deg,
        rgba(255, 255, 255, 0.95) 350deg,
        rgba(183, 235, 255, 0.35) 357deg,
        rgba(183, 235, 255, 0) 360deg
    );
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    mask-composite: exclude;
    filter: drop-shadow(0 0 8px rgba(123, 212, 255, 0.26));
    transition: opacity 0.22s ease;
}

.team-card:hover {
    transform: translateY(-3px);
    border-color: rgba(134, 200, 255, 0.56);
}

.team-card:hover::before,
.team-card:focus-within::before {
    opacity: 1;
    border-color: rgba(183, 235, 255, 0.78);
    box-shadow:
        0 0 12px rgba(123, 212, 255, 0.3),
        0 0 24px rgba(123, 212, 255, 0.15);
}

.team-card:hover::after,
.team-card:focus-within::after {
    opacity: 0.86;
}

.team-media {
    width: 100%;
    height: 100%;
    min-height: 100%;
    aspect-ratio: auto;
    border-right: 1px solid rgba(149, 196, 255, 0.34);
    border-radius: 0;
    overflow: hidden;
    background: rgba(3, 17, 58, 0.82);
}

.team-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: rgba(3, 17, 58, 0.82);
}

.team-avatar {
    width: 100%;
    height: 100%;
    border-radius: 0;
    display: grid;
    place-content: center;
    margin: 0;
    font-family: var(--font-team);
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    letter-spacing: 0.06em;
    color: #f2f8ff;
    background:
        radial-gradient(circle at 25% 20%, rgba(255, 230, 102, 0.3), transparent 45%),
        linear-gradient(160deg, rgba(9, 47, 140, 0.98), rgba(5, 24, 88, 0.98));
    text-shadow: 0 8px 18px rgba(0, 0, 0, 0.36);
}

.team-content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 12px 14px;
}

.team-card h3 {
    margin: 2px 0 0;
    font-size: clamp(1.12rem, 1.95vw, 1.4rem);
    line-height: 1.15;
}

.team-role {
    margin: 4px 0 8px;
    color: #9de6ff;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.team-card p {
    margin: 0;
    color: var(--text-soft);
    font-size: 0.92rem;
    line-height: 1.55;
}

.team-bio {
    overflow-wrap: anywhere;
}

.team-shows {
    margin: 10px 0 0 !important;
    font-size: 0.84rem !important;
    color: #9de6ff !important;
}

.time-card,
.track-card {
    padding: 18px;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.time-card:hover,
.track-card:hover {
    transform: translateY(-3px);
    border-color: rgba(134, 200, 255, 0.56);
}

.program-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border-radius: 18px;
    border: 1px solid rgba(128, 181, 255, 0.55);
    background: linear-gradient(180deg, rgba(6, 29, 94, 0.93), rgba(4, 18, 68, 0.96));
    box-shadow: var(--shadow-1);
}

.program-card:focus-visible {
    outline: 2px solid rgba(48, 193, 255, 0.92);
    outline-offset: 2px;
}

.time-card-media {
    margin-bottom: 10px;
}

.program-card .time-card-media {
    margin: 0;
    aspect-ratio: var(--program-poster-ratio);
    min-height: 0;
    max-height: none;
    background: #03164e;
    overflow: hidden;
}

.program-card .time-card-media.is-empty {
    display: grid;
    place-content: center;
}

.time-card-media img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid rgba(149, 195, 255, 0.34);
}

.program-card .time-card-media img {
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    border: 0;
    border-radius: 0;
    object-fit: contain;
    object-position: center top;
    background: #03164e;
}

.program-card-fallback {
    color: #d8ebff;
    font-size: 0.86rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.program-card-overlay {
    padding: 10px 14px 12px;
    background: linear-gradient(180deg, rgba(2, 12, 40, 0.96), rgba(2, 10, 33, 0.98));
}

.program-card-overlay span {
    display: inline-block;
    color: #ffe888;
    font-size: 0.76rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 700;
}

.program-card-overlay h3 {
    margin: 6px 0 0;
    color: #f2f7ff;
    font-size: 1.06rem;
}

.time-card > span {
    color: var(--yellow);
    font-size: 0.78rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.time-card h3,
.track-card h3 {
    margin: 9px 0 8px;
}

.time-card p,
.track-card p {
    margin: 0;
    color: var(--text-soft);
    font-size: 0.9rem;
}

.program-modal {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(2, 9, 28, 0.8);
    backdrop-filter: blur(4px);
}

.program-modal.is-open {
    display: flex;
}

.program-modal-card {
    width: min(920px, 96vw);
    max-height: 88vh;
    overflow: auto;
    border: 1px solid rgba(126, 171, 255, 0.42);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(9, 29, 89, 0.98), rgba(4, 19, 65, 0.98));
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.5);
    display: grid;
    grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
    gap: 0;
    position: relative;
}

.program-modal-close {
    position: absolute;
    top: 8px;
    right: 10px;
    border: 0;
    background: transparent;
    color: #f0f7ff;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

.program-modal-media {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: rgba(2, 13, 46, 0.85);
    min-height: 100%;
}

.program-modal-media img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: calc(88vh - 28px);
    object-fit: contain;
    object-position: center top;
    border-radius: 8px;
}

.program-modal-content {
    padding: 24px 22px;
}

.program-modal-time {
    display: inline-block;
    color: #ffe888;
    font-size: 0.84rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 700;
}

.program-modal-content h3 {
    margin: 8px 0 12px;
    font-family: var(--font-programming);
    letter-spacing: 0.04em;
    font-size: clamp(1.9rem, 5vw, 2.9rem);
}

.program-modal-content p {
    margin: 0;
    color: #d7e8ff;
    font-size: 1rem;
    line-height: 1.65;
}

.track-card {
    position: relative;
    overflow: hidden;
}

.track-card::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -65px;
    bottom: -70px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 228, 92, 0.22), transparent 70%);
    pointer-events: none;
}

.vote-btn {
    margin-top: 14px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #0073ff, #0054cb);
    color: #fff;
    font-weight: 800;
    padding: 8px 14px;
    cursor: pointer;
    font-family: var(--font-button);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.vote-btn:hover:not(:disabled) {
    transform: translateY(-1px);
}

.vote-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.vote-count {
    display: block;
    margin-top: 10px;
    font-size: 0.84rem;
    color: var(--text-soft);
}

.vote-feedback {
    margin: 12px 0 0;
    min-height: 20px;
    color: var(--cyan);
    font-size: 0.9rem;
}

.vote-feedback.is-error {
    color: #ffb5b5;
}

.vote-feedback:empty {
    display: none;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 18px;
    align-items: start;
}

.contact h2 {
    margin: 0 0 10px;
    font-family: var(--font-contact);
    font-size: clamp(1.8rem, 5vw, 3rem);
    letter-spacing: 0.03em;
}

.contact p {
    margin: 0 0 20px;
    color: var(--text-soft);
}

.contact-form {
    padding: 20px;
}

.site-footer {
    border-top: 1px solid rgba(109, 151, 234, 0.22);
    background: rgba(2, 9, 28, 0.9);
    padding: 22px 0 92px;
}

.footer-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
}

.footer-social {
    width: 100%;
    padding: 3px 0 2px;
}

.footer-social .social-button {
    width: 48px;
    height: 48px;
}

.footer-social .social-button svg {
    width: 21px;
    height: 21px;
}

.footer-wrap p {
    margin: 0;
    color: #b6cae9;
    font-size: 0.88rem;
}

.admin-portal-link {
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 7px 12px;
    color: #d9ebff;
    font-size: 0.82rem;
}

.mini-player {
    position: fixed;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%) translateY(18px);
    width: min(98vw, 730px);
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 15px;
    border: 1px solid rgba(121, 165, 247, 0.42);
    background: rgba(2, 11, 35, 0.94);
    backdrop-filter: blur(9px);
    z-index: 68;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.24s ease, transform 0.24s ease;
}

.mini-player.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.mini-play {
    width: 72px;
    height: 42px;
    border-radius: 999px;
}

.mini-meta {
    min-width: 0;
    flex: 1;
}

.mini-meta strong,
.mini-meta span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mini-meta span {
    color: var(--text-soft);
    font-size: 0.84rem;
}

.mini-link {
    border: 1px solid rgba(129, 171, 251, 0.45);
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 0.82rem;
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.offline {
    color: #ffb6b6;
}

.is-playing .equalizer span {
    animation-duration: 0.72s;
}

.is-playing .disc-ring {
    animation-duration: 3.4s;
}

@keyframes tickerMove {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-50% - 20px)); }
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(71, 249, 163, 0.64); }
    70% { box-shadow: 0 0 0 10px rgba(71, 249, 163, 0); }
    100% { box-shadow: 0 0 0 0 rgba(71, 249, 163, 0); }
}

@keyframes logoFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes bars {
    0%, 100% { height: 16%; }
    35% { height: 92%; }
    70% { height: 42%; }
}

@keyframes megaLogoPulse {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-4px) scale(1.03); }
}

@keyframes sparkleDrift {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-120px, 80px, 0); }
}

@keyframes sparkleTwinkle {
    0%, 100% { opacity: 0.2; }
    50% { opacity: 0.55; }
}

@keyframes flareMove {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); opacity: 0.24; }
    50% { transform: translate3d(26px, -18px, 0) scale(1.08); opacity: 0.34; }
}

@keyframes socialElectricSpin {
    from { transform: rotate(0deg) scale(1); }
    to { transform: rotate(360deg) scale(1); }
}

@keyframes quinceLightSweep {
    0%, 100% { transform: translateX(-4%) rotate(0deg); opacity: 0.56; }
    50% { transform: translateX(5%) rotate(1.5deg); opacity: 0.9; }
}

@keyframes quinceStarsDrift {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-90px, 54px, 0); }
}

@keyframes quinceAuroraFloat {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(-24px, 18px, 0) scale(1.05); }
}

@keyframes quinceGlowSpin {
    from { transform: rotate(0deg) scale(1); }
    to { transform: rotate(360deg) scale(1); }
}

@keyframes quinceBannerSweep {
    0%, 100% { transform: translateX(-18%) rotate(-7deg); opacity: 0; }
    42%, 58% { opacity: 0.62; }
    70% { transform: translateX(18%) rotate(-7deg); opacity: 0; }
}

@keyframes quinceParticleFloat {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg) scale(0.92); opacity: 0.58; }
    35% { opacity: 1; }
    50% { transform: translate3d(8px, -13px, 0) rotate(18deg) scale(1.16); opacity: 1; }
}

@media (max-width: 1120px) {
    .main-nav {
        gap: 16px;
    }

    .main-nav a {
        font-size: 0.78rem;
    }

    .timeline,
    .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .quince-wrap {
        grid-template-columns: 1fr;
    }

    .quince-copy {
        max-width: 820px;
    }

    .quince-form-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .team-showcase-card:nth-child(odd),
    .team-showcase-card:nth-child(even) {
        margin-left: 0;
        margin-right: 0;
    }

    .team-grid > .team-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        max-width: 760px;
        width: 100%;
        justify-self: center;
    }

    .track-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .live-side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ad-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    :root {
        --header-height: 108px;
    }

    .main-nav {
        display: none;
    }

    .nav-cta {
        display: none;
    }

    .nav-social {
        margin-left: auto;
    }

    .menu-toggle {
        display: block;
        margin-left: 8px;
    }

    .hero {
        padding-top: 44px;
    }

    .hero-grid,
    .player-showcase,
    .player-controls,
    .profile-inline,
    .auth-inline,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .hero-feature {
        min-height: 350px;
    }

    .player-disc-wrap {
        width: 156px;
        height: 156px;
    }

    .play-toggle {
        width: 90px;
        height: 90px;
    }

    .mega-player-visual {
        min-height: clamp(420px, 72vw, 620px);
        padding-bottom: 120px;
    }

    .mega-player-logo {
        width: min(900px, 100%);
    }

    .mega-track-meta strong {
        font-size: clamp(1rem, 2.9vw, 1.4rem);
    }

    .mega-open-link {
        font-size: 0.88rem;
        padding: 9px 13px;
    }

    .chat-launcher {
        right: var(--chat-right);
    }

    .live-chat-widget {
        right: var(--chat-right);
        width: min(360px, 92vw);
    }

    .track-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .team-showcase-card,
    .team-showcase-card.is-reversed {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .team-showcase-media,
    .team-showcase-card.is-reversed .team-showcase-media {
        order: 1;
        min-height: 360px;
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid rgba(148, 209, 255, 0.28);
    }

    .team-showcase-content,
    .team-showcase-card.is-reversed .team-showcase-content {
        order: 2;
    }

    .team-featured {
        grid-template-columns: 1fr;
    }

    .team-featured-media {
        min-height: 360px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 224, 122, 0.22);
    }
}

@media (max-width: 720px) {
    :root {
        --header-height: 96px;
    }

    .container {
        width: min(1160px, 94vw);
    }

    .track-grid {
        grid-template-columns: 1fr;
    }

    .nav-wrap {
        min-height: var(--header-height);
    }

    .nav-social {
        gap: 5px;
    }

    .nav-social .social-button {
        width: 30px;
        height: 30px;
    }

    .nav-social .social-button svg {
        width: 14px;
        height: 14px;
    }

    .brand img {
        height: clamp(80px, 24vw, 112px);
    }

    section {
        padding: 46px 0;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-actions .btn,
    .auth-actions .btn {
        width: 100%;
    }

    .featured-slide {
        left: 18px;
        right: 18px;
        top: 18px;
        bottom: 46px;
        padding: 16px;
    }

    .featured-caption {
        left: 72px;
        right: 12px;
        bottom: 16px;
        transform: translate(-50px, 7px);
        height: 28px;
        max-width: none;
    }

    .featured-caption h3 {
        font-size: clamp(0.9rem, 3.9vw, 1.05rem);
    }

    .featured-caption p {
        font-size: 0.8rem;
        display: none;
    }

    .quince-section {
        padding: 48px 0 54px;
    }

    .quince-copy h2 {
        font-size: clamp(2.2rem, 12vw, 3.6rem);
    }

    .quince-steps {
        grid-template-columns: 1fr;
    }

    .quince-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .quince-actions .btn {
        width: 100%;
    }

    .quince-banner {
        padding: 5px;
    }

    .quince-zoom-trigger {
        width: 100%;
        margin-top: 10px;
        justify-content: center;
    }

    .quince-banner img {
        border-radius: 12px;
    }

    .quince-particles {
        inset: -24px;
    }

    .quince-form-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .quince-form-actions {
        flex-direction: column;
    }

    .quince-form-actions .btn {
        width: 100%;
    }

    .quince-zoom-modal {
        padding: 8px;
    }

    .quince-zoom-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .quince-zoom-actions {
        justify-content: space-between;
    }

    .quince-zoom-actions button {
        min-width: 42px;
        flex: 1;
    }

    .featured-dots {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    .hero-logo-float {
        width: clamp(88px, 23.2vw, 124px);
        right: -22px;
        bottom: -32px;
    }

    .live-ticker {
        padding: 9px 0;
    }

    .ticker-track {
        gap: 20px;
        padding-inline: 14px;
        animation-duration: 20s;
    }

    .ticker-track span {
        font-size: 0.71rem;
        letter-spacing: 0.07em;
    }

    .mega-player-section {
        padding-top: 14px;
    }

    .mega-player-card {
        padding: 10px;
    }

    .mega-player-visual {
        min-height: clamp(340px, 96vw, 520px);
        padding: 12px 8px 12px;
    }

    .mega-player-logo {
        width: min(650px, 98%);
    }

    .mega-player-bar {
        position: static;
        margin-top: 10px;
        padding: 10px;
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: center;
        row-gap: 8px;
    }

    .mega-play-btn {
        min-width: 70px;
        padding: 9px 14px;
        font-size: 0.94rem;
    }

    .mega-open-link {
        grid-column: 1 / -1;
        justify-self: end;
        font-size: 0.82rem;
        padding: 8px 11px;
    }

    .live-side {
        grid-template-columns: 1fr;
    }

    .timeline,
    .team-grid {
        grid-template-columns: 1fr;
    }

    .team-showcase {
        gap: 16px;
    }

    .team-showcase-media,
    .team-showcase-card.is-reversed .team-showcase-media {
        min-height: 292px;
    }

    .team-showcase-content {
        padding: 18px 16px;
    }

    .team-showcase-meta {
        margin-bottom: 12px;
    }

    .team-showcase-count {
        width: 42px;
        height: 42px;
        font-size: 1rem;
    }

    .team-showcase-label {
        font-size: 0.72rem;
        letter-spacing: 0.12em;
    }

    .team-showcase-card h3 {
        font-size: clamp(1.55rem, 7vw, 2.1rem);
    }

    .team-showcase-role {
        margin: 8px 0 10px;
        font-size: 0.8rem;
    }

    .team-showcase-bio {
        font-size: 0.94rem;
        line-height: 1.62;
    }

    .team-showcase-shows {
        margin-top: 12px;
        font-size: 0.86rem;
    }

    .team-featured {
        border-radius: 24px;
        margin-bottom: 16px;
    }

    .team-featured-media {
        min-height: 290px;
    }

    .team-featured-content {
        padding: 18px 16px;
    }

    .team-featured-badge {
        margin-bottom: 10px;
        font-size: 0.72rem;
    }

    .team-featured h3 {
        font-size: clamp(1.5rem, 7vw, 2.1rem);
    }

    .team-featured-role {
        margin: 8px 0 10px;
        font-size: 0.8rem;
    }

    .team-featured-bio {
        font-size: 0.94rem;
        line-height: 1.62;
    }

    .team-featured-shows {
        margin-top: 12px;
        font-size: 0.86rem;
    }

    .track-grid {
        grid-template-columns: 1fr;
    }

    .team-grid {
        grid-auto-rows: auto;
    }

    .team-grid > .team-card:last-child:nth-child(odd) {
        grid-column: auto;
        max-width: none;
        width: auto;
        justify-self: stretch;
    }

    .team-card {
        grid-template-columns: 102px minmax(0, 1fr);
        gap: 0;
        min-height: 230px;
        padding: 0;
    }

    .team-content {
        padding: 11px 12px;
    }

    .team-card h3 {
        font-size: 1.04rem;
    }

    .team-role {
        font-size: 0.78rem;
        margin-bottom: 6px;
    }

    .team-card p {
        font-size: 0.9rem;
    }

    .community-shell,
    .live-card,
    .comments-feed,
    .contact-form,
    .ad-slot,
    .time-card,
    .track-card {
        padding: 16px;
    }

    .program-card {
        padding: 0;
    }

    .program-card .time-card-media,
    .program-card .time-card-media img {
        min-height: 0;
        max-height: none;
    }

    .program-modal-card {
        grid-template-columns: 1fr;
        width: min(520px, 95vw);
    }

    .program-modal-media img {
        min-height: auto;
        max-height: 58vh;
    }

    .program-modal-content {
        padding: 16px 14px 18px;
    }

    .footer-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .mini-player {
        width: 94vw;
        gap: 8px;
    }

    .mini-play {
        width: 62px;
    }

    .mini-link {
        display: none;
    }

    .chat-launcher {
        right: var(--chat-right);
        bottom: var(--chat-bottom);
        padding: 10px 14px;
        font-size: 0.81rem;
    }

    .live-chat-widget {
        right: var(--chat-right);
        left: auto;
        width: min(360px, calc(100vw - 16px));
        bottom: calc(var(--chat-bottom) + 44px + var(--chat-gap));
        max-height: 68vh;
    }

    .live-chat-messages {
        max-height: 34vh;
        min-height: 180px;
    }

    .live-chat-send {
        flex-direction: column;
        align-items: stretch;
    }

    .live-chat-send .btn {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ticker-track,
    .hero-logo-float,
    .disc-ring,
    .mega-player-logo,
    .equalizer span,
    .fx-sparkles,
    .fx-sparkles::after,
    .fx-flare,
    .team-card::before,
    .team-card::after,
    .quince-section::before,
    .quince-section::after,
    .quince-aurora,
    .quince-banner::before,
    .quince-banner::after,
    .quince-particles span {
        animation: none !important;
    }
}
