@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");:root{--nextra-font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--nextra-bg:#fff;--nextra-content-bg:#fff;--nextra-sidebar-bg:#fafafa;--nextra-text:#171717;--nextra-text-secondary:#666;--nextra-border:#eaeaea;--nextra-primary:#000;--nextra-primary-hover:#171717;--nextra-code-bg:#f5f5f5;--nextra-code-border:#e5e5e5;--nextra-navbar-height:64px;--nextra-content-width:1200px;--nextra-transition-fast:150ms ease;--nextra-transition-medium:200ms ease}.dark{--nextra-bg:#0a0a0a;--nextra-content-bg:#0a0a0a;--nextra-sidebar-bg:#111;--nextra-text:#ededed;--nextra-text-secondary:#888;--nextra-border:#333;--nextra-primary:#fff;--nextra-primary-hover:#ededed;--nextra-code-bg:#1a1a1a;--nextra-code-border:#333}.x\:nextra-body,article{font-size:16px;line-height:1.75;letter-spacing:-.01em}.x\:nextra-body,article,h1,h2,h3,h4,h5,h6{font-family:var(--nextra-font-family)!important;color:var(--nextra-text)}h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:-.02em}article h1{font-size:2rem;line-height:1.2;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--nextra-border);word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}article h2{font-size:1.75rem;line-height:1.3;margin-top:2.5rem;margin-bottom:1rem}article h3{font-size:1.25rem;line-height:1.4;margin-top:2rem;margin-bottom:.75rem}article p{margin-bottom:1.25rem;color:var(--nextra-text)}nav[class*=nextra-nav]{background:var(--nextra-bg)!important;border-bottom:1px solid var(--nextra-border)!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}nav a[class*=logo]{font-weight:600;font-size:1rem;color:var(--nextra-text);transition:opacity var(--nextra-transition-fast)}nav a[class*=logo]:hover{opacity:.7}button[class*=search],input[class*=search]{background:var(--nextra-sidebar-bg)!important;border:1px solid var(--nextra-border)!important;border-radius:8px!important;transition:all var(--nextra-transition-fast)}button[class*=search]:hover,input[class*=search]:focus{border-color:var(--nextra-text-secondary)!important}button[class*=search]{min-width:220px!important}.nextra-sidebar-container,aside[class*=sidebar]{background:var(--nextra-sidebar-bg)!important;border-right:1px solid var(--nextra-border)!important}.nextra-sidebar-container a,aside a{color:var(--nextra-text-secondary)!important;font-size:14px!important;font-weight:500;padding:8px 12px!important;border-radius:6px;transition:all var(--nextra-transition-fast)}.nextra-sidebar-container a:hover,aside a:hover{color:var(--nextra-text)!important;background:rgba(0,0,0,.05)!important}.dark .nextra-sidebar-container a:hover,.dark aside a:hover{background:hsla(0,0%,100%,.05)!important}.nextra-sidebar-container a[data-active=true],aside a.x\:text-primary-600,aside a[aria-current=page]{color:var(--nextra-text)!important;background:transparent!important;font-weight:600;position:relative}aside a.x\:text-primary-600:before,aside a[aria-current=page]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:2px;height:20px;background:var(--nextra-text);border-radius:1px}nav[class*=toc]{border-left:1px solid var(--nextra-border)!important;padding-left:1rem}nav[class*=toc] a{color:var(--nextra-text-secondary)!important;font-size:13px!important;transition:color var(--nextra-transition-fast)}nav[class*=toc] a:hover{color:var(--nextra-text)!important}nav[class*=toc] a[aria-current=true]{color:var(--nextra-text)!important;font-weight:500}article,main[class*=content]{background:var(--nextra-content-bg)}article a:not([class]){color:var(--nextra-text);text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--nextra-border);transition:text-decoration-color var(--nextra-transition-fast)}article a:not([class]):hover{text-decoration-color:var(--nextra-text)}article ol,article ul{margin:1rem 0;padding-left:1.5rem}article li{margin:.5rem 0;line-height:1.7}article li::marker{color:var(--nextra-text-secondary)}pre{background:var(--nextra-code-bg)!important;border:1px solid var(--nextra-code-border)!important;border-radius:8px!important;padding:1rem!important;font-size:14px!important;line-height:1.6!important;overflow-x:auto}code{font-family:SF Mono,Fira Code,Consolas,monospace!important;font-size:.875em}:not(pre)>code{background:var(--nextra-code-bg)!important;border:1px solid var(--nextra-code-border)!important;border-radius:4px!important;padding:.2em .4em!important;font-size:.875em!important}.nextra-cards,[class*=Cards]{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))!important;gap:1rem!important;margin:2rem 0!important}.nextra-card,[class*=Card]:not([class*=Cards]){background:var(--nextra-bg)!important;border:1px solid var(--nextra-border)!important;border-radius:12px!important;padding:1.25rem!important;transition:all var(--nextra-transition-medium)!important;text-decoration:none!important}.nextra-card:hover,[class*=Card]:not([class*=Cards]):hover{border-color:var(--nextra-text-secondary)!important;box-shadow:0 4px 12px rgba(0,0,0,.08)!important;transform:translateY(-2px)}.dark .nextra-card:hover,.dark [class*=Card]:not([class*=Cards]):hover{box-shadow:0 4px 12px rgba(0,0,0,.4)!important}.nextra-card h3,[class*=Card]:not([class*=Cards]) span{font-weight:600!important;font-size:1rem!important;color:var(--nextra-text)!important;margin-bottom:.25rem}.nextra-callout,[class*=Callout]{border-radius:8px!important;padding:1rem 1.25rem!important;margin:1.5rem 0!important;border-width:1px!important}article table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:14px}article th{background:var(--nextra-sidebar-bg);font-weight:600;text-align:left}article td,article th{padding:.75rem 1rem;border-bottom:1px solid var(--nextra-border)}article tr:hover{background:var(--nextra-sidebar-bg)}footer{background:var(--nextra-sidebar-bg)!important;border-top:1px solid var(--nextra-border)!important;padding:2rem 0!important}footer a{color:var(--nextra-text-secondary)!important;transition:color var(--nextra-transition-fast)}footer a:hover{color:var(--nextra-text)!important}article blockquote{border-left:3px solid var(--nextra-border);padding-left:1rem;margin:1.5rem 0;color:var(--nextra-text-secondary);font-style:italic}article hr{border:none;border-top:1px solid var(--nextra-border);margin:2rem 0}::-moz-selection{background:var(--nextra-text);color:var(--nextra-bg)}::selection{background:var(--nextra-text);color:var(--nextra-bg)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--nextra-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--nextra-text-secondary)}@media (max-width:768px){article h1{font-size:2rem}article h2{font-size:1.5rem}.nextra-cards,[class*=Cards]{grid-template-columns:1fr!important}}