.app-shell{display:flex;flex-direction:column;gap:clamp(.85rem,2vw,1.15rem)}.app-stage>.panel__body{padding:clamp(.5rem,1.5vw,.9rem)}body.app-page{--shell-width: 68rem}body.strellos-page{--shell-width: min(88vw, 112rem);--term-bg: #0a0910;--term-ink: #d6cec1;--term-cursor: #f5a763;--term-select: #3a3260}.minesweeper-game{--bg-tile: color-mix(in srgb, var(--paper-2) 88%, transparent);--border: var(--rule);--text: var(--ink);--text-dim: var(--ink-soft);--color-accent: var(--accent);--mine-accent: var(--accent);--mine-flag: #d9534f;--mine-boundary: var(--accent);--mine-correct: #2f7d5c;--mine-correct-soft: #bfe3d0;--mine-wrong: #b04a3f;--mine-wrong-soft: #f0cdc7;--mine-on-solid: var(--paper);--mine-cell-hidden: #d9c49c;--mine-cell-edge-lit: #f2e4c9;--mine-cell-edge-shadow: #a68450;--mine-cell-revealed: #f7eeda;--mine-cell-rule: #cbb188;--mine-cell-void: #b1935f;--mine-board-edge-lit: #f4e7cd;--mine-board-edge-shadow: #9d7b48;--mine-number-1: #2b6a94;--mine-number-2: #35714f;--mine-number-3: #a8452f;--mine-number-4: #5b559a;--mine-number-5: #82412f;--mine-number-6: #2f7a78;--mine-number-7: #7a4f80;--mine-number-8: #55534d;min-height:30rem;padding:clamp(.75rem,2vw,1.5rem);font-family:var(--font-body);color:var(--ink)}[data-time=night] .minesweeper-game{--mine-flag: #ef8d78;--mine-correct: #7fcda2;--mine-correct-soft: #24503c;--mine-wrong: #e58c80;--mine-wrong-soft: #5f3230;--mine-cell-hidden: #322a5c;--mine-cell-edge-lit: #493f7d;--mine-cell-edge-shadow: #1b1638;--mine-cell-revealed: #201c40;--mine-cell-rule: #3d3468;--mine-cell-void: #100d24;--mine-board-edge-lit: #4d4283;--mine-board-edge-shadow: #171232;--mine-number-1: #85c8f0;--mine-number-2: #8ad4a2;--mine-number-3: #f5a08d;--mine-number-4: #b3a8f2;--mine-number-5: #e08b7f;--mine-number-6: #79cdc9;--mine-number-7: #d2a1de;--mine-number-8: #a9a5c4}.minesweeper-game--menu{min-height:0}.minesweeper-game :where(p){margin:0}.minesweeper-game button{font-family:var(--font-pixel);font-size:.625rem;letter-spacing:.03em}.minesweeper-game :where(button,[class*=rounded]){border-radius:3px!important}.minesweeper-game .minesweeper-solid{color:var(--mine-on-solid)}.minesweeper-menu{display:grid;gap:.9rem;max-width:44rem;margin-inline:auto;text-align:left}.minesweeper-menu__heading h2{margin:0;font-family:var(--font-display);font-size:clamp(1.35rem,3vw,1.8rem);font-variation-settings:"SOFT" 44,"WONK" 1,"opsz" 48;font-weight:700;line-height:1.05;letter-spacing:-.03em}.minesweeper-mode-card{display:grid;grid-template-columns:2.2rem minmax(0,1fr) auto;gap:.9rem;align-items:center;width:100%;min-height:4.8rem;padding:.9rem 1rem;color:var(--ink);text-align:left;cursor:pointer;background:color-mix(in srgb,var(--paper-2) 78%,transparent);border:2px solid var(--rule);border-radius:3px;transition:color .16s ease,background .16s ease,border-color .16s ease}.minesweeper-mode-card+.minesweeper-mode-card{margin-top:.5rem}.minesweeper-mode-card>*{transition:transform .16s ease}.minesweeper-mode-card:hover>*,.minesweeper-mode-card:focus-visible>*{transform:translate(3px)}.minesweeper-mode-card:hover,.minesweeper-mode-card:focus-visible{color:var(--accent);background:var(--accent-wash);border-color:var(--accent)}.minesweeper-mode-card__marker,.minesweeper-mode-card__arrow{font-family:var(--font-pixel);font-size:.625rem;color:var(--ink-faint)}.minesweeper-mode-card__copy{display:grid;gap:.2rem}.minesweeper-mode-card__copy strong{font-family:var(--font-display);font-size:1.05rem;font-weight:660;letter-spacing:-.015em}.minesweeper-mode-card__copy small{font-family:var(--font-body);font-size:.9rem;line-height:1.45;color:var(--ink-soft)}.minesweeper-mode{display:grid;gap:1rem;align-content:start;max-width:58rem;margin-inline:auto}.minesweeper-mode--speed-playing{gap:.85rem}.minesweeper-back{justify-self:start;font-family:var(--font-pixel);color:var(--ink-faint);background:none;border:none;cursor:pointer;transition:color .16s ease}.minesweeper-back:hover,.minesweeper-back:focus-visible{color:var(--accent)}.minesweeper-mode__header{padding-bottom:.85rem;border-bottom:2px dashed var(--rule)}.minesweeper-mode__header h2,.minesweeper-mode--speed-state h2{margin:0;font-family:var(--font-display);font-size:1.35rem;font-variation-settings:"SOFT" 40,"WONK" 1,"opsz" 36;font-weight:680;letter-spacing:-.025em}.minesweeper-guide{max-width:32rem;margin-inline:auto;padding:.9rem 1.1rem 1rem;color:var(--ink);background:color-mix(in srgb,var(--paper-2) 82%,transparent);border:2px solid var(--rule);border-radius:4px}.minesweeper-guide__title{margin:0 0 .75rem;font-family:var(--font-pixel);font-size:.6875rem;font-variation-settings:normal;font-weight:400;line-height:1.7;letter-spacing:.04em;color:var(--accent)}.minesweeper-guide__steps{display:grid;gap:.5rem;margin:0;padding:0;font-family:var(--font-body);font-size:.95rem;line-height:1.5;color:var(--ink-soft);list-style:none;counter-reset:mine-step}.minesweeper-guide__steps li{display:grid;grid-template-columns:1.4rem minmax(0,1fr);counter-increment:mine-step}.minesweeper-guide__steps li:before{font-family:var(--font-mono);font-size:.8rem;color:var(--ink-faint);content:counter(mine-step) "."}.minesweeper-subhead{margin:0 0 .6rem;font-family:var(--font-pixel);font-size:.6875rem;font-variation-settings:normal;font-weight:400;line-height:1.7;letter-spacing:.04em;color:var(--ink-faint)}.minesweeper-timer{background:var(--rule);border-radius:999px}.minesweeper-timer__fill{width:100%;height:100%;transform-origin:left;transition:transform .16s linear}@media(prefers-reduced-motion:reduce){.minesweeper-timer__fill{transition:none}}.minesweeper-input-hint,.minesweeper-input-toggle{font-family:var(--font-mono);font-size:.68rem}.minesweeper-board{padding:3px;background:var(--mine-cell-rule);border:2px solid var(--rule-strong);border-radius:3px;box-shadow:0 3px 0 var(--shade)}.minesweeper-cell{border-radius:0}.minesweeper-cell--hidden:hover{filter:brightness(1.06)}.minesweeper-mode--speed-state{justify-items:center;gap:1.3rem;max-width:38rem;margin-inline:auto}.minesweeper-mode--speed-state .grid>div,.minesweeper-game .bg-\[var\(--bg-tile\)\]{border-color:var(--rule)!important}.minesweeper-mode-card:focus-visible,.minesweeper-game button:focus-visible,.minesweeper-cell:focus-visible{outline:2px solid var(--accent)!important;outline-offset:3px}.strellos-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(15rem,22rem);align-items:end;gap:1rem 2rem}.strellos-telemetry{position:relative;padding:.6rem .8rem;font-family:var(--font-mono);font-size:.72rem;line-height:1.6;color:var(--ink-soft);background:color-mix(in srgb,var(--paper) calc(var(--paper-alpha) * 92%),transparent);border:2px solid var(--rule);border-radius:var(--panel-radius);box-shadow:var(--panel-lift)}.strellos-telemetry p{margin:0}.strellos-telemetry #status{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.strellos-telemetry #version{padding-top:.35rem;margin-top:.35rem;border-top:1px dotted var(--rule)}.strellos-telemetry a{color:var(--accent)}.strellos-progress{--progress-track: color-mix(in srgb, var(--ink-soft) 20%, transparent);--progress-bar: var(--accent);height:.35rem;margin-top:.3rem;visibility:hidden;background:var(--progress-track);border-radius:999px;overflow:hidden}.strellos-progress.is-active{visibility:visible}.strellos-progress-bar{width:0%;height:100%;background:var(--progress-bar);border-radius:inherit;transition:width .12s linear}.strellos-progress.is-indeterminate .strellos-progress-bar{width:35%;transition:none}@media(prefers-reduced-motion:no-preference){.strellos-progress.is-indeterminate .strellos-progress-bar{animation:strellos-progress-sweep 1.2s ease-in-out infinite}}@keyframes strellos-progress-sweep{0%{transform:translate(-100%)}to{transform:translate(286%)}}.strellos-reset{margin-top:.35rem;padding:.25rem .5rem;font:inherit;color:var(--ink-soft);background:transparent;border:1px solid var(--rule);border-radius:var(--panel-radius);cursor:pointer}.strellos-reset:hover{color:var(--accent);border-color:var(--accent)}body.strellos-page .shell{display:flex;flex-direction:column}body.strellos-page .app-shell{flex:1;min-height:0}.strellos-grid{display:grid;grid-template-columns:var(--fb-col, minmax(0, 1.55fr)) minmax(0,1fr);align-items:stretch;flex:1 0 auto;gap:clamp(.85rem,2vw,1.15rem)}.strellos-grid>.panel{display:grid;grid-template-rows:auto minmax(0,1fr);min-width:0}.strellos-grid>.panel>.panel__body{display:grid;grid-template-rows:minmax(0,1fr) auto;gap:.6rem;padding:.75rem}.strellos-grid>.strellos-terminal>.panel__body{grid-template-rows:minmax(0,1fr)}.strellos-screen{display:grid;place-items:center;min-height:0;padding:.5rem;background:var(--term-bg);border:2px solid var(--rule-strong);border-radius:3px;cursor:none}#screen{display:block;width:100%;max-width:100%;height:auto;aspect-ratio:4 / 3;background:#000;border:1px solid #2a2545;outline:none;cursor:none;image-rendering:pixelated}#screen:focus-visible{border-color:var(--accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 50%,transparent)}.strellos-hint{margin:0;font-family:var(--font-mono);font-size:.68rem;line-height:1.5;color:var(--ink-faint)}.strellos-hint kbd{padding:.05em .3em .08em;font-family:var(--font-mono);font-size:.9em;color:var(--ink);background:var(--paper-2);border:1px solid var(--rule-hair);border-radius:2px}.strellos-capture{padding:.25rem .5rem .18rem;font-family:var(--font-pixel);font-size:.625rem;line-height:1;color:var(--ink-faint);background:transparent;border:1px solid var(--rule-hair);border-radius:3px;cursor:pointer}.strellos-capture:hover,.strellos-capture.is-captured{color:var(--accent);border-color:var(--accent)}.terminal-frame{display:grid;grid-template-rows:auto minmax(0,1fr);min-width:0;min-height:0;overflow:hidden;background:var(--term-bg);border:2px solid var(--rule-strong);border-radius:3px}.terminal-tabs{display:flex;gap:.15rem;padding-top:2px;padding-left:.3rem;background:var(--paper-2);border-bottom:2px solid var(--rule)}.terminal-tab{padding:.4rem .62rem .34rem;font-family:var(--font-pixel);font-size:.625rem;line-height:1;color:var(--ink-soft);text-transform:lowercase;letter-spacing:.04em;cursor:pointer;background:transparent;border:none;border-top:2px solid transparent;transition:color .16s ease,background .16s ease}.terminal-tab:hover{color:var(--ink);background:color-mix(in srgb,var(--paper-3) 70%,transparent)}.terminal-tab.active{color:var(--accent);background:var(--accent-wash);border-top-color:var(--accent)}.terminal-tab:focus-visible{outline:2px solid var(--accent);outline-offset:-3px}.terminal-panels{min-width:0;min-height:24rem}.terminal-panel{display:none;height:100%;min-width:0;padding:.5rem;overflow:hidden;color:var(--term-ink);contain:size layout paint}.terminal-panel.active{display:block}#terminal .xterm,#terminal .xterm-viewport,#debug-terminal .xterm,#debug-terminal .xterm-viewport{height:100%}#terminal .xterm-viewport,#debug-terminal .xterm-viewport{background:var(--term-bg)!important}@media(max-width:68rem){.strellos-head,.strellos-grid{grid-template-columns:minmax(0,1fr)}.strellos-grid{flex:0 0 auto}.terminal-panels{min-height:18rem}}@media(max-width:56rem){.terminal-tab{display:flex;align-items:center;min-height:2.75rem;padding-block:0;padding-inline:.85rem}.terminal-tab.active{padding-bottom:0}}@media(max-width:44rem){.minesweeper-menu{grid-template-columns:1fr}.minesweeper-menu__modes{grid-column:1;grid-row:auto}.minesweeper-mode-card{min-height:4.4rem;padding-inline:.8rem}.terminal-panels{min-height:15rem}}@media(prefers-reduced-motion:reduce){.minesweeper-mode-card,.minesweeper-cell{transition:none}}body.ctf-page{--shell-width: min(88vw, 74rem);--ctf-bg: #0a0910;--ctf-ink: #d6cec1;--ctf-red: #e2645a;--ctf-green: #6cc08d;--ctf-yellow: #dfae54;--ctf-blue: #7d9df5;--ctf-magenta: #c48fe0;--ctf-cyan: #62c4bd;--ctf-white: #f4efe4}.ctf-stage>.panel__body{padding:clamp(.5rem,1.5vw,.9rem)}.ctf-frame{position:relative;display:flex;flex-direction:column;gap:.6rem}.ctf-screen{--ctf-width: 48rem;--ctf-height: 34rem;--ctf-type: .95rem;--ctf-pad: clamp(.5rem, 1.4vw, .9rem);--ctf-line: 1.05;box-sizing:border-box;width:calc(var(--ctf-width) + 2 * var(--ctf-pad));max-width:100%;height:calc(var(--ctf-height) + 2 * var(--ctf-pad));padding:var(--ctf-pad);overflow:auto;scrollbar-width:none;font-family:var(--font-mono);font-size:var(--ctf-type);line-height:var(--ctf-line);white-space:pre;color:var(--ctf-ink);background:var(--ctf-bg);border:1px solid var(--rule);border-radius:3px}.ctf-screen::-webkit-scrollbar{display:none}.ctf-screen:focus-visible{border-color:var(--accent);outline:none;box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 50%,transparent)}.ctf-bold{font-weight:600}.ctf-dim{opacity:.62}.ctf-fg-red{color:var(--ctf-red)}.ctf-fg-green{color:var(--ctf-green)}.ctf-fg-yellow{color:var(--ctf-yellow)}.ctf-fg-blue{color:var(--ctf-blue)}.ctf-fg-magenta{color:var(--ctf-magenta)}.ctf-fg-cyan{color:var(--ctf-cyan)}.ctf-fg-white{color:var(--ctf-white)}.ctf-bg-red{color:var(--ctf-bg);background:color-mix(in srgb,var(--ctf-red) 82%,var(--ctf-bg))}.ctf-tabs{display:flex;align-items:stretch}.ctf-tab{padding:.4rem .62rem .34rem;font-family:var(--font-pixel);font-size:.625rem;line-height:1;color:var(--ink-soft);cursor:pointer;background:transparent;border:none;border-top:2px solid transparent;transition:color .16s ease,background .16s ease}.ctf-tab:hover{color:var(--ink);background:color-mix(in srgb,var(--paper-3) 70%,transparent)}.ctf-tab.active{color:var(--accent);background:var(--accent-wash);border-top-color:var(--accent)}.ctf-tab:focus-visible{outline:2px solid var(--accent);outline-offset:-3px}.ctf-input{position:absolute;inset-block-start:0;inset-inline-start:0;width:1px;height:1px;padding:0;font-size:1rem;color:transparent;background:transparent;border:0;outline:none;opacity:0}.ctf-keys{display:flex;flex-wrap:wrap;gap:.3rem}[data-ctf-pointer=fine] .ctf-keys{display:none}.ctf-key{min-width:2rem;padding:.3rem .5rem;font-family:var(--font-mono);font-size:.72rem;line-height:1;color:var(--ink-soft);background:var(--paper-2);border:1px solid var(--rule-hair);border-radius:3px;cursor:pointer}.ctf-key:hover{color:var(--ink);border-color:var(--rule)}.ctf-key:active{background:var(--accent-wash)}.ctf-note{min-height:1.2em;margin:0;font-family:var(--font-mono);font-size:.7rem;line-height:1.5;color:var(--accent)}.ctf-hint{margin:0;font-family:var(--font-mono);font-size:.68rem;line-height:1.6;color:var(--ink-faint)}.ctf-hint kbd{padding:.05em .3em .08em;font-family:var(--font-mono);font-size:.9em;color:var(--ink);background:var(--paper-2);border:1px solid var(--rule-hair);border-radius:2px}.ctf-playback{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.ctf-playback-speed{display:flex;gap:.5rem;align-items:center;font-family:var(--font-pixel);font-size:.625rem;color:var(--ink-faint)}.ctf-playback-speed input{width:min(14rem,45vw);accent-color:var(--accent)}.ctf-stop,.ctf-next,.ctf-auto,.ctf-play{padding:.4rem .7rem;font-family:var(--font-pixel);font-size:.625rem;color:var(--ink-soft);background:var(--paper-2);border:1px solid var(--rule-hair);border-radius:3px;cursor:pointer;transition:color .16s ease,border-color .16s ease,background .16s ease}.ctf-stop:hover,.ctf-next:hover,.ctf-auto:hover,.ctf-play:hover:not(:disabled){color:var(--accent);border-color:var(--accent);background:var(--accent-wash)}.ctf-play:disabled{color:var(--ink-faint);cursor:not-allowed;opacity:.55}.ctf-status{min-height:1.2em;margin:0;font-family:var(--font-mono);font-size:.72rem;line-height:1.5;color:var(--ink-soft)}.ctf-next{color:var(--accent);border-color:var(--accent);background:var(--accent-wash)}.ctf-screen.replaying{border-color:color-mix(in srgb,var(--accent) 60%,var(--rule-hair));cursor:not-allowed}.ctf-screen.paused{border-color:var(--accent)}.ctf-flags-lede{margin:0 0 .9rem;font-size:.92rem;line-height:1.6;color:var(--ink-soft)}.ctf-solutions{display:grid;gap:.7rem;margin:0;padding:0;list-style:none}.ctf-solution{padding:.75rem .85rem;background:var(--paper-2);border:1px solid var(--rule-hair);border-radius:4px}.ctf-solution.running{border-color:var(--accent);background:var(--accent-wash)}.ctf-solution-title{display:flex;gap:.5rem;align-items:baseline;margin:0;font-family:var(--font-display);font-size:1.02rem;line-height:1.3;color:var(--ink)}.ctf-solution-index{font-family:var(--font-pixel);font-size:.625rem;color:var(--accent)}.ctf-solution-meta{margin:.25rem 0 .45rem;font-family:var(--font-mono);font-size:.68rem;color:var(--ink-faint)}.ctf-solution-summary{margin:0 0 .5rem;font-size:.92rem;line-height:1.6;color:var(--ink-soft)}.ctf-spoiler{margin:0 0 .6rem}.ctf-spoiler>summary{font-family:var(--font-pixel);font-size:.625rem;color:var(--ink-faint);cursor:pointer}.ctf-spoiler>summary:hover{color:var(--accent)}.ctf-spoiler>p{margin:.5rem 0 0;font-size:.9rem;line-height:1.65;color:var(--ink-soft)}.ctf-spoiler code,.ctf-solution-meta code{font-family:var(--font-mono);font-size:.9em;color:var(--ink)}.ctf-solution-flag{margin:.6rem 0 0;padding:.4rem .55rem;overflow-wrap:anywhere;font-family:var(--font-mono);font-size:.78rem;color:var(--accent);background:var(--paper-3);border:1px solid var(--rule-hair);border-radius:3px;user-select:all}@media(max-width:56rem){.ctf-key{min-width:2.75rem;min-height:2.75rem;padding:.7rem .6rem}.ctf-play,.ctf-stop,.ctf-next,.ctf-auto{min-height:2.75rem;padding:.7rem .9rem}.ctf-playback-speed input{height:2.75rem}}
