:root{--bg-0:#05070d;--bg-1:#0b1220;--card:rgba(15,23,40,.72);--card-border:rgba(120,160,220,.16);--accent:#38bdf8;--accent-soft:rgba(56,189,248,.16);--orange:#f5943a;--green:#34d399;--blue:#38bdf8;--text:#e7edf7;--muted:#8ea0bd;--muted-2:#5f7191}*{box-sizing:border-box}body,html{height:100%}body{margin:0;min-height:100vh;color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(1100px 700px at 15% -10%,#12213a 0,transparent 60%),radial-gradient(900px 600px at 100% 0,#0e1b30 0,transparent 55%),radial-gradient(1400px 900px at 50% 120%,#0a1526 0,transparent 60%),var(--bg-0)}.page{max-width:1400px;margin:0 auto;padding:28px 28px 60px;display:flex;flex-direction:column;gap:24px}.card{background:var(--card);border:1px solid var(--card-border);border-radius:24px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 30px 80px -40px rgba(0,0,0,.7)}.hero{padding:32px 36px;display:flex;gap:24px;justify-content:space-between;align-items:stretch;flex-wrap:wrap}.hero-left{flex:1 1 380px;min-width:280px;display:flex;flex-direction:column;justify-content:center}.eyebrow{color:var(--accent);font-size:12px;font-weight:700;letter-spacing:.16em;margin-bottom:10px}.hero h1{font-size:clamp(32px,4.4vw,52px);line-height:1.02;font-weight:800;letter-spacing:-.02em;margin:0 0 14px}.hero p{color:var(--muted);font-size:15px;line-height:1.55;max-width:46ch;margin:0}.player-panel{flex:0 0 340px;border:1px solid var(--card-border);border-radius:18px;background:rgba(10,16,28,.6);padding:20px 22px;display:flex;flex-direction:column;gap:14px;transition:border-color .25s ease,box-shadow .25s ease}.player-panel.is-playing{border-color:rgba(52,211,153,.55);box-shadow:0 0 0 1px rgba(52,211,153,.2),0 20px 50px -30px rgba(52,211,153,.5)}.player-label{color:var(--accent);font-size:11px;font-weight:700;letter-spacing:.14em}.player-title{font-size:19px;font-weight:700}.player-meta,.player-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-meta{color:var(--muted);font-size:13px}.stream-error{color:#f87171;font-size:12.5px}.player-controls{display:flex;gap:8px}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--card-border);background:hsla(0,0%,100%,.04);color:var(--text);border-radius:10px;padding:9px 14px;font-size:13.5px;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.btn:hover{background:hsla(0,0%,100%,.09)}.btn.active{background:var(--accent-soft);border-color:rgba(56,189,248,.5);color:var(--accent)}.btn.star{width:38px;padding:9px 0;text-align:center}.btn.star.is-favorite{color:#facc15;border-color:rgba(250,204,21,.5)}.volume-row{display:flex;align-items:center;gap:10px;font-size:12.5px;color:var(--muted)}.volume-row input[type=range]{flex:1 1;accent-color:var(--accent)}.atlas{display:flex;gap:0;height:clamp(620px,calc(100vh - 250px),820px);overflow:hidden}.globe-pane{flex:1 1 auto;min-width:320px;position:relative;border-right:1px solid var(--card-border)}.globe-pane canvas{display:block;width:100%;height:100%;cursor:-webkit-grab;cursor:grab}.globe-pane canvas:active{cursor:-webkit-grabbing;cursor:grabbing}.globe-hint{position:absolute;left:16px;bottom:14px;font-size:12px;color:var(--muted-2);pointer-events:none}.sidebar{flex:0 0 380px;max-width:420px;min-width:300px;display:flex;flex-direction:column;padding:20px;gap:12px;min-height:0}.search-row{display:flex;gap:8px}.search-row input{flex:1 1;min-width:0;background:hsla(0,0%,100%,.04);border:1px solid var(--card-border);border-radius:10px;padding:10px 12px;color:var(--text);font-size:13.5px}.search-row input::placeholder{color:var(--muted-2)}.btn:focus-visible,.search-row input:focus{outline:2px solid rgba(56,189,248,.5);outline-offset:1px}.mode-row{display:flex;gap:8px;flex-wrap:wrap}.status-line{color:var(--muted);font-size:12.5px;min-height:16px}.status-line.error{color:#f87171}.station-list{flex:1 1 auto;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:6px;padding-right:4px}.station-row{display:flex;align-items:center;gap:10px;padding:9px 11px;border-radius:14px;border:1px solid transparent;background:hsla(0,0%,100%,.03);cursor:pointer;text-align:left}.station-row:hover{background:hsla(0,0%,100%,.06)}.station-row.is-selected{border-color:rgba(56,189,248,.55);background:rgba(56,189,248,.08)}.station-row.is-current{border-color:rgba(52,211,153,.6);background:rgba(52,211,153,.1)}.station-icon{object-fit:cover}.station-icon,.station-icon-fallback{flex:0 0 32px;width:32px;height:32px;border-radius:8px;background:hsla(0,0%,100%,.06)}.station-icon-fallback{display:flex;align-items:center;justify-content:center;color:var(--muted-2);font-size:14px}.station-text{flex:1 1 auto;min-width:0}.station-name{font-weight:700;font-size:13.5px}.station-meta,.station-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.station-meta{font-size:11.5px;color:var(--muted)}.station-fav{flex:0 0 auto;background:none;border:none;color:var(--muted-2);cursor:pointer;font-size:16px;padding:4px}.station-fav.is-favorite{color:#facc15}.station-list::-webkit-scrollbar{width:8px}.station-list::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.12);border-radius:8px}@media (max-width:980px){.atlas{flex-direction:column;height:auto;overflow:visible}.globe-pane{height:clamp(430px,60vw,560px);border-right:none;border-bottom:1px solid var(--card-border)}.sidebar{flex:1 1 auto;max-width:none;max-height:520px}.hero{flex-direction:column}.player-panel{flex:1 1 auto}}