:root{--bg:#07110d;--panel:#101b17;--soft:#18241f;--green:#19d98b;--muted:#93a39b;--line:rgba(255,255,255,.09)}*{box-sizing:border-box}html{background:var(--bg);color:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}body{margin:0;min-height:100vh;background:radial-gradient(circle at 85% -10%,rgba(25,217,139,.15),transparent 30rem),var(--bg)}button,input{font:inherit}.topbar{height:76px;max-width:1240px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:10px;align-items:center;color:#fff;text-decoration:none;font-weight:650;font-size:19px}.brand b{color:var(--green)}.brand-mark{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:var(--green);color:#062116;font-weight:900;box-shadow:0 0 24px rgba(25,217,139,.25)}.avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--soft);color:#fff;text-decoration:none}.page{max-width:1240px;margin:auto;padding:28px 24px 190px}.hero{padding:40px 0 52px}.eyebrow,.section-head p,.now-playing span{font-size:11px;letter-spacing:.18em;color:var(--green);font-weight:800;margin:0 0 10px}.hero h1,.compact-head h1{font-size:clamp(38px,7vw,72px);line-height:1.02;letter-spacing:-.045em;margin:0 0 30px}.search-box{max-width:650px;height:58px;background:#fff;border-radius:18px;padding:6px 7px 6px 19px;display:flex;align-items:center;gap:12px;color:#25352d;box-shadow:0 18px 55px rgba(0,0,0,.2)}.search-box input{border:0;outline:0;flex:1;min-width:0;font-size:15px}.search-box button,.primary-link{border:0;border-radius:13px;padding:13px 18px;background:var(--green);color:#052116;font-weight:800;text-decoration:none}.section-head{margin:28px 0 18px;display:flex;align-items:end;justify-content:space-between}.section-head p{margin-bottom:4px}.section-head h2{margin:0;font-size:25px;letter-spacing:-.02em}.section-head>a{color:var(--green);font-size:13px;text-decoration:none}.station-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}.station-card{position:relative;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));border:1px solid var(--line);border-radius:22px;padding:12px;transition:.25s}.station-card:hover{transform:translateY(-3px);border-color:rgba(25,217,139,.35)}.card-link{color:#fff;text-decoration:none;display:block}.card-link img,.art-fallback{width:100%;aspect-ratio:1;border-radius:16px;object-fit:cover;background:linear-gradient(135deg,#214638,#0c221a);display:grid;place-items:center;font-size:64px;font-weight:900;color:var(--green)}.live-pill{position:absolute;top:22px;left:22px;padding:5px 9px;border-radius:999px;background:#f14141;color:#fff;font-size:9px;letter-spacing:.12em;font-weight:900;box-shadow:0 5px 18px rgba(241,65,65,.35)}.station-card h3{margin:14px 48px 3px 3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:16px}.station-card p{margin:0 48px 4px 3px;color:var(--muted);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-play{position:absolute;right:15px;bottom:15px;width:38px;height:38px;border:0;border-radius:50%;background:var(--green);color:#062116;font-size:13px;cursor:pointer}.compact-head{padding:35px 0 25px}.compact-head h1{font-size:clamp(38px,6vw,60px);margin-bottom:18px}.muted{color:var(--muted)}.station-detail{display:grid;grid-template-columns:minmax(270px,470px) 1fr;gap:clamp(35px,7vw,90px);align-items:center;padding:28px 0 60px}.detail-art{position:relative}.detail-art img,.detail-art>.art-fallback{width:100%;aspect-ratio:1;border-radius:34px;object-fit:cover;box-shadow:0 28px 80px rgba(0,0,0,.42)}.detail-art .live-pill{top:20px}.detail-copy h1{font-size:clamp(38px,6vw,68px);letter-spacing:-.045em;line-height:1;margin:0 0 12px}.now-playing{margin:35px 0;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;gap:5px}.now-playing span{margin:0}.now-playing strong{font-size:18px}.now-playing small{color:var(--muted)}.detail-actions{display:flex;gap:12px}.main-play,.circle{border:0;cursor:pointer;font-weight:800}.main-play{height:56px;border-radius:28px;padding:0 25px;background:var(--green);color:#052116}.circle{width:56px;height:56px;border-radius:50%;background:var(--soft);color:#fff;font-size:18px}.circle.selected{background:#fff;color:#e53966}.volume{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:12px;margin-top:18px}.volume input{accent-color:var(--green);max-width:170px}.about{max-width:750px;border-top:1px solid var(--line);padding:34px 0;line-height:1.7;color:#bdc8c2}.about h2{color:#fff}.mini-player{position:fixed;z-index:20;left:50%;bottom:82px;transform:translateX(-50%);width:min(700px,calc(100% - 24px));height:72px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(20,32,27,.95);backdrop-filter:blur(20px);padding:8px;display:flex;align-items:center;gap:12px;box-shadow:0 15px 55px rgba(0,0,0,.45)}.mini-player[hidden]{display:none}.mini-player img{width:54px;height:54px;border-radius:14px;object-fit:cover;background:#173328}.mini-copy{min-width:0;flex:1;display:flex;flex-direction:column}.mini-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mini-copy span{font-size:9px;color:#ff7474;letter-spacing:.12em;margin-top:4px}.mini-copy i{display:inline-block;width:5px;height:5px;border-radius:50%;background:#ff4747}.mini-player button{border:0;background:transparent;color:#fff;font-size:18px;width:38px;height:38px;cursor:pointer}.bottom-nav{position:fixed;z-index:19;bottom:0;left:0;right:0;height:70px;padding-bottom:env(safe-area-inset-bottom);display:flex;justify-content:center;gap:clamp(25px,9vw,100px);background:rgba(7,17,13,.94);backdrop-filter:blur(18px);border-top:1px solid var(--line)}.bottom-nav a{min-width:58px;color:#708078;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:21px}.bottom-nav span{font-size:10px}.bottom-nav a.active{color:var(--green)}.empty{text-align:center;padding:70px 20px;color:var(--muted)}.empty>span{display:grid;place-items:center;width:70px;height:70px;border-radius:50%;margin:0 auto 20px;background:var(--soft);color:var(--green);font-size:28px}.empty h1,.empty h2{color:#fff}.empty .primary-link{display:inline-block;margin-top:15px}.toast{position:fixed;z-index:40;left:50%;top:18px;transform:translateX(-50%);padding:13px 18px;border-radius:12px;background:#7d2424;color:#fff;font-size:13px}.toast[hidden]{display:none}@media(max-width:850px){.station-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.station-detail{grid-template-columns:1fr}.detail-art{max-width:500px;width:100%;margin:auto}}@media(max-width:520px){.topbar{height:66px;padding:0 16px}.page{padding:15px 16px 175px}.hero{padding:28px 0 36px}.hero h1{font-size:42px}.search-box{height:54px}.search-box button{padding:11px}.station-grid{gap:11px}.station-card{border-radius:17px;padding:8px}.card-link img,.card-link .art-fallback{border-radius:12px}.station-card h3{font-size:14px;margin-top:10px}.card-play{right:10px;bottom:10px;width:35px;height:35px}.live-pill{top:15px;left:15px}.station-detail{padding-top:12px;gap:28px}.detail-art img,.detail-art>.art-fallback{border-radius:25px}.detail-copy h1{font-size:42px}.main-play{flex:1}.circle{width:54px;flex:0 0 54px}.bottom-nav{justify-content:space-around;gap:0}}
