@import"https://cdn.jsdelivr.net/npm/geist@1.2.0/dist/fonts/geist-sans/style.min.css";:root{--bg: #fcfcfc;--text-primary: #2e2929;--text-muted: #7d7d7d;--border: #eee;--code-bg: #f9f9f9;--code-border: #e0e0e0;--accent: #1B1B1B;--link: #2563eb}[data-theme=dark]{--bg: #0b0b0f;--text-primary: #ccced4;--text-muted: #9ca3af;--border: #27272a;--code-bg: #18181b;--code-border: #27272a;--accent: #ffffff;--link: #60a5fa}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Geist Sans,system-ui,sans-serif;font-size:16px;color:var(--text-primary);background-color:var(--bg);line-height:1.5;min-height:100vh;display:flex;flex-direction:column;transition:background-color .2s,color .2s}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}.inline-link{color:var(--link);text-decoration:underline}.container{max-width:42rem;margin:0 auto;padding:0 1rem;width:100%}header{padding:1rem 0}header .container{display:flex;justify-content:space-between;align-items:center}.logo{font-weight:600;font-size:20px;letter-spacing:-.5px}.logo:hover{text-decoration:none}nav{display:flex;align-items:center;gap:.25rem}nav .separator{color:var(--text-muted)}nav a{padding:.25rem;border-radius:6px;transition:background-color .2s,color .2s;font-size:14px}nav a:hover{text-decoration:none}nav a.active{background-color:var(--text-primary);color:var(--bg)}.theme-toggle{background:none;border:none;cursor:pointer;padding:.5rem;color:var(--text-primary);display:flex;align-items:center;justify-content:center}.theme-toggle:hover{opacity:.7}.theme-toggle svg{width:20px;height:20px}.theme-toggle .sun{display:none}.theme-toggle .moon,[data-theme=dark] .theme-toggle .sun{display:block}[data-theme=dark] .theme-toggle .moon{display:none}main{flex:1;padding:1rem 0}.hero{display:flex;align-items:center;gap:2rem;margin-bottom:1rem}.hero-avatar{width:100px;height:100px;border-radius:50%;object-fit:cover;flex-shrink:0}.hero-content h1{font-size:1.75rem;font-weight:600;margin-bottom:.5rem}h2{font-size:24px;font-weight:700;margin-bottom:1rem}p{margin-bottom:1rem}section{margin-bottom:2.5rem}.article-item{display:flex;align-items:baseline;gap:1.5rem;margin-bottom:.5rem}.article-date{color:var(--text-muted);font-size:.9rem;flex-shrink:0}.article-title{color:var(--text-primary);text-decoration:underline}.load-more{margin-top:1rem;text-decoration:underline;cursor:pointer}footer{padding:.5rem 0;border-top:1px solid var(--border);margin-top:auto}footer .container{display:flex;justify-content:center;align-items:center}.copyright{color:var(--text-muted);font-size:.875rem}.socials{display:flex;gap:1rem}.socials a{color:var(--text-primary);transition:opacity .2s}.socials a:hover{opacity:.6;text-decoration:none}.socials svg{width:20px;height:20px}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3{color:var(--accent)}.prose{max-width:100%}.prose h1{font-size:1.75rem;font-weight:700;margin-bottom:1rem;margin-top:2rem}.prose h2{font-size:1.5rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem}.prose h3{font-size:1.25rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem}.prose p{margin-bottom:1rem}.prose img{max-width:100%;height:auto;border-radius:8px;margin:1.5rem 0}.prose code{padding:.2em .4em;background-color:var(--code-bg);border:1px solid var(--code-border);border-radius:4px;font-size:.9em;font-family:Geist Mono,monospace}.prose pre{padding:1.25rem;background-color:var(--code-bg);border:1px solid var(--code-border);border-radius:8px;overflow-x:auto;margin:1.5rem 0;box-shadow:0 1px 8px #0000000a}[data-theme=dark] .prose pre{background-color:var(--code-bg)}.prose pre>code{all:unset;font-family:Geist Mono,monospace;font-size:.9em}.prose blockquote{border-left:3px solid var(--text-muted);padding-left:1rem;margin:1.5rem 0;color:var(--text-muted);font-style:italic}.prose ul,.prose ol{margin:1rem 0;padding-left:1.5rem}.prose li{margin-bottom:.5rem}.prose hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.prose a{text-decoration:underline}.prose strong{font-weight:600}.prose .coming-soon-link{color:var(--text-primary);text-decoration:underline;text-decoration-style:dashed;position:relative;cursor:pointer}.prose .coming-soon-link:hover:after{content:attr(title);position:absolute;bottom:calc(100% + .4rem);left:50%;transform:translate(-50%);padding:.35rem .65rem;background:var(--code-bg);border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 16px #00000014;font-size:.8rem;font-style:italic;color:var(--text-muted);white-space:nowrap;pointer-events:none}.prose .table-wrapper{overflow-x:auto;margin:1.5rem 0;border-radius:8px;border:1px solid var(--code-border);box-shadow:0 1px 8px #0000000a}.prose table{width:100%;border-collapse:separate;border-spacing:0;margin:0;background:var(--code-bg);border-radius:8px}.prose th,.prose td{border-bottom:1px solid var(--code-border);padding:.75rem 1rem;text-align:left;white-space:nowrap}.prose tr:last-child td{border-bottom:none}.prose th{background-color:#f0f0f0;font-weight:600;color:var(--accent);font-size:.9rem}.prose td{font-size:.9rem}.prose td code,.prose th code{background:none;border:none;padding:0;font-size:.85em;color:var(--link)}[data-theme=dark] .prose table{background:var(--code-bg)}[data-theme=dark] .prose .table-wrapper{border-color:var(--code-border)}[data-theme=dark] .prose th{background-color:#1e1e22;color:var(--accent)}[data-theme=dark] .prose td{border-color:var(--code-border)}[data-theme=dark] .prose td code,[data-theme=dark] .prose th code{color:var(--link)}[data-theme=dark] .prose h1,[data-theme=dark] .prose h2,[data-theme=dark] .prose h3{color:var(--accent)}[data-theme=dark] .prose p{color:var(--text-primary)}@media(max-width:480px){footer .container{gap:1rem;text-align:center}}[data-theme=dark] .social-icons img,[data-theme=dark] .socials svg{filter:invert(1)}[data-theme=dark] .logo[data-astro-cid-37fxchfa]{color:var(--accent)}[data-theme=dark] nav[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa].active{background-color:var(--accent)}
