:root{--focus-family:#2dd4bf;--focus-domain:#e879f9;--focus-dsl:#fbbf24;--focus-compiler:#a3e635;--color-bg:#fff;--color-surface:#f2f2f2;--color-surface-raised:#fff;--color-text:#000;--color-text-muted:#767676;--color-border:#ccc;--color-border-strong:#999;--color-brand:#76b900;--color-brand-hover:#5e9400;--color-brand-ink:#000;--color-focus-ring:#76b900;--edge-default:#ccc;--edge-depends-direct:#76b900;--edge-depends-indirect:#5e9400;--edge-used-direct:#0ea5e9;--edge-used-indirect:#0284c7;--level-0:#16a34a;--level-1:#0ea5e9;--level-2:#7c3aed;--level-3:#ea580c;--level-4:#dc2626;--level-5:#ca8a04;--level-6:#2563eb;--level-7:#db2777;--level-8:#0891b2;--level-9:#9333ea;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--font-sans:"NVIDIA Sans","NVIDIASans",Arial,system-ui,-apple-system,sans-serif;--fs-display:2.5rem;--fs-h1:2rem;--fs-h2:1.5rem;--fs-h3:1.25rem;--fs-h4:1.125rem;--fs-body:1rem;--fs-body-sm:0.9375rem;--fs-caption:0.8125rem;--lh-tight:1.2;--lh-body:1.5;--sidebar-width:360px}[data-theme=dark]{--color-bg:#000;--color-surface:#1a1a1a;--color-surface-raised:#242424;--color-text:#fff;--color-text-muted:#ccc;--color-border:#333;--color-border-strong:#4d4d4d;--color-brand:#76b900;--color-brand-hover:#8fd10f;--color-brand-ink:#000;--color-focus-ring:#76b900;--edge-default:#333}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);font-size:var(--fs-body);line-height:var(--lh-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none;-webkit-text-size-adjust:100%;overflow-x:hidden}#__next,body,html{height:100%}h1,h2,h3,h4{margin:0;font-weight:600;line-height:var(--lh-tight);color:var(--color-text)}h1{font-size:var(--fs-h1)}h2{font-size:var(--fs-h2)}h3{font-size:var(--fs-h3)}h4{font-size:var(--fs-h4)}p{margin:0}a{color:var(--color-brand);text-decoration:none}a:hover{color:var(--color-brand-hover)}button{font-family:inherit;cursor:pointer}:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px}*{scrollbar-color:var(--color-border-strong) transparent;scrollbar-width:thin}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);background-clip:padding-box;border:2px solid transparent;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:var(--color-border-strong);background-clip:padding-box}::-webkit-scrollbar-thumb:active{background:var(--color-brand);background-clip:padding-box}::-webkit-scrollbar-corner{background:transparent}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}