.minesweeper-page .site-header__inner{min-height:68px}.minesweeper-page main{min-height:70vh}.minesweeper{--ms-board-size:min(100%, 560px);--ms-line:#cfdbd7;--ms-soft:#f1f6f4;padding:clamp(34px,6vw,72px) 0 0}.minesweeper [hidden]{display:none!important}.ms-game{width:min(100% - 28px,720px);margin-inline:auto}.ms-header{text-align:center;justify-items:center;gap:4px;margin-bottom:24px;display:grid}.ms-eyebrow,.ms-title,.ms-start p,.ms-status,.ms-board-meta,.ms-info h2,.ms-info p,.ms-dialog h2,.ms-dialog p{margin:0}.ms-eyebrow{color:var(--site-teal);letter-spacing:.18em;font-family:Quicksand,sans-serif;font-size:.7rem;font-weight:700}.ms-title{color:var(--site-ink);font-family:Quicksand,Noto Sans JP,sans-serif;font-size:clamp(1.7rem,5vw,2.2rem);font-weight:700;line-height:1.2}.ms-no-guess{background:var(--ms-soft);color:var(--site-teal-dark);letter-spacing:.11em;border:1px solid #397f7a33;border-radius:999px;margin-top:4px;padding:3px 9px;font-family:Quicksand,sans-serif;font-size:.62rem;font-weight:700}.ms-start{width:var(--ms-board-size);text-align:center;align-content:center;justify-items:center;gap:24px;min-height:min(60vh,480px);margin-inline:auto;display:grid}.ms-start__label{color:var(--site-ink);font-size:clamp(1rem,3vw,1.16rem);font-weight:700}.ms-start__hint{max-width:430px;color:var(--site-muted);font-size:.8rem;line-height:1.7}.ms-difficulty-list{flex-wrap:wrap;justify-content:center;gap:9px;display:flex}.ms-difficulty-list button{border:1px solid var(--site-line);min-width:132px;min-height:62px;color:var(--site-ink);letter-spacing:.08em;cursor:pointer;background:#ffffffd1;border-radius:18px;align-content:center;gap:3px;padding:10px 16px;font-family:Quicksand,Noto Sans JP,sans-serif;font-size:.8rem;font-weight:700;transition:transform .12s ease-out,border-color .14s ease-out,background-color .14s ease-out;display:grid}.ms-difficulty-list button small{color:var(--site-muted);letter-spacing:.02em;font-size:.64rem;font-weight:600}.ms-difficulty-list button:hover{background:#fff;border-color:#397f7a75}.ms-difficulty-list button:active{transform:scale(.98)}.ms-play{width:100%}.ms-status{width:var(--ms-board-size);color:var(--site-muted);letter-spacing:.06em;justify-content:space-between;align-items:center;margin:0 auto 10px;font-family:Quicksand,Noto Sans JP,sans-serif;font-size:.78rem;font-weight:700;display:flex}.ms-status__meta{align-items:center;gap:7px;display:flex}.ms-status time{font-variant-numeric:tabular-nums;letter-spacing:.04em}.ms-actions{width:var(--ms-board-size);flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;margin:0 auto 14px;display:flex}.ms-actions button{border:1px solid var(--site-line);min-height:38px;color:var(--site-muted);font:inherit;cursor:pointer;background:#ffffffd1;border-radius:999px;padding:0 13px;font-size:.74rem;font-weight:700;transition:background-color .14s ease-out,border-color .14s ease-out,color .14s ease-out}.ms-actions button:hover,.ms-actions button[aria-pressed=true]{background:var(--ms-soft);color:var(--site-teal-dark);border-color:#397f7a59}.ms-mode{border:1px solid var(--site-line);background:#fff;border-radius:999px;padding:2px;display:inline-flex}.ms-mode button{background:0 0;border:0;min-height:34px;padding-inline:12px}.ms-board-wrap{width:var(--ms-board-size);margin-inline:auto}.ms-board-shell{width:100%;position:relative}.ms-board{grid-template-columns:repeat(var(--ms-cols), minmax(0, 1fr));aspect-ratio:1;background:#c7d4d0;border:1px solid #b9cbc5;border-radius:10px;gap:1px;width:100%;padding:1px;display:grid;overflow:hidden;box-shadow:0 16px 40px #2e414012}.ms-cell{min-width:0;min-height:0;color:var(--site-ink);font-variant-numeric:tabular-nums;cursor:pointer;user-select:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:#eef4f1;border:0;border-radius:2px;place-items:center;padding:0;font-family:Quicksand,Noto Sans JP,sans-serif;font-size:clamp(.68rem,2.8vw,1.1rem);font-weight:700;line-height:1;transition:background-color .1s ease-out,transform 80ms ease-out;display:grid}.ms-cell:hover:not(.is-revealed){background:#e3eeea}.ms-cell:active:not(.is-revealed){transform:scale(.94)}.ms-cell:focus-visible{z-index:3;outline:2px solid var(--site-teal-dark);outline-offset:-2px;position:relative}.ms-cell.is-revealed{cursor:default;background:#fff}.ms-cell.is-flagged{color:#8b7450;background:#f8f4e9;font-size:clamp(.72rem,3vw,1.18rem)}.ms-cell.is-mine{color:#735c58;font-size:clamp(.72rem,3vw,1.12rem)}.ms-cell.is-solution{background:#f7f3ee}.ms-cell.is-exploded{color:#8b5548;background:#f2ddd6}.ms-cell.is-wrong-flag{background:#f6e8e4;text-decoration:line-through}.ms-cell[data-number="1"]{color:#397f7a}.ms-cell[data-number="2"]{color:#5578a0}.ms-cell[data-number="3"]{color:#9a6457}.ms-cell[data-number="4"]{color:#716696}.ms-cell[data-number="5"]{color:#8a6b48}.ms-cell[data-number="6"]{color:#4d8384}.ms-cell[data-number="7"]{color:#59615f}.ms-cell[data-number="8"]{color:#303c39}.ms-board[data-size="16"] .ms-cell{font-size:clamp(.56rem,2.35vw,.88rem)}.ms-board[data-size="16"] .ms-cell.is-flagged,.ms-board[data-size="16"] .ms-cell.is-mine{font-size:clamp(.58rem,2.5vw,.92rem)}.ms-generating{color:var(--site-muted);text-align:center;pointer-events:all;background:#ffffffe0;border-radius:10px;justify-content:center;align-items:center;gap:9px;font-size:.82rem;font-weight:700;display:flex;position:absolute;inset:0}.ms-generating__dot{background:var(--site-teal);border-radius:50%;width:9px;height:9px;animation:.7s ease-in-out infinite alternate ms-pulse}.ms-board-meta{color:var(--site-muted);justify-content:space-between;align-items:center;gap:12px;margin-top:10px;font-size:.72rem;font-weight:600;line-height:1.5;display:flex}.ms-board-meta span:last-child{flex:none;font-family:Quicksand,sans-serif;font-weight:700}.ms-board.is-complete{animation:.56s ease-out ms-complete}.ms-info{border-top:1px solid var(--site-line);width:min(100% - 36px,660px);margin:clamp(46px,9vw,92px) auto 0;padding:28px 0 0}.ms-info h2{color:var(--site-ink);margin-bottom:12px;font-family:Quicksand,Noto Sans JP,sans-serif;font-size:1rem;font-weight:700}.ms-info p{color:var(--site-muted);font-size:.86rem;line-height:1.9}.ms-info p+p{margin-top:7px}.ms-dialog{width:min(92vw,500px);color:var(--site-ink);background:#fff;border:0;border-radius:24px;padding:0;box-shadow:0 24px 70px #283c3a33}.ms-dialog::backdrop{backdrop-filter:blur(2px);background:#27363557}.ms-dialog__inner{text-align:center;padding:32px 28px;position:relative}.ms-dialog__inner h2{margin-bottom:22px;font-family:Quicksand,Noto Sans JP,sans-serif;font-size:1.08rem}.ms-dialog__close{width:38px;height:38px;color:var(--site-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;font-size:1.25rem;display:grid;position:absolute;top:12px;right:12px}.ms-dialog__close:hover{background:var(--ms-soft);color:var(--site-teal-dark)}.ms-difficulty-list--dialog{grid-template-columns:repeat(3,1fr);display:grid}.ms-difficulty-list--dialog button{min-width:0}.ms-dialog--complete{width:min(92vw,390px)}.ms-complete{justify-items:center;gap:7px;padding:30px;display:grid}.ms-complete__eyebrow{color:var(--site-teal);letter-spacing:.18em;text-transform:uppercase;font-family:Quicksand,sans-serif;font-size:.74rem;font-weight:700}.ms-complete__mark{background:var(--ms-soft);width:62px;height:62px;color:var(--site-teal-dark);border:1px solid #397f7a33;border-radius:50%;place-items:center;margin:8px 0 7px;font-size:1.45rem;font-weight:700;display:grid}.ms-complete__time-label{color:var(--site-muted);letter-spacing:.06em;font-size:.72rem;font-weight:700}.ms-complete__time{color:var(--site-ink);font-variant-numeric:tabular-nums;font-family:Quicksand,sans-serif;font-size:1.75rem;font-weight:700}.ms-complete__best{color:var(--site-muted);font-size:.78rem;margin-top:5px!important}.ms-complete__best strong{color:var(--site-ink);font-variant-numeric:tabular-nums;font-family:Quicksand,sans-serif}.ms-complete__next{background:var(--site-teal);color:#fff;letter-spacing:.1em;cursor:pointer;border:0;border-radius:999px;min-width:170px;min-height:46px;margin-top:13px;padding:0 22px;font-family:Quicksand,sans-serif;font-size:.78rem;font-weight:700}.ms-complete__next:hover{background:var(--site-teal-dark)}.ms-actions button:focus-visible,.ms-difficulty-list button:focus-visible,.ms-dialog__close:focus-visible,.ms-complete__next:focus-visible{outline:2px solid var(--site-teal);outline-offset:3px}@keyframes ms-pulse{0%{opacity:.35;transform:scale(.8)}to{opacity:1;transform:scale(1.05)}}@keyframes ms-complete{0%{filter:saturate(.82)}55%{filter:saturate(1.08)brightness(1.025)}to{filter:none}}@media (width<=560px){.minesweeper{padding-top:28px}.ms-header{margin-bottom:18px}.ms-start{min-height:56vh}.ms-difficulty-list:not(.ms-difficulty-list--dialog){width:min(100%,390px)}.ms-difficulty-list:not(.ms-difficulty-list--dialog) button{flex:30%;min-width:0;padding-inline:7px}.ms-difficulty-list:not(.ms-difficulty-list--dialog) button small{font-size:.58rem}.ms-actions{gap:5px}.ms-actions>button{flex:auto;padding-inline:10px;font-size:.69rem}.ms-mode{width:100%}.ms-mode button{flex:1}.ms-board-meta{align-items:flex-start}.ms-board-meta span:first-child{max-width:72%}.ms-dialog__inner{padding:30px 20px 24px}.ms-difficulty-list--dialog{grid-template-columns:1fr}.ms-difficulty-list--dialog button{width:100%;min-height:52px}}@media (prefers-reduced-motion:reduce){.ms-cell,.ms-actions button,.ms-difficulty-list button{transition:none}.ms-generating__dot,.ms-board.is-complete{animation:none}}
