body{width:100%;padding-bottom:2.4rem;max-width:none!important}.hasami-module__5iO9_a__layout{flex-direction:column;align-items:center;width:100%;max-width:480px;margin:0 auto;padding:0 8px;display:flex}.hasami-module__5iO9_a__gameColumn{flex-direction:column;align-items:center;width:100%;display:flex}.hasami-module__5iO9_a__sideColumn{justify-content:center;width:100%;margin-top:16px;display:flex}.hasami-module__5iO9_a__header{text-align:center;padding:64px 16px 12px}.hasami-module__5iO9_a__turnIndicator{color:var(--accent);text-align:center;min-height:1.4rem;margin:4px 0 6px;font-size:.95rem;font-weight:700}.hasami-module__5iO9_a__scoreBar{justify-content:center;align-items:center;gap:16px;margin:4px 0 10px;font-size:.98rem;font-weight:700;display:flex}.hasami-module__5iO9_a__scoreSide{align-items:center;gap:6px;display:flex}.hasami-module__5iO9_a__controlRow{justify-content:center;margin:2px 0 8px;display:flex}.hasami-module__5iO9_a__undoBtn{border:1.5px solid var(--border);background:var(--surface,transparent);color:var(--text);cursor:pointer;border-radius:8px;padding:6px 16px;font-size:.92rem;font-weight:700;transition:opacity .15s}.hasami-module__5iO9_a__undoBtn:disabled{opacity:.35;cursor:default}.hasami-module__5iO9_a__boardWrap{justify-content:center;align-items:center;width:100%;display:flex}.hasami-module__5iO9_a__board{aspect-ratio:1;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;background:#dcb35c;border:2px solid #8b6914;grid-template-columns:repeat(9,1fr);width:min(360px,96vw);display:grid;box-shadow:0 4px 16px #0000004d}html[data-theme=dark] .hasami-module__5iO9_a__board{background:#a08030;border-color:#6b4c10}.hasami-module__5iO9_a__cell{aspect-ratio:1;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:.5px solid #8b6914;justify-content:center;align-items:center;padding:0;display:flex;position:relative}html[data-theme=dark] .hasami-module__5iO9_a__cell{border-color:#6b4c10}.hasami-module__5iO9_a__cell:disabled{cursor:default}.hasami-module__5iO9_a__cellSelected{background:#c9e87c}html[data-theme=dark] .hasami-module__5iO9_a__cellSelected{background:#7a9e30}.hasami-module__5iO9_a__cellMovable:after{content:"";pointer-events:none;background:#00b40073;border-radius:50%;width:28%;height:28%;position:absolute}.hasami-module__5iO9_a__piece{-webkit-user-select:none;user-select:none;pointer-events:none;justify-content:center;align-items:center;width:82%;height:82%;font-family:serif;font-weight:900;display:flex;position:relative}.hasami-module__5iO9_a__pieceSvg{width:100%;height:100%;position:absolute;inset:0}.hasami-module__5iO9_a__pieceText{z-index:1;font-size:min(1.1rem,3.5vw);line-height:1;position:relative}.hasami-module__5iO9_a__piecePlayer .hasami-module__5iO9_a__pieceText{color:#1a1a1a}.hasami-module__5iO9_a__pieceCpu{transform:rotate(180deg)}.hasami-module__5iO9_a__pieceCpu .hasami-module__5iO9_a__pieceText{color:#8b0000}.hasami-module__5iO9_a__pieceLast:before{content:"";pointer-events:none;border-radius:12%;position:absolute;inset:-6%;box-shadow:0 0 0 3px #ef4444}.hasami-module__5iO9_a__pieceCaptured{animation:.3s ease-out forwards hasami-module__5iO9_a__capturePiece}@keyframes hasami-module__5iO9_a__capturePiece{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}.hasami-module__5iO9_a__resultCard{width:min(360px,96vw);margin-top:16px}.hasami-module__5iO9_a__resultIcon{font-size:3rem}.hasami-module__5iO9_a__resultMsg{margin:8px 0;font-size:1.2rem;font-weight:800}.hasami-module__5iO9_a__btnRow{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:16px;display:flex}.hasami-module__5iO9_a__historySection{width:min(360px,96vw);margin:0 auto}.hasami-module__5iO9_a__historyInfo{color:var(--text);font-size:1rem;font-weight:700}.hasami-module__5iO9_a__historyResult{font-size:.88rem;font-weight:700}.hasami-module__5iO9_a__historyResultWin{color:#16a34a}.hasami-module__5iO9_a__historyResultLose{color:#dc2626}.hasami-module__5iO9_a__historyResultDraw{color:var(--text-sub)}@media (min-width:768px){.hasami-module__5iO9_a__layout{max-width:640px}.hasami-module__5iO9_a__board,.hasami-module__5iO9_a__resultCard,.hasami-module__5iO9_a__historySection{width:min(460px,88vw)}.hasami-module__5iO9_a__pieceText{font-size:1.4rem}.hasami-module__5iO9_a__header h1{font-size:1.7rem}}@media (min-width:1024px){.hasami-module__5iO9_a__layout{flex-direction:row;justify-content:center;align-items:flex-start;gap:56px;max-width:1100px;padding:0 24px}.hasami-module__5iO9_a__gameColumn{flex:0 auto;max-width:620px}.hasami-module__5iO9_a__sideColumn{flex:0 0 360px;justify-content:flex-start;margin-top:0;padding-top:96px}.hasami-module__5iO9_a__header{padding-top:32px}.hasami-module__5iO9_a__header h1{font-size:2rem}.hasami-module__5iO9_a__board{width:min(520px,100%)}.hasami-module__5iO9_a__pieceText{font-size:1.6rem}.hasami-module__5iO9_a__resultCard{width:100%;max-width:520px}.hasami-module__5iO9_a__historySection{width:100%;max-width:360px;margin:0}}
