.minefield-game-module__ZsGOHa__layout{--ink:#f5f7ec;--muted:#aeb9a6;--panel:#111b16f0;--line:#e4f2d926;--lime:#c8ff62;--mint:#64e4ba;--coral:#ff715c;color:var(--ink);gap:16px;width:100%;display:grid}.minefield-game-module__ZsGOHa__scorebar{border:1px solid var(--line);background:linear-gradient(112deg,#15241cfa,#0d1813fa);border-radius:14px;grid-template-columns:repeat(3,minmax(0,1fr)) auto;align-items:stretch;display:grid;overflow:hidden;box-shadow:0 14px 34px #0003}.minefield-game-module__ZsGOHa__scorebar>div{border-right:1px solid var(--line);gap:2px;min-width:0;padding:11px 15px;display:grid}.minefield-game-module__ZsGOHa__scorebar span,.minefield-game-module__ZsGOHa__panelLabel{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:.65rem;font-weight:850}.minefield-game-module__ZsGOHa__scorebar strong{font-variant-numeric:tabular-nums;font-size:.95rem}.minefield-game-module__ZsGOHa__newButton{background:var(--lime);color:#1b2917;cursor:pointer;font:inherit;border:0;border-radius:999px;align-self:center;min-height:36px;margin:0 12px;padding:0 16px;font-size:.76rem;font-weight:900}.minefield-game-module__ZsGOHa__newButton:hover{filter:brightness(1.06)}.minefield-game-module__ZsGOHa__playArea{grid-template-columns:minmax(0,1fr) minmax(240px,290px);justify-content:center;align-items:start;gap:clamp(14px,2.5vw,24px);min-width:0;display:grid}.minefield-game-module__ZsGOHa__boardColumn{gap:9px;width:100%;min-width:0;display:grid}.minefield-game-module__ZsGOHa__fieldStatus{border:1px solid var(--line);background:#111f18e0;border-radius:11px;justify-content:space-between;align-items:center;min-height:44px;padding:8px 12px;display:flex}.minefield-game-module__ZsGOHa__fieldStatus>div{align-items:center;gap:8px;display:flex}.minefield-game-module__ZsGOHa__fieldStatus strong{font-size:.82rem}.minefield-game-module__ZsGOHa__fieldStatus>span{color:var(--muted);font-size:.69rem;font-weight:750}.minefield-game-module__ZsGOHa__statusLight{background:#acb3a7;border:2px solid #ffffff3d;border-radius:50%;width:10px;height:10px}.minefield-game-module__ZsGOHa__phaseplaying{background:var(--mint);box-shadow:0 0 10px #64e4bab3}.minefield-game-module__ZsGOHa__phasewon{background:var(--lime);box-shadow:0 0 10px #c8ff62c2}.minefield-game-module__ZsGOHa__phaselost{background:var(--coral);box-shadow:0 0 10px #ff715cb3}.minefield-game-module__ZsGOHa__boardViewport{overscroll-behavior-inline:contain;scrollbar-color:#c8ff626b transparent;-webkit-overflow-scrolling:touch;background:#070e0a75;border:1px solid #e0f2d51f;border-radius:16px;place-items:center;width:100%;min-height:320px;padding:clamp(9px,1.8vw,16px);display:grid;overflow-x:auto}.minefield-game-module__ZsGOHa__board{--tile-size:34px;background:linear-gradient(135deg,#ffffff1f,#0000 22%),#34473a;border:1px solid #e2f4d742;border-radius:12px;flex:none;gap:2px;width:max-content;padding:7px;display:grid;box-shadow:inset 0 1px #ffffff24,inset 0 -8px 18px #0000003d,0 18px 36px #00000057}.minefield-game-module__ZsGOHa__beginnerBoard{--tile-size:clamp(34px, 5vw, 42px)}.minefield-game-module__ZsGOHa__intermediateBoard{--tile-size:31px}.minefield-game-module__ZsGOHa__expertBoard{--tile-size:28px}.minefield-game-module__ZsGOHa__boardRow{gap:2px;display:grid}.minefield-game-module__ZsGOHa__beginnerBoard .minefield-game-module__ZsGOHa__boardRow{grid-template-columns:repeat(9, var(--tile-size))}.minefield-game-module__ZsGOHa__intermediateBoard .minefield-game-module__ZsGOHa__boardRow{grid-template-columns:repeat(16, var(--tile-size))}.minefield-game-module__ZsGOHa__expertBoard .minefield-game-module__ZsGOHa__boardRow{grid-template-columns:repeat(30, var(--tile-size))}.minefield-game-module__ZsGOHa__cell{appearance:none;color:#172019;font:inherit;font-size:calc(var(--tile-size) * .52);font-variant-numeric:tabular-nums;height:var(--tile-size);min-height:var(--tile-size);min-width:var(--tile-size);touch-action:manipulation;-webkit-user-select:none;user-select:none;width:var(--tile-size);-webkit-tap-highlight-color:transparent;border-radius:5px;justify-content:center;align-items:center;margin:0;padding:0;font-weight:950;line-height:1;display:inline-flex;position:relative}.minefield-game-module__ZsGOHa__hiddenCell{cursor:pointer;background:linear-gradient(145deg,#ffffff38,#0000 36%),linear-gradient(145deg,#8ca895,#617d6b);border:1px solid #a9c1ae;box-shadow:inset 2px 2px #fff3,inset -2px -2px #182b1f61,0 1px 2px #00000052}.minefield-game-module__ZsGOHa__hiddenCell:hover{border-color:var(--lime);filter:brightness(1.08)}.minefield-game-module__ZsGOHa__hiddenCell:active{transform:translateY(1px);box-shadow:inset 1px 1px 4px #0f1b1373}.minefield-game-module__ZsGOHa__revealedCell{cursor:default;background:#dce4d8;border:1px solid #bdc9b9;box-shadow:inset 0 0 0 1px #ffffff47}.minefield-game-module__ZsGOHa__revealedCell:not(.minefield-game-module__ZsGOHa__mineCell):hover{background:#e7eee3}.minefield-game-module__ZsGOHa__cell:focus-visible{outline-offset:1px;z-index:4;outline:3px solid #f7ffcf}.minefield-game-module__ZsGOHa__flaggedCell{background:linear-gradient(145deg,#ffffff40,#0000 36%),linear-gradient(145deg,#a7bd91,#738e67)}.minefield-game-module__ZsGOHa__mineCell{background:#c5cec1}.minefield-game-module__ZsGOHa__explodedCell{background:radial-gradient(circle at center, #ffd1c8, var(--coral));border-color:#ffb4a7;box-shadow:inset 0 0 0 2px #5c120a38,0 0 14px #ff715ca6}.minefield-game-module__ZsGOHa__wrongFlagCell{color:#8e2419;background:#f4c3bb}.minefield-game-module__ZsGOHa__number1{color:#1766ad}.minefield-game-module__ZsGOHa__number2{color:#287337}.minefield-game-module__ZsGOHa__number3{color:#d13d32}.minefield-game-module__ZsGOHa__number4{color:#65389b}.minefield-game-module__ZsGOHa__number5{color:#8b371e}.minefield-game-module__ZsGOHa__number6{color:#087b82}.minefield-game-module__ZsGOHa__number7{color:#252b27}.minefield-game-module__ZsGOHa__number8{color:#687069}.minefield-game-module__ZsGOHa__flagIcon,.minefield-game-module__ZsGOHa__smallFlagIcon{display:inline-block;position:relative}.minefield-game-module__ZsGOHa__flagIcon{width:58%;height:68%}.minefield-game-module__ZsGOHa__flagIcon:before,.minefield-game-module__ZsGOHa__smallFlagIcon:before{content:"";background:#263629;border-radius:999px;width:13%;position:absolute;top:4%;bottom:8%;left:35%}.minefield-game-module__ZsGOHa__flagIcon:after,.minefield-game-module__ZsGOHa__smallFlagIcon:after{border-bottom:calc(var(--tile-size) * .17) solid transparent;border-right:calc(var(--tile-size) * .31) solid var(--coral);border-top:calc(var(--tile-size) * .17) solid transparent;content:"";transform-origin:0;position:absolute;top:3%;left:39%;transform:rotate(180deg)}.minefield-game-module__ZsGOHa__mineIcon{background:radial-gradient(circle at 35% 30%,#5d695f,#172019 64%);border:1px solid #0d140f;border-radius:50%;width:48%;height:48%;display:inline-block;position:relative;box-shadow:-7px 0 0 -5px #172019,7px 0 0 -5px #172019,0 -7px 0 -5px #172019,0 7px 0 -5px #172019}.minefield-game-module__ZsGOHa__mineIcon:after{content:"";background:#ffffff9e;border-radius:50%;width:18%;height:18%;position:absolute;top:18%;left:22%}.minefield-game-module__ZsGOHa__wrongFlag{font-size:1.35em;font-weight:950}.minefield-game-module__ZsGOHa__completeBoard .minefield-game-module__ZsGOHa__hiddenCell{cursor:default}.minefield-game-module__ZsGOHa__fieldHint{color:var(--muted);text-align:center;justify-content:center;align-items:center;gap:7px;margin:0;font-size:.63rem;display:flex}.minefield-game-module__ZsGOHa__fieldHint>span{background:var(--mint);border-radius:50%;width:5px;height:5px}.minefield-game-module__ZsGOHa__panel{background:var(--panel);border:1px solid var(--line);overscroll-behavior:contain;scrollbar-color:#c8ff6266 transparent;border-radius:15px;max-height:min(690px,78vh);display:grid;overflow:hidden auto;box-shadow:0 16px 38px #00000038}.minefield-game-module__ZsGOHa__status,.minefield-game-module__ZsGOHa__panelSection,.minefield-game-module__ZsGOHa__records,.minefield-game-module__ZsGOHa__instructions{border-bottom:1px solid var(--line);padding:14px}.minefield-game-module__ZsGOHa__status{background:linear-gradient(120deg,#517e594d,#0000);gap:4px;display:grid}.minefield-game-module__ZsGOHa__status>span{color:var(--lime);letter-spacing:.12em;text-transform:uppercase;font-size:.64rem;font-weight:900}.minefield-game-module__ZsGOHa__status strong{font-size:.91rem;line-height:1.28}.minefield-game-module__ZsGOHa__status em{color:var(--muted);font-size:.68rem;font-style:normal}.minefield-game-module__ZsGOHa__panelSection,.minefield-game-module__ZsGOHa__records,.minefield-game-module__ZsGOHa__instructions{gap:9px;display:grid}.minefield-game-module__ZsGOHa__difficultyChoices{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;display:grid}.minefield-game-module__ZsGOHa__difficultyChoices button,.minefield-game-module__ZsGOHa__toolChoices button{border:1px solid var(--line);color:var(--muted);cursor:pointer;font:inherit;background:#ffffff0b;border-radius:8px;min-width:0}.minefield-game-module__ZsGOHa__difficultyChoices button{justify-items:center;gap:2px;min-height:49px;padding:7px 3px;display:grid}.minefield-game-module__ZsGOHa__difficultyChoices strong{text-overflow:ellipsis;width:100%;font-size:.64rem;overflow:hidden}.minefield-game-module__ZsGOHa__difficultyChoices span{font-size:.59rem}.minefield-game-module__ZsGOHa__difficultyChoices button.minefield-game-module__ZsGOHa__selected,.minefield-game-module__ZsGOHa__toolChoices button.minefield-game-module__ZsGOHa__selected{color:var(--ink);background:#c8ff6221;border-color:#c8ff6261;box-shadow:inset 0 0 0 1px #c8ff621a}.minefield-game-module__ZsGOHa__toolChoices{background:#ffffff06;border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:3px;display:grid}.minefield-game-module__ZsGOHa__toolChoices button{justify-content:center;align-items:center;gap:7px;min-height:37px;padding:5px 8px;font-size:.7rem;font-weight:850;display:flex}.minefield-game-module__ZsGOHa__revealToolIcon{background:#dce4d8;border:2px solid #82917f;border-radius:3px;width:15px;height:15px}.minefield-game-module__ZsGOHa__smallFlagIcon{--tile-size:25px;width:19px;height:20px}.minefield-game-module__ZsGOHa__newButton:focus-visible,.minefield-game-module__ZsGOHa__difficultyChoices button:focus-visible,.minefield-game-module__ZsGOHa__toolChoices button:focus-visible{outline-offset:2px;outline:3px solid #c8ff6275}.minefield-game-module__ZsGOHa__records dl{gap:3px;margin:0;display:grid}.minefield-game-module__ZsGOHa__records dl>div{border-radius:6px;justify-content:space-between;align-items:center;min-height:27px;padding:4px 7px;font-size:.71rem;display:flex}.minefield-game-module__ZsGOHa__records dl>div:nth-child(odd){background:#ffffff09}.minefield-game-module__ZsGOHa__records dt{color:var(--muted)}.minefield-game-module__ZsGOHa__records dd{color:var(--ink);font-variant-numeric:tabular-nums;margin:0;font-weight:850}.minefield-game-module__ZsGOHa__instructions{border-bottom:0}.minefield-game-module__ZsGOHa__instructions p{color:var(--muted);margin:0;font-size:.68rem;line-height:1.48}.minefield-game-module__ZsGOHa__instructions kbd{border:1px solid var(--line);color:var(--ink);font:inherit;background:#ffffff14;border-radius:4px;padding:1px 4px;font-size:.62rem;font-weight:800}@media (max-width:820px){.minefield-game-module__ZsGOHa__playArea{grid-template-columns:minmax(0,1fr)}.minefield-game-module__ZsGOHa__panel{max-height:none}}@media (max-width:520px){.minefield-game-module__ZsGOHa__layout{gap:11px}.minefield-game-module__ZsGOHa__scorebar{grid-template-columns:repeat(3,minmax(0,1fr))}.minefield-game-module__ZsGOHa__scorebar>div{padding:9px 8px}.minefield-game-module__ZsGOHa__scorebar span{font-size:.56rem}.minefield-game-module__ZsGOHa__scorebar strong{font-size:.82rem}.minefield-game-module__ZsGOHa__newButton{grid-column:1/-1;min-height:38px;margin:8px}.minefield-game-module__ZsGOHa__boardViewport{place-items:center start;min-height:300px;padding:8px}.minefield-game-module__ZsGOHa__beginnerBoard{--tile-size:34px}.minefield-game-module__ZsGOHa__fieldStatus{padding-inline:10px}.minefield-game-module__ZsGOHa__difficultyChoices strong{font-size:.59rem}}@media (prefers-reduced-motion:reduce){.minefield-game-module__ZsGOHa__hiddenCell:active{transform:none}}.minefield-game-module__ZsGOHa__liveOnly{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
