@font-face{font-family:Poppins-Regular;src:local("Poppins-Regular"),url(/_next/static/media/Poppins-Regular.0fd62e42.ttf);font-display:swap}@font-face{font-family:Poppins-Light;src:local("Poppins-Light"),url(/_next/static/media/Poppins-Light.a392c1d2.ttf);font-display:swap}@font-face{font-family:Poppins-ExtraLight;src:local("Poppins-ExtraLight"),url(/_next/static/media/Poppins-ExtraLight.e14b0974.ttf);font-display:swap}html{box-sizing:border-box;scroll-behavior:smooth}*,:after,:before{box-sizing:inherit}*{margin:0;padding:0}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{font-family:Poppins-Light,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;font-size:1em}h1,h2,h3,h4,h5,h6{color:#fff;text-align:center}h1{font-size:7em;text-shadow:2px 2px 5px #222}h2{font-size:3em}h3{font-size:1.7em}b,strong{font-weight:700}p{margin:.7em 0}.banner{width:100%;font-size:1.2em;padding:15px 25px;background-color:#b50200;color:#fff;text-align:center;display:flex;align-items:center;justify-content:space-around;margin-bottom:1rem}.banner p{font-weight:700}.banner .close,.banner.closed{display:none}@media screen and (max-width:900px){.banner{margin-bottom:0;font-size:1.1rem;padding:10px 25px;position:fixed;bottom:-110px;left:0;right:0;z-index:1004}.banner.closed{animation:slideDown .5s ease-in-out;animation-iteration-count:1;animation-fill-mode:forwards}.banner.open{animation:slideUp .5s ease-in-out;animation-delay:.5s;animation-iteration-count:1;animation-fill-mode:forwards}.banner .close{display:block;position:absolute;top:50%;right:5%;translate:-5% -50%;cursor:pointer;font-weight:700}.banner p{padding:0 2rem}}@keyframes slideUp{to{bottom:0}}@keyframes slideDown{to{bottom:-110px}}.btn{color:#fff;background-color:transparent;outline:0;transition:background-color .3s ease;font-family:PrintClearly-Bold,sans-serif}.btn-square{border:0}.btn-round{border:0;border-radius:20px}.btn-lg{padding:13.3333333333px 50px;font-size:max(2vw,2rem)}.btn-md{padding:10px 40px;font-size:1em}.btn-sm{padding:8px 30px;font-size:.8em}.btn-filled-red{background-color:#900}.btn-filled-green{background-color:#248d50}.btn-filled-blue{background-color:#1c1665}.btn-filled-orange{background-color:#e67e22}.btn-filled-yellow{background-color:#f1c40f}.btn-filled-grey{background-color:#7f8c8d}.btn-ghost-green{border:2px solid #248d50;color:#248d50}.btn-ghost-blue{border:2px solid #1c1665;color:#1c1665}.btn-ghost-red{border:2px solid #900;color:#900}.btn-ghost-orange{border:2px solid #e67e22;color:#e67e22}.btn-ghost-yellow{border:2px solid #f1c40f;color:#f1c40f}.btn-ghost-grey{border:2px solid #7f8c8d;color:#7f8c8d}span.countdown{width:auto;text-align:center;padding:0 .75rem}span.countdown.getting-close{font-weight:700}span.countdown.pulsate{animation:pulsateText 1s ease-out;animation-iteration-count:infinite;opacity:1;color:#d00}@keyframes pulsateText{0%{opacity:1}to{opacity:.5}}.modal-fade-enter,.modal-fade-leave-active{opacity:0}.modal-fade-enter-active,.modal-fade-leave-active{transition:opacity .5s ease}.modal-backdrop{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.5);justify-content:center;align-items:center}.modal,.modal-backdrop{display:flex;z-index:999}.modal{background:#fff;box-shadow:2px 2px 20px 0 #333;overflow-x:auto;flex-direction:column;border-radius:5px;width:50vw;color:#111;position:relative}.modal .modal-footer,.modal .modal-header{padding:15px}.modal .modal-header{background:#fff;position:relative}.modal .modal-header h2{color:#333}.modal .modal-footer{margin-top:20px;margin-bottom:20px;border-top:1px solid #eee}.modal .modal-body{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px 30px}.modal .close{position:absolute;top:5px;right:1rem;font-size:2rem;padding:5px;cursor:pointer;color:#111;border:none;background-color:#fff}@media only screen and (max-width:1400px){.modal{width:75vw}}@media only screen and (max-width:900px){.modal{width:85vw}}@media only screen and (max-width:600px){.modal{width:96dvw}}.slider{max-width:1000px;position:relative;margin:auto;display:flex;flex-direction:row}.slider,.slider .entry{flex-wrap:wrap;align-items:center;justify-content:center}.slider .entry{display:none;flex-direction:column;width:75%;min-width:350px;min-height:150px}.slider .entry.active{display:flex}.slider .next,.slider .prev{cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:80px;padding:5px 10px;font-size:1.1rem;color:#555;display:none}.slider .next:hover,.slider .prev:hover{background-color:rgba(0,0,0,.1)}footer{background:#1c1665;color:#fff;padding:3rem 2rem 1rem;margin:0;width:100%;border-top:1px solid hsla(0,0%,100%,.2)}footer .footer-content{display:flex;justify-content:space-between;align-items:flex-start;max-width:1200px;margin:0 auto;gap:2rem}footer .footer-left{flex:1 1}footer .footer-left .footer-logo{display:flex;align-items:center;gap:.75rem}footer .footer-left .footer-logo img{width:32px;height:32px}footer .footer-left .footer-logo h3{font-size:1.5rem;margin:0;font-weight:700}footer .footer-right{display:flex;flex-direction:column;align-items:flex-end;gap:2rem}footer .quick-links h4{font-size:1rem;font-weight:700;margin:0 0 1rem;letter-spacing:.5px}footer .quick-links ul{list-style:none;padding:0;margin:0}footer .quick-links ul li{margin-bottom:.75rem}footer .quick-links ul li:last-child{margin-bottom:0}footer .quick-links ul li a{color:#fff;text-decoration:none;font-size:1rem;cursor:pointer;transition:opacity .2s ease}footer .quick-links ul li a:hover{opacity:.8}footer .social-media{display:flex;gap:1rem}footer .social-media a{color:#fff;transition:opacity .2s ease}footer .social-media a:hover{opacity:.8}footer .social-media a svg{width:24px;height:24px}footer .footer-bottom,footer .footer-version{margin-top:2rem;padding-top:1rem;text-align:center}footer .footer-bottom p,footer .footer-version p{margin:0;font-size:.9rem;opacity:.8}footer .footer-version{margin-top:0;padding-top:0}@media screen and (max-width:768px){footer{padding:2rem 1rem 1rem}footer .footer-content{flex-direction:column;align-items:center;text-align:center;gap:2rem}footer .footer-right{align-items:center;width:100%}footer .quick-links{text-align:center}}header{background-color:#1c1665;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between;align-items:center;width:100%}header .logo{width:400px;height:200px;position:relative}@media screen and (max-width:768px){header .logo{height:100px;margin-left:-15px}}main{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}main section{width:100%;padding:3rem 0}main section a,main section a:hover,main section a:visited{color:#fff}main section:first-of-type:not(.photo-station){margin-top:0;padding-top:0}main section p{text-align:center}nav{font-size:1.2em;background:#1c1665;color:#fff}nav .links-container{flex-direction:column;justify-content:center}nav .links-container,nav .links-container .links{height:100%;display:flex;align-items:center;background:#1c1665}nav .links-container .links{flex-direction:row;justify-content:space-around}nav .links-container .links>div{padding:0 20px;text-align:center}nav .links-container .links>div.menu{display:none;visibility:hidden}nav .links-container .links>div a,nav .links-container .links>div a:active,nav .links-container .links>div a:focus,nav .links-container .links>div a:hover,nav .links-container .links>div a:visited{text-decoration:none;color:#fff;opacity:1;transition:opacity .25s ease;cursor:pointer}nav .links-container .links>div a.current,nav .links-container .links>div a:active.current,nav .links-container .links>div a:active:hover,nav .links-container .links>div a:focus.current,nav .links-container .links>div a:focus:hover,nav .links-container .links>div a:hover,nav .links-container .links>div a:hover.current,nav .links-container .links>div a:hover:hover,nav .links-container .links>div a:visited.current,nav .links-container .links>div a:visited:hover{opacity:.8}nav .links-container .links>div.donate{font-weight:700;animation:donatePulse 2s ease-in-out infinite}nav .links-container .links>div.donate a,nav .links-container .links>div.donate a:active,nav .links-container .links>div.donate a:focus,nav .links-container .links>div.donate a:hover,nav .links-container .links>div.donate a:visited{color:#ed1f79}nav .links-container .links>div.donate a.current,nav .links-container .links>div.donate a:active.current,nav .links-container .links>div.donate a:active:hover,nav .links-container .links>div.donate a:focus.current,nav .links-container .links>div.donate a:focus:hover,nav .links-container .links>div.donate a:hover,nav .links-container .links>div.donate a:hover.current,nav .links-container .links>div.donate a:hover:hover,nav .links-container .links>div.donate a:visited.current,nav .links-container .links>div.donate a:visited:hover{opacity:.8}@media screen and (max-width:900px){nav{top:5%}nav,nav .hamburger{position:absolute;right:5%}nav .hamburger{cursor:pointer;top:50%;transform:translate(-5%,-50%);z-index:1005}nav .hamburger .bar{width:30px;height:2px;background-color:#fff;margin:5px;transition:all .4s ease}nav .hamburger.open{position:fixed;top:30px}nav .hamburger.open .bar:first-child{transform:translateY(7px) rotate(45deg)}nav .hamburger.open .bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}nav .hamburger.open .bar:nth-child(2){opacity:0}nav .links-container{position:fixed;height:100vh;width:100%;top:0;left:0;z-index:1004;clip-path:circle(0 at 90% -10%);-webkit-clip-path:circle(0 at 90% -10%);transition:all .5s ease-out;justify-content:flex-start;display:none}nav .links-container.open{clip-path:circle(1200px at 90% -10%);-webkit-clip-path:circle(1200px at 90% -10%);pointer-events:all;display:flex}nav .links-container .links{height:80vh;max-height:80vh;width:100%;flex-direction:column;z-index:1004}nav .links-container .links>div.menu{display:inline-block;visibility:visible;font-size:2.5rem;font-weight:700}}@keyframes donatePulse{0%{transform:scale(1);filter:brightness(1)}50%{transform:scale(1.05);filter:brightness(1.3)}to{transform:scale(1);filter:brightness(1)}}section.about{display:flex;align-items:center;justify-content:center;flex-direction:column}section.about .video-wrapper{position:relative;padding-top:56.25%;border-radius:10px}section.about .react-player{position:absolute;top:0;left:0}section.about .video{width:max(50%,1200px);max-width:100%}section.about .faq{margin:2rem 0 0;padding:1rem 0;max-width:1400px}section.about .faq .items{display:flex;align-items:flex-start;align-content:center;justify-content:center;flex-direction:row;flex-wrap:wrap;margin:auto}section.about .faq .items .item{display:flex;flex-direction:column;width:50%;padding:1rem}section.about .faq .items .item>div{display:flex;flex-direction:row;align-items:center;align-content:center;justify-content:flex-start}section.about .faq .items .item .question{font-size:1.25rem;font-weight:700}section.about .faq .items .item .answer{text-align:left}@media screen and (max-width:1200px){section.about .faq .items{flex-direction:column;gap:1rem;justify-content:center}section.about .faq .items .item{width:100%;padding:.5rem 1rem}section.about .faq .items .item>div{width:100%;justify-content:flex-start}}.multisync-audio-player,section.audio{display:flex;flex-direction:column;justify-content:center;align-items:center}.multisync-audio-player .listen-live-btn{background:linear-gradient(135deg,#d00,#f44);color:#fff;border:none;padding:15px 30px;font-size:1.25rem;font-weight:700;border-radius:50px;cursor:pointer;margin:20px 0;box-shadow:0 4px 15px rgba(221,0,0,.3);transition:all .3s ease;font-family:inherit;text-transform:uppercase;letter-spacing:1px}.multisync-audio-player .listen-live-btn:hover{background:linear-gradient(135deg,#f44,#d00);box-shadow:0 6px 20px rgba(221,0,0,.4);transform:translateY(-2px)}.multisync-audio-player .listen-live-btn:active{transform:translateY(0);box-shadow:0 2px 10px rgba(221,0,0,.3)}.multisync-audio-player .listen-live-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.multisync-audio-player .listen-live-btn.pulse{animation:pulse 2s infinite}.multisync-audio-player .listen-live-btn.playing{background:linear-gradient(135deg,#9d0,#6b0);box-shadow:0 4px 15px rgba(153,221,0,.3)}.multisync-audio-player .listen-live-btn.playing:hover{background:linear-gradient(135deg,#6b0,#9d0);box-shadow:0 6px 20px rgba(153,221,0,.4)}.multisync-audio-player .listen-live-btn.loading{background:linear-gradient(135deg,#f1c40f,#f39c12);box-shadow:0 4px 15px rgba(241,196,15,.3);animation:pulse 1s infinite}.multisync-audio-player .audio-error{color:#ff6b6b;font-size:.9rem;margin-top:10px;text-align:center;background:hsla(0,100%,71%,.1);padding:8px 16px;border-radius:20px;border:1px solid hsla(0,100%,71%,.3)}.multisync-audio-player .multisync-status{color:#9d0;font-size:.8rem;margin-top:8px;text-align:center;background:rgba(153,221,0,.1);padding:6px 12px;border-radius:15px;border:1px solid rgba(153,221,0,.3);font-weight:500}@keyframes pulse{0%{transform:scale(1);box-shadow:0 4px 15px rgba(221,0,0,.3)}50%{transform:scale(1.05);box-shadow:0 6px 25px rgba(221,0,0,.5)}to{transform:scale(1);box-shadow:0 4px 15px rgba(221,0,0,.3)}}@media screen and (max-width:768px){.multisync-audio-player .listen-live-btn{padding:12px 24px;font-size:1.1rem;margin:15px 0}}section.livestream{display:flex;flex-direction:column;justify-content:center;align-items:center}section.livestream .error,section.livestream .loading{text-align:center;padding:2rem}section.livestream .error p,section.livestream .loading p{color:#666;font-size:1.1rem}section.livestream .error p{color:#d00}section.livestream .stream-container{width:100%;max-width:900px;margin:0 auto}section.livestream .stream-wrapper{position:relative;width:100%;height:0;padding-bottom:56.25%;margin-bottom:1.5rem;border-radius:10px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1);background-color:#f5f5f5}section.livestream .stream-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}section.livestream .stream-wrapper .loading-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5}section.livestream .stream-wrapper .loading-overlay p{color:#666;font-size:1.1rem;margin:0}section.livestream .stream-info{text-align:center;color:#666;font-size:1rem;margin:0;padding:0 1rem}@media screen and (max-width:768px){section.livestream{padding-top:2rem;padding-bottom:2rem}section.livestream .stream-container{padding:0 1rem}section.livestream .stream-wrapper{border-radius:8px}section.livestream .stream-info{font-size:.9rem}}div.private-shows{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:3rem;padding-bottom:3rem}div.private-shows h2{margin-bottom:2rem;text-align:center}div.private-shows .content{max-width:800px;text-align:center;padding:0 2rem}div.private-shows .content p{font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}div.private-shows .content p:last-child{margin-bottom:0}@media screen and (max-width:768px){section.private-shows{padding-top:2rem;padding-bottom:2rem}section.private-shows .content{padding:0 1rem}section.private-shows .content p{font-size:1rem}}section.bracelets{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}section.bracelets .image{width:min(90%,600px);height:auto}section.bracelets .image img{border-radius:10px}.donate{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.donate h1{font-size:2.5rem;margin-bottom:1.5rem}.donate p{font-size:1.2rem;line-height:1.5;margin-bottom:1.5rem;max-width:800px;text-align:center}.donate p a{color:#ed1f79;text-decoration:underline}@media(max-width:768px){.donate{padding:1rem}.donate h1{font-size:2rem;margin-bottom:1rem}.donate p{font-size:1rem;margin-bottom:1rem}.donate .donate-links{flex-direction:column;gap:1rem}.donate .donate-links img{width:200px;height:auto}}.donate-links{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;gap:4rem}.donate-links a{text-decoration:none;background-color:#fff;border-radius:10px;padding:1rem}.donate-links a:hover{cursor:pointer}@media(max-width:768px){.donate-links{flex-direction:column;gap:1rem}.donate-links img{width:200px;height:auto}}section.donations{gap:2rem}section.donations,section.featured-on{display:flex;align-items:center;justify-content:center;flex-direction:column}section.featured-on{margin-bottom:2rem}section.featured-on .sites{width:90%;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-evenly;align-items:center;height:50px}section.featured-on .sites .site{width:clamp(10%,100px,25vw);height:30px}section.featured-on .sites .site img{filter:grayscale(100%);opacity:.7}@media screen and (max-width:1200px){section.featured-on .sites .site{width:20%;height:30px}}@media screen and (max-width:600px){section.featured-on .sites{width:100%;flex-direction:column;height:auto}section.featured-on .sites .site{margin:1rem;height:auto;width:40%}}section.guestbook{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center}section.guestbook .slider,section.guestbook h3{width:100%}section.guestbook .slider blockquote{display:block;position:relative;width:calc(100% - 30px);text-align:center;font-size:1.2rem;margin-bottom:1rem}section.guestbook .slider p{font-size:1.4rem;word-wrap:break-word;white-space:-moz-pre-wrap;white-space:pre-wrap;margin:0}section.guestbook .slider p .date{font-size:1.2rem}section.guestbook .sign-guestbook{width:100%;display:flex;flex-direction:column;flex-wrap:wrap;align-items:center;justify-content:center;margin-top:40px;padding:20px}section.guestbook .sign-guestbook h3{width:100%;margin:0 0 30px}section.guestbook .sign-guestbook input{width:50%;height:30px;margin-bottom:20px;padding:4px}section.guestbook .sign-guestbook textarea{width:50%;height:200px;margin-bottom:20px;padding:4px;font-family:Poppins Light,sans-serif}section.guestbook .sign-guestbook button{width:50%;font-family:PrintClearly-Bold,sans-serif;letter-spacing:.3px;font-size:1.3rem;padding:.5rem 1rem;background-color:#fff;color:#1c1665;border:0;font-weight:700}section.guestbook .fade{-webkit-animation-name:fade;-webkit-animation-duration:1.5s;animation-name:fade;animation-duration:1.5s}@keyframes fade{0%{opacity:.4}to{opacity:1}}@media screen and (max-width:768px){section.guestbook .slider .entry{width:calc(100% - 75px)}section.guestbook .sign-guestbook button,section.guestbook .sign-guestbook input,section.guestbook .sign-guestbook textarea{width:100%}}section.hero{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center}section.hero .image{width:33%;padding:10px}section.hero .image img{border-radius:10px}@media screen and (max-width:1024px){section.hero .image{width:100%}}section.info{display:flex;flex-direction:column;justify-content:center;align-items:center}section.info h3{margin-top:1.5rem}section.info h3:first-child{margin-top:1rem}section.info address{text-align:center}section.location{display:flex;flex-direction:column;justify-content:center;align-items:center}section.location h2{margin-top:1.5rem}section.location h2:first-child{margin-top:1rem}section.location address{text-align:center}section.photo-station{width:50%;background-color:#f1f1f1;border-radius:5px;padding:1rem 1rem 3rem;color:#222;gap:1rem;margin-top:2rem}section.photo-station,section.photo-station div{display:flex;align-items:center;justify-content:center;flex-direction:column}section.photo-station div{width:100%}section.photo-station>div{padding:0 2rem;margin-bottom:2rem}section.photo-station>div h2{color:#333;margin-bottom:2rem}section.photo-station>div p{font-size:20px;text-align:center}section.photo-station>div p span.time-limit{text-decoration:underline}section.photo-station>div .btn{border-radius:5px;cursor:pointer}section.photo-station>div .stations{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;gap:2rem;margin-bottom:2rem}section.photo-station>div .stations .station{width:80%;text-align:center;border-radius:5px;background-color:#1c1665;color:#fff;font-size:32px;padding:2rem;cursor:pointer}section.photo-station>div .stations .station:disabled{opacity:.3;cursor:default}section.photo-station>div .effects{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;margin-bottom:20px;gap:2rem}section.photo-station>div .effects .item{padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;background-color:#000;border-radius:4px}section.photo-station>div .effects .item:last-child{margin-bottom:0}section.photo-station>div .effects .item .preview-title{position:absolute;top:20px;left:auto;color:#fff;font-size:40px;z-index:999}section.photo-station>div .effects .item button,section.photo-station>div .effects .item img{width:75%;height:100%;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer}section.photo-station>div .effects .item button{width:60%;height:100%;border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);background-color:#1c1665;padding:20px;text-decoration:none;color:#fff;font-size:1.75em;text-align:center;border:none;cursor:pointer}section.photo-station>div .effects .item img{width:100%;border:8px solid #000;border-radius:4px}section.photo-station>div .effects .item.playing .preview-title{color:#ed1f79}section.photo-station>div .effects .item.playing img{border-color:#ed1f79}section.photo-station>div .back{margin:2rem 0}section.photo-station .time-remaining{display:flex;flex-direction:row;align-items:center;justify-content:center;position:fixed;bottom:0;height:40px;padding:2rem;background-color:#ccc;border-radius:10px 10px 0 0;font-size:18px;font-family:monospace;z-index:1002}@media screen and (max-width:1600px){section.photo-station{width:80%}}@media screen and (max-width:900px){section.photo-station{width:98%}section.photo-station div .effects{flex-direction:column;flex-wrap:nowrap;gap:1rem}section.photo-station div .effects .item{width:100%}section.photo-station>div{padding:0 1rem}}section.playlist{background-color:#1c1665!important}section.playlist,section.playlist h3{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff!important}section.playlist h3{max-width:370px;font-weight:700}section.playlist span.runtime{font-style:italic}section.playlist .playlist-details{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:1rem;width:600px;background:hsla(0,0%,100%,.05);border-radius:15px;padding:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}section.playlist .playlist-details p{font-weight:600}section.playlist .playlist-details .playlist-sequence{display:flex;flex-direction:row;align-items:center;justify-content:center;position:relative;width:100%;padding:1rem;cursor:pointer;border-radius:10px;margin-bottom:.5rem;background:hsla(0,0%,100%,.08);transition:all .3s ease}section.playlist .playlist-details .playlist-sequence:last-child{margin-bottom:0}section.playlist .playlist-details .playlist-sequence:hover{background:hsla(0,0%,100%,.15);transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.2)}section.playlist .playlist-details .playlist-sequence.currently-playing{background:linear-gradient(135deg,rgba(153,221,0,.2),rgba(102,187,0,.2));border:2px solid rgba(153,221,0,.6);box-shadow:0 4px 20px rgba(153,221,0,.3);animation:currentlyPlayingPulse 2s ease-in-out infinite}section.playlist .playlist-details .playlist-sequence.currently-playing:hover{background:linear-gradient(135deg,rgba(153,221,0,.3),rgba(102,187,0,.3));transform:translateY(-2px);box-shadow:0 6px 25px rgba(153,221,0,.4)}section.playlist .playlist-details .playlist-sequence.currently-playing .sequence-name{color:#9dd000;font-weight:700}section.playlist .playlist-details .playlist-sequence .sequence-image{display:flex;flex-direction:column;align-items:center;justify-content:center;width:20%}section.playlist .playlist-details .playlist-sequence .sequence-image img{border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.3)}section.playlist .playlist-details .playlist-sequence .sequence-details{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:80%;padding:0 10px}section.playlist .playlist-details .playlist-sequence .sequence-details .sequence-name{font-weight:700}section.playlist .playlist-details .playlist-sequence .sequence-details .sequence-artist{font-style:italic}section.playlist .playlist-details .playlist-sequence .sequence-length{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-right:20px;height:100%;min-height:70px}section.playlist .playlist-details .playlist-sequence .playlist-sequence-vote{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;right:0;padding-right:20px;width:auto;height:70px;background-color:#1c1665;display:none}section.playlist .playlist-details .playlist-sequence .playlist-sequence-vote .vote{display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:2rem;flex:1 1 100%;height:100%}section.playlist .playlist-details .playlist-sequence .playlist-sequence-vote .vote .vote-down,section.playlist .playlist-details .playlist-sequence .playlist-sequence-vote .vote .vote-up{cursor:pointer}section.playlist .playlist-details .playlist-sequence .playlist-sequence-vote .vote .vote-up{padding-bottom:12px}section.playlist .playlist-details .playlist-sequence .playlist-sequence-vote .vote .vote-down{padding-top:12px}@keyframes currentlyPlayingPulse{0%{box-shadow:0 4px 20px rgba(153,221,0,.3)}50%{box-shadow:0 4px 25px rgba(153,221,0,.5)}to{box-shadow:0 4px 20px rgba(153,221,0,.3)}}@media screen and (max-width:768px){section.playlist .playlist-details{width:99%}section.playlist .playlist-details .playlist-sequence .sequence-image{width:35%}section.playlist .playlist-details .playlist-sequence .sequence-details{align-items:space-around}section.playlist .playlist-details .playlist-sequence .sequence-length{display:none}}.playlist-sequence-modal{color:#111;padding:3rem}.playlist-sequence-modal .image img{border-radius:1rem}.playlist-sequence-modal .details{display:flex;flex-direction:column;align-items:center;justify-content:center}.playlist-sequence-modal .details .name{font-size:2rem;text-align:center}.playlist-sequence-modal .details .artist{font-size:1.25rem;text-align:center}.playlist-sequence-modal .details .duration{display:none;text-align:center}.playlist-sequence-modal .playlist-sequence-vote{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:1.5rem}.playlist-sequence-modal .playlist-sequence-vote .vote{display:grid;grid-template-columns:auto auto;grid-gap:10px;gap:10px}.playlist-sequence-modal .playlist-sequence-vote .vote button{width:100%;padding:1rem;border-radius:.5rem;box-shadow:none;border:none;font-weight:700;font-size:1.5rem}.playlist-sequence-modal .playlist-sequence-vote .vote button.vote-up{color:#fff;background-color:#d00}@media screen and (max-width:768px){.playlist-sequence-modal{padding:3rem 1rem}}section.schedule{width:100%}section.schedule,section.schedule .calendar{display:flex;flex-direction:column;justify-content:center;align-items:center}section.schedule .calendar{width:40%}@media screen and (max-width:1604px){section.schedule .calendar{width:70%}}@media screen and (max-width:1024px){section.schedule .calendar{width:80%}}@media screen and (max-width:768px){section.schedule .calendar{width:100%}}section.status{background-color:#1c1665;margin:0!important;padding:0!important}section.status,section.status h2{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff!important}section.status h2{max-width:370px;font-weight:700;font-size:2.5em;margin-top:1rem}section.status h2.countdown-display{color:#d00;font-size:3em;animation:pulse 2s infinite}section.status #show-status{font-weight:700;color:#d00}section.status #show-status.active{color:#9d0;font-size:2rem}section.status #show-status.idle{color:#dd0}section.status #now-playing{display:flex;flex-direction:column;justify-content:center;align-items:center;background:#111;padding:30px 45px;border-radius:25px;margin-bottom:1rem;background:hsla(0,0%,100%,.05);transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.2);transition:opacity .3s ease-in-out;opacity:1}section.status #now-playing.idle{display:none}section.status #now-playing.transitioning{opacity:0}section.status #now-playing .title{font-size:2.5rem;font-weight:700;color:#fff;text-align:center;transition:opacity .3s ease-in-out;margin-bottom:.25rem}section.status #now-playing .title.countdown{min-width:280px;display:inline-block}section.status #now-playing .title.countdown.time{font-size:3.5rem;margin-top:.5rem}section.status #now-playing .title.countdown.time.urgent{font-size:4rem;animation:countdownPulse 1s ease-in-out infinite;color:red}section.status #now-playing .artist{font-size:1.3rem;font-weight:400;transition:opacity .3s ease-in-out;margin-bottom:1.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}section.status #now-playing .now-playing-vote{margin-top:0;display:flex;justify-content:center;align-items:center}section.status #now-playing .now-playing-vote .voted{font-size:1.1rem;color:#ffb6c1;font-weight:600;text-shadow:1px 1px 2px rgba(0,0,0,.3)}section.status #now-playing .now-playing-vote .vote-buttons{display:flex;gap:1.5rem}section.status #now-playing .now-playing-vote .vote-buttons button{background:hsla(0,0%,100%,.08);border:2px solid hsla(0,0%,100%,.2);border-radius:50%;width:55px;height:55px;font-size:1.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px rgba(0,0,0,.3)}section.status #now-playing .now-playing-vote .vote-buttons button:hover{background:hsla(0,0%,100%,.15);transform:translateY(-2px) scale(1.1);box-shadow:0 4px 15px rgba(0,0,0,.4);border-color:hsla(0,0%,100%,.4)}section.status #now-playing .now-playing-vote .vote-buttons button.vote-up:hover{background:rgba(0,170,0,.2);border-color:rgba(0,170,0,.6);box-shadow:0 4px 15px rgba(0,170,0,.3)}section.status #now-playing .now-playing-vote .vote-buttons button.vote-down:hover{background:rgba(170,0,0,.2);border-color:rgba(170,0,0,.6);box-shadow:0 4px 15px rgba(170,0,0,.3)}section.status #tune-to{text-align:center;font-size:1.3rem;width:100%}section.status #tune-to .station{font-weight:700}section.status #weather{margin-top:3rem}@media screen and (max-width:768px){section.status #now-playing{flex-direction:column}section.status #now-playing .title{font-style:italic}section.status #now-playing .title:after{content:"";margin:0}}@keyframes countdownPulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.7}to{transform:scale(1);opacity:1}}section.tp-sites{display:flex;background-color:#1c1665!important}.trigger,section.tp-sites{flex-direction:column;justify-content:center;align-items:center}.trigger{display:none}body,section.volunteers{display:flex;align-items:center;justify-content:center;flex-direction:column}body{background-color:#1c1665;color:#fff;min-height:100vh;width:100%}body>div#__next,body>div#__next>div{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;min-height:100%;flex:1 1}