:root {
    --bg: #05070b;
    --bg-elevated: rgba(14, 18, 26, 0.78);
    --bg-panel: rgba(12, 15, 21, 0.92);
    --surface: #101520;
    --surface-strong: #171d2b;
    --line: rgba(255, 255, 255, 0.09);
    --text: #f5f7fb;
    --muted: #9aa5ba;
    --soft: #6f7890;
    --accent: #ff6a3d;
    --accent-2: #6cf2ff;
    --accent-3: #e8ff65;
    --danger: #ff5b73;
    --shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --radius-sm: 999px;
    --page-gutter: clamp(18px, 3vw, 88px);
    --page-max: 1880px;
}

@media (max-width: 760px) {
    .profile-grid {
        grid-template-columns: 1fr !important;
    }

    .profile-card {
        padding: 18px !important;
    }

    .profile-photo {
        min-height: 220px !important;
        max-height: 300px !important;
        object-fit: contain !important;
        object-position: center center !important;
    }
}

@media (max-width: 520px) {
    .profile-photo {
        height: 240px !important;
        max-height: 240px !important;
    }
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    font-family: "Manrope", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(255, 106, 61, 0.14), transparent 32%),
        radial-gradient(circle at top right, rgba(108, 242, 255, 0.12), transparent 28%),
        linear-gradient(180deg, #07090d 0%, #05070b 100%);
    line-height: 1.6;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), transparent 88%);
}

a {
    color: inherit;
}

button,
input {
    font: inherit;
}

.page-shell {
    width: min(var(--page-max), calc(100% - var(--page-gutter)));
    margin: 0 auto;
    padding: 18px 0 48px;
}

.site-header {
    position: sticky;
    top: 16px;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
    padding: 16px 20px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: rgba(8, 10, 15, 0.72);
    backdrop-filter: blur(18px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    min-width: max-content;
}

.brand-symbol {
    display: block;
    width: auto;
    height: 1.95rem;
    flex: 0 0 auto;
    filter: drop-shadow(0 0 18px rgba(108, 242, 255, 0.18));
}

.brand-text,
.footer-label {
    font-family: "Bebas Neue", sans-serif;
    font-size: 2rem;
    letter-spacing: 0.08em;
}

.site-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
}

.site-nav a,
.footer-links a,
.player-links a {
    color: var(--muted);
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.site-nav a:hover,
.footer-links a:hover,
.player-links a:hover {
    color: var(--text);
}

.header-action,
.button,
.control-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-sm);
    text-decoration: none;
    font-weight: 700;
    border: 1px solid transparent;
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.header-action {
    min-width: max-content;
    padding: 12px 18px;
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
    color: var(--text);
}

.header-action:hover,
.button:hover,
.control-button:hover {
    transform: translateY(-2px);
}

.hero,
.weekly-hero,
.station-scenes,
.player-section,
.shows-section,
.schedule-section,
.chat-section,
.news-section,
.weekly-schedule-section,
.install-section,
.platform-section,
.audience-section,
.profile-section,
.about-section {
    margin-bottom: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    background: linear-gradient(180deg, rgba(10, 13, 20, 0.92) 0%, rgba(7, 9, 13, 0.94) 100%);
    box-shadow: var(--shadow);
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 28px;
    padding: clamp(28px, 5vw, 56px);
    overflow: hidden;
    position: relative;
}

.weekly-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.36fr);
    gap: 24px;
    align-items: end;
    padding: clamp(28px, 5vw, 56px);
    overflow: hidden;
    position: relative;
}

.weekly-hero::after {
    content: "";
    position: absolute;
    inset: auto -8% -18% auto;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(108, 242, 255, 0.16), transparent 68%);
    filter: blur(10px);
}

.weekly-hero > * {
    position: relative;
    z-index: 1;
}

.weekly-hero h1 {
    margin-top: 12px;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(4rem, 12vw, 8rem);
    line-height: 0.92;
    letter-spacing: 0.03em;
}

.weekly-hero-card {
    display: grid;
    gap: 16px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at top right, rgba(232, 255, 101, 0.12), transparent 44%),
        rgba(255, 255, 255, 0.04);
}

.weekly-hero-card p {
    color: var(--muted);
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto -8% -10% auto;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 106, 61, 0.2), transparent 66%);
    filter: blur(8px);
}

.eyebrow,
.section-kicker,
.meta-label,
.display-kicker,
.show-time,
.schedule-time,
.note-index,
.player-kicker {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.74rem;
    font-weight: 800;
}

.eyebrow,
.section-kicker,
.display-kicker,
.show-time,
.note-index,
.player-kicker {
    color: var(--accent-3);
}

.hero-copy,
.hero-panel {
    position: relative;
    z-index: 1;
}

.hero h1,
.section-heading h2,
.about-panel h2,
.broadcast-display h2 {
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0.03em;
    line-height: 0.96;
}

.hero h1 {
    margin-top: 12px;
    font-size: clamp(4rem, 10vw, 7.4rem);
    max-width: 9ch;
}

.hero-text,
.section-heading p,
.about-panel p,
.show-card p,
.schedule-row p,
.note-card p,
.display-copy,
.footer-copy,
.player-description,
#song-artist,
#next-track-artist {
    color: var(--muted);
}

.hero-text {
    max-width: 62ch;
    margin-top: 18px;
    font-size: 1.06rem;
}

.hero-actions,
.about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.button,
.control-button {
    padding: 14px 22px;
}

.button-primary,
.control-button-primary {
    color: #061017;
    background: linear-gradient(135deg, var(--accent-3) 0%, var(--accent-2) 100%);
}

.button-secondary,
.control-button {
    color: var(--text);
    background: rgba(255, 255, 255, 0.02);
    border-color: rgba(255, 255, 255, 0.12);
}

.hero-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
}

.hero-meta article,
.broadcast-card,
.note-card,
.show-card,
.schedule-list,
.about-panel,
.player-shell {
    border: 1px solid var(--line);
    background: var(--bg-elevated);
}

.hero-meta article {
    display: grid;
    align-content: space-between;
    min-height: 94px;
    padding: 16px 18px;
    border-radius: var(--radius-md);
}

.hero-meta strong {
    display: block;
    margin-top: 6px;
    font-size: clamp(1.08rem, 2vw, 1.35rem);
    line-height: 1.05;
}

.broadcast-card {
    position: relative;
    min-height: 100%;
    padding: 24px;
    border-radius: 28px;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(108, 242, 255, 0.14), transparent 35%),
        linear-gradient(180deg, rgba(17, 22, 32, 0.94) 0%, rgba(9, 11, 17, 0.96) 100%);
}

.broadcast-card::after {
    content: "";
    position: absolute;
    inset: auto -10% -14% auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 106, 61, 0.26), transparent 70%);
}

.broadcast-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.live-pill,
.status-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.05);
    font-size: 0.86rem;
    font-weight: 700;
}

.status-chip {
    color: var(--text);
}

.status-chip.is-live {
    background: rgba(255, 106, 61, 0.14);
    color: #ffd5c9;
}

.status-chip.is-offline {
    background: rgba(255, 91, 115, 0.14);
    color: #ffd7df;
}

.live-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 0 rgba(255, 106, 61, 0.55);
    animation: pulse 1.8s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 106, 61, 0.45);
    }
    70% {
        box-shadow: 0 0 0 14px rgba(255, 106, 61, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 106, 61, 0);
    }
}

.broadcast-label,
.player-station {
    color: var(--soft);
    font-size: 0.92rem;
}

.broadcast-display {
    margin-top: 72px;
    max-width: 26ch;
}

.broadcast-display h2 {
    margin: 10px 0;
    font-size: clamp(2.6rem, 7vw, 4.5rem);
}

.signal-bars {
    display: flex;
    align-items: end;
    gap: 10px;
    margin-top: 48px;
    height: 92px;
}

.signal-bars span {
    flex: 1;
    border-radius: 999px 999px 6px 6px;
    background: linear-gradient(180deg, var(--accent-2) 0%, var(--accent) 100%);
    animation: equalizer 1.3s ease-in-out infinite;
    transform-origin: bottom;
}

.signal-bars span:nth-child(1) { height: 26%; animation-delay: 0.05s; }
.signal-bars span:nth-child(2) { height: 92%; animation-delay: 0.2s; }
.signal-bars span:nth-child(3) { height: 58%; animation-delay: 0.1s; }
.signal-bars span:nth-child(4) { height: 74%; animation-delay: 0.35s; }
.signal-bars span:nth-child(5) { height: 40%; animation-delay: 0.18s; }
.signal-bars span:nth-child(6) { height: 84%; animation-delay: 0.28s; }

@keyframes equalizer {
    0%, 100% { transform: scaleY(0.72); opacity: 0.75; }
    50% { transform: scaleY(1.08); opacity: 1; }
}

.ticker {
    overflow: hidden;
    margin-bottom: 28px;
    border-block: 1px solid rgba(255, 255, 255, 0.08);
    padding: 14px 0;
}

.ticker-track {
    display: flex;
    width: max-content;
    gap: 18px;
    animation: ticker-move 28s linear infinite;
}

.ticker-track span {
    padding: 7px 12px;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.04);
    color: var(--muted);
    font-size: 0.86rem;
    white-space: nowrap;
}

@keyframes ticker-move {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.station-scenes,
.player-section,
.shows-section,
.schedule-section,
.chat-section,
.news-section,
.weekly-schedule-section,
.install-section,
.platform-section,
.audience-section,
.profile-section,
.about-section {
    padding: clamp(24px, 4vw, 40px);
}

.station-scenes {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(260px, 0.72fr);
    gap: 22px;
    align-items: center;
}

.scene-intro {
    max-width: 30rem;
}

.scene-intro h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2.8rem, 7vw, 4.6rem);
    line-height: 0.96;
    letter-spacing: 0.03em;
    margin: 8px 0 14px;
}

.scene-intro p:last-child {
    color: var(--muted);
}

.scene-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 0.42fr);
    gap: 14px;
    align-items: stretch;
    width: min(88%, 640px);
    justify-self: end;
}

.scene-frame,
.shows-visual {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.03);
}

.scene-frame img,
.shows-visual img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.scene-frame:hover img,
.shows-visual:hover img {
    transform: scale(1.03);
}

.scene-frame::after,
.shows-visual::after {
    display: none;
}

.scene-frame figcaption,
.shows-visual figcaption {
    padding: 14px 18px 18px;
    background: linear-gradient(180deg, rgba(13, 17, 24, 0.82), rgba(9, 11, 16, 0.96));
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: var(--text);
    font-size: 0.92rem;
    line-height: 1.45;
}

.scene-frame-wide img {
    aspect-ratio: 1.56 / 1;
}

.scene-frame-tall img {
    aspect-ratio: 0.64 / 1;
}

.section-heading {
    max-width: 62ch;
    margin-bottom: 28px;
}

.section-heading h2,
.about-panel h2 {
    font-size: clamp(2.6rem, 7vw, 4.4rem);
    margin: 8px 0 14px;
}

.player-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    gap: 18px;
    align-items: start;
}

.player-shell {
    padding: 16px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.player-surface {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 22px;
    align-items: stretch;
}

.player-artwork-wrap {
    position: relative;
    min-height: 100%;
}

.player-artwork {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(108, 242, 255, 0.14), rgba(255, 106, 61, 0.18));
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.player-artwork-glow {
    position: absolute;
    inset: auto 8% -8% 8%;
    height: 90px;
    background: radial-gradient(circle, rgba(255, 106, 61, 0.28), transparent 70%);
    filter: blur(16px);
    z-index: -1;
}

.player-main {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.player-status-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.player-copy h3 {
    margin: 10px 0 6px;
    font-size: clamp(2rem, 5vw, 3.1rem);
    line-height: 1.02;
}

#song-artist {
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.player-controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.control-button {
    min-width: 112px;
    cursor: pointer;
}

.volume-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.volume-wrap span {
    color: var(--muted);
    font-size: 0.92rem;
}

.volume-wrap input {
    width: 140px;
}

.vu-panel {
    display: grid;
    grid-template-columns: repeat(17, minmax(4px, 1fr));
    align-items: end;
    gap: 6px;
    min-height: 70px;
    padding: 18px;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(108, 242, 255, 0.12);
    background:
        radial-gradient(circle at 12% 20%, rgba(108, 242, 255, 0.18), transparent 28%),
        radial-gradient(circle at 82% 70%, rgba(255, 106, 61, 0.14), transparent 30%),
        rgba(255, 255, 255, 0.028);
}

.vu-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
    transform: translateX(-120%);
    animation: vu-scan 5.4s linear infinite;
    pointer-events: none;
}

.vu-panel span {
    display: block;
    height: 28%;
    min-height: 10px;
    border-radius: 999px 999px 5px 5px;
    background: linear-gradient(180deg, var(--accent-2), rgba(232, 255, 101, 0.82) 52%, var(--accent));
    box-shadow: 0 0 18px rgba(108, 242, 255, 0.24);
    opacity: 0.68;
    transform-origin: bottom;
    animation: vu-idle 3.8s ease-in-out infinite;
    animation-delay: calc(var(--bar-index, 1) * -0.14s);
}

.is-playing .vu-panel span {
    animation-name: vu-live;
    animation-duration: 1.15s;
    opacity: 0.95;
}

.vu-panel span:nth-child(1) { --bar-index: 1; height: 32%; }
.vu-panel span:nth-child(2) { --bar-index: 2; height: 52%; }
.vu-panel span:nth-child(3) { --bar-index: 3; height: 38%; }
.vu-panel span:nth-child(4) { --bar-index: 4; height: 72%; }
.vu-panel span:nth-child(5) { --bar-index: 5; height: 45%; }
.vu-panel span:nth-child(6) { --bar-index: 6; height: 86%; }
.vu-panel span:nth-child(7) { --bar-index: 7; height: 58%; }
.vu-panel span:nth-child(8) { --bar-index: 8; height: 94%; }
.vu-panel span:nth-child(9) { --bar-index: 9; height: 66%; }
.vu-panel span:nth-child(10) { --bar-index: 10; height: 82%; }
.vu-panel span:nth-child(11) { --bar-index: 11; height: 48%; }
.vu-panel span:nth-child(12) { --bar-index: 12; height: 74%; }
.vu-panel span:nth-child(13) { --bar-index: 13; height: 40%; }
.vu-panel span:nth-child(14) { --bar-index: 14; height: 64%; }
.vu-panel span:nth-child(15) { --bar-index: 15; height: 35%; }
.vu-panel span:nth-child(16) { --bar-index: 16; height: 56%; }
.vu-panel span:nth-child(17) { --bar-index: 17; height: 30%; }

.progress-panel {
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.progress-topline {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: var(--muted);
    font-size: 0.88rem;
    margin-bottom: 10px;
}

.progress-bar {
    width: 100%;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

#progress-fill {
    display: block;
    height: 100%;
    width: 0%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--accent) 0%, var(--accent-2) 100%);
}

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

.player-stats div {
    display: grid;
    align-content: space-between;
    min-height: 92px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.player-stats dt {
    color: var(--soft);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 6px;
}

.player-stats dd {
    font-size: 1.08rem;
    font-weight: 700;
}

.player-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.player-notes {
    display: grid;
    gap: 14px;
}

.note-card,
.show-card {
    padding: 22px;
    border-radius: 22px;
}

.note-card-highlight {
    background:
        radial-gradient(circle at top right, rgba(108, 242, 255, 0.16), transparent 38%),
        linear-gradient(180deg, rgba(17, 22, 32, 0.94) 0%, rgba(9, 11, 17, 0.96) 100%);
}

.note-card h3,
.show-card h3,
.schedule-row h3 {
    margin: 10px 0 8px;
    font-size: 1.18rem;
}

.history-list {
    display: grid;
    gap: 10px;
    list-style: none;
    margin-top: 14px;
}

.history-list li {
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.history-title {
    display: block;
    color: var(--text);
    font-weight: 700;
}

.history-artist {
    display: block;
    color: var(--muted);
    font-size: 0.9rem;
    margin-top: 2px;
}

.shows-stage {
    display: grid;
    grid-template-columns: minmax(0, 1.42fr) minmax(220px, 0.38fr);
    gap: 18px;
    align-items: start;
}

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

.show-card-accent {
    background:
        radial-gradient(circle at top right, rgba(255, 106, 61, 0.18), transparent 34%),
        linear-gradient(180deg, rgba(20, 18, 19, 0.96), rgba(16, 17, 24, 0.92));
}

.shows-visual img {
    aspect-ratio: 0.76 / 1;
}

.shows-visual {
    width: min(88%, 300px);
    justify-self: end;
}

.schedule-list {
    border-radius: 24px;
    overflow: hidden;
}

.schedule-day-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    padding: 9px 14px;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--accent-3);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.schedule-row {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 20px;
    padding: 20px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.schedule-row:last-child {
    border-bottom: 0;
}

.schedule-row.is-current {
    background: rgba(108, 242, 255, 0.07);
}

.schedule-time {
    color: var(--accent-2);
}

.schedule-row-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.schedule-row-actions span,
.schedule-calendar-link {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 10px;
    border-radius: var(--radius-sm);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.035);
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 800;
    text-decoration: none;
}

.schedule-calendar-link {
    color: var(--accent-2);
}

.schedule-calendar-link:hover {
    border-color: rgba(108, 242, 255, 0.28);
    background: rgba(108, 242, 255, 0.08);
    color: var(--text);
}

.schedule-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
}

.chat-section {
    display: grid;
    grid-template-columns: minmax(0, 0.42fr) minmax(320px, 0.58fr);
    gap: 24px;
    align-items: stretch;
    position: relative;
    overflow: hidden;
}

.chat-section::after {
    content: "";
    position: absolute;
    inset: auto -80px -120px auto;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 58, 94, 0.14), transparent 68%);
    pointer-events: none;
}

.chat-copy {
    position: relative;
    z-index: 1;
    align-self: center;
    max-width: 28rem;
}

.chat-copy h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2.5rem, 6vw, 4rem);
    line-height: 0.96;
    letter-spacing: 0.03em;
}

.chat-copy p:last-child {
    margin-top: 12px;
    color: var(--muted);
}

.chat-panel {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-rows: minmax(260px, 1fr) auto;
    gap: 14px;
    min-height: 430px;
    padding: 16px;
    border: 1px solid rgba(108, 242, 255, 0.16);
    border-radius: calc(var(--radius-lg) + 4px);
    background:
        linear-gradient(145deg, rgba(108, 242, 255, 0.08), transparent 34%),
        rgba(255, 255, 255, 0.035);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.chat-messages {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 260px;
    max-height: 360px;
    overflow-y: auto;
    padding: 4px 4px 8px;
    scrollbar-color: rgba(108, 242, 255, 0.32) rgba(255, 255, 255, 0.04);
}

.chat-message {
    width: min(100%, 620px);
    padding: 12px 13px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 18px;
    background: rgba(5, 7, 11, 0.56);
}

.chat-message-system {
    border-color: rgba(232, 255, 101, 0.18);
    background: rgba(232, 255, 101, 0.06);
}

.chat-message-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 5px;
}

.chat-message strong {
    color: var(--text);
    font-size: 0.92rem;
}

.chat-message time {
    color: var(--soft);
    font-size: 0.76rem;
}

.chat-message p {
    color: #ffffff;
    font-size: 0.98rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.chat-form {
    display: grid;
    grid-template-columns: minmax(120px, 0.28fr) minmax(220px, 1fr);
    gap: 10px;
}

.chat-form input,
.chat-form textarea {
    width: 100%;
    border: 1px solid rgba(108, 242, 255, 0.18);
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.52);
    color: #ffffff;
    padding: 13px 14px;
    outline: none;
    font: inherit;
}

.chat-form textarea {
    min-height: 52px;
    resize: vertical;
}

.chat-form input::placeholder,
.chat-form textarea::placeholder {
    color: rgba(245, 247, 251, 0.54);
}

.chat-form input:focus,
.chat-form textarea:focus {
    border-color: rgba(108, 242, 255, 0.56);
    box-shadow: 0 0 0 3px rgba(108, 242, 255, 0.09);
}

.chat-form-footer {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.chat-status {
    color: var(--muted);
    font-size: 0.86rem;
}

.chat-status.is-error {
    color: var(--danger);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.schedule-share {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    min-height: 44px;
}

.schedule-share span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding-left: 14px;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.share-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    cursor: pointer;
    font: inherit;
    font-size: 0.86rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.share-link:hover {
    transform: translateY(-2px);
    border-color: rgba(108, 242, 255, 0.28);
    background: rgba(108, 242, 255, 0.08);
}

.share-status {
    flex-basis: auto;
    padding: 0 6px 0 0;
    color: var(--accent-2);
    font-size: 0.78rem;
    min-height: 1em;
}

.share-status:empty {
    display: none;
}

.news-section {
    display: grid;
    gap: 22px;
    overflow: hidden;
}

.news-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.news-meta span,
.news-card-topline span {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    min-height: 34px;
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.04);
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    overflow-wrap: anywhere;
    word-break: normal;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
    gap: clamp(14px, 1.25vw, 22px);
}

.news-card {
    display: grid;
    gap: 14px;
    min-width: 0;
    min-height: 300px;
    padding: clamp(18px, 1.45vw, 28px);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at top right, rgba(108, 242, 255, 0.11), transparent 38%),
        radial-gradient(circle at bottom left, rgba(255, 106, 61, 0.09), transparent 36%),
        var(--bg-elevated);
}

.news-card * {
    min-width: 0;
}

.news-card:first-child {
    grid-column: span 2;
    background:
        radial-gradient(circle at top right, rgba(232, 255, 101, 0.12), transparent 36%),
        radial-gradient(circle at bottom left, rgba(108, 242, 255, 0.12), transparent 38%),
        linear-gradient(180deg, rgba(18, 20, 24, 0.98), rgba(11, 14, 20, 0.94));
}

.news-card-topline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-width: 0;
}

.news-card h3 {
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(1.8rem, 1.1vw + 1.15rem, 3rem);
    line-height: 0.95;
    letter-spacing: 0.04em;
    overflow-wrap: anywhere;
    word-break: normal;
}

.news-card p {
    color: var(--muted);
    line-height: 1.65;
    overflow-wrap: anywhere;
}

.news-card a {
    align-self: end;
    color: var(--accent-2);
    font-weight: 900;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.news-card a:hover {
    color: var(--text);
}

.weekly-schedule-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.weekly-schedule-meta span {
    color: var(--muted);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.weekly-schedule-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.weekly-day-card {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at top right, rgba(108, 242, 255, 0.08), transparent 32%),
        var(--bg-elevated);
    overflow: hidden;
}

.weekly-day-card.is-today {
    border-color: rgba(108, 242, 255, 0.26);
    box-shadow: 0 0 0 1px rgba(108, 242, 255, 0.07), 0 24px 70px rgba(108, 242, 255, 0.08);
}

.weekly-day-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 18px 0;
}

.weekly-day-heading .schedule-day-badge {
    margin-bottom: 0;
}

.weekly-day-heading p {
    color: var(--muted);
    font-size: 0.92rem;
    font-weight: 700;
    text-align: right;
}

.weekly-day-card .schedule-list {
    margin-top: 18px;
    border-radius: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.weekly-day-card .schedule-row {
    grid-template-columns: 132px minmax(0, 1fr);
    padding: 16px 18px;
}

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

.platform-link,
.profile-card,
.guest-card {
    display: grid;
    gap: 14px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at top right, rgba(108, 242, 255, 0.08), transparent 34%),
        var(--bg-elevated);
    color: inherit;
    text-decoration: none;
}

.platform-link:hover {
    transform: translateY(-2px);
    border-color: rgba(108, 242, 255, 0.26);
}

.platform-link span,
.profile-role {
    color: var(--accent-3);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.platform-link strong,
.profile-card h3,
.guest-card h3 {
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    letter-spacing: 0.04em;
    line-height: 0.95;
}

.platform-link p,
.profile-card p,
.guest-card p {
    color: var(--muted);
}

.profile-card-featured {
    grid-column: span 2;
    background:
        radial-gradient(circle at top right, rgba(255, 106, 61, 0.18), transparent 34%),
        linear-gradient(180deg, rgba(20, 18, 19, 0.96), rgba(16, 17, 24, 0.92));
}

.profile-photo {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: contain;
    object-position: center center;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at 50% 35%, rgba(108, 242, 255, 0.14), transparent 42%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015));
}

.profile-tags,
.profile-links,
.country-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.profile-tags span,
.profile-links a,
.country-list span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 12px;
    border-radius: var(--radius-sm);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: var(--muted);
    font-size: 0.86rem;
    text-decoration: none;
}

.profile-links a {
    color: var(--text);
    font-weight: 800;
}

.profile-links a:hover {
    border-color: rgba(108, 242, 255, 0.28);
    background: rgba(108, 242, 255, 0.08);
}

.country-list span {
    gap: 8px;
}

.country-list strong {
    color: var(--text);
}

@keyframes vu-idle {
    0%, 100% {
        transform: scaleY(0.72);
        filter: saturate(0.9);
    }
    50% {
        transform: scaleY(1);
        filter: saturate(1.15);
    }
}

@keyframes vu-live {
    0%, 100% {
        transform: scaleY(0.46);
    }
    22% {
        transform: scaleY(1.12);
    }
    48% {
        transform: scaleY(0.72);
    }
    76% {
        transform: scaleY(1.28);
    }
}

@keyframes vu-scan {
    to {
        transform: translateX(120%);
    }
}

.submission-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
    gap: 18px;
    align-items: start;
}

.submission-list {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--bg-elevated);
    overflow: hidden;
}

.guest-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at top right, rgba(108, 242, 255, 0.08), transparent 34%),
        var(--bg-elevated);
}

.guest-form label,
.guest-form-wide,
.guest-form-actions {
    display: grid;
    gap: 8px;
}

.guest-form-wide,
.guest-form-actions {
    grid-column: 1 / -1;
}

.guest-form span {
    color: var(--accent-3);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.guest-form input,
.guest-form textarea,
.guest-form select {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    padding: 13px 14px;
    outline: none;
}

.guest-form textarea {
    resize: vertical;
}

.guest-form input:focus,
.guest-form textarea:focus,
.guest-form select:focus {
    border-color: rgba(108, 242, 255, 0.36);
    box-shadow: 0 0 0 3px rgba(108, 242, 255, 0.08);
}

.guest-form-actions {
    align-items: center;
    grid-template-columns: max-content minmax(0, 1fr);
}

.guest-form-status {
    color: var(--accent-2);
    font-weight: 800;
}

.guest-form-status.is-error {
    color: var(--danger);
}

.install-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.34fr);
    align-items: center;
    gap: 24px;
    background:
        linear-gradient(110deg, rgba(232, 255, 101, 0.08), transparent 34%),
        linear-gradient(180deg, rgba(10, 13, 20, 0.92) 0%, rgba(7, 9, 13, 0.94) 100%);
}

.install-copy h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2.6rem, 6vw, 4.2rem);
    line-height: 0.96;
    letter-spacing: 0.03em;
    margin: 8px 0 12px;
}

.install-copy p:last-child,
.install-status {
    color: var(--muted);
}

.install-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    text-align: right;
}

.install-button {
    min-width: 160px;
}

.install-status {
    max-width: 20rem;
    font-size: 0.92rem;
}

.about-panel {
    padding: clamp(24px, 4vw, 40px);
    border-radius: 28px;
    background:
        radial-gradient(circle at right top, rgba(108, 242, 255, 0.12), transparent 28%),
        radial-gradient(circle at left bottom, rgba(255, 106, 61, 0.12), transparent 34%),
        linear-gradient(180deg, rgba(14, 19, 28, 0.95), rgba(9, 11, 16, 0.98));
}

.site-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 10px 12px;
}

.persistent-player {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 30;
    display: flex;
    align-items: center;
    gap: 16px;
    width: min(420px, calc(100vw - 36px));
    padding: 14px 14px 14px 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    background:
        radial-gradient(circle at top right, rgba(108, 242, 255, 0.14), transparent 38%),
        rgba(8, 10, 15, 0.88);
    backdrop-filter: blur(18px);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.48);
}

.persistent-player[hidden] {
    display: none;
}

.persistent-player div {
    min-width: 0;
    flex: 1;
}

.persistent-label {
    display: block;
    color: var(--accent-3);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.16em;
}

.persistent-player strong {
    display: block;
    overflow: hidden;
    margin-top: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer-copy {
    margin-top: 4px;
}

.footer-email,
.footer-legal {
    display: block;
    margin-top: 6px;
}

.footer-socials {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: var(--muted);
    overflow: hidden;
    transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.social-link:hover {
    transform: translateY(-2px);
    color: var(--text);
    border-color: rgba(108, 242, 255, 0.28);
    background: rgba(108, 242, 255, 0.08);
}

.footer-socials .social-link svg,
.footer-socials .social-link .social-icon {
    width: 18px;
    height: 18px;
    max-width: 18px;
    max-height: 18px;
    display: block;
    fill: currentColor;
}

.footer-email {
    color: var(--accent-2);
    text-decoration: none;
}

.footer-email:hover {
    color: var(--text);
}

.footer-legal {
    color: var(--soft);
    font-size: 0.9rem;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

audio {
    display: none;
}

@media (max-width: 1120px) {
    .hero,
    .weekly-hero,
    .station-scenes,
    .install-section,
    .chat-section,
    .player-layout,
    .shows-stage,
    .shows-grid,
    .news-grid,
    .platform-grid,
    .profile-grid,
    .submission-layout,
    .player-surface {
        grid-template-columns: 1fr;
    }

    .news-card:first-child {
        grid-column: auto;
    }

    .hero {
        gap: 20px;
    }

    .broadcast-display {
        margin-top: 36px;
    }

    .scene-grid,
    .shows-visual {
        justify-self: center;
    }

    .scene-grid {
        width: min(86%, 520px);
    }
}

@media (max-width: 820px) {
    .page-shell {
        width: min(100% - 18px, 1320px);
        padding-top: 10px;
    }

    .site-header {
        position: static;
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .brand,
    .site-nav,
    .header-action {
        justify-content: center;
    }

    .hero h1 {
        max-width: none;
    }

    .hero-meta,
    .player-stats {
        grid-template-columns: 1fr;
    }

    .scene-grid {
        grid-template-columns: 1fr;
        width: min(84%, 420px);
    }

    .shows-visual {
        width: min(84%, 320px);
    }

    .schedule-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .schedule-actions,
    .schedule-share {
        align-items: stretch;
        flex-direction: column;
    }

    .schedule-actions > .button,
    .schedule-share,
    .share-link {
        width: 100%;
    }

    .schedule-share {
        border-radius: 24px;
        padding: 0;
    }

    .schedule-share span {
        justify-content: center;
        padding: 0;
        border-left: 0;
    }

    .share-status {
        padding: 0 4px;
    }

    .weekly-schedule-grid,
    .weekly-day-card .schedule-row,
    .profile-card-featured,
    .guest-form,
    .guest-form-actions {
        grid-template-columns: 1fr;
        grid-column: auto;
    }

    .weekly-schedule-meta,
    .weekly-day-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .weekly-day-heading p {
        text-align: left;
    }

    .install-section {
        grid-template-columns: 1fr;
    }

    .install-actions {
        align-items: flex-start;
        text-align: left;
    }

    .site-footer {
        flex-direction: column;
        text-align: center;
    }

    .persistent-player {
        right: 9px;
        bottom: 9px;
        width: calc(100vw - 18px);
    }
}

@media (max-width: 560px) {
    .brand-text,
    .footer-label {
        font-size: 1.7rem;
    }

    .brand-symbol {
        height: 1.68rem;
    }

    .site-nav {
        gap: 12px;
    }

    .site-nav a,
    .footer-links a,
    .player-links a {
        font-size: 0.9rem;
    }

    .hero,
    .weekly-hero,
    .station-scenes,
    .player-section,
    .shows-section,
    .schedule-section,
    .chat-section,
    .news-section,
    .weekly-schedule-section,
    .install-section,
    .platform-section,
    .audience-section,
    .profile-section,
    .about-section {
        border-radius: 24px;
    }

    .button,
    .header-action {
        width: 100%;
    }

    .hero-actions,
    .about-actions,
    .player-controls {
        flex-direction: column;
    }

    .control-button,
    .volume-wrap {
        width: 100%;
    }

    .volume-wrap {
        justify-content: space-between;
    }

    .volume-wrap input {
        width: 100%;
        max-width: 170px;
    }

    .ticker-track {
        gap: 12px;
    }

    .chat-panel {
        min-height: 0;
    }

    .chat-form {
        grid-template-columns: 1fr;
    }

    .chat-form-footer {
        align-items: stretch;
        flex-direction: column;
    }
}
