.surprise{position:relative;width:100%;height:100%;min-height:400px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;overflow:hidden}.surprise .particle{position:absolute;width:var(--particle-size, 4px);height:var(--particle-size, 4px);background:var(--particle-color, rgba(255, 255, 255, .5));border-radius:50%;top:calc(50% + var(--random-offset-y, 0px));left:calc(50% + var(--random-offset-x, 0px));opacity:var(--particle-opacity, .8);transform:scale(var(--particle-scale, 1));animation:cosmic-float var(--animation-duration, 7s) infinite}.surprise.particle-burst .particle{animation:particle-burst 1.3s ease-out forwards}@keyframes particle-burst{0%{transform:translate(0) scale(var(--particle-scale, 1));opacity:1}to{transform:translate(calc(var(--random-offset-x, 0px) * 2),calc(var(--random-offset-y, 0px) * 2)) scale(var(--particle-scale, 1));opacity:.5}}@keyframes cosmic-float{0%,to{transform:translateY(100%) translate(0) scale(var(--particle-scale, 1));opacity:0}25%{transform:translateY(calc(-50% + var(--random-offset-y, 0px))) translate(calc(-50% + var(--random-offset-x, 0px))) scale(var(--particle-scale, 1.2));opacity:1}75%{transform:translateY(calc(-50% + var(--random-offset-y, 0px))) translate(calc(50% + var(--random-offset-x, 0px))) scale(var(--particle-scale, .8));opacity:1}}.surprise .container{position:relative;width:300px;width:100%;height:400px;perspective:1000px}.surprise .box{width:280px;height:280px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);cursor:pointer;transition:transform .3s cubic-bezier(.68,-.55,.265,1.55)}.surprise .box:hover{transform:translate(-50%,-50%) scale(1.05)}.surprise .box:active{transform:translate(-50%,-50%) scale(.95)}.surprise .box-front{width:280px;height:280px;border-radius:20px;background:linear-gradient(135deg,#fa709a,#fee140);display:flex;align-items:center;justify-content:center;font-size:80px;color:#fff;text-shadow:0 4px 12px rgba(0,0,0,.2);overflow:hidden;position:relative;box-shadow:0 10px 40px #0000004d;transition:all .6s cubic-bezier(.68,-.55,.265,1.55)}.surprise .box-front:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.3),transparent);transform:rotate(45deg);animation:surprise-shimmer 3s infinite}@keyframes surprise-shimmer{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}to{transform:translate(100%) translateY(100%) rotate(45deg)}}.surprise.opened .box-front{transform:rotateX(25deg) rotateY(-25deg);box-shadow:0 20px 60px #0006}.surprise .word-wrapper{position:absolute;top:50%;left:50%;width:max-content;width:inherit;max-width:460px;transform:translate(-50%,-50%);opacity:0;scale:0;transition:all .8s cubic-bezier(.68,-.55,.265,1.55);pointer-events:none;display:flex;justify-content:center}.surprise.opened .word-wrapper{opacity:1;scale:1}.surprise .word-burst{position:relative;padding:30px 20px;background:#ffffff0d;backdrop-filter:blur(20px);backdrop-filter:blur(1px);border-radius:30px;border:2px solid rgba(255,255,255,.3);box-shadow:0 20px 60px #0000004d,inset 0 0 40px #ffffff1a;overflow:hidden;display:flex;flex-direction:column;width:calc(95% - 40px);align-self:center}.surprise .word-burst:before,.surprise .word-burst:after{content:"";position:absolute;inset:-50%;background:conic-gradient(from 0deg at 50% 50%,transparent,rgba(255,255,255,.3),transparent,rgba(255,255,255,.3),transparent);animation:surprise-rotate 4s linear infinite;opacity:0;transition:opacity .6s ease}.surprise.opened .word-burst:before,.surprise.opened .word-burst:after{opacity:1}.surprise .word-burst:after{animation-delay:-2s}@keyframes surprise-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.surprise .word-reveal{position:relative;font-size:48px;font-size:18px;text-align:center;font-weight:900;letter-spacing:2px;background:linear-gradient(135deg,#fff 0% 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-transform:uppercase;z-index:10;filter:drop-shadow(0 4px 20px rgba(255,255,255,.5));animation:surprise-glow 2s ease-in-out infinite alternate}@keyframes surprise-glow{0%{filter:drop-shadow(0 4px 20px rgba(255,255,255,.5))}to{filter:drop-shadow(0 4px 40px rgba(255,255,255,.8))}}.surprise .rays{position:absolute;inset:-100px;background:url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cg id='ray'%3E%3Cpath d='M100,100 L100,0 L105,0 L100,100' fill='rgba(255,255,255,0.3)'/%3E%3C/g%3E%3C/defs%3E%3Cg%3E%3Cuse href='%23ray' transform='rotate(0 100 100)'/%3E%3Cuse href='%23ray' transform='rotate(30 100 100)'/%3E%3Cuse href='%23ray' transform='rotate(60 100 100)'/%3E%3Cuse href='%23ray' transform='rotate(90 100 100)'/%3E%3Cuse href='%23ray' transform='rotate(120 100 100)'/%3E%3Cuse href='%23ray' transform='rotate(150 100 100)'/%3E%3Cuse href='%23ray' transform='rotate(180 100 100)'/%3E%3Cuse href='%23ray' transform='rotate(210 100 100)'/%3E%3Cuse href='%23ray' transform='rotate(240 100 100)'/%3E%3Cuse href='%23ray' transform='rotate(270 100 100)'/%3E%3Cuse href='%23ray' transform='rotate(300 100 100)'/%3E%3Cuse href='%23ray' transform='rotate(330 100 100)'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;opacity:0;scale:.5;animation:surprise-burst 1s ease-out forwards;animation-play-state:paused}.surprise.opened .rays{animation-play-state:running}@keyframes surprise-burst{0%{opacity:0;scale:.5;transform:rotate(0)}50%{opacity:1;scale:1.5}to{opacity:0;scale:2;transform:rotate(90deg)}}.surprise .confetti{position:absolute;width:8px;height:8px;background:var(--confetti-color, #ff6b6b);border-radius:50%;opacity:1;transform:scale(1);animation:surprise-confetti-fall 2s ease-out forwards}@keyframes surprise-confetti-fall{0%{transform:translateY(0) rotate(0) scale(1);opacity:1}to{transform:translateY(400px) rotate(720deg) scale(.5);opacity:0}}.surprise .blurb-reveal{position:relative;font-size:16px;text-align:center;font-weight:400;letter-spacing:1px;color:#fff;margin-top:10px;z-index:10;filter:drop-shadow(0 2px 10px rgba(0,0,0,.3));opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.surprise.opened .blurb-reveal{opacity:1;transform:translateY(0)}.surprise .tap-hint{position:absolute;bottom:40px;left:50%;transform:translate(-50%);color:#fff9;font-size:14px;letter-spacing:1px;text-transform:uppercase;animation:surprise-pulse 2s ease-in-out infinite;text-align:center}.surprise .tap-hint.countdown-mode{animation:countdown-pulse 3s ease-in-out infinite;opacity:1;color:#fff}.surprise .tap-hint .countdown{font-weight:700;font-size:17px}@keyframes surprise-pulse{0%,to{opacity:.8}50%{opacity:.4}}@keyframes countdown-pulse{0%,to{opacity:.8}50%{opacity:.6}}.surprise .category-reveal{position:relative;font-size:13px;text-align:center;font-weight:400;letter-spacing:1px;color:#fffc;margin-bottom:15px;z-index:10;filter:drop-shadow(0 2px 10px rgba(0,0,0,.3));opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease;width:fit-content;align-self:center;padding:4px 20px;border-radius:6px;background-color:#ffffff4a;color:#f5f5f5}.surprise.opened .category-reveal{opacity:1;transform:translateY(0)}.surprise .game-link{display:inline-block;margin-top:25px;padding:10px 20px;font-size:14px;font-weight:700;text-transform:uppercase;color:#fff;background:linear-gradient(135deg,#fa709a,#fee140);border-radius:20px;text-decoration:none;box-shadow:0 4px 10px #0000004d;transition:transform .3s ease,box-shadow .3s ease;display:inline-flex;align-self:center;z-index:10;pointer-events:auto}.surprise .game-link:hover{transform:scale(1.05);box-shadow:0 6px 15px #0006}.surprise .game-link:active{transform:scale(.95);box-shadow:0 2px 5px #0003}.scrollbar-hide[data-astro-cid-cpe3wsxr]::-webkit-scrollbar{display:none}.scrollbar-hide[data-astro-cid-cpe3wsxr]{-webkit-overflow-scrolling:touch}.scrollbar-hide[data-astro-cid-cpe3wsxr].cursor-grab:active{cursor:grabbing}.hero-lqip[data-astro-cid-unogny6q]{filter:blur(20px);transform:scale(1.1);transition:opacity .8s ease-out}.hero-image[data-astro-cid-unogny6q]{opacity:0;animation:hero-fade-in 1.2s ease-out .2s forwards}@keyframes hero-fade-in{to{opacity:1}}.hero-content[data-astro-cid-unogny6q]{animation:hero-content-entrance 1s ease-out .4s both}@keyframes hero-content-entrance{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-title[data-astro-cid-unogny6q]{animation:hero-title-entrance .8s cubic-bezier(.16,1,.3,1) .6s both}@keyframes hero-title-entrance{0%{opacity:0;transform:translateY(20px);letter-spacing:.1em}to{opacity:1;transform:translateY(0);letter-spacing:-.02em}}.hero-byline[data-astro-cid-unogny6q]{animation:hero-byline-entrance .8s ease-out .7s both}@keyframes hero-byline-entrance{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hero-objective[data-astro-cid-unogny6q]{animation:hero-objective-entrance .8s ease-out .8s both}@keyframes hero-objective-entrance{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.hero-actions[data-astro-cid-unogny6q]{animation:hero-actions-entrance .8s ease-out 1s both}@keyframes hero-actions-entrance{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-shimmer[data-astro-cid-unogny6q]{pointer-events:none}.hero-shimmer-inner[data-astro-cid-unogny6q]{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.2),transparent);transform:rotate(45deg);animation:hero-shimmer 8s ease-in-out infinite}.hero-shimmer-subtle[data-astro-cid-unogny6q]{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(135deg,transparent,rgba(255,255,255,.08),transparent);transform:rotate(-45deg);animation:hero-shimmer-subtle 5s ease-in-out infinite;animation-delay:1s}@keyframes hero-shimmer{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}to{transform:translate(100%) translateY(100%) rotate(45deg)}}@keyframes hero-shimmer-subtle{0%{transform:translate(100%) translateY(-100%) rotate(-45deg)}to{transform:translate(-100%) translateY(100%) rotate(-45deg)}}.hero-glow[data-astro-cid-unogny6q]{background:radial-gradient(ellipse 80% 50% at 50% 100%,rgba(255,255,255,.08) 0%,transparent 50%);animation:hero-glow-pulse 4s ease-in-out infinite alternate}@keyframes hero-glow-pulse{0%{opacity:.6}to{opacity:1}}.hero-gradient[data-astro-cid-unogny6q]{background:linear-gradient(to bottom,#000,#000000d9 3%,#0006 15%,#0003,#0000001a,#0003,#00000080 75%,#000000e6)}@media (prefers-reduced-motion: reduce){.hero-image[data-astro-cid-unogny6q],.hero-content[data-astro-cid-unogny6q],.hero-title[data-astro-cid-unogny6q],.hero-byline[data-astro-cid-unogny6q],.hero-objective[data-astro-cid-unogny6q],.hero-actions[data-astro-cid-unogny6q]{animation:none!important}.hero-shimmer-inner[data-astro-cid-unogny6q],.hero-shimmer-subtle[data-astro-cid-unogny6q]{animation:none!important;opacity:.3}.hero-glow[data-astro-cid-unogny6q]{animation:none!important}.hero-image[data-astro-cid-unogny6q]{opacity:1}.hero-content[data-astro-cid-unogny6q]{opacity:1;transform:none}a[data-astro-cid-unogny6q]{transition:background-color .2s,box-shadow .2s!important}a[data-astro-cid-unogny6q]:hover{transform:none!important}}
