.app{width:100%;min-height:100vh;position:relative;overflow:hidden;background-color:#130500;cursor:url(/assets/cursor.png),auto}.splash-screen{position:fixed;top:0;left:0;width:100%;height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a0a00,#0a0a0a);display:flex;align-items:center;justify-content:center;z-index:9999;animation:splashFadeIn .5s ease-out;cursor:pointer;overflow:hidden}.splash-content{text-align:center;z-index:2;animation:contentSlideUp 1s ease-out}.splash-logo-container{position:relative;width:280px;height:280px;margin:0 auto 2rem;animation:logoFloat 3s ease-in-out infinite}.splash-logo{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 0 40px rgba(255,215,0,.6)) drop-shadow(0 0 80px rgba(255,100,0,.4));animation:logoPulse 2s ease-in-out infinite;position:relative;z-index:2}.splash-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:350px;height:350px;background:radial-gradient(circle,rgba(255,215,0,.3) 0%,rgba(255,100,0,.2) 40%,transparent 70%);animation:glowPulse 2s ease-in-out infinite;border-radius:50%;filter:blur(30px)}.splash-title{font-family:Impact,Arial Black,sans-serif;font-size:clamp(4rem,10vw,7rem);font-weight:700;color:#fff;margin:0 0 1rem;letter-spacing:.2em;text-shadow:0 0 10px rgba(255,215,0,.8),0 0 20px rgba(255,215,0,.6),0 0 30px rgba(255,100,0,.4),0 0 40px rgba(255,100,0,.3),4px 4px 8px rgba(0,0,0,.8);animation:titleGlow 2s ease-in-out infinite}.splash-tagline{font-family:Impact,Arial Black,sans-serif;font-size:clamp(1.2rem,3vw,2rem);color:gold;margin:0 0 3rem;letter-spacing:.15em;text-shadow:0 0 10px rgba(255,215,0,.6),2px 2px 4px rgba(0,0,0,.8);animation:taglineFade 2s ease-in-out .5s backwards}.splash-loader{width:300px;height:4px;background:#ffffff1a;border-radius:2px;margin:0 auto 2rem;overflow:hidden;box-shadow:0 0 10px #ffd7004d}.loader-bar{width:100%;height:100%;background:linear-gradient(90deg,gold,#ff6b00,gold);animation:loaderSlide 2s ease-in-out infinite;box-shadow:0 0 15px #ffd700cc}.splash-hint{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1.9rem;color:#fff9;margin:0;letter-spacing:.1em;animation:hintBlink 2s ease-in-out infinite 1s}.particles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.particle{position:absolute;width:4px;height:4px;background:radial-gradient(circle,#ffd700 0%,transparent 70%);border-radius:50%;animation:particleFloat 5s ease-in-out infinite;opacity:0;box-shadow:0 0 10px #ffd700cc}@keyframes splashFadeIn{0%{opacity:0}to{opacity:1}}@keyframes contentSlideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes logoPulse{0%,to{transform:scale(1);filter:drop-shadow(0 0 40px rgba(255,215,0,.6)) drop-shadow(0 0 80px rgba(255,100,0,.4))}50%{transform:scale(1.05);filter:drop-shadow(0 0 60px rgba(255,215,0,.8)) drop-shadow(0 0 100px rgba(255,100,0,.6))}}@keyframes glowPulse{0%,to{opacity:.6;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.1)}}@keyframes titleGlow{0%,to{text-shadow:0 0 10px rgba(255,215,0,.8),0 0 20px rgba(255,215,0,.6),0 0 30px rgba(255,100,0,.4),0 0 40px rgba(255,100,0,.3),4px 4px 8px rgba(0,0,0,.8)}50%{text-shadow:0 0 20px rgba(255,215,0,1),0 0 30px rgba(255,215,0,.8),0 0 40px rgba(255,100,0,.6),0 0 50px rgba(255,100,0,.4),4px 4px 8px rgba(0,0,0,.8)}}@keyframes taglineFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes loaderSlide{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes hintBlink{0%,to{opacity:.4}50%{opacity:1}}@keyframes particleFloat{0%{opacity:0;transform:translateY(0) translate(0) scale(0)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(-100vh) translate(calc(50px - 100px * var(--random))) scale(1.5)}}@media(max-width:768px){.splash-logo-container{width:200px;height:200px;margin-bottom:1.5rem}.splash-glow{width:250px;height:250px}.splash-title{font-size:3.5rem}.splash-tagline{font-size:1rem;margin-bottom:2rem}.splash-loader{width:200px}.splash-hint{font-size:.8rem}}*{cursor:url(/assets/cursor.png),auto}.background{width:100%;min-height:100vh;background-size:contain;background-position:center center;background-repeat:no-repeat;display:flex;align-items:flex-end;justify-content:center;position:relative;mask-image:radial-gradient(ellipse 70% 80% at 50% 50%,black 40%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 70% 80% at 50% 50%,black 40%,transparent 100%)}.content-container{width:100%;display:flex;flex-direction:column;align-items:center;padding-bottom:2rem}.buttons-container{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1.5rem;width:100%;max-width:1200px;padding:0 2rem;flex-wrap:wrap}.game-button{width:auto;flex:0 1 auto;max-width:250px;background:none;border:none;cursor:pointer;padding:0;transition:transform .2s ease,opacity .2s ease,filter .2s ease;position:relative}.game-button img{width:100%;height:auto;display:block;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.game-button:hover:not(.disabled){transform:scale(1.05) translateY(-2px);filter:brightness(1.1)}.game-button:active:not(.disabled){transform:scale(.98)}.game-button.disabled{cursor:not-allowed;opacity:.85;filter:grayscale(.5)}.game-button.disabled img{filter:drop-shadow(0 4px 8px rgba(0,0,0,.3)) grayscale(.5)}.presale-btn{position:relative;animation:presaleFloat 3s ease-in-out infinite,presaleBounce 2s ease-in-out infinite}.presale-btn:before{content:"";position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;background:radial-gradient(ellipse at center,rgba(255,107,0,.6) 0%,rgba(255,215,0,.5) 30%,rgba(255,107,0,.3) 50%,transparent 70%);border-radius:50%;z-index:-2;filter:blur(25px);opacity:1;animation:auraBreath 3s ease-in-out infinite,auraPulseOuter 2.5s ease-in-out infinite}.presale-btn:after{content:"";position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px;background:linear-gradient(135deg,#ffd700b3,#ff8c0099,#ffd700b3,#ff6b0099);background-size:300% 300%;border-radius:40%;z-index:-1;filter:blur(18px);opacity:.8;animation:auraRotate 4s linear infinite,auraPulse 2s ease-in-out infinite}.presale-btn img{position:relative;z-index:1;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3)) drop-shadow(0 0 25px rgba(255,215,0,.4));transition:all .4s cubic-bezier(.4,0,.2,1);animation:buttonGlow 2.5s ease-in-out infinite,buttonTilt 4s ease-in-out infinite;transform-origin:center center}.presale-btn:hover:not(.disabled):before{opacity:1;top:-30px;right:-30px;bottom:-30px;left:-30px;filter:blur(35px);animation:auraBreath 2s ease-in-out infinite,auraExpand .6s ease-out forwards}.presale-btn:hover:not(.disabled):after{opacity:.9;filter:blur(22px);animation:auraRotate 2.5s linear infinite,auraPulse 1.5s ease-in-out infinite}.presale-btn:hover:not(.disabled) img{filter:drop-shadow(0 6px 12px rgba(0,0,0,.4)) drop-shadow(0 0 40px rgba(255,215,0,.6)) drop-shadow(0 0 60px rgba(255,140,0,.4)) brightness(1.12);transform:translateY(-2px) scale(1.02)}.presale-btn:active:not(.disabled){animation:none}.presale-btn:active:not(.disabled) img{transform:translateY(1px) scale(.98);filter:drop-shadow(0 2px 4px rgba(0,0,0,.4)) drop-shadow(0 0 30px rgba(255,215,0,.5)) brightness(1.05)}@keyframes presaleFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-6px) scale(1.03)}}@keyframes presaleBounce{0%,to{transform:scale(1) rotate(0)}25%{transform:scale(1.02) rotate(-4deg)}50%{transform:scale(1.04) rotate(0)}75%{transform:scale(1.02) rotate(4deg)}}@keyframes buttonTilt{0%,to{transform:rotate(0) scale(1)}25%{transform:rotate(-3deg) scale(1.01)}50%{transform:rotate(3deg) scale(1.02)}75%{transform:rotate(-2deg) scale(1.01)}}@keyframes auraBreath{0%,to{opacity:.8;transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}}@keyframes auraPulseOuter{0%,to{filter:blur(25px);top:-20px;right:-20px;bottom:-20px;left:-20px}50%{filter:blur(35px);top:-28px;right:-28px;bottom:-28px;left:-28px}}@keyframes auraPulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes auraRotate{0%{background-position:0% 50%;transform:rotate(0)}50%{background-position:100% 50%}to{background-position:0% 50%;transform:rotate(360deg)}}@keyframes buttonGlow{0%,to{filter:drop-shadow(0 4px 8px rgba(0,0,0,.3)) drop-shadow(0 0 25px rgba(255,215,0,.4))}50%{filter:drop-shadow(0 4px 8px rgba(0,0,0,.3)) drop-shadow(0 0 35px rgba(255,215,0,.7)) drop-shadow(0 0 50px rgba(255,140,0,.5))}}@keyframes auraExpand{0%{transform:scale(1)}to{transform:scale(1.08)}}.tagline{font-family:Impact,Arial Black,sans-serif;font-size:clamp(1.2rem,4vw,2rem);font-weight:700;color:#2a1810;text-align:center;margin-top:1.5rem;letter-spacing:.15em;text-shadow:1px 1px 0px rgba(0,0,0,.3),-1px -1px 0px rgba(255,255,255,.2);padding:2rem 3rem;background-image:url(/assets/bottom-tagline.PNG);background-size:100%;background-position:center;background-repeat:no-repeat;position:relative;filter:drop-shadow(0 8px 16px rgba(0,0,0,.6))}.tagline:hover{transform:scale(1.08) translateY(-4px)}@media(min-width:769px)and (max-width:1024px){.buttons-container{max-width:1000px;gap:1.2rem;flex-direction:row}.game-button{max-width:220px}.tagline{margin-top:2rem}}@media(min-width:1025px){.content-container{padding-bottom:3rem}.buttons-container{max-width:1200px;gap:2rem;flex-direction:row}.game-button{max-width:260px}.game-button:hover:not(.disabled){transform:scale(1.08) translateY(-4px)}.tagline{margin-top:2.5rem;font-size:2.2rem}}@media(min-width:1440px){.buttons-container{max-width:1400px;gap:2.5rem;flex-direction:row}.game-button{max-width:300px}.tagline{font-size:2.5rem;margin-top:3rem}}@media(max-width:768px){.background{background-size:cover!important;background-position:center top;align-items:flex-start;justify-content:center;padding-top:0;mask-image:none;-webkit-mask-image:none}.content-container{padding-top:33vh;padding-bottom:0;justify-content:space-between;gap:0;min-height:100vh}.buttons-container{flex-direction:column;gap:0;padding:0;max-width:100%;width:100%;align-items:center;flex-shrink:0}.game-button{max-width:240px;width:75%;margin:-3.5rem 0;position:relative;pointer-events:none}.game-button:before{content:"";position:absolute;top:35%;left:5%;right:5%;bottom:35%;z-index:5;pointer-events:auto}.game-button:first-child{margin-top:155px;z-index:4}.game-button:nth-child(2){z-index:3}.game-button:nth-child(3){z-index:2}.game-button:last-child{margin-bottom:0;z-index:1}.tagline{margin-top:auto;margin-bottom:1.5rem;font-size:.85rem;padding:.7rem 1.2rem;width:80%;max-width:280px;letter-spacing:.08em;flex-shrink:0}.presale-btn:before{top:-15px;right:-15px;bottom:-15px;left:-15px;filter:blur(20px)}.presale-btn:after{top:-10px;right:-10px;bottom:-10px;left:-10px;filter:blur(15px)}.presale-btn:hover:not(.disabled):before{top:-22px;right:-22px;bottom:-22px;left:-22px;filter:blur(28px)}}@media(max-height:600px)and (orientation:landscape){.background{min-height:100vh;align-items:center}.buttons-container{gap:.5rem}.content-container{padding-bottom:1rem}.tagline{margin-top:.5rem;font-size:1rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.game-button{animation:fadeIn .5s ease-out backwards}.game-button:nth-child(1){animation-delay:.1s}.game-button:nth-child(2){animation-delay:.2s}.game-button:nth-child(3){animation-delay:.3s}.game-button:nth-child(4){animation-delay:.4s}.tagline{animation:fadeIn .5s ease-out .5s backwards}.game-button:focus-visible{outline:3px solid #ff6b00;outline-offset:4px;border-radius:8px}.game-button img{user-select:none;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.sparkle-container{position:absolute;top:-7%;left:64%;transform:translate(-50%);width:21%;height:60%;pointer-events:none;z-index:10}.sparkle{position:absolute;width:8px;height:8px;background:radial-gradient(circle,#fff 0%,#ffd700 40%,transparent 70%);border-radius:50%;animation:sparkleAnimation 3s ease-in-out infinite;opacity:0;box-shadow:0 0 10px #fff,0 0 20px gold,0 0 30px gold}@keyframes sparkleAnimation{0%{opacity:0;transform:translate(0) scale(0) rotate(0)}15%{opacity:1;transform:translate(20px,-15px) scale(1.2) rotate(45deg)}30%{opacity:.9;transform:translate(-15px,-30px) scale(1) rotate(90deg)}45%{opacity:1;transform:translate(25px,-45px) scale(1.3) rotate(135deg)}60%{opacity:.8;transform:translate(-20px,-60px) scale(1.1) rotate(180deg)}75%{opacity:1;transform:translate(15px,-75px) scale(1.2) rotate(225deg)}90%{opacity:.5;transform:translate(-10px,-90px) scale(.8) rotate(270deg)}to{opacity:0;transform:translateY(-100px) scale(0) rotate(360deg)}}.sparkle:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:radial-gradient(circle,rgba(255,255,255,.8) 0%,transparent 60%);border-radius:50%;animation:twinkle 1.5s ease-in-out infinite alternate}@keyframes twinkle{0%{opacity:.3;transform:scale(.8)}to{opacity:1;transform:scale(1.2)}}@media(max-width:768px){.sparkle-container{top:1%;width:40%;height:40%;left:81%}.sparkle{width:6px;height:6px}}.christmas-lights-container{position:absolute;top:-5%;left:48%;transform:translate(-50%);width:21%;height:28%;pointer-events:none;z-index:11}.christmas-light{position:absolute;width:12px;height:16px;border-radius:0 0 50% 50%;background-color:currentColor;animation:lightGlow 1.5s ease-in-out infinite;filter:brightness(1.2) saturate(1) sepia(.1);box-shadow:0 0 15px currentColor,0 0 25px currentColor,0 0 35px #ffc86480,inset 0 -3px 8px #ffffffb3}.christmas-light:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:radial-gradient(circle,rgba(255,255,255,.9) 0%,transparent 70%);border-radius:50%;animation:sparkleFlash 2s ease-in-out infinite}@keyframes lightGlow{0%,to{filter:brightness(1.3) saturate(1.1) sepia(.1);box-shadow:0 0 20px currentColor,0 0 30px currentColor,0 0 40px #ffc86499,inset 0 -3px 8px #ffffffb3}50%{filter:brightness(.9) saturate(.8) sepia(.15);box-shadow:0 0 12px currentColor,0 0 20px currentColor,0 0 30px #ffc86466,inset 0 -2px 6px #ffffff80}}@keyframes sparkleFlash{0%,to{opacity:.8;transform:translate(-50%,-50%) scale(1)}25%{opacity:1;transform:translate(-50%,-50%) scale(1.3)}50%{opacity:.3;transform:translate(-50%,-50%) scale(.8)}75%{opacity:1;transform:translate(-50%,-50%) scale(1.2)}}.light-wire{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.wire-path{stroke-width:.5;filter:drop-shadow(0 0 3px rgba(255,215,0,.6)) drop-shadow(0 0 6px rgba(255,255,255,.4));animation:wireSparkle 3s ease-in-out infinite}@keyframes wireSparkle{0%,to{opacity:.7;filter:drop-shadow(0 0 3px rgba(255,215,0,.6)) drop-shadow(0 0 6px rgba(255,255,255,.4))}50%{opacity:1;filter:drop-shadow(0 0 5px rgba(255,215,0,.8)) drop-shadow(0 0 10px rgba(255,255,255,.6))}}@media(max-width:768px){.christmas-lights-container{top:1%;width:43%;height:17%;left:56%}.christmas-light{width:10px;height:14px}.wire-path{stroke-width:.4}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-out}.modal-content{background-image:url(/assets/scroll-like-dialog-view.png);background-size:100%;background-position:center;background-repeat:no-repeat;padding:6rem 10rem 8rem 11rem;min-width:650px;max-width:750px;min-height:750px;max-height:90vh;display:flex;flex-direction:column;align-items:center;position:relative;filter:drop-shadow(0 20px 40px rgba(0,0,0,.8));animation:modalSlideIn .4s ease-out}.modal-content-1{background-image:url(/assets/scroll-like-dialog-view.png);background-size:86%;background-position:center;background-repeat:no-repeat;padding:6rem 13rem 8rem 14.5rem;min-width:650px;max-width:750px;min-height:750px;max-height:90vh;display:flex;flex-direction:column;align-items:center;position:relative;filter:drop-shadow(0 20px 40px rgba(0,0,0,.8));animation:modalSlideIn .4s ease-out}.modal-close{position:absolute;top:2.5rem;right:2.5rem;background:#8b6d3d80;border:2px solid #8b6d3d;color:#2a1810;font-size:1.8rem;width:45px;height:45px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;font-weight:700;z-index:10}.modal-close:hover{background:#8b6d3db3;transform:scale(1.1)}.modal-scroll-content{flex:1;overflow-y:auto;overflow-x:hidden;width:100%;padding-right:.5rem;scrollbar-width:thin;scrollbar-color:#8b6d3d rgba(139,109,61,.2)}.modal-scroll-content::-webkit-scrollbar{width:8px}.modal-scroll-content::-webkit-scrollbar-track{background:#8b6d3d33;border-radius:4px}.modal-scroll-content::-webkit-scrollbar-thumb{background:#8b6d3d;border-radius:4px}.modal-scroll-content::-webkit-scrollbar-thumb:hover{background:#a0824d}.whitepaper-content{font-family:Georgia,Times New Roman,serif;color:#3d2817;line-height:1.7;text-align:left;font-size:.95rem}.whitepaper-content h2{font-family:Impact,Arial Black,sans-serif;font-size:1.4rem;margin-top:1.25rem;margin-bottom:.5rem;color:#2a1810;letter-spacing:.02em}.whitepaper-content h2:first-child{margin-top:0}.whitepaper-content p{margin:.5rem 0;font-size:.95rem;line-height:1.6}.whitepaper-content ul{margin:.5rem 0;padding-left:1.5rem;list-style-type:none}.whitepaper-content ul li{margin:.4rem 0;position:relative;padding-left:.5rem;font-size:.95rem;line-height:1.6}.whitepaper-content ul li:before{content:"•";position:absolute;left:-1rem;font-weight:700;color:#8b6d3d}.whitepaper-content strong{font-weight:700;color:#2a1810}.typewriter-text{font-family:Courier New,Courier,monospace;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#2a1810;text-align:center;position:relative;display:inline-block;white-space:nowrap;overflow:hidden;border-right:3px solid #2a1810;animation:typing 2s steps(22) .5s forwards,blink .75s step-end infinite;max-width:0;letter-spacing:.05em}@keyframes typing{0%{max-width:0}to{max-width:100%}}@keyframes blink{50%{border-color:transparent}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:768px){.modal-content,.modal-content-1{min-width:100%;max-width:100%;min-height:94vh;max-height:94vh;padding:9.5rem 5.5rem 10rem 6.5rem;background-size:100% 100%}.modal-close{top:1.5rem;right:1.5rem;width:40px;height:40px;font-size:1.5rem;background:#8b6d3dcc;border:2px solid #2a1810;z-index:100}.whitepaper-content{font-size:.85rem}.whitepaper-content h2{font-size:1.2rem;margin-top:1rem;margin-bottom:.4rem}.whitepaper-content p{font-size:.85rem;line-height:1.5;margin:.4rem 0}.whitepaper-content ul{margin:.4rem 0;padding-left:1.2rem}.whitepaper-content ul li{font-size:.85rem;margin:.3rem 0;line-height:1.5}.modal-scroll-content{padding-right:.5rem;max-height:calc(80vh - 9.5rem)}.typewriter-text{font-size:1.2rem;white-space:normal;text-align:center;line-height:1.4}}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{width:100%;min-height:100vh}
