html,body,#root{height:100%}body{margin:0;overflow:hidden;background:#000}*{box-sizing:border-box}.countdown{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-top:2rem}.countdown-item{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0;position:relative;overflow:hidden;background:linear-gradient(0deg,#f003,#ffffff0f);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:clamp(.9rem,2.6vw,1.6rem) clamp(1.1rem,3.2vw,2.1rem);border-radius:1.1rem;border:1px solid rgba(255,255,255,.28);box-shadow:0 18px 40px #00000059,inset 0 1px #fff3;transform:translateY(14px) scale(.98);opacity:0;animation:card-in .9s cubic-bezier(.2,.8,.2,1) forwards;transition:transform .18s ease,box-shadow .18s ease}.countdown-item:before{content:"";position:absolute;inset:-40% -60%;background:linear-gradient(120deg,#fff0 45%,#ffffff38,#fff0 55%);transform:translate(-40%) rotate(12deg);animation:shine 3.2s ease-in-out infinite;pointer-events:none}.countdown-item:hover{transform:translateY(-2px) scale(1);box-shadow:0 22px 55px #0000006b,inset 0 1px #ffffff38}.countdown-number{font-size:clamp(2rem,6vw,4rem);font-weight:700;color:#be1929;letter-spacing:.02em;text-shadow:0 10px 24px rgba(0,0,0,.35);animation:pulse 1.5s infinite}.countdown-label{font-size:clamp(.85rem,2.5vw,1rem);color:#be1929;text-transform:uppercase;margin-top:.4rem}@media(max-width:480px){.countdown{margin-top:1.25rem;gap:.75rem}}@keyframes card-in{0%{transform:translateY(14px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@keyframes shine{0%{transform:translate(-40%) rotate(12deg);opacity:0}18%{opacity:1}50%{transform:translate(40%) rotate(12deg);opacity:0}to{transform:translate(40%) rotate(12deg);opacity:0}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.app{position:relative;height:100vh;height:100dvh;background-image:url(/image/f-slider-one-1.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;overflow:hidden;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.logo{position:absolute;top:2rem;left:2rem;width:clamp(120px,18vw,200px);animation:fade-in 1s ease-in-out;z-index:2}.content{position:relative;z-index:1;color:#be1929;width:min(960px,92vw);padding:2rem 1rem;background:#fbfbfb80;border-radius:15px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.title{font-size:clamp(2.25rem,6vw,5rem);font-weight:700;margin-bottom:1.5rem;animation:fade-in 1.5s ease-in-out,zoom-in 1.5s ease-in-out}.subtitle{font-size:clamp(1.1rem,3vw,2rem);margin-bottom:1.5rem;animation:fade-in 2s ease-in-out}.credit{font-size:1rem;color:#d1d5db;position:absolute;bottom:clamp(.25rem,2vh,.75rem);left:0;right:0;padding:0 1rem;margin-top:0;animation:fade-in 2.5s ease-in-out}@media(max-width:480px){.logo{top:1rem;left:1rem}.title,.subtitle{margin-bottom:1rem}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes zoom-in{0%{transform:scale(.5)}to{transform:scale(1)}}.particles{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0;pointer-events:none}.particle{position:absolute;bottom:-10px;width:4px;height:4px;background:red;border-radius:50%;box-shadow:0 0 10px red,0 0 20px red,0 0 30px red;animation:float-up 8s infinite linear;opacity:0}.particle:nth-child(1){left:10%;animation-delay:0s;animation-duration:7s}.particle:nth-child(2){left:20%;animation-delay:1s;animation-duration:9s}.particle:nth-child(3){left:30%;animation-delay:2s;animation-duration:6s}.particle:nth-child(4){left:40%;animation-delay:3s;animation-duration:8s}.particle:nth-child(5){left:50%;animation-delay:4s;animation-duration:10s}.particle:nth-child(6){left:60%;animation-delay:5s;animation-duration:7s}.particle:nth-child(7){left:70%;animation-delay:6s;animation-duration:9s}.particle:nth-child(8){left:80%;animation-delay:7s;animation-duration:6s}.particle:nth-child(9){left:90%;animation-delay:8s;animation-duration:8s}.particle:nth-child(10){left:15%;animation-delay:9s;animation-duration:7s}.particle:nth-child(11){left:25%;animation-delay:10s;animation-duration:9s}.particle:nth-child(12){left:35%;animation-delay:11s;animation-duration:6s}.particle:nth-child(13){left:45%;animation-delay:12s;animation-duration:8s}.particle:nth-child(14){left:55%;animation-delay:13s;animation-duration:10s}.particle:nth-child(15){left:65%;animation-delay:14s;animation-duration:7s}@keyframes float-up{0%{bottom:-10px;opacity:0;transform:translate(0) scale(1)}10%{opacity:1}90%{opacity:1}to{bottom:110%;opacity:0;transform:translate(100px) scale(.5)}}
