:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font:16px/1.5 system-ui,Malgun Gothic,Apple SD Gothic Neo,sans-serif}body{margin:0}#root{min-height:100svh}h1,h2,h3{margin:0 0 8px}.janggi-board{touch-action:none;outline:none;width:100%;height:auto;max-height:82vh}.janggi-board__background{fill:#e8c88a}.janggi-board__line{stroke:#4a3418;stroke-width:2px}.janggi-board__hit{fill:#0000;cursor:pointer}.janggi-board__move-hint{fill:#2f6f4f;opacity:.55;pointer-events:none}.janggi-board__capture-hint{fill:none;stroke:#c0392b;stroke-width:4px;opacity:.75;pointer-events:none}.janggi-board__selected-ring{fill:none;stroke:#1d6fd6;stroke-width:4px;pointer-events:none}.janggi-board__last-move{fill:#ffd54a;opacity:.35;pointer-events:none}.janggi-board__check-ring{fill:none;stroke:#e53935;stroke-width:5px;pointer-events:none;animation:1s ease-in-out infinite janggi-check-pulse}.janggi-board__focus-ring{fill:none;stroke:#1d6fd6;stroke-width:3px;stroke-dasharray:6 4;pointer-events:none}.janggi-board__ghost{pointer-events:none;opacity:.9}@keyframes janggi-check-pulse{0%,to{opacity:.5}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.janggi-board__check-ring{opacity:.9;animation:none}}.piece-glyph{cursor:pointer}.piece-glyph__disc{stroke-width:2.5px}.piece-glyph__ring{fill:none;stroke-width:1.5px;opacity:.85}.piece-glyph__label{fill:var(--piece-label-color,#fff);paint-order:stroke;-webkit-user-select:none;user-select:none;pointer-events:none;font-weight:700}.piece-glyph--han .piece-glyph__disc{fill:var(--janggi-han);stroke:#5c1811}.piece-glyph--han .piece-glyph__ring{stroke:#f6d9d4;stroke-dasharray:none}.piece-glyph--cho .piece-glyph__disc{fill:var(--janggi-cho);stroke:#103c24}.piece-glyph--cho .piece-glyph__ring{stroke:#cfead9;stroke-dasharray:3 3}.piece-glyph--dragging{opacity:.85}:root{--janggi-accent:#1d6fd6;--janggi-han:#b3382c;--janggi-cho:#1f6f43;--janggi-bg:#f4ede1;--janggi-panel-bg:#fff;--janggi-text:#2a2a2a}*{box-sizing:border-box}body{background:var(--janggi-bg);color:var(--janggi-text)}button{cursor:pointer;background:#fff;border:1px solid #b8ac96;border-radius:8px;min-width:44px;min-height:44px;padding:0 14px;font-size:.95rem}button:disabled{opacity:.45;cursor:not-allowed}button:focus-visible,.janggi-board:focus-visible,input:focus-visible{outline:3px solid var(--janggi-accent);outline-offset:2px}.setup-screen{max-width:900px;margin:0 auto;padding:24px 16px 64px}.setup-screen__subtitle{color:#555}.setup-screen__pickers{grid-template-columns:1fr 1fr;gap:16px;margin:20px 0;display:grid}@media (width<=640px){.setup-screen__pickers{grid-template-columns:1fr}}.side-setup-picker{border:1px solid #d8cdb4;border-radius:10px;padding:12px}.side-setup-picker__options{flex-direction:column;gap:8px;display:flex}.jin-option{cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:center;gap:10px;padding:8px;display:flex}.jin-option.is-selected{border-color:var(--janggi-accent);background:#eaf2fd}.jin-option__name{min-width:5em;font-weight:600}.jin-preview{color:#555;gap:6px;font-size:.85rem;display:flex}.jin-preview__center{color:#999}.setup-screen__rules{border:1px solid #d8cdb4;border-radius:10px;flex-direction:column;gap:10px;padding:12px;display:flex}.setup-screen__rule-row{align-items:center;gap:8px;display:flex}.setup-screen__start{background:var(--janggi-accent);color:#fff;border:none;margin-top:20px;padding:0 24px;font-size:1.05rem;font-weight:600}.game-screen{align-items:flex-start;gap:20px;max-width:1400px;margin:0 auto;padding:16px;display:flex}@media (width<=900px){.game-screen{flex-direction:column}}.game-screen__board-area{flex:auto;min-width:0;max-width:720px}.game-screen__board-toolbar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:10px;display:flex}.turn-indicator{margin-right:auto;font-weight:600}.turn-indicator__check{color:var(--janggi-cho)}.elapsed-timer{color:#555;font-variant-numeric:tabular-nums}.game-screen__captured{gap:12px;margin-top:10px;display:flex}.game-screen__panel{background:var(--janggi-panel-bg);border:1px solid #e3d9c3;border-radius:12px;flex-direction:column;flex:0 0 320px;gap:14px;padding:14px;display:flex}.score-board{justify-content:space-between;font-size:1.1rem;font-weight:600;display:flex}.draw-offer-banner{background:#fff4d6;border:1px solid #e8c96a;border-radius:8px;flex-wrap:wrap;align-items:center;gap:8px;padding:8px;display:flex}.game-screen__actions,.game-screen__io{flex-wrap:wrap;gap:8px;display:flex}.captured-pieces{flex-direction:column;flex:1;gap:4px;display:flex}.captured-pieces__label{color:#666;font-size:.8rem}.captured-pieces__tray{flex-wrap:wrap;gap:4px;min-height:30px;display:flex}.captured-pieces__empty{color:#999;font-size:.85rem}.move-history__title{margin:0 0 6px}.move-history__nav{gap:6px;margin-bottom:8px;display:flex}.move-history__nav button{flex:1;padding:0 6px;font-size:.8rem}.move-history__list{border-top:1px solid #eee;max-height:260px;margin:0;padding:0;list-style:none;overflow-y:auto}.move-history__list li button{text-align:left;background:0 0;border:none;border-radius:0;width:100%;min-height:36px;font-size:.85rem}.move-history__list li button.is-active{background:#eaf2fd;font-weight:600}.end-dialog__backdrop{z-index:100;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.end-dialog{text-align:center;background:#fff;border-radius:12px;width:90%;max-width:380px;padding:24px}.end-dialog__winner{font-size:1.2rem;font-weight:700}.end-dialog__score{color:#555}.end-dialog__new-game{background:var(--janggi-accent);color:#fff;border:none;margin-top:10px;font-weight:600}.error-boundary,.restore-dialog__backdrop .restore-dialog{text-align:center;background:#fff;border-radius:12px;max-width:480px;margin:10vh auto;padding:24px}.error-boundary__message{white-space:pre-wrap;text-align:left;background:#f6f6f6;border-radius:6px;padding:8px;font-size:.8rem}.restore-dialog__backdrop{z-index:200;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.restore-dialog__actions{justify-content:center;gap:10px;margin-top:12px;display:flex}
