:root{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:#fff;color:#176493;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:#d8effd}.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:#5b6f82;font-size:clamp(.45rem,1.6vmin,.75rem);line-height:1.25}.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}}@media(prefers-color-scheme:dark){:root{color:#edf5fb;background:#0d1b28}.runtime-message p{color:#b8c6d1}.runtime-cell{background:#152b3d;color:#75c7f8}.runtime-cell.is-given{background:#1f384b;color:#edf5fb}.runtime-cell.is-selected{background:#244e6b}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important}.runtime-loader{animation:none}}
