:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:#0a0a0a;color:#fafafa}.shell{min-height:100vh;display:grid;place-items:center;padding:2rem}.player-card{width:100%;max-width:380px;border:1px solid rgba(255,255,255,.08);border-radius:1.25rem;background:linear-gradient(145deg,#1e1e28f2,#0f0f14fa);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overflow:hidden;box-shadow:0 4px 24px #0006,0 0 0 1px #ffffff08 inset}.player-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.06)}.logo{display:flex;align-items:center;gap:.6rem}.logo-icon{color:#6366f1;display:flex}.logo-text{font-size:1.25rem;font-weight:700;letter-spacing:-.03em;background:linear-gradient(135deg,#818cf8,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.status-badge{display:flex;align-items:center;gap:.4rem;font-size:.7rem;font-weight:600;letter-spacing:.1em;padding:.3rem .7rem;border-radius:1rem}.status-badge.live{background:#22c55e26;color:#4ade80}.status-badge.off{background:#ffffff0f;color:#fff6}.status-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.status-badge.live .status-dot{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.player-body{padding:2rem 1.5rem;min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center}.now-playing{text-align:center;width:100%}.dj-label{margin:0 0 .4rem;font-size:.65rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#ffffff59}.dj-name{margin:0;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:#f0f0f0}.dj-list{margin:.25rem 0 0;font-size:.85rem;color:#ffffff80}.listener-count{margin:.6rem 0 0;font-size:.8rem;color:#ffffff59}.visualizer{display:flex;align-items:flex-end;gap:3px;height:40px;margin-top:1.25rem}.bar{width:4px;border-radius:2px;background:linear-gradient(to top,#6366f1,#818cf8);animation:eq .8s ease-in-out infinite alternate}@keyframes eq{0%{height:6px}to{height:32px}}.off-air{text-align:center}.off-air-icon{color:#ffffff1f;margin-bottom:1rem}.off-air-title{margin:0;font-size:1.1rem;font-weight:600;color:#ffffff80}.off-air-sub{margin:.3rem 0 0;font-size:.85rem;color:#ffffff40}.player-controls{display:flex;align-items:center;gap:1.25rem;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.06)}.play-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;border-radius:50%;background:#6366f1;color:#fff;cursor:pointer;flex-shrink:0;transition:background .2s,transform .1s}.play-btn:hover:not(:disabled){background:#7c7ff7;transform:scale(1.05)}.play-btn:active:not(:disabled){transform:scale(.97)}.play-btn:disabled{background:#ffffff14;color:#fff3;cursor:not-allowed}.volume-group{display:flex;align-items:center;gap:.6rem;flex:1;color:#fff6}.volume-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:1;height:4px;border-radius:2px;background:#ffffff1a;outline:none}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:#818cf8;cursor:pointer;border:2px solid #1a1a2e}.volume-slider::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#818cf8;cursor:pointer;border:2px solid #1a1a2e}.player-footer{padding:.75rem 1.5rem;text-align:center;border-top:1px solid rgba(255,255,255,.04)}.player-footer a{font-size:.75rem;color:#ffffff40;text-decoration:none;transition:color .2s}.player-footer a:hover{color:#ffffff80}
