:root{--bg: #f4f4f4;--bg-elevated: #fff;--bg-code: #f0f0f0;--text: #333;--text-strong: #1a1a1a;--text-secondary: #666;--text-muted: #777;--text-faint: #888;--link: #0066cc;--border: #e0e0e0;--border-light: #e8e8e8;--nav-text: #666;--nav-hover: #000;--btn-bg: #333;--btn-text: #fff;--btn-bg-hover: #000;--icon-opacity: .85;--icon-filter: none;--card-shadow-hover: rgba(0, 0, 0, .08);--font-heading: "Newsreader", serif;color-scheme:light}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg: #161616;--bg-elevated: #222;--bg-code: #1e1e1e;--text: #ccc;--text-strong: #eee;--text-secondary: #aaa;--text-muted: #888;--text-faint: #666;--link: #6db3f2;--border: #333;--border-light: #2a2a2a;--nav-text: #999;--nav-hover: #fff;--btn-bg: #ddd;--btn-text: #111;--btn-bg-hover: #fff;--icon-opacity: 1;--icon-filter: brightness(1.3) saturate(1.2);--card-shadow-hover: rgba(0, 0, 0, .3);color-scheme:dark}}:root[data-theme=dark]{--bg: #161616;--bg-elevated: #222;--bg-code: #1e1e1e;--text: #ccc;--text-strong: #eee;--text-secondary: #aaa;--text-muted: #888;--text-faint: #666;--link: #6db3f2;--border: #333;--border-light: #2a2a2a;--nav-text: #999;--nav-hover: #fff;--btn-bg: #ddd;--btn-text: #111;--btn-bg-hover: #fff;--icon-opacity: 1;--icon-filter: brightness(1.3) saturate(1.2);--card-shadow-hover: rgba(0, 0, 0, .3);color-scheme:dark}body{margin:0;font-family:system-ui,-apple-system,sans-serif;color:var(--text);line-height:1.6;background:var(--bg)}header.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem}nav.svelte-12qhfyh{display:flex;gap:2rem;align-items:center}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--nav-text);text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--text-muted);font-size:.9rem;letter-spacing:.01em}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--nav-hover)}nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){text-decoration:none}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):first-child{margin-right:-.5rem}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):first-child:after{content:"|";color:var(--text-faint);margin-left:1.25rem;font-weight:300;text-decoration:none;display:inline-block}.toolbar.svelte-12qhfyh{display:flex;gap:.5rem;align-items:center}.toolbar-btn.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:none;border:1px solid var(--border);border-radius:6px;color:var(--text-muted);cursor:pointer;transition:color .15s,border-color .15s}.toolbar-btn.svelte-12qhfyh:hover{color:var(--text-strong);border-color:var(--text-faint)}.toolbar-btn.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:16px;height:16px}
