:root{--paper: #f2f4f7;--surface: #ffffff;--ink: #172033;--muted: #5d6a7d;--rule: #dde3ea;--accent: #2557c7;--accent-wash: #eaf0fd;--ok: #12724c;--ok-wash: #e3f2ea;--warn: #9a6b12;--warn-wash: #fbf3e3;--bad: #a3282a;--bad-wash: #fbeaea;--sandbox: #7b1fa2;--sandbox-wash: #f4e9f9;--neutral-wash: #eef1f5;--font-ui: "Heebo", system-ui, -apple-system, "Segoe UI", sans-serif;--font-code: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--r-sm: 3px;--r-md: 5px;--r-lg: 7px;--s-1: .25rem;--s-2: .4rem;--s-3: .6rem;--s-4: .85rem;--s-5: 1.15rem;--panel-gap: .75rem;--rail-width: 11rem}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--paper: #0f141b;--surface: #161d26;--ink: #e6ebf1;--muted: #93a1b3;--rule: #252f3c;--accent: #6f9bff;--accent-wash: #141e31;--ok: #5cc492;--ok-wash: #132620;--warn: #dda63f;--warn-wash: #241d10;--bad: #f08b8b;--bad-wash: #2a1616;--sandbox: #c88ae0;--sandbox-wash: #231630;--neutral-wash: #1c242f}}:root[data-theme=dark]{--paper: #0f141b;--surface: #161d26;--ink: #e6ebf1;--muted: #93a1b3;--rule: #252f3c;--accent: #6f9bff;--accent-wash: #141e31;--ok: #5cc492;--ok-wash: #132620;--warn: #dda63f;--warn-wash: #241d10;--bad: #f08b8b;--bad-wash: #2a1616;--sandbox: #c88ae0;--sandbox-wash: #231630;--neutral-wash: #1c242f}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}body{background:var(--paper);color:var(--ink);font-family:var(--font-ui);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased}code,kbd,samp,pre{font-family:var(--font-code);font-size:.76rem}pre,code,.ltr{direction:ltr;unicode-bidi:isolate}pre{background:var(--paper);border:1px solid var(--rule);border-radius:var(--r-md);padding:var(--s-3) var(--s-4);overflow-x:auto;text-align:start}.num{font-variant-numeric:tabular-nums}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
