:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f8fafc;color:#111827;--surface: #ffffff;--surface-subtle: #f1f5f9;--line: #d7dee8;--line-strong: #111827;--text-muted: #64748b;--accent: #2563eb;--accent-soft: #dbeafe;--danger: #dc2626;--danger-soft: #fee2e2;--ok: #15803d;--ok-soft: #dcfce7;--warn: #b45309;--warn-soft: #fef3c7;--board-cell-size: 56px}*{box-sizing:border-box}html,body,#app{width:100%;height:100%;margin:0}body{min-width:320px;overflow:hidden}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}.app-shell{height:100%;display:grid;grid-template-rows:minmax(0,1fr);padding:0}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.topbar h1,.topbar p{margin:0}.topbar h1{font-size:clamp(22px,3vw,36px);line-height:1.05}.eyebrow{font-size:12px;font-weight:700;color:var(--accent);text-transform:uppercase}.banner{min-height:42px;display:flex;align-items:center;gap:10px;border:1px solid #fde68a;border-radius:8px;padding:0 12px;background:var(--warn-soft);color:#78350f}.completion-banner{min-height:44px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;border:2px solid var(--ok);border-radius:0;padding:8px 12px;background:#f0fdf4;color:#14532d;font-size:14px;line-height:1.35}.completion-banner strong{font-size:15px;font-weight:900}.completion-banner button{min-height:44px;border:1px solid var(--ok);border-radius:0;padding:0 14px;background:var(--surface);color:#14532d;font-weight:900}.completion-banner.failed{border-color:var(--danger);background:var(--danger-soft);color:#7f1d1d}.completion-banner.failed button{border-color:var(--danger);color:#7f1d1d}.workspace{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) clamp(340px,24vw,460px);gap:18px;align-items:stretch;overflow:hidden}.solve-layout{min-width:0;min-height:0;display:grid;grid-template-columns:minmax(420px,min(calc(100vh - 96px),75%)) minmax(132px,1fr);gap:18px;align-items:stretch;overflow:hidden}.play-column{min-width:0;min-height:0;display:flex;flex-direction:column;gap:12px;padding:16px}.play-surface{min-width:0;min-height:0;flex:1;display:grid;align-items:center;justify-items:start;container-type:size}.mobile-controls{display:none}.desktop-controls{min-width:0;min-height:0;display:grid;align-items:center;justify-items:center;container-type:inline-size;padding-block:16px;--control-gap: clamp(6px, calc(var(--board-cell-size) * .12), 10px);--control-button-size: max(44px, min(var(--board-cell-size), calc((100vh - 96px)/5) , calc(100cqw / 3)))}.desktop-panel{min-width:0;min-height:0;border-left:1px solid var(--line);padding:16px 16px 16px 24px}.board-wrap{width:min(100cqw,calc(100cqh * var(--frame-ratio, 1)));max-height:100cqh;aspect-ratio:var(--frame-aspect, 1 / 1);position:relative;background:var(--surface)}.board-grid{position:absolute;left:var(--board-left, 0);top:var(--board-top, 0);width:var(--board-width, 100%);height:var(--board-height, 100%);container-type:size;display:grid;grid-template-columns:repeat(9,1fr);grid-template-rows:repeat(9,1fr);background:transparent;overflow:hidden;z-index:2;isolation:isolate}.cell{min-width:0;min-height:0;position:relative;display:grid;place-items:center;border:0;background-color:transparent;color:var(--accent);z-index:2;isolation:isolate;overflow:hidden;-webkit-tap-highlight-color:transparent;touch-action:none;-webkit-user-select:none;user-select:none}.cell:before,.cell:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.cell:before{z-index:0}.cell:after{z-index:3}.cell.selected:before{background:#2563eb24}.cell.error:before{background:repeating-linear-gradient(-45deg,rgba(220,38,38,.2) 0,rgba(220,38,38,.2) 8px,transparent 8px,transparent 16px)}.cell.selected.error:before{background:linear-gradient(#2563eb1f,#2563eb1f),repeating-linear-gradient(-45deg,rgba(220,38,38,.22) 0,rgba(220,38,38,.22) 8px,transparent 8px,transparent 16px)}.cell.selected:after{box-shadow:inset 0 0 0 clamp(4px,.82cqw,8px) #2563eb80}.cell.error:after{box-shadow:inset 0 0 0 clamp(2px,.32cqw,4px) #dc262694}.cell.selected.error:after{box-shadow:inset 0 0 0 clamp(2px,.32cqw,4px) #dc26269e,inset 0 0 0 clamp(5px,.94cqw,9px) #2563eb7a}.cell.fixed{color:#0f172a}.value{display:block;position:relative;z-index:2;font-size:clamp(var(--value-min, 30px),var(--value-fluid, 8.3cqw),var(--value-max, 104px));line-height:1;font-weight:800;font-variant-numeric:tabular-nums;-webkit-user-select:none;user-select:none}.candidates{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;width:100%;height:100%;color:#1d4ed8;font-size:clamp(var(--candidate-min, 11px),var(--candidate-fluid, 2.55cqw),var(--candidate-max, 34px));font-weight:800;line-height:1;pointer-events:none;-webkit-user-select:none;user-select:none}.candidates span{position:absolute;left:var(--candidate-x);top:var(--candidate-y);width:33.333333%;height:33.333333%;display:flex;align-items:center;justify-content:center;font-variant-numeric:tabular-nums;transform:translate(-50%,-50%)}.candidates span.dimmed{color:#64748b;opacity:.3}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.overlay.foreground{z-index:4}.grid-base{stroke:#8b95a4;stroke-width:.01;stroke-dasharray:.15 .05}.grid-row,.grid-column{stroke:#64748b;stroke-width:.035}.grid-strong{stroke:#0f172a;stroke-width:.06}.cage{fill:none;stroke:#334155e0;stroke-width:.05;stroke-dasharray:.2 .07;stroke-dashoffset:.02;stroke-linecap:square;stroke-linejoin:miter}.cage-prime{fill:#a855f738;stroke:#7e22ceb8;stroke-width:.05}.link{fill:#fff;stroke:#0f172a;stroke-width:.025}.lotus{fill:#84cc1647;stroke:#4d7c0fa6;stroke-width:.04}.lotus-prime{fill:#28c8de80;stroke:#28c8de;stroke-width:.05}.reference{stroke:#dc262659;stroke-width:.18}.root-text{fill:#4755698c;font-size:.34px;font-weight:800;text-anchor:middle;dominant-baseline:middle}.prism-prime{fill:#dc2626c7;stroke:#fff;stroke-width:.014}.prism-square{fill:#2563ebc7;stroke:#fff;stroke-width:.014}.point{fill:#111827;stroke:#fff;stroke-width:.025}.temperature{fill:none;stroke-width:.58;stroke-linejoin:round;stroke-linecap:square;opacity:.42}.temperature-red{stroke:#ef4444}.temperature-green{stroke:#22c55e}.temperature-blue{stroke:#3b82f6}.vector{fill:#db277775;stroke:#db2777b8;stroke-width:.02}.stream-group{opacity:.5}.stream{fill:none;stroke:#61d9f5;stroke-width:.35;stroke-linejoin:miter;stroke-linecap:butt}.pair{fill:#7c3aed24;stroke:#6d28d9c7;stroke-width:.025;stroke-dasharray:.12 .08;stroke-dashoffset:.06}.inversion-line{fill:none;stroke:#1ec270;stroke-width:.18;stroke-linejoin:round;stroke-linecap:square;opacity:.5}.inversion-start{fill:#1ec270;opacity:.5}.metro-line{fill:none;stroke-width:.12;stroke-linejoin:round;stroke-linecap:round}.metro-node{stroke:none}.metro-line.metro-0{stroke:#b8141466}.metro-node.metro-0{fill:#b8141466}.metro-line.metro-1{stroke:#1466b866}.metro-node.metro-1{fill:#1466b866}.metro-line.metro-2{stroke:#4bb81466}.metro-node.metro-2{fill:#4bb81466}.metro-line.metro-3{stroke:#4b14b866}.metro-node.metro-3{fill:#4b14b866}.metro-line.metro-4{stroke:#b89c1466}.metro-node.metro-4{fill:#b89c1466}.metro-line.metro-5{stroke:#b8149c66}.metro-node.metro-5{fill:#b8149c66}.trail-start{fill:#007fff66;stroke:#007fff;stroke-width:.04}.trail-end{fill:#ff7f0066;stroke:#ff7f00;stroke-width:.04}.bridge-line{stroke-width:.1;fill:none}.bridge-start{stroke:none}.bridge-line.bridge-0{stroke:#db0000}.bridge-start.bridge-0{fill:#ad0000}.bridge-line.bridge-1{stroke:#00db00}.bridge-start.bridge-1{fill:#00ad00}.bridge-line.bridge-2{stroke:#0000db}.bridge-start.bridge-2{fill:#0000ad}.bridge-line.bridge-3{stroke:#dbdb00}.bridge-start.bridge-3{fill:#adad00}.bridge-line.bridge-4{stroke:#00dbdb}.bridge-start.bridge-4{fill:#00adad}.bridge-line.bridge-5{stroke:#db00db}.bridge-start.bridge-5{fill:#ad00ad}.reflex-fill{fill:#facc1538;stroke:none}.reflex-ring{fill:none;stroke:#eab308ad;stroke-width:.045}.aquarium{fill-opacity:.22;stroke-width:.04;stroke-dasharray:.12 .08;stroke-dashoffset:.06}.aquarium-0{fill:#18dcbc;stroke:#15c1a4}.aquarium-1{fill:#18c9dc;stroke:#15b0c1}.aquarium-2{fill:#1895dc;stroke:#1582c1}.aquarium-3{fill:#17cf8b;stroke:#13ae76}.aquarium-4{fill:#2cb4dd;stroke:#1e94b8}.aquarium-5{fill:#22bfb4;stroke:#1c9c93}.meta{fill:none;stroke:#2563eb99;stroke-width:.025}.side-clue-line{stroke:#94a3b8;stroke-width:.032;stroke-opacity:.78;stroke-linecap:square}.side-clue-line.side-clue-error{stroke:#dc2626;stroke-width:.055;stroke-opacity:1}.side-clue-text{font-size:.285px;font-weight:900;text-anchor:middle;dominant-baseline:middle;paint-order:stroke;stroke:#fff;stroke-width:.035;stroke-linejoin:round}.side-clue-text.side-clue-error{fill:#dc2626;stroke:#fff;stroke-width:.055}.side-sequence{fill:#dc2626}.side-quantum{fill:#15803d}.side-range{fill:#2563eb}.side-product{fill:#7c2d12}.controls{width:min(100%,calc(var(--control-button-size, 56px) * 3));display:grid;grid-template-columns:repeat(3,var(--control-button-size, 56px));grid-template-areas:"board board board";gap:0;align-items:center;justify-content:center}.desktop-controls .controls{width:min(100%,calc(var(--control-button-size) * 3));grid-template-columns:repeat(3,var(--control-button-size));grid-template-areas:"board board board";gap:0;justify-content:center}.control-board{grid-area:board;min-width:0;display:grid;grid-template-columns:repeat(3,var(--control-button-size, 56px));border:2px solid var(--line-strong);background:var(--surface);overflow:hidden}.mode-group,.keypad-grid,.digit-grid,.tool-group{display:contents}.controls button,.tabs button,.branch-actions button,.mobile-nav button{min-height:44px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:#1f2937;transition:background .16s ease,color .16s ease}.controls button{width:var(--control-button-size, 56px);height:var(--control-button-size, 56px);min-width:0;border:0;border-radius:0}.control-board button,.tool-group button{border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.mode-group button{border-bottom:2px solid var(--line-strong)}.digit-grid button:nth-last-child(-n+3){border-bottom:2px solid var(--line-strong)}.mode-group button:nth-child(3),.digit-grid button:nth-child(3n),.tool-group button:nth-child(3){border-right:0}.tool-group button{border-bottom:0}.controls button:hover,.tabs button:hover,.branch-actions button:hover,.mobile-nav button:hover{background:#eff6ff}.mode-group button,.tool-group button{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 12px}.desktop-controls .mode-group button,.desktop-controls .tool-group button{min-height:44px;flex-direction:column;gap:3px;padding:4px}.mode-group button span,.tool-group button span{font-size:13px;font-weight:700}.desktop-controls .mode-group button span,.desktop-controls .tool-group button span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(10px,calc(var(--control-button-size) * .17),12px);line-height:1.1}.mode-group button.active{background:var(--accent-soft);outline:clamp(2px,.35cqw,4px) solid rgba(37,99,235,.55);outline-offset:calc(clamp(2px,.35cqw,4px)*-1);color:#1d4ed8}.digit{font-size:24px;font-weight:800}.digit.color-mode{background:var(--digit-color);color:var(--digit-text)}.digit.color-mode:hover{background:var(--digit-color);filter:brightness(.96)}.desktop-controls .digit{min-height:44px;font-size:clamp(24px,calc(var(--control-button-size) * .46),40px)}@media(max-height:620px)and (min-width:981px){.desktop-controls .digit{font-size:24px}}.side-content{height:100%;min-height:0;display:grid;grid-template-rows:auto 1fr;border:2px solid var(--line-strong);border-radius:0;background:var(--surface);box-shadow:none;overflow:hidden}.tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding:0;background:var(--surface);border-bottom:2px solid var(--line-strong)}.tabs button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 8px;font-size:13px;font-weight:800;border:0;border-right:1px solid var(--line);border-radius:0;background:var(--surface);color:var(--text-muted)}.tabs button:last-child{border-right:0}.tabs button.active{background:var(--accent-soft);color:#1d4ed8;outline:3px solid rgba(37,99,235,.5);outline-offset:-3px}.panel-section{min-height:0;overflow:auto;padding:0}.panel-section h2,.panel-section h3{margin:0;line-height:1.15}.panel-section h2{border-bottom:2px solid var(--line-strong);padding:13px 14px;background:#f8fafc;font-size:16px;font-weight:900}.panel-section h3{font-size:14px;font-weight:900}.rule-list{display:grid;gap:0}.branch-list{display:grid;gap:0;border-top:0}.branch-card{display:grid;grid-template-columns:1fr auto;gap:6px 12px;align-items:start;border:0;border-bottom:1px solid var(--line);border-radius:0;padding:12px 14px;background:#fff}.branch-card strong{display:block;margin-bottom:3px}.branch-card p,.empty,.muted{margin:0;color:var(--text-muted);font-size:14px;line-height:1.45}.branch-card.compact-rejected{grid-template-columns:1fr;padding:8px 14px;background:#f8fafc}.branch-card.compact-rejected strong{margin-bottom:0;color:var(--text-muted);font-weight:800}.rule-entry{display:block;padding:14px;border:0;border-bottom:1px solid var(--line);background:transparent;color:#111827}.rule-entry header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.rule-entry strong{font-size:17px;line-height:1.25;font-weight:900}.rule-entry .rule-status{flex:0 0 auto;min-width:58px;border:1px solid currentColor;padding:3px 6px;color:var(--text-muted);font-size:12px;font-weight:800;line-height:1.1;text-align:center;text-transform:uppercase}.rule-entry p{max-width:34rem;margin:0;color:#475569;font-size:15px;line-height:1.45}.rule-entry.error{background:repeating-linear-gradient(-45deg,rgba(220,38,38,.08) 0,rgba(220,38,38,.08) 8px,transparent 8px,transparent 16px)}.rule-entry.error strong,.rule-entry.error .rule-status{color:var(--danger)}.rule-entry.unsupported .rule-status,.rule-entry.incomplete .rule-status{color:var(--warn)}.panel-divider{height:2px;margin:0;background:var(--line-strong)}.path{margin:0;border:0;border-bottom:1px solid var(--line);border-radius:0;padding:12px 14px;background:var(--surface-subtle);font-weight:800}.field{display:grid;gap:6px;margin:0;padding:12px 14px;border-bottom:1px solid var(--line);font-size:13px;font-weight:800}.field input{min-height:44px;width:100%;border:1px solid var(--line);border-radius:0;padding:0 10px;background:var(--surface)}.field-meta{justify-self:end;color:var(--text-muted);font-size:12px;font-weight:700;line-height:1}.load-card{display:grid;gap:0;border:0;border-top:0;border-radius:0;padding:0;margin:0;background:var(--surface-subtle)}.load-card .field{margin-bottom:0}.load-card button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border:0;border-bottom:1px solid var(--line);border-radius:0;background:#111827;color:#fff;font-weight:800}.load-card .copy-board-button{background:var(--surface);color:var(--text)}.load-card .copy-board-button.danger{color:var(--danger)}.load-message{margin:0;padding:10px 14px;border-bottom:1px solid var(--line);color:var(--danger);font-size:14px;line-height:1.45}.copy-message{margin:0;padding:10px 14px;border-bottom:1px solid var(--line);color:var(--ok);font-size:14px;line-height:1.45}.copy-message.copy-error{color:var(--danger)}.option-group{display:grid;gap:10px;max-width:34rem;margin:0;padding:14px;border-bottom:1px solid var(--line)}.option-group h3{margin-bottom:6px}.range-row{display:grid;grid-template-columns:minmax(0,1fr) 58px auto;align-items:center;gap:10px;width:min(100%,420px)}.range-row input[type=range]{width:100%;min-height:44px;accent-color:var(--accent)}.range-row output{color:#111827;font-weight:900;text-align:right;font-variant-numeric:tabular-nums}.range-reset{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--line);border-radius:0;padding:0 10px;background:var(--surface);color:#334155;font-size:13px;font-weight:800}.segmented{display:grid;grid-template-columns:repeat(2,1fr);width:min(100%,360px);border:2px solid var(--line-strong);border-radius:0;overflow:hidden}.segmented.three{grid-template-columns:repeat(3,1fr);width:min(100%,420px)}.segmented.four{grid-template-columns:repeat(4,1fr);width:min(100%,460px)}.segmented button{min-height:44px;border:0;border-right:1px solid var(--line);background:#fff;color:#334155;font-weight:800}.segmented button:last-child{border-right:0}.segmented button.active{background:#111827;color:#fff}.option-note{margin:0;color:var(--text-muted);font-size:14px;line-height:1.45}.branch-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:0;margin:0;border-bottom:2px solid var(--line-strong)}.branch-actions button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:44px;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);border-radius:0;padding:0 8px;background:var(--surface);font-weight:800}.branch-actions button:nth-child(2n){border-right:0}.branch-actions button:nth-last-child(-n+2){border-bottom:0}.branch-actions .danger{color:var(--danger)}.branch-card.current{background:var(--accent-soft);box-shadow:inset 4px 0 0 var(--accent)}.branch-card.rejected{opacity:.65}.info-list{display:grid;gap:0;margin:0;border-bottom:2px solid var(--line-strong)}.puzzle-summary{margin-bottom:0}.info-list div{display:flex;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);padding:11px 14px}.info-list div:last-child{border-bottom:0}.info-list dt{color:var(--text-muted)}.info-list dd{margin:0;font-weight:800}.mobile-nav,.sheet-backdrop,.mobile-sheet{display:none}@media(max-width:980px){body{overflow:auto}.app-shell{min-height:100%;height:auto;padding:0 0 88px}.topbar{align-items:flex-start}.workspace,.solve-layout{display:block}.play-column{display:flex;flex-direction:column;gap:10px;padding:10px}.play-surface{flex:0 1 auto;min-height:0;width:100%;container-type:normal;display:grid;place-items:center;gap:10px}.desktop-controls{display:none}.mobile-controls{display:grid;justify-items:center;align-self:stretch;margin-top:2px;width:100%;--control-button-size: clamp(44px, 17.5vw, 64px)}.desktop-panel{display:none}.board-wrap{width:min(100%,calc(100svh - 370px));min-width:300px;max-height:none}.controls{width:100%;grid-template-columns:1fr;grid-template-areas:none;gap:0;justify-items:center;justify-content:center}.control-board{grid-area:auto;width:max-content;max-width:100%;grid-template-columns:repeat(5,var(--control-button-size))}.mobile-controls .keypad-grid,.mobile-controls .mode-group,.mobile-controls .digit-grid,.mobile-controls .tool-group{display:contents}.mobile-controls .mode-group button:nth-child(1){order:1}.mobile-controls .mode-group button:nth-child(2){order:2}.mobile-controls .mode-group button:nth-child(3){order:3}.mobile-controls .tool-group button:nth-child(1){order:4}.mobile-controls .tool-group button:nth-child(2){order:5}.mobile-controls .digit-grid button:nth-child(1){order:6}.mobile-controls .digit-grid button:nth-child(2){order:7}.mobile-controls .digit-grid button:nth-child(3){order:8}.mobile-controls .digit-grid button:nth-child(4){order:9}.mobile-controls .digit-grid button:nth-child(5){order:10}.mobile-controls .digit-grid button:nth-child(6){order:11}.mobile-controls .digit-grid button:nth-child(7){order:12}.mobile-controls .digit-grid button:nth-child(8){order:13}.mobile-controls .digit-grid button:nth-child(9){order:14}.mobile-controls .tool-group button:nth-child(3){order:15}.mobile-controls .control-board button{border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.mobile-controls .mode-group button{border-bottom:1px solid var(--line)}.mobile-controls .mode-group button:nth-child(3),.mobile-controls .tool-group button:nth-child(1){border-right:1px solid var(--line)}.mobile-controls .tool-group button:nth-child(2),.mobile-controls .digit-grid button:nth-child(5),.mobile-controls .tool-group button:nth-child(3){border-right:0}.mobile-controls .digit-grid button:nth-child(n+6),.mobile-controls .tool-group button:nth-child(3){border-bottom:0}.digit{font-size:clamp(20px,calc(var(--control-button-size) * .44),30px)}.mobile-controls .mode-group button,.mobile-controls .tool-group button{flex-direction:column;gap:3px;padding:4px}.mobile-controls .mode-group button span,.mobile-controls .tool-group button span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.1}.mobile-nav{position:fixed;left:10px;right:10px;bottom:10px;z-index:30;display:grid;grid-template-columns:repeat(3,1fr);gap:6px;border:2px solid var(--line-strong);border-radius:0;padding:6px;background:#fffffff5;box-shadow:none}.mobile-nav button{min-width:0;display:grid;place-items:center;gap:2px;border-radius:0;padding:4px;font-size:11px;font-weight:800}.mobile-nav strong{min-width:18px;height:18px;display:grid;place-items:center;border-radius:0;background:var(--danger);color:#fff;font-size:11px}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:35;display:block;background:#0f172a66}.mobile-sheet{position:fixed;left:0;right:0;bottom:0;z-index:40;display:grid;height:min(72svh,calc(100svh - 88px));max-height:72vh;border-top:2px solid var(--line-strong);border-radius:0;background:var(--surface);overflow:hidden}.mobile-sheet .side-content{height:100%;min-height:0;border:0;border-radius:0;box-shadow:none}.mobile-sheet .panel-section{min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-bottom:calc(16px + env(safe-area-inset-bottom))}}@media(max-width:520px){.topbar h1{font-size:22px}.play-column{padding-inline:8px}.mode-group button span,.tool-group button span{display:none}.digit-grid button{min-width:0}.completion-banner{grid-template-columns:1fr;align-items:stretch}.tabs button span{display:none}}
