.SnakeGame-module__iMkdeW__shell{place-items:center;min-height:100vh;padding:24px;display:grid}.SnakeGame-module__iMkdeW__game{gap:16px;width:min(100%,720px);display:grid}.SnakeGame-module__iMkdeW__header{justify-content:space-between;align-items:end;gap:16px;display:flex}.SnakeGame-module__iMkdeW__header h1{letter-spacing:0;margin:0;font-size:clamp(2rem,5vw,4rem);line-height:1}.SnakeGame-module__iMkdeW__header p{color:var(--muted);margin:8px 0 0;font-size:1rem}.SnakeGame-module__iMkdeW__statusPill{border:1px solid var(--line);background:var(--panel);min-width:108px;color:var(--accent);text-align:center;white-space:nowrap;border-radius:8px;padding:10px 14px;font-weight:700}.SnakeGame-module__iMkdeW__scoreboard{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.SnakeGame-module__iMkdeW__scoreboard div{border:1px solid var(--line);background:#101b20db;border-radius:8px;min-width:0;padding:12px}.SnakeGame-module__iMkdeW__scoreboard span{color:var(--muted);font-size:.82rem;display:block}.SnakeGame-module__iMkdeW__scoreboard strong{color:var(--text);margin-top:4px;font-size:clamp(1.2rem,4vw,1.7rem);line-height:1.1;display:block}.SnakeGame-module__iMkdeW__playerField{gap:8px;display:grid}.SnakeGame-module__iMkdeW__playerField span{color:var(--muted);font-size:.9rem}.SnakeGame-module__iMkdeW__playerField input{border:1px solid var(--line);width:100%;min-height:46px;color:var(--text);font:inherit;background:#101b20e6;border-radius:8px;outline:none;padding:0 14px}.SnakeGame-module__iMkdeW__playerField input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #f4c54229}.SnakeGame-module__iMkdeW__playerField input:read-only{color:var(--muted)}.SnakeGame-module__iMkdeW__feedback{min-height:20px;color:var(--accent);font-size:.9rem}.SnakeGame-module__iMkdeW__board{--cell-gap:2px;aspect-ratio:1;grid-template-columns:repeat(var(--board-size), 1fr);grid-template-rows:repeat(var(--board-size), 1fr);justify-self:center;gap:var(--cell-gap);touch-action:none;-webkit-user-select:none;user-select:none;background:#071013;border:2px solid #46666b;border-radius:8px;width:min(100%,82vh,640px);padding:8px;display:grid;box-shadow:0 20px 70px #0000005c,inset 0 0 0 1px #ffffff0a}.SnakeGame-module__iMkdeW__cell{background:var(--grid);border-radius:3px;min-width:0;min-height:0}.SnakeGame-module__iMkdeW__cell:nth-child(odd){background:var(--grid-alt)}.SnakeGame-module__iMkdeW__head{background:var(--snake-head);box-shadow:0 0 12px #c8ff7785}.SnakeGame-module__iMkdeW__body{background:var(--snake);box-shadow:inset 0 0 0 1px #0710134d}.SnakeGame-module__iMkdeW__food{background:var(--food);border-radius:999px;box-shadow:0 0 14px #ff4f6db3}.SnakeGame-module__iMkdeW__actions{gap:10px;display:flex}.SnakeGame-module__iMkdeW__actions button,.SnakeGame-module__iMkdeW__dPad button{border:1px solid var(--line);color:var(--text);cursor:pointer;border-radius:8px;transition:transform .14s,border-color .14s,background .14s}.SnakeGame-module__iMkdeW__actions button:hover,.SnakeGame-module__iMkdeW__dPad button:hover{border-color:#6c9297;transform:translateY(-1px)}.SnakeGame-module__iMkdeW__actions button:active,.SnakeGame-module__iMkdeW__dPad button:active{transform:translateY(0)}.SnakeGame-module__iMkdeW__primaryButton,.SnakeGame-module__iMkdeW__secondaryButton{min-height:46px;padding:0 18px;font-weight:800}.SnakeGame-module__iMkdeW__primaryButton{background:#2f8f58;flex:1}.SnakeGame-module__iMkdeW__secondaryButton{background:var(--panel-strong)}.SnakeGame-module__iMkdeW__dPad{grid-template-rows:repeat(3,48px);grid-template-columns:repeat(3,64px);justify-content:center;justify-self:center;gap:8px;width:min(100%,260px);display:grid}.SnakeGame-module__iMkdeW__dPad button{background:var(--panel);place-items:center;font-size:1.4rem;font-weight:900;line-height:1;display:grid}.SnakeGame-module__iMkdeW__up{grid-area:1/2}.SnakeGame-module__iMkdeW__left{grid-area:2/1}.SnakeGame-module__iMkdeW__right{grid-area:2/3}.SnakeGame-module__iMkdeW__down{grid-area:3/2}@media (max-width:560px){.SnakeGame-module__iMkdeW__shell{align-items:start;padding:16px}.SnakeGame-module__iMkdeW__header{align-items:start}.SnakeGame-module__iMkdeW__header h1{font-size:2.45rem}.SnakeGame-module__iMkdeW__header p{font-size:.92rem}.SnakeGame-module__iMkdeW__scoreboard{grid-template-columns:repeat(2,1fr)}.SnakeGame-module__iMkdeW__scoreboard div:last-child{grid-column:span 2}.SnakeGame-module__iMkdeW__board{--cell-gap:1px;padding:6px}.SnakeGame-module__iMkdeW__actions{grid-template-columns:1fr 1fr;display:grid}}
