.Header-module__hBw1pG__header{z-index:50;background:var(--background);border-bottom:.0625rem solid var(--border);position:sticky;top:0}.Header-module__hBw1pG__inner{max-width:var(--max-width);padding:var(--header-padding)var(--container-padding);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Header-module__hBw1pG__logo{opacity:1;align-items:center;text-decoration:none;transition:opacity .15s;display:flex}.Header-module__hBw1pG__logo:hover{opacity:.7}.Header-module__hBw1pG__profileImage{border-radius:50%;width:2rem;height:2rem}.Header-module__hBw1pG__right{align-items:center;gap:.25rem;display:flex}.Header-module__hBw1pG__nav{align-items:center;gap:var(--nav-gap);display:flex}.Header-module__hBw1pG__link{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--muted-foreground);border-radius:var(--radius);padding:.375rem .625rem;text-decoration:none;transition:color .15s}.Header-module__hBw1pG__link:hover{color:var(--foreground);opacity:1}.Header-module__hBw1pG__link.Header-module__hBw1pG__active{color:var(--foreground)}
.ThemeToggle-module__sGqMhG__button{border:.0625rem solid var(--border);border-radius:var(--radius);width:2rem;height:2rem;color:var(--muted-foreground);cursor:pointer;background:0 0;justify-content:center;align-items:center;transition:color .15s,border-color .15s;display:flex}.ThemeToggle-module__sGqMhG__button:hover{color:var(--foreground);border-color:var(--muted-foreground)}.ThemeToggle-module__sGqMhG__button:focus-visible{outline:.125rem solid var(--primary);outline-offset:.125rem}.ThemeToggle-module__sGqMhG__iconWrapper{justify-content:center;align-items:center;width:1rem;height:1rem;display:flex;position:relative}.ThemeToggle-module__sGqMhG__icon{width:100%;height:100%;transition:opacity .2s,transform .2s;position:absolute}.ThemeToggle-module__sGqMhG__sunIcon{opacity:1;transform:rotate(0)}.ThemeToggle-module__sGqMhG__moonIcon{opacity:0;transform:rotate(90deg)}.dark .ThemeToggle-module__sGqMhG__sunIcon{opacity:0;transform:rotate(-90deg)}.dark .ThemeToggle-module__sGqMhG__moonIcon{opacity:1;transform:rotate(0)}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji";--font-mono:ui-monospace,"SF Mono","Cascadia Code",Consolas,monospace;--background:#fff;--foreground:#111;--primary:#2563eb;--primary-rgb:37,99,235;--muted:#f5f5f5;--muted-foreground:#6b6b6b;--border:#e5e5e5;--code-bg:#f4f4f5;--code-border:#e4e4e7;--inline-code-bg:#f4f4f5;--inline-code-color:#dc2626;--inline-code-border:#e4e4e7;--scrollbar-thumb:#d4d4d4;--scrollbar-thumb-hover:#a3a3a3;--syntax-base:#3c3f57;--syntax-comment:#5c5f77;--syntax-tag:#d20f39;--syntax-number:#fe640b;--syntax-string:#40a02b;--syntax-operator:#ea76cb;--syntax-function:#df8e1d;--syntax-keyword:#8839ef;--max-width:48rem;--container-padding:clamp(1rem,4vw,2rem);--header-padding:.875rem;--radius:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--heading-h1-page:clamp(1.75rem,4vw,2.25rem);--heading-h2:clamp(1.25rem,3vw,1.5rem);--heading-h3:clamp(1.0625rem,2.5vw,1.25rem);--heading-h4:1.0625rem;--text-responsive:clamp(.9375rem,2vw,1rem);--text-responsive-lg:clamp(1rem,2vw,1.0625rem);--font-size-2xl:1.25rem;--font-size-sm:.875rem;--font-size-xs:.75rem;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-snug:1.4;--line-height-body:1.65;--line-height-heading:1.25;--line-height-heading-large:1.15;--line-height-reading:1.75;--line-height-caption:1.3;--spacing-1:.25rem;--spacing-responsive-xs:.375rem;--spacing-responsive-sm:.75rem;--spacing-responsive-md:1.25rem;--spacing-responsive-lg:2rem;--spacing-responsive-xl:2.5rem;--spacing-responsive-2xl:3.5rem;--content-spacing-section:2.5rem;--content-spacing-heading:1.75rem;--content-spacing-list:.875rem;--reading-margin-paragraph:1.375rem;--reading-margin-heading:2.25rem;--reading-margin-list:1.125rem;--nav-gap:.25rem;--font-family:var(--font-sans);--font-family-mono:var(--font-mono);--font-family-reading:var(--font-sans);--accent-foreground:var(--foreground);--post-border:var(--border)}.dark{--background:#0a0a0a;--foreground:#ededed;--primary:#60a5fa;--primary-rgb:96,165,250;--muted:#161616;--muted-foreground:#a3a3a3;--border:#2a2a2a;--code-bg:#161616;--code-border:#2a2a2a;--inline-code-bg:#262626;--inline-code-color:#f87171;--inline-code-border:#3f3f3f;--scrollbar-thumb:#3f3f3f;--scrollbar-thumb-hover:#525252;--syntax-base:#cdd6f4;--syntax-comment:#a6adc8;--syntax-tag:#f38ba8;--syntax-number:#fab387;--syntax-string:#a6e3a1;--syntax-operator:#f5c2e7;--syntax-function:#f9e2af;--syntax-keyword:#cba6f7}body{background:var(--background);color:var(--foreground);font-family:var(--font-sans);font-size:1rem;line-height:var(--line-height-body);-webkit-font-smoothing:antialiased}.container{width:100%;max-width:var(--max-width);padding:0 var(--container-padding);margin:0 auto}h1,h2,h3,h4,h5,h6{line-height:var(--line-height-heading);font-weight:var(--font-weight-bold)}code{font-family:var(--font-mono)}a{color:var(--primary);text-underline-offset:.1875rem;text-decoration:underline;text-decoration-thickness:.0625rem;transition:opacity .15s}a:hover{opacity:.75}:focus-visible{outline:.125rem solid var(--primary);outline-offset:.125rem}::-webkit-scrollbar{width:.5rem}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--radius)}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}:not(pre)>code[class*=language-],pre[class*=language-]{background:0 0!important}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.layout-module__L5FxyW__main{max-width:var(--max-width);padding:var(--content-spacing-section)var(--container-padding)var(--spacing-responsive-2xl);line-height:var(--line-height-body);margin:0 auto}
