@import"https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600;700&family=Instrument+Serif:ital@0;1&family=JetBrains+Mono:wght@800&display=swap";:root{--background: #16181d;--foreground: #e6edf3;--card: #1d2027;--card-hover: #23262e;--border: #2a2f37;--border-muted: #23272e;--muted: #1d2027;--muted-foreground: #8b949e;--primary: #58a6ff;--primary-foreground: #16181d;--accent: #3fb950;--accent-foreground: #16181d;--destructive: #f85149;--destructive-foreground: #ffffff;--secondary: #232730;--secondary-foreground: #e6edf3;--input: #232730;--ring: #58a6ff;--nav-bg: rgba(22, 24, 29, .8);--code-bg: #16181d;--logo-accent: #6e9eff;--text-body: #c9d1d9;--font-body: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Courier New", monospace;--text-base: 1.0625rem;--text-meta: .75rem;--radius: 8px;--max-width: 1100px;--nav-height: 60px}[data-theme=light]{--background: #ffffff;--foreground: #1f2328;--card: #f6f8fa;--card-hover: #eaeef2;--border: #d0d7de;--border-muted: #e4e7eb;--muted: #f6f8fa;--muted-foreground: #59636e;--primary: #0969da;--primary-foreground: #ffffff;--accent: #1a7f37;--accent-foreground: #ffffff;--destructive: #cf222e;--destructive-foreground: #ffffff;--secondary: #eaeef2;--secondary-foreground: #1f2328;--input: #eaeef2;--ring: #0969da;--nav-bg: rgba(255, 255, 255, .8);--code-bg: #f6f8fa;--logo-accent: #4a7bd9;--text-body: #424a53}@theme inline{ --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive); --color-destructive-foreground: var(--destructive-foreground); --color-border: var(--border); --color-input: var(--input); --color-ring: var(--ring); --font-sans: var(--font-body); --font-mono: var(--font-mono); --radius-sm: 4px; --radius-md: 6px; --radius-lg: 8px; --radius-xl: 12px; }*,*:before,*:after{box-sizing:border-box}html{background:var(--background);color:var(--foreground);min-height:100vh;scroll-behavior:smooth}body{font-family:var(--font-body);margin:0;padding:0;background:var(--background);color:var(--foreground);font-size:18px;line-height:1.6;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin:0 0 .5rem;color:var(--foreground);line-height:1.3;font-weight:600;font-family:var(--font-body)}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}strong,b{font-weight:600;color:var(--foreground)}a{color:var(--primary);text-decoration:none;transition:color .15s ease}a:hover{color:#79c0ff}code{padding:2px 6px;background:var(--secondary);color:var(--foreground);border:1px solid var(--border);border-radius:4px;font-family:var(--font-mono);font-size:.85em}pre{padding:1.25rem;background:var(--code-bg);border:1px solid var(--border);border-radius:var(--radius);overflow-x:auto}pre>code{all:unset;font-family:var(--font-mono);font-size:.85em;color:var(--muted-foreground)}.astro-code,.astro-code span{color:var(--shiki-dark)!important;background-color:var(--code-bg)!important}[data-theme=light] .astro-code,[data-theme=light] .astro-code span{color:var(--shiki-light)!important;background-color:var(--code-bg)!important}img{max-width:100%;height:auto;border-radius:var(--radius)}blockquote{border-left:2px solid var(--primary);padding:0 0 0 1.25rem;margin:0 0 1.5rem;color:var(--muted-foreground)}hr{border:none;border-top:1px solid var(--border);margin:2rem 0}table{width:100%;border-collapse:collapse}table th,table td{border:1px solid var(--border);padding:.75rem;text-align:left}table th{background:var(--secondary);font-weight:600}table td{background:var(--card)}input,textarea,select{font-family:var(--font-body);font-size:.875rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--input);color:var(--foreground);padding:.5rem .75rem}button{font-family:var(--font-body);font-weight:500;border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:background .15s ease,border-color .15s ease}button:hover{background:var(--secondary);border-color:var(--muted-foreground)}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes vt-fade-in{0%{opacity:0}to{opacity:1}}@keyframes vt-fade-out{0%{opacity:1}to{opacity:0}}::view-transition-old(root){animation:vt-fade-out .28s cubic-bezier(.4,0,.2,1) both}::view-transition-new(root){animation:vt-fade-in .5s cubic-bezier(.4,0,.2,1) .1s both}@media (prefers-reduced-motion: reduce){::view-transition-old(root),::view-transition-new(root){animation:none}}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}
