@import"https://unpkg.com/normalize.css"layer(normalize);@import"https://fonts.googleapis.com/css2?family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap";@layer normalize,base,prototype,demo,flip,board;@layer base{:root{--color-white: rgb(255, 255, 255);--color-black: #2c85c7;--color-yellow: #fcdc17 }*,*:after,*:before{margin:0;box-sizing:border-box}body{background:#202020}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}}@layer prototype{#app{position:relative;width:100dvw;height:100dvh;background-color:var(--color-black);overflow:hidden}body{overflow:hidden}.slices{position:relative;display:flex;flex-direction:column;width:100%;height:100%;z-index:10}.slices-container{flex:1;width:100%;height:100%;display:flex;z-index:10}.top-slice,.bot-slice{flex:1;width:100%;height:100%;background-color:#202020;z-index:10}img{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.6}.box-for-date{position:absolute;right:50%;bottom:50%;transform:translate(50%,50%);z-index:20;text-align:center;background-color:var(--color-yellow);font-weight:600;padding-inline:.5em;clip-path:polygon(0 0,100% 0,100% 100%,0 100%);display:flex;justify-content:space-evenly;align-items:center;font-family:Sansation,sans-serif;font-weight:400;font-style:normal}.box-for-date .num{font-size:clamp(16px,45vw + 1px,14rem);font-weight:800}.box-for-date .sub{display:flex;justify-content:center;align-items:center;font-size:clamp(16px,15vw + 1px,4rem);flex-direction:column;gap:0;height:100%;font-weight:400}.timer-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:space-evenly;align-items:center;flex-direction:column;gap:3px;z-index:3;width:80vw;max-width:1300px;height:auto;background-color:#ffffff38;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:min(5em,5%);text-align:center}.timer-container h1{font-family:Sansation,sans-serif;font-weight:600;font-style:normal;font-size:clamp(16px,1.5vw + 1rem,3rem);letter-spacing:.8ch}.timer-container h3{font-family:Sansation,sans-serif;font-weight:300;font-style:normal;font-size:clamp(16px,1.5vw + 1px,2rem);letter-spacing:.1ch;margin-top:10px;color:#fff}@media(max-width:730px)and (orientation:portrait){.timer-container{top:35%;width:90vw}}}@layer board{.board{width:100%}.countdown{display:flex;gap:6vw;width:100%;justify-content:center}.time-box{display:flex;flex-direction:column;align-items:center;color:#fff;font-family:Sansation,sans-serif}.time-box span{font-size:clamp(1px,6vw + 1rem,6rem);font-weight:700}.time-box p{font-size:clamp(1px,1.5vw + 1px,2rem);margin-top:5px;letter-spacing:1px;text-transform:uppercase}.flip{display:inline-block;transform-origin:center}#cd-seconds{color:var(--color-yellow)}}
