@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root{--bg:#f4f7fb;--surface:#fff;--ink:#081221;--muted:#667287;--line:#dfe6ef;--navy:#06101d;--blue:#1268ff;--soft:#e9f1ff;--danger:#ff2e62;--shadow:0 14px 36px rgba(7,21,44,.10);--radius:18px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:var(--bg);padding-bottom:92px}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}.wrap{width:min(1440px,calc(100% - 48px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:60;background:rgba(4,13,24,.97);backdrop-filter:blur(14px);color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}.header-inner{width:min(1480px,calc(100% - 40px));height:86px;margin:auto;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:12px;min-width:max-content}.brand-mark{width:46px;height:46px;border-radius:50%;background:#0f60ef;position:relative;overflow:hidden;display:inline-block}.brand-mark span{position:absolute;left:6px;width:40px;height:8px;border:3px solid #06101d;border-left:0;border-right:0;border-bottom:0;border-radius:50%;transform:rotate(-18deg)}.brand-mark span:nth-child(1){top:9px}.brand-mark span:nth-child(2){top:17px}.brand-mark span:nth-child(3){top:25px}.brand-mark span:nth-child(4){top:33px}.brand-copy{display:flex;flex-direction:column}.brand-copy strong{font-size:26px;line-height:1;letter-spacing:-1.5px}.brand-copy strong span{color:#2680ff}.brand-copy small{margin-top:5px;color:#96a2b7;font-size:11px}.nav{display:flex;align-items:stretch;gap:10px;margin-left:auto;height:100%}.nav a{display:grid;place-items:center;padding:0 15px;text-transform:uppercase;font-weight:700;font-size:13px;color:#d8deea;position:relative}.nav a:hover,.nav a.active{color:#fff}.nav a.active:after{content:"";position:absolute;left:14px;right:14px;bottom:0;height:3px;background:#2877ff;border-radius:3px 3px 0 0}.header-actions{display:flex;align-items:center;gap:12px}.icon-btn{border:0;background:transparent;color:#fff;font-size:26px}.live-btn{border:0;color:#fff;background:linear-gradient(135deg,var(--blue),#2455df);padding:13px 19px;border-radius:999px;font-size:13px;font-weight:800;text-transform:uppercase}.menu-btn{display:none;background:none;color:#fff;border:0;font-size:26px;margin-left:auto}
.page{display:none;animation:pageIn .28s ease}.page.active{display:block}@keyframes pageIn{from{opacity:.3;transform:translateY(5px)}to{opacity:1;transform:none}}
.top-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(330px,.95fr);gap:20px;padding-top:28px}.hero-card{min-height:540px;border-radius:var(--radius);overflow:hidden;position:relative;color:#fff;background:linear-gradient(90deg,rgba(2,8,17,.97) 0 38%,rgba(2,8,17,.56) 60%,rgba(2,8,17,.2)),url('https://images.unsplash.com/photo-1446776811953-b23d57bd21aa?auto=format&fit=crop&w=1800&q=86') center/cover;box-shadow:var(--shadow)}.hero-content{position:absolute;z-index:2;left:44px;top:62px;width:min(620px,72%)}.tag{display:inline-block;background:var(--blue);color:#fff;border-radius:5px;padding:7px 10px;font-size:11px;font-weight:800;letter-spacing:.03em}.eyebrow{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:#a8b6ca;font-weight:700;margin:18px 0 8px}.hero-content h1{font-size:clamp(42px,4.8vw,70px);line-height:1.02;letter-spacing:-2.4px;margin:0 0 20px;max-width:760px}.hero-lead{font-size:17px;line-height:1.58;color:#e7edf7;max-width:540px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.primary-btn,.secondary-btn{border:0;border-radius:999px;padding:14px 18px;font-weight:800}.primary-btn{background:var(--blue);color:#fff}.secondary-btn{background:#fff;color:#12213a}.hero-status{position:absolute;left:44px;bottom:30px;display:flex;gap:9px;align-items:center;font-size:12px}.pulse{width:9px;height:9px;border-radius:50%;background:#40e68b;box-shadow:0 0 0 0 rgba(64,230,139,.6);animation:pulse 1.8s infinite}@keyframes pulse{70%{box-shadow:0 0 0 9px rgba(64,230,139,0)}100%{box-shadow:0 0 0 0 rgba(64,230,139,0)}}
.side-stack{display:grid;grid-template-rows:auto 1fr;gap:20px}.panel{background:#fff;border:1px solid #e8edf4;border-radius:var(--radius);box-shadow:var(--shadow);padding:24px}.panel-title-row{display:flex;align-items:center;justify-content:space-between;gap:14px}.panel h2{font-size:21px;margin:0}.live-dot{font-size:10px;color:#fff;background:var(--danger);border-radius:999px;padding:6px 9px;font-weight:800}.breaking-list{margin:14px 0}.breaking-item{display:grid;grid-template-columns:58px 1fr;gap:12px;padding:15px 0;border-bottom:1px solid var(--line);font-size:14px;line-height:1.35}.breaking-item time{color:#57708f}.small-link,.card-link,.secondary-link{font-size:12px;font-weight:800;color:var(--blue);text-transform:uppercase}.live-card{min-height:250px;border-radius:var(--radius);padding:28px;color:#fff;display:flex;align-items:center;justify-content:space-between;overflow:hidden;box-shadow:var(--shadow);background:radial-gradient(circle at 86% 54%,rgba(52,127,255,.75),transparent 25%),linear-gradient(135deg,#0b2b73,#0d5de8)}.live-card h2{font-size:28px;margin:12px 0 8px}.live-card p{color:#dfeaff;max-width:270px;line-height:1.5}.live-label{font-size:11px;background:#ba214f;padding:6px 8px;border-radius:5px;font-weight:800}.listen-now{border:0;background:#fff;color:#1042a6;border-radius:999px;padding:13px 18px;font-weight:800}.mic-orb{width:145px;height:145px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,rgba(255,255,255,.25),rgba(255,255,255,.04));box-shadow:0 0 70px rgba(19,105,255,.6)}.mic{font-size:70px}
.content-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(330px,.95fr);gap:20px;margin-top:30px;margin-bottom:42px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:16px}.section-heading h2{margin:3px 0 0;font-size:30px;letter-spacing:-1px}.section-kicker{font-size:10px;color:var(--blue);font-weight:800;letter-spacing:.14em}.section-kicker.light{color:#75aaff}.news-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.news-card{background:#fff;border-radius:15px;overflow:hidden;border:1px solid #e3e8ef;box-shadow:0 9px 26px rgba(10,30,60,.07)}.news-card img{width:100%;height:205px;object-fit:cover;display:block}.news-card-body{padding:18px}.news-card h3{margin:12px 0 8px;font-size:21px}.news-card p{color:var(--muted);line-height:1.5;font-size:14px}.right-column{display:flex;flex-direction:column;gap:20px}.music-panel{padding:20px}.song-list{margin-top:10px}.song{display:grid;grid-template-columns:54px 1fr 38px;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.song:last-child{border-bottom:0}.song>div:nth-child(2){display:flex;flex-direction:column}.song strong{font-size:14px}.song span{font-size:12px;color:var(--muted);margin-top:4px}.cover{width:52px;height:52px;border-radius:8px;display:grid;place-items:center;color:#fff;font-weight:800}.c1{background:linear-gradient(135deg,#4b1dcc,#e95e95)}.c2{background:linear-gradient(135deg,#ffb522,#222)}.c3{background:linear-gradient(135deg,#0f0f15,#2459cf)}.c4{background:linear-gradient(135deg,#0e8a87,#4e1c7b)}.round-play{width:36px;height:36px;border-radius:50%;border:0;background:#ecf3ff;color:var(--blue);font-size:12px;font-weight:900}.info-card p{color:var(--muted);line-height:1.55}
.page-hero{background:#07111f;color:#fff;padding:92px 0 78px}.page-hero.compact{padding:72px 0}.page-hero h1{font-size:clamp(42px,5vw,72px);letter-spacing:-2.2px;line-height:1.02;margin:10px 0 14px}.page-hero p{color:#c7d1df;max-width:700px;font-size:17px;line-height:1.6}.music-hero{background:linear-gradient(100deg,rgba(4,13,24,.98),rgba(5,27,64,.72)),url('https://images.unsplash.com/photo-1492684223066-81342ee5ff30?auto=format&fit=crop&w=1800&q=85') center/cover}.shows-hero{background:linear-gradient(100deg,rgba(4,13,24,.97),rgba(7,30,69,.70)),url('https://images.unsplash.com/photo-1590602847861-f357a9332bbc?auto=format&fit=crop&w=1800&q=85') center/cover}.podcast-hero{background:linear-gradient(100deg,rgba(4,13,24,.97),rgba(7,30,69,.70)),url('https://images.unsplash.com/photo-1478737270239-2f02b77fc618?auto=format&fit=crop&w=1800&q=85') center/cover}.about-hero{background:linear-gradient(100deg,rgba(4,13,24,.97),rgba(7,30,69,.65)),url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1800&q=85') center/cover}.contact-hero{background:linear-gradient(100deg,rgba(4,13,24,.97),rgba(7,30,69,.65)),url('https://images.unsplash.com/photo-1525182008055-f88b95ff7980?auto=format&fit=crop&w=1800&q=85') center/cover}.page-content{padding-top:36px;padding-bottom:48px}
.news-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.chip-row{display:flex;gap:8px;flex-wrap:wrap}.chip{border:1px solid #d9e1ec;background:#fff;padding:10px 13px;border-radius:999px;font-weight:700;font-size:12px}.chip.active{background:var(--blue);border-color:var(--blue);color:#fff}.updated{font-size:12px;color:var(--muted)}.news-listing{display:grid;gap:18px}.story{display:grid;grid-template-columns:280px 1fr;background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;min-height:190px;box-shadow:0 9px 26px rgba(10,30,60,.05)}.story-image{min-height:190px;background-size:cover;background-position:center}.berlin-img{background-image:url('https://images.unsplash.com/photo-1560969184-10fe8719e047?auto=format&fit=crop&w=900&q=80')}.germany-img{background-image:url('https://images.unsplash.com/photo-1521295121783-8a321d551ad2?auto=format&fit=crop&w=900&q=80')}.world-img{background-image:url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?auto=format&fit=crop&w=900&q=80')}.tech-img{background-image:url('https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&w=900&q=80')}.story>div:last-child{padding:24px}.story h2{margin:10px 0 8px;font-size:23px}.story p{color:var(--muted);line-height:1.55}.story small{color:#8793a6}.editorial-note{margin-top:26px;background:#eef4ff;border:1px solid #d4e2ff;border-radius:14px;padding:18px;color:#33435c;line-height:1.55}
.genre-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.genre-card{min-height:220px;border-radius:16px;padding:24px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:var(--shadow)}.genre-card span{font-size:11px;font-weight:800;letter-spacing:.12em}.genre-card h3{font-size:23px;margin:8px 0}.genre-card p{margin:0;color:#dce7f7}.g1{background:linear-gradient(145deg,#5c1bd8,#d746a4)}.g2{background:linear-gradient(145deg,#002a69,#0d82ff)}.g3{background:linear-gradient(145deg,#24150c,#a9621c)}.g4{background:linear-gradient(145deg,#05141c,#275d74)}.music-feature{margin-top:28px;border-radius:18px;background:#07111f;color:#fff;padding:32px;display:flex;align-items:center;justify-content:space-between}.music-feature h2{font-size:31px;margin:8px 0}.music-feature p{color:#b9c5d7}.big-round{width:72px;height:72px;border:0;border-radius:50%;background:var(--blue);color:#fff;font-size:24px}
.schedule{display:grid;gap:14px}.schedule-item{display:grid;grid-template-columns:130px 1fr;gap:22px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;align-items:start}.schedule-item time{font-size:32px;font-weight:800;color:#164b9b}.schedule-item h2{font-size:24px;margin:10px 0 6px}.schedule-item p{margin:0;color:var(--muted)}
.podcast-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.podcast-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px}.podcast-cover{height:220px;border-radius:14px;display:grid;place-items:center;color:#fff;font-size:64px;font-weight:800;margin-bottom:20px}.pc1{background:linear-gradient(145deg,#07111f,#1467ff)}.pc2{background:linear-gradient(145deg,#4b1d77,#d34086)}.pc3{background:linear-gradient(145deg,#d26312,#421b0b)}.podcast-card h2{margin:12px 0 7px}.podcast-card p{color:var(--muted);line-height:1.5}.podcast-card .secondary-btn{background:#edf3ff;color:#164b9b;margin-top:10px}
.about-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:28px;align-items:start}.about-copy{background:#fff;border-radius:18px;border:1px solid #e3e9f1;padding:30px}.about-copy h2{font-size:34px;letter-spacing:-1px}.about-copy p{color:var(--muted);line-height:1.7}.values-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.values-grid div{background:#07111f;color:#fff;border-radius:16px;min-height:150px;padding:24px;display:flex;flex-direction:column;justify-content:flex-end}.values-grid strong{font-size:32px;color:#3a88ff}.values-grid span{color:#c3ccda}.cta-band{margin-top:28px;background:linear-gradient(135deg,#0c2a63,#0d69f7);border-radius:18px;color:#fff;padding:30px;display:flex;align-items:center;justify-content:space-between}.cta-band h2{font-size:30px;margin:8px 0}.light-btn{background:#fff;color:#0e43a5}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:22px}.contact-card,.contact-form{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:28px}.contact-card h2{font-size:32px}.contact-card p{color:var(--muted);line-height:1.6}.contact-lines{display:flex;flex-direction:column;gap:10px;margin-top:20px;font-weight:700}.contact-form{display:grid;gap:15px}.contact-form label{display:grid;gap:7px;font-size:13px;font-weight:700}.contact-form input,.contact-form textarea{width:100%;border:1px solid #d9e1ec;border-radius:11px;padding:13px;background:#fbfcfe}.contact-form textarea{resize:vertical}.form-status{font-size:13px;color:#315c2e;min-height:18px}
.legal-page{padding-top:58px;padding-bottom:60px}.legal-page h1{font-size:50px;margin:10px 0 24px}.legal-box{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:32px;max-width:920px}.legal-box h2{font-size:20px;margin-top:24px}.legal-box h2:first-child{margin-top:0}.legal-box p{color:var(--muted);line-height:1.65}.legal-warning{margin-top:26px;padding:16px;border-radius:12px;background:#fff5df;border:1px solid #f3d79e;line-height:1.5}
.site-footer{background:#040b14;color:#b3bfd0;padding:35px 0}.footer-grid{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}.footer-brand{color:#fff}.footer-links{display:flex;justify-content:flex-end;gap:18px;font-size:12px}
.player{position:fixed;left:0;right:0;bottom:0;z-index:90;background:linear-gradient(90deg,#07111f,#0c1d32);color:#fff;border-top:1px solid rgba(255,255,255,.10);box-shadow:0 -12px 35px rgba(1,8,16,.30)}.player-inner{height:88px;width:min(1500px,calc(100% - 36px));margin:auto;display:grid;grid-template-columns:minmax(260px,1fr) minmax(300px,1.1fr) minmax(180px,.7fr);align-items:center;gap:22px}.now-playing{display:flex;align-items:center;gap:12px;min-width:0}.mini-cover{width:54px;height:54px;border-radius:8px;display:grid;place-items:center;background:linear-gradient(135deg,#174799,#0f77ff);font-weight:900}.now-playing>div:last-child{display:flex;flex-direction:column;min-width:0}.now-playing strong{font-size:14px}.now-playing small{color:#aeb9ca;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.on-air{font-size:9px;width:max-content;padding:4px 6px;border-radius:4px;background:var(--blue);font-weight:800;margin-bottom:5px}.player-controls{display:flex;align-items:center;justify-content:center;gap:16px}.play-main{width:50px;height:50px;border-radius:50%;border:0;background:var(--blue);color:#fff;font-size:18px}.live-text{font-size:11px;color:#b8c2d2}.volume{display:flex;align-items:center;justify-content:flex-end;gap:10px}.volume input{width:160px;accent-color:#2b7aff}.equalizer{height:28px;display:flex;align-items:flex-end;gap:3px}.equalizer i{display:block;width:3px;height:8px;background:#2b7aff;border-radius:4px}.equalizer.playing i:nth-child(1){animation:eq .9s infinite}.equalizer.playing i:nth-child(2){animation:eq .7s .15s infinite}.equalizer.playing i:nth-child(3){animation:eq 1.1s .1s infinite}.equalizer.playing i:nth-child(4){animation:eq .8s .25s infinite}.equalizer.playing i:nth-child(5){animation:eq .6s .12s infinite}.equalizer.playing i:nth-child(6){animation:eq 1s .2s infinite}@keyframes eq{0%,100%{height:6px}50%{height:26px}}
.search-layer{position:fixed;inset:0;z-index:120;background:rgba(2,8,17,.84);backdrop-filter:blur(8px);display:none;align-items:flex-start;justify-content:center;padding:110px 20px}.search-layer.open{display:flex}.search-box{width:min(760px,100%);background:#fff;border-radius:18px;padding:28px;position:relative}.search-close{position:absolute;right:18px;top:18px;border:0;background:#eef2f7;border-radius:50%;width:36px;height:36px}.search-box h2{font-size:30px;margin:8px 0 18px}.search-box input{width:100%;border:1px solid #d7e0eb;border-radius:12px;padding:15px}.search-results{display:grid;gap:8px;margin-top:14px}.search-result{padding:13px;border-radius:10px;background:#f4f7fb;cursor:pointer}.search-result strong{display:block}.search-result span{font-size:12px;color:var(--muted)}
@media(max-width:1100px){.nav{display:none;position:absolute;top:86px;left:0;right:0;height:auto;background:#07111f;flex-direction:column;padding:14px 20px}.nav.open{display:flex}.nav a{height:44px;display:flex;justify-content:flex-start}.nav a.active:after{display:none}.menu-btn{display:block}.header-actions .icon-btn{display:none}.top-grid,.content-grid{grid-template-columns:1fr}.side-stack{grid-template-columns:1fr 1fr;grid-template-rows:auto}.genre-grid{grid-template-columns:1fr 1fr}.podcast-grid{grid-template-columns:1fr 1fr}.about-grid,.contact-grid{grid-template-columns:1fr}}
@media(max-width:760px){body{padding-bottom:78px}.wrap{width:min(100% - 24px,1440px)}.header-inner{height:72px;width:calc(100% - 24px)}.brand-mark{width:38px;height:38px}.brand-copy strong{font-size:20px}.brand-copy small{display:none}.live-btn{display:none}.nav{top:72px}.top-grid{padding-top:12px}.hero-card{min-height:500px}.hero-content{left:24px;top:36px;width:calc(100% - 48px)}.hero-content h1{font-size:40px;letter-spacing:-1.2px}.hero-lead{font-size:15px}.hero-status{left:24px}.side-stack{grid-template-columns:1fr}.live-card{min-height:220px}.mic-orb{width:105px;height:105px}.mic{font-size:48px}.news-grid,.genre-grid,.podcast-grid{grid-template-columns:1fr}.news-card img{height:190px}.page-hero,.page-hero.compact{padding:54px 0}.page-hero h1{font-size:40px}.story{grid-template-columns:1fr}.story-image{min-height:180px}.news-toolbar{align-items:flex-start;flex-direction:column}.schedule-item{grid-template-columns:1fr}.schedule-item time{font-size:24px}.values-grid{grid-template-columns:1fr 1fr}.cta-band{align-items:flex-start;flex-direction:column;gap:14px}.footer-grid{grid-template-columns:1fr;justify-items:start}.footer-links{justify-content:flex-start;flex-wrap:wrap}.player-inner{height:76px;grid-template-columns:1fr auto;gap:10px}.player-controls{justify-content:flex-end}.equalizer,.live-text,.volume{display:none}.mini-cover{width:44px;height:44px}.play-main{width:44px;height:44px}.legal-page h1{font-size:40px}.search-layer{padding-top:90px}}

.track-meta{display:flex;flex-direction:column;min-width:0;max-width:430px}
.track-meta strong,.track-meta small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.track-meta strong{font-size:14px;line-height:1.25}
.track-meta small{color:#aeb9ca;margin-top:4px;font-size:12px}
