:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;--accent: #8b5cf6;--accent-glow: rgba(139, 92, 246, .25);--surface: rgba(255, 255, 255, .04);--surface-hover: rgba(255, 255, 255, .07);--border: rgba(255, 255, 255, .08);--text: #fafafa;--text-muted: rgba(255, 255, 255, .55);--text-secondary: rgba(255, 255, 255, .75)}*{box-sizing:border-box;margin:0}html,body,#root{min-height:100vh;background:#0a0a0a;color:var(--text)}.app{max-width:640px;margin:0 auto;padding:2.5rem 1.25rem 4rem}.header{text-align:center;margin-bottom:2rem}.header h1{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1.75rem;font-weight:700;letter-spacing:-.03em;margin-bottom:.25rem}.logo-icon{color:var(--accent);display:flex}.subtitle{color:var(--text-muted);font-size:.95rem}.search-container{position:relative;margin-bottom:1.5rem}.search-input{width:100%;padding:.85rem 2.75rem .85rem 1.15rem;font-size:1rem;font-family:inherit;background:var(--surface);border:1px solid var(--border);border-radius:.75rem;color:var(--text);outline:none;transition:border-color .2s,box-shadow .2s}.search-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.search-input::placeholder{color:var(--text-muted)}.spinner{position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:18px;height:18px;border:2px solid rgba(255,255,255,.15);border-top-color:var(--accent);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:translateY(-50%) rotate(360deg)}}.empty-state{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 1rem;color:var(--text-muted);font-size:.95rem}.error-msg{text-align:center;padding:1rem;color:#f87171;background:#f8717114;border-radius:.75rem;margin-bottom:1rem;font-size:.9rem}.results{display:flex;flex-direction:column;gap:.5rem}.result-card{display:flex;align-items:center;gap:.85rem;padding:.65rem .85rem;background:var(--surface);border:1px solid var(--border);border-radius:.75rem;transition:background .15s,border-color .15s}.result-card:hover{background:var(--surface-hover)}.result-card.playing{border-color:var(--accent);background:#8b5cf60f}.artwork{width:56px;height:56px;border-radius:.5rem;object-fit:cover;flex-shrink:0}.song-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.song-title{font-weight:600;font-size:.95rem;color:var(--text);text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.song-title:hover{color:var(--accent);text-decoration:underline}.artist{font-size:.82rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.album{font-size:.78rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.genre{font-size:.7rem;color:var(--accent);opacity:.75;text-transform:uppercase;letter-spacing:.05em}.play-btn{flex-shrink:0;width:40px;height:40px;border-radius:50%;border:1px solid var(--border);background:transparent;color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.play-btn:hover{border-color:var(--accent);color:var(--accent);background:#8b5cf61a}.play-btn.active{border-color:var(--accent);color:var(--accent);background:#8b5cf626;animation:pulse-glow 1.5s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 0 0 0 var(--accent-glow)}50%{box-shadow:0 0 0 6px transparent}}.results-footer{text-align:center;padding-top:1.25rem;color:var(--text-muted);font-size:.82rem}@media(max-width:480px){.app{padding:1.5rem 1rem 3rem}.header h1{font-size:1.4rem}.artwork{width:48px;height:48px}.song-info{gap:0}}
