#song-suggestions{position:relative;margin-top:8px;max-height:280px;overflow:auto;overscroll-behavior:contain;background:#fff;border:1px solid #d8e8ed;border-radius:8px;box-shadow:0 8px 18px #8baabb18}
#song-suggestions[hidden]{display:none}
#song-suggestions [role=option]{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-height:48px;padding:10px 12px;border:0;border-bottom:1px solid #edf3f5;background:#fff;color:#244451;text-align:left;font:inherit;cursor:pointer}
#song-suggestions [aria-selected=true],#song-suggestions [role=option]:hover{background:#fff0f7;color:#9d3264}
#song-suggestions span{min-width:0;overflow-wrap:anywhere;font-size:13px}#song-suggestions small{white-space:nowrap;font-size:11px;color:#697f89}
#song-artist-status{font-size:12px;line-height:1.7;color:#697f89;margin:8px 0 0}#song-artist-status:empty{display:none}
.search-wrap .search-icon{top:24px!important}.search-wrap .search-clear{top:24px!important}
@media(max-width:900px){#song-suggestions{max-height:230px}.search-wrap .search{font-size:16px!important}}
@media(prefers-reduced-motion:no-preference){#song-suggestions:not([hidden]){animation:song-suggest-open .18s ease-out}@keyframes song-suggest-open{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}}
.search-wrap input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}
.song-library{--renewal-header-height:109px}
@media(max-width:760px){.song-library{--renewal-header-height:61px}}
html.holo-studio-ui body.song-library .song-search-dock{grid-column:1/-1;position:sticky;top:var(--renewal-header-height,108px);z-index:45;min-width:0;display:flex;align-items:center;gap:16px;padding:10px 0;background:#fff;border-bottom:1px solid #e4e8ed;isolation:isolate}
.song-search-dock .search-wrap{flex:1;min-width:0;max-width:720px}
.song-search-dock #song-artist-status{flex:1;margin:0;max-width:320px}
.song-search-dock #song-suggestions{position:absolute;inset:100% 0 auto;margin-top:6px;max-height:min(280px,calc(100dvh - var(--renewal-header-height,108px) - 170px))}
html.holo-studio-ui body.song-library .layout>.side{top:calc(var(--renewal-header-height,108px) + 90px);max-height:calc(100dvh - var(--renewal-header-height,108px) - 110px);overflow-y:auto;overscroll-behavior:contain}
@media(max-width:900px){html.holo-studio-ui body.song-library .song-search-dock{top:var(--renewal-header-height,61px);gap:0;display:block;padding:8px 0}.song-search-dock .search-wrap{max-width:none}.song-search-dock #song-artist-status:not(:empty){position:absolute;top:100%;left:0;right:0;max-width:none;background:#fff;padding:6px 10px;font-size:11px;pointer-events:none}.song-search-dock #song-suggestions{z-index:1;max-height:min(230px,calc(100dvh - var(--renewal-header-height,61px) - 170px))}html.holo-studio-ui body.song-library .layout>.side{max-height:none;overflow:visible}}
