.ms-grid-wrapper{display:flex;justify-content:center;align-items:center;padding:.25rem}.ms-grid{display:grid;border:2.5px solid var(--color-text, #1a1a1a);border-radius:4px;overflow:hidden;box-shadow:0 2px 12px #0000001f;-webkit-user-select:none;user-select:none;background:var(--color-surface)}.ms-cell{position:relative;display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.18);background:var(--color-surface);font-size:calc(var(--ms-cell-px, 40px) * .55);font-weight:700;line-height:1;cursor:pointer;aspect-ratio:1;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;transition:background .12s,transform .05s}.ms-cell.ms-hidden{background:#bdbdbd;box-shadow:inset 2px 2px #ffffffb3,inset -2px -2px #00000038}.ms-cell.ms-hidden:hover{background:#cfcfcf}.ms-cell.ms-hidden:active{transform:scale(.97);box-shadow:inset 2px 2px #0000002e,inset -2px -2px #ffffff80}.ms-cell.ms-revealed{background:#ececec;box-shadow:inset 0 0 0 1px #00000014;cursor:default}.ms-cell.ms-revealed:hover{background:#ececec}.ms-cell.ms-n0{color:transparent}.ms-cell.ms-n1{color:#1976d2}.ms-cell.ms-n2{color:#2e7d32}.ms-cell.ms-n3{color:#d32f2f}.ms-cell.ms-n4{color:#4527a0}.ms-cell.ms-n5{color:#6d4c41}.ms-cell.ms-n6{color:#00838f}.ms-cell.ms-n7{color:#1a1a1a}.ms-cell.ms-n8{color:#616161}.ms-cell.ms-flagged{font-size:calc(var(--ms-cell-px, 40px) * .55)}.ms-cell.ms-mine{background:color-mix(in srgb,var(--color-surface) 60%,#e53935 40%);cursor:default}.ms-cell.ms-exploded{background:#e53935!important;animation:ms-explode .4s ease-out}@keyframes ms-explode{0%{transform:scale(1)}40%{transform:scale(1.18)}to{transform:scale(1)}}.ms-cell.ms-hint-source{box-shadow:inset 0 0 0 2px #f57c00d9;background:color-mix(in srgb,var(--color-surface) 60%,#ffa000 40%);z-index:2}.ms-cell.ms-hint-target{outline:3px dashed #ffa000;outline-offset:-3px;z-index:3;animation:ms-hint-pulse 1.4s ease-in-out infinite}@keyframes ms-hint-pulse{0%,to{outline-color:#ffa000}50%{outline-color:#ffd54f}}.ms-grid.ms-solved{animation:ms-solved-pulse .7s ease-out;border-color:#43a047}@keyframes ms-solved-pulse{0%{box-shadow:0 2px 12px #0000001f}50%{box-shadow:0 0 0 6px #43a0478c,0 2px 12px #0000001f}to{box-shadow:0 2px 12px #0000001f}}.ms-grid.ms-shake{animation:ms-shake .45s cubic-bezier(.36,.07,.19,.97)}@keyframes ms-shake{0%,to{transform:translate(0)}15%{transform:translate(-7px)}30%{transform:translate(7px)}45%{transform:translate(-5px)}60%{transform:translate(5px)}80%{transform:translate(-2px)}}.ms-tool-btn{font-size:1.4rem;line-height:1;padding:0 .85rem;min-width:44px}.ms-tool-btn.ms-tool-flag{background:color-mix(in srgb,var(--color-surface) 60%,#d32f2f 35%);border-color:#d32f2f}.ms-hint-panel{margin:.75rem auto 0;padding:.65rem .85rem;background:color-mix(in srgb,var(--color-surface) 70%,#ffa000 12%);border-left:3px solid #ffa000;border-radius:4px;width:min(92vw,480px);font-size:.95rem;line-height:1.4}.ms-hint-panel.hidden{display:none}.ms-example{margin-top:1rem;padding-top:.85rem;border-top:1px dashed var(--color-border)}.ms-slide{flex:0 0 100%;scroll-snap-align:start;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.25rem 0}.ms-example-grid{display:grid;grid-template-columns:repeat(4,36px);grid-template-rows:repeat(4,36px);gap:0;border:2.5px solid var(--color-text, #1a1a1a);border-radius:4px;overflow:hidden;background:var(--color-surface)}.ms-ex-cell{display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.18);font-size:16px;font-weight:700;line-height:1}.ms-ex-cell.ms-ex-hidden{background:#bdbdbd;box-shadow:inset 2px 2px #ffffffb3,inset -2px -2px #00000038}.ms-ex-cell.ms-ex-revealed{background:#ececec}.ms-ex-cell.ms-ex-n0{color:transparent}.ms-ex-cell.ms-ex-n1{color:#1976d2}.ms-ex-cell.ms-ex-n2{color:#2e7d32}.ms-ex-cell.ms-ex-n3{color:#d32f2f}.ms-ex-cell.ms-ex-flag{background:#bdbdbd;box-shadow:inset 2px 2px #ffffffb3,inset -2px -2px #00000038;font-size:14px}.ms-ex-cell.ms-ex-highlight{outline:2px dashed #ffa000;outline-offset:-2px}.ms-example-caption{font-size:.78rem;color:var(--color-text-muted);text-align:center;line-height:1.4;max-width:280px;margin:0}.ms-slide-nav{position:absolute;top:76px;transform:translateY(-50%);width:28px;height:28px;border-radius:50%;background:#0000008c;color:#fff;border:none;font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2}.ms-slide-dots{display:flex;justify-content:center;gap:.35rem;margin-top:.35rem}
