@import url("https://site-assets.fontawesome.com/releases/v7.0.0/css/all.css");.app.light-theme{--scrollbar-color:#00000030 var(--dark-background);--dark-background:#f0f0f0;--dark-background-strong:#e0e0e0;--color-primary:#222;--color-secondary:#444}.app.dark-theme,.app:not(.light-theme):not(.dark-theme){--scrollbar-color:#dddfff30 var(--dark-background);--dark-background:#1a1a1b;--dark-background-strong:#0a0a0b;--color-primary:#ddd;--color-secondary:#aaa}body,html{vertical-align:baseline;width:100vw;height:100vh;margin:0;padding:0;font-family:Inter,sans-serif;overflow:hidden}.app,body,html{background:black}.app{color:var(--color-primary)}.main-nav{display:flex;flex-direction:row;gap:2px;width:100%;border-radius:6px;overflow:hidden;height:40px;flex-shrink:0}.hovertext{cursor:pointer}.hovertext:hover{text-decoration:underline;color:var(--color-secondary);filter:brightness(1.2)}.app{flex-direction:row;width:100%;height:100%;background:var(--color-primary)dff30;gap:1px}.app,.left{display:flex}.left{width:300px;background:var(--dark-background);box-sizing:border-box;padding:10px;flex-direction:column;gap:10px;position:relative}.left:after{content:"";width:10px;height:calc(100% - 60px);background:linear-gradient(90deg,rgba(0,0,0,.35),rgba(0,0,0,.125) 50%,rgba(0,0,0,0));position:absolute;top:0;right:-11px;z-index:10}.left-top{display:flex;justify-content:center;align-items:center;padding:20px 30px;border-bottom:1px solid #dddddd20}.left-bottom{display:flex;flex-direction:column;gap:10px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--scrollbar-color);height:100%}.inline-lyrics{margin-top:auto;flex-shrink:0}.right{width:calc(100% - 301px);background:var(--dark-background-strong)}.logo{width:220px}.song{display:flex;flex-direction:row;align-items:center;gap:10px;padding:10px;border-radius:5px;height:100px;width:100%;max-width:330px;cursor:pointer}.song:hover{background:var(--dark-background)}.song-data{padding:90px 30px 30px;box-sizing:border-box;margin-bottom:20px;display:flex;align-items:end;gap:20px;min-height:370px;-webkit-backdrop-filter:brightness(1.2) saturate(1.2);backdrop-filter:brightness(1.2) saturate(1.2)}.song-info h3,.song-info p{margin:0}.song-info{display:flex;flex-direction:column;justify-content:center;gap:5px;height:100%;max-width:100%;overflow-x:hidden}.song img{width:100px;height:100px}.song img,.song-artwork{object-fit:cover;border-radius:6px}.song-artwork{width:20vw;height:20vw;max-width:300px;max-height:300px;filter:drop-shadow(0 0 10px #00000050);color:#fff;font-size:80px;display:flex;align-items:center}.song-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,0));justify-content:start;overflow:hidden;padding:10px}.song-type{font-size:1em;font-weight:500;color:#fff}.song-name{font-size:5vw;font-weight:800;word-wrap:break-word}.song-artist,.song-name{color:#fff;text-shadow:0 0 4px #00000050}.song-artist{font-size:2vw;font-weight:500;margin-left:5px}.no-artwork,.upload-source{width:100%;padding:5px 30px;box-sizing:border-box;display:flex;gap:5px}.right-top{width:100%;height:calc(100% - 60px);border-bottom:1px solid var(--color-primary)dff20;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--scrollbar-color)}.now-playing{width:100%;height:58px;display:flex;justify-content:center;align-items:center;background:var(--dark-background)80;border-top:1px solid #ffffff20}.desktop-flex{display:flex!important}.mobile-flex{display:none!important}.desktop-w100{width:100%!important}.custom-tooltip{position:relative}.tooltip-content{position:absolute;width:30px;height:-moz-fit-content;height:fit-content;background:#131315;border:1px solid var(--color-primary)dff20;top:-10px;left:50%;padding:10px 0 5px;gap:5px;display:flex;align-items:center;flex-direction:column;justify-content:center;transform:translateX(-50%) translateY(-100%);border-radius:6px;font-size:10px}.nav-split{height:1px;width:100%;background:var(--color-primary)dff20;margin:10px auto}.nav-item{gap:10px;padding:0;cursor:pointer;transition:background .3s ease}.nav-icon,.nav-item{display:flex;align-items:center;border-radius:6px}.nav-icon{width:50px;height:50px;object-fit:cover;justify-content:center;font-size:18px;background:linear-gradient(45deg,var(--col-1),var(--col-2))}.nav-text{color:var(--color-primary);display:flex;flex-direction:column}.nav-subtext{font-size:14px;color:var(--color-secondary)}.song-fullwidth{width:calc(100% - 30px);height:50px;justify-content:space-between;display:flex;gap:10px;padding:5px 10px;border-radius:6px;margin:0 5px}.song-fullwidth:hover{background:#2a2a2b50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.song-fw-add{width:30px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-primary);font-size:16px}.song-fw-add:hover{color:var(--color-secondary);font-size:20px}.song-fw-duration{display:flex;align-items:center;justify-content:center}.song-fw-data{width:100%;height:100%;display:flex;align-items:center;gap:10px;position:relative}.song-number,.song-play{width:30px;min-width:20px;height:50px;display:none;align-items:center;justify-content:center}.song-number{display:flex}.song-fullwidth:hover .song-number{display:none}.song-fullwidth:hover .song-play{display:flex}.song-fw-artwork{width:50px;height:50px;object-fit:cover;border-radius:4px}.song-fw-info{display:flex;flex-direction:column;justify-content:center;color:var(--color-primary);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:calc(100% - 80px)}.song-fw-info b:hover,.song-fw-info span:hover{text-decoration:underline;cursor:pointer;filter:brightness(1.2)}.song-fw-info span{font-size:14px;color:var(--color-secondary)}.song-fw-info b,.song-fw-info span{text-overflow:ellipsis;overflow:hidden;width:100%;white-space:nowrap}.art-search-item{display:flex;align-items:center;padding:8px;cursor:pointer;border-radius:6px;background:var(--dark-background);transition:background .3s ease}.art-search-item:hover{background:#2a2a2b;border-radius:6px}.nav-items{display:flex;flex-direction:column;gap:10px;overflow-y:auto}.source-search-item{background-size:cover;width:160px;height:90px;display:flex;align-items:flex-start;flex-direction:column-reverse;padding:5px;box-sizing:border-box;cursor:pointer;border-radius:4px;overflow:hidden;font-size:12px;white-space:nowrap;line-height:1.2;transition:.2s ease}.source-search-item:hover{scale:1.05!important}.animated-ellipsis{display:inline-block;font-size:14px;color:var(--color-primary)}.animated-ellipsis span{display:inline-block;animation:ellipsis 1.5s infinite}.animated-ellipsis span:first-child{animation-delay:0s}.animated-ellipsis span:nth-child(2){animation-delay:.5s}.animated-ellipsis span:nth-child(3){animation-delay:1s}@keyframes ellipsis{0%{opacity:0}20%{opacity:1}80%{opacity:1}to{opacity:0}}.song-page{padding-bottom:60px}.song-page-row{display:flex;flex-direction:row;align-items:center;gap:20px;padding:10px 30px}.song-page-row.fd-c{flex-direction:column;align-items:flex-start;gap:0;padding:10px 0}.tri-songs{display:flex;align-items:center;justify-content:center;gap:0;margin-top:2px;width:-moz-fit-content;width:fit-content}.tri-songs img{border-radius:6px;border-left:2px solid var(--dark-background-strong);margin-left:-10px;object-fit:cover;width:25px;height:25px}.tri-songs img:first-child{margin-left:0;border-left:0}.tri-songs-info{display:flex;align-items:center;gap:5px}.sfwa-upload,.sfwa-upload-inner{display:flex;align-items:center;justify-content:center;font-size:25px}.sfwa-upload-inner{color:#ddd;background:#00000040;width:100%;height:100%;border-radius:50%;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);text-shadow:-1px 1px 5px #00000080}.sfwa-upload:not(:hover)>.sfwa-upload-inner{display:none}.item-list{width:100%;padding:20px;box-sizing:border-box;margin-bottom:30px}.il-header{display:flex;flex-direction:row;gap:5px;align-items:center;margin-bottom:10px}.il-header div{width:100%;height:2px;background:var(--color-primary)dff20}.il-header span{font-size:1.2em;font-weight:600;flex-shrink:0}.il-items{max-height:160px;width:100%;display:flex;gap:2px;overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--scrollbar-color)}.il-item{width:110px;height:140px;border-radius:10px;display:flex;align-items:center;justify-content:space-between;flex-direction:column;font-size:50px;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--color-primary);transition:background .2s ease;padding:5px;flex-shrink:0}.il-item img{width:100px;height:100px;object-fit:cover;border-radius:6px}.il-item:hover{background:#2a2a2b50;cursor:pointer}.il-item-text{font-size:14px;color:var(--color-primary);padding:5px;font-weight:600}.il-item-subtext,.il-item-text{text-align:center;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.il-item-subtext{font-size:12px;color:#aaa;padding:0 5px}@media only screen and (max-width:768px){.inline-lyrics{display:none!important}.nav-split{display:none}.main-nav{width:auto;border-radius:0;height:35px}.nav-item{display:none}.desktop-flex{display:none!important}.mobile-flex{display:flex!important}.desktop-w100{width:-moz-fit-content!important;width:fit-content!important}.mobile-w90{width:80%!important}.app{flex-direction:column-reverse}.left{width:100%;height:56px}.right{width:100%;height:calc(100% - 60px)}.left-top{display:none}.left-bottom,.nav-items{display:flex;align-items:center;justify-content:center;flex-direction:row;overflow:visible;width:100%}.left-bottom button{padding:8px!important;border-radius:6px!important;width:36px!important}.left-bottom button:not(.circle-button){font-size:0}.left-bottom button:not(.circle-button) span{font-size:14px!important;margin-right:0!important}.spr-buttons button{font-size:0}.spr-buttons button span{font-size:14px;margin-right:0}.song-data{flex-direction:column;padding-top:30px;align-items:center}.song-type{display:none}.song-name{font-size:1.5em}.song-artist{font-size:1em;margin-left:0}.song-album{display:none}.song img{height:50px;width:50px;object-fit:cover;border-radius:4px}.song-artwork{width:100%;max-width:250px;max-height:250px;aspect-ratio:1/1;height:auto;margin-bottom:10px}.song{height:50px;line-height:14px}.lyrics-container{font-size:20px!important}.scm-content{flex-direction:column}.scm-manual{padding-right:0!important;padding-bottom:10px;border-bottom:1px solid var(--color-primary)dff20}.scm-external{margin-top:10px!important;padding:0!important;border:0!important}.scm-external *{max-width:100%}.song-number,.song-play{display:none!important}.song-page-row{padding:5px 20px!important}.song-fullwidth{padding:5px 0!important}.mobile-col{flex-direction:column!important}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}