.minesweeper-module__6sT19G__page{z-index:1;flex-direction:column;align-items:center;min-height:100vh;padding:24px 14px 36px;display:flex;position:relative}.minesweeper-module__6sT19G__topRow{width:min(920px,100%);margin-bottom:12px}.minesweeper-module__6sT19G__backLink{color:#dffbff;background:#09162e8c;border:1px solid #6fc6ff59;border-radius:10px;padding:8px 12px;font-weight:700;transition:background .16s;display:inline-block}.minesweeper-module__6sT19G__backLink:hover{background:#142846b3}.minesweeper-module__6sT19G__card{background:#071223e0;border:1px solid #7ab0e340;border-radius:24px;width:min(920px,100%);padding:24px;box-shadow:0 20px 45px #0000006b}.minesweeper-module__6sT19G__header{text-align:center;margin-bottom:16px}.minesweeper-module__6sT19G__kicker{letter-spacing:.16em;text-transform:uppercase;color:#9fd0ef;font-size:.8rem}.minesweeper-module__6sT19G__header h1{letter-spacing:.05em;text-transform:uppercase;margin-top:8px;font-size:clamp(1.9rem,5vw,2.6rem)}.minesweeper-module__6sT19G__status{color:#f0ba60;margin-top:10px;font-weight:700}.minesweeper-module__6sT19G__modeRow{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:min(480px,100%);margin:0 auto 14px;display:grid}.minesweeper-module__6sT19G__modeButton{color:#d8eeff;cursor:pointer;background:#0c1d2fe6;border:1px solid #80bcee75;border-radius:10px;padding:9px 12px;font-size:.85rem;font-weight:700;transition:background .16s,border-color .16s}.minesweeper-module__6sT19G__modeButton:hover{background:#143250e6}.minesweeper-module__6sT19G__modeButtonActive{color:#f4fdff;background:linear-gradient(120deg,#3ab0ff4d,#43e6ff47);border-color:#88d6ffb8}.minesweeper-module__6sT19G__infoBar{background:#0a162acc;border:1px solid #78b4f033;border-radius:12px;justify-content:space-between;align-items:center;max-width:480px;margin:0 auto 14px;padding:8px 16px;display:flex}.minesweeper-module__6sT19G__infoItem{align-items:center;gap:6px;display:flex}.minesweeper-module__6sT19G__infoIcon{font-size:1.2rem}.minesweeper-module__6sT19G__infoValue{font-family:var(--font-heading),monospace;color:#e8f7ff;text-align:center;min-width:3ch;font-size:1.15rem;font-weight:700}.minesweeper-module__6sT19G__resetButton{cursor:pointer;background:#0f1e37e6;border:1px solid #78b4f04d;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.6rem;transition:transform .12s,box-shadow .12s;display:flex}.minesweeper-module__6sT19G__resetButton:hover{transform:scale(1.08);box-shadow:0 4px 14px #2df4ff2e}.minesweeper-module__6sT19G__resetButton:active{transform:scale(.95)}.minesweeper-module__6sT19G__gridWrapper{margin:0 auto;padding-bottom:4px;overflow-x:auto}.minesweeper-module__6sT19G__grid{gap:2px;width:fit-content;margin:0 auto;display:grid}.minesweeper-module__6sT19G__cell{cursor:pointer;-webkit-user-select:none;user-select:none;border:none;border-radius:4px;justify-content:center;align-items:center;width:clamp(24px,3.2vw,36px);height:clamp(24px,3.2vw,36px);padding:0;font-size:clamp(.7rem,1.6vw,.95rem);font-weight:800;line-height:1;transition:transform 80ms,background .12s;display:flex}.minesweeper-module__6sT19G__cellHidden{background:linear-gradient(145deg,#285082b3,#163255d9);border:1px solid #64b4ff40;box-shadow:inset 0 1px 2px #ffffff0f,0 2px 4px #0000004d}.minesweeper-module__6sT19G__cellHidden:hover{background:linear-gradient(145deg,#3769a0cc,#1e416ee6);border-color:#82c8ff73;transform:translateY(-1px)}.minesweeper-module__6sT19G__cellHidden:active{transform:translateY(0)}.minesweeper-module__6sT19G__cellRevealed{cursor:default;background:#0a1426b3;border:1px solid #508cc81f}.minesweeper-module__6sT19G__cellMine{background:#b41e1e66;border-color:#ff505059;animation:.4s minesweeper-module__6sT19G__mine-flash}.minesweeper-module__6sT19G__cellFlagged{background:linear-gradient(145deg,#285082b3,#163255d9);border:1px solid #ffb43c73;box-shadow:inset 0 1px 2px #ffffff0f,0 2px 4px #0000004d}.minesweeper-module__6sT19G__cell:disabled{cursor:default}.minesweeper-module__6sT19G__cell:disabled.minesweeper-module__6sT19G__cellHidden:hover,.minesweeper-module__6sT19G__cell:disabled.minesweeper-module__6sT19G__cellHidden:active,.minesweeper-module__6sT19G__cell:disabled.minesweeper-module__6sT19G__cellFlagged:hover{background:linear-gradient(145deg,#285082b3,#163255d9);transform:none}@keyframes minesweeper-module__6sT19G__mine-flash{0%{background:#ff3c3c99}to{background:#b41e1e66}}.minesweeper-module__6sT19G__actionRow{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.minesweeper-module__6sT19G__primaryButton,.minesweeper-module__6sT19G__ghostButton{cursor:pointer;border:1px solid #0000;border-radius:10px;padding:10px 14px;font-weight:700;transition:background .14s}.minesweeper-module__6sT19G__primaryButton{color:#ecfdff;background:linear-gradient(120deg,#2df4ff5c,#5f93ff70);border-color:#7cd2ff94}.minesweeper-module__6sT19G__primaryButton:hover{background:linear-gradient(120deg,#2df4ff80,#5f93ff94)}.minesweeper-module__6sT19G__ghostButton{color:#d9eef9;background:#0f1f30db;border-color:#7cb5da80}.minesweeper-module__6sT19G__statsSection{margin-top:18px}.minesweeper-module__6sT19G__statsSection h2{margin:0 0 10px;font-size:1.15rem}.minesweeper-module__6sT19G__statsGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.minesweeper-module__6sT19G__statCard{text-align:center;background:#0a1728d6;border:1px solid #7eb6e63d;border-radius:12px;padding:12px}.minesweeper-module__6sT19G__statValue{color:#eeffef;margin:0;font-size:1.4rem;font-weight:700}.minesweeper-module__6sT19G__statLabel{text-transform:uppercase;letter-spacing:.08em;color:#a0bed4;margin:4px 0 0;font-size:.78rem}@media (max-width:520px){.minesweeper-module__6sT19G__card{padding:18px 14px}.minesweeper-module__6sT19G__modeRow,.minesweeper-module__6sT19G__statsGrid{grid-template-columns:1fr}.minesweeper-module__6sT19G__actionRow{flex-direction:column}.minesweeper-module__6sT19G__primaryButton,.minesweeper-module__6sT19G__ghostButton{width:100%}.minesweeper-module__6sT19G__cell{width:clamp(26px,8vw,34px);height:clamp(26px,8vw,34px);font-size:clamp(.65rem,2.5vw,.9rem)}}
