:root{--bg: #f4f6f8;--surface: #ffffff;--surface-2: #eef1f4;--border: #dde2e8;--ink: #16202b;--ink-muted: #5c6773;--accent: #0f7a5f;--accent-ink: #ffffff;--pos: #0f7a5f;--neg: #b3402f;--shadow: 0 1px 2px rgba(20, 32, 43, .06), 0 8px 24px rgba(20, 32, 43, .05);--radius: 10px;--font-sans: "IBM Plex Sans", ui-sans-serif, system-ui, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, monospace;--font-serif: "Spectral", Georgia, "Times New Roman", serif}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg: #10151b;--surface: #181f27;--surface-2: #1f2833;--border: #2b3742;--ink: #e7ecf1;--ink-muted: #93a1af;--accent: #3fbf97;--accent-ink: #08130f;--pos: #3fbf97;--neg: #e07a63;--shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 8px 24px rgba(0, 0, 0, .35)}}:root[data-theme=dark]{--bg: #10151b;--surface: #181f27;--surface-2: #1f2833;--border: #2b3742;--ink: #e7ecf1;--ink-muted: #93a1af;--accent: #3fbf97;--accent-ink: #08130f;--pos: #3fbf97;--neg: #e07a63;--shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 8px 24px rgba(0, 0, 0, .35)}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--ink);font-family:var(--font-sans);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-serif);font-weight:600;line-height:1.2;text-wrap:balance;margin:0}a{color:var(--accent)}.tnum{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.pos{color:var(--pos)}.neg{color:var(--neg)}.flat{color:var(--ink-muted)}button,input,select{font:inherit;color:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}.shell.svelte-12qhfyh{max-width:1040px;margin:0 auto;padding:0 20px 64px}header.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 0 18px;border-bottom:1px solid var(--border);margin-bottom:28px}.brand.svelte-12qhfyh{display:flex;align-items:center;gap:10px}.mark.svelte-12qhfyh{width:20px;height:20px;border-radius:999px;border:2.5px solid var(--accent);position:relative}.mark.svelte-12qhfyh:after{content:"";position:absolute;inset:-2.5px auto auto 50%;width:6px;height:6px;border-radius:999px;background:var(--accent);transform:translate(-50%,-50%)}.name.svelte-12qhfyh{font-family:var(--font-serif);font-weight:600;font-size:19px;letter-spacing:.01em}nav.svelte-12qhfyh{display:flex;gap:4px}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){padding:6px 12px;border-radius:8px;text-decoration:none;color:var(--ink-muted);font-weight:500;font-size:14px}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--ink);background:var(--surface-2)}nav.svelte-12qhfyh a[aria-current=page]:where(.svelte-12qhfyh){color:var(--ink);background:var(--surface);box-shadow:var(--shadow)}
