#minesweeperModal{width:min(760px,calc(100% - 18px));max-height:min(94vh,880px);overflow:hidden}
#minesweeperModal .modal-content{max-height:calc(min(94vh,880px) - 67px);overflow:auto;padding:18px}
.ms-hero{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-bottom:14px;border-bottom:1px solid var(--line)}
.ms-hero-copy b{display:block;color:var(--ink);font-size:14px}.ms-hero-copy span{display:block;margin-top:2px;color:var(--muted);font-size:11px}
.ms-points{display:flex;align-items:center;gap:8px;flex:0 0 auto;padding:8px 10px;border:1px solid #d7eadf;border-radius:10px;background:#f2faf5;color:#24744c}.ms-points span{font-size:10px;font-weight:800;text-transform:uppercase}.ms-points b{font-size:19px;font-variant-numeric:tabular-nums}
html.dark .ms-points{border-color:#345745;background:#20372b;color:#7fe0a8}
.ms-tabs{display:flex;gap:4px;margin:13px 0}.ms-tab{flex:1;min-height:38px;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--muted);font-weight:800;font-size:12px}.ms-tab.active{border-color:var(--purple);background:#f1e8f7;color:var(--purple)}html.dark .ms-tab.active{background:#30243c}
.ms-section-title{margin:0 0 4px;color:var(--ink);font-size:16px}.ms-section-copy{margin:0 0 14px!important;color:var(--muted);font-size:12px;line-height:1.5}
.ms-lobby-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.ms-new-button{width:auto;min-height:38px;padding:8px 13px;border:0;border-radius:10px;background:linear-gradient(135deg,var(--purple),var(--pink));color:#fff;font-weight:850;font-size:12px}
.ms-search{position:relative;margin-bottom:10px}.ms-search input{width:100%;height:42px;padding:0 12px;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--ink);outline:none}.ms-search input:focus{border-color:var(--purple);box-shadow:0 0 0 3px #7048a615}
.ms-user-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;max-height:250px;overflow:auto;padding-right:2px}.ms-user{min-width:0;min-height:48px;display:flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:11px;padding:8px 10px;background:var(--surface);color:var(--ink);text-align:left}.ms-user:hover{border-color:#bd9bd3;background:#faf7fc}.ms-user-dot{width:8px;height:8px;border-radius:50%;background:#27bd70;flex:0 0 auto}.ms-user b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.ms-user small{display:block;color:var(--muted);font-size:9px;font-weight:600}.ms-empty{text-align:center;padding:32px 12px;color:var(--muted);font-size:12px}
.ms-wait,.ms-invite,.ms-result{display:flex;flex-direction:column;align-items:center;text-align:center;padding:27px 14px}.ms-state-icon{width:68px;height:68px;display:grid;place-items:center;margin-bottom:12px;border-radius:18px;background:#f1e8f7;color:var(--purple);font-size:31px}.ms-invite .ms-state-icon{background:#fff2dd;color:#a46816}.ms-result.win .ms-state-icon{background:#e9f8ef;color:#239b62}.ms-result.loss .ms-state-icon{background:#feecef;color:#cf4657}.ms-result h3,.ms-wait h3,.ms-invite h3{margin:0 0 5px;color:var(--ink);font-size:20px}.ms-result p,.ms-wait p,.ms-invite p{margin:0 0 17px;color:var(--muted);font-size:13px}.ms-result strong{display:block;margin:-8px 0 17px;color:#239b62;font-size:18px}.ms-result.loss strong{color:var(--muted);font-size:12px}.ms-actions{width:100%;display:flex;justify-content:center;gap:8px}.ms-actions button{width:auto;min-width:130px;min-height:42px;padding:9px 15px;border-radius:11px;font-weight:850}.ms-primary{border:0;background:linear-gradient(135deg,var(--purple),var(--pink));color:#fff}.ms-secondary{border:1px solid var(--line);background:var(--surface);color:var(--ink)}.ms-danger{border:1px solid #efc9cf;background:#fff4f5;color:#be3b4d}
.ms-spinner{width:30px;height:30px;margin:0 0 16px;border:3px solid #e9e0ee;border-top-color:var(--purple);border-radius:50%;animation:ms-spin .8s linear infinite}@keyframes ms-spin{to{transform:rotate(360deg)}}
.ms-game-head{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;margin-bottom:10px}.ms-player{min-width:0;display:flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid var(--line);border-radius:10px;background:var(--surface)}.ms-player:last-child{justify-content:flex-end;text-align:right}.ms-player i{width:34px;height:34px;display:grid;place-items:center;overflow:hidden;border:1px solid #ded4e5;border-radius:7px;background:#fff;flex:0 0 auto}.ms-player i:empty{width:8px;height:8px;border:0;border-radius:50%;background:#29b96f}.ms-player i img{display:block;width:88%;height:88%;object-fit:contain}.ms-player b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.ms-coop{color:var(--muted);font-size:10px;font-weight:900;text-transform:uppercase}
.ms-hud{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:10px}.ms-hud-item{display:flex;flex-direction:column;align-items:center;padding:7px;border:1px solid var(--line);border-radius:9px;background:var(--surface)}.ms-hud-item span{color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase}.ms-hud-item b{color:var(--ink);font-size:15px;font-variant-numeric:tabular-nums}
.ms-placement{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:8px}.ms-placement h3{margin:10px 0 3px;color:var(--ink);font-size:17px}.ms-placement p{max-width:480px;margin:0!important;color:var(--muted);font-size:11px;line-height:1.45}.ms-assigned-piece{display:flex;align-items:center;gap:11px;padding:8px 13px;border:1px solid var(--line);border-radius:10px;background:var(--surface);text-align:left}.ms-assigned-piece img{width:50px;height:50px;object-fit:contain}.ms-assigned-piece span,.ms-assigned-piece b{display:block}.ms-assigned-piece span{color:var(--muted);font-size:9px;font-weight:750}.ms-assigned-piece b{margin-top:2px;color:var(--ink);font-size:13px}.ms-piece-wait{padding-top:12px}.ms-piece-wait .ms-assigned-piece{margin-bottom:18px}.ms-turn{margin-bottom:9px;padding:8px 12px;border:1px solid var(--line);border-radius:9px;text-align:center;font-size:11px;font-weight:900}.ms-turn.mine{border-color:#9bd9b7;background:#eefaf3;color:#21794b}.ms-turn.theirs{background:#f6f3f8;color:var(--muted)}html.dark .ms-turn.mine{border-color:#315f46;background:#20392b;color:#7fe0a8}html.dark .ms-turn.theirs{background:#292331}
.ms-board-scroll{width:100%;overflow:auto;padding:4px 0 7px}.ms-board{--ms-cell:42px;display:grid;grid-template-columns:repeat(var(--ms-cols),var(--ms-cell));grid-auto-rows:var(--ms-cell);gap:3px;justify-content:center;min-width:max-content;margin:0 auto}.ms-cell{width:var(--ms-cell);height:var(--ms-cell);display:grid;place-items:center;padding:0;border:1px solid #cfc5d5;border-radius:6px;background:linear-gradient(180deg,#f9f7fa,#ded7e2);color:var(--ink);font-size:15px;font-weight:950;box-shadow:inset 0 -3px rgba(57,38,68,.12);touch-action:manipulation;-webkit-tap-highlight-color:transparent}.ms-cell:hover:not(:disabled){border-color:var(--purple);filter:brightness(1.03)}.ms-cell:disabled{cursor:default}.ms-cell.revealed{border-color:#e4dee7;background:var(--surface);box-shadow:none}.ms-cell.safe span{color:#7db99a;font-size:22px;line-height:1}.ms-cell img{width:86%;height:86%;object-fit:contain;pointer-events:none}.ms-cell.own-piece,.ms-cell.selected{border-color:#ae83ca;background:#f3eaf8;box-shadow:inset 0 0 0 2px #ffffff80}.ms-cell.piece-found{border-color:#e7aab2;background:#f9d8dd;box-shadow:none}.ms-cell.piece-stack{position:relative}.ms-cell.piece-stack img{position:absolute;width:66%;height:66%}.ms-cell.piece-stack img:first-child{left:0;top:0}.ms-cell.piece-stack img:last-child{right:0;bottom:0}.ms-cell.exploded{border-color:#c62f43;background:#d83f53;color:#fff;animation:ms-boom .3s ease-out}@keyframes ms-boom{50%{transform:scale(1.13)}}.ms-placement-cell{position:relative}.ms-placement-cell:hover:not(:disabled):not(.selected):after{content:'+';display:grid;place-items:center;position:absolute;inset:5px;border:1px dashed var(--purple);border-radius:4px;color:var(--purple);font-size:18px}.ms-placement-actions{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:8px}.ms-placement-actions span{color:var(--muted);font-size:11px;font-weight:850}.ms-placement-actions button{min-width:170px;min-height:40px;padding:8px 14px;border-radius:10px;font-size:12px;font-weight:850}.ms-placement-actions button:disabled{cursor:not-allowed;filter:grayscale(.35);opacity:.45}.ms-result-piece{width:86px;height:86px;display:grid;place-items:center;margin-bottom:12px;border:2px solid #d94559;border-radius:18px;background:#fff0f2}.ms-result-piece img{width:72px;height:72px;object-fit:contain}
.ms-game-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px}.ms-game-foot span{color:var(--muted);font-size:10px}.ms-abandon{border:0;background:transparent;color:var(--danger);font-size:10px;font-weight:800;text-decoration:underline;text-underline-offset:2px}
.ms-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:14px}.ms-stat{display:flex;flex-direction:column;align-items:center;padding:9px 5px;border:1px solid var(--line);border-radius:9px;background:var(--surface)}.ms-stat b{color:var(--ink);font-size:17px}.ms-stat span{color:var(--muted);font-size:8px;font-weight:800;text-align:center;text-transform:uppercase}
.ms-ranking{display:flex;flex-direction:column;gap:5px;max-height:390px;overflow:auto}.ms-rank-head,.ms-rank-row{display:grid;grid-template-columns:34px minmax(0,1fr) 70px 80px;gap:8px;align-items:center}.ms-rank-head{padding:3px 9px;color:var(--muted);font-size:9px;font-weight:850;text-transform:uppercase}.ms-rank-row{padding:9px;border:1px solid var(--line);border-radius:9px;background:var(--surface);font-size:11px}.ms-rank-row .rank{font-weight:950;text-align:center;color:var(--muted)}.ms-rank-row .nick{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ink);font-weight:850}.ms-rank-row .points,.ms-rank-row .wins{text-align:right;font-variant-numeric:tabular-nums;color:var(--purple);font-weight:850}
.ms-profile-stats{width:100%;margin-top:5px;padding-top:15px;border-top:1px solid var(--line)}.ms-profile-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.ms-profile-title b{color:var(--ink);font-size:12px}.ms-profile-title span{color:var(--purple);font-size:11px;font-weight:850}.ms-profile-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.ms-profile-grid div{display:flex;flex-direction:column;align-items:center;padding:7px 3px;border-radius:8px;background:#f7f3f9}.ms-profile-grid b{color:var(--ink);font-size:14px}.ms-profile-grid span{color:var(--muted);font-size:7px;font-weight:800;text-align:center;text-transform:uppercase}html.dark .ms-profile-grid div{background:#292231}
.ms-hub-art{width:100%;height:92px;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:12px;background:#fff}.ms-hub-art i{width:54px;height:54px;display:grid;place-items:center;border:1px solid #dfd5e4;border-radius:9px;background:#fff;font-style:normal}.ms-hub-art i img{width:46px;height:46px;object-fit:contain}.ms-hub-art b{color:var(--purple);font-size:11px;font-weight:950}html.dark .ms-hub-art,html.dark .ms-hub-art i{background:#fff}
@media(max-width:620px){#minesweeperModal .modal-content{padding:14px}.ms-user-list{grid-template-columns:1fr}.ms-board{--ms-cell:min(40px,calc((100vw - 104px)/var(--ms-cols)))}.ms-game-head{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}.ms-coop{font-size:0}.ms-coop:after{content:'+';font-size:15px}.ms-actions{flex-direction:column}.ms-actions button{width:100%}.ms-stats{grid-template-columns:repeat(2,1fr)}.ms-rank-head,.ms-rank-row{grid-template-columns:28px minmax(0,1fr) 56px 62px;gap:5px}.ms-hero{align-items:flex-start}.ms-points{padding:7px 8px}.ms-points span{display:none}.ms-profile-grid{grid-template-columns:repeat(2,1fr)}}
.ms-profile-stats{display:none!important}
