:root{color-scheme:light;--bg:#f0eee6;--surface:#faf8f0;--surface-2:#e5e1d5;--text:#181816;--muted:#68665f;--line:#252522;--accent:#1746e0;--signal:#ff583d;--header:rgba(240,238,230,.88)}:root[data-theme=dark]{color-scheme:dark;--bg:#171816;--surface:#20211e;--surface-2:#2a2b27;--text:#f0eee6;--muted:#a7a49a;--line:#d6d2c6;--accent:#7292ff;--signal:#ff735d;--header:rgba(23,24,22,.9)}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{margin:0;min-width:320px;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:background .25s,color .25s}button,a{font:inherit}a{color:inherit}::selection{background:var(--accent);color:#0b0d0c}.skip-link{position:fixed;top:-5rem;left:1rem;z-index:100;background:var(--accent);color:#0b0d0c;padding:.8rem 1rem}.skip-link:focus{top:1rem}
