:root{color-scheme:dark;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f3f0e8;background:#11110f;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #11110f;--surface: #191916;--surface-raised: #22221e;--line: #3a3932;--muted: #a5a195;--text: #f3f0e8;--accent: #ff7a3d;--accent-hover: #ff925f;--blue: #8ec5ff;--danger: #ff6b68;--success: #93d28c;--radius: 18px;--mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{min-height:100vh;background:radial-gradient(circle at 50% -10%,rgba(255,122,61,.08),transparent 34rem),var(--bg)}button,input{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible{outline:3px solid var(--blue);outline-offset:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}h1,h2,p{margin-top:0}h1{letter-spacing:-.045em}code{font-family:var(--mono);color:#ffd1bb}.center-screen{min-height:100vh;display:grid;place-items:center;padding:32px 20px}.wordmark{font-weight:800;letter-spacing:.18em;font-size:1rem}.wordmark--small{font-size:.82rem}.loading-wordmark{animation:pulse 1.1s ease-in-out infinite alternate}.eyebrow{color:var(--accent);font-size:.73rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.button{border:1px solid var(--accent);border-radius:999px;background:var(--accent);color:#1c110c;padding:11px 20px;font-weight:750;cursor:pointer;transition:transform .14s ease,background .14s ease}.button:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.45}.button--secondary{background:transparent;color:var(--text);border-color:var(--line)}.button--secondary:hover:not(:disabled){background:var(--surface-raised)}.button--danger{background:transparent;border-color:#75433f;color:#ffaaa6}.button--danger:hover:not(:disabled){background:#3a211f}.button--large{padding:15px 24px;font-size:1rem}.button-row{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.icon-button{width:38px;height:38px;border:1px solid var(--line);background:transparent;border-radius:50%;display:grid;place-items:center;cursor:pointer}.icon-button:hover:not(:disabled){border-color:var(--muted);background:var(--surface)}.icon-button:disabled{opacity:.5}.panel{width:min(640px,100%);padding:clamp(24px,5vw,48px);border:1px solid var(--line);border-radius:var(--radius);background:#191916f0;box-shadow:0 24px 80px #0000004d}.panel h1{font-size:clamp(2.3rem,8vw,4.4rem);margin-bottom:20px}.error-panel p:not(.eyebrow){color:var(--muted);line-height:1.6}.home-shell{min-height:100vh;padding-bottom:80px}.top-nav{height:72px;max-width:1160px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.hero{max-width:780px;margin:10vh auto 0;padding:0 24px}.hero>h1{font-size:clamp(3.1rem,11vw,7.4rem);line-height:.82;margin:0 0 30px}.hero>h1 span{display:block;color:transparent;-webkit-text-stroke:1px #79766c;font-size:.55em;letter-spacing:.06em;margin-top:.3em}.hero-copy{color:var(--muted);font-size:clamp(1rem,3vw,1.25rem);max-width:560px;line-height:1.6}.resume-card,.new-run-card{width:100%;margin-top:28px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.resume-card{padding:20px 22px;display:flex;justify-content:space-between;align-items:center;text-align:left;cursor:pointer}.resume-card:hover{border-color:var(--accent)}.resume-card strong,.resume-card small{display:block}.resume-card small{margin-top:4px;color:var(--muted)}.new-run-card{padding:clamp(20px,5vw,30px)}.new-run-card label{font-weight:700}.new-run-card p{color:var(--muted);font-size:.88rem;margin:5px 0 20px}.seed-row{display:flex;gap:10px}.seed-row input{min-width:0;flex:1;border:1px solid var(--line);border-radius:999px;padding:12px 17px;background:#10100e;color:var(--text);font-family:var(--mono)}.mode-summary{display:flex;justify-content:space-between;gap:20px;padding:20px 4px;color:var(--muted);font-size:.85rem}.mode-summary strong{color:var(--text);text-align:right}.new-run-card>.button{width:100%}.history-section{max-width:780px;margin:80px auto 0;padding:0 24px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px}.section-heading h2{font-size:2rem;margin-bottom:0}.section-heading>span{color:var(--muted);font-size:.85rem}.empty-state{border-top:1px solid var(--line);margin-top:20px;padding:30px 0;color:var(--muted)}.history-list{margin-top:18px;border-top:1px solid var(--line)}.history-list button{width:100%;border:0;border-bottom:1px solid var(--line);background:transparent;padding:18px 4px;display:flex;justify-content:space-between;text-align:left;cursor:pointer}.history-list button:hover{color:var(--accent)}.history-list strong,.history-list small{display:block}.history-list small{color:var(--muted);margin-top:5px}.back-button{border:0;background:transparent;color:var(--muted);cursor:pointer;padding:0 0 30px}.setting-group{margin:30px 0;padding:0;border:0}.setting-group legend{font-weight:700;margin-bottom:12px}.radio-card,.toggle-row{display:flex;gap:14px;align-items:center;padding:16px;border:1px solid var(--line);background:#131310}.radio-card:first-of-type{border-radius:12px 12px 0 0}.radio-card:last-of-type{border-radius:0 0 12px 12px;border-top:0}.radio-card strong,.radio-card small,.toggle-row strong,.toggle-row small{display:block}.radio-card small,.toggle-row small{color:var(--muted);margin-top:4px}.toggle-row{border-radius:12px;justify-content:space-between;margin-top:12px}.toggle-row input{width:22px;height:22px;accent-color:var(--accent)}.danger-zone{border-top:1px solid var(--line);margin-top:36px;padding-top:28px}.danger-zone h2{margin-bottom:7px}.danger-zone p{color:var(--muted)}.run-shell{min-height:100vh;display:grid;grid-template-rows:76px 1fr;position:relative}.run-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 clamp(16px,4vw,48px);border-bottom:1px solid var(--line)}.game-identity strong,.game-identity span{display:block}.game-identity span{color:var(--muted);font-size:.76rem;margin-top:3px}.run-tools{justify-self:end;display:flex;align-items:center;gap:9px}.run-tools time{font-family:var(--mono);font-size:clamp(1rem,3vw,1.5rem);margin-right:6px;font-variant-numeric:tabular-nums}.run-content{min-height:0;display:grid;place-items:center;padding:40px 20px 100px}.preparing{width:min(500px,100%);text-align:center}.preparing .wordmark{display:block;margin-bottom:80px}.preparing h1{font-family:var(--mono);font-size:clamp(4rem,18vw,8rem);margin-bottom:20px}.preparing>p:not(.eyebrow){color:var(--muted)}.preparing small{color:#77746b;font-family:var(--mono)}.progress-track{height:5px;background:var(--surface-raised);border-radius:99px;overflow:hidden;margin-bottom:20px}.progress-track span{display:block;height:100%;background:var(--accent);transition:width .18s ease}.countdown{text-align:center}.countdown>p{color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.13em;font-size:.72rem}.countdown h1{font-size:clamp(2.7rem,10vw,6rem);margin-bottom:24px}.countdown-number{height:150px;font-family:var(--mono);color:var(--accent);font-size:8rem;line-height:1}.fixture-game{width:min(720px,100%);text-align:center}.fixture-game h2{font-size:clamp(2.1rem,7vw,4.2rem)}.fixture-card{margin:30px auto;border:1px solid var(--line);border-radius:var(--radius);padding:clamp(24px,6vw,48px);background:var(--surface)}.fixture-card p{max-width:510px;margin:22px auto 0;color:var(--muted);line-height:1.6}.fixture-glyph{display:block;color:var(--accent);font-family:var(--mono);font-weight:500;font-size:clamp(4rem,15vw,8rem)}.wordy-game{width:min(620px,100%);display:flex;flex-direction:column;align-items:center;text-align:center;--wordy-tile: clamp(48px, 10vw, 64px)}.wordy-board{display:grid;gap:6px;perspective:900px}.wordy-row{display:grid;grid-template-columns:repeat(5,var(--wordy-tile));gap:6px}.wordy-tile{width:var(--wordy-tile);aspect-ratio:1;display:grid;place-items:center;border:2px solid #3d3c36;background:#151512;color:var(--text);font-size:clamp(1.5rem,6vw,2.15rem);font-weight:800;text-transform:uppercase;transform-style:preserve-3d}.wordy-tile--filled{border-color:#77746a;animation:wordy-pop .1s ease-out}.wordy-tile--correct{--wordy-revealed-border: #55845c;--wordy-revealed-background: #416d49;border-color:#55845c;background:#416d49}.wordy-tile--present{--wordy-revealed-border: #bb7b3f;--wordy-revealed-background: #9b5e2f;border-color:#bb7b3f;background:#9b5e2f}.wordy-tile--absent{--wordy-revealed-border: #4e4d47;--wordy-revealed-background: #44433e;border-color:#4e4d47;background:#44433e}.wordy-tile--revealing{animation:wordy-flip .52s ease-in-out var(--tile-delay) both}.wordy-row--solved .wordy-tile{animation-name:wordy-flip,wordy-bounce;animation-duration:.52s,.42s;animation-delay:var(--tile-delay),calc(.56s + var(--tile-delay))}.wordy-row--shake{animation:wordy-shake .36s ease-in-out}.wordy-message{min-height:28px;margin:12px 0 4px;color:#ffc0a4;font-size:.88rem;font-weight:700}.wordy-keyboard{width:min(590px,calc(100vw - 24px));display:grid;gap:7px;margin-top:4px;-webkit-user-select:none;user-select:none}.wordy-keyboard-row{display:flex;justify-content:center;gap:5px}.wordy-key{min-width:0;width:clamp(29px,8.2vw,48px);height:clamp(46px,10vw,56px);padding:0;border:0;border-radius:6px;background:#6a6962;color:#fff;font-size:clamp(.72rem,3vw,1rem);font-weight:750;text-transform:uppercase;cursor:pointer;touch-action:manipulation}.wordy-key:hover:not(:disabled){background:#807e75}.wordy-key:disabled{cursor:not-allowed;opacity:.72}.wordy-key--wide{width:clamp(48px,13vw,72px);font-size:clamp(.58rem,2vw,.75rem)}.wordy-key--correct{background:#416d49}.wordy-key--present{background:#9b5e2f}.wordy-key--absent{background:#363530}.mini-sudoku-game{width:min(620px,100%);display:flex;flex-direction:column;align-items:center;--sudoku-cell: clamp(46px, 10vw, 66px)}.sudoku-grid{display:grid;grid-template-columns:repeat(6,var(--sudoku-cell));border:3px solid #d7d2c6;background:#d7d2c6;gap:1px}.grid-cell{position:relative;width:var(--sudoku-cell);aspect-ratio:1;border:0;border-radius:0;display:grid;place-items:center;background:#20201c;color:var(--text);cursor:pointer;font-family:var(--mono);font-size:clamp(1.35rem,5vw,2rem);font-weight:600}.grid-cell--given{background:#34332d;color:#fff5e5;cursor:default;font-weight:800}.grid-cell--selected{z-index:1;box-shadow:inset 0 0 0 4px var(--accent);background:#30271f}.grid-cell--conflict,.grid-cell--wrong{color:#fff;background:repeating-linear-gradient(135deg,transparent 0 7px,rgba(255,78,71,.24) 7px 13px),#5b2825}.grid-cell--conflict i,.grid-cell--wrong i{position:absolute;top:3px;right:5px;color:#ffaaa5;font-family:Inter,system-ui,sans-serif;font-size:.65rem;font-style:normal;font-weight:800}.sudoku-cell--column-3{border-left:2px solid #d7d2c6}.sudoku-cell--row-2,.sudoku-cell--row-4{border-top:2px solid #d7d2c6}.sudoku-status{min-height:26px;margin:12px 0 4px;color:#ffc0a4;font-size:.83rem;font-weight:650;text-align:center}.number-pad{display:grid;grid-template-columns:repeat(7,minmax(44px,58px));gap:7px;justify-content:center}.number-pad button{min-width:44px;height:52px;border:1px solid #4b4942;border-radius:8px;background:#33322d;color:var(--text);font-family:var(--mono);font-size:1.15rem;font-weight:700;cursor:pointer}.number-pad button:last-child{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:1rem}.number-pad button small{font-family:Inter,system-ui,sans-serif;font-size:.55rem;text-transform:uppercase}.number-pad button:hover:not(:disabled),.grid-action:hover:not(:disabled){border-color:var(--accent);background:#44362e}.number-pad .number-pad__value--invalid{border-color:#34332f;background:#242421;color:#77756e;opacity:.55}.number-pad .number-pad__value--invalid:hover:not(:disabled){border-color:#4b4942;background:#292925;color:#8c8981}.number-pad button:disabled,.grid-action:disabled{cursor:not-allowed;opacity:.4}.grid-actions{display:flex;gap:10px;margin-top:14px}.grid-action{min-height:44px;border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--text);padding:9px 18px;cursor:pointer}.grid-action span{color:var(--muted)}.mini-crossword-game{width:min(520px,100%);display:flex;flex-direction:column;align-items:center}.crossword-grid{--crossword-cell: clamp(52px, 13vw, 72px);display:grid;gap:2px;padding:3px;border-radius:4px;background:#d7d2c6}.crossword-cell{position:relative;width:var(--crossword-cell);height:var(--crossword-cell);border:0;border-radius:0;background:#f3f0e8;color:#191916;font-family:var(--mono);cursor:pointer}.crossword-cell--block{display:block;background:#151514}.crossword-cell--active{background:#cce4ee}.crossword-cell--selected{z-index:1;background:#f4d55f;box-shadow:inset 0 0 0 3px #ff7a45}.crossword-cell--wrong{box-shadow:inset 0 0 0 3px #d85d55;color:#a2322d}.crossword-cell--selected.crossword-cell--wrong{box-shadow:inset 0 0 0 3px #d85d55,inset 0 0 0 6px #f4d55f}.crossword-cell small{position:absolute;top:3px;left:5px;font:700 .62rem/1 Inter,system-ui,sans-serif}.crossword-cell strong{font-size:clamp(1.45rem,5vw,2rem)}.crossword-clue-card{width:min(370px,100%);min-height:72px;margin-top:14px;padding:11px 16px;border:1px solid var(--line);border-radius:10px;display:flex;flex-direction:column;justify-content:center;gap:4px;background:#25241f}.crossword-clue-card span,.crossword-navigation span{color:var(--muted);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.crossword-navigation{display:flex;align-items:center;gap:18px;margin-top:8px}.crossword-navigation button{width:42px;height:36px;border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--text);cursor:pointer}.crossword-status{min-height:24px;margin-top:8px;color:var(--muted);font-size:.85rem}.logic-grid-game{width:min(620px,100%);display:flex;flex-direction:column;align-items:center;--logic-cell: clamp(46px, 10vw, 66px)}.logic-grid{display:grid;grid-template-columns:repeat(6,var(--logic-cell));border:3px solid #d7d2c6;background:#d7d2c6;gap:2px}.logic-cell{width:var(--logic-cell)}.logic-legend{max-width:440px;margin-top:12px;color:var(--muted);font-size:.72rem;line-height:1.45;text-align:center}.queens-cell{font-size:clamp(1.55rem,6vw,2.35rem);text-shadow:0 1px 2px #000;box-shadow:inset 0 0 0 1px #ffffff29}.queens-region-0{background:#9f4b4d}.queens-region-1{background:#367d6b}.queens-region-2{background:#466ba9}.queens-region-3{background:#967737}.queens-region-4{background:#774598}.queens-region-5{background:#66833f}.queens-cell.grid-cell--conflict,.queens-cell.grid-cell--wrong,.paire-cell.grid-cell--conflict,.paire-cell.grid-cell--wrong{background:repeating-linear-gradient(135deg,transparent 0 7px,rgba(255,224,219,.34) 7px 13px),#762e2a}.symbol-pad{display:grid;grid-template-columns:repeat(3,minmax(78px,112px));gap:8px}.symbol-pad button{min-height:54px;border:1px solid #4b4942;border-radius:9px;display:flex;align-items:center;justify-content:center;gap:8px;background:#33322d;color:var(--text);cursor:pointer}.symbol-pad button>span{font-family:var(--mono);font-size:1.4rem}.symbol-pad button small{color:var(--muted);font-size:.65rem;font-weight:700;text-transform:uppercase}.symbol-pad button:hover:not(:disabled){border-color:var(--accent);background:#44362e}.symbol-pad button:disabled{cursor:not-allowed;opacity:.4}.paire-grid-wrap{position:relative}.paire-cell>span:first-child{font-size:clamp(2.4rem,7vw,3.25rem);line-height:1}.paire-cell--value-1>span:first-child{color:#ffd174}.paire-cell--value-2>span:first-child,.paire-circle{color:#63b9ff}.paire-constraint{position:absolute;z-index:3;width:20px;height:20px;border:1px solid #77746a;border-radius:50%;display:grid;place-items:center;transform:translate(-50%,-50%);background:#121210;color:#fff7e8;font-family:var(--mono);font-size:.75rem;font-weight:900;line-height:1;pointer-events:none}.nonogram-game{width:min(760px,100%);display:flex;flex-direction:column;align-items:center;--nonogram-cell: clamp(19px, 4.5vw, 34px);--nonogram-clue-size: .72rem}.nonogram-heading{min-height:32px;display:flex;align-items:center;justify-content:center;gap:12px}.nonogram-heading .eyebrow{margin:0}.game-size-badge{margin-left:7px;border:1px solid #57544c;border-radius:999px;background:#292824;color:var(--muted);padding:4px 8px;font-family:var(--mono);font-size:.66rem;white-space:nowrap}.nonogram-layout{display:grid;grid-template-columns:minmax(58px,auto) calc(var(--nonogram-width) * var(--nonogram-cell));grid-template-rows:auto calc(var(--nonogram-height) * var(--nonogram-cell));align-items:stretch;margin-top:8px;font-family:var(--mono);-webkit-user-select:none;user-select:none}.nonogram-clue-corner{border-right:2px solid #d7d2c6;border-bottom:2px solid #d7d2c6}.nonogram-column-clues{display:grid;grid-template-columns:repeat(var(--nonogram-width),var(--nonogram-cell))}.nonogram-column-clue{min-height:62px;border-right:1px solid #45433d;border-bottom:2px solid #d7d2c6;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:1px;padding-bottom:4px;font-size:var(--nonogram-clue-size)}.nonogram-row-clues{display:grid;grid-template-rows:repeat(var(--nonogram-height),var(--nonogram-cell))}.nonogram-row-clue{border-right:2px solid #d7d2c6;border-bottom:1px solid #45433d;display:flex;align-items:center;justify-content:flex-end;gap:5px;padding:0 7px;font-size:var(--nonogram-clue-size)}.nonogram-clue--complete{color:#706e67;text-decoration:line-through;text-decoration-thickness:2px}.nonogram-column-clue.nonogram-clue--overfilled,.nonogram-row-clue.nonogram-clue--overfilled{border-color:#ff6b60;background:#b7312a33;color:#ffaaa5}.nonogram-grid{display:grid;grid-template-columns:repeat(var(--nonogram-width),var(--nonogram-cell));grid-template-rows:repeat(var(--nonogram-height),var(--nonogram-cell));border-right:2px solid #d7d2c6;border-bottom:2px solid #d7d2c6;background:#d7d2c6;touch-action:none}.nonogram-cell{width:var(--nonogram-cell);height:var(--nonogram-cell);border:0;border-top:1px solid #45433d;border-left:1px solid #45433d;display:grid;place-items:center;background:#1e1e1b;color:#aaa79d;padding:0;font-family:var(--mono);font-size:clamp(.85rem,3vw,1.35rem);line-height:1;cursor:pointer}.nonogram-cell--filled{background:#f3eee1;color:#171715}.nonogram-cell--selected{position:relative;z-index:1;box-shadow:inset 0 0 0 3px var(--accent)}.nonogram-cell--revealed{color:#ff8b81;background:#3b2421}.nonogram-cell--guide-right{border-right:2px solid #d7d2c6}.nonogram-cell--guide-bottom{border-bottom:2px solid #d7d2c6}.nonogram-cell:disabled{cursor:default}.nonogram-tools{display:grid;grid-template-columns:repeat(3,minmax(82px,112px));gap:8px;margin-top:12px}.nonogram-tools button{min-height:48px;border:1px solid #4b4942;border-radius:9px;background:#33322d;color:var(--text);font-family:var(--mono);font-size:1.2rem;cursor:pointer}.nonogram-tools small{color:var(--muted);font-family:Inter,system-ui,sans-serif;font-size:.61rem;font-weight:700;text-transform:uppercase}.nonogram-tools button:hover:not(:disabled){border-color:var(--accent);background:#44362e}.nonogram-tools button:disabled{cursor:default;opacity:.4}.clambers-game{width:min(560px,100%);display:flex;flex-direction:column;align-items:center}.clambers-stage{min-height:116px;display:grid;place-items:center;margin:24px 0 18px;text-transform:uppercase}.clambers-stage>strong{color:var(--muted);font-size:1rem;letter-spacing:.12em;text-transform:uppercase}.clambers-stage .clambers-flash-letter{color:var(--text);font-family:var(--mono);font-size:clamp(4rem,15vw,7rem);line-height:1}.clambers-letter-row{display:grid;grid-template-columns:repeat(6,clamp(44px,10vw,64px));gap:7px}.clambers-letter-row span{aspect-ratio:1;border:2px solid #d7d2c6;display:grid;place-items:center;background:#292824;color:var(--text);font-family:var(--mono);font-size:clamp(1.35rem,6vw,2rem);font-weight:800;text-transform:uppercase}.clambers-form{width:min(440px,100%)}.clambers-form label{display:block;margin-bottom:7px;color:var(--muted);font-size:.72rem;font-weight:700;text-transform:uppercase}.clambers-input-row{display:grid;grid-template-columns:1fr auto;gap:8px}.clambers-input-row input{min-width:0;height:56px;border:1px solid #4b4942;border-radius:9px;background:#1e1e1b;color:var(--text);padding:0 14px;font-family:var(--mono);font-size:1.7rem;font-weight:800;letter-spacing:.18em;text-align:center;text-transform:uppercase}.clambers-input-row input:focus{border-color:var(--accent);outline:2px solid color-mix(in srgb,var(--accent) 35%,transparent)}.clambers-input-row button,.clambers-hints button{border:1px solid #4b4942;border-radius:9px;background:#33322d;color:var(--text);padding:10px 16px;font-weight:700;cursor:pointer}.clambers-input-row button:hover:not(:disabled),.clambers-hints button:hover:not(:disabled){border-color:var(--accent);background:#44362e}.clambers-input-row button:disabled,.clambers-hints button:disabled{cursor:default;opacity:.4}.clambers-hints{width:min(440px,100%);display:grid;gap:8px;margin-top:14px}.clambers-hints button{min-height:48px;display:flex;justify-content:space-between}.clambers-hints span{color:var(--muted)}.clambers-status{min-height:28px;margin:12px 0 0;color:#ffc0a4;font-size:.82rem;font-weight:650;text-align:center}.chromal-game{width:min(560px,100%);display:flex;flex-direction:column;align-items:center}.chromal-heading{display:flex;align-items:baseline;gap:9px;margin-top:4px}.chromal-heading h1{margin:0;font-family:var(--mono);font-size:clamp(2.15rem,8vw,3.4rem)}.chromal-heading span{color:var(--muted);font-family:var(--mono);font-size:.9rem}.chromal-progress{width:min(430px,100%);display:grid;grid-template-columns:repeat(10,1fr);gap:5px;margin:17px 0 24px;padding:0;list-style:none}.chromal-progress li{height:4px;border-radius:999px;background:#35342f}.chromal-progress .chromal-progress__done{background:var(--accent)}.chromal-grid{width:min(350px,82vw,52vh);aspect-ratio:2 / 3;display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(7px,1.4vw,11px);transition:opacity .18s ease,transform .18s ease}.chromal-grid--correct{opacity:.72;transform:scale(.985)}.chromal-cell{min-width:0;min-height:0;border:3px solid transparent;border-radius:8px;box-shadow:inset 0 0 0 1px #ffffff12;cursor:pointer;transition:border-color .12s ease,transform .12s ease,opacity .12s ease}.chromal-cell:hover:not(:disabled),.chromal-cell:focus-visible{outline:3px solid rgb(244 240 229 / 80%);outline-offset:3px}.chromal-cell:disabled{cursor:default}.chromal-cell--correct{border-color:#f4f0e5;box-shadow:0 0 0 4px #69d091b8}.chromal-cell--wrong{border-color:#ff745d;box-shadow:inset 0 0 0 4px #430c06ad;opacity:.72}.chromal-cell--revealed{border-color:#f4f0e5;box-shadow:0 0 0 5px var(--accent);transform:scale(.95)}.chromal-instruction{margin:22px 0 0;color:var(--muted);font-size:.82rem;text-align:center}.chromal-status{min-height:27px;margin:9px 0 0;color:#ffc0a4;font-size:.82rem;font-weight:700}.minesweeper-game{--mine-cell: clamp(20px, 4.4vw, 30px);display:flex;flex-direction:column;align-items:center;color:#111;font-family:Arial,sans-serif;-webkit-user-select:none;user-select:none}.minesweeper-frame{border:7px solid #bdbdbd;border-top-color:#f4f4f4;border-left-color:#f4f4f4;border-right-color:#747474;border-bottom-color:#747474;background:#bdbdbd;padding:8px;box-shadow:0 12px 36px #00000057}.minesweeper-panel{min-height:54px;border:4px solid #7b7b7b;border-right-color:#f4f4f4;border-bottom-color:#f4f4f4;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin-bottom:8px;padding:5px 7px;background:#bdbdbd}.minesweeper-display{min-width:72px;border:2px inset #e5e5e5;background:#210000;color:#ff2b20;padding:3px 6px 1px;font-family:var(--mono);font-size:1.75rem;font-weight:800;line-height:1;letter-spacing:.08em;text-align:center;text-shadow:0 0 7px #ff1f14}.minesweeper-display:last-child{justify-self:end}.minesweeper-smiley{width:42px;height:42px;border:4px solid #eee;border-right-color:#747474;border-bottom-color:#747474;background:#c6c6c6;padding:0;font-size:1.45rem;line-height:1;cursor:pointer}.minesweeper-smiley:active:not(:disabled){border-color:#747474 #eee #eee #747474;transform:translate(1px,1px)}.minesweeper-grid{display:grid;grid-template-columns:repeat(12,var(--mine-cell));grid-template-rows:repeat(12,var(--mine-cell));border:5px solid #747474;border-right-color:#f4f4f4;border-bottom-color:#f4f4f4;background:#8b8b8b;touch-action:manipulation}.minesweeper-cell{width:var(--mine-cell);height:var(--mine-cell);border:3px solid #f2f2f2;border-right-color:#777;border-bottom-color:#777;background:#bdbdbd;padding:0;display:grid;place-items:center;color:#111;font-size:calc(var(--mine-cell) * .59);font-weight:900;line-height:1;cursor:pointer}.minesweeper-cell:hover:not(:disabled){filter:brightness(1.06)}.minesweeper-cell:focus-visible,.minesweeper-cell[aria-selected=true]:focus-visible{position:relative;z-index:2;outline:3px solid #ff713e;outline-offset:-3px}.minesweeper-cell--revealed,.minesweeper-cell--mine,.minesweeper-cell--wrong-flag{border:1px solid #888;background:#c7c7c7;cursor:default}.minesweeper-cell--start{color:#087f28;font-family:var(--mono);font-weight:1000;text-shadow:0 1px #fff}.minesweeper-cell--flagged{color:#d40000;text-shadow:1px 1px #fff}.minesweeper-cell--hit{background:#f13a2e}.minesweeper-cell--wrong-flag{color:#d40000}.minesweeper-cell--value-1{color:#0000b9}.minesweeper-cell--value-2{color:#087b08}.minesweeper-cell--value-3{color:#c00000}.minesweeper-cell--value-4{color:#007}.minesweeper-cell--value-5{color:#780000}.minesweeper-cell--value-6{color:#007878}.minesweeper-cell--value-7{color:#111}.minesweeper-cell--value-8{color:#666}.minesweeper-modes{width:min(390px,100%);display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}.minesweeper-modes button{min-height:48px;border:1px solid #4b4942;border-radius:8px;background:#33322d;color:var(--text);font-weight:750;cursor:pointer}.minesweeper-modes button[aria-pressed=true]{border-color:var(--accent);background:#4b382f;box-shadow:inset 0 0 0 1px var(--accent)}.minesweeper-modes button:disabled,.minesweeper-smiley:disabled{cursor:default;opacity:.65}.minesweeper-help{margin:12px 0 0;color:var(--muted);font-family:Inter,system-ui,sans-serif;font-size:.73rem;text-align:center}.minesweeper-status{min-height:25px;margin:7px 0 0;color:#ffc0a4;font-family:Inter,system-ui,sans-serif;font-size:.8rem;font-weight:700;text-align:center}.shapeup-game,.ratiole-game{width:min(760px,100%);display:flex;flex-direction:column;align-items:center;text-align:center}.shapeup-target{display:grid;justify-items:center;gap:6px;margin-bottom:12px}.shapeup-target>span,.ratiole-target>span{color:var(--muted);font-size:.78rem}.shapeup-target svg{width:82px;height:82px;border-radius:8px;background:#24262c;padding:9px}.shapeup-target svg path{fill:#e7e5df}.shapeup-target h1{margin:0;font-family:var(--mono);font-size:1rem;letter-spacing:.04em;text-transform:lowercase}.geometry-canvas{border:1px solid #464852;border-radius:7px;background:#282a31;box-shadow:0 16px 44px #0000003d;touch-action:none;cursor:crosshair}.geometry-canvas[aria-disabled=true]{cursor:default}.shapeup-canvas{width:min(430px,78vw,55vh);height:min(430px,78vw,55vh)}.geometry-instruction{margin:14px 0 0;color:var(--muted);font-size:.78rem}.geometry-status{min-height:25px;margin:7px 0 0;color:#ffc0a4;font-size:.82rem;font-weight:750}.ratiole-target{margin-bottom:15px}.ratiole-target h1{margin:5px 0 0;font-family:var(--mono);font-size:clamp(1.8rem,6vw,2.5rem);letter-spacing:.03em}.ratiole-target h1 b{color:var(--muted);font-weight:500}.ratiole-canvas{width:min(640px,82vw,64vh);height:min(640px,82vw,64vh)}.ratiole-background{fill:#24262d}.ratiole-shape,.ratiole-piece{stroke:#eee9dc;stroke-width:.004;vector-effect:non-scaling-stroke}.ratiole-shape{fill:#ebcf59}.ratiole-piece--first{fill:#f1d65f}.ratiole-piece--second{fill:#cca33b}.ratiole-cut-line{stroke-width:2.5px;vector-effect:non-scaling-stroke;pointer-events:none}.ratiole-cut-line--preview{stroke:#ef916f;stroke-dasharray:7px 5px}.ratiole-cut-line--result{stroke:#f4f0e8}@media(max-width:430px){.minesweeper-game{--mine-cell: min(6.7vw, 25px)}.minesweeper-frame{border-width:5px;padding:5px}.minesweeper-panel{min-height:46px;gap:6px;padding:3px 4px}.minesweeper-display{min-width:58px;font-size:1.35rem}.minesweeper-smiley{width:36px;height:36px;font-size:1.2rem}.shapeup-target svg{width:67px;height:67px}.shapeup-canvas,.ratiole-canvas{width:min(82vw,44vh);height:min(82vw,44vh)}.geometry-instruction{max-width:310px;line-height:1.4}}@media(prefers-reduced-motion:reduce){.chromal-grid,.chromal-cell{transition:none}}@media(max-width:520px){.clambers-letter-row{gap:4px}.clambers-input-row{grid-template-columns:1fr}}@media(max-width:440px){.nonogram-game{--nonogram-cell: clamp(17px, 5.3vw, 23px);--nonogram-clue-size: .59rem}.nonogram-layout{grid-template-columns:minmax(48px,auto) calc(var(--nonogram-width) * var(--nonogram-cell))}.nonogram-column-clue{min-height:50px}.nonogram-row-clue{gap:3px;padding:0 4px}.nonogram-heading{align-items:flex-start}.nonogram-heading .eyebrow{max-width:230px}}.skip-button{position:fixed;right:clamp(16px,4vw,48px);bottom:28px;border:0;border-bottom:1px solid currentColor;background:transparent;color:var(--muted);padding:8px 0;cursor:pointer}.skip-button:not(:disabled):hover{color:var(--text)}.skip-button:disabled{opacity:.45;cursor:not-allowed}.outcome-card{text-align:center;width:min(640px,100%)}.outcome-card h1{font-size:clamp(2.7rem,10vw,6rem);margin-bottom:45px}.outcome-card--solved h1{color:var(--success)}.outcome-card--failed h1,.outcome-card--skipped h1{color:#f3b0a8}.outcome-metrics{display:flex;justify-content:center;gap:clamp(40px,10vw,100px);font-family:var(--mono);font-size:1.5rem}.outcome-metrics small{display:block;font-family:Inter,sans-serif;color:var(--muted);font-size:.7rem;text-transform:uppercase;margin-bottom:8px}.loading-state{text-align:center}.loading-state h2{color:var(--muted);font-size:1rem;font-weight:500}.loader{display:block;width:42px;height:42px;margin:0 auto 20px;border:3px solid var(--line);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}.modal-backdrop{position:fixed;inset:0;z-index:10;background:#000000bd;display:grid;place-items:center;padding:20px}.modal{width:min(520px,100%);position:relative;padding:40px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-raised);box-shadow:0 28px 90px #000}.modal h2{font-size:2.4rem}.modal>p:not(.eyebrow){line-height:1.65;color:var(--muted)}.modal .warning-note{border-top:1px solid var(--line);padding-top:18px;margin-top:25px;color:#ffc1a5}.modal-close{position:absolute;top:14px;right:14px;border:0;background:transparent;font-size:1.7rem;color:var(--muted);cursor:pointer}.toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%);z-index:20;display:flex;gap:18px;align-items:center;padding:13px 16px;border:1px solid var(--line);border-radius:9px;background:#2b2a25;box-shadow:0 8px 32px #0008}.toast button{border:0;background:transparent;color:var(--blue);cursor:pointer}.results-shell{width:min(1040px,100%);min-height:100vh;margin:auto;padding:clamp(50px,8vw,100px) 20px}.results-hero{text-align:center;margin-bottom:55px}.results-hero h1{font-family:var(--mono);font-size:clamp(4rem,14vw,8rem);margin-bottom:10px;font-variant-numeric:tabular-nums}.results-hero>p:last-child{color:var(--muted)}.results-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius)}.results-table{width:100%;border-collapse:collapse;min-width:720px;font-variant-numeric:tabular-nums}.results-table th,.results-table td{padding:15px 18px;text-align:right;border-bottom:1px solid var(--line)}.results-table th:first-child{text-align:left}.results-table thead th{color:var(--muted);font-size:.7rem;text-transform:uppercase;letter-spacing:.08em}.results-table tbody th{font-weight:600}.results-table tfoot th,.results-table tfoot td{border-bottom:0;font-size:1.15rem}.outcome-label{text-transform:capitalize}.outcome-label--solved,.negative-delta{color:var(--success)}.outcome-label--failed,.outcome-label--skipped,.positive-delta{color:#f0a59d}.results-actions{margin-top:30px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%{opacity:.4}to{opacity:1}}@keyframes wordy-pop{50%{transform:scale(1.07)}}@keyframes wordy-flip{0%{transform:rotateX(0);border-color:#77746a;background:#151512}49%{transform:rotateX(90deg);border-color:#77746a;background:#151512}51%{transform:rotateX(-90deg);border-color:var(--wordy-revealed-border);background:var(--wordy-revealed-background)}to{transform:rotateX(0);border-color:var(--wordy-revealed-border);background:var(--wordy-revealed-background)}}@keyframes wordy-bounce{45%{transform:translateY(-12px)}}@keyframes wordy-shake{20%,60%{transform:translate(-7px)}40%,80%{transform:translate(7px)}}@media(max-width:650px){.hero{margin-top:7vh}.seed-row{flex-direction:column}.run-shell{grid-template-rows:68px 1fr}.run-header{grid-template-columns:1fr auto}.run-header>.wordmark{display:none}.run-tools{gap:5px}.run-tools .icon-button{width:34px;height:34px}.run-content{padding-top:28px}.fixture-card{margin:20px auto}.wordy-game{--wordy-tile: min(15vw, 58px)}.wordy-board,.wordy-row{gap:5px}.mini-sudoku-game{--sudoku-cell: min(14.2vw, 58px)}.logic-grid-game{--logic-cell: min(14.2vw, 58px)}.number-pad{width:calc(100vw - 24px);grid-template-columns:repeat(7,1fr);gap:5px}.number-pad button{min-width:0;height:48px}.outcome-metrics{gap:32px}.skip-button{bottom:16px}.toast{width:calc(100% - 32px);justify-content:space-between;bottom:16px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:1ms!important;transition-duration:1ms!important}}html[data-reduce-motion=true] *,html[data-reduce-motion=true] *:before,html[data-reduce-motion=true] *:after{animation-duration:1ms!important;transition-duration:1ms!important}
