*{box-sizing:border-box;margin:0;padding:0}body{touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;font-family:Nunito,sans-serif;overflow:hidden}#root{width:100%;min-height:100svh}.game-wrapper{background:#d4b896 radial-gradient(circle,#0000002e 1.8px,#0000 1.8px) 0 0/13px 13px;justify-content:center;align-items:center;width:100vw;height:100svh;display:flex;position:relative;overflow:hidden}.game-wrapper:before,.game-wrapper:after{content:"";background:#c8a87a;border:5px solid #111;width:36px;height:70%;position:absolute;top:50%;transform:translateY(-50%);box-shadow:inset 0 0 0 2px #e8d5b0}.game-wrapper:before{left:max(4px,50% - min(430px,50vw) - 44px)}.game-wrapper:after{right:max(4px,50% - min(430px,50vw) - 44px)}.game-stage{aspect-ratio:860/400;border:7px solid #111;border-radius:3px;width:min(860px,100svw,215svh);font-family:Nunito,sans-serif;position:relative;overflow:hidden;box-shadow:inset 0 0 0 3px #f5e8c8,inset 0 0 0 6px #111,10px 10px #00000059}.halftone-bg{pointer-events:none;z-index:0;background-image:radial-gradient(circle,#ffffff38 2px,#0000 2px);background-size:14px 14px;position:absolute;inset:0}.speed-lines{z-index:1;pointer-events:none;opacity:.75;background:repeating-conic-gradient(at 65%,#0000 0deg 7deg,#ffffff47 7deg 9.5deg);position:absolute;inset:0}.panel-slide{width:100%;height:100%}.panel-slide.slide-out-left{animation:.28s forwards slideOutLeft}.panel-slide.slide-out-right{animation:.28s forwards slideOutRight}@keyframes slideOutLeft{to{opacity:0;transform:translate(-100%)}}@keyframes slideOutRight{to{opacity:0;transform:translate(100%)}}.comic-panel{flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.top-bar{z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffd1;border-bottom:4px solid #111;flex-shrink:0;justify-content:space-between;align-items:center;padding:6px 14px;display:flex;position:relative}.panel-label{letter-spacing:2px;min-width:72px;font-family:Bangers,cursive;font-size:17px}.progress-dots{gap:5px;display:flex}.dot{background:#fff;border:2.5px solid #111;border-radius:50%;width:9px;height:9px;transition:background .3s}.dot.filled{background:#111}.replay-btn{cursor:pointer;background:#fff;border:2.5px solid #111;border-radius:50%;justify-content:center;align-items:center;width:32px;min-width:44px;height:32px;min-height:44px;font-size:14px;transition:transform .1s;display:flex;box-shadow:2px 2px #111}.replay-btn:hover{transform:scale(1.1)}.replay-btn:active{transform:scale(.95)}.panel-body{z-index:2;flex-direction:row;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.panel-left{z-index:2;border-right:5px solid #111;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:10px;width:36%;padding:12px 16px 12px 12px;display:flex;position:relative}.speech-bubble{text-align:center;opacity:0;word-break:break-word;background:#fff;border:4px solid #111;border-radius:16px;max-width:100%;padding:12px 16px;font-family:Comic Neue,cursive;font-size:clamp(15px,2.5vw,21px);font-weight:700;line-height:1.3;position:relative;transform:scale(0);box-shadow:4px 4px #111}.speech-bubble.visible{animation:.4s cubic-bezier(.34,1.56,.64,1) forwards bubblePop,3s ease-in-out .5s infinite bubbleWiggle}.speech-bubble:after{content:"";border:11px solid #0000;border-left:22px solid #111;position:absolute;top:50%;right:-22px;transform:translateY(-50%)}.speech-bubble:before{content:"";z-index:1;border:8px solid #0000;border-left:16px solid #fff;position:absolute;top:50%;right:-14px;transform:translateY(-50%)}@keyframes bubblePop{0%{opacity:0;transform:scale(0)}70%{opacity:1;transform:scale(1.08)}to{opacity:1;transform:scale(1)}}@keyframes bubbleWiggle{0%,to{transform:scale(1)rotate(0)}25%{transform:scale(1)rotate(-1.2deg)}75%{transform:scale(1)rotate(1.2deg)}}.sfx-word{letter-spacing:3px;-webkit-text-stroke:3px #fff;paint-order:stroke fill;text-shadow:2px 2px #0003;font-family:Bangers,cursive;font-size:clamp(26px,4vw,36px);animation:.4s cubic-bezier(.34,1.56,.64,1) forwards sfxPop}@keyframes sfxPop{0%{opacity:0;transform:scale(0)rotate(-12deg)}65%{opacity:1;transform:scale(1.2)rotate(4deg)}to{opacity:1;transform:scale(1)rotate(0)}}.character-area{flex:1;justify-content:center;align-items:flex-end;min-height:0;display:flex;position:relative;overflow:hidden}.character-wrap{justify-content:center;align-items:flex-end;width:100%;height:100%;display:flex;position:relative}.character-img{object-fit:contain;object-position:bottom center;z-index:2;filter:drop-shadow(4px 4px #00000024);max-width:100%;height:100%;position:relative}.char-waiting{animation:1.2s ease-in-out infinite alternate charBounce,2s ease-in-out infinite charWaitPulse}@keyframes charBounce{0%{transform:translateY(0)}to{transform:translateY(-10px)}}@keyframes charWaitPulse{0%,to{filter:drop-shadow(4px 4px #00000024)}50%{filter:drop-shadow(0 0 16px #ffd700a6)drop-shadow(4px 4px #00000024)}}.tap-hint{z-index:10;pointer-events:none;filter:drop-shadow(2px 4px 5px #00000047);font-size:46px;line-height:1;animation:.7s ease-in-out infinite alternate tapPress;position:absolute;bottom:22%;left:50%}@keyframes tapPress{0%{opacity:1;transform:translateY(0)rotate(-10deg)scale(1)}to{opacity:.8;transform:translateY(12px)rotate(-10deg)scale(.88)}}.nav-bar{z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffd1;border-top:4px solid #111;flex-shrink:0;justify-content:space-between;align-items:center;padding:7px 16px;display:flex;position:relative}.nav-btn{letter-spacing:2px;cursor:pointer;color:#111;background:#fff;border:3px solid #111;border-radius:6px;min-width:90px;min-height:44px;padding:8px 20px;font-family:Bangers,cursive;font-size:18px;transition:transform .1s,box-shadow .1s;box-shadow:3px 3px #111}.nav-btn:hover:not(:disabled){transform:translate(-1px,-1px);box-shadow:4px 4px #111}.nav-btn:active:not(:disabled){transform:translate(1px,1px);box-shadow:2px 2px #111}.nav-btn:disabled{opacity:.28;cursor:not-allowed;box-shadow:none}.sp-overlay{z-index:5;pointer-events:none;position:absolute;inset:0;overflow:visible}.sp-eyes .laser{border-radius:3px;height:5px;animation:.45s ease-out forwards laserShoot,1.2s ease-in-out .5s infinite laserPulse;position:absolute;top:43%;box-shadow:0 0 10px 4px #ffe60099}.sp-eyes .laser-left{transform-origin:100%;background:linear-gradient(270deg,#ffff32f2,#ffc80000);width:0;right:52%;transform:rotate(-8deg)}.sp-eyes .laser-right{transform-origin:0;background:linear-gradient(90deg,#ffff32f2,#ffc80000);width:0;left:52%;transform:rotate(8deg)}@keyframes laserShoot{0%{opacity:1;width:0}to{opacity:.9;width:170px}}@keyframes laserPulse{0%,to{opacity:.9;box-shadow:0 0 10px 4px #ffe60099}50%{opacity:.5;box-shadow:0 0 22px 8px #ffe6004d}}.sp-eyes .sparkle{color:gold;font-size:12px;animation:1.8s ease-out infinite sparkleFly;position:absolute}.sp-eyes .sparkle:before{content:"✦"}.sp-eyes .sp0{animation-delay:0s;top:18%;left:8%}.sp-eyes .sp1{animation-delay:.2s;top:28%;right:6%}.sp-eyes .sp2{animation-delay:.4s;top:14%;left:28%}.sp-eyes .sp3{animation-delay:.1s;top:38%;right:18%}.sp-eyes .sp4{animation-delay:.3s;top:10%;right:32%}.sp-eyes .sp5{animation-delay:.5s;top:22%;left:4%}.sp-eyes .sp6{animation-delay:.6s;top:34%;left:38%}.sp-eyes .sp7{animation-delay:.15s;top:16%;right:10%}.sp-eyes .sp8{animation-delay:.35s;top:26%;left:20%}.sp-eyes .sp9{animation-delay:.45s;top:12%;left:46%}@keyframes sparkleFly{0%{opacity:0;transform:scale(0)rotate(0)}30%{opacity:1;transform:scale(1.6)rotate(180deg)}to{opacity:0;transform:scale(0)rotate(360deg)}}.sp-ears .wave-group{position:absolute;top:6%}.sp-ears .wave-left{left:14%}.sp-ears .wave-right{right:14%}.sp-ears .wave-arc{opacity:0;border:3px solid #4a90e2;border-radius:50%;animation:1.6s ease-out infinite waveExpand;position:absolute}.sp-ears .wave-left .wave-arc{border-color:#4a90e2 #0000 #0000 #4a90e2}.sp-ears .wave-right .wave-arc{border-color:#4a90e2 #4a90e2 #0000 #0000}.sp-ears .w1{width:28px;height:28px;animation-delay:0s;top:-14px;left:-14px}.sp-ears .w2{width:52px;height:52px;animation-delay:.3s;top:-26px;left:-26px}.sp-ears .w3{width:78px;height:78px;animation-delay:.6s;top:-39px;left:-39px}.sp-ears .wave-right .w1{left:-14px}.sp-ears .wave-right .w2{left:-26px}.sp-ears .wave-right .w3{left:-39px}@keyframes waveExpand{0%{opacity:.85;transform:scale(.2)}to{opacity:0;transform:scale(1.6)}}.sp-nose .nose-cloud{opacity:0;animation:2.2s ease-in-out infinite cloudFloat;position:absolute}.sp-nose .nc0{color:#ff69b4;font-size:22px;animation-delay:0s;top:40%;left:42%}.sp-nose .nc1{color:orchid;font-size:15px;animation-delay:.3s;top:32%;left:34%}.sp-nose .nc2{color:#ff69b4;font-size:19px;animation-delay:.5s;top:30%;left:54%}.sp-nose .nc3{color:plum;font-size:12px;animation-delay:.2s;top:24%;left:28%}.sp-nose .nc4{color:orchid;font-size:17px;animation-delay:.7s;top:22%;left:62%}.sp-nose .nc5{color:#ffb6c1;font-size:11px;animation-delay:.4s;top:36%;left:24%}.sp-nose .nc6{color:#ff69b4;font-size:15px;animation-delay:.6s;top:18%;left:46%}.sp-nose .nc7{color:plum;font-size:13px;animation-delay:.1s;top:34%;left:68%}@keyframes cloudFloat{0%{opacity:0;transform:translateY(0)scale(0)}20%{opacity:1;transform:translateY(-6px)scale(1)}80%{opacity:.7}to{opacity:0;transform:translateY(-42px)scale(.4)}}.sp-mouth .music-note{opacity:0;animation:2s ease-out infinite noteFloat;position:absolute}.sp-mouth .mn0{color:#2e8b57;font-size:22px;animation-delay:0s;top:50%;left:45%}.sp-mouth .mn1{color:#3cb371;font-size:18px;animation-delay:.25s;top:44%;left:30%}.sp-mouth .mn2{color:#20b2aa;font-size:26px;animation-delay:.5s;top:42%;left:60%}.sp-mouth .mn3{color:gold;font-size:20px;animation-delay:.15s;top:57%;left:20%}.sp-mouth .mn4{color:tomato;font-size:16px;animation-delay:.4s;top:54%;left:70%}.sp-mouth .mn5{color:#4169e1;font-size:24px;animation-delay:.6s;top:38%;left:50%}@keyframes noteFloat{0%{opacity:0;transform:translate(0)rotate(0)scale(0)}20%{opacity:1;transform:translateY(-12px)rotate(-12deg)scale(1)}to{opacity:0;transform:translate(22px,-65px)rotate(22deg)scale(.4)}}.sp-hair .wind-line{opacity:0;background:linear-gradient(90deg,#0000,#9370dbd9,#0000);border-radius:2px;height:3px;animation:1.1s ease-in-out infinite windBlow;position:absolute}.sp-hair .wl1{width:62%;animation-delay:0s;top:7%;left:8%}.sp-hair .wl2{width:52%;animation-delay:.2s;top:11%;left:4%}.sp-hair .wl3{width:42%;animation-delay:.4s;top:5%;left:18%}.sp-hair .wl4{width:57%;animation-delay:.1s;top:17%;left:12%}.sp-hair .wl5{width:47%;animation-delay:.3s;top:14%;left:6%}@keyframes windBlow{0%{opacity:0;transform:translate(-20px)}30%{opacity:.9}70%{opacity:.6}to{opacity:0;transform:translate(20px)}}.sp-hair .hair-star{color:#9370db;font-size:14px;animation:1.6s ease-in-out infinite starTwinkle;position:absolute}.sp-hair .hs0{animation-delay:0s;top:4%;left:24%}.sp-hair .hs1{animation-delay:.3s;top:9%;right:24%}.sp-hair .hs2{animation-delay:.5s;top:2%;left:49%}.sp-hair .hs3{animation-delay:.2s;top:14%;left:14%}.sp-hair .hs4{animation-delay:.4s;top:7%;right:14%}.sp-hair .hs5{animation-delay:.1s;top:19%;left:60%}@keyframes starTwinkle{0%,to{opacity:0;transform:scale(0)rotate(0)}50%{opacity:1;transform:scale(1.3)rotate(180deg)}}.sp-spotlight .spotlight-cone{border-top:220px solid #ffd70038;border-left:90px solid #0000;border-right:90px solid #0000;width:0;height:0;animation:2.2s ease-in-out infinite spotlightPulse;position:absolute;top:0;left:50%;transform:translate(-50%)}@keyframes spotlightPulse{0%,to{opacity:.5;transform:translate(-50%)scaleX(1)}50%{opacity:1;transform:translate(-50%)scaleX(1.12)}}.sp-spotlight .star-ray{color:gold;font-size:20px;animation:3.2s linear infinite starOrbit;position:absolute}.sp-spotlight .sr0{animation-delay:0s;top:22%;left:28%}.sp-spotlight .sr1{animation-delay:.4s;top:16%;right:24%}.sp-spotlight .sr2{animation-delay:.8s;top:36%;left:8%}.sp-spotlight .sr3{animation-delay:1.2s;top:32%;right:10%}.sp-spotlight .sr4{animation-delay:.2s;top:10%;left:50%}.sp-spotlight .sr5{animation-delay:.6s;top:46%;left:18%}.sp-spotlight .sr6{animation-delay:1s;top:42%;right:20%}.sp-spotlight .sr7{animation-delay:1.4s;top:26%;left:62%}@keyframes starOrbit{0%{opacity:0;transform:scale(0)rotate(0)}20%{opacity:1;transform:scale(1.3)}80%{opacity:.8}to{opacity:0;transform:scale(0)rotate(360deg)}}.intro-screen{background:#fff9e6;flex-direction:row;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.intro-left{z-index:2;border-right:5px solid #111;flex-direction:column;justify-content:center;align-items:center;gap:16px;width:44%;padding:20px 20px 20px 28px;display:flex;position:relative}.intro-right{z-index:2;flex:1;justify-content:center;align-items:flex-end;display:flex;position:relative;overflow:hidden}.intro-title{text-align:center}.intro-comic{letter-spacing:4px;color:#111;text-shadow:3px 3px gold,6px 6px #00000026;font-family:Bangers,cursive;font-size:clamp(32px,5.5vw,52px);animation:.5s cubic-bezier(.34,1.56,.64,1) forwards titleSlam;display:block}.intro-sub{letter-spacing:3px;color:#666;font-family:Bangers,cursive;font-size:clamp(16px,2.5vw,22px);display:block}@keyframes titleSlam{0%{opacity:0;transform:scale(3)}to{opacity:1;transform:scale(1)}}.intro-char-img{object-fit:contain;object-position:bottom center;filter:drop-shadow(4px 4px #00000021);height:90%;max-height:100%;animation:1.2s ease-in-out infinite alternate charBounce}.intro-bubble{white-space:nowrap;z-index:3;background:#fff;border:4px solid #111;border-radius:16px;padding:10px 16px;font-family:Comic Neue,cursive;font-size:clamp(14px,2vw,18px);font-weight:700;animation:.5s cubic-bezier(.34,1.56,.64,1) .4s both bubblePop;position:absolute;top:14px;left:10px;box-shadow:3px 3px #111}.intro-bubble:after{content:"";border:10px solid #0000;border-top:16px solid #111;position:absolute;bottom:-16px;left:18px}.intro-bubble:before{content:"";z-index:1;border:7px solid #0000;border-top:11px solid #fff;position:absolute;bottom:-9px;left:22px}.start-btn{letter-spacing:3px;color:#111;cursor:pointer;background:gold;border:4px solid #111;border-radius:10px;min-height:52px;padding:12px 28px;font-family:Bangers,cursive;font-size:clamp(20px,3vw,26px);transition:transform .1s,box-shadow .1s;animation:1.6s ease-in-out .8s infinite startPulse;box-shadow:5px 5px #111}.start-btn:hover{transform:translate(-2px,-2px);box-shadow:7px 7px #111}.start-btn:active{transform:translate(2px,2px);box-shadow:3px 3px #111}@keyframes startPulse{0%,to{box-shadow:5px 5px #111}50%{box-shadow:5px 5px #111,0 0 22px #ffd70099}}.intro-dots{color:#aaa;letter-spacing:5px;font-family:Bangers,cursive;font-size:14px}.mic-screen{background:#fff9e6;flex-direction:row;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.mic-left{z-index:2;border-right:5px solid #111;flex-shrink:0;justify-content:center;align-items:center;width:42%;padding:10px 8px;display:flex;position:relative;overflow:hidden}.vocab-icon-grid{flex-flow:wrap;justify-content:center;align-items:center;gap:8px;width:100%;display:flex}.vocab-icon-card{background:#fff;border:3px solid #111;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:3px;width:calc(33% - 6px);min-width:60px;padding:6px 8px;animation:.4s ease-out both cardPop;display:flex;box-shadow:3px 3px #111}.vocab-icon-card:first-child{animation-delay:50ms}.vocab-icon-card:nth-child(2){animation-delay:.12s}.vocab-icon-card:nth-child(3){animation-delay:.19s}.vocab-icon-card:nth-child(4){animation-delay:.26s}.vocab-icon-card:nth-child(5){animation-delay:.33s}@keyframes cardPop{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}.vocab-emoji{font-size:clamp(24px,4vw,36px);line-height:1}.vocab-word{letter-spacing:1px;color:#111;text-transform:uppercase;font-family:Bangers,cursive;font-size:clamp(11px,1.6vw,15px)}.mic-right{z-index:2;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;padding:16px 20px;display:flex;position:relative}.mic-title{letter-spacing:3px;color:#111;text-shadow:3px 3px gold;font-family:Bangers,cursive;font-size:clamp(26px,4.5vw,38px);animation:.4s ease-out forwards titleSlam}.mic-prompt{color:#333;letter-spacing:2px;background:#fff;border:4px solid #111;border-radius:10px;padding:8px 24px;font-family:Comic Neue,cursive;font-size:clamp(20px,3.5vw,28px);font-weight:700;box-shadow:4px 4px #111}.mic-btn{cursor:pointer;background:#fff;border:4px solid #111;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:90px;min-width:44px;height:90px;min-height:44px;transition:transform .1s,box-shadow .1s;display:flex;box-shadow:4px 4px #111}.mic-btn:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #111}.mic-btn:active{transform:translate(2px,2px);box-shadow:2px 2px #111}.mic-btn.listening{background:#f44;border-color:#c00;animation:.85s ease-in-out infinite micPulse}@keyframes micPulse{0%,to{transform:scale(1);box-shadow:4px 4px #c00,0 0 18px #f446}50%{transform:scale(1.07);box-shadow:4px 4px #c00,0 0 35px #ff4444b3}}.mic-icon{font-size:32px;line-height:1}.mic-label{letter-spacing:1px;color:#111;font-family:Bangers,cursive;font-size:10px}.mic-btn.listening .mic-label{color:#fff}.mic-fallback{color:#555;text-align:center;font-family:Comic Neue,cursive;font-size:18px;font-weight:700}.skip-btn{color:#777;cursor:pointer;background:0 0;border:2.5px solid #aaa;border-radius:8px;min-height:44px;padding:8px 22px;font-family:Nunito,sans-serif;font-size:14px;font-weight:700;transition:border-color .2s,color .2s}.skip-btn:hover{color:#333;border-color:#333}.celebration-screen{background:linear-gradient(135deg,#fff9e6 0%,#fffae0 100%);flex-direction:row;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.celeb-left{z-index:2;border-right:5px solid #111;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:46%;padding:16px 20px 16px 24px;display:flex;position:relative}.celeb-right{z-index:2;flex:1;justify-content:center;align-items:flex-end;padding:0 8px;display:flex;position:relative;overflow:hidden}.confetti-container{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.confetti-piece{border-radius:2px;animation:linear infinite confettiFall;position:absolute;top:-20px}@keyframes confettiFall{0%{opacity:1;top:-20px;transform:rotate(0)translate(0)}to{opacity:0;top:110%;transform:rotate(720deg)translate(30px)}}.celeb-amazing{letter-spacing:3px;color:#111;text-shadow:3px 3px gold,6px 6px #00000021;font-family:Bangers,cursive;font-size:clamp(42px,7vw,62px);line-height:1;animation:.5s cubic-bezier(.34,1.56,.64,1) forwards titleSlam}.celeb-sub{color:#555;font-family:Comic Neue,cursive;font-size:16px;font-weight:700}.celeb-vocab{z-index:2;flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.vocab-chip{letter-spacing:2px;background:#fff;border:3px solid #111;border-radius:16px;padding:4px 13px;font-family:Bangers,cursive;font-size:17px;animation:.5s cubic-bezier(.34,1.56,.64,1) both chipPop;box-shadow:3px 3px #111}.vocab-chip:first-child{color:#ff69b4;border-color:#ff69b4;animation-delay:.1s;box-shadow:3px 3px #ff69b4}.vocab-chip:nth-child(2){color:#4a90e2;border-color:#4a90e2;animation-delay:.2s;box-shadow:3px 3px #4a90e2}.vocab-chip:nth-child(3){color:#e98c99;border-color:#e98c99;animation-delay:.3s;box-shadow:3px 3px #e98c99}.vocab-chip:nth-child(4){color:#3cb371;border-color:#3cb371;animation-delay:.4s;box-shadow:3px 3px #3cb371}.vocab-chip:nth-child(5){color:#9370db;border-color:#9370db;animation-delay:.5s;box-shadow:3px 3px #9370db}@keyframes chipPop{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.celeb-characters{justify-content:center;align-items:flex-end;gap:0;width:100%;height:100%;display:flex}.celeb-char{object-fit:contain;object-position:bottom center;height:85%;max-height:200px;animation:.6s cubic-bezier(.34,1.56,.64,1) both celebBounce,1.5s ease-in-out infinite alternate charBounce}@keyframes celebBounce{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.replay-big-btn{letter-spacing:2px;color:#111;cursor:pointer;background:gold;border:4px solid #111;border-radius:10px;min-height:52px;padding:12px 28px;font-family:Bangers,cursive;font-size:clamp(20px,3vw,26px);transition:transform .1s,box-shadow .1s;animation:1.5s ease-in-out 1s infinite startPulse;box-shadow:5px 5px #111}.replay-big-btn:hover{transform:translate(-2px,-2px);box-shadow:7px 7px #111}.replay-big-btn:active{transform:translate(2px,2px);box-shadow:3px 3px #111}
