@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;450;500;600&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f6f6f4;--surface:#fff;--border:#e5e5e3;--text:#18181b;--text-muted:#71717a;--accent:#16a34a;--accent-hover:#15803d;--action-bg:#f0fdf4;--action-border:#bbf7d0;--action-text:#15803d;--radius:12px;--radius-sm:8px}body,html{height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"kern" 1,"cv02" 1,"cv03" 1,"cv04" 1;letter-spacing:-.011em}a{color:inherit}textarea::placeholder{color:var(--text-muted)}.prose{font-size:.9375rem;line-height:1.75;color:var(--text)}.prose p{margin:0 0 .85rem}.prose p:last-child{margin-bottom:0}.prose strong{font-weight:600;color:var(--text)}.prose em{font-style:italic}.prose ol,.prose ul{padding-left:1.4rem;margin:.5rem 0 .85rem}.prose li{margin-bottom:.3rem;line-height:1.65}.prose li:last-child{margin-bottom:0}.prose h1,.prose h2,.prose h3{font-weight:600;letter-spacing:-.02em;margin:1.25rem 0 .4rem;line-height:1.3;color:var(--text)}.prose h1{font-size:1.1em}.prose h2{font-size:1.05em}.prose h3{font-size:1em}.prose h1:first-child,.prose h2:first-child,.prose h3:first-child{margin-top:0}.prose code{background:#f1f1ef;padding:.15em .4em;border-radius:5px;font-size:.85em;font-family:SF Mono,Fira Code,monospace;color:#d63384}.prose pre{background:#1e1e1e;color:#d4d4d4;padding:1rem 1.25rem;border-radius:10px;overflow-x:auto;margin:.75rem 0;font-size:.85em;line-height:1.6}.prose pre code{background:none;padding:0;color:inherit;font-size:inherit}.prose blockquote{border-left:3px solid var(--border);padding-left:1rem;color:var(--text-muted);margin:.75rem 0}.prose hr{border:none;border-top:1px solid var(--border);margin:1rem 0}.hamburger{display:none}@media (max-width:768px){.sidebar{position:fixed!important;top:0;left:0;z-index:100;transform:translateX(-100%);transition:transform .25s ease}.sidebar.sidebar-open{transform:translateX(0)}.sidebar-backdrop{display:none;position:fixed;inset:0;background:rgba(0,0,0,.3);z-index:99}.sidebar-backdrop.sidebar-open{display:block}.hamburger{align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:1px solid var(--border);border-radius:8px;cursor:pointer;color:var(--text-muted);flex-shrink:0}.hamburger,.mobile-topbar{display:flex}}.mobile-topbar{display:none}