:root{--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--font-body: "Inter", system-ui, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace}html.dark{--bg-primary: #0a0a0a;--bg-secondary: #141414;--bg-surface: #1e1e1e;--bg-surface-2: #272727;--text-primary: #e0e0e0;--text-secondary: #a0a0a0;--text-muted: #606060;--border: #2a2a2a;--accent: #42a5f5;--accent-tag: #ef5350;--link: #42a5f5;--link-ghost: #555555;--mark-bg: rgba(255, 213, 0, .22);--transclusion-bg: #15171e;--graph-bg: #0a0a0a;color-scheme:dark}html.light{--bg-primary: #ffffff;--bg-secondary: #f5f5f5;--bg-surface: #fafafa;--bg-surface-2: #eeeeee;--text-primary: #1a1a1a;--text-secondary: #555555;--text-muted: #999999;--border: #e0e0e0;--accent: #1565c0;--accent-tag: #c62828;--link: #1565c0;--link-ghost: #aaaaaa;--mark-bg: rgba(255, 220, 0, .38);--transclusion-bg: #f2f4ff;--graph-bg: #f5f5f5;color-scheme:light}html.dark,html.light{--bg: var(--bg-primary);--surface-0: var(--bg-secondary);--surface-1: var(--bg-surface);--surface-2: var(--bg-surface-2);--text: var(--text-primary);--text-muted: var(--text-muted)}*,*:before,*:after{transition:background-color .2s ease,color .2s ease,border-color .2s ease}*:focus,button,svg,canvas,.astro-code,.astro-code span{transition:none!important}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{background:var(--bg-primary);color:var(--text-primary);font-family:var(--font-body);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}.prose h1,.prose h2,.prose h3,.prose h4{margin-top:2rem;margin-bottom:.75rem;font-weight:600;line-height:1.3;color:var(--text-primary)}.prose h1{font-size:2rem}.prose h2{font-size:1.5rem;border-bottom:1px solid var(--border);padding-bottom:.4rem}.prose h3{font-size:1.25rem}.prose p{margin-bottom:1rem}.prose ul,.prose ol{padding-left:1.5rem;margin-bottom:1rem}.prose li+li{margin-top:.25rem}.prose code{font-family:var(--font-mono);font-size:.875em;background:var(--bg-surface);color:var(--text-secondary);padding:.15em .4em;border-radius:var(--radius-sm);border:1px solid var(--border)}.prose pre{border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem 1.25rem;overflow-x:auto;margin-bottom:1rem;font-size:.875em;line-height:1.6}.prose pre code{background:transparent!important;border:none;padding:0;font-size:inherit}html.dark .astro-code,html.dark .astro-code span{color:var(--shiki-dark)!important;background-color:var(--shiki-dark-bg)!important;font-style:var(--shiki-dark-font-style)!important;font-weight:var(--shiki-dark-font-weight)!important;text-decoration:var(--shiki-dark-text-decoration)!important}html.light .astro-code,html.light .astro-code span{color:var(--shiki-light)!important;background-color:var(--shiki-light-bg)!important;font-style:var(--shiki-light-font-style)!important;font-weight:var(--shiki-light-font-weight)!important;text-decoration:var(--shiki-light-text-decoration)!important}.prose blockquote{border-left:3px solid var(--accent);padding-left:1rem;color:var(--text-muted);margin:1rem 0}.prose hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.prose table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9em;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.prose th,.prose td{padding:.55rem .85rem;text-align:left;border-top:1px solid var(--border);border-bottom:1px solid var(--border);border-left:none;border-right:none}.prose thead th{background:var(--bg-surface);font-weight:600;color:var(--text-primary);border-bottom:2px solid var(--border);border-top:none}.prose tbody tr:nth-child(2n){background:var(--bg-secondary)}.prose tbody tr:hover{background:var(--bg-surface)}mark,.prose .highlight{background:var(--mark-bg);color:inherit;padding:.05em .25em;border-radius:2px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--bg-surface-2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--border)}*{scrollbar-width:thin;scrollbar-color:var(--bg-surface-2) transparent}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}70%{opacity:1;transform:translateY(-4px)}to{opacity:0;transform:translateY(-8px)}}#theme-toggle{position:fixed;top:16px;right:16px;z-index:9999;background:var(--bg-surface);color:var(--text-primary);border:1px solid var(--border);border-radius:var(--radius-md);padding:6px 12px;font-size:18px;line-height:1;cursor:pointer;backdrop-filter:blur(6px);transition:background .15s,border-color .15s!important}#theme-toggle:hover{background:var(--bg-surface-2)}
