:root{--background-colour:#171717;--background:var(--background-colour);--background-sub-colour:#111;--text-colour:#fff;--subtext-colour:#8b8b8b;--cover-background:#202020;--current-song-bar:#202020;--seek-bar-background:#00000030;--seek-bar-played:#fff;--seek-bar-loaded:#ffffff20;--header-tab-default:#111;--header-tab-active:var(--background-colour);--header-colour:#1c1c1c;--button-colour:#202020;--textbox-fill:#252525;--textbox-border:#404040;--song-item-hover:#ffffff20;--icon-default:#bbb;--icon-hover:#eee;--icon-active:#999;--slider-default:#aaa;--slider-border:#444;--slider-track:#444;--catagory-background:#0000002a;overflow:hidden}:root[data-theme="neuro"]{--background-colour:#ffa3ae;--background:url("assets/neuro-bg.png");--background-sub-colour:#df858f;--header-colour:#ffb1bb;--current-song-bar:#ea95a0;--text-colour:#fff;--subtext-colour:#fff;--cover-background:#df858f;--header-tab-default:#d37984;--header-tab-active:#ffa3ae;--button-colour:#e98591;--textbox-fill:#ca6874;--textbox-border:#965a61;--slider-default:#fff;--slider-border:#ffb9c1;--slider-track:#ffb9c1;--icon-default:#fff;--icon-hover:#ddd;--icon-active:#ccc}:root[data-theme="evil"]{--background-colour:#643134;--background:url("assets/evil-bg.png");--background-sub-colour:#52282b;--header-colour:#693a3d;--current-song-bar:#50272a;--text-colour:#fff;--subtext-colour:#ccc;--cover-background:#52282b;--header-tab-default:#50272a;--header-tab-active:#643134;--button-colour:#8b4147;--textbox-fill:#50272a;--textbox-border:#965159;--slider-default:#ce7680;--slider-border:#965159;--slider-track:#965159}:root[data-theme="darker"]{--background-colour:black;--background-sub-colour:black;--text-colour:#555;--subtext-colour:#333;--header-colour:#111;--header-tab-default:#0a0a0a;--current-song-bar:#0a0a0a;--seek-bar-played:#222;--button-colour:#111;--cover-background:black;--icon-default:#333;--icon-hover:#444;--icon-active:#111}:root[data-theme="darker"] swarmtunes-cover{filter:brightness(0.3)}:root[data-theme="light"]{--background-colour:#fafafa;--background-sub-colour:#zzzzzz;--text-colour:black;--subtext-colour:black;--header-colour:white;--current-song-bar:white;--icon-default:#222;--icon-hover:#888;--icon-active:#ccc;--header-tab-default:#ddd;--header-tab-active:#fafafa;--button-colour:#ddd;--textbox-fill:#ddd;--textbox-border:#000;filter:brightness(3)}:root[data-theme="bad eyesight"]{filter:blur(10px) grayscale(80%) sepia(10%) contrast(0.9)}:root[data-theme="what"]{--background-colour:rgb(107,167,110);--header-colour:white;--current-song-bar:white;--text-colour:black;filter:hue-rotate(180deg) contrast(2)}html,body{padding-bottom:env(safe-area-inset-bottom);padding-top:env(safe-area-inset-top);height:100%;overflow:hidden}body{position:fixed;top:0;left:0;right:0;bottom:0;overflow:clip;background-color:var(--background-sub-colour);color:var(--text-colour);font-family:Helvetica,Arial,sans-serif;margin:0;text-wrap:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}main{display:flex;flex-direction:row;width:100vw;gap:5px}#player{display:none}#content-container{display:flex;flex-direction:column;flex:1;max-width:100vw;min-width:300px;background:var(--background);background-size:256px}#content{position:relative;overflow:hidden;height:calc(100dvh - 150px)}@media (max-width:500px){#content{height:calc(100dvh - 200px)}}#content>*{flex-direction:column;overflow-y:hidden;overflow-x:hidden;height:inherit}#content-tabs>*{flex-direction:column;display:none;padding-top:20px;padding-left:20px;height:inherit;overflow-x:hidden;overflow-y:auto;box-sizing:border-box}img{pointer-events:none}button{cursor:pointer;border:none;background-color:var(--button-colour);color:var(--text-colour);padding:6px;pointer-events:all}@media (hover:hover){button:hover:not(.icon-button){filter:brightness(1.2)}}button:active:not(.icon-button){filter:brightness(0.95)}.icon-button{background-color:transparent;border-radius:10px;padding:0;color:var(--icon-default)}.icon-button svg{width:100%;height:100%;color:inherit;background:none}@media (hover:hover){.icon-button:hover svg{color:var(--icon-hover)}}.icon-button:active svg{color:var(--icon-active)}.spacer{flex:1;content:""}hr{width:100%;margin:2px auto;color:var(--subtext-colour)}.loading-text{width:fit-content;font-weight:bold;font-family:monospace;font-size:25px;clip-path:inset(0 3ch 0 0);animation:l4 1s steps(4) infinite}.loading-text:before{content:"Loading..."}@keyframes l4{to{clip-path:inset(0 -1ch 0 0)}}.sub-text{color:var(--subtext-colour);font-size:12px}.hidden{display:none !important}.require-auth{display:none !important}.require-admin{display:none !important}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input{border-radius:10px;border:1px solid var(--textbox-border);background-color:var(--textbox-fill);color:var(--text-colour);padding:5px 10px}input::placeholder{color:var(--subtext-colour)}@media (hover:hover){input:hover{filter:brightness(1.1)}}input:focus{outline:none;filter:brightness(1.2)}p{user-select:text;white-space:pre}::-webkit-scrollbar{background-color:var(--background-colour);width:6px;height:6px}::-webkit-scrollbar-thumb{background:#888;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#555}::-webkit-scrollbar:hover{height:5px;width:5px}input[type="range"]{-webkit-appearance:none;background:var(--background);padding:6px;outline:none;border:none}input[type="range"]::-webkit-slider-runnable-track{height:6px;width:calc(100% - 20px);background:var(--slider-track);border-radius:10px}input[type="range"]::-moz-range-track{height:6px;width:calc(100% - 20px);background:var(--slider-track);border-radius:10px}input[type="range"]::-moz-range-thumb{width:20px;height:20px;background:var(--slider-default);border:2px solid var(--slider-border);border-radius:50%;cursor:pointer;margin-top:-6px;transition:transform 0.2s ease}input[type="range"]::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;background:var(--slider-default);border:2px solid var(--slider-border);border-radius:50%;cursor:pointer;margin-top:-6px;transition:transform 0.2s ease}@media (max-width:550px){#content-tabs>*{padding-left:5px}}#swarmfm-button{width:50px;height:auto;min-height:50px;border-radius:50%;background-image:url(assets/icons/swarmfm.png);background-size:45px;background-repeat:no-repeat;background-position:center}#discover>.loading-text{margin:0 auto}#media-view{position:relative;overflow-y:auto;padding-top:20px;padding-left:20px;padding-right:20px;isolation:isolate}#media-view .close-button{position:absolute;width:30px;height:30px;pointer-events:all;cursor:pointer;border-radius:10px;padding:1px}#media-view .loading-text{margin:60px auto}#media-view .content{display:flex;flex-direction:column;gap:8px;padding-top:40px}#media-view .actions{display:flex;flex-direction:row;gap:5px;height:30px;max-width:100%}#media-view .actions *{flex:0;border-radius:30px}#media-view .info{display:flex;flex-direction:row;gap:20px}#media-view .text-container{display:flex;flex-direction:column;white-space:break-spaces;gap:5px}#media-view .text-container *{margin:0;font-size:min(4vw,50px);font-weight:bold}#media-view .text-container h2{font-size:min(3vw,40px)}#media-view .cover-container{position:relative;width:20vw;max-width:256px;aspect-ratio:1;object-fit:contain;pointer-events:all;border-radius:20px;overflow:hidden}#media-view .cover-container>*{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none}#media-view .cover-container .play{display:none;background-color:#00000060}#media-view .cover-container .play :first-child{width:60%;aspect-ratio:1;margin:auto}@media (hover:hover){#media-view .cover-container:hover .play{display:flex}}@media (max-width:800px){#media-view .song-list{padding-left:0px}#media-view .close-button{width:40px;height:40px;right:20px}#media-view .info{flex-direction:column}#media-view .content{padding-top:0}#media-view .text-container h1{margin-left:0px;font-size:4vw}#media-view .text-container h2{margin-left:0px;font-size:3vw}}@media (max-width:550px){#media-view .cover-container{width:50vw;margin-bottom:5px}#media-view .text-container h1{font-size:8vw}#media-view .text-container h2{font-size:5vw}}#search{padding-right:20px}#search .loading-text{margin:0 auto}#search-bar{flex:0 1 auto;display:block;min-height:30px;width:60vw;margin:20px auto}#search-results{padding-left:50px}#search-results>:last-child{margin-bottom:50px}@media (max-width:550px){#search-bar{width:80vw;font-size:16px}#search-results{padding-left:15px}}.catagory{position:relative;margin-bottom:20px}.catagory.overflowing::after{content:"";height:100%;width:80px;position:absolute;right:0;top:0;background:linear-gradient(to left,var(--background-colour),transparent)}.catagory .display-wrapper{position:relative;display:flex;overflow-x:auto;margin-bottom:10px;min-width:100px}.catagory .display{display:inline-flex;box-sizing:border-box;background-color:var(--catagory-background);border-radius:15px;gap:10px;padding:10px}.catagory .display.grid{flex-wrap:wrap}.catagory>.title{font-weight:bold;font-size:40px}.catagory-item{position:relative;width:22vw;min-width:100px;max-width:180px;height:fit-content;display:flex;flex-direction:column;cursor:pointer;background-color:var(--cover-background);border-radius:10px;border:4px solid var(--cover-background)}.catagory-item *{pointer-events:none}.catagory-item .overlay{display:flex;flex-direction:row;position:absolute;width:min-content;left:2px;top:2px;border-radius:6px;overflow:hidden}.catagory-item .overlay>*{background:#00000070;padding:1px 4px;padding-right:8px}.catagory-item .overlay :not(.hover){animation:test 0s forwards;animation-delay:0.2s}.catagory-item:hover .overlay :not(.hover){animation:none;border-radius:0}@keyframes test{to{border-radius:6px}}.catagory-item .overlay img{width:19px;height:19px;padding:none;margin-bottom:-3px}.catagory-item .overlay .hover{animation:scale2 0.2s ease-out;opacity:0;width:0;overflow:hidden}.catagory-item:hover .overlay .hover{width:100%;opacity:100%;animation:scale 0.2s ease-out}@keyframes scale{0%{width:0}100%{width:100%}}@keyframes scale2{0%{width:100%;opacity:100%}100%{width:0;opacity:100%}}.catagory-item>span{display:block;margin:0 auto;max-width:75%;max-height:40px;min-height:22px;text-wrap:wrap;text-align:center;align-content:center;text-overflow:ellipsis;overflow:hidden;color:white}.catagory-item>span img{height:18px;translate:0 3px}@media (max-width:570px){.catagory>.title{font-size:30px}.catagory-item>span{font-size:16px}.catagory.overflowing::after{width:40px}}#current-song-bar{display:flex;position:relative;flex-direction:row;background-color:var(--current-song-bar);width:100%;height:100%;pointer-events:all}#current-song-bar>*{flex:1 1 0;display:flex;pointer-events:none;position:relative}#current-song-bar>*:nth-child(1){justify-content:left;min-width:0;align-items:center}#current-song-bar>*:nth-child(2){justify-content:center;flex-direction:column}#current-song-bar>*:nth-child(3){justify-content:center;align-items:center}#current-song-bar button.fullscreen{height:25px;width:25px;position:absolute;right:30px}#current-song-bar swarmtunes-cover{flex:0 1 90px;min-width:0;margin:10px}#current-song-bar .singer-wrapper{display:flex;flex-direction:column;height:90%}#current-song-bar .singer-wrapper span{white-space:pre}#current-song-bar .title-container{display:flex;flex-direction:column;justify-content:center;padding:0 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}#current-song-bar .title-container>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.seek-bar-container{display:flex;align-items:center;gap:12px;width:100%;max-width:450px;margin:10px auto;color:var(--subtext-colour)}.seek-bar{position:relative;flex:1;height:8px;width:100%;background:var(--seek-bar-background);border-radius:4px;overflow:hidden;cursor:pointer;pointer-events:all}.seek-bar:hover{height:10px}.seek-bar>*{position:absolute;top:0;left:0;height:100%;width:0%;border-radius:4px;pointer-events:none}.seek-bar .progress{background:var(--seek-bar-played)}.seek-bar .loaded{background:var(--seek-bar-loaded)}@media (max-width:850px){#current-song-bar button.fullscreen{display:none}}@media (max-width:600px){#current-song-bar .singer-wrapper{display:none}#current-song-bar .seek-time{display:none}}@media (max-width:500px){#current-song-bar{height:60px}#current-song-bar swarmtunes-cover{flex:0 1 55px;margin:0;margin-right:5px}#current-song-bar .title-container{padding:0 5px;text-align:left}#current-song-bar>*:nth-child(1){flex:1 1 30%}#current-song-bar>*:nth-child(2){position:absolute;bottom:0;width:100%;height:4px;justify-content:center;flex-direction:column}#current-song-bar .seek-bar{height:4px}#current-song-bar .media-controls{margin-right:10px}}.media-controls{display:flex;justify-content:left}.media-controls button{pointer-events:all;cursor:pointer;padding:0;background-color:var(--current-song-bar);aspect-ratio:1/1;margin:auto 0}.media-controls button.hidden{display:none}.media-controls>:first-child:not(.next){margin-right:var(--endGap)}.media-controls>:last-child:not(.previous){margin-left:var(--endGap)}.media-controls button.next,.media-controls button.previous{transform:scaleX(1.5);aspect-ratio:3/2}.media-controls button.play-pause{display:contents}.media-controls button.play-pause *{width:inherit;height:inherit}.media-controls button.play-pause .pause{display:none}.media-controls button.play-pause.playing .pause{display:block}.media-controls button.play-pause.playing .play{display:none}.media-controls button.shuffle.active{color:#fff}.media-controls button.shuffle.flip{animation:shuffle-flip 0.1s linear}@keyframes shuffle-flip{0%{transform:scaleY(1)}50%{transform:scaleY(0)}100%{transform:scaleY(1)}}.volume-controls{display:flex;flex-direction:column;align-items:center;pointer-events:all;transform:translateY(-2px)}.volume-controls.active svg{color:#fff}.volume-controls svg{display:none;width:inherit;height:inherit}.volume-controls svg.active{display:block}.volume-controls input{position:absolute;display:none;width:85px;transform:rotate(-90deg) translateX(62px);background:var(--current-song-bar);cursor:grab}.volume-controls input:active{cursor:grabbing}.volume-controls img{width:25px;height:25px;border-radius:50%;background-color:#00000000;color:var(--text-colour);cursor:pointer;pointer-events:all}header{position:relative;display:flex;justify-content:right;background:linear-gradient(var(--header-colour),var(--background-colour));width:100%;height:50px;box-shadow:0 0 5px #00000050}footer{position:relative;display:flex;flex-direction:column;background-color:var(--header-colour);width:100%;height:100px}#header-buttons{flex:0 1 0;display:flex;flex-direction:row;justify-content:right;align-items:center;gap:10px;margin-right:10px;height:inherit}#change-theme-button{border-radius:5px;font-size:medium;background-color:var(--header-colour);padding:2px;width:35px;height:35px}#change-theme-button:hover{background-color:var(--default-button-hover)}#change-theme-button img{width:100%;height:100%}#header-login-button{border-radius:5px;font-size:medium;padding:3px 8px}@media (max-width:500px){footer{height:150px}}#now-playing{flex:0 0 22vw;max-width:250px;min-width:165px;min-height:100%;background:var(--background);background-size:256px;flex-direction:column}#now-playing>.title{position:relative;display:flex;flex-direction:row;justify-content:center;gap:5px;align-items:center;padding-bottom:10px;padding-top:10px;border-bottom:1px solid var(--subtext-colour);margin-bottom:10px;overflow:hidden;background-color:var(--background-colour)}#now-playing>.title>img{width:30px;height:auto}#now-playing>.title>span{text-align:center;font-weight:bold;font-size:25px}#now-playing>.title>:first-child{scale:-1 1}#now-playing>.song-list{padding-left:5px;height:calc(100dvh - 161px);margin:0;overflow-y:auto;box-sizing:border-box}#now-playing .song-list-item>.title-artist :nth-child(1){font-size:14px}#now-playing .song-list-item>.title-artist :nth-child(2){font-size:11px}#now-playing .loading{display:none}@media (max-width:1000px){#now-playing>.title>span{font-size:20px}}@media (max-width:850px){#now-playing>.title>img{display:none}}@media (max-width:550px){#now-playing{display:none}}#context-menu.desktop{position:absolute;width:fit-content;min-width:130px;height:fit-content;display:none;flex-direction:column;gap:4px;padding:5px 0;z-index:3;background-color:var(--button-colour);border-radius:10px;border:solid 1px var(--background-sub-colour);box-shadow:0 2px 10px #00000080;overflow:hidden;transform-origin:top left}#context-menu.mobile{position:absolute;width:100%;height:50vh;bottom:0;left:0;display:none;flex-direction:column;gap:4px;padding-top:10%;z-index:3;border-radius:20px 20px 0 0;background-color:#00000077;backdrop-filter:blur(6px);border:solid 2px var(--background-sub-colour);border-bottom:none;box-sizing:border-box;overflow:hidden}#context-menu.mobile.show{display:flex;animation:slide 0.15s ease-out}#context-menu.desktop.show{display:flex;animation:expand 0.15s ease-out}@keyframes expand{from{transform:scale(0.2);opacity:0}to{transform:scale(1);opacity:1}}@keyframes slide{from{transform:translateY(50vh)}to{transform:translateY(0)}}#context-menu>div{display:flex;height:26px;align-items:center;cursor:pointer;padding:0 7px;gap:15px}#context-menu.mobile>div{height:35px;padding:0 15px;font-size:120%}#context-menu>hr{width:calc(100% - 14px);margin:2px auto;color:var(--subtext-colour)}#context-menu>* svg{margin-left:auto;color:var(--icon-default);height:90%;aspect-ratio:1}#context-menu>*:hover{background-color:var(--default-button-hover)}.song-list{padding-bottom:50px}.song-list-item{position:relative;display:flex;flex-direction:row;padding-top:5px;padding-bottom:5px;padding-left:5px;cursor:pointer;box-sizing:border-box;border-radius:10px}.song-list-item.unavaliable{filter:grayscale(100%) brightness(70%);color:var(--subtext-colour)}.song-list-item>*{pointer-events:none;box-sizing:border-box}@media (hover:hover){.song-list-item:hover{background-color:var(--song-item-hover)}}.song-list-item>swarmtunes-cover{width:50px;height:50px}.song-list-item>.title-artist{display:flex;max-width:calc(100% - 100px);flex-direction:column;margin-left:6px;overflow:hidden}.song-list-item>.title-artist>*{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.song-list-item>.triple-dot{display:none;position:absolute;right:10px;height:40%;top:50%;transform:translateY(-50%) rotate(90deg);pointer-events:all;aspect-ratio:1;background-color:initial}.song-list-item:hover>.triple-dot{display:block}.song-list-item>.date{position:absolute;right:40px;top:50%;transform:translateY(-50%)}@media (max-width:450px){.song-list-item>.date{display:none}.song-list-item>.triple-dot{display:block;height:50%;right:5px}}.error-screen{display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;left:0;top:0;width:100%;height:100%;font-size:x-large;font-weight:bold;pointer-events:none;background:transparent}.error-screen button{pointer-events:all;margin-top:10px;border-radius:10px;padding:5px 12px;font-size:medium;cursor:pointer}#new-playlist-button{border-radius:20px;font-size:medium;padding:3px 8px;width:140px;margin-bottom:20px}#playlists-tab .catagory-item .rename-button{position:absolute;right:-4px;bottom:-4px;padding:12px;width:20px;height:20px;background-image:url("assets/icons/edit-img.svg");background-color:transparent;background-size:20px;background-repeat:no-repeat;background-position:center;pointer-events:all}#playlists-tab .catagory-item .rename-button:hover{background-color:#ffffff30}@media (max-width:550px){#playlists-tab{padding-left:0px;align-items:center}#playlists-tab .display-wrapper,#playlists-tab .display{justify-content:center}#playlists-tab .catagory-item .rename-button{display:none}#playlists-tab .display-wrapper{width:85vw;min-width:85vw;max-width:85vw}}#admin-panel{justify-content:left;align-items:flex-start}#admin-panel button{border-radius:10px}#select-playlist{padding:0 10px;min-width:300px;max-height:350px;overflow-y:scroll}#select-playlist li{display:flex;flex-direction:row;padding-top:5px;padding-bottom:5px;cursor:pointer}#select-playlist li:hover{background-color:var(--song-item-hover)}#select-playlist li *{pointer-events:none}#select-playlist li>img{width:50px;height:50px;border-radius:8px;padding-left:5px}#select-playlist li>span{display:flex;flex-direction:row;margin-left:6px;overflow:hidden;height:1rem}#tabs-container{flex:1 1 0;display:flex;flex-direction:row;justify-content:left}.tab{flex:0 1 120px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:5px;background-color:var(--header-tab-default);height:30px;margin:0 5px;margin-top:auto;border-radius:8px 8px 0 0;color:var(--text-colour);font-weight:bold}.tab.selected{background-color:var(--header-tab-active)}.tab *{pointer-events:none}@media (max-width:500px){header>#tabs-container{display:none}}@media (max-width:700px){#tabs-container{width:90%;margin:2px auto}.tab{flex:1 1 auto;flex-direction:column-reverse;height:50px;background-color:transparent;border:none;border-radius:10px;margin-top:0;margin-bottom:auto}.tab span{font-size:10px}}.popup-background{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:none;backdrop-filter:blur(6px);z-index:2}.popup-window{aspect-ratio:2/1;max-width:min(80vw,700px);max-height:80vh;margin:auto;padding:40px 50px;display:flex;position:relative;flex-direction:column;align-items:center;justify-content:center;border-radius:20px;background-color:color-mix(in srgb,var(--background-colour) 70%,transparent);background-size:192px;box-shadow:0 5px 15px #00000080;min-width:0}.popup-window.busy{filter:brightness(0.5);transition:filter 0.2s ease}.popup-window.busy :is(button:not(.close-button),input){pointer-events:none}.popup-window h1{margin:0;font-size:40px}.popup-window>.buttons{display:flex;flex:0 1 35px;flex-direction:row;justify-content:space-around;align-items:center;width:100%;gap:10px}.popup-window>.buttons button{flex:1;height:100%;max-width:150px;border-radius:10px}.popup-window>.close-button{position:absolute;top:10px;right:10px;width:25px;height:25px}.popup-window>.content{flex:1 1 0;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;white-space:normal;gap:10px;margin:10px}.popup-window>.content>*{flex:1 1 auto;margin:0;text-align:center}.popup-window>.content>input{width:100%;height:25px}.popup-window>.content>input.error,.popup-window>.content>button.error,.popup-window>.buttons button.error{border-color:red}@media (max-width:550px){.popup-window{aspect-ratio:auto;height:auto}.popup-window>.buttons{flex-basis:45px;gap:20px}.popup-window>.buttons button{font-size:medium}.popup-window>.content input:not([type="checkbox"]){font-size:medium;height:30px}.popup-window>.close-button{width:40px;height:40px}}#song-fullscreen{position:absolute;display:block;visibility:hidden;width:100%;height:100%;background:linear-gradient(var(--background-colour),var(--background-sub-colour));--icon-default:#fff;--icon-hover:#eee;--icon-active:#ccc;z-index:1}#song-fullscreen.high-contrast .close-button{color:black}#song-fullscreen h1{-webkit-text-stroke:0.4px white}#song-fullscreen h2,#song-fullscreen span{color:white}#song-fullscreen.show{visibility:visible}#song-fullscreen .close-button{position:absolute;top:10px;right:10px;width:35px;height:35px}#song-fullscreen .swarmfm-player{border:none;width:inherit;height:inherit}#song-fullscreen .content{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4vh 2vh;width:fit-content;max-width:100%;height:100%;margin:auto;box-sizing:border-box}#song-fullscreen .content>div{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}#song-fullscreen .content>div>div{width:100%}#song-fullscreen .content>:nth-child(2){flex-basis:min(50%,fit-content);gap:6%}#song-fullscreen .content>:last-child{flex-basis:min(5%,fit-content);gap:0}#song-fullscreen .cover-container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0}#song-fullscreen .cover-container swarmtunes-cover{max-width:100%;width:42vh;height:auto;border-radius:8%;background-color:transparent}#song-fullscreen .info-container{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:0}#song-fullscreen .info-container>*{flex:1}#song-fullscreen .info-container .triple-dot{aspect-ratio:1;max-width:50px}#song-fullscreen .title-container{display:flex;flex-direction:column;text-align:left;gap:5px;overflow:hidden}#song-fullscreen .title-container>*{margin:0;white-space:normal;max-width:inherit}#song-fullscreen .title-container>h1{font-size:x-large}#song-fullscreen .media-controls{margin:auto}#song-fullscreen .media-controls button{background:none}#song-fullscreen .media-controls .shuffle:not(.active){color:#ffffffaa}#song-fullscreen .seek-bar-container{margin-bottom:auto}#song-fullscreen .seek-bar{height:10px}#song-fullscreen .seek-bar:hover{height:12px}#toast-manager{position:absolute;top:55px;right:10px;width:min(90vw,300px);height:fit-content;display:flex;flex-direction:column;gap:10px;z-index:5}