:root{color:#17292e;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--page:#f5f1e8;--surface:#fffaf0;--surface-strong:#fff;--ink:#17292e;--muted:#667174;--line:#d7cec0;--accent:#27474f;--accent-ink:#fff;--correct:#2f6f5e;--present:#bd7b2f;--absent:#6d7477;--shadow:#27474f1f;background:#f5f1e8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body[data-theme=bright]{--page:#eef7f3;--surface:#fff;--surface-strong:#fefefe;--ink:#14282f;--muted:#607078;--line:#c9d9dc;--accent:#155e75;--accent-ink:#fff;--correct:#12805c;--present:#c45f2d;--absent:#677985;--shadow:#155e7524}body[data-theme=contrast]{--page:#101315;--surface:#181d20;--surface-strong:#22282c;--ink:#f5f7f7;--muted:#bec8ca;--line:#4f5a60;--accent:#f4d35e;--accent-ink:#111315;--correct:#28a36f;--present:#f4a742;--absent:#707b82;--shadow:#00000047}*{box-sizing:border-box}html{background:var(--page);min-height:100%}body{background:linear-gradient(180deg, color-mix(in srgb, var(--accent) 12%, transparent), transparent 260px), var(--page);min-height:100svh;color:var(--ink);margin:0}button,input{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}button:disabled{cursor:default}#app{min-height:100svh}.shell{width:min(100%,460px);min-height:100svh;padding:max(12px, env(safe-area-inset-top)) 14px max(12px, env(safe-area-inset-bottom));grid-template-rows:auto auto auto auto auto auto;gap:8px;margin:0 auto;display:grid}.topbar{justify-content:space-between;align-items:center;gap:14px;display:flex}.topbar-actions{align-items:center;gap:6px;display:flex}.eyebrow{color:var(--muted);letter-spacing:0;text-transform:uppercase;margin:0 0 2px;font-size:.75rem;font-weight:800}h1{color:var(--ink);letter-spacing:0;margin:0;font-size:1.82rem;line-height:1}.brand-logo{vertical-align:-.03em;margin-right:.1em;font-size:.9em;display:inline-block}.icon-button,.secondary-button,.modebar button,.themebar button,.debug-actions button,.difficultybar button,.house-palette button,.house-actions button{border:1px solid var(--line);background:var(--surface);min-height:40px;color:var(--ink);box-shadow:0 6px 18px var(--shadow);border-radius:8px;font-weight:850}.icon-button{min-width:66px;padding:0 12px}.theme-cycle-button{min-width:42px;padding:0;font-size:1.05rem}.link-button{place-items:center;display:grid}.home-shell{grid-template-rows:auto 1fr;align-content:start}.game-home{align-content:start;gap:12px;padding-top:12px;display:grid}.game-card{border:1px solid var(--line);background:var(--surface);min-height:142px;box-shadow:0 10px 24px var(--shadow);border-radius:8px;align-content:center;gap:8px;padding:18px;display:grid}.game-card span{color:var(--accent);text-transform:uppercase;font-size:1.42rem;font-weight:950;line-height:1}.game-card strong{color:var(--ink);font-size:.86rem;font-weight:850;line-height:1.12}.game-card small{color:var(--muted);font-size:.95rem;font-weight:750}.modebar,.themebar,.difficultybar{grid-template-columns:1fr 1fr auto;gap:7px;display:grid}.themebar,.difficultybar{grid-template-columns:repeat(3,1fr)}.modebar button,.themebar button,.difficultybar button,.house-palette button,.house-actions button{box-shadow:none;padding:0 10px}.modebar .is-active,.themebar .is-active,.difficultybar .is-active,.house-palette .is-active{border-color:var(--accent);background:var(--accent);color:var(--accent-ink)}.new-practice{width:62px}.grid{justify-self:center;gap:5px;width:min(100%,330px);padding:3px 0;display:grid}.grid-row{grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;display:grid}.tile{aspect-ratio:1;border:2px solid var(--line);background:color-mix(in srgb, var(--surface) 78%, transparent);min-height:0;color:var(--ink);text-transform:uppercase;border-radius:7px;place-items:center;font-size:1.65rem;font-weight:950;line-height:1;display:grid}.tile.has-letter{border-color:color-mix(in srgb, var(--accent) 42%, var(--line));background:var(--surface-strong)}.tile.correct,.tile.present,.tile.absent{color:#fff;border-color:#0000}.tile.correct{background:var(--correct)}.tile.present{background:var(--present)}.tile.absent{background:var(--absent)}.message{min-height:23px;color:var(--accent);text-align:center;margin:0;font-size:.94rem;font-weight:850}body[data-theme=contrast] .message{color:var(--accent)}.keyboard{gap:5px;display:grid}.key-row{grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;gap:4px;display:grid}.key{background:var(--surface-strong);min-width:0;min-height:42px;color:var(--ink);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--ink) 12%, transparent), 0 5px 12px var(--shadow);touch-action:manipulation;border:0;border-radius:7px;font-size:.88rem;font-weight:950}.key.is-wide{min-width:46px;padding:0 6px;font-size:.68rem}.key:active:not(:disabled){transform:translateY(1px)}.key.correct,.key.present,.key.absent{color:#fff}.key.correct{background:var(--correct)}.key.present{background:var(--present)}.key.absent{background:var(--absent)}.key:disabled{opacity:.96}.stats-panel,.debug-panel{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 88%, transparent);border-radius:8px;gap:12px;padding:12px;display:grid}.result-line,.debug-heading{justify-content:space-between;align-items:center;gap:10px;display:flex}.result-line strong,.debug-heading strong{font-size:1rem}.result-line span,.debug-heading span{color:var(--muted);text-transform:uppercase;font-size:.78rem;font-weight:800}.stat-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.stat-grid span{background:var(--surface-strong);border-radius:8px;place-items:center;min-height:60px;display:grid}.stat-grid strong{font-size:1.2rem}.stat-grid small{color:var(--muted);text-transform:uppercase;font-size:.68rem;font-weight:800}.distribution{gap:5px;display:grid}.dist-row{grid-template-columns:18px 1fr;align-items:center;gap:8px;font-size:.78rem;font-weight:850;display:grid}.dist-row div{background:color-mix(in srgb, var(--line) 48%, transparent);border-radius:6px;height:22px;overflow:hidden}.dist-row i{background:var(--accent);min-width:24px;height:100%;color:var(--accent-ink);place-items:center end;padding-right:7px;font-style:normal;display:grid}.secondary-button{width:100%}.compact-button{width:auto;min-height:34px;box-shadow:none;padding:0 12px}.den-shell{grid-template-rows:auto auto auto auto auto auto auto auto}.den-score{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 88%, transparent);border-radius:8px;gap:6px;padding:10px;display:grid}.den-score div:first-child{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.den-score strong{font-size:1.15rem}.den-score span,.den-score p{color:var(--muted);font-size:.8rem;font-weight:850}.den-score p{margin:0}.den-score p.is-found{color:var(--correct)}.den-progress{background:color-mix(in srgb, var(--line) 58%, transparent);border-radius:999px;height:9px;overflow:hidden}.den-progress i{border-radius:inherit;background:var(--accent);height:100%;display:block}.den-current{place-items:center;gap:3px;min-height:58px;display:grid}.den-current span{min-height:29px;color:var(--ink);letter-spacing:0;font-size:1.45rem;font-weight:950;line-height:1}.den-current small{min-height:18px;color:var(--accent);font-size:.88rem;font-weight:850}.den-hive{--den-cell:min(19vw, 74px);width:min(100%, calc(var(--den-cell) * 3.25));height:calc(var(--den-cell) * 3.18);justify-self:center;position:relative}.den-cell{width:var(--den-cell);height:calc(var(--den-cell) * .88);background:var(--surface-strong);color:var(--ink);clip-path:polygon(25% 4%,75% 4%,100% 50%,75% 96%,25% 96%,0 50%);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--ink) 14%, transparent), 0 8px 14px var(--shadow);transform:translate(-50%, -50%) translate(var(--x), var(--y));touch-action:manipulation;border:0;place-items:center;font-size:1.28rem;font-weight:950;display:grid;position:absolute;top:50%;left:50%}.den-cell.is-center{background:var(--accent);color:var(--accent-ink)}.den-cell:active{filter:brightness(.96)}.cell-0{--x:0px;--y:calc(var(--den-cell) * -1.06)}.cell-1{--x:calc(var(--den-cell) * -.9);--y:calc(var(--den-cell) * -.53)}.cell-2{--x:calc(var(--den-cell) * .9);--y:calc(var(--den-cell) * -.53)}.cell-3{--x:0px;--y:0px}.cell-4{--x:calc(var(--den-cell) * -.9);--y:calc(var(--den-cell) * .53)}.cell-5{--x:calc(var(--den-cell) * .9);--y:calc(var(--den-cell) * .53)}.cell-6{--x:0px;--y:calc(var(--den-cell) * 1.06)}.den-actions{grid-template-columns:repeat(3,1fr);gap:7px;display:grid}.den-actions button{border:1px solid var(--line);background:var(--surface);min-height:42px;color:var(--ink);box-shadow:0 6px 14px var(--shadow);border-radius:8px;font-weight:900}.den-found{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 88%, transparent);border-radius:8px;gap:8px;padding:10px;display:grid}.found-list{flex-wrap:wrap;gap:6px;min-height:44px;max-height:92px;display:flex;overflow:auto}.found-list span,.found-list em{background:var(--surface-strong);color:var(--ink);border-radius:6px;padding:5px 7px;font-size:.76rem;font-style:normal;font-weight:850}.found-list em{color:var(--muted)}.debug-answer-list{max-height:120px;color:var(--muted);margin:0;font-size:.78rem;line-height:1.45;overflow:auto}.den-debug-actions{grid-template-columns:repeat(3,1fr)}.debug-inputs{grid-template-columns:1fr 1.35fr;gap:8px;display:grid}.debug-inputs label{color:var(--muted);text-transform:uppercase;gap:5px;font-size:.72rem;font-weight:850;display:grid}.debug-inputs input{border:1px solid var(--line);background:var(--surface-strong);min-width:0;min-height:40px;color:var(--ink);border-radius:8px;padding:0 10px;font-weight:850}.debug-actions{grid-template-columns:repeat(5,1fr);gap:6px;display:grid}.debug-actions button{min-width:0;box-shadow:none;padding:0 4px;font-size:.76rem}.house-shell{grid-template-rows:auto auto auto auto auto auto auto;align-content:start;gap:6px}.house-modebar{grid-template-columns:1fr 1fr auto}.house-shell .icon-button{min-width:50px;padding:0 8px}.house-shell h1{white-space:nowrap}.house-shell .theme-cycle-button{min-width:38px}.house-status{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:1px;padding:7px 8px;display:grid}.house-status-top{justify-content:space-between;align-items:center;gap:6px;min-width:0;display:flex}.house-status strong{flex:none;font-size:.9rem}.house-status>span{color:var(--muted);font-size:.77rem;font-weight:750;line-height:1.14}.house-status.is-solved{border-color:color-mix(in srgb, var(--correct) 45%, var(--line))}.house-status.has-invalid-mark{border-color:color-mix(in srgb, #b42318 70%, var(--line));background:color-mix(in srgb, #b42318 11%, var(--surface))}.house-counts{grid-template-columns:repeat(3,1fr);gap:4px;padding-top:3px;display:grid}.house-counts span{background:var(--surface-strong);color:var(--ink);text-align:center;border-radius:6px;padding:2px 4px;font-size:.68rem;font-weight:850;line-height:1.05}.house-checklist{flex:auto;justify-content:flex-end;gap:3px;min-width:0;display:flex}.house-checklist>span{border:1px solid var(--line);background:var(--surface-strong);min-width:0;color:var(--muted);text-align:center;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:2px;padding:2px 4px;font-size:.62rem;font-weight:900;line-height:1;display:inline-flex}.house-checklist .is-ok{border-color:color-mix(in srgb, var(--correct) 58%, var(--line));color:var(--correct)}.house-check-symbol,.house-check-label{color:inherit;font-size:inherit;font-weight:inherit;line-height:1}.house-hint{border:1px solid color-mix(in srgb, var(--accent) 35%, var(--line));background:color-mix(in srgb, var(--accent) 8%, var(--surface));color:var(--ink);border-radius:8px;margin:3px 0 0;padding:6px 8px;font-size:.78rem;font-weight:850}.house-hint>span{line-height:1.12;display:block}.house-fence-pattern{letter-spacing:0;flex-wrap:wrap;gap:4px 7px;margin-top:5px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.72rem;line-height:1;display:flex}.house-fence-segment{gap:2px;display:inline-flex}.house-fence-segment span{min-width:.62em;color:var(--muted);text-align:center}.house-fence-segment .is-revealed{color:var(--ink);font-weight:950}.house-board{width:calc(var(--hex-board-w) * var(--hex-cell));height:calc(var(--hex-board-h) * var(--hex-cell));touch-action:none;isolation:isolate;margin:0 auto;position:relative}.house-board-outline{inset:calc(var(--hex-cell) * -.14);z-index:0;width:calc(100% + var(--hex-cell) * .28);height:calc(100% + var(--hex-cell) * .28);pointer-events:none;position:absolute;overflow:visible}.house-board-outline path{fill:none;stroke:color-mix(in srgb, var(--accent) 32%, var(--line));stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.house-row{justify-content:center;gap:3px;display:flex}.house-row+.house-row{margin-top:-5px}.house-cell{z-index:1;--cell-ring:transparent;--cell-bg:color-mix(in srgb, var(--surface) 86%, var(--page));--cell-border:var(--line);width:var(--hex-cell);height:calc(var(--hex-cell) * .866025);min-width:0;color:var(--ink);box-shadow:none;transform:translate(calc(var(--cell-x) * var(--hex-cell)), calc(var(--cell-y) * var(--hex-cell)));-webkit-user-select:none;user-select:none;background:0 0;border:0;border-radius:0;place-items:center;padding:2px;display:grid;position:absolute;top:0;left:0}.house-cell.is-empty{--cell-bg:color-mix(in srgb, var(--surface) 46%, transparent);--cell-border:color-mix(in srgb, var(--line) 62%, transparent)}.house-cell.kind-fox{--cell-bg:color-mix(in srgb, #d86f38 24%, var(--surface))}.house-cell.kind-hen{--cell-bg:color-mix(in srgb, #f4d35e 30%, var(--surface))}.house-cell.kind-fence{--cell-bg:color-mix(in srgb, #5f7f62 28%, var(--surface))}.house-cell.is-selected{--cell-ring:var(--accent)}.house-cell.is-selected,.house-cell.is-draft,.house-cell[class*=mark-color],.house-cell.is-invalid-mark,.house-cell.is-draft-error{z-index:2}.house-cell.is-invalid-mark,.house-cell.is-draft-error{z-index:3}.house-cell-outline{z-index:2;color:#0000;pointer-events:none;width:calc(100% + 8px);height:calc(100% + 8px);position:absolute;inset:-4px;overflow:visible}.house-cell-outline polygon{fill:none;stroke:currentColor;stroke-width:7px;stroke-linejoin:round;vector-effect:non-scaling-stroke}.house-cell.is-selected .house-cell-outline{color:var(--accent)}.house-cell.is-draft .house-cell-outline{color:color-mix(in srgb, var(--present) 72%, var(--surface))}.house-cell[class*=mark-color] .house-cell-outline{color:var(--mark)}.house-cell.is-invalid-mark .house-cell-outline,.house-cell.is-draft-error .house-cell-outline{color:#b42318;animation:.42s ease-in-out 2 house-invalid-pulse}.house-kind{z-index:3;font-size:clamp(.5rem, calc(var(--hex-cell) * .18), .9rem);line-height:1;position:absolute;top:2px;left:50%;transform:translate(-50%)}.house-kind-fence{width:clamp(.56rem, calc(var(--hex-cell) * .2), 1rem);height:clamp(.42rem, calc(var(--hex-cell) * .15), .75rem);background:currentColor;-webkit-mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20490.505%20490.505'%3e%3cpath%20d='M480.314,181.395c5.623,0,10.191-4.562,10.191-10.191v-14.268c0-5.629-4.568-10.191-10.191-10.191h-7.673v-28.469c0-1.752-0.447-3.463-1.307-4.991l-23.899-42.579c-0.891-1.569-2.546-2.548-4.348-2.548c-1.798,0-3.453,0.979-4.344,2.548l-23.903,42.579c-0.859,1.528-1.303,3.239-1.303,4.991v28.469H373.71v-28.469c0-1.752-0.443-3.463-1.307-4.991l-23.883-42.579c-0.891-1.569-2.546-2.548-4.36-2.548c-1.802,0-3.457,0.979-4.332,2.548l-23.915,42.579c-0.863,1.528-1.307,3.239-1.307,4.991v28.469h-39.81v-28.469c0-1.752-0.443-3.463-1.303-4.991l-23.887-42.579c-0.891-1.569-2.545-2.548-4.36-2.548c-1.803,0-3.457,0.979-4.333,2.548l-23.915,42.579c-0.859,1.528-1.307,3.239-1.307,4.991v28.469h-39.805v-28.469c0-1.752-0.448-3.463-1.307-4.991l-23.899-42.579c-0.879-1.569-2.534-2.548-4.348-2.548s-3.473,0.979-4.348,2.548l-23.9,42.579c-0.859,1.528-1.307,3.239-1.307,4.991v28.469H76.973v-28.469c0-1.752-0.448-3.463-1.307-4.991L51.751,70.706c-0.875-1.569-2.534-2.548-4.333-2.548c-1.814,0-3.473,0.979-4.364,2.548l-23.883,42.579c-0.859,1.528-1.307,3.239-1.307,4.991v28.469h-7.673C4.556,146.745,0,151.307,0,156.937v14.268c0,5.629,4.556,10.191,10.191,10.191h7.673v161.012h-7.673C4.556,342.407,0,346.969,0,352.598v14.268c0,5.627,4.556,10.189,10.191,10.189h7.673v35.104c0,5.627,4.556,10.189,10.191,10.189h38.726c5.619,0,10.191-4.562,10.191-10.189v-35.104h39.805v35.104c0,5.627,4.556,10.189,10.191,10.189h38.727c5.635,0,10.191-4.562,10.191-10.189v-35.104h39.805v35.104c0,5.627,4.568,10.189,10.191,10.189h38.722c5.639,0,10.191-4.562,10.191-10.189v-35.104h39.81v35.104c0,5.627,4.568,10.189,10.191,10.189h38.723c5.639,0,10.191-4.562,10.191-10.189v-35.104h39.825v35.104c0,5.627,4.568,10.189,10.191,10.189h38.722c5.623,0,10.191-4.562,10.191-10.189v-35.104h7.673c5.623,0,10.191-4.562,10.191-10.189v-14.268c0-5.629-4.568-10.191-10.191-10.191h-7.673V181.395H480.314z%20M76.973,342.407V181.395h39.805v161.012H76.973z%20M175.887,342.407V181.395h39.805v161.012H175.887z%20M274.796,342.407V181.395h39.81v161.012H274.796z%20M413.536,342.407H373.71V181.395h39.825V342.407z'/%3e%3c/svg%3e") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20490.505%20490.505'%3e%3cpath%20d='M480.314,181.395c5.623,0,10.191-4.562,10.191-10.191v-14.268c0-5.629-4.568-10.191-10.191-10.191h-7.673v-28.469c0-1.752-0.447-3.463-1.307-4.991l-23.899-42.579c-0.891-1.569-2.546-2.548-4.348-2.548c-1.798,0-3.453,0.979-4.344,2.548l-23.903,42.579c-0.859,1.528-1.303,3.239-1.303,4.991v28.469H373.71v-28.469c0-1.752-0.443-3.463-1.307-4.991l-23.883-42.579c-0.891-1.569-2.546-2.548-4.36-2.548c-1.802,0-3.457,0.979-4.332,2.548l-23.915,42.579c-0.863,1.528-1.307,3.239-1.307,4.991v28.469h-39.81v-28.469c0-1.752-0.443-3.463-1.303-4.991l-23.887-42.579c-0.891-1.569-2.545-2.548-4.36-2.548c-1.803,0-3.457,0.979-4.333,2.548l-23.915,42.579c-0.859,1.528-1.307,3.239-1.307,4.991v28.469h-39.805v-28.469c0-1.752-0.448-3.463-1.307-4.991l-23.899-42.579c-0.879-1.569-2.534-2.548-4.348-2.548s-3.473,0.979-4.348,2.548l-23.9,42.579c-0.859,1.528-1.307,3.239-1.307,4.991v28.469H76.973v-28.469c0-1.752-0.448-3.463-1.307-4.991L51.751,70.706c-0.875-1.569-2.534-2.548-4.333-2.548c-1.814,0-3.473,0.979-4.364,2.548l-23.883,42.579c-0.859,1.528-1.307,3.239-1.307,4.991v28.469h-7.673C4.556,146.745,0,151.307,0,156.937v14.268c0,5.629,4.556,10.191,10.191,10.191h7.673v161.012h-7.673C4.556,342.407,0,346.969,0,352.598v14.268c0,5.627,4.556,10.189,10.191,10.189h7.673v35.104c0,5.627,4.556,10.189,10.191,10.189h38.726c5.619,0,10.191-4.562,10.191-10.189v-35.104h39.805v35.104c0,5.627,4.556,10.189,10.191,10.189h38.727c5.635,0,10.191-4.562,10.191-10.189v-35.104h39.805v35.104c0,5.627,4.568,10.189,10.191,10.189h38.722c5.639,0,10.191-4.562,10.191-10.189v-35.104h39.81v35.104c0,5.627,4.568,10.189,10.191,10.189h38.723c5.639,0,10.191-4.562,10.191-10.189v-35.104h39.825v35.104c0,5.627,4.568,10.189,10.191,10.189h38.722c5.623,0,10.191-4.562,10.191-10.189v-35.104h7.673c5.623,0,10.191-4.562,10.191-10.189v-14.268c0-5.629-4.568-10.191-10.191-10.191h-7.673V181.395H480.314z%20M76.973,342.407V181.395h39.805v161.012H76.973z%20M175.887,342.407V181.395h39.805v161.012H175.887z%20M274.796,342.407V181.395h39.81v161.012H274.796z%20M413.536,342.407H373.71V181.395h39.825V342.407z'/%3e%3c/svg%3e") 50%/contain no-repeat}.house-cell strong{z-index:3;font-size:clamp(1.05rem, calc(var(--hex-cell) * .48), 2rem);line-height:1;position:relative}.house-cell.mark-color-0,.house-mark.mark-color-0{--mark:#2f6f5e}.house-cell.mark-color-1,.house-mark.mark-color-1{--mark:#bd7b2f}.house-cell.mark-color-2,.house-mark.mark-color-2{--mark:#6c63a8}.house-cell.mark-color-3,.house-mark.mark-color-3{--mark:#2c7da0}.house-cell.mark-color-4,.house-mark.mark-color-4{--mark:#a84f70}.house-cell.mark-color-5,.house-mark.mark-color-5{--mark:#5f7f62}.house-cell.mark-color-6,.house-mark.mark-color-6{--mark:#9a6a2f}.house-cell.mark-color-7,.house-mark.mark-color-7{--mark:#4f6f8f}.house-cell:before,.house-cell:after{content:"";clip-path:polygon(25% 3%,75% 3%,100% 50%,75% 97%,25% 97%,0 50%);pointer-events:none;position:absolute}.house-cell:before{z-index:0;background:var(--cell-bg);box-shadow:inset 0 0 0 1px var(--cell-border);inset:0}.house-cell:after{z-index:2;background:var(--cell-ring);opacity:var(--cell-ring-opacity,0);-webkit-mask-composite:xor;padding:5px;inset:-3px;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.house-cell.is-selected:after{--cell-ring-opacity:0}.house-cell.is-selected:before{filter:none}.house-cell.is-draft:after{--cell-ring:color-mix(in srgb, var(--present) 72%, var(--surface));--cell-ring-opacity:0}.house-cell[class*=mark-color]:after{--cell-ring:var(--mark);--cell-ring-opacity:0}.house-cell.is-invalid-mark:after,.house-cell.is-draft-error:after{--cell-ring:#b42318;--cell-ring-opacity:0;animation:.42s ease-in-out 2 house-invalid-pulse}.house-palette{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.house-palette button,.house-actions button{min-height:38px;font-size:.82rem}.house-actions{grid-template-columns:repeat(4,1fr);gap:7px;display:grid}.house-marks{border:1px solid var(--line);background:var(--surface);border-radius:8px;min-height:96px;padding:9px}.house-mark-list{flex-wrap:wrap;gap:6px;max-height:96px;display:flex;overflow:auto}.house-mark-list em{color:var(--muted);font-size:.86rem;font-style:normal;font-weight:750}.house-mark{border:1px solid color-mix(in srgb, var(--mark) 52%, var(--line));background:color-mix(in srgb, var(--mark) 14%, var(--surface));border-radius:999px;align-items:center;gap:6px;min-height:30px;padding:2px 4px 2px 10px;font-size:.78rem;font-weight:850;display:inline-flex}.house-mark.is-invalid{border-color:color-mix(in srgb, var(--absent) 58%, var(--line));background:color-mix(in srgb, var(--absent) 11%, var(--surface))}.house-mark small{color:var(--absent);font-size:.68rem;font-weight:900}.house-mark button{background:color-mix(in srgb, var(--mark) 72%, var(--accent));color:#fff;border:0;border-radius:999px;width:24px;height:24px;font-weight:900}.house-debug-actions{grid-template-columns:repeat(4,1fr)}.help-backdrop{z-index:20;background:color-mix(in srgb, var(--ink) 28%, transparent);place-items:end center;padding:14px;display:grid;position:fixed;inset:0}.help-panel{border:1px solid var(--line);background:var(--surface);width:min(100%,430px);box-shadow:0 18px 48px var(--shadow);border-radius:8px;padding:12px}.help-panel .result-line{margin-bottom:8px}.help-panel .result-line button{background:var(--surface-strong);width:30px;height:30px;color:var(--ink);border:0;border-radius:999px;font-weight:900}.help-panel ol{margin:0;padding-left:20px}.help-panel li{color:var(--ink);margin:0 0 7px;font-size:.9rem;font-weight:750;line-height:1.25}.help-panel li:last-child{margin-bottom:0}@keyframes house-invalid-pulse{0%,to{transform:scale(1)}50%{transform:scale(.9)}}@media (width>=700px){.shell{padding-top:32px;padding-bottom:32px}}@media (width>=900px){.house-shell{gap:7px;width:min(100%,920px)}.house-shell>.topbar,.house-shell>.house-modebar,.house-shell>.difficultybar,.house-shell>.house-status,.house-shell>.house-palette,.house-shell>.house-actions,.house-shell>.house-marks,.house-shell>.house-debug-panel{justify-self:center;width:min(100%,460px)}.house-board{margin-top:12px;margin-bottom:14px}.house-modebar button,.difficultybar button,.house-palette button,.house-actions button{min-height:34px;font-size:.86rem}.house-marks{min-height:78px}.house-mark-list{max-height:68px}}@media (width<=430px){.house-shell .topbar{gap:8px}.house-shell .topbar>div:first-child{min-width:0}.house-shell .topbar-actions{flex:none;gap:4px}.house-shell h1{font-size:1.58rem}.house-shell .icon-button{min-width:48px;padding:0 7px}.house-shell .theme-cycle-button{min-width:36px}}@media (width<=360px){.shell{gap:9px;padding-left:9px;padding-right:9px}h1{font-size:1.72rem}.tile{border-radius:7px;font-size:1.55rem}.key{border-radius:7px;min-height:43px;font-size:.84rem}.key.is-wide{font-size:.66rem}.debug-actions{grid-template-columns:repeat(3,1fr)}}@media (height<=700px){.shell{padding-top:max(8px, env(safe-area-inset-top));padding-bottom:max(8px, env(safe-area-inset-bottom));gap:5px}.eyebrow{font-size:.68rem}h1{font-size:1.55rem}.house-shell .topbar{gap:8px}.house-shell .topbar-actions{gap:4px}.icon-button,.secondary-button,.modebar button,.themebar button,.debug-actions button,.difficultybar button,.house-palette button,.house-actions button{min-height:34px}.grid{gap:4px;width:min(100%,282px);padding:1px 0}.grid-row{gap:4px}.tile{border-radius:6px;font-size:1.35rem}.message{min-height:20px;font-size:.86rem}.keyboard,.key-row{gap:4px}.key{min-height:40px;font-size:.82rem}.key.is-wide{min-width:44px;font-size:.62rem}.den-score{gap:4px;padding:8px}.den-current{min-height:45px}.den-current span{min-height:24px;font-size:1.24rem}.den-hive{--den-cell:min(17vw, 62px)}.den-actions button{min-height:36px}.found-list{max-height:68px}.house-board{margin-top:1px}.house-cell{border-radius:6px}.house-status{padding:5px 7px}.house-status strong{font-size:.84rem}.house-status>span{font-size:.7rem;line-height:1.08}.house-check-label{display:none}.house-checklist>span{width:18px;height:18px;padding:0}.house-counts{gap:3px;padding-top:2px}.house-counts span{padding:2px;font-size:.6rem}.house-palette button,.house-actions button{min-height:34px;padding:0 5px;font-size:.72rem}.house-marks{min-height:72px;padding:6px}.house-mark-list{gap:4px;max-height:48px}.house-mark-list em{font-size:.74rem}}@media (width<=380px){.house-shell .icon-button{min-width:46px;padding:0 7px}.house-shell .theme-cycle-button{min-width:36px}.house-status-top{gap:4px}.house-check-label{display:none}.house-checklist>span{width:19px;height:19px;padding:0}}
