:root{font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{width:100%;height:100%;overflow-x:hidden}body{margin:0;min-height:100vh;background:#0c0c1e}#root{width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}.app-container{width:100vw;height:100vh;background:#050510;overflow:hidden;position:relative}.background-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.content-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;display:flex;align-items:center;justify-content:center;pointer-events:none}.countdown-section{text-align:center;color:#fff;font-family:Segoe UI,system-ui,-apple-system,sans-serif}.title{font-size:clamp(1.5rem,5vw,3rem);font-weight:700;margin-bottom:2rem;background:linear-gradient(135deg,gold,#ff6b6b,#4ecdc4);background-size:200% 200%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:gradientFlow 4s ease infinite}.emoji{-webkit-text-fill-color:initial;display:inline-block;animation:bounce 2s ease-in-out infinite;margin:0 .5rem}.emoji:last-child{animation-delay:.5s}@keyframes gradientFlow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.countdown-grid{display:flex;align-items:center;justify-content:center;gap:clamp(.5rem,2vw,1.5rem);flex-wrap:wrap}.time-unit{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:clamp(1rem,3vw,2rem) clamp(1.2rem,4vw,2.5rem);min-width:clamp(80px,15vw,130px);border:1px solid rgba(255,255,255,.15);box-shadow:0 8px 32px #0000004d;transition:transform .3s ease}.time-unit:hover{transform:translateY(-5px) scale(1.02)}.time-value{font-size:clamp(2.5rem,8vw,4.5rem);font-weight:700;line-height:1;background:linear-gradient(180deg,#fff,#ccc);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.time-label{font-size:clamp(.7rem,2vw,1rem);text-transform:uppercase;letter-spacing:2px;color:#fff9;margin-top:.5rem}.separator{font-size:clamp(2rem,6vw,3.5rem);font-weight:300;color:#fff6;animation:blink 1s ease-in-out infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.subtitle{margin-top:2rem;font-size:clamp(1rem,2.5vw,1.3rem);color:#ffffffb3;animation:fadeInOut 3s ease-in-out infinite}@keyframes fadeInOut{0%,to{opacity:.7}50%{opacity:1}}.celebration-section{text-align:center;color:#fff;font-family:Segoe UI,system-ui,-apple-system,sans-serif;animation:celebrationEnter 1s ease-out}@keyframes celebrationEnter{0%{opacity:0;transform:scale(.5) rotate(-10deg)}to{opacity:1;transform:scale(1) rotate(0)}}.year-text{font-size:clamp(5rem,20vw,12rem);font-weight:900;line-height:1;background:linear-gradient(135deg,gold,#ff6b6b,#4ecdc4,#ff9ff3,gold);background-size:400% 400%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:gradientFlow 2s ease infinite,yearPulse 1s ease-in-out infinite;text-shadow:0 0 60px rgba(255,215,0,.5)}@keyframes yearPulse{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}.celebration-title{font-size:clamp(1.5rem,6vw,3.5rem);font-weight:700;margin:1rem 0;text-shadow:0 0 20px rgba(255,255,255,.4)}.celebration-subtitle{font-size:clamp(1rem,3vw,1.5rem);color:#fffc;margin-bottom:1.5rem}.emoji-row{font-size:clamp(2rem,5vw,3rem);animation:emojiDance 1s ease-in-out infinite}@keyframes emojiDance{0%,to{transform:scale(1) rotate(0)}25%{transform:scale(1.1) rotate(-5deg)}75%{transform:scale(1.1) rotate(5deg)}}.final-countdown-section{text-align:center;color:#fff;font-family:Segoe UI,system-ui,-apple-system,sans-serif;animation:finalPulse .5s ease-out}@keyframes finalPulse{0%{transform:scale(1.3);opacity:.5}50%{transform:scale(.95)}to{transform:scale(1);opacity:1}}.final-countdown-label{font-size:clamp(1.2rem,4vw,2rem);font-weight:600;color:gold;text-shadow:0 0 20px rgba(255,215,0,.8);margin-bottom:1rem;animation:labelGlow .5s ease-in-out infinite alternate}@keyframes labelGlow{0%{text-shadow:0 0 20px rgba(255,215,0,.8)}to{text-shadow:0 0 40px rgba(255,100,100,1),0 0 60px rgba(255,215,0,.8)}}.final-countdown-number{font-size:clamp(10rem,40vw,25rem);font-weight:900;line-height:1;background:linear-gradient(135deg,#ff6b6b,gold,#ff6b6b);background-size:200% 200%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:numberGradient .5s ease infinite,numberPulse 1s ease-in-out infinite;filter:drop-shadow(0 0 30px rgba(255,100,100,.8))}@keyframes numberGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes numberPulse{0%,to{transform:scale(1);filter:drop-shadow(0 0 30px rgba(255,100,100,.8))}50%{transform:scale(1.05);filter:drop-shadow(0 0 50px rgba(255,200,50,1))}}.final-countdown-text{font-size:clamp(1rem,3vw,1.8rem);font-weight:500;text-transform:uppercase;letter-spacing:8px;color:#fffc;margin-top:1rem;animation:textFlicker .3s ease-in-out infinite alternate}@keyframes textFlicker{0%{opacity:.7}to{opacity:1}}.final-countdown-section:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at center,rgba(255,100,100,.2),transparent 70%);pointer-events:none;animation:flashPulse 1s ease-out;z-index:-1}@keyframes flashPulse{0%{opacity:1;transform:scale(.5)}to{opacity:0;transform:scale(2)}}.loading{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#050510;color:#fff;font-family:system-ui,sans-serif;gap:15px;z-index:100}.loading-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:#4ecdc4;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:600px){.countdown-grid{gap:.5rem}.separator{display:none}.time-unit{min-width:70px}}
