:root{--bg-color:#f7f5f0;--surface-bg:#fff;--text-color:#25282d;--text-muted:#626972;--heading-color:#17191d;--link-color:#98620b;--border-color:#dedad2;--nav-bg:#b22234;--nav-text:#fafafa;--sidenav-bg:#242f40;color-scheme:light}.dark{--bg-color:#11151b;--surface-bg:#171c24;--text-color:#d6dbe3;--text-muted:#9ba6b4;--heading-color:#f1f4f8;--link-color:#eab65c;--border-color:#2b3440;--nav-bg:#18212d;--nav-text:#f1f4f8;--sidenav-bg:#151c26;color-scheme:dark}body,html{padding:0;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--bg-color);color:var(--text-color);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a:hover{color:var(--link-color)}*{box-sizing:border-box}a,button{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid var(--link-color);outline-offset:3px}::-moz-selection{color:var(--heading-color);background:color-mix(in srgb,var(--link-color) 35%,transparent)}::selection{color:var(--heading-color);background:color-mix(in srgb,var(--link-color) 35%,transparent)}html{scroll-behavior:smooth}@media screen and (max-width:768px){body{overflow-x:hidden}}.mermaid{font-family:Arial,sans-serif;font-size:12px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}