@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500&family=Inter:wght@300;500&family=Space+Mono&display=swap";
:root{--bg-body:#0b0b0b;--bg-secondary:#111;--border-color:#222;--text-primary:#f4f4f5;--text-secondary:#a1a1aa;--accent-primary:#cfee12;--font-heading:"Novatica","Outfit",sans-serif;--font-sans:"Inter",sans-serif;--font-mono:"Space Mono",monospace}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:var(--font-sans);background-color:var(--bg-body);color:var(--text-secondary);scroll-behavior:smooth;font-size:15px;font-weight:300;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1rem;font-weight:500}h1{margin-bottom:1.5rem;font-size:2.5rem}h2{margin-bottom:1.25rem;font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:1.5rem}p strong{color:var(--text-primary);font-weight:500}a{color:inherit;text-decoration:none;transition:color .2s}a:hover{color:var(--text-primary)}ul{margin-bottom:1.5rem;padding-left:1.5rem}li{margin-bottom:.5rem}code{font-family:var(--font-mono);background-color:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);padding:.2em .4em;font-size:.9em}pre{font-family:var(--font-mono);background-color:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);margin-bottom:1.5rem;padding:1rem;font-size:.9em;overflow-x:auto}pre code{background-color:#0000;border:none;padding:0}button,.btn{font-family:var(--font-sans);cursor:pointer;border-radius:0;font-weight:500}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-body);border-left:1px solid var(--border-color)}::-webkit-scrollbar-thumb{background:var(--border-color)}::-webkit-scrollbar-thumb:hover{background:#333}
.layout-module__L5FxyW__container{background-color:var(--bg-body);width:100%;min-height:100vh;display:flex}.layout-module__L5FxyW__sidebar{border-right:1px solid var(--border-color);background-color:var(--bg-secondary);flex-direction:column;flex-shrink:0;width:320px;height:100vh;padding:2rem 2rem 0;display:flex;position:sticky;top:0;overflow-y:auto}.layout-module__L5FxyW__mainContent{flex:1;justify-content:center;min-width:0;display:flex}.layout-module__L5FxyW__contentWrapper{width:100%}@media (max-width:1024px){.layout-module__L5FxyW__sidebar{width:240px;padding:1.5rem 1.5rem 0}}@media (max-width:768px){.layout-module__L5FxyW__sidebar{display:none}.layout-module__L5FxyW__mainContent{padding-top:60px}}.layout-module__L5FxyW__lastUpdated{color:var(--text-secondary);opacity:.5;letter-spacing:.03em;flex-shrink:0;margin-top:auto;padding-top:2rem;padding-bottom:2rem;font-family:Space Mono,monospace;font-size:.7rem}.layout-module__L5FxyW__mobileTopBar,.layout-module__L5FxyW__mobileOverlay{display:none}@media (max-width:1024px){.layout-module__L5FxyW__sidebar{width:240px;padding:1.5rem}}@media (max-width:768px){.layout-module__L5FxyW__container{flex-direction:column}.layout-module__L5FxyW__sidebar{display:none}.layout-module__L5FxyW__mainContent{padding-top:60px}.layout-module__L5FxyW__mobileTopBar{z-index:100;background-color:var(--bg-secondary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;height:60px;padding:0 1.25rem;display:flex;position:fixed;top:0;left:0;right:0}.layout-module__L5FxyW__mobileTopBar img{width:auto;height:22px;display:block}.layout-module__L5FxyW__menuButton{color:var(--text-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex}.layout-module__L5FxyW__mobileOverlay{z-index:200;opacity:0;pointer-events:none;background:#0009;transition:opacity .25s;display:block;position:fixed;inset:0}.layout-module__L5FxyW__mobileOverlay.layout-module__L5FxyW__open{opacity:1;pointer-events:all}.layout-module__L5FxyW__mobileDrawer{background-color:var(--bg-secondary);border-right:1px solid var(--border-color);z-index:201;flex-direction:column;width:280px;padding:1.5rem;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%)}.layout-module__L5FxyW__mobileDrawer.layout-module__L5FxyW__open{transform:translate(0)}}
.Sidebar-module__WZVnLW__nav{flex-direction:column;flex:1;min-height:0;display:flex}@media (max-width:768px){.Sidebar-module__WZVnLW__nav{padding:0}.Sidebar-module__WZVnLW__logoContainer{display:none}}.Sidebar-module__WZVnLW__logoContainer{flex-direction:column;gap:.25rem;margin-bottom:3rem;display:flex}.Sidebar-module__WZVnLW__logo{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:500;display:flex}.Sidebar-module__WZVnLW__logoIcon{color:var(--accent-primary);align-items:center;display:flex}.Sidebar-module__WZVnLW__brandSubtitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem;font-size:.85rem;font-weight:500}.Sidebar-module__WZVnLW__linkList{flex-direction:column;margin:0 -2rem;padding:0;list-style:none;display:flex}.Sidebar-module__WZVnLW__linkItem{margin:0}.Sidebar-module__WZVnLW__linkItem:first-child .Sidebar-module__WZVnLW__link{border-top:1px solid var(--border-color)}.Sidebar-module__WZVnLW__link{color:var(--text-secondary);border-left:2px solid #0000;border-bottom:1px solid var(--border-color);padding:1rem 2rem;font-size:.95rem;font-weight:500;transition:all .2s;display:block;position:relative}.Sidebar-module__WZVnLW__link:hover{color:var(--text-primary);background-color:var(--bg-body)}.Sidebar-module__WZVnLW__link.Sidebar-module__WZVnLW__active{color:var(--text-primary);border-left-color:var(--accent-primary);background-color:var(--bg-body)}.Sidebar-module__WZVnLW__lastUpdated{font-family:var(--font-mono);color:var(--text-secondary);opacity:.5;letter-spacing:.03em;margin-top:auto;padding-top:2rem;font-size:.7rem}
.MobileNav-module__N8twRW__topBar,.MobileNav-module__N8twRW__backdrop,.MobileNav-module__N8twRW__drawer{display:none}@media (max-width:768px){.MobileNav-module__N8twRW__topBar{z-index:100;background-color:var(--bg-secondary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;height:60px;padding:0 1.25rem;display:flex;position:fixed;top:0;left:0;right:0}.MobileNav-module__N8twRW__topBarLogo{width:auto;height:22px;display:block}.MobileNav-module__N8twRW__menuButton,.MobileNav-module__N8twRW__closeButton{color:var(--text-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.4rem;transition:color .2s;display:flex}.MobileNav-module__N8twRW__menuButton:hover,.MobileNav-module__N8twRW__closeButton:hover{color:var(--accent-primary)}.MobileNav-module__N8twRW__backdrop{z-index:200;opacity:0;pointer-events:none;background:#000000a6;transition:opacity .25s;display:block;position:fixed;inset:0}.MobileNav-module__N8twRW__backdrop.MobileNav-module__N8twRW__open{opacity:1;pointer-events:all}.MobileNav-module__N8twRW__drawer{background-color:var(--bg-secondary);border-right:1px solid var(--border-color);z-index:201;flex-direction:column;width:300px;max-width:90vw;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%)}.MobileNav-module__N8twRW__drawer.MobileNav-module__N8twRW__open{transform:translate(0)}.MobileNav-module__N8twRW__drawerHeader{border-bottom:1px solid var(--border-color);flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.MobileNav-module__N8twRW__drawerLogo{width:auto;height:22px;display:block}.MobileNav-module__N8twRW__lastUpdated{color:var(--text-secondary);opacity:.5;letter-spacing:.03em;flex-shrink:0;margin-top:auto;padding:2rem 1.5rem;font-family:Space Mono,monospace;font-size:.7rem}}
