.game-page{gap:20px;padding:24px;display:grid}.game-nav{justify-content:space-between;align-items:center;gap:12px;display:flex}.screen{gap:24px;display:grid}.screen-play[hidden],.screen-entry[hidden]{display:none}.screen-play--centered{justify-items:center}.page-title{margin:0;font-size:clamp(2.4rem,5vw,3.8rem);line-height:1}.page-copy{color:#cbd5e1;max-width:720px;margin:0;line-height:1.75}.control-stack{gap:10px;max-width:340px;display:grid}.field-label{color:#cbd5e1;font-weight:600}.select-field{background:var(--surface-soft);color:var(--text-main);border:1px solid var(--surface-border);border-radius:10px;outline:none;padding:12px 14px}.select-field:focus{border-color:var(--accent-color)}.button-row{flex-wrap:wrap;gap:16px;display:flex}.status-bar{border:1px solid var(--surface-border);background:#00000038;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:12px 24px;display:flex}.status-bar--centered{justify-content:center}.status-display{color:#ef4444;text-align:center;text-shadow:0 0 10px #ef444480;background:#000;border:2px inset #ffffff1a;border-radius:4px;min-width:80px;padding:4px 12px;font-family:monospace;font-size:2.5rem;font-weight:700}.reset-button{border:1px solid var(--surface-border);background:var(--surface-soft);width:60px;height:60px;color:var(--text-main);cursor:pointer;border-radius:999px;font-size:2rem;transition:transform .2s,background .2s}.reset-button:hover{background:var(--surface-hover);transform:scale(1.04)}.reset-button:active{transform:scale(.96)}.board-wrapper{border:1px solid var(--surface-border);background:#00000047;border-radius:12px;width:fit-content;max-width:90vw;max-height:70vh;margin:0 auto;padding:12px;overflow:auto}.board-wrapper--tight{width:fit-content}@media (width<=640px){.game-page{padding:18px}.page-title{font-size:2.1rem}.button-row{flex-direction:column}.game-nav{flex-direction:column;align-items:flex-start}.status-bar{padding:10px 12px}.status-display{min-width:60px;padding:2px 8px;font-size:1.8rem}.reset-button{width:50px;height:50px;font-size:1.5rem}}
