:root{--bg: #0e1020;--surface: #181b34;--surface-2: #161a30;--border: #2a2e50;--text: #e8eaff;--muted: #9aa0c8;--accent: #7c6cff;--accent-2: #c06cff;--danger: #ff5d7a;--radius: 12px}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,sans-serif}.app{max-width:720px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column}.header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px}.chip{background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:4px 12px;font-weight:700}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:12px}.np{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px;box-shadow:0 0 24px #7c6cff40}.row{display:flex;justify-content:space-between;align-items:center;background:var(--surface-2);border:1px solid var(--border);border-radius:10px;padding:10px 12px;margin-bottom:8px}.row.playing{border-color:var(--accent)}.muted{color:var(--muted);font-size:13px}.vote{display:flex;gap:6px;align-items:center}.btn{background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:8px 12px;cursor:pointer;font:inherit}.btn.primary,.btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.btn.danger{background:var(--danger);border-color:var(--danger);color:#fff}.tabs{display:flex;gap:6px;padding:8px;border-top:1px solid var(--border);position:sticky;bottom:0;background:var(--bg)}.tabs .btn{flex:1}.content{flex:1;padding:12px 16px;overflow-y:auto}.input{width:100%;background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:10px;margin:4px 0 10px;font:inherit}.banner{background:var(--danger);color:#fff;text-align:center;padding:6px;font-size:13px}.toast{position:fixed;bottom:70px;left:50%;transform:translate(-50%);background:var(--surface);border:1px solid var(--accent);padding:10px 16px;border-radius:10px}.tv{min-height:100vh;display:flex;flex-direction:column;padding:24px}.tv .spotlight{display:flex;gap:24px;flex:1}.art{background:linear-gradient(135deg,var(--accent),var(--accent-2));border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:#fff}.tv-player-wrap{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.tv-player{width:100%;height:100%}.tv-player-hidden{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden;pointer-events:none}.tv-player-wrap iframe{width:100%;height:100%;border:0;display:block}.hero{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:20px;overflow:hidden}.hero-bg{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;background-size:cover;background-position:center;filter:blur(24px) brightness(.5)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0e1020eb,#0e102026)}.hero-eq{position:relative;z-index:1;display:flex;gap:4px;align-items:flex-end;height:32px;margin-bottom:12px}.hero-eq span{width:5px;background:var(--accent);border-radius:3px;animation:eq 1s ease-in-out infinite}.hero-eq span:nth-child(1){animation-delay:0s}.hero-eq span:nth-child(2){animation-delay:.15s}.hero-eq span:nth-child(3){animation-delay:.3s}.hero-eq span:nth-child(4){animation-delay:.1s}.hero-eq span:nth-child(5){animation-delay:.25s}@keyframes eq{0%,to{height:20%}50%{height:100%}}.hero-title{position:relative;z-index:1;font-size:28px;font-weight:800}.hero-artist{position:relative;z-index:1}.tv-toggle{position:absolute;top:12px;right:12px;z-index:2}.tv-start-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;align-items:center;justify-content:center;background:#0e1020d9;color:var(--text);font-size:20px;font-weight:700;text-align:center;border:none;cursor:pointer}
