@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{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}.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}.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 16px 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}.chips-row{gap:8px;margin-bottom:8px;padding-bottom:4px;display:flex;overflow-x:auto}.chip{color:#3e6c69;font:inherit;cursor:pointer;background:#beefea66;border:1px solid #7edad247;border-radius:9999px;flex:none;padding:10px 14px;font-weight:600;transition:background-color .18s,color .18s,border-color .18s}.chip--active{color:#fff;background:#7edad2;border-color:#7edad2}.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-icon{font-variation-settings:"FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;font-size:28px}.results-summary{flex-direction:column;gap:2px;margin:0 0 12px;padding:0 2px;display:flex}.results-summary__text{color:#3e6c69;background:#beefea73;border-radius:9999px;margin:0;padding:4px 8px;font-size:.72rem;font-weight:600}.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}}
