@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body,html{overscroll-behavior-y:none}body{background:#000;background-color:#000;border-radius:10px;color:#eee;font-family:Inter,sans-serif;letter-spacing:1.1px;margin:auto;padding:0 5%;text-align:center;width:90%}#root,body{position:relative}#root{align-items:center;display:flex;flex-direction:column}h1{font-size:2rem;position:relative;z-index:100}.article{background-color:#000;border-radius:10px;margin:auto;min-height:878px;padding-top:3%}#bubbleCanvas{min-height:925px}#bubbleCanvas,#mBubbleCanvas{filter:blur(40px);height:100vh;left:0;opacity:.7;pointer-events:none;position:fixed;top:0;width:100vw;z-index:0}#mBubbleCanvas{min-height:900px}@media screen and (max-width:1600px){body{padding:0 3%;width:94%}}@media screen and (max-width:1200px){body{padding:0 2%;width:96%}}@media screen and (max-width:900px){body{padding:0;width:98%}}.radio-player-main{background:#fff0;bottom:5px;color:#fff;font-family:Arial,sans-serif;height:100px;margin:auto;position:fixed;width:80%;z-index:1000}.player-main{align-items:center;background-color:#b5b5b51b;border-radius:10px 10px 10px 10px;box-shadow:0 0 13px -3px;display:flex;flex-direction:column;height:80%;margin-top:5px;width:100%}.player-up-row{display:flex;flex-wrap:wrap;height:50%;width:90%}.player-up-row:hover{.progress-bar{height:10px}}.player-down-row{display:flex;flex-wrap:wrap;height:50%;width:90%}.live-button{align-items:center;background-color:initial;border:none;color:#fff;cursor:pointer;display:flex;height:20px;margin:auto;width:5%}.live-button:hover{color:#c2c2c2}.live-text{font-size:10px;font-weight:700;height:100%;margin:auto;width:1000%}.song-info{width:74%}.control-btn,.song-info{cursor:pointer;margin:auto}.control-btn{display:flex;flex-wrap:wrap;gap:3px;width:5%}.stop-btn{background:#4440;border:none;color:#fff;cursor:pointer;margin:auto}.stop-btn,.stop-btn i{transition:font-size .4s}.stop-btn i{font-size:15px}.btn-disabled,.stop-btn:hover{color:#c2c2c2}.play-btn{background:#4440;border:none;color:#fff;cursor:pointer;margin:auto}.play-btn,.play-btn i{font-size:10px;transition:font-size .4s}.play-btn:hover{color:#c2c2c2}.time{font-size:12px;margin:auto;text-align:center;width:70px}.volume-section{margin:auto;position:relative;width:5%}.volume-section:hover{.volume-bar{background:#797979;border-radius:5px;cursor:pointer;display:block;height:8px;opacity:1;position:absolute;top:calc(50% - 3px);transform:translateX(-10%);transition:opacity .2s,height .2s;width:100px}i{opacity:0}}.volume-section i{font-size:13px;transition:opacity .2s;width:13%}@media screen and (max-width:1600px){.radio-player-header{width:80%}}@media screen and (max-width:1200px){.radio-player-header{height:170px;margin-bottom:20px;width:90%}.live-button,.play-btn,.stop-btn{width:30px}.live-text{display:none}}@media screen and (max-width:900px){.radio-player-header{width:100%}.player-up-row{width:98%}.time{display:none}.control-btn{width:25px}.play-btn{order:-1}.song-info{font-size:20px;width:90%}.volume-section{display:none}.progress-bar{width:65%}}.progress-bar{background:#797979;border-radius:5px;cursor:pointer;height:3px;margin:auto;position:relative;transition:height .2s;width:74%}.progress-filled{background:#b98f1d;border-radius:5px;height:100%;width:0}.playbeck-time{left:calc(50% - 35px);position:absolute;top:8px}.volume-bar{height:0;opacity:0}.volume-filled{background:#bebebe;border-radius:5px;height:100%;width:100%}.outer-frame{flex-direction:column;position:relative;width:100%}.outer-frame,.title-listeners{align-items:center;display:flex}.title-listeners{flex-wrap:wrap;gap:20px;justify-content:center}.title-listeners .title{font-size:40px;text-transform:uppercase}.title-listeners .listener-count{margin-left:10px}.cover-frame{border-radius:10px;display:inline-block;margin-bottom:30px;margin-top:30px;padding:5px 35px;position:relative;width:30%}#frame{background-color:#00000017;box-shadow:0 4px 30px #0000001a;height:90%;left:5%;width:90%}.cover-frame img{border-radius:10px;box-shadow:0 0 3px 0 #1e1e1e;height:300px;margin-bottom:1rem;object-fit:cover;position:relative;width:300px;z-index:100}#cover.cover{object-fit:cover;transition:all 1s ease-in-out}#cover.fade{animation:fadeIn 1s forwards;opacity:0}#cover.slide{animation:slideIn 1s forwards;opacity:0;transform:translateY(50px)}#cover.zoom{animation:zoomIn 1s forwards;opacity:0;transform:scale(.5)}@media screen and (max-width:1700px){.cover-frame{width:35%}}@media screen and (max-width:1600px){.cover-frame{width:40%}}@media screen and (max-width:1400px){.cover-frame{width:50%}h1{font-size:40px}}@media screen and (max-width:1200px){.cover-frame{width:60%}h1,h2{font-size:3rem}}@media screen and (max-width:900px){.cover-frame{width:70%}h1{font-size:30px}}@media screen and (max-width:800px){.cover-frame{width:80%}}.radio-history{margin-bottom:50px}.radio-history ul{color:#ccc;font-size:1rem;list-style:none;margin-top:1rem;padding:0}.radio-history li{margin-bottom:.5rem;opacity:.8}.song-link{background:none;border:none;color:inherit;cursor:pointer;font-size:inherit;text-decoration:none}.song-link:hover{opacity:.3}.m-radio-player-header{background:#fff0;bottom:0;color:#fff;font-family:Arial,sans-serif;position:fixed;width:100%;z-index:1000}.m-progress-bar{background:#797979;border-radius:5px;cursor:pointer;height:3px;margin:auto;position:relative;transition:height .2s;width:100%}.m-progress-filled{background:#b98f1d;border-radius:5px;height:100%;width:0}.m-progress-dot{background:#b98f1d;border-radius:50%;height:12px;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}.player-collapsed{align-items:center;bottom:5px;color:#fff;display:flex;flex:1 1;flex-direction:column;font-size:16px;height:116px;justify-content:center;left:50%;margin:auto;position:absolute;transform:translateX(-50%);transition:opacity .8s ease;width:96%;z-index:100}.colapsed-content{background-color:rgba(25,25,25,.745);border:1px solid hsla(0,0%,85%,.445);border-radius:40px;box-shadow:inset 0 0 17px -9px #b1b1b1;height:80px;overflow:hidden;position:relative;width:100%}.main-colapsed-player{align-items:center;display:flex;height:100%;margin:auto;width:calc(100% - 30px)}.colapsed-progress-bar{height:8%;left:49%;position:absolute;top:50%;transform:translateX(-50%);width:88%}.colapsed-player-btn{align-items:center;background-color:rgba(85,85,85,.212);border-radius:30px;box-shadow:inset 0 0 17px -9px #b1b1b1;display:flex;height:50px;justify-content:center;width:50px}.colapsed-song-info{display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;width:calc(100% - 100px)}.colapsed-analyzer{bottom:0;height:100%;left:50%;margin:auto;opacity:.9;pointer-events:none;position:absolute;transform:translateX(-50%);width:100%;z-index:-10}.player-expanded{color:#fff;flex:1 1;font-size:16px;transition:opacity .8s ease}.extended-player-btn,.player-expanded{align-items:center;justify-content:center}.extended-player-btn{background-color:rgba(85,85,85,.212);border-radius:30px;height:50px;width:50px}.extended-player-btn,.player-expanded{box-shadow:inset 0 0 17px -9px #b1b1b1;display:flex}.player-expanded{background-color:#191919fa;border-radius:20px 20px 0 0;border-top:2px solid hsla(0,0%,85%,.445);flex-direction:column;height:80%;z-index:100}.expanded-player{align-items:center;display:flex;flex-direction:column;height:21%;position:relative;width:100%}.extended-info{width:60%}.extended-song-info{display:flex;flex-direction:column;gap:7px;height:100%;justify-content:space-evenly;margin:auto;width:85%}.extended-cover{width:25%}.extended-cover img{position:relative;width:60px;z-index:10}.extended-img-cover{object-fit:cover}.extended-fade{animation:fadeIn 1s forwards;transition:fadeIn 1s ease-in-out}.extended-btn{width:15%}.expanded-times{display:flex;gap:50%;height:33%;justify-content:center}.m-playbeck-time{height:33%;position:relative;width:100%}.expanded-progress{display:flex;height:33%;justify-content:center;margin:auto;width:86%;z-index:10}.expanded-history-main{height:76%;position:relative}.expanded-history-main,.expanded-history-title{align-items:center;display:flex;flex-direction:column;width:100%}.expanded-history-title{box-shadow:inset 0 -10px 14px -16px #b1b1b1;gap:6px;height:12%;justify-content:center;padding-top:5px}.third-row{height:1%;width:100%}.m-live-btn-disabled{display:none}.histoty-title-main{color:#b6b5b5;font-size:16px;font-weight:700}.histoty-title-second{color:#969696;font-size:10px;font-weight:lighter}.expanded-history-contetnt{background:linear-gradient(0deg,#19191900 0,#1d1d1dcc 20%,#242424cc 30%,#3a3a3acc 40%,#474747cc 50%,#3e3e3ecc 60%,#242424cc 70%,#1d1d1dcc 80%,#19191900);height:87%;overflow:scroll;padding:0;position:relative;width:100%}.inner-history-content{height:100%;overflow:auto;width:100%}.expanded-history-contetnt:after{background:linear-gradient(0deg,#191919fa 0,#191919fa 2%,#19191973 4%,#19191900 7%,#19191900 93%,#19191973 96%,#191919fa 98%,rgba(25,25,25,.98));content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.contetnt-list{display:flex;flex-direction:column;height:100%;margin:auto;width:100%}.contetnt-list .scrollable-list{align-items:center;display:flex;flex:1 1 auto;flex-direction:column;gap:7px;margin:5px 0 10px;max-height:100%;overflow-y:auto;padding:10px 0;transition:padding-bottom .3s ease,padding-top .3s ease}.contetnt-list .scrollable-list li{background-color:#3c3c3c94;border-radius:6px;box-shadow:inset 0 0 6px -2px #b5b1b1,0 4px 10px -6px #000;display:flex;min-height:60px;overflow:hidden;position:relative;width:92%}.m-list-song-filled{background:linear-gradient(hsla(0,0%,50%,.459),hsla(0,0%,50%,.093),hsla(0,0%,50%,.459));border-bottom-left-radius:6px;border-top-left-radius:6px;width:0}.m-list-song-end,.m-list-song-filled{height:100%;position:absolute;z-index:10}.m-list-song-end{background-color:hsla(0,0%,50%,.691);left:0;width:3px}.m-list-song-link{background:none;border:none;color:inherit;cursor:pointer;font-size:inherit;text-decoration:none}.contetnt-item{-webkit-tap-highlight-color:transparent;display:flex;flex-direction:row;height:65px;width:100%}.contetnt-item-track{border-right:1px solid #494949;display:flex;flex-direction:column;height:70%;justify-content:space-around;margin:auto;position:relative;width:80%;z-index:100}.contetnt-item-play{align-items:center;display:flex;justify-content:center;width:20%;z-index:100}.contetnt-item-play .up-next{color:#9b9b9b;font-size:12px;font-weight:700}.contetnt-item-play i{color:#029d02;font-size:20px;width:35%}.fa-play{text-shadow:2px 2px 4px #00000080}.contetnt-item-play-duration{color:#b5b5b5;font-size:15px;text-shadow:2px 2px #000;width:65%}.contetnt-item-title{color:#d8d7d7;font-size:17px;font-weight:700}.contetnt-item-artist,.contetnt-item-title{margin:auto;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:90%}.contetnt-item-artist{color:#b7b6b6;font-size:14px;font-weight:lighter}.m-live-button{background-color:initial;border:none;color:#af4c4c;font-weight:700;left:20px;margin:auto;position:absolute;top:16px;z-index:1}.m-live-text{font-size:16px}.m-time{font-size:11px;margin:auto}.expanded-analyzer{bottom:0;height:100%;left:50%;margin:auto;opacity:.3;pointer-events:none;position:absolute;transform:translateX(-50%);width:90%;z-index:-10}.sliding-player{border-radius:20px 10px 0 0;bottom:0;display:flex;flex-direction:column;overflow:hidden;position:fixed;touch-action:none;transition:height .3s ease,transform .4s ease;width:100%;z-index:1000}.artist{color:#b7b6b6;font-size:13px;font-weight:lighter}.artist,.song-title{overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.song-title{color:#d8d7d7;font-size:15px;font-weight:700}.chevron-up{align-items:center;animation:float 2s cubic-bezier(.4,0,1,1) infinite;color:gray;display:flex;font-size:25px;height:36px;justify-content:center;width:10%}.chevron-down .chevron-btn,.chevron-up .chevron-btn{background-color:initial;border:none;color:gray;font-size:20px;width:100%}.chevron-down{align-items:center;animation:float 2s cubic-bezier(.4,0,1,1) infinite;color:grey;display:flex;font-size:25px;height:3%;justify-content:center;width:10%}@keyframes float{0%{color:grey;transform:translateY(0)}50%{color:#979797;transform:translateY(6px)}to{color:#5c5b5b;transform:translateY(0)}}.cover-info-btn{align-items:center;display:flex;height:65%;width:90%}.status-progerss{display:flex;flex-direction:column;height:34%;width:100%}.underline{border-bottom:1px solid rgba(49,77,28,.477);height:1%;width:90%}.underline-thiny{border-top:1px solid hsla(0,0%,58%,.477);height:2%;width:40%}.progress-ring{background:conic-gradient(#b98f1d calc(var(--percent)*1),#ffffff1a 0);height:50px;width:50px}.m-play-btn,.m-stop-btn,.progress-ring{align-items:center;border-radius:50%;display:flex;justify-content:center}.m-play-btn,.m-stop-btn{background:#444;border:none;color:#fff;cursor:pointer;height:46px;width:46px}.m-play-btn{-webkit-tap-highlight-color:transparent;border:none;outline:none}.m-play-btn:active{background:#444}.m-play-btn:focus{outline:none}.m-play-btn i,.m-stop-btn i{font-size:20px}.m-play-btn:hover{color:#c2c2c2}.sopt-btn-ring{align-items:center;background:#6b6b6b;border-radius:50%;display:flex;height:48px;justify-content:center;width:48px}.sopt-btn-ring button{-webkit-tap-highlight-color:transparent;border:none;outline:none}.sopt-btn-ring button:active{background:#444}.sopt-btn-ring button:focus{outline:none}.m-song-info{-webkit-tap-highlight-color:transparent;cursor:pointer;display:flex;flex-direction:column;gap:11px;height:70%;justify-content:space-evenly;margin:auto;position:relative;width:90%}.m-btn-disabled{color:#6f6f6f}.logo-main{align-items:center;display:flex;height:20%;justify-content:space-around;margin:12px auto auto;position:relative;width:85%;z-index:120}.vip-logo{height:50px;width:50px}.logo-text a{align-items:center;color:#a3a2a2;display:flex;flex-direction:column;justify-content:center;text-decoration:none}.logo-text a .vip{color:#c3c2c2;font-size:16px;font-weight:700}.logo-text a .cool{color:#b94b4b;font-size:12px}.logo-text a:active,.logo-text a:focus,.logo-text a:hover,.logo-text a:visited{color:#a3a2a2;text-decoration:none}.m-outer-frame{align-items:center;display:flex;flex-direction:column;position:relative;width:85%}.m-title-listeners{flex-wrap:wrap;gap:20px}.m-cover-frame .m-title,.m-title-listeners{align-items:center;display:flex;justify-content:center}.m-cover-frame .m-title{flex-direction:column;gap:15px;position:relative;width:100%;z-index:120}.m-title-listeners .m-listener-count{margin-left:10px}.m-cover-frame{align-items:center;border-radius:10px;display:flex;flex-direction:column;height:80%;justify-content:center;margin-bottom:30px;position:relative;width:90%}.m-cover-frame h1{font-size:23px;margin-bottom:10px;margin-top:10px;width:100%}#frame{background-color:rgba(0,0,0,0m-09);background-image:url(/static/media/default-cover-1.bce34deef3324ba943a2.png);border-radius:10px;box-shadow:0 4px 30px rgba(0,0,0,0m-1);display:inline-block;filter:blur(70px);-webkit-filter:blur(40px);height:72%;left:50%;position:absolute;top:5%;transform:translateX(-50%);width:72%;z-index:10}.m-cover-frame img{border-radius:10px;box-shadow:0 0 3px 0 #1e1e1e;margin-bottom:45px;object-fit:cover;position:relative;width:55%;z-index:100}.m-cover-frame.m-cover{object-fit:cover;transition:all 1s ease-in-out}.m-cover-frame.m-fade{animation:fadeIn 1s forwards;opacity:0}.m-cover-frame.m-slide{animation:slideIn 1s forwards;opacity:0;transform:translateY(50px)}.m-cover-frame.m-zoom{animation:zoomIn 1s forwards;opacity:0;transform:scale(0m-5)}.m-title-artist{color:#bbb;font-size:24px;height:43%}.m-title-artist,.m-title-info{font-weight:700;text-shadow:1px 1px #000;width:100%}.m-title-info{color:#a2a2a2;font-size:10px;height:10%}.m-title-title{color:#898989;font-size:20px;font-weight:700;height:42%;text-shadow:1px 1px #000;width:100%}@keyframes fadeIn{to{opacity:1}}@keyframes slideIn{to{opacity:1;transform:translateY(0)}}@keyframes zoomIn{to{opacity:1;transform:scale(1)}}.guide-main-container{align-items:center;background-color:initial;display:flex;flex-direction:column;height:400px;justify-content:center;position:fixed;right:0;top:80px;width:32px;z-index:500}.guide-main-container:after{background-color:rgba(25,25,25,.745);border-bottom-left-radius:20px;content:"";height:100%}.guide-main-container:after,.guide-main-top{border-top-left-radius:20px;position:absolute;right:0;top:0;width:10px}.guide-main-top{border:1px solid hsla(0,0%,85%,.445);border-bottom:none;border-right:none;height:184px;z-index:10}.guide-main-bottom{border:1px solid hsla(0,0%,85%,.445);border-bottom-left-radius:20px;border-right:none;border-top:none;bottom:0;height:184px;position:absolute;right:0;width:10px;z-index:10}.chevron-left{align-items:center;background-color:rgba(25,25,25,.745);border:1px solid hsla(0,0%,85%,.445);border-radius:50px;color:gray;display:flex;font-size:20px;height:30px;justify-content:center;position:relative;width:30px;z-index:100}.chevron-left .chevron-btn,.chevron-right .chevron-btn{background-color:initial;border:none;color:gray;font-size:20px;width:100%}.m-expanded-guide{background-color:#19191926;border-bottom-left-radius:20px;border-top-left-radius:20px;box-shadow:inset 0 0 0 0 grey;height:400px;position:relative;width:100%;z-index:30}.chevron-right,.m-expanded-guide{align-items:center;border:1px solid hsla(0,0%,85%,.445);color:gray;display:flex;justify-content:center}.chevron-right{background-color:rgba(25,25,25,.745);border-radius:50px;font-size:20px;height:30px;left:5px;position:absolute;top:5px;width:30px;z-index:100}.m-expanded-guide-content{background:linear-gradient(270deg,#191919fc 0,#191919fa 20%,#191919f7 30%,rgba(25,25,25,.965) 40%,#191919f5 50%,#191919f2 60%,#191919f0 70%,#191919eb 80%,#191919e6 90%,#19191966);border-bottom-left-radius:20px;border-top-left-radius:20px;height:100%}.m-expanded-guide-content,.m-expanded-guide-title{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.m-expanded-guide-title{height:18%}.m-expanded-guide-title .m-text{align-items:center;color:#cdcbcb;display:flex;font-size:17px;font-weight:700;height:50%;justify-content:center;margin:auto;text-shadow:1px 1px #000}.m-expanded-guide-title .m-date-arrows{align-items:center;display:flex;font-size:14px;height:30%;justify-content:center;margin:auto;width:50%}.m-expanded-guide-title .m-date-arrows .m-left-arrow button,.m-expanded-guide-title .m-date-arrows .m-right-arrow button{background-color:initial;border:none;font-size:12px;width:15%}.m-expanded-guide-title .m-date-arrows .m-day{text-transform:uppercase;width:70%}.m-expanded-guide-list-main{align-items:start;display:flex;flex-direction:column;height:80%;justify-content:center;width:100%}.m-expanded-guide-list{height:100%;width:100%}.m-expanded-guide-list ul{align-items:center;display:flex;flex:1 1 auto;flex-direction:column;gap:14px;margin:0 0 10px;max-height:90%;overflow-y:auto;padding:10px 0;transition:padding-bottom .3s ease,padding-top .3s ease;width:100%}.m-expanded-guide-list ul li{align-items:center;border-bottom:1px solid #87581e54;display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:5px;position:relative;width:100%}.m-expanded-guide-list ul li:last-child{border-bottom:none}.start-end-time{font-size:11px;height:100%;text-align:center;width:16%}.task-content{align-items:center;display:flex;flex-direction:column;flex-wrap:nowrap;gap:3px;justify-content:center;width:83%}.task-name{font-size:15px;font-weight:700}.task-description,.task-name{overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%}.task-description{font-size:12px}.task-item.active .task-description,.task-item.active .task-name{color:#a7986c}.task-item.inactive .task-description,.task-item.inactive .task-name{color:#505050}.task-item.upcoming .task-name{color:#c3c3c3}
/*# sourceMappingURL=main.95105fbd.css.map*/