.home{color:#fff;background-image:url(/back.webp);background-position:50%;background-size:cover;flex-direction:column;justify-content:center;width:100%;height:auto;min-height:100vh;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;display:flex;position:relative;overflow:hidden}.overlay{pointer-events:none;background:linear-gradient(90deg,#0c0c0cb3,#0c0c0c66);position:absolute;inset:0}.player-container{z-index:3;box-sizing:border-box;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:calc(100vh - 190px);padding:0 40px;display:flex;position:relative}.track-info{text-align:center;flex-direction:column;align-items:center;max-width:70%;display:flex}.track-info .title{letter-spacing:2px;color:#fff;margin:0;font-size:70px;font-weight:800}.track-info .title:first-letter{color:#cc0100}.track-info .artist{color:#fffffff2;margin:8px 0 16px;font-size:35px;font-weight:600}.track-info .heart-btn{cursor:pointer;background:#ffffff1a;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-top:10px;transition:transform .2s;display:flex}.track-info .heart-btn:hover{background:#fff3;transform:scale(1.1)}.track-info .heart-btn img{border-radius:8px}.controls{justify-content:center;align-items:center;display:flex}.controls .border_btn{overlay:none;cursor:pointer;background:0 0;border:2px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:250px;height:250px;margin-left:30px;display:flex}.controls .grey_btn{background:#ffffff40;border-radius:50%;justify-content:center;align-items:center;width:80%;height:80%;display:flex}.controls .play-btn{cursor:pointer;background:#cc0100;border:none;border-radius:50%;justify-content:center;align-items:center;width:70%;height:70%;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 8px 24px #cc010066}.controls .play-btn:hover{transform:scale(1.05);box-shadow:0 12px 32px #cc010080}.controls .play-btn svg{filter:drop-shadow(0 2px 4px #0003);width:57%;display:block}.volume-vertical{z-index:5;border-radius:30px;flex-direction:column;align-items:center;gap:12px;margin-right:30px;padding:16px 12px;display:flex;position:relative}.volume-vertical .vol-icon{color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:none;padding:6px 8px;font-size:20px;font-weight:700;transition:transform .2s}.volume-vertical .vol-icon:hover{transform:scale(1.1)}.volume-vertical .vol-slider-container{justify-content:center;align-items:center;height:160px;display:flex}.volume-vertical .vol-range{-webkit-appearance:none;cursor:pointer;background:0 0;outline:none;width:160px;height:14px;margin:0;transform:rotate(-90deg)}.volume-vertical .vol-range::-webkit-slider-runnable-track{background:#fefefeb3;border-radius:4px;height:6px}.volume-vertical .vol-range::-webkit-slider-thumb{-webkit-appearance:none;background:#cc0100;border-radius:50%;width:18px;height:18px;margin-top:-6px;box-shadow:0 2px 6px #0006}.volume-vertical .vol-range::-moz-range-track{background:#ffffff26;border-radius:4px;height:6px}.volume-vertical .vol-range::-moz-range-thumb{background:#cc0100;border:none;border-radius:50%;width:18px;height:18px}.volume-vertical .mute-btn{color:#fff;cursor:pointer;background:#cc0100cc;border:none;border-radius:50%;margin-top:8px;padding:8px;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #0000004d}.volume-vertical .mute-btn:hover{transform:scale(1.1);box-shadow:0 4px 12px #0006}.volume-vertical .mute-btn .mute-ind{font-size:18px}.visualizer-wrap{z-index:3;justify-content:end;align-items:end;width:100%;height:180px;margin:0;padding:0;display:flex;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.visualizer-canvas{filter:drop-shadow(0 -2px 4px #0003);justify-content:end;align-items:end;width:100%;height:100%;display:flex}@media (max-width:900px){.left .title{font-size:42px}.left .artist{font-size:20px}.play-btn{width:110px;height:110px}.volume-vertical{display:none}.player-container{flex-direction:column;justify-content:center}.track-info{max-width:100%}.controls .border_btn{margin-left:0}}@media (max-width:560px){.track-info .title{letter-spacing:0;font-size:52px}.track-info .artist{font-size:28px}.controls .border_btn{width:200px;height:200px}}
.loader{flex-direction:column;justify-content:center;align-items:center;height:100vh;padding-bottom:60px;display:flex}.loading-line-container{background:#e0e0e0;border-radius:4px;width:280px;height:6px;position:relative;overflow:hidden}.loading-line{background:#cc0100;border-radius:4px;width:30%;height:100%;animation:1.5s linear infinite moveLine;position:absolute}@keyframes moveLine{0%{left:-30%}50%{left:50%}to{left:100%}}@media (max-width:900px){.loader{padding:20px}.loader .loading-line-container{width:100%}}
.team{color:#fff;flex-direction:column;align-items:center;width:100%;padding:40px 20px;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;display:flex}.team-title{font-size:50px;font-weight:500}.team-title span{color:#cc0100}.line{background:linear-gradient(90deg,#cc0100,#ff6b6b);border-radius:5px;width:250px;height:6px;margin:8px auto 30px}.team__wrapper{width:100%;overflow:hidden}.team__container{gap:30px;width:max-content;margin-top:40px;animation:30s linear infinite scroll-left;display:flex}.team__track{gap:30px;display:flex}.team-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;background:#cc0100cc;border-radius:20px;flex:none;width:320px;margin:20px;transition:transform .3s,box-shadow .3s,background .3s;box-shadow:0 4px 20px #00000080}.team-card:hover{background:#cc0100f2;transform:translateY(-6px)scale(1.05);box-shadow:0 12px 36px #0009}.team-image{background-position:50%;background-size:cover;border-top-left-radius:20px;border-top-right-radius:20px;width:100%;max-height:400px;transition:transform .3s}.team-image:hover{transform:scale(1.05)}.team-info{flex-direction:column;justify-content:space-between;width:100%;padding:15px;display:flex}.team-name{margin-bottom:5px;font-size:26px;font-weight:700}.team-info p{color:#ffffffd9;font-size:16px;line-height:1.4}.team-social{justify-content:flex-end;gap:8px;width:100%;margin-top:10px;display:flex}.team-social .team-btn{cursor:pointer;background:#ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.team-social .team-btn:hover{background:#cc0100;transform:scale(1.1);box-shadow:0 4px 12px #cc010080}.team-social .team-btn svg{color:#fff;font-size:22px}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:900px){.team-title{font-size:45px}.line{width:60%}}@media (max-width:768px){.team-title{font-size:37px}.line{width:60%}.team-card{width:280px}}@media (max-width:480px){.team__wrapper{width:100%;overflow:hidden}.team__container{flex-direction:row;gap:16px;width:max-content;margin-top:20px;animation:20s linear infinite scroll-left}.team__track:last-child{display:flex}.team__track{flex-direction:row;gap:16px}.team-card{border-radius:24px;flex:none;width:75vw;margin:5px}.team-image{object-fit:cover;border-top-left-radius:24px;border-top-right-radius:24px;max-height:320px}.team-info{padding:20px}.team-name{margin-bottom:8px;font-size:28px}.team-info p{font-size:17px;line-height:1.5}.team-social .team-btn{border-radius:14px;width:56px;height:56px}.team-social .team-btn img{width:28px;height:28px}}
.view-full-timetable{cursor:pointer;color:#fff;background-color:#cc0100;border-radius:10px;margin-top:40px;padding:20px 30px;font-size:22px;font-weight:600;transition:background-color .2s}.view-full-timetable:hover{background-color:#8d0000}.timetable{flex-direction:column;align-items:center;width:100%;height:auto;margin-top:30px;display:flex;position:relative}.timetable .header{flex-direction:column;justify-content:center;align-items:center;width:100%;height:auto;margin-bottom:20px;display:flex}.timetable .header .title{font-size:50px;font-weight:500}.timetable .header .title span{color:#cc0100}.timetable .header .line{margin-bottom:15px}.timetable .header .mobile-day-selector{justify-content:center;align-items:center;margin-top:10px;margin-bottom:15px;display:flex}.timetable .header .mobile-day-selector .current-day{text-align:center;min-width:60px;margin:0 20px;font-size:24px;font-weight:600}.timetable .header .mobile-day-selector .day-nav-btn{color:#fff;cursor:pointer;background-color:#cc0100;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;transition:background-color .2s,transform .2s;display:flex}.timetable .header .mobile-day-selector .day-nav-btn:hover{background-color:#a30000}.timetable .header .mobile-day-selector .day-nav-btn:active{transform:scale(.95)}@keyframes fadeInOut{0%{opacity:.7}50%{opacity:1}to{opacity:.7}}.timetable .schedule{--time-col-width:70px;--header-height:44px;--hour-height:60px;--hours:15;box-sizing:border-box;width:100%;min-width:768px;margin-top:10px;position:relative}@media (max-width:768px){.timetable .schedule{min-width:auto}}.timetable .schedule .schedule-grid{grid-template-columns:var(--time-col-width)repeat(7,1fr);grid-template-rows:var(--header-height)calc(var(--hour-height)*var(--hours));width:100%;height:calc(var(--hour-height)*var(--hours) + var(--header-height));align-items:stretch;gap:0;margin-top:150px;display:grid;position:relative;overflow:hidden}@media (max-width:768px){.timetable .schedule .schedule-grid{grid-template-columns:var(--time-col-width)1fr}}.timetable .schedule .time-col-header{grid-area:1/1}.timetable .schedule .day-col-header{text-align:center;-webkit-user-select:none;user-select:none;grid-row:1;align-self:center;padding:10px 6px;font-size:14px;font-weight:700}.timetable .schedule .time-col{z-index:4;background:0 0;flex-direction:column;grid-area:2/1;align-items:flex-start;display:flex}.timetable .schedule .time-cell{height:var(--hour-height);color:#bdbdbd;box-sizing:border-box;background:0 0;padding-top:6px;padding-left:8px;font-size:12px}.timetable .schedule .day-col{z-index:3;background:0 0;border-left:3px solid #b40000f2;grid-row:2;position:relative}.timetable .schedule .event{box-sizing:border-box;color:#111;z-index:6;border-radius:10px;flex-direction:column;justify-content:space-between;width:88%;padding:8px 10px;font-family:Montserrat Alternates,sans-serif;font-size:13px;font-weight:500;display:flex;position:absolute;left:6%;overflow:hidden}.timetable .schedule .event .title{white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-weight:600;overflow:hidden}.timetable .schedule .event .time{margin-top:4px;font-size:11px}.timetable .schedule .grid-lines{left:0;right:0;top:var(--header-height);height:calc(var(--hour-height)*var(--hours));z-index:1;pointer-events:none;background-image:repeating-linear-gradient(to bottom,transparent 0 calc(var(--hour-height) - 3px),#b40000f2 calc(var(--hour-height) - 3px)var(--hour-height));background-repeat:repeat;background-size:100% var(--hour-height);position:absolute}.timetable .schedule .current-time-line{left:var(--time-col-width);z-index:7;pointer-events:none;background:linear-gradient(90deg,orange,#ff6e00);height:4px;position:absolute;right:0;box-shadow:0 0 8px #ff8c0080}@media (max-width:1024px){.timetable .schedule{margin-top:30px;padding:0 20px!important}.timetable .schedule .event{padding:6px 8px;font-size:12px}.timetable .schedule .event .time{font-size:10px}}@media (max-width:768px){.timetable .view-full-timetable{margin-top:30px;padding:16px 22px;font-size:18px}.timetable .header .title{font-size:36px}.timetable .header .mobile-day-selector{margin-top:20px;margin-bottom:20px}.timetable .header .mobile-day-selector .current-day{font-size:28px}.timetable .schedule{-webkit-overflow-scrolling:touch;margin-top:20px;overflow-x:visible;padding:0!important}.timetable .schedule .day-col-header{font-size:18px;font-weight:700}.timetable .schedule .day-col{border-top:3px solid #b40000f2;border-left:none;padding-top:10px}.timetable .schedule .event{width:94%;left:3%}}@media (max-width:480px){.timetable .view-full-timetable{border-radius:8px;margin-top:20px;padding:12px 18px;font-size:15px}.timetable .header .title{font-size:28px}.timetable .schedule{--hour-height:70px;margin-top:30px}.timetable .schedule .time-cell{padding-left:4px;font-size:10px}.timetable .schedule .event{width:92%;padding:4px 6px;font-size:11px;left:4%}.timetable .schedule .event .time{font-size:9px}}.timetable .event-popup{z-index:1000;background-color:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.timetable .event-popup .popup-header{padding:16px 20px;position:relative}.timetable .event-popup .popup-header h3{color:#111;margin:0;padding-right:40px;font-size:20px;font-weight:600}.timetable .event-popup .popup-header .close-popup{color:#fff;cursor:pointer;background-color:#0000004d;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:24px;transition:background-color .2s;display:flex;position:absolute;top:12px;right:12px}.timetable .event-popup .popup-header .close-popup:hover{background-color:#00000080}.timetable .event-popup .popup-content{background-color:#fff;border-radius:12px;width:90%;max-width:500px;margin:10% auto;overflow:hidden;box-shadow:0 8px 25px #00000080}.timetable .event-popup .popup-content p{color:#333;margin:12px 0;padding:0 20px 20px;font-size:16px;line-height:1.5}@media (max-width:768px){.timetable .event-popup .popup-content{width:95%;margin:20% auto}.timetable .event-popup .popup-header h3{font-size:18px}.timetable .event-popup .popup-content p{font-size:15px}}
.topsongs{flex-direction:column;align-items:center;width:100%;height:auto;padding:70px;display:flex}.topsongs h2{font-size:48px;font-weight:500}.topsongs h2 span{color:#cc0100}.topsongs .loader{justify-content:center;align-items:center;width:100%;height:60vh;display:flex}.topsongs .loader p{font-size:48px}@media (max-width:1024px){.topsongs{padding:20px}}@media (max-width:768px){.topsongs h2{font-size:40px}.topsongs .loader p{font-size:30px}}
.admin-topsong-card{border-radius:10px;justify-content:space-between;align-items:center;width:100%;height:auto;margin:20px 0;padding:14px 20px;display:flex}.admin-topsong-card h2{color:#cc0100;font-size:40px;font-weight:500}.admin-topsong-card img{background-color:#fff3;border-radius:10px;width:130px;height:130px;margin-left:30px}.admin-topsong-card p{padding-left:17px;font-size:34px;font-weight:500}.admin-topsong-card button{cursor:pointer}.admin-topsong-card .button-container{align-items:center;width:auto;height:auto;display:flex}.admin-topsong-card .button-container .progress-bar{-webkit-appearance:none;background:#ffffff1a;border-radius:3px;width:310px;height:7px;margin-right:40px}.admin-topsong-card .button-container .progress-bar::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#cc0100;border:none;border-radius:50%;width:14px;height:14px;margin-top:-4px}.admin-topsong-card .button-container .progress-bar::-moz-range-thumb{cursor:pointer;background:#cc0100;border:none;border-radius:50%;width:14px;height:14px}.admin-topsong-card .button-container .progress-bar::-ms-thumb{cursor:pointer;background:#cc0100;border:none;border-radius:50%;width:14px;height:14px}.admin-topsong-card .button-container .progress-bar::-webkit-slider-runnable-track{background:linear-gradient(to right,#cc0100 0%,#cc0100 var(--progress,0%),transparent var(--progress,0%),transparent 100%);border-radius:3px;height:6px}.admin-topsong-card .button-container .play{border:2px solid #cc0100;border-radius:50%;justify-content:center;align-items:center;width:83px;height:83px;margin:7px;display:flex;position:relative;right:12px}.admin-topsong-card .button-container .play svg{width:50px;height:50px}.admin-topsong-card .edit{background-color:#ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:60px;height:60px;margin:7px;display:flex}@media (max-width:1100px){.admin-topsong-card{text-align:center;width:100%;padding-left:0;padding-right:0}.admin-topsong-card h2{margin-bottom:10px;font-size:32px}.admin-topsong-card p{padding-left:20px;font-size:28px}.admin-topsong-card img{width:110px;height:110px}.admin-topsong-card .button-container .progress-bar{display:none}.admin-topsong-card .button-container .play{width:70px;height:70px}.admin-topsong-card .button-container .play svg{width:40px;height:40px}}@media (max-width:900px){.admin-topsong-card{text-align:center;width:100%;padding-left:0;padding-right:0}.admin-topsong-card h2{margin-bottom:10px;font-size:32px}.admin-topsong-card p{padding-left:20px;font-size:29px}.admin-topsong-card img{width:110px;height:110px}.admin-topsong-card .button-container .progress-bar{display:none}.admin-topsong-card .button-container .play{width:70px;height:70px}.admin-topsong-card .button-container .play svg{width:40px;height:40px}}@media (max-width:768px){.admin-topsong-card{text-align:center;width:100%;padding-left:0;padding-right:0}.admin-topsong-card h2{margin-bottom:10px;font-size:32px}.admin-topsong-card p{text-align:start;padding-left:10px;font-size:27px}.admin-topsong-card img{width:80px;height:80px}.admin-topsong-card .button-container .progress-bar{display:none}.admin-topsong-card .button-container .play{width:50px;height:50px}.admin-topsong-card .button-container .play svg{width:35px;height:35px}}@media (max-width:500px){.admin-topsong-card{text-align:center;width:100%;padding-left:0;padding-right:0}.admin-topsong-card h2{margin-bottom:10px;font-size:32px}.admin-topsong-card p{text-align:start;padding-left:10px;font-size:17px}.admin-topsong-card img{width:80px;height:80px}.admin-topsong-card .button-container .progress-bar{display:none}.admin-topsong-card .button-container .play{width:50px;height:50px}.admin-topsong-card .button-container .play svg{width:35px;height:35px}}
.news{flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:auto;padding:40px 0 0;display:flex}.news .title{font-size:40px;font-weight:500}.news span{color:#cc0100}.news .line{background-color:#cc0100;border-radius:5px;width:400px;height:6px;margin:9px}.news .news-video{border:4px solid #cc0100;border-radius:40px;width:80%;height:90vh;margin:60px}.news .news-footer{background-color:#242424;border-radius:80px 80px 0 0;flex-direction:column;justify-content:center;align-items:center;width:100%;height:60vh;padding:35px;display:flex}.news .news-footer .line{margin-bottom:20px}.news .news-footer .news-footer-card{background-color:#282727;border-radius:30px;flex-direction:column;justify-content:space-around;align-items:center;width:650px;height:100%;padding-top:20px;padding-bottom:20px;display:flex}.news .news-footer .news-footer-card .news-footer-card-block{background-color:#ff3d3c;border-radius:10px;justify-content:center;align-items:center;width:70px;height:70px;display:flex}.news .news-footer .news-footer-card h2{color:#fff;font-size:35px;font-weight:500}.news .news-footer .news-footer-card button{background-color:#cc0100;border-radius:10px;width:400px;height:70px;font-size:25px;font-weight:500}@media (max-width:900px){.news{padding:10px 15px 0}.news .title{text-align:center;font-size:30px}.news .line{border-radius:10px;width:70%}.news .news-video{width:100%;height:60vh}.news .news-footer{border-radius:30px 30px 0 0;width:60%;padding:10px 0}.news .news-footer .news-footer-card{width:100%}.news .news-footer .news-footer-card a{width:95%}.news .news-footer .news-footer-card button{width:100%}}@media (max-width:768px){.news{padding:10px 10px 0}.news .title{text-align:center;font-size:30px}.news .line{border-radius:10px;width:70%}.news .news-video{width:100%;height:60vh}.news .news-footer{border-radius:30px 30px 0 0;width:100%;padding:10px 0}.news .news-footer .news-footer-card{width:100%}.news .news-footer .news-footer-card a{width:95%}.news .news-footer .news-footer-card button{width:100%}}
