@import url(https://fonts.googleapis.com/css2?family=Monoton);
@import url(https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500&display=swap);
*{font-family:"Josefin Sans","Segoe UI",sans-serif;color:#fff;-webkit-tap-highlight-color:rgba(0,0,0,0)}html{height:100%}body{margin:0;display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100%}body::before{content:"";position:fixed;width:100%;height:100vh;z-index:-1;background:url("background.jpg"),#000;background-repeat:no-repeat;background-position:center center;background-size:cover}#header{font-family:"Monoton",sans-serif;font-size:800%;user-select:none;margin-bottom:-40px}.panel{background:rgba(0,0,0,.25);border-radius:6px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}#center{display:inline-flex;flex-direction:column;align-items:center;gap:12px}#intro-text{text-align:center;display:flex;width:100%;max-height:0;transition:max-height .5s;overflow:hidden}#intro-text span{font-size:105%;line-height:125%;flex-grow:1;width:0;padding:12px}#main{display:flex;flex-direction:row;gap:12px}.header{display:block;text-align:center;border-bottom:1px solid rgba(0,0,0,.25);position:relative}.header .header-text{letter-spacing:3px;font-size:80%;font-weight:500;user-select:none;padding:8px}#slider-panel{width:190px}#slider-panel .header{display:relative}#slider-panel #help{cursor:help;position:absolute;right:4px;top:3px;width:20px;height:20px;background-image:url("icons/help.svg")}#slider-panel #slider-panel-content{display:flex;flex-direction:column;height:410px;padding:4px 8px 8px 8px;justify-content:space-between}#slider-panel #sliders{display:flex;flex-direction:column;position:relative;margin-left:-8px;margin-right:-8px}#slider-panel #sliders #refresh-button{position:absolute;top:2px;right:4px;border:1px #fff;background-image:url("icons/refresh.svg")}#slider-panel input[type=range]{border-radius:0;margin:0;height:3.7px}#slider-panel input[type=range]::-webkit-slider-runnable-track{height:3.7px}#slider-panel input[type=range]::-moz-range-track{height:3.7px}#slider-panel input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:3.7px;width:3.7px;margin-top:.25px;border-radius:0}#slider-panel input[type=range]::-moz-range-thumb{height:3.7px;width:3.7px;margin-top:.25px;border-radius:0}#slider-panel #generate-button{width:100%}#player-panel{display:flex;flex-direction:row;width:650px;background:none;position:relative}#player-panel #current-track{flex:1;display:flex;flex-direction:column;gap:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-right:1px solid rgba(0,0,0,.25)}@media not screen and (max-width: 900px){#player-panel #current-track{backdrop-filter:none;-webkit-backdrop-filter:none}}#player-panel #current-track #record-button{width:auto;height:auto;border-radius:6px;padding:6px 6px 4px 6px;margin:6px 0 0 6px;max-width:56px;color:#fff}#player-panel #current-track #record-button::before{content:"";background:radial-gradient(circle at 2px 2px, #f42 0%, #f00 30%);width:10px;height:10px;margin-right:3px;border-radius:50%;display:inline-block}#player-panel #current-track #record-button.paused{color:rgba(255,255,255,.5)}#player-panel #current-track #record-button.paused::before{background:radial-gradient(circle at 2px 2px, rgb(239, 139, 121) 0%, rgb(173, 79, 79) 30%)}#player-panel #current-track #cover{padding:12px 24px;user-select:none;display:flex;justify-content:center;flex:1;align-items:center}#player-panel #current-track #cover #vinyl{width:214px;height:214px;background:url("vinyl.svg");background-size:100%;transition:transform .4s;position:relative;filter:drop-shadow(0 0 1rem rgba(0, 0, 0, 0.25))}#player-panel #current-track #cover #vinyl #vinyl-center{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:64px;height:64px}#player-panel #current-track #cover #vinyl #vinyl-center #vinyl-top-text{font-size:85%;font-weight:bold}#player-panel #current-track #cover #vinyl #vinyl-center #vinyl-bottom-text1{font-size:45%;letter-spacing:.3px}#player-panel #current-track #cover #vinyl #vinyl-center #vinyl-bottom-text2{font-size:65%;letter-spacing:.8px}#player-panel #current-track #info{display:flex;flex-direction:column;padding:12px;gap:8px;border-top:1px solid rgba(0,0,0,.25);border-bottom:1px solid rgba(0,0,0,.25)}#player-panel #current-track #info #title{font-weight:500;text-align:center;height:18px}#player-panel #current-track #info #time{display:flex;width:78px;user-select:none}#player-panel #current-track #info #time #current-time{flex:3;text-align:right}#player-panel #current-track #info #time #slash{opacity:.75;flex:1;text-align:center}#player-panel #current-track #info #time #total-time{flex:3;opacity:.75}#player-panel #current-track #info #subtitle{display:flex;justify-content:space-between;align-items:center}#player-panel #current-track #info #subtitle-buttons{display:flex;gap:6px}#player-panel #current-track #info #subtitle-buttons #volume-panel{display:flex;align-items:center}#player-panel #current-track #info #subtitle-buttons #volume-panel:hover #volume-bar{visibility:visible;opacity:1}#player-panel #current-track #info #subtitle-buttons #volume-panel #volume-button{background-image:url("icons/volume.svg")}#player-panel #current-track #info #subtitle-buttons #volume-panel #volume-button.muted{background-image:url("icons/volume-muted.svg")}#player-panel #current-track #buttons{display:flex;flex-direction:row;justify-content:space-around;align-items:center;gap:8px;padding:8px;position:relative}#player-panel #current-track #buttons #play-previous-button{background-image:url("icons/previous.svg")}#player-panel #current-track #buttons #play-next-button{background-image:url("icons/next.svg")}#player-panel #current-track #buttons #play-button{min-height:72px;min-width:72px}#player-panel #current-track #buttons #play-button #play-button-icon{height:28px;width:28px;box-sizing:border-box;border-style:solid;border-width:14px 0px 14px 24px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;transition:all 100ms ease-in-out;margin-left:21px}#player-panel #current-track #buttons #play-button.paused #play-button-icon{border-style:double;border-width:0px 0px 0px 26px;margin-left:17px}#player-panel #current-track #repeat-button,#player-panel #current-track #shuffle-button{min-height:32px;min-width:32px;background-size:16px}#player-panel #current-track #repeat-button{background-image:url("icons/repeat.svg");margin-right:-4px}#player-panel #current-track #repeat-button.repeat-all{background-image:url("icons/repeat-all.svg")}#player-panel #current-track #repeat-button.repeat-one{background-image:url("icons/repeat-one.svg")}#player-panel #current-track #repeat-button.repeat-continuous{background-image:url("icons/repeat-continuous.svg")}#player-panel #current-track #shuffle-button{background-image:url("icons/shuffle.svg");margin-left:-4px}#player-panel #current-track #shuffle-button.active{background-image:url("icons/shuffle-active.svg")}#player-panel #export-panel{position:absolute;top:-112px;left:calc(100% - 250px);z-index:100;width:250px;transition:visibility .2s,opacity .2s;visibility:hidden;opacity:0}#player-panel #export-panel input{padding:4px}#player-panel #export-panel #export-panel-content{padding:8px;display:flex;flex-direction:column;gap:8px}#player-panel #playlist{flex:1.4;display:flex;flex-direction:column;border-top-left-radius:0;border-bottom-left-radius:0}@media not screen and (max-width: 900px){#player-panel #playlist{backdrop-filter:none;-webkit-backdrop-filter:none}}#player-panel #playlist #playlist-header #export-button{position:absolute;top:2px;right:4px;background-image:url("icons/export.svg")}#player-panel #playlist #playlist-content{display:flex;justify-content:center;align-items:center}#player-panel #playlist #load-playlist-button{position:absolute}#player-panel #playlist #playlist-tracks{height:426px;width:100%;overflow-y:auto}#player-panel #playlist .track{padding:10px 10px 10px 12px;border-bottom:1px solid rgba(0,0,0,.25);cursor:pointer;display:flex;justify-content:space-between;align-items:center}#player-panel #playlist .track .track-display{display:flex;align-items:center;user-select:none}#player-panel #playlist .track .track-name{font-weight:500}#player-panel #playlist .track .track-duration{font-weight:300;opacity:.75}#player-panel #playlist .track.dragging{background:rgba(0,0,0,.2) !important}#player-panel #playlist .track:hover{background:rgba(0,0,0,.1)}#player-panel #playlist .track:hover .track-actions{visibility:visible;opacity:1}#player-panel #playlist .track.loading .track-loading{display:inline-block;width:14px;height:14px;margin-right:.5em}#player-panel #playlist .track.loading .track-loading:after{content:" ";display:block;width:10px;height:10px;border-radius:50%;border:3px solid #fff;border-color:#fff rgba(0,0,0,0) #fff rgba(0,0,0,0);animation:loading-rings 1.2s linear infinite}@keyframes loading-rings{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}#player-panel #playlist .track.playing{background:rgba(0,0,0,.15)}#player-panel #playlist .track.playing:not(.loading) .track-icons:before{content:"";width:12px;height:14px;background:url("icons/play.svg") no-repeat;display:inline-block;vertical-align:-1px;margin-right:.35em}#player-panel #playlist .track .track-actions{transition:visibility .2s,opacity .2s;display:flex;gap:8px}@media(hover: hover)and (pointer: fine){#player-panel #playlist .track .track-actions{visibility:hidden;opacity:0}}#player-panel #playlist .track .track-actions .delete-button{background-image:url("icons/delete.svg")}#visualizer{position:absolute;width:100%;height:100%;display:flex;flex-direction:row;gap:2px;align-items:flex-end;pointer-events:none}#visualizer .spectrum-bar{flex:1;background:rgba(0,0,0,.06);transition:height .1s}#footer{margin-bottom:8px;user-select:none}#footer #github:before{content:"";width:20px;height:20px;background:url("icons/github.svg");background-size:100%;display:inline-block;margin-right:3px;vertical-align:-3px}button{display:block;cursor:pointer;background-color:rgba(0,0,0,0);user-select:none}button:focus{outline:none}button.flat{font-size:100%;border:1px solid #fff;transition:background-color .25s,color .25s;padding:5px}@media(hover: hover)and (pointer: fine){button.flat:hover:enabled{background-color:#fff;color:#000}}button.flat:active{background-color:#fff;color:#000}button.plain{height:24px;width:24px;background-position:center;background-repeat:no-repeat;background-size:14px;border:0;border-radius:50%}@media(hover: hover)and (pointer: fine){button.plain:hover:enabled{background-color:rgba(255,255,255,.2)}}button.plain:active{background-color:rgba(255,255,255,.2)}button.plain:disabled{opacity:.5}button.circle{min-height:46px;min-width:46px;border-radius:50%;border:0;background-color:rgba(0,0,0,.25);background-position:center;background-repeat:no-repeat;background-size:20px}@media(hover: hover)and (pointer: fine){button.circle:hover:enabled{background-color:rgba(255,255,255,.2)}}button.circle:active{background-color:rgba(255,255,255,.2)}textarea,input:not([type]){background:rgba(0,0,0,.25);border:0;resize:none}textarea:focus,textarea:hover,input:not([type]):focus,input:not([type]):hover{outline:none;background:rgba(255,255,255,.2)}input[type=range]{-webkit-appearance:none;background:rgba(0,0,0,.25);border-radius:5px;height:8px}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-runnable-track{width:100%;height:8px;cursor:pointer}input[type=range]::-moz-range-track{width:100%;height:8px;cursor:pointer}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:14px;width:14px;border-radius:50%;background-color:#fff;cursor:pointer;margin-top:-3px}input[type=range]::-moz-range-thumb{height:14px;width:14px;border-radius:50%;background-color:#fff;cursor:pointer;margin-top:-3px;border:0}#volume-bar{width:100px;transition:visibility .2s,opacity .2s;height:4px}@media(hover: hover)and (pointer: fine){#volume-bar{visibility:hidden;opacity:0}}#volume-bar::-webkit-slider-runnable-track{height:4px}#volume-bar::-moz-range-track{height:4px}#volume-bar::-webkit-slider-thumb{-webkit-appearance:none;height:10px;width:10px;margin-top:-3px}#volume-bar::-moz-range-thumb{height:10px;width:10px;margin-top:-3px}#loading-animation{display:inline-block;position:relative;width:20px;height:12px;margin-right:4px}#loading-animation div{position:absolute;left:2px;width:4px;background:#fff;animation:loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite}#loading-animation div:nth-child(1){left:2px;animation-delay:-0.24s}#loading-animation div:nth-child(2){left:8px;animation-delay:-0.12s}#loading-animation div:nth-child(3){left:14px;animation-delay:0}@keyframes loading{0%{top:0px;height:16px}50%,100%{top:4px;height:8px}}*{scrollbar-width:thin}*::-webkit-scrollbar{width:10px}*::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.2);margin:2px}#preload-images{display:hidden;width:0;height:0;background:url("icons/repeat-all.svg"),url("icons/repeat-one.svg"),url("icons/repeat-continuous.svg"),url("icons/shuffle-active.svg"),url("icons/volume-muted.svg"),url("icons/play.svg")}@media screen and (max-width: 900px){body{gap:48px}body::before{background:url("background2.jpg"),#000;background-repeat:no-repeat;background-position:center center;background-size:cover}#header{font-size:600%}#center{gap:24px}#intro-text{order:2}#main{flex-direction:column;align-items:center;gap:36px}#player-panel{flex-direction:column;width:80vw;min-width:300px;max-width:360px;gap:12px}#player-panel #current-track{border:none !important;border-bottom:1px solid rgba(0,0,0,.25);margin-bottom:24px;border-top-right-radius:6px !important;border-bottom-right-radius:6px !important}#player-panel #export-panel{position:fixed;left:50%;top:50%;transform:translate(-50%, -50%)}#player-panel #playlist{border-top-left-radius:6px !important;border-bottom-left-radius:6px !important}#footer{padding-bottom:12px}}
