*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{color:#33291a;background:#efe6d4;margin:0;padding:0;font-family:Hiragino Sans,Hiragino Kaku Gothic ProN,Noto Sans JP,Yu Gothic,Meiryo,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.app{max-width:560px;padding:8px 10px calc(16px + env(safe-area-inset-bottom));flex-direction:column;gap:6px;min-height:100dvh;margin:0 auto;display:flex}.header{justify-content:space-between;align-items:center;display:flex}.app-title{letter-spacing:.05em;margin:4px 0;font-size:18px}.header-buttons{gap:6px;display:flex}.btn{-webkit-appearance:none;appearance:none;color:#33291a;cursor:pointer;touch-action:manipulation;background:#fbf6ea;border:1.5px solid #b09a72;border-radius:10px;padding:10px 16px;font-size:15px;font-weight:600;transition:background .15s,transform 50ms}.btn:active{transform:scale(.97)}.btn:disabled{opacity:.45;cursor:default}.btn.primary{color:#fff8ee;background:#b3432b;border-color:#b3432b}.hint-toggle-btn{position:relative}.hint-toggle-btn[aria-pressed=true]:after{content:"";background:#ffe27a;border-radius:50%;width:8px;height:8px;position:absolute;top:5px;right:7px;box-shadow:0 0 0 2px #ffffffb3}.btn.small{padding:6px 12px;font-size:13px}.btn.big{padding:14px 32px;font-size:18px}.btn.link{color:#7a5c2e;background:0 0;border:none;font-weight:500;text-decoration:underline}.status-bar{flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;display:flex}.side-chip{border:2px solid #0000;border-radius:999px;padding:4px 12px;font-weight:700}.side-chip.red{color:#a03420;background:#f7ddd3}.side-chip.black{color:#333;background:#e2ddd3}.side-chip.active{border-color:#e0a10f;box-shadow:0 0 0 3px #e0a10f40}.difficulty-chip{color:#6b5b3e;background:#efe8d8;border-radius:999px;padding:4px 10px}.thinking{color:#6b5b3e;animation:1.2s ease-in-out infinite blink}.your-turn{color:#1a7f37;font-weight:700}.move-count{color:#8a7a5c;margin-left:auto}@keyframes blink{0%,to{opacity:1}50%{opacity:.35}}.captured-row{color:#8a7a5c;align-items:center;gap:8px;min-height:22px;font-size:12px;display:flex}.captured-pieces{flex-wrap:wrap;gap:3px;display:flex}.captured-piece{background:#f8efdc;border:1px solid #c9b489;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-family:Noto Serif JP,Hiragino Mincho ProN,serif;font-size:13px;display:inline-flex}.captured-piece.red{color:#b3432b;border-color:#d5a08e}.captured-piece.black{color:#2b2b2b;border-color:#b0a894}.board-wrap{width:100%}.board-svg{-webkit-user-select:none;user-select:none;width:100%;height:auto;max-height:max(280px,100dvh - 292px);margin:0 auto;display:block}.board-bg{fill:#e8c78f;stroke:#b08d55;stroke-width:2px}.river-band{fill:#dfc084;opacity:.55}.board-line{stroke:#7a5a30;stroke-width:3px;stroke-linecap:round}.board-line.thick{stroke-width:6px}.river-text{fill:#96712f;opacity:.85;font-family:Noto Serif JP,Hiragino Mincho ProN,Yu Mincho,serif;font-size:44px}.piece-arrive{animation:.32s cubic-bezier(.22,.68,.28,1.05) piece-arrive-move}@keyframes piece-arrive-move{0%{transform:translate(var(--dx), var(--dy))}to{transform:translate(0)}}@media (prefers-reduced-motion:reduce){.piece-arrive{animation:none}}.piece-body{fill:url(#piece-soft-top);filter:drop-shadow(0 3.5px 3px #3a2a1252)}.piece-ring{fill:none;stroke-width:3.6px;opacity:.9}.piece-edge{fill:none;stroke:#fff;stroke-width:1px;opacity:.5}.piece.red .piece-ring{stroke:#c1503a}.piece.black .piece-ring{stroke:#3a352d}.piece-char{pointer-events:none;font-family:Noto Serif JP,Noto Serif SC,Hiragino Mincho ProN,Yu Mincho,serif;font-size:48px;font-weight:800}.piece-char.aid{font-size:40px}.piece-aid{pointer-events:none;opacity:.85;font-size:17px}.piece.red .piece-char,.piece.red .piece-aid,.piece.red .mini-char{fill:#ab3420}.piece.black .piece-char,.piece.black .piece-aid,.piece.black .mini-char{fill:#211a12}.selected-ring{fill:none;stroke:#1d8bd4;stroke-width:6px;opacity:.9}.hint-src-ring{fill:none;stroke-width:5px;stroke-dasharray:10 8;opacity:.85}.hint-arrow{stroke-width:9px;stroke-linecap:round;opacity:.7}.target-dot{fill:#f2b705;opacity:.85;pointer-events:none}.target-capture{fill:none;stroke:#f2b705;stroke-width:7px;opacity:.9;pointer-events:none}.lastmove-from{fill:none;stroke:#1d8bd4;stroke-width:3px;opacity:.55}.lastmove-to{fill:#1d8bd4;opacity:.14}.check-ring{fill:none;stroke:#d42a1d;stroke-width:7px;animation:.9s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.25}}.hint-badge{pointer-events:none}.guide{background:#fbf6ea;border:1.5px solid #d8c8a4;border-radius:12px;min-height:52px;padding:10px 14px;font-size:14px;line-height:1.5}.guide.warn{background:#fdf2e3;border-color:#e0a10f}.guide.check{color:#a02012;background:#fdeae6;border-color:#d42a1d;font-weight:700}.guide.success{background:#eaf5ec;border-color:#1a7f37}.controls{gap:8px;display:flex}.controls .btn{flex:1}.hint-legend{justify-content:center;gap:12px;min-height:18px;font-size:13px;display:flex}.hint-legend.loading{color:#a08f6e;font-size:12.5px}.legend.best{color:#1a7f37}.legend.good{color:#0969da}.legend.risky{color:#bc4c00}.footer{color:#a08f6e;text-align:center;margin-top:auto;padding-top:8px;font-size:11px}.overlay{z-index:50;background:#281e0c8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.title-overlay{background:linear-gradient(160deg,#f3e7d3,#e5cfa5)}.overlay-card{text-align:center;background:#fffdf6;border-radius:18px;flex-direction:column;align-items:center;gap:14px;width:100%;max-width:420px;max-height:85dvh;padding:26px 22px;display:flex;overflow-y:auto;box-shadow:0 12px 40px #281e0c59}.title-main{color:#8c2f1b;letter-spacing:.06em;margin:6px 0 0;font-size:30px}.title-tagline{margin:0;font-size:16px;font-weight:700}.title-sub{color:#8a7a5c;margin:0;font-size:13px}.difficulty-select{flex-direction:column;gap:8px;font-size:14px;display:flex}.difficulty-buttons{justify-content:center;gap:8px;display:flex}.dialog-buttons{gap:10px;display:flex}.dialog-buttons.column{flex-direction:column;width:100%}.gameover-title{margin:0;font-size:26px}.gameover-moves{color:#8a7a5c;margin:0}.rules-card{text-align:left;align-items:stretch}.rules-card h2{text-align:center;margin:0;font-size:19px}.rules-body{font-size:14px;line-height:1.7}.rules-body p{margin:6px 0}.mini-board{flex-shrink:0}.mini-bg{fill:#ecd9ae;stroke:#c4a267;stroke-width:1.5px}.mini-line{stroke:#7a5a30;stroke-width:2px;stroke-linecap:round}.mini-char{pointer-events:none;font-family:Noto Serif JP,Noto Serif SC,Hiragino Mincho ProN,Yu Mincho,serif;font-size:20px;font-weight:700}.piece-body.mini{fill:#faf1dc;stroke-width:2.5px;filter:none}.piece.red .piece-body.mini{stroke:#c1503a}.piece.black .piece-body.mini{stroke:#3a352d}.target-capture.mini{stroke-width:4px}.mini-cross{fill:#8a6e4b;font-size:28px;font-weight:700}.rules-subheading{margin:16px 0 4px;font-size:16px}.diagram-legend{color:#8a7a5c;margin:2px 0 8px;font-size:12.5px}.diagram-row{border-bottom:1px solid #eadfc6;flex-wrap:wrap;align-items:center;gap:6px 14px;margin:12px 0;padding-bottom:10px;display:flex}.diagram-text{flex:170px;min-width:165px}.diagram-text strong{font-size:15px}.diagram-text p{margin:4px 0 0}.seo-details{color:#6b5b3e;background:#f7f1e2;border:1px solid #ddceab;border-radius:10px;margin-top:4px;padding:8px 12px;font-size:13px}.seo-details summary{cursor:pointer;font-weight:600}.seo-details h2{margin:10px 0 4px;font-size:15px}.seo-details p{line-height:1.7}.setting-row{flex-direction:column;gap:8px;width:100%;font-size:14px;display:flex}@media (max-height:700px){.app{gap:4px;padding-top:4px}.app-title{margin:2px 0;font-size:16px}.guide{min-height:40px;padding:7px 12px;font-size:13px}.btn{padding:8px 12px;font-size:14px}.captured-row{min-height:18px}}@media (min-width:700px){.app{padding-top:16px}.app-title{font-size:22px}.guide{font-size:15px}}
