body.is-mark-game>header{display:none}body.is-mark-game,body.is-mark-game #root{background:#f8f4f6}body.is-mark-game .local-notice{top:auto;bottom:22px;left:50%;transform:translateX(-50%);box-shadow:0 8px 30px #44253125;max-width:90vw}.mark-game{height:100dvh;overflow:auto;background:radial-gradient(ellipse at 10% 0,#ffedf3,transparent 55%),#f8f4f6;color:#382733;font-family:-apple-system,"Segoe UI","Microsoft YaHei",sans-serif}.mark-header{max-width:1190px;margin:auto;padding:25px 26px 23px;display:flex;align-items:center;justify-content:space-between;gap:18px}.mark-heading{display:flex;align-items:center;gap:15px}.mark-back{display:grid;place-items:center;width:40px;height:40px;border:1px solid #e5d6dd;background:#fff9;border-radius:12px;color:#6b4c5d;font-size:29px;text-decoration:none}.mark-eyebrow{font-size:12px;letter-spacing:.1em;color:#a3637e;font-weight:700}.mark-heading h1{font-size:25px;font-weight:800;line-height:1.3;margin:3px 0 0}.mark-room{text-align:right;display:grid;gap:5px;font-size:13px;color:#8e7583}.mark-room b{font-size:14px;color:#644154;font-weight:600}.mark-layout{max-width:1190px;margin:auto;padding:0 26px 32px;display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:22px;align-items:start}.mark-board-panel{min-width:0;border:1px solid #eadce3;border-radius:22px;background:white;box-shadow:0 9px 36px #71405d09;overflow:hidden}.mark-board-toolbar{padding:15px 19px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid #f3e7ed}.mark-board-toolbar p{font-size:14px;color:#755363;font-weight:600;margin:0}.mark-zoom{background:#f8eff3;border:1px solid #ecdae3;border-radius:8px;padding:8px 11px;color:#79465f;font-size:12px;cursor:pointer}.mark-scroll{overflow:auto;overscroll-behavior:contain;padding:10px;background:#fffafb}.mark-board{position:relative;width:100%;max-width:800px;margin:auto;isolation:isolate;line-height:0}.mark-board.is-zoomed{width:800px;max-width:none}.mark-cells{display:grid;grid-template-columns:repeat(13,minmax(0,1fr));gap:4px;padding:7px;border:1px solid #dcb7c9;border-radius:13px;background:#f3e1ea;box-shadow:inset 0 1px 3px #784c6110}.mark-cell{position:relative;appearance:none;aspect-ratio:1;min-width:0;min-height:0;margin:0;padding:4px;border:1px solid #d7b3c4;border-radius:7px;background:linear-gradient(145deg,#fffafd,#f7e9f0);box-shadow:0 1px 2px #79516a12;cursor:pointer;transition:background .16s,border-color .16s,box-shadow .16s;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.mark-cell img{display:block;width:100%;height:100%;object-fit:contain;pointer-events:none;user-select:none;filter:drop-shadow(0 1px 1px #38233320)}.mark-cell:hover{background:#fff4d7;border-color:#ca942d;box-shadow:0 0 0 1px #ca942d40}.mark-cell:focus-visible{outline:3px solid #2775d7;outline-offset:0;z-index:4}.mark-cell.is-marked{z-index:2;border-color:#d79612;background:linear-gradient(145deg,#fff9d7,#ffe79c);box-shadow:inset 0 0 0 1px #efb634,0 0 10px #efb53690}.mark-cell.is-marked img{filter:drop-shadow(0 2px 3px #b9792140)}.mark-cell.is-saving{outline:2px solid #e4a532;outline-offset:-2px}.mark-cell[aria-disabled=true]{cursor:default}.mark-check{position:absolute;right:-3px;top:-3px;width:19px;height:19px;display:grid;place-items:center;border:2px solid white;border-radius:50%;background:#de9918;color:white;box-shadow:0 1px 4px #6e420b40}.mark-check svg{width:13px;height:13px}.mark-cell-position{position:absolute;bottom:0;left:0;right:0;font-size:10px;line-height:14px;background:#6c461bad;color:white;border-radius:2px;opacity:0;pointer-events:none}.mark-cell:focus-visible .mark-cell-position{opacity:1}.mark-legend{padding:15px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;line-height:1.5;color:#95828b}.mark-legend>span:first-child{color:#8a6b34}.mark-legend-dot{display:inline-block;width:9px;height:9px;margin-right:7px;border-radius:3px;background:#ffc23d;box-shadow:0 0 5px #ffc23d80}.mark-side{display:grid;gap:15px}.mark-progress-card,.mark-control-card,.mark-record-card{border:1px solid #eadce3;border-radius:19px;background:white;padding:23px}.mark-progress-card{background:linear-gradient(145deg,#fff9e9,white);border-color:#eee1c5}.mark-count{display:flex;align-items:baseline;gap:9px;margin:14px 0 16px}.mark-count strong{font-size:56px;line-height:1;font-weight:800;color:#654223;font-variant-numeric:tabular-nums}.mark-count>span{font-size:18px;color:#a9937c}.mark-progress{height:6px;background:#f2e9d6;border-radius:5px;overflow:hidden}.mark-progress i{display:block;background:linear-gradient(90deg,#f7ce64,#da981f);height:100%;transition:width .3s}.mark-progress-card p{font-size:13px;color:#998062;margin:13px 0 0}.mark-control-card{padding:15px}.mark-history-buttons{display:grid;grid-template-columns:1fr 1fr;gap:9px}.mark-history-buttons button,.mark-reset{border:1px solid #e9dbe2;border-radius:10px;background:#fcf8fa;padding:11px 7px;color:#784d62;font-size:14px;cursor:pointer}.mark-history-buttons button:hover:not(:disabled){background:#f5e6ec}.mark-game button:disabled{opacity:.4;cursor:not-allowed}.mark-reset{width:100%;margin-top:10px;background:transparent;font-size:12px;color:#9d7b89;border-color:transparent}.mark-record-card h2{margin:0 0 18px;font-size:14px;font-weight:700}.mark-record-card ol{list-style:none;margin:0;padding:0;display:grid;gap:17px}.mark-record-card li{display:flex;gap:10px;align-items:flex-start}.mark-record-card li p{font-size:12px;margin:0 0 4px;color:#694b5a;line-height:1.5}.mark-record-card li small{font-size:11px;color:#ab94a0}.mark-event-dot{width:7px;height:7px;flex-shrink:0;margin-top:6px;background:#d4c4cc;border-radius:50%}.mark-event-dot.on{background:#e9ad39}.mark-empty{font-size:13px;color:#ab94a0;line-height:1.8}.mark-game button{font-family:inherit}@media(max-width:850px){.mark-layout{grid-template-columns:minmax(0,1fr);max-width:800px;gap:16px;padding:0 14px 24px}.mark-header{padding:18px 16px}.mark-heading h1{font-size:20px}.mark-side{grid-template-columns:1fr 1fr;gap:12px}.mark-record-card{grid-column:1/-1}.mark-progress-card{padding:17px}.mark-count{margin:8px 0}.mark-count strong{font-size:36px}.mark-control-card{align-self:stretch;display:flex;flex-direction:column;justify-content:center}.mark-record-card ol{grid-template-columns:repeat(2,minmax(0,1fr))}.mark-board-toolbar{padding:12px}.mark-scroll{padding:5px}.mark-check{width:14px;height:14px;border-width:1px;top:-2px;right:-2px}.mark-check svg{width:10px;height:10px}.mark-cells{gap:3px;padding:5px;border-radius:9px}.mark-cell{border-radius:4px;padding:2px}.mark-cell.is-marked{box-shadow:inset 0 0 0 1px #efb634,0 0 5px #efb53670}.mark-legend{padding:12px;font-size:11px}.mark-room{font-size:11px}.mark-back{width:34px;height:34px}.mark-heading{gap:10px}}@media(prefers-reduced-motion:reduce){.mark-cell,.mark-progress i{transition:none}}

@media(max-width:480px){.mark-cells{gap:2px;padding:3px}.mark-cell{padding:1px}.mark-check{width:11px;height:11px;right:-2px;top:-3px}.mark-check svg{width:8px;height:8px}}
