:root{--quorum-void:#050505;--quorum-graph:#08090a;--quorum-carbon:#111214;--quorum-surface:#191b1f;--quorum-stroke:#2a2d33;--quorum-ivory:#f5f3ec;--quorum-muted:#a6a6aa;--quorum-dim:#6f737a;--quorum-violet:#a78bfa;--quorum-deep-violet:#6d4bff;--quorum-lavender:#d8caff;--quorum-lime:#9bea46;--quorum-warning:#f7c600}html.dark{--nextra-bg:8,9,10;--nextra-primary-hue:262deg;--nextra-primary-saturation:90%;--nextra-primary-lightness:76%}html.dark body{background-color:var(--quorum-graph);color:var(--quorum-ivory)}html.dark .nextra-nav-container{background-color:rgba(8,9,10,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--quorum-stroke)}html.dark .nextra-sidebar-container{border-right:1px solid var(--quorum-stroke)}body{font-feature-settings:"ss01","cv11"}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace}html.dark .nextra-content h1,html.dark .nextra-content h2{letter-spacing:-.01em}html.dark .nextra-callout{border-radius:2px;border-width:1px}html.dark pre{background-color:var(--quorum-carbon)!important;border:1px solid var(--quorum-stroke);border-radius:2px}html.dark a{color:var(--quorum-violet)}html.dark a:hover{color:var(--quorum-lavender)}.quorum-hero{display:grid;grid-gap:1.5rem;gap:1.5rem;padding:2.5rem 0 1rem;border-bottom:1px solid var(--quorum-stroke);margin-bottom:2rem}.quorum-hero h1{font-size:clamp(2rem,4vw,3rem);line-height:1.05;letter-spacing:-.02em;margin:0}.quorum-hero .quorum-tagline{color:var(--quorum-muted);font-size:1.05rem;max-width:56ch}.quorum-hero .quorum-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--quorum-dim);border:1px solid var(--quorum-stroke);padding:.25rem .55rem;border-radius:2px;width:-moz-fit-content;width:fit-content}.quorum-hero .quorum-badge:before{content:"";width:6px;height:6px;background:var(--quorum-lime);border-radius:50%;display:inline-block}.quorum-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1rem;gap:1rem;margin:1.5rem 0 2rem}.quorum-card{border:1px solid var(--quorum-stroke);background:var(--quorum-carbon);padding:1.1rem;border-radius:2px;display:flex;flex-direction:column;gap:.5rem}.quorum-card h3{margin:0;font-size:.95rem;letter-spacing:.06em;text-transform:uppercase;color:var(--quorum-violet)}.quorum-card p{margin:0;color:var(--quorum-muted);font-size:.92rem;line-height:1.5}.quorum-diagram pre{font-size:.78rem;line-height:1.4}