.runtime-achievement-toast[data-v-69778a7d]{position:fixed;inset-inline:50%;inset-block-end:1rem;z-index:2;width:max-content;max-width:calc(100vw - 2rem);margin:0;padding:.7rem 1rem;color:#fff;background:#244e6b;border:1px solid #75c7f8;border-radius:.6rem;box-shadow:0 .4rem 1rem #00000040;transform:translate(-50%)}:root{--runtime-cell-bg: #ffffff;--runtime-cell-selected-bg: #d8effd;--runtime-conflict-bg: #ffe4e6;--runtime-conflict-fg: #a30d2d;--runtime-conflict-selected-bg: #ffd0d7;--runtime-conflict-selected-fg: #7f0a22;--runtime-entered-fg: #176493;--runtime-notes-fg: #52687b;color-scheme:light dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#183047;background:#f3f7fa;font-synthesis:none}*{box-sizing:border-box}html,body,#app,#mock-host{width:100%;min-height:100%;margin:0}body{min-height:100vh}button,a{font:inherit}.runtime-shell{display:grid;min-height:100vh;place-items:center;padding:clamp(.75rem,3vw,2rem)}.runtime-message{display:grid;width:min(30rem,100%);justify-items:center;gap:.9rem;text-align:center}.runtime-message h1,.runtime-message p{margin:0}.runtime-message p{color:#5b6f82;line-height:1.6}.runtime-mark{display:grid;width:4rem;height:4rem;place-items:center;border-radius:1rem;background:#dcecf7;color:#176493;font-weight:800}.runtime-mark--error{background:#fee4e2;color:#b42318;font-size:1.75rem}.runtime-loader{width:3rem;height:3rem;border:.3rem solid #c9d8e3;border-top-color:#176493;border-radius:50%;animation:runtime-spin .8s linear infinite}@keyframes runtime-spin{to{transform:rotate(1turn)}}.runtime-link{display:inline-flex;min-height:2.75rem;align-items:center;justify-content:center;border-radius:.75rem;padding:.7rem 1rem;background:#176493;color:#fff;font-weight:700;text-decoration:none}.runtime-link:focus-visible,.runtime-cell:focus-visible{outline:3px solid #f3a712;outline-offset:3px}.runtime-board-wrap{width:min(100%,38rem,calc(100vh - 1.5rem));aspect-ratio:1}.runtime-board{display:grid;width:100%;aspect-ratio:1;grid-template-rows:repeat(9,minmax(0,1fr));border:3px solid #183047;background:#183047;gap:1px}.runtime-row{display:grid;min-height:0;grid-template-columns:repeat(9,minmax(0,1fr));gap:1px}.runtime-cell{display:grid;min-width:0;min-height:0;place-items:center;border:0;background:var(--runtime-cell-bg);color:var(--runtime-entered-fg);cursor:pointer;font-size:clamp(1rem,5vmin,2rem);font-weight:700}.runtime-cell.is-given{background:#eef3f6;color:#183047;font-weight:800}.runtime-cell.is-selected{background:var(--runtime-cell-selected-bg)}.runtime-cell.is-related{background:color-mix(in srgb,var(--runtime-cell-selected-bg) 42%,var(--runtime-cell-bg))}.runtime-cell.is-conflict{background:var(--runtime-conflict-bg);color:var(--runtime-conflict-fg);box-shadow:inset 0 0 0 2px currentColor}.runtime-cell.is-selected.is-conflict{background:var(--runtime-conflict-selected-bg);color:var(--runtime-conflict-selected-fg)}.runtime-cell.is-box-right{border-right:2px solid #183047}.runtime-cell.is-box-bottom{border-bottom:2px solid #183047}.runtime-notes{padding:.15rem;color:var(--runtime-notes-fg);font-size:clamp(.55rem,1.6vmin,.75rem);line-height:1.25}.runtime-board.has-larger-numbers .runtime-cell{font-size:clamp(1.15rem,5.8vmin,2.35rem)}.runtime-board.has-spacious-notes .runtime-notes{word-spacing:.3em;letter-spacing:.04em}.runtime-board.is-high-contrast{--runtime-cell-selected-bg: #b9e1fb;--runtime-notes-fg: #334b5e;border-width:4px}.runtime-board.is-color-blind-friendly .runtime-cell.is-conflict:after{position:absolute;width:.55rem;height:.55rem;border:2px solid currentColor;border-radius:50%;content:"";inset:.2rem .2rem auto auto}.runtime-board.is-color-blind-friendly .runtime-cell{position:relative}.mock-host-shell{display:grid;min-height:100vh;grid-template-columns:minmax(16rem,24rem) minmax(0,1fr);gap:1.5rem;padding:1.5rem}.mock-host-header{align-self:center}.mock-host-header h1,.mock-host-header p{margin:0 0 1rem}.mock-host-kicker{color:#176493;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-weight:800}.mock-host-controls{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.mock-host-controls button{min-height:2.5rem;border:0;border-radius:.65rem;padding:.55rem .75rem;background:#176493;color:#fff;cursor:pointer;font-weight:700}.mock-host-controls button:disabled{cursor:wait;opacity:.5}.mock-host-status{color:#176493;font-weight:700}.mock-host-diagnostics{max-height:18rem;margin:0;overflow:auto;padding-left:1.25rem;color:#5b6f82;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.78rem;line-height:1.55}.mock-host-frame{width:100%;min-height:calc(100vh - 3rem);border:1px solid #b8c6d1;border-radius:1rem;background:#fff}@media(max-width:48rem){.mock-host-shell{grid-template-columns:1fr}.mock-host-frame{min-height:70vh}}:root[data-runtime-theme=dark]{--runtime-cell-bg: #152b3d;--runtime-cell-selected-bg: #244e6b;--runtime-conflict-bg: #5b1425;--runtime-conflict-fg: #ffe9ed;--runtime-conflict-selected-bg: #711a31;--runtime-conflict-selected-fg: #fff1f4;--runtime-entered-fg: #75c7f8;--runtime-notes-fg: #d5e7f3;color:#edf5fb;background:#0d1b28}:root[data-runtime-theme=dark] .runtime-message p{color:#b8c6d1}:root[data-runtime-theme=dark] .runtime-cell{color:var(--runtime-entered-fg)}:root[data-runtime-theme=dark] .runtime-cell.is-given{background:#1f384b;color:#edf5fb}:root[data-runtime-theme=dark] .runtime-board.is-high-contrast{--runtime-cell-selected-bg: #244e6b;--runtime-notes-fg: #d5e7f3}@media(prefers-color-scheme:dark){:root:not([data-runtime-theme]),:root[data-runtime-theme=system]{--runtime-cell-bg: #152b3d;--runtime-cell-selected-bg: #244e6b;--runtime-conflict-bg: #5b1425;--runtime-conflict-fg: #ffe9ed;--runtime-conflict-selected-bg: #711a31;--runtime-conflict-selected-fg: #fff1f4;--runtime-entered-fg: #75c7f8;--runtime-notes-fg: #d5e7f3;color:#edf5fb;background:#0d1b28}:root:not([data-runtime-theme]) .runtime-message p,:root[data-runtime-theme=system] .runtime-message p{color:#b8c6d1}:root:not([data-runtime-theme]) .runtime-cell,:root[data-runtime-theme=system] .runtime-cell{color:var(--runtime-entered-fg)}:root:not([data-runtime-theme]) .runtime-cell.is-given,:root[data-runtime-theme=system] .runtime-cell.is-given{background:#1f384b;color:#edf5fb}:root:not([data-runtime-theme]) .runtime-board.is-high-contrast,:root[data-runtime-theme=system] .runtime-board.is-high-contrast{--runtime-cell-selected-bg: #244e6b;--runtime-notes-fg: #d5e7f3}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important}.runtime-loader{animation:none}}
