#hs-game *{margin:0;padding:0;box-sizing:border-box}#hs-game{font-family:Hiragino Kaku Gothic ProN,Yu Gothic,Meiryo,sans-serif;background:linear-gradient(135deg,#f0f7f4,#d5e9e3);color:#14332c;width:100%;max-width:720px;padding:24px 16px;border-radius:16px;display:flex;flex-direction:column;align-items:center}#hs-game h1{font-size:2.1em;margin-bottom:8px;text-align:center;color:#0d4f43;text-shadow:2px 2px 0 #fff}#hs-game .hs-subtitle{font-size:1.05em;line-height:1.6;margin-bottom:18px;text-align:center;color:#23483f}#hs-game .hs-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:14px;width:100%}#hs-game .hs-stat{background:#fff;border:2px solid #0d4f43;border-radius:10px;padding:7px 12px;font-size:.95em;color:#14332c;white-space:nowrap}#hs-game .hs-stat strong{color:#0d4f43;font-size:1.15em}#hs-game .hs-stage-label{display:block;width:100%;text-align:center;font-size:.95em;color:#23483f;margin-bottom:10px}#hs-game .hs-board{display:flex;flex-direction:column;gap:3px;width:min(100%,420px);padding:8px;background:#0d4f43;border-radius:14px;box-shadow:0 6px 14px #0000002e;touch-action:none;user-select:none;-webkit-user-select:none}#hs-game .hs-board:focus-visible{outline:4px solid #b3261e;outline-offset:3px}#hs-game .hs-row{display:flex;gap:3px}#hs-game .hs-cell{position:relative;flex:1 1 0;aspect-ratio:1;min-width:0;background:#fffdf6;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer}#hs-game .hs-cell.hs-filled{background:var(--hs-tint)}#hs-game .hs-link{position:absolute;background:var(--hs-dark);border-radius:3px}#hs-game .hs-link-up{left:50%;transform:translate(-50%);top:-3px;width:26%;height:56%}#hs-game .hs-link-down{left:50%;transform:translate(-50%);bottom:-3px;width:26%;height:56%}#hs-game .hs-link-left{top:50%;transform:translateY(-50%);left:-3px;height:26%;width:56%}#hs-game .hs-link-right{top:50%;transform:translateY(-50%);right:-3px;height:26%;width:56%}#hs-game .hs-node{position:relative;display:flex;align-items:center;justify-content:center;width:52%;height:52%;border-radius:50%;background:var(--hs-dark);color:#fff;font-size:min(3.4vw,15px);line-height:1}#hs-game .hs-cell.hs-endpoint .hs-node{width:74%;height:74%;font-size:min(4.6vw,21px);box-shadow:0 0 0 3px #fffdf6,0 0 0 5px var(--hs-dark)}#hs-game .hs-cell.hs-head .hs-node{animation:hs-pulse .9s ease-in-out infinite alternate}@keyframes hs-pulse{0%{transform:scale(1)}to{transform:scale(1.18)}}#hs-game .hs-cell.hs-cursor:after{content:"";position:absolute;inset:0;border:3px dashed #12100c;border-radius:6px;pointer-events:none}#hs-game .hs-board.hs-cleared{background:#9a4a05}#hs-game .hs-status{margin-top:14px;min-height:3em;width:min(100%,420px);background:#fff;border:2px solid #0d4f43;border-radius:10px;padding:10px 12px;font-size:1em;line-height:1.5;text-align:center;color:#14332c}#hs-game .hs-status.hs-clear-msg{background:#fff6e5;border-color:#9a4a05;color:#6d3403;font-weight:700}#hs-game .hs-controls{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap;justify-content:center}#hs-game button.hs-action{font-size:1.05em;min-height:48px;padding:10px 22px;border:3px solid #0d4f43;border-radius:12px;background:#fff;color:#0d4f43;cursor:pointer;font-weight:700;box-shadow:0 4px #0d4f43}#hs-game button.hs-action:hover{background:#e2f1ec}#hs-game button.hs-action:active{transform:translateY(2px);box-shadow:0 2px #0d4f43}#hs-game button.hs-action:focus-visible{outline:3px solid #b3261e;outline-offset:2px}#hs-game .hs-legend{margin-top:16px;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;list-style:none}#hs-game .hs-legend li{display:flex;align-items:center;gap:6px;background:#fff;border:2px solid #0d4f43;border-radius:999px;padding:4px 12px 4px 6px;font-size:.9em;color:#14332c}#hs-game .hs-legend .hs-chip{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:var(--hs-dark);color:#fff;font-size:.9em}#hs-game .hs-howto{margin-top:18px;width:100%;background:#fff;border:2px solid #0d4f43;border-radius:12px;padding:14px 16px;font-size:.95em;line-height:1.7;color:#14332c}#hs-game .hs-howto h2{font-size:1.1em;color:#0d4f43;margin-bottom:6px}#hs-game .hs-howto ul{padding-left:1.2em}#hs-game .hs-howto ul li{list-style:disc}#hs-game .hs-howto kbd{display:inline-block;border:1px solid #0d4f43;border-bottom-width:2px;border-radius:4px;padding:0 5px;background:#f0f7f4;font-size:.95em}#hs-game .hs-note{margin-top:14px;font-size:.85em;line-height:1.6;color:#23483f;text-align:center}@media(max-width:420px){#hs-game{padding:18px 8px}#hs-game h1{font-size:1.7em}#hs-game .hs-stat{font-size:.85em;padding:6px 9px}}
