:root{color-scheme:dark;--term-bg:#0e0c08;--term-fg:#d8cfbd;--term-prompt:#c9a55a;--term-cursor:#c44a3c;--term-muted:#8c7d63;--term-soft:#c2b69c;--term-drift:#6d8a99;--term-error:#b85648;--term-rule:rgba(216, 207, 189, 0.10);--term-mono:"IBM Plex Mono", ui-monospace, Menlo, monospace;--term-sans:"IBM Plex Sans", ui-sans-serif, system-ui, sans-serif;--term-serif:"Newsreader", "Iowan Old Style", Georgia, serif;--term-max:760px}[data-theme=light]{color-scheme:light;--term-bg:#f4ecd8;--term-fg:#2a241a;--term-prompt:#7d4f12;--term-cursor:#a8321f;--term-muted:#6f6147;--term-soft:#574b35;--term-drift:#3e5b6d;--term-error:#962e1a;--term-rule:rgba(42, 36, 26, 0.14)}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--term-bg);color:var(--term-fg);font-family:var(--term-mono);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--term-prompt);text-decoration:none;border-bottom:1px dotted;transition:color 160ms ease,border-color 160ms ease}a:hover{color:var(--term-cursor);border-bottom-color:var(--term-cursor)}::selection{background:var(--term-prompt);color:var(--term-bg)}.theme-toggle{font-family:var(--term-mono);font-size:13px;background:0 0;color:var(--term-muted);border:none;padding:0 .25rem;cursor:pointer;letter-spacing:.04em;line-height:1;transition:color 160ms ease}.theme-toggle:hover,.theme-toggle:focus-visible{color:var(--term-prompt);outline:none}