@keyframes container-rotate{0%{transform:translateY(-50%) rotate(0deg)}to{transform:translateY(-50%) rotate(1turn)}}.SongSelector-modalRoot{justify-content:flex-end}.SongSelector-container{width:100%}.SongSelector-button{display:flex;align-items:center;justify-content:space-between;width:100%;height:2.5rem;padding-left:1rem;padding-right:.2rem;border-radius:.5rem;box-sizing:border-box;font-family:var(--sequel-45);font-size:1rem;background-color:#222;cursor:pointer;white-space:nowrap;text-overflow:clip;overflow:auto}.SongSelector-title{flex:1 1}.SongSelector-image{width:1.5rem;margin-right:.5rem}.SongSelector-arrow{height:.5rem;width:1rem;margin:.5rem}.SongSelector-options-container{font-size:1rem;font-family:var(--sequel-45);display:flex;flex-direction:column;box-sizing:border-box;max-height:min(100%,85vh);overflow-y:auto;background-color:#222;border-radius:.5rem}@media only screen and (-webkit-min-device-pixel-ratio:2)and (min-width:601px),only screen and (min-device-pixel-ratio:2)and (min-width:601px),only screen and (min-resolution:192dpi)and (min-width:601px),only screen and (min-resolution:2dppx)and (min-width:601px),only screen and (min-width:601px){.SongSelector-options-container{width:max(500pt,50vw)}}@media only screen and (-webkit-min-device-pixel-ratio:2)and (max-width:600px),only screen and (max-width:600px),only screen and (min-device-pixel-ratio:2)and (max-width:600px),only screen and (min-resolution:192dpi)and (max-width:600px),only screen and (min-resolution:2dppx)and (max-width:600px){.SongSelector-options-container{box-sizing:border-box;align-self:stretch;margin-left:20px;margin-right:20px}}.SongSelector-options{display:flex;flex-direction:column;align-items:stretch;width:100%;contain:content;box-sizing:border-box}.SongSelector-create-fayk,.SongSelector-upload{display:flex;flex-direction:row;align-items:center;background-color:#141414;border-radius:.5rem;margin:.2rem .3rem;position:relative;padding:.5rem;color:#fff;height:2.5rem;cursor:pointer}.SongSelector-upload-image{position:relative;margin-right:.5rem;height:2.5rem;width:2.5rem}.SongSelector-upload-hint{font-family:var(--sequel-45);font-size:.7rem;color:hsla(0,0%,100%,.533);margin-top:.1rem}.SongSelector-catalog-song,.SongSelector-url-container{display:flex;flex-direction:row;align-items:center;background-color:#141414;border-radius:.5rem;margin:.2rem .3rem;position:relative;padding:.5rem}.SongSelector-catalog-song{contain:content;content-visibility:auto;color:#fff;height:2.5rem;transition:outline-color .15s;outline:1px solid #0000}@supports selector(:has(*)){.SongSelector-catalog-song:not(.SongSelector-catalog-song[data-selected]):has(.SongSelector-catalog-labels:hover){outline-color:#ffffff80}.SongSelector-catalog-song:not(.SongSelector-catalog-song[data-selected]):has(.SongSelector-catalog-labels:active){outline-color:#fffc}}.SongSelector-catalog-song[data-selected]{outline-color:#fff}.SongSelector-catalog-labels{cursor:pointer;flex:1 1;background:#0000;border:none;color:inherit;font:inherit;text-align:start;padding:0}.SongSelector-catalog-images{position:relative;margin-right:.5rem;margin-left:.1rem;cursor:pointer;height:2.5rem;width:2.5rem}.SongSelector-catalog-images .SongSelector-catalog-image{color:#fff;position:absolute;width:100%;border-radius:16px}.SongSelector-catalog-images .SongSelector-catalog-play{position:absolute;width:1rem;aspect-ratio:24/26.79;top:50%;left:50%;transform:translate(-50%,-50%)}.SongSelector-catalog-author{font-family:var(--sequel-45);font-size:.7rem;color:hsla(0,0%,100%,.533);margin-top:.1rem}.SongSelector-url-image{width:2.5rem;height:2.5rem}.SongSelector-url-input{background-color:#141414;-webkit-appearance:none;appearance:none;border:none;color:#fff;font-family:var(--sequel-45);font-size:1rem;flex:1 1;padding:0;margin-left:.5rem;margin-right:.5rem;height:2rem;min-width:0}.SongSelector-url-done{color:#fff;cursor:pointer}.SongSelector-url-done-disabled{color:#333}.SongSelector-new{background-color:#d51313;padding:.2rem .5rem;margin:.5rem;border-radius:1rem}