.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}
