*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f953c6,#a855f7);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:20px}.container{width:100%;display:flex;align-items:center;justify-content:center}.card{background:#fff;border-radius:20px;padding:32px 28px;width:480px;max-width:100%;box-shadow:0 20px 60px #0003}.header{text-align:center;margin-bottom:24px}.station-logo{width:180px;height:180px;border-radius:50%;object-fit:cover;margin-bottom:16px;box-shadow:0 4px 16px #00000026}.header h1{font-size:28px;font-weight:700;color:#111827;letter-spacing:-.5px;margin-bottom:4px}.tagline{font-size:14px;color:#6b7280;font-weight:400}.now-playing-box{background:#f9fafb;border-radius:12px;padding:20px;text-align:center;margin-bottom:24px}.now-playing-label{display:block;font-size:12px;color:#9ca3af;letter-spacing:.5px;margin-bottom:8px}.song-title{font-size:22px;font-weight:700;color:#111827;margin-bottom:4px;line-height:1.3}.artist-name{font-size:15px;color:#6b7280;margin-bottom:6px}.progress-bar{height:4px;background:#e5e7eb;border-radius:2px;overflow:hidden;margin:12px 0 8px}.progress-fill{height:100%;background:#f43f5e;border-radius:2px;width:0%;transition:width 1s linear}.track-duration{font-size:13px;color:#9ca3af}.no-tracks{font-size:14px;color:#9ca3af;padding:8px 0}.volume-control{display:flex;align-items:center;gap:12px;margin-bottom:24px}.volume-icon{flex-shrink:0}.volume-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:1;height:6px;border-radius:3px;outline:none;cursor:pointer;border:none}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#fff;border:2.5px solid #111827;cursor:pointer;box-shadow:0 1px 4px #0003}.volume-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#fff;border:2.5px solid #111827;cursor:pointer;box-shadow:0 1px 4px #0003}.volume-slider::-moz-range-track{height:6px;border-radius:3px}.volume-pct{font-size:13px;color:#6b7280;min-width:36px;text-align:right;flex-shrink:0}.divider{height:1px;background:#f3f4f6;margin-bottom:20px}.queue-section h3{font-size:15px;font-weight:600;color:#111827;margin-bottom:14px}.queue-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0}.queue-divider{height:1px;background:#f3f4f6}.queue-info{display:flex;flex-direction:column;gap:2px;overflow:hidden}.queue-title{font-size:14px;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.queue-artist{font-size:12px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.queue-duration{font-size:13px;color:#9ca3af;flex-shrink:0}.empty-queue{font-size:13px;color:#9ca3af;padding:8px 0}.footer{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:20px;padding-top:16px;border-top:1px solid #f3f4f6}.listener-dot{width:8px;height:8px;border-radius:50%;background:#f43f5e;display:inline-block}.listener-num{font-size:12px;color:#9ca3af}
