/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */:root{--blue-100:#888;--blue-200:#313131;--blue-300:#212121;--blue-400:#1c1c1c}.timers{justify-content:flex-start;column-gap:calc(var(--spacing,.25rem)*4);display:flex}.timer-countdown{--border-radius:10px;--timer-height:90px;--timer-width:calc(var(--timer-height)*1.05);width:var(--timer-width);height:var(--timer-height);position:relative}.timer-countdown-display{height:100%}.timer-countdown .top:before,.timer-countdown .top:after,.timer-countdown .bottom:before,.timer-countdown .bottom:after{--border-radius:5px;content:"";--size:calc(var(--timer-height)/18);width:var(--size);height:var(--size);background:var(--blue-400);position:absolute}.timer-countdown .top:before{border-top-right-radius:var(--border-radius);bottom:0;left:0}.timer-countdown .top:after{border-top-left-radius:var(--border-radius);bottom:0;right:0}.timer-countdown .bottom:before{border-bottom-right-radius:var(--border-radius);top:0;left:0}.timer-countdown .bottom:after{border-bottom-left-radius:var(--border-radius);top:0;right:0}.timer-countdown .top,.timer-countdown .bottom{text-align:center;color:var(--color-gray-400,#a3a3a3);height:50%;line-height:calc(var(--timer-height)/2*var(--i));font-size:calc(var(--timer-height)/1.2);position:relative;overflow:hidden}.timer-countdown .top{--i:2;background:var(--blue-300);border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius)}.timer-countdown .bottom{--i:-2;background:var(--blue-200);border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.timer-countdown-display .bottom{box-shadow:0 8px 0 var(--blue-400)}.timer-countdown-flipper{perspective:300px;position:absolute;inset:0}.timer-countdown-flipper .top{transform-origin:bottom;transform:rotateX(0)}.timer-countdown-flipper .bottom{transform-origin:top;transform:rotateX(90deg)}.timer-countdown.flip .timer-countdown-flipper .top{animation:.5s linear animate-flipper-top}.timer-countdown.flip .timer-countdown-flipper .bottom{animation:.5s linear animate-flipper-bottom}@keyframes animate-flipper-top{0%{transform:rotateX(0)}50%,to{transform:rotateX(-90deg)}}@keyframes animate-flipper-bottom{0%,50%{transform:rotateX(90deg)}to{transform:rotateX(0)}}.timer-label{margin-top:calc(var(--spacing,.25rem)*2);text-align:center;font-size:var(--text-base,1rem);line-height:var(--tw-leading,var(--text-base--line-height, 1.5 ));color:var(--color-gray-400,#a3a3a3);text-transform:uppercase}@media screen and (max-width:480px){.title{font-size:1rem}.timer-countdown{--timer-height:15vw}.timer-label{font-size:8px}}@media screen and (not (max-width:640px)) and (max-width:768px){.timer-countdown{--timer-height:11vw}}
