@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap";:root{--font-body:"Inter", system-ui, sans-serif;--font-display:"Inter", system-ui, sans-serif;font-family:var(--font-body);color:#181c1c;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#eaf7f6;font-weight:400;line-height:1.5}body{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;background:#eaf7f6;min-width:320px;margin:0}#root{min-height:100svh}h1,h2{font-family:var(--font-display)}*{box-sizing:border-box}button,input{font:inherit}a{color:inherit}img,svg,button,input{-webkit-user-drag:none}.material-symbols-outlined{font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;-webkit-user-select:none;user-select:none;font-size:24px;line-height:1}.app-shell{min-height:100svh;padding:0}.app-frame{background:#eaf7f6;flex-direction:column;max-width:480px;min-height:100svh;margin:0 auto;display:flex;position:relative;box-shadow:0 0 0 1px #7edad226}.top-bar{z-index:40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#eaf7f6f5;border-bottom:1px solid #7edad21f;justify-content:space-between;align-items:center;height:64px;padding:0 16px;display:flex;position:sticky;top:0}.top-bar__spacer{width:40px;height:40px}.brand{font-family:var(--font-display);letter-spacing:.26em;color:#7edad2;margin:0;font-size:1.35rem;font-weight:900;line-height:1}.icon-button{color:#7edad2;cursor:pointer;background:0 0;border:0;border-radius:9999px;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .18s,background-color .18s,color .18s;display:inline-flex}.icon-button:hover{background:#beefeabf}.icon-button:active,.play-button:active,.chip:active{transform:scale(.96)}.icon-button .material-symbols-outlined{font-size:24px}.icon-button--ghost{color:#6e7978;width:36px;height:36px}.content{flex:1;padding:24px 16px 112px;overflow-y:auto}.search-card{margin-bottom:16px}.suggestion-section{margin:0 0 16px;animation:.22s suggestion-fade-in}.suggestion-section__header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.suggestion-section__title{color:#3e6c69;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.82rem;font-weight:700}.suggestion-section__status{color:#6e7978;font-size:.78rem}.chips-row{scroll-snap-type:x proximity;flex-wrap:nowrap;gap:10px;padding-bottom:4px;display:flex;overflow:auto hidden}.chip{color:#3e6c69;min-height:36px;font:inherit;cursor:pointer;scroll-snap-align:start;background:#ffffffe6;border:1px solid #7edad23d;border-radius:9999px;flex:none;justify-content:center;align-items:center;padding:0 14px;font-size:.82rem;font-weight:600;transition:transform .16s,background-color .16s,border-color .16s,color .16s,box-shadow .16s;display:inline-flex}.chip:hover{background:#beefeab8;border-color:#7edad26b}.chip--active{color:#005652;background:linear-gradient(135deg,#7edad2,#bdf1ea);box-shadow:0 8px 20px #7edad247}.chip:active{transform:scale(.96)translateY(1px)}.chips-row::-webkit-scrollbar{height:6px}.chips-row::-webkit-scrollbar-thumb{background:#7edad273;border-radius:9999px}.chips-row::-webkit-scrollbar-track{background:0 0}@keyframes suggestion-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.search-field{position:relative}.search-icon{inset-block:0;color:#6e7978;align-items:center;font-size:20px;display:inline-flex;position:absolute;left:16px}.search-input{color:#181c1c;width:100%;height:56px;font:inherit;background:#fff;border:1px solid #beefea;border-radius:16px;outline:none;padding:0 52px 0 48px;transition:border-color .18s,box-shadow .18s;box-shadow:0 1px 2px #0000000a}.search-input::placeholder{color:#6e7978}.search-input:focus{border-color:#7edad2;box-shadow:0 0 0 3px #7edad233}.search-clear-btn{color:#6e7978;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:50%;outline:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:color .16s,background-color .16s;display:inline-flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.search-clear-btn .material-symbols-outlined{pointer-events:none;font-size:20px}.search-clear-btn:focus-visible{outline-offset:2px;outline:2px solid #7edad2}.search-clear-btn:hover{color:#3e6c69;background:#beefea80}.search-clear-btn:active{transform:scale(.92)}.search-clear-btn .material-symbols-outlined{font-size:20px}.status-message{color:#3e6c69;margin:0 0 12px;font-size:.85rem}.status-message--error{color:#ba1a1a}.song-list{flex-direction:column;gap:12px;display:flex}.song-item{cursor:pointer;border-radius:12px;align-items:center;gap:12px;padding:8px;transition:background-color .18s;display:flex}.song-item:hover{background:#beefea4d}.song-item--active{background:#7edad238}.song-art{object-fit:cover;background:#dfe3e2;border-radius:16px;flex-shrink:0;width:56px;height:56px}.song-meta{flex:1;min-width:0}.song-meta-stack{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.song-title,.player-title{color:#181c1c;margin:0;font-size:1rem;font-weight:600;line-height:1.35}.song-artist,.player-artist{color:#6e7978;margin:0;font-size:.875rem;line-height:1.5}.song-subtitle,.player-subtitle{color:#3e6c69;margin:2px 0 0;font-size:.75rem;line-height:1.4}.song-title,.song-artist,.song-subtitle,.player-title,.player-artist,.player-subtitle{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.song-duration{color:#6e7978;font-size:.75rem;font-weight:600}.player-shell{z-index:30;margin-top:auto;padding:0 16px 16px;position:sticky;bottom:0}.player-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#eaf7f6cc;border:1px solid #7edad233;border-radius:24px;align-items:center;gap:12px;padding:12px;display:flex;box-shadow:0 -4px 30px #7edad226}.player-art{object-fit:cover;border-radius:16px;flex-shrink:0;width:48px;height:48px;box-shadow:0 1px 2px #00000014}.player-info{flex:1;min-width:0}.player-controls{align-items:center;gap:4px;display:flex}.play-button{color:#00605b;cursor:pointer;background:#7edad2;border:0;border-radius:9999px;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .18s;display:inline-flex;box-shadow:0 6px 18px #7edad259}.play-button:disabled{cursor:progress;opacity:.88}.play-button--loading{position:relative}.play-button--loading:after{content:"";border:2px solid #00605b2e;border-top-color:#00605bcc;border-radius:9999px;animation:.8s linear infinite play-spin;position:absolute;inset:7px}.play-spinner{border:2px solid #00605b2e;border-top-color:#00605be0;border-radius:9999px;width:18px;height:18px;animation:.8s linear infinite play-spin}.play-icon{font-variation-settings:"FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;font-size:28px}@keyframes play-spin{to{transform:rotate(360deg)}}.devtools-overlay{z-index:9999;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0a1414d1;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.devtools-overlay__card{color:#181c1c;text-align:center;background:#eaf7f6f5;border-radius:20px;max-width:360px;padding:20px;box-shadow:0 24px 80px #0000004d}.devtools-overlay__card h2{margin:0 0 8px;font-size:1.1rem}.devtools-overlay__card p{color:#3e6c69;margin:0;line-height:1.5}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@media (width<=480px){.app-frame{box-shadow:none}.content{padding-top:20px}}
