.hljs-comment,.hljs-quote{color:#5c6370;font-style:italic}.hljs-doctag,.hljs-keyword,.hljs-formula{color:#c678dd}.hljs-section,.hljs-name,.hljs-selector-tag,.hljs-deletion,.hljs-subst{color:#e06c75}.hljs-literal{color:#56b6c2}.hljs-string,.hljs-regexp,.hljs-addition,.hljs-attribute,.hljs-meta-string{color:#98c379}.hljs-built_in,.hljs-class .hljs-title{color:#e6c07b}.hljs-attr,.hljs-variable,.hljs-template-variable,.hljs-type,.hljs-selector-class,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-number{color:#d19a66}.hljs-symbol,.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-title{color:#61aeee}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}
@font-face{font-family:D2Coding Ligature;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/d2coding/d2coding-ligature-bold-full.woff2)format("woff2")}@font-face{font-family:D2Coding Ligature;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/d2coding/d2coding-ligature-full.woff2)format("woff2")}@font-face{font-family:D2Coding;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/d2coding/d2coding-ligature-bold-full.woff2)format("woff2")}@font-face{font-family:D2Coding;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/d2coding/d2coding-ligature-full.woff2)format("woff2")}:root{--background:#fff;--foreground:#171717;--primary:#6366f1;--primary-foreground:#fff;--muted:#f5f5f5;--muted-foreground:#737373;--border:#e5e5e5;--nav-bg:#fffc;--max-width:1200px;--radius:8px;--header-height:64px;--font-mono:"D2Coding Ligature",D2Coding,monospace}[data-theme=dark]{--background:#0a0a0a;--foreground:#ededed;--primary:#818cf8;--primary-foreground:#fff;--muted:#171717;--muted-foreground:#a3a3a3;--border:#262626;--nav-bg:#0a0a0acc}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--background:#0a0a0a;--foreground:#ededed;--primary:#818cf8;--primary-foreground:#fff;--muted:#171717;--muted-foreground:#a3a3a3;--border:#262626;--nav-bg:#0a0a0acc}}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--foreground);background:var(--background);font-family:var(--font-sans),Arial,sans-serif;overflow-y:scroll}.layout-container{flex-direction:column;min-height:100vh;display:flex}main{flex:1;width:100%}a{color:inherit;text-decoration:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 1rem}.prose{max-width:100%;margin:0 auto;line-height:1.75}.prose h1,.prose h2,.prose h3{margin-top:2em;margin-bottom:.5em;line-height:1.25}.prose p{margin-bottom:1.25em}.prose ul{margin-bottom:1.25em;padding-left:1.5em;list-style-type:disc}.prose blockquote{border-left:4px solid var(--primary);color:var(--muted-foreground);margin:1.5em 0;padding-left:1em;font-style:italic}.prose pre,.prose code{font-family:var(--font-mono)}.prose img{max-width:90%;height:auto;margin:1.5rem auto;display:block}
.Navigation-module__eB08ka__nav{z-index:50;border-bottom:1px solid var(--border);background-color:var(--nav-bg);-webkit-backdrop-filter:blur(10px);width:100%;height:var(--header-height);position:fixed;top:0}.Navigation-module__eB08ka__container{max-width:var(--max-width);justify-content:space-between;align-items:center;height:100%;margin:0 auto;padding:0 1rem;display:flex}.Navigation-module__eB08ka__logoLink{align-items:center;gap:.5rem;display:flex}.Navigation-module__eB08ka__logoIcon{background-color:var(--primary);color:var(--primary-foreground);border-radius:.375rem;padding:.375rem;transition:transform .2s;display:flex}.Navigation-module__eB08ka__logoLink:hover .Navigation-module__eB08ka__logoIcon{transform:rotate(12deg)}.Navigation-module__eB08ka__logoText{letter-spacing:-.025em;font-size:1.25rem;font-weight:700;font-family:var(--font-inter)}.Navigation-module__eB08ka__logoDot{color:var(--primary)}.Navigation-module__eB08ka__searchContainer{flex:1;justify-content:center;max-width:400px;margin:0 1rem;display:none}.Navigation-module__eB08ka__desktopMenu{display:none}@media (min-width:768px){.Navigation-module__eB08ka__container{grid-template-columns:auto 1fr auto;gap:1rem;display:grid}.Navigation-module__eB08ka__searchContainer{justify-self:center;width:100%;display:flex}.Navigation-module__eB08ka__desktopMenu{align-items:center;gap:2rem;display:flex}.Navigation-module__eB08ka__navRight{justify-self:end;align-items:center;gap:1.5rem;display:flex}}.Navigation-module__eB08ka__mobileMenuBtn{cursor:pointer;color:var(--foreground);background:0 0;border:none;align-items:center;padding:.5rem;display:flex}.Navigation-module__eB08ka__mobileControls{align-items:center;gap:1rem;display:flex}.Navigation-module__eB08ka__navLink{color:var(--muted-foreground);padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:color .2s;position:relative}.Navigation-module__eB08ka__navLink:hover,.Navigation-module__eB08ka__navLinkActive{color:var(--foreground)}.Navigation-module__eB08ka__activeIndicator{background-color:var(--primary);height:2px;position:absolute;bottom:0;left:0;right:0}.Navigation-module__eB08ka__mobileMenu{background-color:var(--background);border-bottom:1px solid var(--border);flex-direction:column;gap:.5rem;width:100%;padding:1rem;display:flex;position:absolute;top:100%;left:0}.Navigation-module__eB08ka__mobileNavLink{border-radius:var(--radius);color:var(--muted-foreground);padding:.75rem;font-weight:500;display:block}.Navigation-module__eB08ka__mobileNavLinkActive{background-color:var(--muted);color:var(--primary)}@media (min-width:768px){.Navigation-module__eB08ka__desktopMenu{gap:2rem;display:flex}.Navigation-module__eB08ka__mobileMenuBtn{display:none}}
.SearchInput-module__KxoojG__container{background-color:var(--muted);border:1px solid #0000;border-radius:9999px;align-items:center;width:100%;max-width:300px;padding:.25rem .5rem .25rem 1rem;transition:all .2s;display:flex}.SearchInput-module__KxoojG__container:focus-within{background-color:var(--background);border-color:var(--primary);box-shadow:0 0 0 2px var(--ring)}.SearchInput-module__KxoojG__input{color:var(--foreground);background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:.875rem}.SearchInput-module__KxoojG__input::placeholder{color:var(--muted-foreground)}.SearchInput-module__KxoojG__button{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;transition:color .2s;display:flex}.SearchInput-module__KxoojG__button:hover{color:var(--foreground)}@media (max-width:768px){.SearchInput-module__KxoojG__container{display:none}}
.ThemeToggle-module__sGqMhG__button{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:color .2s,transform .2s;display:flex}.ThemeToggle-module__sGqMhG__button:hover{color:var(--primary);transform:scale(1.1)}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--border);color:var(--muted-foreground);margin-top:4rem;padding:2rem 0;font-size:.875rem}.Footer-module__S6Hkya__container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:60rem;margin:0 auto;padding:0 1rem;display:flex}.Footer-module__S6Hkya__contact a{color:var(--foreground);text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__contact a:hover{color:var(--primary);text-decoration:underline}@media (max-width:640px){.Footer-module__S6Hkya__container{text-align:center;flex-direction:column}}
