.ScratchGamePage_container__qVWO7{max-width:1000px;margin:0 auto;padding:20px;background:linear-gradient(135deg,#881cc6,#0a1a5c);min-height:100vh;color:#fff;position:relative}.ScratchGamePage_header__b6MVn{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.ScratchGamePage_header__b6MVn h1{font-size:32px;margin:0}.ScratchGamePage_scoreBoard__Bq1sJ{background-color:#fff;color:#000;padding:10px 20px;border-radius:10px;font-size:20px;font-weight:700}.ScratchGamePage_cooldownMessage___hxLD{background-color:rgba(255,243,205,.9);color:#856404;padding:15px;border-radius:10px;margin-bottom:20px}.ScratchGamePage_gameInstructions__KF6G4{margin-bottom:20px;font-size:18px;text-align:center}.ScratchGamePage_gameBoard__yjYRK{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:15px;gap:15px;max-width:600px;margin:0 auto}.ScratchGamePage_shellContainer__YvGCF{position:relative;width:100%;aspect-ratio:1;cursor:pointer;perspective:1000px;display:flex;justify-content:center;align-items:center}.ScratchGamePage_closedShell__nYSw6{width:80%;height:80%;background-image:url(/assets/snail-background.png);background-size:contain;background-repeat:no-repeat;background-position:50%;border-radius:50%;position:relative;transition:transform .3s ease;box-shadow:none;overflow:hidden}.ScratchGamePage_shellTop__nW2fo{display:none}.ScratchGamePage_shellContainer__YvGCF:hover .ScratchGamePage_closedShell__nYSw6{transform:scale(1.1)}.ScratchGamePage_openShell__7orAg{width:80%;height:80%;font-size:30px;transition:all .3s ease;animation:ScratchGamePage_revealContent__k7VJ_ .5s forwards}.ScratchGamePage_openShell__7orAg,.ScratchGamePage_snailShell__ZxiCg{border-radius:50%;display:flex;justify-content:center;align-items:center}.ScratchGamePage_snailShell__ZxiCg{background-color:rgba(76,175,80,.2);box-shadow:0 0 20px rgba(76,175,80,.5);position:relative;overflow:hidden}.ScratchGamePage_emptyShell__Wq4Hu{position:relative;background:none;border-radius:0}.ScratchGamePage_brokenShellContent__r8tlV{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center;overflow:visible}.ScratchGamePage_shellFragment1__hynr4,.ScratchGamePage_shellFragment2__YmVlK,.ScratchGamePage_shellFragment3__oYZ0t,.ScratchGamePage_shellFragment4__idHMX,.ScratchGamePage_shellFragment5__qKvNU,.ScratchGamePage_shellFragment6__h_8l9,.ScratchGamePage_shellFragment7__uwcbz,.ScratchGamePage_shellFragment8__HDddd{position:absolute;background-image:url(/assets/snail-background.png);background-size:300% 300%;width:30%;height:30%;border-radius:40%;box-shadow:0 0 10px rgba(0,0,0,.3);opacity:1}.ScratchGamePage_shellFragment1__hynr4{top:10%;left:10%;background-position:0 0;animation:ScratchGamePage_fragment1__9DPZ8 1s forwards;transform-origin:bottom right}.ScratchGamePage_shellFragment2__YmVlK{top:10%;right:10%;background-position:100% 0;animation:ScratchGamePage_fragment2__J5MJQ 1s forwards;transform-origin:bottom left}.ScratchGamePage_shellFragment3__oYZ0t{bottom:10%;left:10%;background-position:0 100%;animation:ScratchGamePage_fragment3__0Zpzc 1s forwards;transform-origin:top right}.ScratchGamePage_shellFragment4__idHMX{bottom:10%;right:10%;background-position:100% 100%;animation:ScratchGamePage_fragment4__oFYoC 1s forwards;transform-origin:top left}.ScratchGamePage_shellFragment5__qKvNU{top:35%;left:5%;background-position:30% 30%;animation:ScratchGamePage_fragment5__oqKZb .8s forwards;transform-origin:center right}.ScratchGamePage_shellFragment6__h_8l9{top:35%;right:5%;background-position:70% 30%;animation:ScratchGamePage_fragment6__Txw3h .8s forwards;transform-origin:center left}.ScratchGamePage_shellFragment7__uwcbz{bottom:35%;left:35%;background-position:30% 70%;animation:ScratchGamePage_fragment7__TzdVQ .9s forwards;transform-origin:center top}.ScratchGamePage_shellFragment8__HDddd{top:40%;left:40%;background-position:50% 50%;animation:ScratchGamePage_fragment8__jJMMy .7s forwards;transform-origin:center}@keyframes ScratchGamePage_fragment1__9DPZ8{0%{transform:translate(0) rotate(0);opacity:1}to{transform:translate(-100px,-100px) rotate(-45deg);opacity:0}}@keyframes ScratchGamePage_fragment2__J5MJQ{0%{transform:translate(0) rotate(0);opacity:1}to{transform:translate(100px,-120px) rotate(60deg);opacity:0}}@keyframes ScratchGamePage_fragment3__0Zpzc{0%{transform:translate(0) rotate(0);opacity:1}to{transform:translate(-120px,100px) rotate(-60deg);opacity:0}}@keyframes ScratchGamePage_fragment4__oFYoC{0%{transform:translate(0) rotate(0);opacity:1}to{transform:translate(120px,100px) rotate(45deg);opacity:0}}@keyframes ScratchGamePage_fragment5__oqKZb{0%{transform:translate(0) rotate(0);opacity:1}to{transform:translate(-150px,20px) rotate(-90deg);opacity:0}}@keyframes ScratchGamePage_fragment6__Txw3h{0%{transform:translate(0) rotate(0);opacity:1}to{transform:translate(150px,20px) rotate(90deg);opacity:0}}@keyframes ScratchGamePage_fragment7__TzdVQ{0%{transform:translate(0) rotate(0);opacity:1}to{transform:translate(30px,150px) rotate(120deg);opacity:0}}@keyframes ScratchGamePage_fragment8__jJMMy{0%{transform:translate(0) rotate(0) scale(1);opacity:1}50%{transform:translate(0) rotate(180deg) scale(.8);opacity:.8}to{transform:translate(0) rotate(1turn) scale(.2);opacity:0}}.ScratchGamePage_brokenEmoji__u9pNI{font-size:36px;opacity:0;animation:ScratchGamePage_showBrokenEmoji__3Lw69 .5s .3s forwards;position:relative;z-index:10;text-shadow:0 0 10px rgba(0,0,0,.5)}@keyframes ScratchGamePage_showBrokenEmoji__3Lw69{0%{opacity:0;transform:scale(.5) rotate(-15deg)}50%{transform:scale(1.2) rotate(5deg)}to{opacity:1;transform:scale(1) rotate(0deg)}}.ScratchGamePage_snailEmoji__GPhop{font-size:42px;margin-top:5px;animation:ScratchGamePage_popIn__8DYIA .5s forwards}.ScratchGamePage_snailContainer__9qBnA{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative;border-radius:50%;overflow:hidden;padding:15%;box-sizing:border-box}.ScratchGamePage_snailImage__47Kx5{max-width:100%;max-height:100%;object-fit:contain;animation:ScratchGamePage_popIn__8DYIA .5s forwards}@keyframes ScratchGamePage_popIn__8DYIA{0%{transform:scale(0);opacity:0}60%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}@keyframes ScratchGamePage_revealContent__k7VJ_{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.ScratchGamePage_gameOverModal__pI4zn{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;color:#333;padding:30px;border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.5);text-align:center;z-index:100;min-width:300px}.ScratchGamePage_gameOverModal__pI4zn h2{color:#4a4a4a;margin-top:0}.ScratchGamePage_gameOverModal__pI4zn button{background-color:#4caf50;color:#fff;border:none;padding:10px 20px;border-radius:5px;font-size:16px;cursor:pointer;margin-top:15px;transition:background-color .3s}.ScratchGamePage_gameOverModal__pI4zn button:hover{background-color:#388e3c}.ScratchGamePage_backButtonContainer__U11pj{text-align:center;margin-top:30px}.ScratchGamePage_backButton__eZgnz{background:linear-gradient(135deg,#6a0dad,#8a2be2);color:#fff;padding:.7rem 1.5rem;border:none;border-radius:8px;text-decoration:none;font-weight:700;display:inline-block;margin-bottom:1.5rem;transition:all .3s ease;box-shadow:0 0 10px rgba(106,13,173,.4);cursor:pointer}.ScratchGamePage_backButton__eZgnz:hover{background:linear-gradient(135deg,#8a2be2,#6a0dad);transform:translateY(-3px);box-shadow:0 5px 15px rgba(106,13,173,.6)}.ScratchGamePage_countdownTimer__PZOP3{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:15px;font-family:Courier New,monospace;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px;border-radius:15px;box-shadow:0 8px 20px rgba(0,0,0,.3)}.ScratchGamePage_timeBlock___EMV2{display:flex;flex-direction:column;align-items:center;background:hsla(0,0%,100%,.1);padding:10px 15px;border-radius:10px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid hsla(0,0%,100%,.2)}.ScratchGamePage_timeNumber__94nht{font-size:2.5rem;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3);line-height:1}.ScratchGamePage_timeLabel___hs5c{font-size:.9rem;color:hsla(0,0%,100%,.8);text-transform:uppercase;letter-spacing:1px;margin-top:5px}.ScratchGamePage_timeSeparator__zTh16{font-size:2rem;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.ScratchGamePage_cooldownMessage___hxLD{text-align:center;margin:20px 0;padding:20px;background:linear-gradient(135deg,#6a0dad,#8a2be2);border-radius:15px;box-shadow:0 5px 15px rgba(0,0,0,.2);color:#333}.ScratchGamePage_cooldownMessage___hxLD p{font-size:1.2rem;font-weight:700;margin:0;color:#fff}