*{box-sizing:border-box;margin:0;padding:0}body{background-color:#0a0a12;min-height:100dvh;font-family:"Press Start 2P",cursive;overflow:hidden}::-webkit-scrollbar{background:#0a0a12;width:16px}::-webkit-scrollbar-track{background:#1a1a2e;border-left:2px solid #ff6b00;border-right:2px solid #ff6b00;box-shadow:inset 0 0 10px #00000080}::-webkit-scrollbar-thumb{background:linear-gradient(#ff6b00 0%,gold 50%,#0f8 100%) 0 0/100% 200%;border:2px solid gold;border-radius:0;animation:2s ease-in-out infinite scrollThumbGlow}::-webkit-scrollbar-thumb:hover{background:linear-gradient(gold 0%,#0f8 50%,#ff6b00 100%);border-color:#0f8;box-shadow:0 0 10px #00ff8880}::-webkit-scrollbar-thumb:active{background:#0f8;border-color:gold}::-webkit-scrollbar-corner{background:#0a0a12}*{scrollbar-width:thin;scrollbar-color:#ff6b00 #1a1a2e}.scroll-container::-webkit-scrollbar{width:16px}.scroll-container::-webkit-scrollbar-track{background:#1a1a2e;border-left:2px solid #ff6b00;border-right:2px solid #ff6b00}.scroll-container::-webkit-scrollbar-thumb{background:linear-gradient(#ff6b00 0% 25%,gold 25% 50%,#0f8 50% 75%,#0ff 75% 100%);border:2px solid gold;box-shadow:inset 2px 2px #fff3,inset -2px -2px #0003}.scroll-container::-webkit-scrollbar-thumb:hover{border-color:#0f8;box-shadow:0 0 15px #0f89,inset 2px 2px #ffffff4d,inset -2px -2px #0003}.enter-screen{z-index:9999999;cursor:pointer;background:#0a0a12;flex-direction:column;justify-content:center;align-items:center;gap:clamp(10px,2.5vh,26px);width:100vw;height:100dvh;font-family:"Press Start 2P",cursive;transition:opacity .5s,visibility .5s;display:flex;position:fixed;top:0;left:0;overflow:hidden}.enter-screen.hidden{opacity:0;visibility:hidden;pointer-events:none}.enter-scanlines{pointer-events:none;z-index:1;background:repeating-linear-gradient(0deg,#0000,#0000 2px,#0000002e 2px 4px);position:absolute;inset:0}.enter-corner{border:3px solid #ff6b00;width:36px;height:36px;animation:2s ease-in-out infinite enterCornerPulse;position:absolute}.enter-corner.tl{border-bottom:none;border-right:none;top:22px;left:22px}.enter-corner.tr{border-bottom:none;border-left:none;top:22px;right:22px}.enter-corner.bl{border-top:none;border-right:none;bottom:22px;left:22px}.enter-corner.br{border-top:none;border-left:none;bottom:22px;right:22px}@keyframes enterCornerPulse{0%,to{opacity:.4;border-color:#ff6b00}50%{opacity:1;border-color:gold}}.enter-logo{color:gold;letter-spacing:.05em;z-index:2;font-size:clamp(2.5rem,9vw,6rem);animation:1.5s ease-in-out infinite alternate enterLogoGlow;position:relative}@keyframes enterLogoGlow{0%{text-shadow:5px 5px #ff6b00,0 0 20px #ffd70066}to{text-shadow:5px 5px #ff6b00,0 0 60px #ffd700f2,0 0 100px #ff6b0080}}.enter-tagline{color:#0f8;letter-spacing:.3em;z-index:2;text-shadow:0 0 10px #00ff8880;font-size:clamp(.4rem,1.5vw,.85rem);position:relative}.enter-joystick{z-index:2;filter:drop-shadow(0 0 12px #ff6b00cc);font-size:clamp(2rem,5vw,3.5rem);animation:.8s steps(4,end) infinite enterJoystickBob;position:relative}@keyframes enterJoystickBob{0%,to{transform:translateY(0)}25%{transform:translateY(-7px)rotate(-6deg)}75%{transform:translateY(-3px)rotate(6deg)}}.enter-btn{color:#0a0a12;cursor:pointer;z-index:2;letter-spacing:.08em;background:linear-gradient(gold 0%,#fa0 100%);border:4px solid #ff6b00;outline:none;padding:clamp(14px,2.5vh,22px) clamp(28px,6vw,56px);font-family:"Press Start 2P",cursive;font-size:clamp(.65rem,2.2vw,1.2rem);transition:transform 80ms,box-shadow 80ms,background 80ms;animation:.9s steps(2,end) infinite enterBtnBlink;position:relative;box-shadow:0 6px #b8600a,0 0 24px #ffd70080}.enter-btn:hover,.enter-btn:focus{background:linear-gradient(#0f8 0%,#0c6 100%);border-color:#0a4;animation:none;box-shadow:0 6px #063,0 0 36px #0f8c}.enter-btn:active{transform:translateY(4px);box-shadow:0 2px #063}@keyframes enterBtnBlink{0%,to{opacity:1}50%{opacity:.65}}.enter-coin-text{color:#fa0;letter-spacing:.35em;z-index:2;font-size:clamp(.3rem,1vw,.58rem);animation:1.3s steps(2,end) infinite enterCoinBlink;position:relative}@keyframes enterCoinBlink{0%,to{opacity:1}50%{opacity:.15}}.enter-footer{color:#252535;letter-spacing:.1em;z-index:2;font-size:clamp(.25rem,.65vw,.42rem);position:absolute;bottom:clamp(10px,1.5vh,20px)}.intro-screen{z-index:999999;background:#0a0a12;flex-direction:column;justify-content:center;align-items:center;gap:0;width:100vw;height:100dvh;font-family:"Press Start 2P",cursive;transition:opacity .6s,visibility .6s;display:flex;position:fixed;top:0;left:0;overflow:hidden}.intro-screen.hidden{opacity:0;visibility:hidden;pointer-events:none}.intro-screen:before{content:"";pointer-events:none;z-index:2;background:repeating-linear-gradient(0deg,#0000,#0000 2px,#0000002e 2px 4px);position:absolute;inset:0}.intro-header{color:#fa0;letter-spacing:.3em;text-shadow:0 0 10px #ffaa0080;margin-bottom:clamp(16px,3vh,36px);font-size:clamp(.8rem,2.5vw,1.5rem);animation:1.2s steps(2,end) infinite introBlink}@keyframes introBlink{0%,to{opacity:1}50%{opacity:.4}}.intro-slot-wrapper{z-index:1;width:min(520px,80vw);position:relative}.intro-slot-wrapper:before,.intro-slot-wrapper:after{content:"";z-index:3;pointer-events:none;height:30%;position:absolute;left:0;right:0}.intro-slot-wrapper:before{background:linear-gradient(#0a0a12 0%,#0000 100%);top:0}.intro-slot-wrapper:after{background:linear-gradient(#0000 0%,#0a0a12 100%);bottom:0}.intro-slot-selector{z-index:4;pointer-events:none;background:#ffdc000d;border-top:3px solid #fd0;border-bottom:3px solid #fd0;height:76px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.intro-slot-selector:before,.intro-slot-selector:after{content:"▶";color:#fd0;font-size:1.2rem;animation:.5s steps(2,end) infinite cursorBob;position:absolute;top:50%;transform:translateY(-50%)}.intro-slot-selector:before{left:-28px}.intro-slot-selector:after{content:"◀";right:-28px}.intro-slot-viewport{z-index:2;height:228px;position:relative;overflow:hidden}.intro-slot-track{flex-direction:column;transition:transform .35s steps(6,end);display:flex}.season-card{opacity:.35;background:#0d0d1a;border-left:3px solid #0000;border-right:3px solid #0000;flex-shrink:0;align-items:center;gap:20px;height:76px;padding:0 24px;transition:opacity .1s step-end;display:flex}.season-card.center{opacity:1}.season-card .card-icon{text-align:center;filter:grayscale()brightness(.6);width:44px;font-size:2rem;line-height:1}.season-card.center .card-icon{filter:grayscale(0)brightness()}.card-text{flex-direction:column;gap:5px;display:flex}.season-card .card-name{color:#444;letter-spacing:.08em;font-size:clamp(.55rem,1.4vw,.85rem)}.season-card.center .card-name{color:#fd0;text-shadow:0 0 8px #ffdc0066}.season-card .card-tag{color:#333;letter-spacing:.2em;font-size:clamp(.35rem,.8vw,.55rem)}.season-card.center .card-tag{color:#fa0}.season-card.selected{opacity:1;animation:.14s steps(2,end) 5 cardSelectFlash}.season-card.selected .card-icon{filter:grayscale(0)brightness(1.4)drop-shadow(0 0 8px #ff6b00)}.season-card.selected .card-name{color:gold;text-shadow:2px 2px #ff6b00,0 0 16px #ffd700b3}.season-card.selected .card-tag{color:#ff6b00}@keyframes cardSelectFlash{0%,to{background:#0d0d1a;border-color:#0000}50%{background:#2a1000;border-color:#ff6b00}}@keyframes cursorBob{0%,to{transform:translateY(-50%)}50%{transform:translateY(calc(4px - 50%))}}.intro-confirm{color:#0f8;letter-spacing:.2em;z-index:1;visibility:hidden;margin-top:clamp(16px,3vh,36px);font-size:clamp(.55rem,1.6vw,1rem);position:relative}.intro-confirm.visible{visibility:visible;animation:.6s steps(2,end) infinite introBlink}.loading-screen{z-index:99999;opacity:0;visibility:hidden;background:#0a0a12;flex-direction:column;justify-content:center;align-items:center;gap:40px;width:100vw;height:100dvh;transition:opacity .5s,visibility .5s;display:flex;position:fixed;top:0;left:0}.loading-screen.hidden{opacity:0;visibility:hidden}.loading-title{color:gold;text-shadow:4px 4px #ff6b00,-2px -2px #0f8,0 0 20px #ffd70080;font-family:"Press Start 2P",cursive;font-size:clamp(1.5rem,5vw,3rem);animation:1s steps(2,end) infinite loadingPulse}@keyframes loadingPulse{0%,to{opacity:1}50%{opacity:.7}}.loading-bar-container{background:#1a1a2e;border:4px solid #ff6b00;width:300px;max-width:80vw;height:30px;position:relative;box-shadow:0 0 20px #ff6b004d,inset 0 0 10px #00000080}.loading-bar{background:linear-gradient(90deg,#ff6b00,gold,#0f8);width:0%;height:100%;transition:width .1s steps(10,end);position:relative}.loading-bar:after{content:"";background:repeating-linear-gradient(90deg,#0000 0 8px,#0003 8px 16px);position:absolute;inset:0}.loading-text{color:#0f8;font-family:"Press Start 2P",cursive;font-size:12px;animation:.5s steps(2,end) infinite loadingBlink}@keyframes loadingBlink{0%,to{opacity:1}50%{opacity:0}}.loading-pixels{gap:8px;margin-top:20px;display:flex}.loading-pixel{width:12px;height:12px;animation:.6s steps(2,end) infinite pixelJump}.loading-pixel:first-child{background:#ff6b00;animation-delay:0s}.loading-pixel:nth-child(2){background:gold;animation-delay:.1s}.loading-pixel:nth-child(3){background:#0f8;animation-delay:.2s}.loading-pixel:nth-child(4){background:#0ff;animation-delay:.3s}.loading-pixel:nth-child(5){background:#f0f;animation-delay:.4s}@keyframes pixelJump{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.scroll-indicator{z-index:998;opacity:1;pointer-events:none;visibility:hidden;flex-direction:column;align-items:center;gap:8px;transition:opacity .3s;display:flex;position:fixed;bottom:30px;left:50%;transform:translate(-50%)}.scroll-indicator.hidden{opacity:0}.scroll-arrow{justify-content:center;width:20px;height:20px;animation:1s steps(4,end) infinite scrollBounce;display:flex}.scroll-arrow:before{content:"";filter:drop-shadow(0 0 5px #ffd70080);border-top:12px solid gold;border-left:10px solid #0000;border-right:10px solid #0000;width:0;height:0}.scroll-text{color:gold;text-shadow:0 0 10px #ffd70080;font-family:"Press Start 2P",cursive;font-size:8px;animation:1s steps(2,end) infinite scrollTextBlink}@keyframes scrollBounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@keyframes scrollTextBlink{0%,to{opacity:1}50%{opacity:.5}}.arcade-frame{pointer-events:none;z-index:1000;width:100vw;height:100dvh;position:fixed;top:0;left:0}.global-scanlines{pointer-events:none;z-index:9997;background:repeating-linear-gradient(0deg,#0000,#0000 2px,#00000026 2px 4px);width:100vw;height:100dvh;position:fixed;top:0;left:0}.arcade-background{z-index:0;background:repeating-linear-gradient(0deg,#0000 0 8px,#ff6b0008 8px 9px),repeating-linear-gradient(90deg,#0000 0 8px,#00ff8808 8px 9px),radial-gradient(at 50% 0,#ff6b0026 0%,#0000 50%),radial-gradient(at 50% 100%,#00ff8826 0%,#0000 50%),radial-gradient(at 0%,#ff00ff1a 0%,#0000 40%),radial-gradient(at 100%,#00ffff1a 0%,#0000 40%),linear-gradient(#0d0d1a 0%,#0a0a12 30% 70%,#0d0d1a 100%);width:100vw;height:100dvh;position:fixed;top:0;left:0}.scroll-container{scroll-behavior:smooth;z-index:1;visibility:hidden;width:100vw;height:100dvh;padding-top:0;position:relative;overflow:hidden auto}.arcade-frame:before,.arcade-frame:after{display:none}@keyframes cornerPulse{0%,to{opacity:.4}50%{opacity:.8}}.arcade-decor{display:none}.arcade-decor-top,.arcade-decor-bottom{align-items:center;gap:20px;display:flex;left:50%;transform:translate(-50%)}.arcade-decor-top{top:15px}.arcade-decor-bottom{bottom:15px}.arcade-text,.arcade-text.insert-coin,.arcade-text.player-1,.arcade-text.player-2{display:none}@keyframes textBlink{0%,to{opacity:1}50%{opacity:.2}}.pixel-icon{display:none}@keyframes pixelBlink{0%,to{opacity:1}50%{opacity:.3}}.side-decor,.side-decor-left,.side-decor-right{display:none}.coin-slot{background:linear-gradient(#333 0%,#111 50%,#333 100%);border:2px solid #444;border-radius:4px;width:30px;height:8px;box-shadow:inset 0 1px 2px #000c}.joystick-icon{background:radial-gradient(circle at 30% 30%,#f33,#800);border-radius:50%;width:20px;height:20px;animation:1.5s ease-in-out infinite joystickGlow;box-shadow:0 4px #400,0 0 10px #ff000080}.side-decor-right .joystick-icon{background:radial-gradient(circle at 30% 30%,#0f8,#063);box-shadow:0 4px #031,0 0 10px #00ff8880}@keyframes joystickGlow{0%,to{box-shadow:0 4px #400,0 0 10px #ff000080}50%{box-shadow:0 4px #400,0 0 20px #f00c}}.button-row{gap:6px;display:flex}.arcade-btn{border:2px solid #222;border-radius:50%;width:14px;height:14px}.arcade-btn.red{background:radial-gradient(circle at 30% 30%,#f44,#a00)}.arcade-btn.blue{background:radial-gradient(circle at 30% 30%,#44f,#00a)}.arcade-btn.yellow{background:radial-gradient(circle at 30% 30%,#ff4,#aa0)}.arcade-btn.green{background:radial-gradient(circle at 30% 30%,#4f4,#0a0)}.section-1{width:100%;position:relative;overflow:hidden}.video-background{z-index:0;pointer-events:none;width:100%;position:relative}.video-background video{width:100%;height:auto;display:block}.section-1-overlay{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.game-container{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden;container:game/size}.background{z-index:1;pointer-events:none;background:#0a0a1a66;width:100%;height:100%;position:absolute;top:0;left:0}.pixels{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.pixel{background:#ffffff4d;width:.25cqw;height:.4cqh;animation:8s ease-in-out infinite pixelFloat;position:absolute}@keyframes pixelFloat{0%,to{opacity:.3;transform:translateY(0)scale(1)}50%{opacity:.8;transform:translateY(-20px)scale(1.2)}}.arcade-scene{z-index:3;width:100%;height:100%;position:absolute;top:0;left:0}.arcade-machine{cursor:pointer;transition:transform .3s;position:absolute;bottom:5%}.arcade-machine.streetfighter{left:3%}.arcade-machine.centipede{right:3%}.arcade-machine img{object-fit:contain;z-index:1;width:auto;height:75cqh;display:block;position:relative}.arcade-machine:before{content:"";z-index:0;opacity:0;background:0 0;transition:opacity .3s;position:absolute;inset:-8px}.arcade-machine:after{content:"";z-index:0;opacity:0;background:linear-gradient(90deg, transparent 0%, transparent 4px, var(--glow-color) 4px, var(--glow-color) 8px, transparent 8px, transparent 12px, var(--glow-color) 12px, var(--glow-color) 16px, transparent 16px, transparent 100%);filter:blur(2px);background-size:20px 100%;transition:opacity .3s;animation:.5s steps(3,end) infinite glowPulse;position:absolute;inset:-12px}.streetfighter{--glow-color:#ff6b00}.centipede{--glow-color:#0f8}.arcade-machine:hover{transform:scale(1.05)translateY(-10px)}.arcade-machine:hover:before,.arcade-machine:hover:after{opacity:1}.glow-effect{z-index:0;opacity:0;pointer-events:none;transition:opacity .3s;position:absolute;inset:-20px}.arcade-machine:hover .glow-effect{opacity:1}.glow-pixel{width:8px;height:8px;animation:.3s steps(2,end) infinite glowBlink;position:absolute}@keyframes glowBlink{0%,to{opacity:1}50%{opacity:.4}}@keyframes glowPulse{0%,to{filter:blur(2px)brightness()}50%{filter:blur(4px)brightness(1.5)}}.chad-container{z-index:4;position:absolute;bottom:-2%;left:50%;transform:translate(-50%)}.chad-container img{object-fit:contain;filter:drop-shadow(0 0 20px #ffd7004d);width:auto;height:70cqh;animation:3s ease-in-out infinite chadFloat;display:block}@keyframes chadFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.title{color:gold;text-shadow:4px 4px #ff6b00,-2px -2px #0f8,0 0 20px #ffd70080;z-index:10;white-space:nowrap;font-size:clamp(1rem,4cqw,3rem);animation:2s steps(4,end) infinite titlePulse;position:absolute;top:5%;left:5%}@keyframes titlePulse{0%,to{text-shadow:4px 4px #ff6b00,-2px -2px #0f8,0 0 20px #ffd70080}25%{text-shadow:4px 4px #0f8,-2px -2px #ff6b00,0 0 30px #ffd700b3}50%{text-shadow:4px 4px #f0f,-2px -2px #0ff,0 0 25px #ffd70099}75%{text-shadow:4px 4px #0ff,-2px -2px #f0f,0 0 35px #ffd700cc}}.scanlines{pointer-events:none;z-index:100;background:repeating-linear-gradient(0deg,#0000,#0000 2px,#0000001a 2px 4px);width:100%;height:100%;position:absolute;top:0;left:0}.glow-pixel{width:.5cqw;height:.8cqh}.start-button{color:#fff;cursor:pointer;z-index:10;text-shadow:2px 2px #000;background:linear-gradient(red 0%,#a00 50%,#800 100%);border:3px solid #ff0;border-radius:4px;padding:8px 16px;font-family:"Press Start 2P",cursive;font-size:.6rem;transition:transform .1s;animation:1s steps(2,end) infinite startBtnPulse;position:absolute;bottom:15%;left:60%;transform:translate(-50%);box-shadow:0 4px #500,0 0 15px #ffff0080,inset 0 1px #ffffff4d}.start-button:hover{transform:translate(-50%)scale(1.1);box-shadow:0 4px #500,0 0 25px #ff0c,inset 0 1px #ffffff4d}.start-button:active{transform:translate(-50%)scale(.95)translateY(2px);box-shadow:0 2px #500,0 0 15px #ffff0080}@keyframes startBtnPulse{0%,to{border-color:#ff0}50%{border-color:#f60}}.streetfighter .start-button{bottom:15%;left:64%}.centipede .start-button{bottom:15%;left:36%}.video-modal{z-index:999998;opacity:0;background:#000;flex-direction:column;width:100vw;height:100dvh;transition:opacity .3s;display:none;position:fixed;top:0;left:0}.video-modal.active{opacity:1;display:flex}.video-modal-ui{z-index:10002;pointer-events:all;background:#000000d9;border-bottom:3px solid #ff6b00;flex-shrink:0;justify-content:space-between;align-items:center;width:100%;height:64px;padding:0 24px;display:flex;position:relative}.video-modal-title{color:gold;text-shadow:2px 2px #000,0 0 10px #ffd70080;white-space:nowrap;text-overflow:ellipsis;font-family:"Press Start 2P",cursive;font-size:clamp(.6rem,1.5vw,1rem);overflow:hidden}.video-modal video{object-fit:contain;z-index:1;flex:1 1 0;width:100%;min-height:0;display:block}.video-modal .close-btn{color:#fff;cursor:pointer;text-shadow:2px 2px #000;pointer-events:all;background:linear-gradient(red 0%,#a00 50%,#600 100%);border:3px solid #ff0;border-radius:4px;flex-shrink:0;padding:10px 18px;font-family:"Press Start 2P",cursive;font-size:.75rem;animation:1s steps(2,end) infinite exitBtnPulse;box-shadow:0 4px #400,0 0 20px #ff000080}@keyframes exitBtnPulse{0%,to{border-color:#ff0;box-shadow:0 4px #400,0 0 20px #ff000080}50%{border-color:#f60;box-shadow:0 4px #400,0 0 30px #f00c}}.video-modal .close-btn:hover{transform:scale(1.08)}.video-modal .close-btn:active{transform:scale(.95)translateY(2px)}.game-modal{z-index:9999;opacity:0;background:#000;width:100vw;height:100dvh;transition:opacity .3s;display:none;position:fixed;top:0;left:0}.game-modal.active{opacity:1;display:block}.game-modal iframe{border:none;width:100%;height:100%}.game-modal .game-title{color:gold;text-shadow:2px 2px #000,0 0 10px #ffd70080;z-index:10000;font-family:"Press Start 2P",cursive;font-size:1rem;position:absolute;top:20px;left:30px}.game-modal .close-btn{color:#fff;cursor:pointer;z-index:10000;text-shadow:2px 2px #000;background:linear-gradient(red 0%,#a00 50%,#600 100%);border:3px solid #ff0;border-radius:4px;padding:12px 20px;font-family:"Press Start 2P",cursive;font-size:.8rem;transition:transform .2s,box-shadow .2s;animation:1s steps(2,end) infinite exitBtnPulse;position:absolute;top:20px;right:30px;box-shadow:0 4px #400,0 0 20px #ff000080,inset 0 1px #ffffff4d}.game-modal .close-btn:hover{transform:scale(1.1);box-shadow:0 4px #400,0 0 30px #f00c,inset 0 1px #ffffff4d}.game-modal .close-btn:active{transform:scale(.95)translateY(2px);box-shadow:0 2px #400,0 0 15px #ff000080}.section-2{background:0 0;width:100%;position:relative;overflow:hidden}.section-2-content{flex-direction:column;width:100%;display:flex;position:relative}.section-2-video{z-index:0;width:100%;position:relative}.section-2-video video{width:100%;height:auto;display:block}.section-2-content .gif-element{z-index:10;cursor:pointer;position:absolute}.section-2-content .gif-element img{width:100%;height:auto;display:block}.gif-callout{color:gold;text-shadow:0 0 8px #ffd70099;white-space:nowrap;z-index:20;pointer-events:none;opacity:0;image-rendering:pixelated;background:#0a0a12;border:3px solid gold;padding:8px 14px;font-family:"Press Start 2P",cursive;font-size:clamp(.4rem,1vw,.7rem);transition:none;position:absolute;top:-10px;left:50%;transform:translate(-50%)translateY(-100%)scale(0);box-shadow:0 0 10px #ffd7004d,inset 0 0 10px #ffd7000d}.gif-callout:after{content:"";border-top:10px solid gold;border-left:8px solid #0000;border-right:8px solid #0000;width:0;height:0;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.gif-callout:before{content:"";z-index:1;border-top:8px solid #0a0a12;border-left:6px solid #0000;border-right:6px solid #0000;width:0;height:0;position:absolute;bottom:-7px;left:50%;transform:translate(-50%)}.gif-callout.active{opacity:1;animation:.2s steps(3,end) forwards calloutPop;transform:translate(-50%)translateY(-100%)scale(1)}@keyframes calloutPop{0%{opacity:0;transform:translate(-50%)translateY(-100%)scale(0)}50%{opacity:1;transform:translate(-50%)translateY(-100%)scale(1.2)}to{opacity:1;transform:translate(-50%)translateY(-100%)scale(1)}}.section-2-content .dancing-pepe{width:15%;bottom:37%;left:20%}.section-2-content .cheering-pepe{width:15%;bottom:0%;right:15%;transform:scaleX(-1)}.section-2-content .cheering-pepe .gif-callout{transform:translate(-50%)translateY(-100%)scaleX(-1)scale(0)}.section-2-content .cheering-pepe .gif-callout.active{animation:.2s steps(3,end) forwards calloutPopFlipped}@keyframes calloutPopFlipped{0%{opacity:0;transform:translate(-50%)translateY(-100%)scaleX(-1)scale(0)}50%{opacity:1;transform:translate(-50%)translateY(-100%)scaleX(-1)scale(1.2)}to{opacity:1;transform:translate(-50%)translateY(-100%)scaleX(-1)scale(1)}}.section-2-content .popcat{width:15%;bottom:0%;left:10%}.section-3{background:0 0;width:100%;position:relative;overflow:hidden}.section-3 video{object-fit:cover;width:100%;height:auto;display:block}.section-4{-webkit-user-select:none;user-select:none;background:#000;width:100%;position:relative;overflow:hidden}.section-4 video{width:100%;height:auto;display:block}.s4-item{cursor:pointer;transform-origin:bottom;transition:filter .2s,transform .2s;position:absolute}.s4-item:hover{filter:drop-shadow(0 0 14px #ffd700d9)brightness(1.1);transform:scale(1.07);z-index:50!important}.s4-item.s4-pulse{animation:1.1s ease-in-out s4PulseHint;z-index:50!important}@keyframes s4PulseHint{0%{filter:drop-shadow(0 0 #0000);transform:scale(1)}30%{filter:drop-shadow(0 0 18px #ffd700f2)brightness(1.15);transform:scale(1.12)}65%{filter:drop-shadow(0 0 12px #ff6b00cc);transform:scale(1.08)}to{filter:drop-shadow(0 0 #0000);transform:scale(1)}}.s4-item img{pointer-events:none;width:120%;height:auto;display:block}.s4-item:after{content:"▶ CLICK";color:gold;white-space:nowrap;opacity:0;pointer-events:none;text-shadow:0 0 6px #ffd700cc;font-family:"Press Start 2P",cursive;font-size:7px;transition:opacity .2s;position:absolute;bottom:-18px;left:50%;transform:translate(-50%)}.s4-item:hover:after{opacity:1}.s4-editor-btn{z-index:100010;color:#0f0;cursor:pointer;letter-spacing:1px;text-shadow:0 0 6px #0f0;background:#111;border:2px solid #0f0;border-radius:3px;padding:8px 12px;font-family:"Press Start 2P",monospace;font-size:8px;display:none;position:fixed;bottom:18px;left:18px;box-shadow:0 0 12px #00ff004d}.s4-editor-btn.active{background:#030}.s4-editor-panel{z-index:100009;color:#0f0;background:#000000eb;border:1px solid #0f0;border-radius:3px;width:290px;max-height:360px;padding:10px 12px;font-family:"Press Start 2P",monospace;font-size:7px;display:none;position:fixed;bottom:60px;left:18px;overflow-y:auto;box-shadow:0 0 16px #00ff0040}.s4-editor-panel h4{color:#ff0;text-align:center;letter-spacing:1px;margin:0 0 10px;font-size:7px}.s4-editor-row{border-bottom:1px solid #00ff0026;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6px;margin-bottom:8px;padding-bottom:6px;display:flex}.s4-editor-row span.label{color:#ff0;flex:0 0 72px;font-size:6px}.s4-editor-row span.val{color:#fff;word-break:break-all;flex:1;font-size:6px;line-height:1.6}.s4-editor-row button.copy-btn{color:#0f0;cursor:pointer;white-space:nowrap;background:#222;border:1px solid #0f0;border-radius:2px;padding:3px 6px;font-family:"Press Start 2P",monospace;font-size:5px}.s4-editor-row button.copy-btn:hover{background:#030}.s4-edit-mode .s4-item{outline:2px dashed #0f09;cursor:move!important}.s4-resize-handle{cursor:se-resize;z-index:20;background:#ff0;border-top-left-radius:3px;width:16px;height:16px;display:none;position:absolute;bottom:0;right:0}.s4-edit-mode .s4-resize-handle{display:block}.s4-rotate-handle{cursor:ew-resize;z-index:20;text-align:center;color:#000;-webkit-user-select:none;user-select:none;background:#0ff;border-bottom-left-radius:3px;width:16px;height:16px;font-size:9px;line-height:16px;display:none;position:absolute;top:0;right:0}.s4-edit-mode .s4-rotate-handle{display:block}.s4-edit-label{color:#ff0;white-space:nowrap;pointer-events:none;z-index:10;background:#000000bf;padding:2px 5px;font-family:"Press Start 2P",monospace;font-size:5px;display:none;position:absolute;top:-18px;left:0}.s4-edit-mode .s4-edit-label{display:block}.s4-popup-overlay{z-index:99998;opacity:0;visibility:hidden;background:#000000d1;justify-content:center;align-items:center;transition:opacity .25s,visibility .25s;display:flex;position:fixed;inset:0}.s4-popup-overlay.active{opacity:1;visibility:visible}.s4-popup{color:#00e040;background-color:#030e03;background-image:linear-gradient(#00500014 1px,#0000 1px),linear-gradient(90deg,#00500014 1px,#0000 1px);background-position:0 0;background-repeat:repeat;background-size:28px 28px;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;border:1px solid #00e6008c;min-width:340px;max-width:min(540px,90vw);padding:48px 56px 44px;font-family:Courier New,Courier,monospace;position:relative;overflow:hidden;box-shadow:0 0 0 1px #00ff001f,0 0 18px #00dc0059,0 0 55px #008c0066,0 0 110px #003c0080,inset 0 0 60px #001400b3}.s4-popup:before{content:"";pointer-events:none;z-index:1;background:repeating-linear-gradient(0deg,#0000,#0000 2px,#00000012 2px 4px);position:absolute;inset:0}.s4-popup:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(#0000,#00ff3c0a,#0000);height:60px;animation:3.5s linear infinite s4Scanline;position:absolute;left:0;right:0}@keyframes s4Scanline{0%{top:-60px}to{top:100%}}.s4-popup-close{color:#00c80073;cursor:pointer;z-index:10;background:0 0;border:none;padding:4px 8px;font-family:Courier New,monospace;font-size:20px;line-height:1;transition:color .15s;position:absolute;top:10px;right:14px}.s4-popup-close:hover{color:#f44}.s4-popup-lines{text-align:center;z-index:5;flex-direction:column;gap:18px;display:flex;position:relative}.s4-popup-line{letter-spacing:.16em;text-transform:uppercase;color:#00e040;opacity:0;animation:s4LineIn .38s ease var(--s4d,0s) forwards;font-size:clamp(11px,1.45vw,14px);line-height:1}@keyframes s4LineIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.s4-popup-line.highlight{color:#0f5}.s4-popup-line.gold{color:gold;text-shadow:0 0 14px #ffd700a6;animation:s4LineIn .38s ease var(--s4d,0s) forwards, s4SendItPulse 1.3s ease-in-out calc(var(--s4d,0s) + .5s) infinite;font-size:clamp(14px,1.9vw,20px)}@keyframes s4SendItPulse{0%,to{text-shadow:0 0 10px #ffd70080}50%{text-shadow:0 0 28px gold,0 0 45px #ff6b008c}}.s4-popup-line .accent{color:#f60}.s4-load-bar{vertical-align:middle;gap:3px;margin-left:10px;display:inline-flex}.s4-load-block{background:#00e040;width:14px;height:14px;display:inline-block}.s4-load-block.empty{background:#00b40026;border:1px solid #00b40047}.section-5{aspect-ratio:16/9;background:#111;justify-content:center;align-items:center;width:100%;padding:40px 10px;display:flex;position:relative;overflow:hidden}.section-5-grid{z-index:0;width:100%;height:100%;image-rendering:pixelated;position:absolute;top:0;left:0}.controller-wrapper{z-index:2;justify-content:center;align-items:center;width:min(1400px,92vw);display:flex;position:relative;container:ctrl/size}.controller-8bit{aspect-ratio:2.5;z-index:2;background:linear-gradient(#d4d4d4 0%,silver 50%,#a8a8a8 100%);border:4px solid #888;border-radius:100px;justify-content:space-between;align-items:center;width:100%;padding:0 8%;display:flex;position:relative;box-shadow:0 8px #666,0 12px 20px #00000080,inset 0 4px #ffffff4d,inset 0 -4px #0003}.controller-cable{pointer-events:none;z-index:1;width:min(1400px,70vw);height:min(280px,14vw);position:absolute;top:44%;left:80%;transform:translate(-50%)translateY(-130%)}.controller-cable svg{width:100%;height:100%;overflow:visible}.cable-path{fill:none;stroke:url(#cableGradient);stroke-width:16px;stroke-linecap:round;filter:drop-shadow(0 4px 6px #00000080)}.cable-highlight{fill:none;stroke:#ffffff26;stroke-width:4px;stroke-linecap:round}.controller-logo{white-space:nowrap;background:linear-gradient(#666 0%,#555 100%);border:.3cqw solid #777;border-radius:3cqw;padding:.8cqw 3cqw;position:absolute;top:12%;left:50%;transform:translate(-50%);box-shadow:inset 0 1px #fff3}.controller-logo span{color:#999;text-shadow:1px 1px #444;letter-spacing:.3cqw;font-family:"Press Start 2P",cursive;font-size:clamp(5px,1.8cqw,12px)}.controller-dpad-area{background:linear-gradient(#bbb 0%,#999 100%);border-radius:50%;justify-content:center;align-items:center;width:20cqw;height:20cqw;display:flex;position:relative;box-shadow:inset 0 4px 8px #0000004d,0 2px #fff3}.controller-dpad{width:14cqw;height:14cqw;position:relative}.dpad-vertical{background:linear-gradient(90deg,#333 0%,#444 50%,#333 100%);border-radius:3px;width:4.5cqw;height:14cqw;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:inset 0 2px #ffffff1a,0 2px 4px #0000004d}.dpad-horizontal{background:linear-gradient(#333 0%,#444 50%,#333 100%);border-radius:3px;width:14cqw;height:4.5cqw;position:absolute;top:50%;left:0;transform:translateY(-50%);box-shadow:inset 0 2px #ffffff1a,0 2px 4px #0000004d}.dpad-center{background:#3a3a3a;border-radius:50%;width:4.2cqw;height:4.2cqw;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:inset 0 1px 2px #00000080}.dpad-up-btn{cursor:pointer;z-index:5;color:#aaa;justify-content:center;align-items:center;width:4.5cqw;height:6cqw;text-decoration:none;transition:all .15s;display:flex;position:absolute;top:-.5cqw;left:50%;transform:translate(-50%)}.dpad-up-btn svg{filter:drop-shadow(0 1px 2px #00000080);width:3cqw;height:3cqw}.dpad-up-btn:hover{color:gold;filter:drop-shadow(0 0 8px #ffd70099)}.dpad-up-btn:active{transform:translate(-50%)translateY(2px)}.controller-center{flex-direction:row;align-items:flex-start;gap:2.5cqw;margin-top:4cqw;display:flex}.center-btn-wrap{flex-direction:column;align-items:center;gap:.6cqw;display:flex}.center-btn-wrap span{color:#666;text-transform:uppercase;font-family:"Press Start 2P",cursive;font-size:1cqw}.select-btn,.start-btn{cursor:pointer;width:9cqw;height:2.8cqw;color:inherit;background:linear-gradient(#333 0%,#222 100%);border-radius:8px;justify-content:center;align-items:center;text-decoration:none;transition:transform .1s;display:flex;box-shadow:0 2px #111,inset 0 1px #ffffff1a}.center-btn-icon{fill:#999;width:2cqw;height:2cqw;transition:fill .15s}.select-btn:hover .center-btn-icon,.start-btn:hover .center-btn-icon{fill:gold}.select-btn:hover,.start-btn:hover{transform:scale(1.1)}.select-btn:active,.start-btn:active{transform:scale(.95)translateY(2px);box-shadow:0 0 #111}.controller-buttons-area{background:linear-gradient(135deg,#777 0%,#666 50%,#777 100%);border-radius:50%;justify-content:center;align-items:center;width:28cqw;height:28cqw;display:flex;position:relative;box-shadow:inset 0 4px 8px #0000004d,0 2px #fff3}.buttons-divider{background:linear-gradient(90deg,#0000 10%,#888 30% 70%,#0000 90%);width:100%;height:.5cqw;position:absolute;transform:rotate(-45deg);box-shadow:0 1px #fff3}.action-btns-grid{width:22cqw;height:22cqw;position:relative}.action-btn-8bit{cursor:pointer;z-index:1;transform-origin:50%;width:8cqw;height:8cqw;color:inherit;border:.4cqw solid #0000004d;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .2s;display:flex;position:absolute;box-shadow:0 .5cqw #0006,inset 0 .4cqw #fff6}.ctrl-btn-icon{fill:#ffffffb3;filter:drop-shadow(0 1px 2px #00000080);width:3.8cqw;height:3.8cqw;transition:all .2s}.action-btn-8bit:hover .ctrl-btn-icon{fill:#fff;filter:drop-shadow(0 0 6px #fffc)}.action-btn-8bit:hover{z-index:10;filter:brightness(1.2);transform:scale(1.3);box-shadow:0 6px #0006,0 0 25px,0 0 40px,inset 0 3px #ffffff80}.action-btn-8bit:active{transform:scale(1.1);box-shadow:0 2px #0000004d,0 0 15px,inset 0 2px #ffffff4d}.btn-y{color:#9b8dc9;background:linear-gradient(#9b8dc9 0%,#7b6da9 100%);top:calc(50% - 4cqw);left:0}.btn-x{color:#b8aad9;background:linear-gradient(#b8aad9 0%,#9888b9 100%);top:0;left:calc(50% - 4cqw)}.btn-b{color:#6b5d99;background:linear-gradient(#6b5d99 0%,#4b3d79 100%);bottom:0;left:calc(50% - 4cqw)}.btn-a{color:#b8aad9;background:linear-gradient(#b8aad9 0%,#9888b9 100%);top:calc(50% - 4cqw);right:0}.section-5-title{color:gold;text-shadow:3px 3px #ff6b00,-1px -1px #0f8,0 0 20px #ffd70080;font-family:"Press Start 2P",cursive;font-size:clamp(1rem,3vw,2rem);animation:2s steps(4,end) infinite titlePulse;position:absolute;top:40px;left:50%;transform:translate(-50%)}.controller-8bit:before{content:"";z-index:-1;background:radial-gradient(#9b8dc933 0%,#0000 70%);border-radius:120px;animation:3s ease-in-out infinite controllerGlow;position:absolute;inset:-20px}@keyframes controllerGlow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.02)}}@media (width<=600px){.controller-wrapper{width:96vw}.controller-8bit{border-radius:60px;padding:0 5%}.section-5{padding:20px 5px}}.section-6{text-align:center;background:#0a0a12;width:100%;padding:80px 20px;position:relative;overflow:hidden}.section-6:before{content:"";background:repeating-linear-gradient(90deg,#0f8 0 8px,#0000 8px 16px);height:4px;position:absolute;top:0;left:0;right:0}.disclaimer-lines{flex-direction:column;align-items:center;gap:24px;max-width:800px;margin:0 auto;display:flex}.disclaimer-line{color:#0f8;letter-spacing:.15em;font-family:"Press Start 2P",cursive;font-size:clamp(.5rem,1.4vw,.9rem);line-height:1.8}.disclaimer-line.gold{color:gold}.disclaimer-highscore{color:#f44;letter-spacing:.1em;margin-top:20px;font-family:"Press Start 2P",cursive;font-size:clamp(.8rem,2.2vw,1.4rem)}.neon-word{opacity:.2;text-shadow:none;transition:none;display:inline-block}.neon-word.lit{opacity:1;animation:.15s steps(2,end) neonFlicker}.disclaimer-line .neon-word.lit{text-shadow:0 0 7px #0f89,0 0 20px #0f86,0 0 40px #0f83}.disclaimer-line.gold .neon-word.lit{text-shadow:0 0 7px #ffd70099,0 0 20px #ffd70066,0 0 40px #ffd70033}.disclaimer-highscore .neon-word.lit{text-shadow:3px 3px #a00,0 0 10px #f449,0 0 30px #f446,0 0 50px #f443}@keyframes neonFlicker{0%{opacity:.3}50%{opacity:1}to{opacity:1}}.header-section{flex-direction:column;justify-content:center;align-items:center;gap:40px;min-height:100dvh;padding:150px 20px 60px;display:flex;position:relative}.header-logo{color:gold;text-shadow:4px 4px #ff6b00,-2px -2px #0f8,0 0 20px #ffd70080;white-space:nowrap;text-align:center;font-size:clamp(2rem,8vw,5rem);animation:2s steps(4,end) infinite titlePulse}.arcade-menu-overlay{z-index:9998;opacity:0;visibility:hidden;background:#000000eb;justify-content:center;align-items:center;transition:opacity .2s,visibility .2s;display:flex;position:fixed;inset:0}.arcade-menu-overlay.active{opacity:1;visibility:visible}.arcade-menu-box{background-color:#040d04;background-image:repeating-linear-gradient(0deg,#0000,#0000 2px,#0000000f 2px 4px),linear-gradient(#00500012 1px,#0000 1px),linear-gradient(90deg,#00500012 1px,#0000 1px);background-position:0 0;background-repeat:repeat;background-size:100% 4px,28px 28px,28px 28px;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;border:3px solid #0f5;min-width:min(420px,90vw);padding:36px 48px 32px;font-family:"Press Start 2P",monospace;position:relative;box-shadow:0 0 0 1px #030,0 0 24px #0f56,0 0 70px #0078004d,inset 0 0 40px #001400cc}.arcade-menu-box:after{content:"";pointer-events:none;background:linear-gradient(#0000,#00ff3c0a,#0000);height:60px;animation:3s linear infinite arcadeMenuScan;position:absolute;top:-60px;left:0;right:0}@keyframes arcadeMenuScan{0%{top:-60px}to{top:100%}}.arcade-menu-title{text-align:center;color:gold;letter-spacing:.18em;text-shadow:0 0 12px #ffd700b3;margin-bottom:6px;font-size:clamp(8px,2vw,12px)}.arcade-menu-subtitle{text-align:center;color:#00c83c8c;letter-spacing:.2em;margin-bottom:28px;font-size:clamp(5px,1.2vw,7px)}.arcade-menu-items{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.arcade-menu-item{cursor:pointer;border-radius:2px;align-items:center;gap:14px;padding:8px 10px;transition:background .1s;display:flex;position:relative}.arcade-menu-item:hover,.arcade-menu-item.selected{background:#00ff5512}.arcade-menu-cursor{color:#0f5;text-align:center;opacity:0;text-shadow:0 0 8px #0f5;flex-shrink:0;width:16px;font-size:clamp(8px,1.8vw,11px);animation:.6s steps(2,end) infinite cursorBlink}.arcade-menu-item.selected .arcade-menu-cursor{opacity:1}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}.arcade-menu-icon{text-align:center;flex-shrink:0;width:22px;font-size:clamp(10px,2vw,14px)}.arcade-menu-label{color:#00e040;letter-spacing:.12em;text-transform:uppercase;font-size:clamp(7px,1.5vw,10px)}.arcade-menu-item.selected .arcade-menu-label{color:#fff;text-shadow:0 0 10px #0f5}.arcade-menu-hint{text-align:center;color:#00b43273;letter-spacing:.15em;margin-top:26px;font-size:clamp(5px,1vw,6px);line-height:1.9}.arcade-menu-close{color:#00c80066;cursor:pointer;z-index:2;background:0 0;border:none;padding:4px 8px;font-family:"Press Start 2P",monospace;font-size:16px;transition:color .15s;position:absolute;top:10px;right:14px}.arcade-menu-close:hover{color:#f44}.arcade-menu-item.ca-copied .arcade-menu-label{color:gold!important;text-shadow:0 0 12px #ffd700cc!important}.marquee-bar{z-index:1001;background:linear-gradient(#1a0a2e 0%,#0d0518 100%);border-bottom:3px solid #ff6b00;align-items:center;width:100%;height:32px;display:flex;position:fixed;top:0;left:0;overflow:hidden}.marquee-content{white-space:nowrap;will-change:transform;width:max-content;min-width:200%;animation:12s linear infinite marqueeScroll;display:flex}.marquee-text{color:gold;text-shadow:0 0 10px #ff6b00,0 0 20px #ff6b00,0 0 30px #ff6b00;flex-shrink:0;padding-right:100px;font-family:"Press Start 2P",cursive;font-size:14px;animation:.5s steps(2,end) infinite flashColors;display:inline-block}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes flashColors{0%,to{color:gold;text-shadow:0 0 10px #ff6b00,0 0 20px #ff6b00}50%{color:#0f8;text-shadow:0 0 10px #0f8,0 0 20px #0f8}}.top-header{z-index:1000;background:linear-gradient(#0a0a12f2 0%,#0a0a1200 100%);justify-content:center;align-items:center;width:100%;height:50px;display:flex;position:fixed;top:32px;left:0}.header-title{color:gold;text-shadow:3px 3px #ff6b00,-1px -1px #0f8,0 0 15px #ffd70080;font-family:"Press Start 2P",cursive;font-size:clamp(1rem,3vw,2rem);animation:2s steps(4,end) infinite titlePulse}.hamburger-controller{z-index:1002;cursor:pointer;display:none;position:fixed;top:38px;right:20px}.hamburger-icon{background:linear-gradient(#2a2a3a 0%,#1a1a2a 100%);border:3px solid #ff6b00;border-radius:8px;flex-direction:column;justify-content:space-around;align-items:center;width:40px;height:40px;padding:8px;transition:all .3s;display:flex;box-shadow:0 0 15px #ff6b0066,inset 0 1px #ffffff1a}.hamburger-icon:hover{border-color:gold;box-shadow:0 0 25px #ffd70099,inset 0 1px #ffffff1a}.hamburger-line{background:#ff6b00;border-radius:2px;width:24px;height:3px;transition:all .3s}.hamburger-line:nth-child(2){background:gold}.hamburger-line:nth-child(3){background:#0f8}.hamburger-icon:hover .hamburger-line{animation:.5s steps(2,end) infinite lineGlow}@keyframes lineGlow{0%,to{opacity:1}50%{opacity:.5}}.bgm-toggle{z-index:1002;cursor:pointer;color:#0f8;background:linear-gradient(#2a2a3a 0%,#1a1a2a 100%);border:3px solid #0f8;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-family:"Press Start 2P",cursive;font-size:16px;line-height:1;transition:all .3s;display:none;position:fixed;top:38px;right:72px;box-shadow:0 0 15px #0f86,inset 0 1px #ffffff1a}.bgm-toggle:hover{color:gold;border-color:gold;box-shadow:0 0 25px #ffd70099,inset 0 1px #ffffff1a}.bgm-toggle.muted{color:#f44;border-color:#f44;box-shadow:0 0 15px #f446,inset 0 1px #ffffff1a}.bgm-toggle .note-icon{animation:1s steps(4,end) infinite noteBounce}.bgm-toggle.muted .note-icon{opacity:.5;animation:none}@keyframes noteBounce{0%,to{transform:translateY(0)}25%{transform:translateY(-2px)}75%{transform:translateY(2px)}}.hero-section{aspect-ratio:16/9;background:0 0;justify-content:center;align-items:center;width:100%;margin-top:82px;display:flex;position:relative;overflow:hidden}.hero-sunset{z-index:0;background:linear-gradient(#0a0015 0% 8%,#1a0033 8% 16%,#3d0066 16% 24%,#6b0080 24% 30%,#a3004d 30% 36%,#c23 36% 43%,#e85522 43% 48%,#f80 48% 55%,#fa0 55% 58%,#fc2 58% 60%,#fd4 60% 62%,#0000 62%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-sun{aspect-ratio:1;z-index:1;background:linear-gradient(#fe4 0%,#fa0 40%,#f62 70%,#c24 100%);border-radius:50%;width:35%;animation:4s ease-in-out infinite sunPulse;position:absolute;top:43%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 80px #ffaa00b3,0 0 150px #ff640066;-webkit-mask-image:repeating-linear-gradient(#000 0 6px,#0000 6px 8px);mask-image:repeating-linear-gradient(#000 0 6px,#0000 6px 8px)}@keyframes sunPulse{0%,to{box-shadow:0 0 60px #fa09,0 0 120px #ff64004d}50%{box-shadow:0 0 80px #fa0c,0 0 160px #ff640080}}.hero-grid-canvas{z-index:2;width:100%;height:43%;image-rendering:pixelated;position:absolute;bottom:0;left:0}.hero-content{z-index:5;justify-content:space-between;align-items:stretch;width:100%;height:100%;padding:0 5%;display:flex;position:relative}.hero-left{flex:0 0 30%;justify-content:flex-start;align-items:flex-end;margin-left:-3%;display:flex}.hero-left img{object-fit:contain;filter:drop-shadow(0 0 20px #ff6b004d);max-width:150%;max-height:84vh;animation:4s ease-in-out infinite floatLeft}@keyframes floatLeft{0%,to{transform:translateY(0)rotate(-2deg)}50%{transform:translateY(-15px)rotate(2deg)}}.hero-center{z-index:1;justify-content:center;align-items:center;display:flex;position:absolute;top:43%;left:50%;transform:translate(-50%,-50%)}.hero-center img{object-fit:contain;filter:drop-shadow(0 0 40px #ffd70099)drop-shadow(0 0 80px #fa06);width:35vw;height:auto;animation:3s ease-in-out infinite pulseGlow}@keyframes pulseGlow{0%,to{filter:drop-shadow(0 0 30px #ffd70066);transform:scale(1)}50%{filter:drop-shadow(0 0 50px #ffd70099);transform:scale(1.02)}}.hero-right{flex:0 0 30%;justify-content:flex-end;align-items:center;display:flex}.hero-right-placeholder{width:100%;height:50vh}.hero-section .scanlines{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.rotate-device-overlay{z-index:999999;color:gold;text-align:center;background:radial-gradient(#1a1a2e 0%,#0a0a12 70%,#000 100%);flex-direction:column;justify-content:center;align-items:center;gap:28px;padding:24px;font-family:"Press Start 2P",cursive;display:none;position:fixed;inset:0;overflow:hidden}.rotate-device-overlay:before{content:"";pointer-events:none;background-image:linear-gradient(#ff6b000f 1px,#0000 1px),linear-gradient(90deg,#ff6b000f 1px,#0000 1px);background-size:24px 24px;animation:8s linear infinite rotateGridShift;position:absolute;inset:0}.rotate-device-overlay:after{content:"";pointer-events:none;background:repeating-linear-gradient(0deg,#00000026 0 1px,#0000 1px 3px);position:absolute;inset:0}@keyframes rotateGridShift{0%{background-position:0 0,0 0}to{background-position:24px 24px,24px 24px}}.rotate-device-title{letter-spacing:.15em;color:#0f8;text-shadow:2px 2px #063,0 0 10px #0f89;font-size:14px;animation:1.2s steps(2,end) infinite rotateBlink;position:relative}@keyframes rotateBlink{0%,49%{opacity:1}50%,to{opacity:.35}}.rotate-device-icon{filter:drop-shadow(0 0 8px #ffd70099);justify-content:center;align-items:center;width:110px;height:110px;animation:2.4s ease-in-out infinite rotatePhoneSpin;display:flex;position:relative}.rotate-device-icon svg{width:100%;height:100%}@keyframes rotatePhoneSpin{0%,20%{transform:rotate(0)}60%,to{transform:rotate(-90deg)}}.rotate-device-text{color:gold;letter-spacing:.12em;text-shadow:2px 2px #aa6a00;max-width:320px;font-size:11px;line-height:1.8;position:relative}.rotate-device-hint{color:#ff6b00;letter-spacing:.15em;text-shadow:1px 1px #000;font-size:8px;line-height:1.8;animation:1.6s steps(2,end) infinite rotateBlink;position:relative}@media screen and (width<=900px) and (orientation:portrait){.rotate-device-overlay{display:flex}body>:not(.rotate-device-overlay){visibility:hidden!important}body>:not(.rotate-device-overlay) video,body>:not(.rotate-device-overlay) audio{display:none!important}html,body{touch-action:none;height:100dvh!important;overflow:hidden!important}}@media screen and (width<=1024px) and (orientation:landscape) and (pointer:coarse){html,body{background:#000!important}.scroll-container{background:#000!important;width:100vw!important;overflow:hidden auto!important}.scroll-container>.hero-section,.scroll-container>.section-1,.scroll-container>.section-2,.scroll-container>.section-3,.scroll-container>.section-4,.scroll-container>.section-5,.scroll-container>.section-6{width:min(100vw,177.778dvh)!important;margin-left:auto!important;margin-right:auto!important}.hero-section{margin-top:0!important}.marquee-bar,.top-header{width:100vw!important;left:0!important}.hamburger-controller{top:6px!important;right:8px!important}.hamburger-icon{border-width:3px!important;border-radius:8px!important;width:34px!important;height:34px!important;padding:6px!important}.hamburger-line{width:20px!important;height:3px!important}.bgm-toggle{border-width:3px!important;border-radius:8px!important;width:34px!important;height:34px!important;font-size:14px!important;top:6px!important;right:50px!important}.arcade-menu-overlay{align-items:flex-start!important;padding:72px 8px 8px!important}.arcade-menu-box{-webkit-overflow-scrolling:touch;width:min(380px,94vw)!important;min-width:0!important;max-height:calc(100dvh - 80px)!important;padding:12px 16px 10px!important;overflow-y:auto!important}.arcade-menu-title{margin-bottom:2px!important;font-size:9px!important}.arcade-menu-subtitle{margin-bottom:8px!important;font-size:5px!important}.arcade-menu-items{gap:5px!important}.arcade-menu-item{gap:10px!important;padding:3px 6px!important}.arcade-menu-cursor{width:12px!important;font-size:8px!important}.arcade-menu-icon{width:18px!important;font-size:10px!important}.arcade-menu-label{font-size:7px!important}.arcade-menu-hint{margin-top:8px!important;font-size:5px!important;line-height:1.5!important}.s4-popup-overlay{align-items:flex-start!important;padding:72px 8px 8px!important}.s4-popup{-webkit-overflow-scrolling:touch;width:min(500px,94vw)!important;min-width:0!important;max-width:94vw!important;max-height:calc(100dvh - 80px)!important;padding:16px 20px 14px!important;overflow-y:auto!important}.s4-popup-lines{gap:8px!important}.s4-popup-line{letter-spacing:.12em!important;font-size:9px!important}.s4-popup-line.gold{font-size:12px!important}.s4-popup-close{font-size:16px!important;top:6px!important;right:10px!important}.s4-load-block{width:10px!important;height:10px!important}.rotate-device-overlay{display:none!important}}#desktopOnlyOverlay{z-index:999997;opacity:0;background:#000000e0;justify-content:center;align-items:center;padding:20px;font-family:"Press Start 2P",cursive;transition:opacity .2s;display:none;position:fixed;inset:0}#desktopOnlyOverlay.active{opacity:1;animation:.2s doFadeIn;display:flex}@keyframes doFadeIn{0%{opacity:0}to{opacity:1}}#desktopOnlyOverlay .do-box{text-align:center;width:min(380px,92vw);max-height:92dvh;image-rendering:pixelated;background:#0a0a12 repeating-linear-gradient(0deg,#0000,#0000 2px,#0000002e 2px 4px);border:3px solid #ff6b00;padding:28px 26px 22px;position:relative;overflow-y:auto;box-shadow:0 0 0 3px #0a0a12,0 0 0 5px gold,0 0 25px #ff6b0099,0 0 55px #ffd70040,inset 0 0 30px #000000b3}#desktopOnlyOverlay .do-close{color:#ff6b00;cursor:pointer;background:0 0;border:none;padding:4px 6px;font-family:"Press Start 2P",cursive;font-size:14px;line-height:1;position:absolute;top:6px;right:10px}#desktopOnlyOverlay .do-close:hover{color:#f44}#desktopOnlyOverlay .do-icon{margin-bottom:12px;font-size:36px;animation:1.6s steps(2,end) infinite doIconFlicker}@keyframes doIconFlicker{0%,49%{opacity:1;filter:drop-shadow(0 0 8px #ffd70099)}50%,to{opacity:.6;filter:none}}#desktopOnlyOverlay .do-title{letter-spacing:.18em;color:gold;text-shadow:2px 2px #a40,0 0 10px #ffd70099;margin-bottom:10px;font-size:13px}#desktopOnlyOverlay .do-game{letter-spacing:.2em;color:#0f8;text-shadow:0 0 8px #0f89;border-top:2px dashed #0f86;border-bottom:2px dashed #0f86;margin-bottom:16px;padding:6px 0;font-size:9px}#desktopOnlyOverlay .do-msg{letter-spacing:.1em;color:#fff;margin-bottom:20px;font-size:9px;line-height:1.9}#desktopOnlyOverlay .do-ok{color:#0f8;letter-spacing:.15em;cursor:pointer;text-shadow:0 0 6px #0f89;background:#1a1a2e;border:2px solid #0f8;padding:10px 18px;font-family:"Press Start 2P",cursive;font-size:10px;transition:all .15s;animation:1.2s steps(2,end) infinite doOkBlink;box-shadow:0 0 12px #00ff8859}#desktopOnlyOverlay .do-ok:hover,#desktopOnlyOverlay .do-ok:active{color:#0a0a12;text-shadow:none;background:#0f8}@keyframes doOkBlink{0%,49%{border-color:#0f8}50%,to{border-color:gold}}
