:root{--bg: #faf8f5;--surface: #ffffff;--ink: #2d2a35;--muted: #8a879a;--faint: #a09dad;--line: #e5e2dc;--accent: #6a3dbc;--accent-ink: #5a2fa6;--accent-wash: #f3effb;--accent-soft: #b69be6;--panel: #1a1a1e;--panel-2: #232228;--panel-line: #34323b;--panel-ink: #d4d2dc;--pass: #8bba9a;--fail: #c77d7d;--mono: "DM Mono", ui-monospace, "SF Mono", monospace;--sans: "Source Sans 3", -apple-system, BlinkMacSystemFont, sans-serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}html.theme-dark,html.theme-dark body{background:var(--panel)}body{font-family:var(--sans);color:var(--ink);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}code{font-family:var(--mono);font-size:.9em;background:#f2f0ec;padding:2px 6px;border-radius:3px}.wrap{max-width:720px;width:100%;margin:0 auto;padding:0 24px}.root.svelte-12qhfyh{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:var(--bg)}.root.dark.svelte-12qhfyh{background:var(--panel)}
