:root{--font-fallback: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif, Apple Color Emoji, Segoe UI Emoji;--font-body: "Space Grotesk", var(--font-fallback);--font-mono: "Fira Code", "IBM Plex Mono", Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;--color-base-white: rgb(255 255 255);--color-base-black: 240, 100%;--color-base-blue: 212, 100%;--color-base-blue-dark: 212, 72%;--color-base-green: 158, 79%;--color-base-orange: 22, 100%;--color-base-purple: 269, 79%;--color-base-red: 351, 100%;--color-base-yellow: 41, 100%;--color-gray-5: rgb(14 14 16);--color-gray-10: rgb(24 24 27);--color-gray-20: rgb(39 39 42);--color-gray-30: rgb(63 63 70);--color-gray-40: rgb(82 82 91);--color-gray-50: rgb(113 113 122);--color-gray-60: rgb(161 161 170);--color-gray-70: rgb(212 212 216);--color-gray-80: rgb(228 228 231);--color-gray-90: rgb(244 244 245);--color-gray-95: rgb(250 250 250);--color-blue: var(--color-base-blue), 61%;--color-blue-dark: var(--color-base-blue-dark), 48%;--color-green: var(--color-base-green), 42%;--color-orange: var(--color-base-orange), 50%;--color-purple: var(--color-base-purple), 54%;--color-red: var(--color-base-red), 54%;--color-yellow: var(--color-base-yellow), 59%;color-scheme:light;--theme-accent: hsla(var(--color-blue), 1);--theme-text-accent: hsla(var(--color-blue), 1);--theme-text-accent-light: hsla(var(--color-blue-dark), 1);--theme-accent-opacity: .15;--theme-divider: var(--color-gray-95);--theme-text: var(--color-gray-10);--theme-text-light: var(--color-gray-40);--theme-text-lighter: var(--color-gray-80);--theme-bg: var(--color-base-white);--theme-bg-hover: var(--color-gray-95);--theme-bg-offset: var(--color-gray-90);--theme-bg-accent: hsla(var(--color-blue), var(--theme-accent-opacity));--theme-code-inline-bg: var(--color-gray-95);--theme-code-inline-text: var(--theme-text);--theme-code-bg: hsla(217, 19%, 27%, 1);--theme-code-text: var(--color-gray-95);--theme-navbar-height: 4rem;--theme-selection-color: hsla(var(--color-blue), 1);--theme-selection-bg: hsla(var(--color-blue), var(--theme-accent-opacity))}:root.theme-dark{color-scheme:dark;--theme-accent-opacity: .15;--theme-accent: hsla(var(--color-blue), 1);--theme-text-accent: hsla(var(--color-blue), .9);--theme-text-accent-light: hsla(var(--color-blue), 1);--theme-divider: var(--color-gray-10);--theme-text: var(--color-gray-95);--theme-text-light: var(--color-gray-80);--theme-text-lighter: var(--color-gray-40);--theme-bg: var(--color-gray-10);--theme-bg-hover: var(--color-gray-40);--theme-bg-offset: var(--color-gray-5);--theme-code-inline-bg: var(--color-gray-10);--theme-code-inline-text: var(--color-base-white);--theme-code-bg: var(--color-gray-5);--theme-code-text: var(--color-base-white);--theme-selection-color: var(--color-base-white);--theme-selection-bg: hsla(var(--color-purple), var(--theme-accent-opacity));--docsearch-modal-background: var(--theme-bg);--docsearch-searchbox-focus-background: var(--theme-divider);--docsearch-footer-background: var(--theme-divider);--docsearch-text-color: var(--theme-text);--docsearch-hit-background: var(--theme-divider);--docsearch-hit-shadow: none;--docsearch-hit-color: var(--theme-text);--docsearch-footer-shadow: inset 0 2px 10px #000;--docsearch-modal-shadow: inset 0 0 8px #000}*{margin:0;box-sizing:border-box}*:focus:not(:focus-visible){outline:none}.bg-base{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.theme-dark .bg-base{--tw-bg-opacity: 1;background-color:rgb(24 24 27 / var(--tw-bg-opacity))}.text-base{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.theme-dark .text-base{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity))}.card{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(228 228 231 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(244 244 245 / var(--tw-bg-opacity));padding:1rem}.theme-dark .card{--tw-border-opacity: 1;border-color:rgb(63 63 70 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(39 39 42 / var(--tw-bg-opacity))}.constrained{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media (min-width: 640px){.constrained{padding-left:2rem;padding-right:2rem}}@media (min-width: 768px){.constrained{padding-left:3rem;padding-right:3rem}}:root{--user-font-scale: 1rem - 16px;--max-width:calc(100% - 1rem)}@media (min-width: 50em){:root{--max-width: 46em}}body{display:flex;flex-direction:column;min-height:100vh;font-family:var(--font-body);font-size:1rem;line-height:1.5;max-width:100vw}a:not(.no-underline):hover,a:not(.no-underline):focus{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity));text-decoration-line:underline}.theme-dark a:not(.no-underline):hover,.theme-dark a:not(.no-underline):focus{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity))}a:not(.no-underline):focus{outline:2px solid currentColor;outline-offset:.25em}@media (min-width: 37.75em){pre{--padding-inline: 1.25rem;border-radius:8px;margin-left:0;margin-right:0}}button{justify-items:center;padding:.33em .67em;border:0;background:var(--theme-bg);display:flex;font-size:1rem;align-items:center;gap:.25em;border-radius:99em;color:var(--theme-text);background-color:var(--theme-bg)}
