.stitches-shell{display:grid;gap:1rem;justify-items:center;width:min(100%,62rem);margin:0 auto}.stitches-hud{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;width:100%}.stitches-hud span{display:inline-flex;gap:.35rem;align-items:baseline;padding:.45rem .7rem;border:1px solid var(--border-subtle,#d7dbe4);border-radius:999px;background:var(--surface-elevated,#fff);font-size:.84rem}.stitches-puzzle{width:min(94vw,48rem)}.stitches-col-clues{display:grid;margin-left:2.5rem;height:2.2rem;align-items:end}.stitches-col-clues span,.stitches-row-clues span{display:grid;place-items:center;color:var(--text-strong,#172033);font:800 .88rem/1 system-ui,sans-serif}.stitches-col-clues span.is-over,.stitches-row-clues span.is-over{color:#b91c1c}.stitches-main{display:grid;grid-template-columns:2.5rem minmax(0,1fr);align-items:stretch}.stitches-row-clues{display:grid}.stitches-board{display:grid;aspect-ratio:1;border:2px solid var(--text-strong,#172033);border-radius:.75rem;background:var(--surface-elevated,#fff);box-shadow:0 18px 45px rgba(15,23,42,.12);overflow:visible}.stitches-cell{position:relative;display:grid;place-items:center;min-width:0;min-height:0;border-right:1px solid rgba(100,116,139,.16);border-bottom:1px solid rgba(100,116,139,.16);background:var(--surface-elevated,#fff);color:var(--text-muted,#64748b)}.stitches-region-label{font:700 clamp(.58rem,1.7vw,.82rem)/1 system-ui,sans-serif;opacity:.38;user-select:none}.stitches-cell.region-top{border-top:2px solid #172033}.stitches-cell.region-bottom{border-bottom:2px solid #172033}.stitches-cell.region-left{border-left:2px solid #172033}.stitches-cell.region-right{border-right:2px solid #172033}.stitches-cell.is-conflict{background:rgba(254,226,226,.92)}.stitches-edge{position:absolute;z-index:4;padding:0;border:0;background:transparent;cursor:pointer;touch-action:manipulation}.stitches-edge--right{right:-.72rem;top:50%;width:1.45rem;height:2rem;transform:translateY(-50%)}.stitches-edge--down{left:50%;bottom:-.72rem;width:2rem;height:1.45rem;transform:translateX(-50%)}.stitches-edge::before{content:"";position:absolute;border-radius:999px;background:transparent;transition:background-color .12s ease,box-shadow .12s ease}.stitches-edge--right::before{left:.2rem;right:.2rem;top:calc(50% - 2px);height:4px}.stitches-edge--down::before{top:.2rem;bottom:.2rem;left:calc(50% - 2px);width:4px}.stitches-edge::after{content:"";position:absolute;inset:0;margin:auto;width:.48rem;height:.48rem;border-radius:50%;background:transparent;box-shadow:none;transition:background-color .12s ease,box-shadow .12s ease}.stitches-edge:hover::before{background:rgba(14,165,233,.24)}.stitches-edge.is-selected::before{background:#0284c7;box-shadow:0 0 0 1px rgba(3,105,161,.18)}.stitches-edge.is-selected::after{background:#0f172a;box-shadow:0 0 0 .22rem #e0f2fe}.stitches-edge.is-blocked::after{content:"×";display:grid;place-items:center;width:1rem;height:1rem;background:var(--surface-elevated,#fff);color:#b91c1c;border-radius:.25rem;box-shadow:0 0 0 1px rgba(185,28,28,.2);font:900 .9rem/1 system-ui,sans-serif}.stitches-edge:focus-visible{outline:3px solid rgba(14,165,233,.48);outline-offset:2px;border-radius:.35rem}@media(max-width:640px){.stitches-shell{gap:.8rem}.stitches-puzzle{width:min(96vw,42rem)}.stitches-col-clues{margin-left:2rem;height:1.9rem}.stitches-main{grid-template-columns:2rem minmax(0,1fr)}.stitches-col-clues span,.stitches-row-clues span{font-size:.76rem}.stitches-board{border-radius:.5rem}.stitches-hud{gap:.35rem}.stitches-hud span{font-size:.76rem;padding:.38rem .55rem}.stitches-edge--right{right:-.65rem;width:1.3rem;height:1.8rem}.stitches-edge--down{bottom:-.65rem;width:1.8rem;height:1.3rem}}@media(prefers-reduced-motion:reduce){.stitches-edge::before,.stitches-edge::after{transition:none}}