@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap";@keyframes gradientFlow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.particles{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.particle{position:absolute;background:#fff9;border-radius:50%;animation:floatParticle 15s linear infinite}.particle:nth-child(1){width:4px;height:4px;left:10%;animation-delay:0s}.particle:nth-child(2){width:6px;height:6px;left:20%;animation-delay:-2s}.particle:nth-child(3){width:3px;height:3px;left:30%;animation-delay:-4s}.particle:nth-child(4){width:5px;height:5px;left:40%;animation-delay:-6s}.particle:nth-child(5){width:4px;height:4px;left:50%;animation-delay:-8s}.particle:nth-child(6){width:7px;height:7px;left:60%;animation-delay:-10s}.particle:nth-child(7){width:3px;height:3px;left:70%;animation-delay:-12s}.particle:nth-child(8){width:5px;height:5px;left:80%;animation-delay:-14s}.particle:nth-child(9){width:4px;height:4px;left:90%;animation-delay:-16s}.particle:nth-child(10){width:6px;height:6px;left:15%;animation-delay:-1s}.particle:nth-child(11){width:4px;height:4px;left:75%;animation-delay:-3s}.particle:nth-child(12){width:5px;height:5px;left:95%;animation-delay:-7s}@keyframes floatParticle{0%{transform:translateY(100vh) rotate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-10vh) rotate(360deg);opacity:0}}.container{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;padding:20px;position:fixed;top:0;left:0;z-index:10}.countdown-card{background:#ffffff1f;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-radius:35px;padding:40px;box-shadow:0 30px 60px #00000026,0 0 0 1px #fff3,inset 0 1px #ffffff4d;text-align:center;width:100%;max-width:900px;animation:cardEntry 1.5s ease-out;border:2px solid transparent;background-clip:padding-box;position:relative;overflow:hidden}.countdown-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);animation:shimmer 8s ease-in-out infinite;pointer-events:none}@keyframes shimmer{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}50%{transform:translate(100%) translateY(100%) rotate(45deg)}to{transform:translate(-100%) translateY(-100%) rotate(45deg)}}@keyframes cardEntry{0%{opacity:0;transform:translateY(60px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}.title-section{margin-bottom:30px;position:relative}.main-title{font-family:Orbitron,monospace;font-size:3.2em;font-weight:900;color:var(--tisza-white);text-shadow:3px 3px 6px rgba(0,0,0,.4),0 0 30px rgba(59,130,246,.5);margin-bottom:15px;animation:titleGlow 4s ease-in-out infinite alternate;position:relative}.main-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:150px;height:3px;background:linear-gradient(90deg,transparent,var(--tisza-gold),transparent);animation:underlineGlow 3s ease-in-out infinite alternate}@keyframes underlineGlow{0%{box-shadow:0 0 10px var(--tisza-gold)}to{box-shadow:0 0 25px var(--tisza-gold)}}@keyframes titleGlow{0%{text-shadow:3px 3px 6px rgba(0,0,0,.4),0 0 30px rgba(59,130,246,.5)}to{text-shadow:3px 3px 6px rgba(0,0,0,.4),0 0 50px rgba(59,130,246,.8)}}.subtitle{font-size:1.4em;color:var(--tisza-gold);font-weight:700;text-shadow:2px 2px 8px rgba(0,0,0,.5);animation:subtitlePulse 3s ease-in-out infinite}@keyframes subtitlePulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.countdown-section{margin:30px 0}.time-display{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px}.time-unit{display:flex;flex-direction:column;align-items:center;background:#ffffff26;border-radius:20px;padding:25px 20px;box-shadow:0 10px 40px #0003,inset 0 1px #ffffff4d;border:1px solid rgba(255,255,255,.3);transition:all .4s cubic-bezier(.4,0,.2,1);min-width:120px;width:120px;height:140px;position:relative;overflow:hidden}.time-unit:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.time-unit:hover:before{left:100%}.time-unit:hover{transform:translateY(-8px) scale(1.08);box-shadow:0 20px 50px #0000004d,inset 0 1px #fff6}.time-unit:active{transform:scale(.95);transition:transform .1s}.time-days{background:linear-gradient(135deg,var(--tisza-gold),#fb923c);color:var(--tisza-dark)}.time-days .time-number{color:var(--tisza-dark);text-shadow:2px 2px 4px rgba(255,255,255,.5)}.time-days .time-label{color:var(--tisza-dark)}.time-number{font-family:Orbitron,monospace;font-size:3em;font-weight:700;color:var(--tisza-white);text-shadow:2px 2px 8px rgba(0,0,0,.4);animation:numberPulse 2.5s ease-in-out infinite;position:relative;z-index:2}@keyframes numberPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.time-label{font-size:.9em;font-weight:700;color:#ffffffe6;margin-top:10px;letter-spacing:2px;position:relative;z-index:2}.time-separator{font-family:Orbitron,monospace;font-size:3em;font-weight:700;color:var(--tisza-gold);text-shadow:2px 2px 8px rgba(0,0,0,.4);animation:separatorBlink 3s ease-in-out infinite}@keyframes separatorBlink{0%,45%{opacity:1;transform:scale(1)}50%,55%{opacity:.3;transform:scale(.9)}60%,to{opacity:1;transform:scale(1)}}.info-section{margin-top:30px}.progress-container{margin-top:20px}.progress-bar{width:100%;height:15px;background:#fff3;border-radius:12px;overflow:hidden;box-shadow:inset 0 2px 8px #0003;position:relative}.progress-bar:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent 25%,rgba(255,255,255,.1) 25%,rgba(255,255,255,.1) 50%,transparent 50%,transparent 75%,rgba(255,255,255,.1) 75%);background-size:20px 20px;animation:progressStripes 2s linear infinite}@keyframes progressStripes{0%{background-position:0 0}to{background-position:20px 0}}.progress-fill{height:100%;background:linear-gradient(90deg,var(--tisza-gold),var(--tisza-accent),#10b981);border-radius:12px;transition:width .8s cubic-bezier(.4,0,.2,1);animation:progressGlow 3s ease-in-out infinite alternate;position:relative;z-index:2}@keyframes progressGlow{0%{box-shadow:0 0 15px #f59e0b99,inset 0 1px #ffffff4d}to{box-shadow:0 0 30px #f59e0be6,inset 0 1px #ffffff80}}.progress-text{margin-top:12px;color:#fffffff2;font-weight:700;font-size:1em}.celebration{font-size:4em;color:var(--tisza-gold);text-shadow:3px 3px 10px rgba(0,0,0,.5);animation:celebrate 1.5s ease-in-out infinite alternate}@keyframes celebrate{0%{transform:scale(1) rotate(-3deg);text-shadow:3px 3px 10px rgba(0,0,0,.5),0 0 20px var(--tisza-gold)}to{transform:scale(1.15) rotate(3deg);text-shadow:3px 3px 10px rgba(0,0,0,.5),0 0 40px var(--tisza-gold)}}@media screen and (min-width:768px)and (max-width:1024px){.countdown-card{padding:35px 25px;max-width:750px}.main-title{font-size:2.8em}.subtitle{font-size:1.3em}.time-display{gap:15px}.time-unit{min-width:100px;width:100px;height:120px;padding:20px 15px}.time-number,.time-separator{font-size:2.5em}}@media screen and (max-width:767px){html,body{overflow-y:auto;position:static;height:auto;min-height:100vh}.container{padding:15px;align-items:center;justify-content:center;height:100vh;position:relative;top:0;left:0}.countdown-card{padding:25px 20px;border-radius:25px;max-width:100%;width:100%}.title-section{margin-bottom:25px}.main-title{font-size:2.2em;line-height:1.2;margin-bottom:10px}.main-title:after{width:100px;height:2px;bottom:-8px}.subtitle{font-size:1.1em}.countdown-section{margin:25px 0}.time-display{display:flex;flex-direction:column;align-items:center;gap:12px;max-width:100%;margin:0 auto}.time-separator{display:none}.time-days{width:280px;height:120px;padding:20px}.time-days .time-number{font-size:3.5em}.time-days .time-label{font-size:1.1em;margin-top:8px}.time-hours{width:220px;height:100px;padding:18px}.time-hours .time-number{font-size:2.8em}.time-hours .time-label{font-size:.95em;margin-top:6px}.time-minutes{width:180px;height:85px;padding:15px}.time-minutes .time-number{font-size:2.3em}.time-minutes .time-label{font-size:.85em;margin-top:5px}.time-seconds{width:140px;height:70px;padding:12px}.time-seconds .time-number{font-size:1.8em}.time-seconds .time-label{font-size:.7em;margin-top:4px}.info-section{margin-top:25px}.progress-bar{height:12px}.progress-text{font-size:.9em;margin-top:10px}.celebration{font-size:2.5em}}@media screen and (max-width:480px){html,body{overflow-y:auto;position:static;height:auto;min-height:100vh}.container{padding:10px;align-items:center;justify-content:center;height:100vh;position:relative;top:0;left:0}.countdown-card{padding:20px 15px}.main-title{font-size:1.8em}.subtitle{font-size:1em}.time-days{width:240px;height:100px;padding:16px}.time-days .time-number{font-size:2.8em}.time-days .time-label{font-size:.9em;margin-top:6px}.time-hours{width:190px;height:85px;padding:14px}.time-hours .time-number{font-size:2.3em}.time-hours .time-label{font-size:.8em;margin-top:5px}.time-minutes{width:150px;height:72px;padding:12px}.time-minutes .time-number{font-size:1.9em}.time-minutes .time-label{font-size:.7em;margin-top:4px}.time-seconds{width:120px;height:60px;padding:10px}.time-seconds .time-number{font-size:1.5em}.time-seconds .time-label{font-size:.6em;margin-top:3px}}@media screen and (min-width:1920px){.countdown-card{max-width:1100px;padding:50px}.main-title{font-size:4em}.subtitle{font-size:1.6em}.time-unit{min-width:140px;width:140px;height:160px;padding:30px 25px}.time-number,.time-separator{font-size:3.5em}}@media screen and (aspect-ratio:16/9){.countdown-card{max-width:85vw;max-height:80vh}}@media screen and (aspect-ratio:21/10){.countdown-card{max-width:80vw;max-height:75vh}.time-display{gap:25px}}@media screen and (min-width:768px)and (max-width:1024px)and (orientation:portrait){.container{padding-top:8vh}.countdown-card{max-height:85vh}.time-display{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:20px;justify-items:center}.time-separator{display:none}}@media screen and (max-width:896px)and (orientation:landscape){html,body{overflow-y:auto;position:static;height:auto;min-height:100vh}.container{padding:10px;align-items:center;justify-content:center;height:100vh;position:relative;top:0;left:0}.countdown-card{padding:20px;max-height:none}.main-title{font-size:1.8em;margin-bottom:8px}.subtitle{font-size:1em}.title-section{margin-bottom:15px}.countdown-section{margin:15px 0}.time-display{display:flex;flex-direction:row;justify-content:center;gap:8px;flex-wrap:wrap}.time-unit{min-width:70px;width:70px;height:80px;padding:8px 6px}.time-number{font-size:1.6em}.time-label{font-size:.6em;margin-top:4px}.time-separator{display:inline-block;font-size:1.6em;line-height:80px}}*{box-sizing:border-box}:root{--neon-cyan: #00f3ff;--neon-purple: #bc13fe;--deep-bg: #050510;--glass-bg: rgba(255, 255, 255, .05);--glass-border: rgba(255, 255, 255, .1)}html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden;position:fixed}body{background-color:var(--deep-bg);font-family:Inter,sans-serif;color:#fff}.background-gradient{position:fixed;top:0;left:0;width:100vw;height:100vh;background:radial-gradient(circle at 50% 50%,#1a1a40,#000);z-index:-2}.particles-background,.particles-foreground{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none}.particles-background{z-index:0}.particles-foreground{z-index:10}.money-particle{position:absolute;font-size:24px;pointer-events:none;filter:drop-shadow(0 0 5px rgba(255,255,255,.3))}.container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;position:relative;z-index:1}.glass-card{background:#ffffff08;backdrop-filter:blur(15px) saturate(180%);-webkit-backdrop-filter:blur(15px) saturate(180%);border:1px solid rgba(255,255,255,.1);border-radius:30px;padding:40px;width:100%;max-width:800px;box-shadow:0 0 40px #00f3ff1a,inset 0 0 20px #ffffff0d;text-align:center;position:relative;overflow:hidden}.glass-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.1) 0%,transparent 50%);animation:liquidMove 10s infinite linear;pointer-events:none;z-index:-1}@keyframes liquidMove{0%{transform:translate(0) rotate(0)}to{transform:translate(-20px,-20px) rotate(360deg)}}.main-title{font-size:4rem;font-weight:900;margin-bottom:10px;letter-spacing:-2px}.gradient-text{background:linear-gradient(to right,var(--neon-cyan),var(--neon-purple));-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 30px rgba(0,243,255,.3)}.date-badge{display:inline-block;background:#ffffff1a;padding:10px 20px;border-radius:50px;font-weight:700;letter-spacing:2px;margin-bottom:40px;border:1px solid var(--neon-purple);box-shadow:0 0 15px #bc13fe4d;cursor:default;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.time-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:50px}.time-unit-box{background:#0000004d;padding:20px;border-radius:20px;border:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;align-items:center;justify-content:center}.time-number{font-size:3.5rem;font-weight:700;line-height:1;color:#fff;text-shadow:0 0 20px rgba(255,255,255,.5)}.time-label{font-size:.8rem;text-transform:uppercase;letter-spacing:2px;color:#fff9;margin-top:10px}.progress-container{text-align:left}.progress-header{display:flex;justify-content:space-between;margin-bottom:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px}.progress-bar-bg{height:20px;background:#ffffff1a;border-radius:10px;overflow:hidden;position:relative}.progress-fill{height:100%;background:linear-gradient(90deg,var(--neon-cyan),var(--neon-purple));border-radius:10px;position:relative}.progress-glow{position:absolute;top:0;right:0;bottom:0;width:20px;background:#fff;filter:blur(10px);opacity:.5}.ribbon-wrapper{position:fixed;top:50%;left:50%;width:120vw;background:#f59e0b;color:#000;padding:10px 0;z-index:-1;pointer-events:none;overflow:hidden;box-shadow:0 5px 15px #00000080;border-top:4px solid #000;border-bottom:4px solid #000;opacity:1!important}.ribbon-1{transform:translate(-50%,-50%) rotate(-15deg);top:40%}.ribbon-2{transform:translate(-50%,-50%) rotate(10deg);top:60%;background:#fbbf24}.ribbon-3{transform:translate(-50%,-50%) rotate(-5deg);top:80%;background:#d97706}.ribbon-track{display:flex;white-space:nowrap;animation:scrollRibbon 60s linear infinite;width:fit-content}.money-particle img{width:150px;height:auto;filter:drop-shadow(0 5px 15px rgba(0,0,0,.3))}.ribbon-content{display:flex;padding-right:0}.ribbon-text{font-size:2.5rem;font-weight:900;color:#000;margin-right:50px;text-transform:uppercase;letter-spacing:2px}@keyframes scrollRibbon{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:768px){.main-title{font-size:2.5rem}.time-grid{grid-template-columns:repeat(2,1fr)}.time-number{font-size:2.5rem}.ribbon-text{font-size:2rem}}@media(max-width:480px){.container{padding:10px}.glass-card{padding:20px 15px;border-radius:20px}.main-title{font-size:1.8rem;letter-spacing:-1px}.date-badge{padding:8px 15px;font-size:.9rem;margin-bottom:30px}.time-grid{grid-template-columns:1fr;gap:15px;margin-bottom:30px}.time-unit-box{padding:10px}.time-number{font-size:1.8rem}.time-label{font-size:.6rem}.progress-header{font-size:.8rem}.money-particle img{width:80px}}
