:root{--nextra-banner-height:2.5rem;--nextra-content-width:1200px;--nextra-bg:#ffffff;--nextra-border-color:#e5e7eb;--nextra-text-primary:#111827;--nextra-text-secondary:#4b5563;--nextra-placeholder:#9ca3af}body{background:#f5f5f5;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body,h1,h2,h3{color:black}.nextra-navbar{position:sticky;top:0;z-index:30;width:100%;height:var(--nextra-navbar-height);background-color:transparent}@media print{.nextra-navbar{display:none}}@media (max-width:768px){.nextra-banner:not([class$=hidden])~.nextra-navbar{top:var(--nextra-banner-height)}}.nextra-navbar-blur{position:absolute;z-index:-1;width:100%;height:100%;border-bottom:1px solid var(--nextra-border-color);backdrop-filter:blur(12px);background-color:rgba(255,255,255,.7)}.nextra-navbar nav{height:var(--nextra-navbar-height);margin:0 auto;display:flex;align-items:center;gap:1rem;justify-content:flex-end;position:fixed;top:0;left:0;width:100%;max-width:100vw;z-index:1000;transition:all .3s;backdrop-filter:blur(12px);background-color:#f5f5f5;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);overflow-x:auto;padding:.375rem 1rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.nextra-navbar a[aria-label="Home page"]{display:flex;align-items:center;margin-right:auto;transition:opacity .2s}.nextra-navbar a[aria-label="Home page"]:focus-visible{outline:2px solid currentColor;outline-offset:2px}.nextra-navbar a[aria-label="Home page"]:hover{opacity:.75}.nextra-search{position:relative;display:flex;align-items:center;color:var(--nextra-text-primary)}.nextra-search input{border-radius:.5rem;padding:.5rem 2rem .5rem .75rem;transition:all .2s;width:100%;font-size:1rem;line-height:1.25;background-color:rgba(0,0,0,.05);border:none;outline:none}.nextra-search input:focus{box-shadow:none!important}.nextra-search input::placeholder{color:var(--nextra-placeholder)}.nextra-search input:focus{box-shadow:0 0 0 2px var(--nextra-text-primary)}@media (min-width:768px){.nextra-search input{width:16rem;font-size:.875rem}}.nextra-hamburger{transition:all .2s;cursor:pointer;background:none;border:none;padding:0;display:inline-flex;align-items:center;justify-content:center;color:inherit}@media (min-width:768px){.nextra-hamburger{display:none}}.nextra-hamburger svg{width:24px;height:24px;stroke:currentColor;stroke-width:2;stroke-linecap:round}.nextra-sidebar-footer{display:none}