.Game-module___a4DKa__page{color:#fff;background:#050505;flex-direction:column;align-items:center;min-height:100vh;padding:2rem;font-family:Inter,sans-serif;display:flex;position:relative;overflow:hidden}.Game-module___a4DKa__nav{z-index:10;justify-content:space-between;align-items:center;width:100%;max-width:600px;margin-bottom:2rem;display:flex}.Game-module___a4DKa__backBtn{color:#fff6;text-transform:uppercase;letter-spacing:.2em;align-items:center;gap:.5rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.Game-module___a4DKa__backBtn:hover{color:#d4af37}.Game-module___a4DKa__stats{gap:2rem;display:flex}.Game-module___a4DKa__statItem{flex-direction:column;align-items:flex-end;display:flex}.Game-module___a4DKa__statLabel{color:#ffffff4d;letter-spacing:.2em;font-size:.6rem;font-weight:900}.Game-module___a4DKa__statValue{color:#d4af37;font-family:monospace;font-size:1.2rem;font-weight:800}.Game-module___a4DKa__gameContainer{z-index:10;flex-direction:column;gap:2rem;width:100%;max-width:600px;display:flex}.Game-module___a4DKa__board{aspect-ratio:1;background:#ffffff05;border:1px solid #ffffff1a;border-radius:24px;display:grid;position:relative;overflow:hidden;box-shadow:0 40px 100px -20px #000c}.Game-module___a4DKa__board:before{content:"";background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-size:5% 5%;position:absolute;inset:0}.Game-module___a4DKa__snakeSegment{z-index:2;background:#d4af37;border-radius:4px;transition:all .1s linear;box-shadow:0 0 15px #d4af374d}.Game-module___a4DKa__snakeHead{z-index:3;background:#fff;border-radius:6px;justify-content:center;align-items:center;display:flex;box-shadow:0 0 25px #d4af3799}.Game-module___a4DKa__headEye{background:#050505;border-radius:50%;width:40%;height:40%}.Game-module___a4DKa__food{z-index:1;justify-content:center;align-items:center;display:flex}.Game-module___a4DKa__foodInner{background:#d4af37;border-radius:50%;width:60%;height:60%;animation:1s infinite alternate Game-module___a4DKa__pulse;box-shadow:0 0 20px #d4af37}@keyframes Game-module___a4DKa__pulse{0%{opacity:.6;transform:scale(.8)}to{opacity:1;transform:scale(1.2)}}.Game-module___a4DKa__overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#000000d9;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Game-module___a4DKa__menu{text-align:center;padding:2rem}.Game-module___a4DKa__title{letter-spacing:-.02em;margin-bottom:.5rem;font-size:3rem;font-weight:900}.Game-module___a4DKa__gold{color:#d4af37;text-shadow:0 0 30px #d4af3766}.Game-module___a4DKa__subtitle{color:#fff6;text-transform:uppercase;letter-spacing:.3em;margin-bottom:2.5rem;font-size:.7rem}.Game-module___a4DKa__startBtn{color:#000;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;background:#d4af37;border:none;border-radius:16px;padding:1.2rem 2.5rem;font-size:.9rem;font-weight:900;transition:all .3s;box-shadow:0 10px 30px #d4af374d}.Game-module___a4DKa__startBtn:hover{transform:translateY(-5px)scale(1.05);box-shadow:0 20px 40px #d4af3780}.Game-module___a4DKa__controlsHint{color:#fff3;text-transform:uppercase;letter-spacing:.2em;margin-top:2rem;font-size:.6rem}.Game-module___a4DKa__gameOverTitle{color:#ff4d4d;margin-bottom:.5rem;font-size:2.5rem;font-weight:900}.Game-module___a4DKa__scoreText{color:#fff;margin-bottom:2rem;font-size:1.5rem;font-weight:700}.Game-module___a4DKa__mobileControls{padding:1rem;display:none}@media (max-width:768px){.Game-module___a4DKa__mobileControls{display:block}.Game-module___a4DKa__stats{gap:1rem}.Game-module___a4DKa__statValue{font-size:1rem}}.Game-module___a4DKa__controlsGrid{grid-template-columns:repeat(3,1fr);gap:.75rem;width:240px;margin:0 auto;display:grid}.Game-module___a4DKa__controlBtn{aspect-ratio:1;color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;justify-content:center;align-items:center;transition:all .2s;display:flex}.Game-module___a4DKa__controlBtn:active{color:#000;background:#d4af37;transform:scale(.9)}.Game-module___a4DKa__gridOverlay{pointer-events:none;z-index:1;background:radial-gradient(circle,#0000 0%,#050505 100%);position:absolute;inset:0}.Game-module___a4DKa__scanline{pointer-events:none;z-index:5;background:linear-gradient(#0000,#d4af3708,#0000);width:100%;height:100px;animation:8s linear infinite Game-module___a4DKa__scan;position:absolute;top:-100px}@keyframes Game-module___a4DKa__scan{0%{top:-100px}to{top:100%}}
