*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--black: #0a0a0a;--dark: #111111;--card: #181818;--border: rgba(255,255,255,.08);--white: #f5f5f0;--dim: rgba(245,245,240,.45);--green: #1db954;--green-dim: rgba(29,185,84,.15);--orange: #ff6b35;--font-display: "Bebas Neue", sans-serif;--font-body: "DM Sans", sans-serif}html,body{height:100%;background:var(--black);color:var(--white);font-family:var(--font-body);-webkit-font-smoothing:antialiased}.app{min-height:100vh;position:relative;display:flex;flex-direction:column}.bg-texture{position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(29,185,84,.08) 0%,transparent 60%),radial-gradient(ellipse 60% 40% at 80% 100%,rgba(255,107,53,.05) 0%,transparent 50%);pointer-events:none;z-index:0}.content{position:relative;z-index:1;max-width:480px;margin:0 auto;padding:0 20px;width:100%;min-height:100vh;display:flex;flex-direction:column}.header{padding:28px 0 20px;border-bottom:1px solid var(--border);margin-bottom:32px}.brand{display:flex;flex-direction:column;gap:2px}.brand-name{font-family:var(--font-display);font-size:32px;letter-spacing:.08em;line-height:1;color:var(--white)}.brand-location{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--green);font-weight:500}.main{flex:1;display:flex;flex-direction:column;gap:24px}.now-playing{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:20px;display:flex;align-items:center;gap:16px;min-height:96px}.now-playing.loading,.now-playing.empty{opacity:.6}.album-art{width:64px;height:64px;border-radius:8px;flex-shrink:0;overflow:hidden;position:relative;background:#222}.album-art img{width:100%;height:100%;object-fit:cover}.album-fallback,.music-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;font-size:28px;color:var(--dim);background:#1a1a1a;border-radius:8px;flex-shrink:0}.playing-pulse{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:8px;border:2px solid var(--green);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.2;transform:scale(1.04)}}.track-info{flex:1;min-width:0}.now-label{font-size:10px;letter-spacing:.18em;color:var(--green);font-weight:500;margin-bottom:4px}.track-name{font-family:var(--font-display);font-size:22px;letter-spacing:.04em;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--white)}.track-artist{font-size:13px;color:var(--dim);margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.album-placeholder{width:64px;height:64px;border-radius:8px;background:#1e1e1e;flex-shrink:0;animation:shimmer 1.5s ease-in-out infinite}.track-placeholder{flex:1;display:flex;flex-direction:column;gap:8px}.placeholder-bar{height:14px;border-radius:4px;background:#1e1e1e;animation:shimmer 1.5s ease-in-out infinite}.placeholder-bar.wide{width:70%}.placeholder-bar.narrow{width:45%}@keyframes shimmer{0%,to{opacity:.4}50%{opacity:.7}}.vote-panel{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:24px 20px}.vote-prompt{font-family:var(--font-display);font-size:28px;letter-spacing:.1em;color:var(--white);margin-bottom:20px;text-align:center}.vote-buttons{display:flex;flex-direction:column;gap:10px}.vibe-btn{background:#1e1e1e;border:1px solid var(--border);border-radius:12px;padding:16px 18px;display:flex;align-items:center;gap:14px;cursor:pointer;transition:background .15s,border-color .15s,transform .1s;text-align:left;width:100%;-webkit-tap-highlight-color:transparent}.vibe-btn:hover{background:#252525;border-color:#ffffff26}.vibe-btn:active,.vibe-btn.animating{transform:scale(.97);background:var(--green-dim);border-color:var(--green)}.vibe-emoji{font-size:28px;flex-shrink:0;width:36px;text-align:center}.vibe-label{font-family:var(--font-display);font-size:20px;letter-spacing:.05em;color:var(--white);flex:1}.vibe-sub{font-size:12px;color:var(--dim);flex-shrink:0}.vote-panel.voted{text-align:center}.voted-label{font-size:11px;letter-spacing:.2em;color:var(--green);font-weight:500;margin-bottom:12px}.voted-choice{font-size:56px;margin-bottom:8px;animation:pop .3s cubic-bezier(.34,1.56,.64,1)}@keyframes pop{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.voted-sub{font-size:14px;color:var(--dim);margin-bottom:24px}.results{display:flex;flex-direction:column;gap:10px;text-align:left}.result-row{display:flex;align-items:center;gap:10px}.result-emoji{font-size:18px;width:24px;text-align:center;flex-shrink:0}.result-bar-wrap{flex:1;height:6px;background:#252525;border-radius:3px;overflow:hidden}.result-bar{height:100%;background:var(--border);border-radius:3px;transition:width .6s cubic-bezier(.4,0,.2,1)}.result-row.mine .result-bar{background:var(--green)}.result-pct{font-size:13px;font-weight:500;color:var(--dim);min-width:36px;text-align:right;flex-shrink:0}.result-row.mine .result-pct{color:var(--green)}.total-votes{font-size:11px;color:var(--dim);text-align:center;margin-top:6px;letter-spacing:.05em}.footer{padding:24px 0 32px;text-align:center}.footer p{font-size:12px;color:#f5f5f033;letter-spacing:.05em}@media (max-width: 400px){.brand-name{font-size:26px}.track-name{font-size:18px}.vote-prompt{font-size:24px}.vibe-label{font-size:17px}}
