:root {
    color-scheme: light;
    --bg: #fffaf7;
    --bg-soft: #f5f7ff;
    --panel: #ffffff;
    --panel-2: #fff3f7;
    --line: rgba(30, 35, 55, .10);
    --line-strong: rgba(30, 35, 55, .16);
    --text: #20243a;
    --muted: #71758a;
    --station-accent: #ff5b72;
    --accent-2: #22c7d7;
    --accent-3: #7457f5;
    --accent-4: #ffca45;
    --navy: #20243a;
    --radius: 22px;
    --shadow: 0 20px 60px rgba(65, 71, 109, .13);
    --shadow-soft: 0 10px 30px rgba(65, 71, 109, .09);
    --shell: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
    margin: 0;
    min-height: 100vh;
    background:
        radial-gradient(circle at 7% 9%, rgba(255, 202, 69, .14), transparent 17rem),
        radial-gradient(circle at 95% 38%, rgba(34, 199, 215, .10), transparent 22rem),
        var(--bg);
    color: var(--text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    padding-bottom: 168px;
}
button, input { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(var(--shell), calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 10px; top: -100px; z-index: 1000; padding: 10px 14px; background: var(--navy); color: #fff; border-radius: 8px; }
.skip-link:focus { top: 10px; }
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(24px) saturate(1.25);
    background: rgba(255, 250, 247, .88);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 6px 24px rgba(65, 71, 109, .04);
}
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 0; }
.brand-logo, .brand-mark { width: 46px; height: 46px; border-radius: 14px; object-fit: cover; flex: 0 0 auto; box-shadow: 0 7px 20px rgba(65,71,109,.12); }
.brand-mark { display: grid; place-items: center; background: linear-gradient(135deg, var(--station-accent), var(--accent-3)); color: #fff; font-weight: 900; }
.brand span:not(.brand-mark) { display: flex; flex-direction: column; line-height: 1.14; min-width: 0; }
.brand strong { font-size: 16px; letter-spacing: .02em; color: var(--text); }
.brand small { margin-top: 4px; color: var(--muted); font-size: 11px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 240px; }
.main-nav { display: flex; align-items: center; gap: 5px; }
.main-nav a { position: relative; padding: 9px 11px; text-decoration: none; color: #505469; font-size: 14px; font-weight: 650; border-radius: 11px; transition: background .18s ease, color .18s ease, transform .18s ease; }
.main-nav a:hover { background: #fff; color: var(--station-accent); transform: translateY(-1px); box-shadow: var(--shadow-soft); }
.nav-toggle { display: none; border: 1px solid var(--line); color: var(--text); background: #fff; border-radius: 11px; padding: 8px 11px; box-shadow: var(--shadow-soft); }

.hero {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    background:
        radial-gradient(circle at 83% 12%, rgba(116,87,245,.23), transparent 31%),
        radial-gradient(circle at 18% 88%, rgba(34,199,215,.18), transparent 28%),
        linear-gradient(120deg, #fff4f7 0%, #fff9ec 48%, #eefcff 100%);
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--hero-image, none);
    background-size: cover;
    background-position: center;
    opacity: .28;
    filter: saturate(1.15) contrast(.93) brightness(1.08);
    transform: scale(1.035);
}
.hero::after {
    content: "";
    position: absolute;
    inset: auto -8vw -24vw auto;
    width: 48vw;
    aspect-ratio: 1;
    border-radius: 50%;
    background: conic-gradient(from 210deg, rgba(255,91,114,.20), rgba(255,202,69,.20), rgba(34,199,215,.18), rgba(116,87,245,.18), rgba(255,91,114,.20));
    filter: blur(10px);
    pointer-events: none;
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,250,247,.98) 0%, rgba(255,250,247,.88) 45%, rgba(255,250,247,.58) 100%); }
.hero-grid { position: relative; z-index: 1; min-height: 620px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr); gap: 72px; align-items: center; padding: 70px 0; }
.eyebrow, .kicker { color: var(--accent-3); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 900; }
.eyebrow { display: inline-flex; align-items: center; padding: 7px 11px; border-radius: 999px; background: rgba(255,255,255,.72); border: 1px solid rgba(116,87,245,.12); box-shadow: var(--shadow-soft); }
.live-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: #ff3158; box-shadow: 0 0 0 5px rgba(255,49,88,.13); animation: pulse 1.6s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 10px rgba(255,49,88,0); } }
.hero h1 { margin: 18px 0 0; font-size: clamp(54px, 8vw, 100px); line-height: .9; letter-spacing: -.065em; max-width: 760px; color: var(--navy); text-wrap: balance; }
.hero-format { margin: 24px 0 0; font-size: clamp(22px, 3vw, 34px); font-weight: 900; letter-spacing: -.025em; background: linear-gradient(90deg, var(--station-accent), var(--accent-3), var(--accent-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-description { max-width: 680px; margin: 16px 0 0; color: #575b70; font-size: 17px; }
.genre-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.genre-row span, .meta-chips span, .airtimes span, .tag-cloud span { border: 1px solid var(--line); background: rgba(255,255,255,.76); border-radius: 999px; padding: 7px 11px; color: #55596f; font-size: 12px; box-shadow: 0 5px 16px rgba(65,71,109,.05); }
.genre-row span:nth-child(4n+1) { border-color: rgba(255,91,114,.24); background: rgba(255,91,114,.09); }
.genre-row span:nth-child(4n+2) { border-color: rgba(34,199,215,.28); background: rgba(34,199,215,.09); }
.genre-row span:nth-child(4n+3) { border-color: rgba(116,87,245,.22); background: rgba(116,87,245,.08); }
.genre-row span:nth-child(4n) { border-color: rgba(255,202,69,.32); background: rgba(255,202,69,.12); }

.now-card { position: relative; overflow: hidden; padding: 22px; border: 1px solid rgba(255,255,255,.85); border-radius: 30px; background: rgba(255,255,255,.82); backdrop-filter: blur(28px) saturate(1.2); box-shadow: 0 28px 75px rgba(70,65,112,.18); }
.now-card::before { content: ""; position: absolute; inset: auto -80px -130px auto; width: 260px; height: 260px; border-radius: 50%; background: linear-gradient(135deg, var(--station-accent), var(--accent-4)); opacity: .18; filter: blur(26px); pointer-events: none; }
.now-card::after { content: ""; position: absolute; left: 20px; right: 20px; top: 0; height: 4px; border-radius: 0 0 10px 10px; background: linear-gradient(90deg, var(--station-accent), var(--accent-4), var(--accent-2), var(--accent-3)); }
.now-topline, .time-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.now-artwork { position: relative; margin-top: 18px; aspect-ratio: 1.55 / 1; overflow: hidden; border-radius: 20px; background: linear-gradient(135deg, #f6e9ff, #e7fbff); box-shadow: inset 0 0 0 1px rgba(32,36,58,.06); }
.now-artwork img { width: 100%; height: 100%; object-fit: cover; }
.artwork-fallback { width: 100%; height: 100%; display: grid; place-items: center; font-size: 70px; font-weight: 900; color: #fff; background: linear-gradient(135deg, var(--station-accent), var(--accent-4) 35%, var(--accent-2) 68%, var(--accent-3)); }
.playing-bars { position: absolute; right: 14px; bottom: 14px; height: 31px; display: flex; align-items: end; gap: 3px; padding: 7px 8px; border-radius: 11px; background: rgba(32,36,58,.78); box-shadow: 0 5px 18px rgba(32,36,58,.15); }
.playing-bars i { width: 3px; height: 8px; background: #fff; border-radius: 3px; animation: bars .9s infinite ease-in-out; }
.playing-bars i:nth-child(2) { animation-delay: -.18s; }
.playing-bars i:nth-child(3) { animation-delay: -.34s; }
.playing-bars i:nth-child(4) { animation-delay: -.5s; }
@keyframes bars { 50% { height: 21px; } }
.now-meta { display: flex; flex-direction: column; margin-top: 20px; }
.now-meta strong { font-size: clamp(25px, 3.1vw, 38px); line-height: 1.08; letter-spacing: -.035em; color: var(--navy); }
.now-meta > span { margin-top: 7px; font-size: 18px; color: #52566b; }
.now-meta small { margin-top: 5px; color: var(--muted); }
.progress-track { height: 6px; margin-top: 20px; background: #eceef5; border-radius: 99px; overflow: hidden; }
.progress-track span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--station-accent), var(--accent-4), var(--accent-2)); transition: width 1s linear; }
.time-row { margin-top: 6px; font-weight: 500; text-transform: none; letter-spacing: 0; }
.play-button, .secondary-play { width: 100%; margin-top: 18px; border: 0; border-radius: 15px; padding: 13px 17px; display: flex; align-items: center; justify-content: center; gap: 10px; background: linear-gradient(110deg, var(--station-accent), #ff7b62 45%, var(--accent-4)); color: #fff; font-weight: 900; text-decoration: none; cursor: pointer; box-shadow: 0 13px 30px rgba(255,91,114,.22); transition: transform .18s ease, filter .18s ease, box-shadow .18s ease; }
.play-button:hover, .secondary-play:hover { filter: saturate(1.08) brightness(1.02); transform: translateY(-2px); box-shadow: 0 16px 34px rgba(255,91,114,.28); }

.section { padding: 82px 0; }
.compact-section { padding: 0; transform: translateY(-23px); position: relative; z-index: 4; }
.alt-section { background: linear-gradient(135deg, #f5f7ff 0%, #f9f5ff 48%, #fff9ed 100%); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.status-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.status-card { position: relative; min-width: 0; padding: 18px; border: 1px solid rgba(255,255,255,.9); border-radius: 19px; background: rgba(255,255,255,.92); box-shadow: var(--shadow-soft); overflow: hidden; }
.status-card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--station-accent); }
.status-card:nth-child(2)::before { background: var(--accent-4); }
.status-card:nth-child(3)::before { background: var(--accent-2); }
.status-card:nth-child(4)::before { background: var(--accent-3); }
.status-card span, .status-card small { display: block; color: var(--muted); }
.status-card strong { display: block; margin-top: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: var(--navy); }
.status-card small { margin-top: 6px; font-size: 12px; }
.status-label { text-transform: uppercase; letter-spacing: .11em; font-size: 10px; font-weight: 900; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.section-heading h2, .station-section h2 { margin: 7px 0 0; font-size: clamp(34px, 5vw, 56px); line-height: 1; letter-spacing: -.045em; color: var(--navy); }
.section-note { color: var(--muted); font-size: 13px; }
.song-list { border-top: 1px solid var(--line); }
.song-row { display: grid; grid-template-columns: 48px minmax(0,1.3fr) minmax(140px,.8fr) 70px; gap: 16px; align-items: center; min-height: 78px; border-bottom: 1px solid var(--line); transition: background .18s ease, transform .18s ease; }
.song-row:hover { background: rgba(255,255,255,.58); transform: translateX(3px); }
.song-index { color: #a2a5b5; font-variant-numeric: tabular-nums; font-weight: 800; }
.song-main { min-width: 0; display: flex; flex-direction: column; }
.song-main strong { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: var(--navy); }
.song-main span, .song-album, .song-time { color: var(--muted); font-size: 13px; }
.song-album { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.song-time { text-align: right; font-variant-numeric: tabular-nums; }
.day-tabs { display: grid; grid-template-columns: repeat(7, minmax(0,1fr)); gap: 7px; margin-bottom: 26px; }
.day-tabs button { border: 1px solid var(--line); background: rgba(255,255,255,.82); color: var(--text); border-radius: 15px; padding: 12px 8px; cursor: pointer; box-shadow: 0 4px 12px rgba(65,71,109,.04); transition: transform .18s ease, box-shadow .18s ease; }
.day-tabs button:hover { transform: translateY(-2px); box-shadow: var(--shadow-soft); }
.day-tabs button span, .day-tabs button small { display: block; }
.day-tabs button span { font-weight: 850; }
.day-tabs button small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.day-tabs button.active { color: #fff; background: linear-gradient(135deg, var(--station-accent), var(--accent-3)); border-color: transparent; box-shadow: 0 12px 26px rgba(116,87,245,.20); }
.day-tabs button.active small { color: rgba(255,255,255,.82); }
.schedule-panel { display: none; }
.schedule-panel.active { display: block; }
.schedule-panel > h3 { margin: 0 0 16px; font-size: 24px; color: var(--navy); }
.timeline { border-top: 1px solid var(--line); }
.timeline-item { display: grid; grid-template-columns: 90px 4px minmax(0,1fr); gap: 22px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.timeline-time strong, .timeline-time span { display: block; font-variant-numeric: tabular-nums; }
.timeline-time strong { font-size: 18px; color: var(--navy); }
.timeline-time span { color: var(--muted); font-size: 11px; }
.timeline-line { display: block; width: 4px; min-height: 66px; background: var(--slot-color, var(--station-accent)); border-radius: 99px; box-shadow: 0 0 0 5px color-mix(in srgb, var(--slot-color, var(--station-accent)) 12%, transparent); }
.timeline-content strong { font-size: 20px; color: var(--navy); }
.timeline-content p { margin: 8px 0 0; color: var(--muted); max-width: 770px; }
.meta-chips, .airtimes, .tag-cloud { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 13px; }
.meta-chips span, .airtimes span { padding: 5px 8px; font-size: 10px; }
.show-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.show-card { display: grid; grid-template-columns: 6px minmax(0,1fr); min-height: 205px; border: 1px solid var(--line); border-radius: 19px; overflow: hidden; background: rgba(255,255,255,.94); box-shadow: var(--shadow-soft); transition: transform .18s ease, box-shadow .18s ease; }
.show-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.show-line { background: var(--show-color, var(--station-accent)); }
.show-body { padding: 22px; }
.show-body h3 { margin: 0; font-size: 19px; color: var(--navy); }
.show-body p { color: var(--muted); font-size: 13px; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.small-heading h2 { font-size: clamp(30px,4vw,44px); }
.next-artists { border-top: 1px solid var(--line); }
.next-artists article { display: grid; grid-template-columns: 44px 1fr; gap: 12px; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--line); }
.next-artists article span { color: #a0a4b6; font-weight: 800; }
.next-artists article strong { font-size: 18px; color: var(--navy); }
.tag-cloud { margin-top: 0; }
.tag-cloud span { font-size: 14px; padding: 10px 13px; }
.tag-cloud span:nth-child(4n+1) { background: rgba(255,91,114,.09); border-color: rgba(255,91,114,.22); }
.tag-cloud span:nth-child(4n+2) { background: rgba(34,199,215,.09); border-color: rgba(34,199,215,.22); }
.tag-cloud span:nth-child(4n+3) { background: rgba(116,87,245,.08); border-color: rgba(116,87,245,.20); }
.tag-cloud span:nth-child(4n) { background: rgba(255,202,69,.12); border-color: rgba(255,202,69,.28); }

.station-section { position: relative; overflow: hidden; background: #fff; }
.station-section::before { content: ""; position: absolute; width: 330px; height: 330px; left: -130px; top: -180px; border-radius: 50%; background: rgba(34,199,215,.10); filter: blur(8px); }
.station-section::after { content: "CROSSOVER"; position: absolute; right: -20px; bottom: -55px; font-size: clamp(80px,16vw,220px); line-height: 1; font-weight: 950; letter-spacing: -.08em; color: rgba(116,87,245,.035); pointer-events: none; }
.station-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.3fr) minmax(300px,.7fr); gap: 70px; align-items: start; }
.station-lead { max-width: 720px; font-size: 18px; color: #5d6174; }
.station-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-top: 30px; }
.station-facts div { padding: 15px 0; border-top: 1px solid var(--line); }
.station-facts span, .station-facts strong { display: block; }
.station-facts span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.station-facts strong { margin-top: 5px; color: var(--navy); }
.contact-card { padding: 22px; border: 1px solid var(--line); border-radius: 23px; background: linear-gradient(145deg, #ffffff 0%, #fff5f8 100%); box-shadow: var(--shadow); }
.contact-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 16px; margin-bottom: 18px; }
.contact-card h3 { margin: 0; font-size: 23px; color: var(--navy); }
.contact-card p { color: var(--muted); font-size: 13px; }
.outline-link { display: block; margin-top: 9px; border: 1px solid rgba(116,87,245,.18); border-radius: 14px; padding: 12px 16px; text-align: center; text-decoration: none; font-weight: 850; color: var(--accent-3); background: rgba(116,87,245,.05); transition: background .18s ease, transform .18s ease; }
.outline-link:hover { background: rgba(116,87,245,.10); transform: translateY(-1px); }
.social-links { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.social-links a { font-size: 12px; color: var(--accent-3); font-weight: 700; }

.site-footer { border-top: 1px solid var(--line); padding: 32px 0; background: linear-gradient(110deg, #fff5f8, #f4fbff 58%, #f8f5ff); }
.footer-inner { display: grid; grid-template-columns: 1fr 2fr; gap: 30px; align-items: center; }
.footer-inner div { display: flex; flex-direction: column; }
.footer-inner span, .footer-inner p { color: var(--muted); font-size: 12px; }
.footer-inner p { margin: 0; }

.to-top { position: fixed; right: 22px; bottom: 174px; z-index: 85; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.88); border-radius: 50%; background: linear-gradient(135deg, var(--station-accent), var(--accent-3)); color: #fff; font: 900 24px/1 system-ui, sans-serif; box-shadow: 0 12px 30px rgba(86,69,190,.25); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(12px) scale(.92); pointer-events: none; transition: opacity .18s ease, transform .18s ease, visibility .18s ease, box-shadow .18s ease; }
.to-top.visible { opacity: 1; visibility: visible; transform: translateY(0) scale(1); pointer-events: auto; }
.to-top:hover { transform: translateY(-2px) scale(1.03); box-shadow: 0 16px 34px rgba(86,69,190,.31); }
.to-top:focus-visible { outline: 3px solid rgba(34,199,215,.35); outline-offset: 3px; }

.sticky-player { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; border-top: 1px solid rgba(255,255,255,.8); background: rgba(255,255,255,.96); backdrop-filter: blur(24px) saturate(1.25); box-shadow: 0 -12px 35px rgba(65,71,109,.11); }
.sticky-player::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: linear-gradient(90deg, var(--station-accent), var(--accent-4), var(--accent-2), var(--accent-3)); }
.sticky-inner { min-height: 156px; display: grid; grid-template-columns: 48px minmax(150px,.72fr) minmax(360px,1.8fr) auto; gap: 14px; align-items: center; padding-top: 8px; padding-bottom: 8px; }
.mini-logo { width: 44px; height: 44px; border-radius: 11px; object-fit: cover; box-shadow: 0 5px 15px rgba(65,71,109,.12); }
.mini-meta { min-width: 0; display: flex; flex-direction: column; line-height: 1.2; }
.mini-meta small { margin-bottom: 4px; color: var(--accent-3); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.mini-meta strong, .mini-meta span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mini-meta strong { font-size: 13px; color: var(--navy); }
.mini-meta span { margin-top: 3px; color: var(--muted); font-size: 11px; }
.official-widget-wrap { min-width: 0; height: 140px; overflow: hidden; border: 1px solid rgba(116,87,245,.12); border-radius: 16px; background: linear-gradient(120deg, #fff4f7, #f4fbff); box-shadow: var(--shadow-soft); }
.official-widget-wrap iframe { display: block; width: 100%; height: 140px; border: 0 !important; }
.mini-live { display: inline-flex; align-items: center; gap: 7px; color: var(--accent-3); font-size: 11px; font-weight: 900; letter-spacing: .11em; }
.mini-live i { width: 7px; height: 7px; border-radius: 50%; background: #ff3158; box-shadow: 0 0 0 4px rgba(255,49,88,.10); }
.player-attention { animation: playerAttention .85s ease 2; }
@keyframes playerAttention { 50% { box-shadow: 0 -18px 52px rgba(116,87,245,.24); } }
.api-warning { margin-top: 20px; padding: 13px 15px; border: 1px solid rgba(224,155,22,.24); border-radius: 13px; background: #fff6df; color: #7e5b17; box-shadow: var(--shadow-soft); }
.empty-state { color: var(--muted); }

@media (max-width: 960px) {
    .hero-grid { grid-template-columns: 1fr 360px; gap: 32px; }
    .hero h1 { font-size: clamp(50px,9vw,80px); }
    .status-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .show-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .two-column, .station-grid { gap: 40px; }
}
@media (max-width: 760px) {
    body { padding-bottom: 154px; }
    .to-top { right: 14px; bottom: 164px; width: 44px; height: 44px; font-size: 21px; }
    .shell { width: min(100% - 24px, var(--shell)); }
    .header-inner { min-height: 66px; }
    .nav-toggle { display: inline-block; }
    .main-nav { display: none; position: absolute; left: 12px; right: 12px; top: 60px; padding: 10px; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); }
    .main-nav.open { display: flex; }
    .main-nav a { padding: 11px 12px; }
    .hero, .hero-grid { min-height: auto; }
    .hero-grid { grid-template-columns: 1fr; padding: 56px 0 72px; }
    .hero-overlay { background: linear-gradient(180deg, rgba(255,250,247,.96) 0%, rgba(255,250,247,.90) 48%, rgba(255,250,247,.78) 100%); }
    .hero::before { opacity: .18; }
    .hero h1 { font-size: clamp(54px,17vw,82px); }
    .hero-description { font-size: 15px; }
    .now-card { max-width: 520px; }
    .compact-section { transform: none; padding: 14px 0 0; }
    .section { padding: 60px 0; }
    .status-grid { grid-template-columns: 1fr 1fr; }
    .section-heading { align-items: start; flex-direction: column; }
    .song-row { grid-template-columns: 38px minmax(0,1fr) 54px; min-height: 70px; }
    .song-album { display: none; }
    .day-tabs { display: flex; overflow-x: auto; padding-bottom: 8px; }
    .day-tabs button { min-width: 72px; }
    .show-grid, .two-column, .station-grid { grid-template-columns: 1fr; }
    .timeline-item { grid-template-columns: 72px 4px minmax(0,1fr); gap: 14px; }
    .station-facts { grid-template-columns: 1fr; }
    .footer-inner { grid-template-columns: 1fr; gap: 12px; }
    .sticky-inner { min-height: 148px; display: block; padding-top: 4px; padding-bottom: 4px; }
    .sticky-inner > .mini-logo, .sticky-inner > .mini-meta, .sticky-inner > .mini-live { display: none; }
    .official-widget-wrap { width: 100%; height: 140px; border-radius: 13px; }
    .brand small { max-width: 180px; }
}
@media (max-width: 440px) {
    .status-grid { grid-template-columns: 1fr; }
    .hero h1 { font-size: clamp(48px,18vw,70px); }
    .now-card { padding: 16px; }
    .now-meta strong { font-size: 28px; }
    .song-row { grid-template-columns: 30px minmax(0,1fr) 44px; gap: 9px; }
    .timeline-item { grid-template-columns: 62px 4px minmax(0,1fr); gap: 11px; }
    .timeline-time strong { font-size: 15px; }
    .mini-live { display: none; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* =========================================================
   Rechtliches & Datenschutz – v1.0.10
   ========================================================= */
.footer-copy { min-width: 0; }
.legal-links { display: flex; flex-wrap: wrap; gap: 8px 14px; margin-top: 10px; align-items: center; }
.legal-links a,
.legal-links button {
    border: 0;
    padding: 0;
    background: none;
    color: var(--accent-3);
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}
.legal-links a:hover,
.legal-links button:hover { text-decoration: underline; }

.widget-consent-placeholder {
    min-height: 138px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 22px;
    background: linear-gradient(120deg, #fff5f8, #f4fbff 58%, #f8f5ff);
}
/* Das hidden-Attribut muss die display:flex-Regel zuverlässig übersteuern. */
.widget-consent-placeholder[hidden] { display: none !important; }
.widget-consent-placeholder > div { min-width: 0; }
.widget-consent-placeholder strong,
.widget-consent-placeholder span { display: block; }
.widget-consent-placeholder strong { color: var(--navy); font-size: 15px; }
.widget-consent-placeholder span { margin-top: 5px; color: var(--muted); font-size: 12px; }
.widget-consent-placeholder button {
    flex: 0 0 auto;
    border: 0;
    border-radius: 13px;
    padding: 11px 15px;
    background: linear-gradient(110deg, var(--station-accent), #ff7b62 45%, var(--accent-4));
    color: #fff;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(255,91,114,.18);
}

.consent-banner {
    position: fixed;
    inset: 0;
    z-index: 250;
    display: grid;
    place-items: end center;
    padding: 22px;
    background: rgba(32,36,58,.20);
    backdrop-filter: blur(6px);
}
.consent-banner[hidden] { display: none !important; }
.consent-card {
    width: min(980px, 100%);
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 28px;
    align-items: end;
    padding: 25px;
    border: 1px solid rgba(255,255,255,.86);
    border-radius: 24px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 24px 80px rgba(32,36,58,.24);
}
.consent-copy h2 { margin: 5px 0 8px; color: var(--navy); font-size: clamp(23px,3vw,32px); line-height: 1.05; letter-spacing: -.03em; }
.consent-copy p { margin: 8px 0 0; color: #555a70; font-size: 13px; }
.consent-copy .consent-note { color: var(--muted); font-size: 12px; }
.consent-copy > a { display: inline-block; margin-top: 12px; color: var(--accent-3); font-size: 12px; font-weight: 850; }
.consent-actions { display: flex; gap: 10px; align-items: stretch; }
.consent-actions button {
    min-width: 172px;
    border-radius: 14px;
    padding: 12px 15px;
    font-weight: 900;
    cursor: pointer;
}
.consent-secondary { border: 1px solid var(--line-strong); background: #fff; color: var(--navy); }
.consent-primary { border: 1px solid transparent; background: linear-gradient(110deg, var(--station-accent), #ff7b62 45%, var(--accent-4)); color: #fff; }
.consent-actions button:hover { transform: translateY(-1px); }

body.legal-page { padding-bottom: 0; }
.legal-header .header-inner { min-height: 70px; }
.legal-main { padding: 64px 0 90px; }
.legal-hero {
    padding: 42px 0 32px;
    border-bottom: 1px solid var(--line);
    background:
        radial-gradient(circle at 10% 25%, rgba(255,202,69,.15), transparent 18rem),
        radial-gradient(circle at 90% 20%, rgba(34,199,215,.13), transparent 22rem),
        linear-gradient(120deg,#fff4f7,#fff9ec 50%,#eefcff);
}
.legal-hero h1 { margin: 8px 0 0; color: var(--navy); font-size: clamp(42px,7vw,76px); line-height: .96; letter-spacing: -.055em; }
.legal-hero p { max-width: 760px; margin: 15px 0 0; color: #5c6074; }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0,1fr); gap: 48px; align-items: start; }
.legal-toc { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 5px; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.84); box-shadow: var(--shadow-soft); }
.legal-toc strong { padding: 6px 9px; color: var(--navy); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.legal-toc a { padding: 8px 9px; border-radius: 10px; color: #5b6075; text-decoration: none; font-size: 12px; }
.legal-toc a:hover { background: #f6f5ff; color: var(--accent-3); }
.legal-content { min-width: 0; }
.legal-content section { scroll-margin-top: 100px; padding: 0 0 34px; margin-bottom: 34px; border-bottom: 1px solid var(--line); }
.legal-content section:last-child { border-bottom: 0; margin-bottom: 0; }
.legal-content h2 { margin: 0 0 13px; color: var(--navy); font-size: clamp(25px,3vw,34px); letter-spacing: -.03em; }
.legal-content h3 { margin: 22px 0 8px; color: var(--navy); font-size: 18px; }
.legal-content p,
.legal-content li { color: #565b70; }
.legal-content p { margin: 8px 0; }
.legal-content ul { padding-left: 21px; }
.legal-content a { color: var(--accent-3); font-weight: 700; }
.legal-address { display: inline-block; padding: 17px 19px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow-soft); font-style: normal; }
.legal-note { padding: 14px 16px; border-left: 4px solid var(--accent-4); border-radius: 0 13px 13px 0; background: #fff9e9; color: #62562e !important; }
.legal-meta { margin-top: 18px; color: var(--muted); font-size: 12px; }

@media (max-width: 820px) {
    .consent-card { grid-template-columns: 1fr; gap: 18px; }
    .consent-actions { flex-direction: column-reverse; }
    .consent-actions button { width: 100%; min-width: 0; }
    .legal-layout { grid-template-columns: 1fr; gap: 28px; }
    .legal-toc { position: static; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
    .legal-toc strong { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
    .widget-consent-placeholder { min-height: 138px; padding: 16px; }
    .widget-consent-placeholder span { display: none; }
    .consent-banner { padding: 10px; }
    .consent-card { padding: 18px; border-radius: 18px; }
    .legal-main { padding: 44px 0 70px; }
    .legal-hero { padding: 32px 0 26px; }
}
@media (max-width: 480px) {
    .legal-toc { grid-template-columns: 1fr; }
    .legal-toc strong { grid-column: auto; }
    .widget-consent-placeholder { flex-direction: column; align-items: stretch; justify-content: center; text-align: center; }
}

@media (max-width: 760px) {
    .legal-header .main-nav {
        display: flex;
        position: static;
        left: auto;
        right: auto;
        top: auto;
        padding: 0;
        flex-direction: row;
        align-items: center;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }
    .legal-header .main-nav a { padding: 8px 7px; font-size: 12px; }
    .legal-header .brand small { display: none; }
}
@media (max-width: 520px) {
    .legal-header .main-nav a:first-child { display: none; }
}
