/*!tailwindcss v4.0.12 | MIT License | https://tailwindcss.com*/@layer theme,base,components,utilities;@layer theme{:root, :host { --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --color-orange-500: oklch(0.705 0.213 47.604); --color-black: #000; --color-white: #fff; --spacing: 0.25rem; --text-xs: 0.75rem; --text-xs--line-height: calc(1 / 0.75); --text-sm: 0.875rem; --text-sm--line-height: calc(1.25 / 0.875); --text-base: 1rem; --text-base--line-height: calc(1.5 / 1); --text-lg: 1.125rem; --text-lg--line-height: calc(1.75 / 1.125); --text-xl: 1.25rem; --text-xl--line-height: calc(1.75 / 1.25); --text-2xl: 1.5rem; --text-2xl--line-height: calc(2 / 1.5); --text-9xl: 8rem; --text-9xl--line-height: 1; --font-weight-normal: 400; --font-weight-medium: 500; --font-weight-semibold: 600; --tracking-wider: 0.05em; --radius-md: 0.375rem; --radius-lg: 0.5rem; --radius-xl: 0.75rem; --ease-out: cubic-bezier(0, 0, 0.2, 1); --animate-spin: spin 1s linear infinite; --default-transition-duration: 150ms; --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); --default-font-family: var(--font-sans); --default-font-feature-settings: var(--font-sans--font-feature-settings); --default-font-variation-settings: var( --font-sans--font-variation-settings ); --default-mono-font-family: var(--font-mono); --default-mono-font-feature-settings: var( --font-mono--font-feature-settings ); --default-mono-font-variation-settings: var( --font-mono--font-variation-settings ); --w: calc(680px + 32px * 2); } }@layer base{*, ::after, ::before, ::backdrop, ::file-selector-button { box-sizing: border-box; margin: 0; padding: 0; border: 0 solid; } html, :host { line-height: 1.5; -webkit-text-size-adjust: 100%; tab-size: 4; font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ); font-feature-settings: var(--default-font-feature-settings, normal); font-variation-settings: var( --default-font-variation-settings, normal ); -webkit-tap-highlight-color: transparent; } body { line-height: inherit; } hr { height: 0; color: inherit; border-top-width: 1px; } abbr:where([title]) { -webkit-text-decoration: underline dotted; text-decoration: underline dotted; } h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; } a { color: inherit; -webkit-text-decoration: inherit; text-decoration: inherit; } b, strong { font-weight: bolder; } code, kbd, samp, pre { font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace ); font-feature-settings: var( --default-mono-font-feature-settings, normal ); font-variation-settings: var( --default-mono-font-variation-settings, normal ); font-size: 1em; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } table { text-indent: 0; border-color: inherit; border-collapse: collapse; } :-moz-focusring { outline: auto; } progress { vertical-align: baseline; } summary { display: list-item; } ol, ul, menu { list-style: none; } img, svg, video, canvas, audio, iframe, embed, object { display: block; vertical-align: middle; } img, video { max-width: 100%; height: auto; } button, input, select, optgroup, textarea, ::file-selector-button { font: inherit; font-feature-settings: inherit; font-variation-settings: inherit; letter-spacing: inherit; color: inherit; border-radius: 0; background-color: transparent; opacity: 1; } :where(select:is([multiple], [size])) optgroup { font-weight: bolder; } :where(select:is([multiple], [size])) optgroup option { padding-inline-start: 20px; } ::file-selector-button { margin-inline-end: 4px; } ::placeholder { opacity: 1; color: color-mix(in oklab, currentColor 50%, transparent); } textarea { resize: vertical; } ::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-date-and-time-value { min-height: 1lh; text-align: inherit; } ::-webkit-datetime-edit { display: inline-flex; } ::-webkit-datetime-edit-fields-wrapper { padding: 0; } ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field { padding-block: 0; } :-moz-ui-invalid { box-shadow: none; } button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button { appearance: button; } ::-webkit-inner-spin-button, ::-webkit-outer-spin-button { height: auto; } [hidden]:where(:not([hidden="until-found"])) { display: none !important; } }@layer utilities{.invisible { visibility: hidden; } .visible { visibility: visible; } .absolute { position: absolute; } .fixed { position: fixed; } .relative { position: relative; } .static { position: static; } .inset-0 { inset: calc(var(--spacing) * 0); } .inset-x-0 { inset-inline: calc(var(--spacing) * 0); } .inset-x-8 { inset-inline: calc(var(--spacing) * 8); } .top-0 { top: calc(var(--spacing) * 0); } .top-full { top: 100%; } .bottom-20 { bottom: calc(var(--spacing) * 20); } .z-40 { z-index: 40; } .z-50 { z-index: 50; } .container { width: 100%; @media (width >= 40rem) { max-width: 40rem; } @media (width >= 48rem) { max-width: 48rem; } @media (width >= 64rem) { max-width: 64rem; } @media (width >= 80rem) { max-width: 80rem; } @media (width >= 96rem) { max-width: 96rem; } } .mx-1 { margin-inline: calc(var(--spacing) * 1); } .mx-6 { margin-inline: calc(var(--spacing) * 6); } .mx-auto { margin-inline: auto; } .my-0 { margin-block: calc(var(--spacing) * 0); } .my-0\! { margin-block: calc(var(--spacing) * 0) !important; } .my-10 { margin-block: calc(var(--spacing) * 10); } .prose { color: var(--tw-prose-body); max-width: 65ch; :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) { margin-top: 1.25em; margin-bottom: 1.25em; } :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) { color: var(--tw-prose-lead); font-size: 1.25em; line-height: 1.6; margin-top: 1.2em; margin-bottom: 1.2em; } :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) { color: var(--tw-prose-links); text-decoration: underline; font-weight: 500; } :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) { color: var(--tw-prose-bold); font-weight: 600; } :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) { color: inherit; } :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) { color: inherit; } :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) { color: inherit; } :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) { list-style-type: decimal; margin-top: 1.25em; margin-bottom: 1.25em; padding-inline-start: 1.625em; } :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) { list-style-type: upper-alpha; } :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) { list-style-type: lower-alpha; } :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) { list-style-type: upper-alpha; } :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) { list-style-type: lower-alpha; } :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) { list-style-type: upper-roman; } :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) { list-style-type: lower-roman; } :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) { list-style-type: upper-roman; } :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) { list-style-type: lower-roman; } :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) { list-style-type: decimal; } :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) { list-style-type: disc; margin-top: 1.25em; margin-bottom: 1.25em; padding-inline-start: 1.625em; } :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker { font-weight: 400; color: var(--tw-prose-counters); } :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker { color: var(--tw-prose-bullets); } :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) { color: var(--tw-prose-headings); font-weight: 600; margin-top: 1.25em; } :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) { border-color: var(--tw-prose-hr); border-top-width: 1; margin-top: 3em; margin-bottom: 3em; } :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) { font-weight: 500; font-style: italic; color: var(--tw-prose-quotes); border-inline-start-width: 0.25rem; border-inline-start-color: var(--tw-prose-quote-borders); quotes: "\201C""\201D""\2018""\2019"; margin-top: 1.6em; margin-bottom: 1.6em; padding-inline-start: 1em; } :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before { content: open-quote; } :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after { content: close-quote; } :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) { color: var(--tw-prose-headings); font-weight: 800; font-size: 2.25em; margin-top: 0; margin-bottom: 0.8888889em; line-height: 1.1111111; } :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) { font-weight: 900; color: inherit; } :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) { color: var(--tw-prose-headings); font-weight: 700; font-size: 1.5em; margin-top: 2em; margin-bottom: 1em; line-height: 1.3333333; } :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) { font-weight: 800; color: inherit; } :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) { color: var(--tw-prose-headings); font-weight: 600; font-size: 1.25em; margin-top: 1.6em; margin-bottom: 0.6em; line-height: 1.6; } :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) { font-weight: 700; color: inherit; } :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) { color: var(--tw-prose-headings); font-weight: 600; margin-top: 1.5em; margin-bottom: 0.5em; line-height: 1.5; } :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) { font-weight: 700; color: inherit; } :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) { margin-top: 2em; margin-bottom: 2em; } :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) { display: block; margin-top: 2em; margin-bottom: 2em; } :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) { margin-top: 2em; margin-bottom: 2em; } :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) { font-weight: 500; font-family: inherit; color: var(--tw-prose-kbd); box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%); font-size: 0.875em; border-radius: 0.3125rem; padding-top: 0.1875em; padding-inline-end: 0.375em; padding-bottom: 0.1875em; padding-inline-start: 0.375em; } :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { color: var(--tw-prose-code); font-weight: 600; font-size: 0.875em; } :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before { content: "`"; } :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after { content: "`"; } :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { color: inherit; } :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { color: inherit; } :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { color: inherit; font-size: 0.875em; } :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { color: inherit; font-size: 0.9em; } :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { color: inherit; } :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { color: inherit; } :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { color: inherit; } :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) { color: var(--tw-prose-pre-code); background-color: var(--tw-prose-pre-bg); overflow-x: auto; font-weight: 400; font-size: 0.875em; line-height: 1.7142857; margin-top: 1.7142857em; margin-bottom: 1.7142857em; border-radius: 0.375rem; padding-top: 0.8571429em; padding-inline-end: 1.1428571em; padding-bottom: 0.8571429em; padding-inline-start: 1.1428571em; } :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { background-color: transparent; border-width: 0; border-radius: 0; padding: 0; font-weight: inherit; color: inherit; font-size: inherit; font-family: inherit; line-height: inherit; } :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before { content: none; } :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after { content: none; } :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) { width: 100%; table-layout: auto; margin-top: 2em; margin-bottom: 2em; font-size: 0.875em; line-height: 1.7142857; } :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) { border-bottom-width: 1px; border-bottom-color: var(--tw-prose-th-borders); } :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) { color: var(--tw-prose-headings); font-weight: 600; vertical-align: bottom; padding-inline-end: 0.5714286em; padding-bottom: 0.5714286em; padding-inline-start: 0.5714286em; } :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) { border-bottom-width: 1px; border-bottom-color: var(--tw-prose-td-borders); } :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { border-bottom-width: 0; } :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) { vertical-align: baseline; } :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) { border-top-width: 1px; border-top-color: var(--tw-prose-th-borders); } :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) { vertical-align: top; } :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) { text-align: start; } :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) { margin-top: 0; margin-bottom: 0; } :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) { color: var(--tw-prose-captions); font-size: 0.875em; line-height: 1.4285714; margin-top: 0.8571429em; } --tw-prose-body: oklch(0.373 0.034 259.733); --tw-prose-headings: oklch(0.21 0.034 264.665); --tw-prose-lead: oklch(0.446 0.03 256.802); --tw-prose-links: oklch(0.21 0.034 264.665); --tw-prose-bold: oklch(0.21 0.034 264.665); --tw-prose-counters: oklch(0.551 0.027 264.364); --tw-prose-bullets: oklch(0.872 0.01 258.338); --tw-prose-hr: oklch(0.928 0.006 264.531); --tw-prose-quotes: oklch(0.21 0.034 264.665); --tw-prose-quote-borders: oklch(0.928 0.006 264.531); --tw-prose-captions: oklch(0.551 0.027 264.364); --tw-prose-kbd: oklch(0.21 0.034 264.665); --tw-prose-kbd-shadows: NaN NaN NaN; --tw-prose-code: oklch(0.21 0.034 264.665); --tw-prose-pre-code: oklch(0.928 0.006 264.531); --tw-prose-pre-bg: oklch(0.278 0.033 256.848); --tw-prose-th-borders: oklch(0.872 0.01 258.338); --tw-prose-td-borders: oklch(0.928 0.006 264.531); --tw-prose-invert-body: oklch(0.872 0.01 258.338); --tw-prose-invert-headings: #fff; --tw-prose-invert-lead: oklch(0.707 0.022 261.325); --tw-prose-invert-links: #fff; --tw-prose-invert-bold: #fff; --tw-prose-invert-counters: oklch(0.707 0.022 261.325); --tw-prose-invert-bullets: oklch(0.446 0.03 256.802); --tw-prose-invert-hr: oklch(0.373 0.034 259.733); --tw-prose-invert-quotes: oklch(0.967 0.003 264.542); --tw-prose-invert-quote-borders: oklch(0.373 0.034 259.733); --tw-prose-invert-captions: oklch(0.707 0.022 261.325); --tw-prose-invert-kbd: #fff; --tw-prose-invert-kbd-shadows: 255 255 255; --tw-prose-invert-code: #fff; --tw-prose-invert-pre-code: oklch(0.872 0.01 258.338); --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%); --tw-prose-invert-th-borders: oklch(0.446 0.03 256.802); --tw-prose-invert-td-borders: oklch(0.373 0.034 259.733); font-size: 1rem; line-height: 1.75; :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) { margin-top: 0; margin-bottom: 0; } :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) { margin-top: 0.5em; margin-bottom: 0.5em; } :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) { padding-inline-start: 0.375em; } :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) { padding-inline-start: 0.375em; } :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) { margin-top: 0.75em; margin-bottom: 0.75em; } :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { margin-top: 1.25em; } :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { margin-bottom: 1.25em; } :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { margin-top: 1.25em; } :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { margin-bottom: 1.25em; } :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) { margin-top: 0.75em; margin-bottom: 0.75em; } :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) { margin-top: 1.25em; margin-bottom: 1.25em; } :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) { margin-top: 0.5em; padding-inline-start: 1.625em; } :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) { margin-top: 0; } :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) { margin-top: 0; } :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) { margin-top: 0; } :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) { margin-top: 0; } :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { padding-inline-start: 0; } :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { padding-inline-end: 0; } :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) { padding-top: 0.5714286em; padding-inline-end: 0.5714286em; padding-bottom: 0.5714286em; padding-inline-start: 0.5714286em; } :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { padding-inline-start: 0; } :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { padding-inline-end: 0; } :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) { margin-top: 2em; margin-bottom: 2em; } :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { margin-top: 0; } :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { margin-bottom: 0; } } .-mt-2 { margin-top: calc(var(--spacing) * -2); } .mt-3 { margin-top: calc(var(--spacing) * 3); } .mt-12 { margin-top: calc(var(--spacing) * 12); } .mt-14 { margin-top: calc(var(--spacing) * 14); } .mt-24 { margin-top: calc(var(--spacing) * 24); } .mr-auto { margin-right: auto; } .mb-1 { margin-bottom: calc(var(--spacing) * 1); } .mb-1\.5 { margin-bottom: calc(var(--spacing) * 1.5); } .mb-12 { margin-bottom: calc(var(--spacing) * 12); } .mb-14 { margin-bottom: calc(var(--spacing) * 14); } .ml-auto { margin-left: auto; } .block { display: block; } .contents { display: contents; } .flex { display: flex; } .inline { display: inline; } .inline-block { display: inline-block; } .table { display: table; } .h-6 { height: calc(var(--spacing) * 6); } .h-7 { height: calc(var(--spacing) * 7); } .h-24 { height: calc(var(--spacing) * 24); } .h-\[4\.5rem\] { height: 4.5rem; } .h-full { height: 100%; } .min-h-\[calc\(100vh-9rem\)\] { min-height: calc(100vh - 9rem); } .w-6 { width: calc(var(--spacing) * 6); } .w-7 { width: calc(var(--spacing) * 7); } .w-24 { width: calc(var(--spacing) * 24); } .w-\[5rem\] { width: 5rem; } .w-full { width: 100%; } .max-w-\(--w\) { max-width: var(--w); } .flex-shrink { flex-shrink: 1; } .shrink { flex-shrink: 1; } .shrink-0 { flex-shrink: 0; } .border-collapse { border-collapse: collapse; } .-translate-y-\[1px\] { --tw-translate-y: calc(1px * -1); translate: var(--tw-translate-x) var(--tw-translate-y); } .transform { transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y); } .cursor-pointer { cursor: pointer; } .resize { resize: both; } .flex-col { flex-direction: column; } .flex-wrap { flex-wrap: wrap; } .items-center { align-items: center; } .justify-center { justify-content: center; } .justify-end { justify-content: flex-end; } .gap-2 { gap: calc(var(--spacing) * 2); } .gap-2\.5 { gap: calc(var(--spacing) * 2.5); } .space-x-10 { :where(& > :not(:last-child)) { --tw-space-x-reverse: 0; margin-inline-start: calc(calc(var(--spacing) * 10) * var(--tw-space-x-reverse)); margin-inline-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-x-reverse))); } } .truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .overflow-hidden { overflow: hidden; } .rounded-full { border-radius: calc(infinity * 1px); } .rounded-lg { border-radius: var(--radius-lg); } .rounded-xl { border-radius: var(--radius-xl); } .border { border-style: var(--tw-border-style); border-width: 1px; } .border-\[0\.5px\] { border-style: var(--tw-border-style); border-width: 0.5px; } .border-black { border-color: var(--color-black); } .border-black\/10 { border-color: color-mix(in oklab, var(--color-black) 10%, transparent); } .bg-\(--bg\) { background-color: var(--bg); } .bg-black { background-color: var(--color-black); } .bg-black\/5\! { background-color: color-mix(in oklab, var(--color-black) 5%, transparent) !important; } .bg-black\/\[3\%\] { background-color: color-mix(in oklab, var(--color-black) 3%, transparent); } .bg-white { background-color: var(--color-white); } .bg-white\/50 { background-color: color-mix(in oklab, var(--color-white) 50%, transparent); } .p-3 { padding: calc(var(--spacing) * 3); } .px-5 { padding-inline: calc(var(--spacing) * 5); } .px-8 { padding-inline: calc(var(--spacing) * 8); } .py-1 { padding-block: calc(var(--spacing) * 1); } .pt-14 { padding-top: calc(var(--spacing) * 14); } .pb-2 { padding-bottom: calc(var(--spacing) * 2); } .pb-2\.5 { padding-bottom: calc(var(--spacing) * 2.5); } .pb-16 { padding-bottom: calc(var(--spacing) * 16); } .pl-3 { padding-left: calc(var(--spacing) * 3); } .text-center { text-align: center; } .text-2xl { font-size: var(--text-2xl); line-height: var(--tw-leading, var(--text-2xl--line-height)); } .text-9xl { font-size: var(--text-9xl); line-height: var(--tw-leading, var(--text-9xl--line-height)); } .text-lg { font-size: var(--text-lg); line-height: var(--tw-leading, var(--text-lg--line-height)); } .text-xl { font-size: var(--text-xl); line-height: var(--tw-leading, var(--text-xl--line-height)); } .text-xs { font-size: var(--text-xs); line-height: var(--tw-leading, var(--text-xs--line-height)); } .text-\[0px\] { font-size: 0px; } .leading-\[1\.2\]\! { --tw-leading: 1.2 !important; line-height: 1.2 !important; } .leading-\[5rem\] { --tw-leading: 5rem; line-height: 5rem; } .font-medium { --tw-font-weight: var(--font-weight-medium); font-weight: var(--font-weight-medium); } .tracking-wider { --tw-tracking: var(--tracking-wider); letter-spacing: var(--tracking-wider); } .break-words { overflow-wrap: break-word; } .whitespace-nowrap { white-space: nowrap; } .text-black { color: var(--color-black); } .text-orange-500 { color: var(--color-orange-500); } .uppercase { text-transform: uppercase; } .no-underline { text-decoration-line: none; } .underline { text-decoration-line: underline; } .antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .opacity-60 { opacity: 60%; } .outline { outline-style: var(--tw-outline-style); outline-width: 1px; } .filter { filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,); } .transition { transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter; transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); transition-duration: var(--tw-duration, var(--default-transition-duration)); } .duration-200 { --tw-duration: 200ms; transition-duration: 200ms; } .ease-out { --tw-ease: var(--ease-out); transition-timing-function: var(--ease-out); } .prose-neutral { --tw-prose-body: oklch(0.371 0 0); --tw-prose-headings: oklch(0.205 0 0); --tw-prose-lead: oklch(0.439 0 0); --tw-prose-links: oklch(0.205 0 0); --tw-prose-bold: oklch(0.205 0 0); --tw-prose-counters: oklch(0.556 0 0); --tw-prose-bullets: oklch(0.87 0 0); --tw-prose-hr: oklch(0.922 0 0); --tw-prose-quotes: oklch(0.205 0 0); --tw-prose-quote-borders: oklch(0.922 0 0); --tw-prose-captions: oklch(0.556 0 0); --tw-prose-kbd: oklch(0.205 0 0); --tw-prose-kbd-shadows: NaN NaN NaN; --tw-prose-code: oklch(0.205 0 0); --tw-prose-pre-code: oklch(0.922 0 0); --tw-prose-pre-bg: oklch(0.269 0 0); --tw-prose-th-borders: oklch(0.87 0 0); --tw-prose-td-borders: oklch(0.922 0 0); --tw-prose-invert-body: oklch(0.87 0 0); --tw-prose-invert-headings: #fff; --tw-prose-invert-lead: oklch(0.708 0 0); --tw-prose-invert-links: #fff; --tw-prose-invert-bold: #fff; --tw-prose-invert-counters: oklch(0.708 0 0); --tw-prose-invert-bullets: oklch(0.439 0 0); --tw-prose-invert-hr: oklch(0.371 0 0); --tw-prose-invert-quotes: oklch(0.97 0 0); --tw-prose-invert-quote-borders: oklch(0.371 0 0); --tw-prose-invert-captions: oklch(0.708 0 0); --tw-prose-invert-kbd: #fff; --tw-prose-invert-kbd-shadows: 255 255 255; --tw-prose-invert-code: #fff; --tw-prose-invert-pre-code: oklch(0.87 0 0); --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%); --tw-prose-invert-th-borders: oklch(0.439 0 0); --tw-prose-invert-td-borders: oklch(0.371 0 0); } .select-none { -webkit-user-select: none; user-select: none; } .\[-webkit-tap-highlight-color\:transparent\] { -webkit-tap-highlight-color: transparent; } .\[background\:url\(\.\/theme\.png\)_left_center\/_auto_theme\(\'spacing\.6\'\)_no-repeat\] { background: url(./theme.png) left center/ auto 1.5rem no-repeat; } .\[background\:url\(\.\/theme\.svg\)_left_center\/cover_no-repeat\] { background: url(./theme.svg) left center/cover no-repeat; } .\[background\:var\(--url\)_center_center\/cover_no-repeat\] { background: var(--url) center center/cover no-repeat; } .\[transition\:_background-position_0\.4s_steps\(5\)\] { transition: background-position 0.4s steps(5); } .\*\:flex { :is(& > *) { display: flex; } } .\*\:w-1\/2 { :is(& > *) { width: calc(1/2 * 100%); } } .\*\:items-center { :is(& > *) { align-items: center; } } .\*\:p-5 { :is(& > *) { padding: calc(var(--spacing) * 5); } } .\*\:font-medium { :is(& > *) { --tw-font-weight: var(--font-weight-medium); font-weight: var(--font-weight-medium); } } .\*\:no-underline { :is(& > *) { text-decoration-line: none; } } .first-of-type\:mt-0 { &:first-of-type { margin-top: calc(var(--spacing) * 0); } } .last-of-type\:mb-0 { &:last-of-type { margin-bottom: calc(var(--spacing) * 0); } } .hover\:animate-spin { &:hover { @media (hover: hover) { animation: var(--animate-spin); } } } .hover\:bg-black\/\[6\%\] { &:hover { @media (hover: hover) { background-color: color-mix(in oklab, var(--color-black) 6%, transparent); } } } .lg\:static { @media (width >= 64rem) { position: static; } } .lg\:mt-0 { @media (width >= 64rem) { margin-top: calc(var(--spacing) * 0); } } .lg\:ml-12 { @media (width >= 64rem) { margin-left: calc(var(--spacing) * 12); } } .lg\:flex { @media (width >= 64rem) { display: flex; } } .lg\:hidden { @media (width >= 64rem) { display: none; } } .lg\:h-6 { @media (width >= 64rem) { height: calc(var(--spacing) * 6); } } .lg\:h-auto { @media (width >= 64rem) { height: auto; } } .lg\:w-6 { @media (width >= 64rem) { width: calc(var(--spacing) * 6); } } .lg\:flex-row { @media (width >= 64rem) { flex-direction: row; } } .lg\:items-center { @media (width >= 64rem) { align-items: center; } } .lg\:justify-center { @media (width >= 64rem) { justify-content: center; } } .lg\:space-x-10 { @media (width >= 64rem) { :where(& > :not(:last-child)) { --tw-space-x-reverse: 0; margin-inline-start: calc(calc(var(--spacing) * 10) * var(--tw-space-x-reverse)); margin-inline-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-x-reverse))); } } } .lg\:bg-transparent\! { @media (width >= 64rem) { background-color: transparent !important; } } .lg\:pb-0 { @media (width >= 64rem) { padding-bottom: calc(var(--spacing) * 0); } } .lg\:text-base { @media (width >= 64rem) { font-size: var(--text-base); line-height: var(--tw-leading, var(--text-base--line-height)); } } .lg\:font-normal { @media (width >= 64rem) { --tw-font-weight: var(--font-weight-normal); font-weight: var(--font-weight-normal); } } .lg\:transition-none { @media (width >= 64rem) { transition-property: none; } } .ltr\:-mr-8 { &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) { margin-right: calc(var(--spacing) * -8); } } .ltr\:mr-1\.5 { &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) { margin-right: calc(var(--spacing) * 1.5); } } .ltr\:mr-5 { &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) { margin-right: calc(var(--spacing) * 5); } } .ltr\:mr-auto { &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) { margin-right: auto; } } .ltr\:-ml-1 { &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) { margin-left: calc(var(--spacing) * -1); } } .ltr\:ml-1\.5 { &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) { margin-left: calc(var(--spacing) * 1.5); } } .ltr\:ml-4 { &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) { margin-left: calc(var(--spacing) * 4); } } .ltr\:ml-auto { &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) { margin-left: auto; } } .ltr\:pr-3 { &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) { padding-right: calc(var(--spacing) * 3); } } .ltr\:lg\:ml-14 { &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) { @media (width >= 64rem) { margin-left: calc(var(--spacing) * 14); } } } .rtl\:-mr-1 { &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { margin-right: calc(var(--spacing) * -1); } } .rtl\:mr-1\.5 { &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { margin-right: calc(var(--spacing) * 1.5); } } .rtl\:mr-4 { &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { margin-right: calc(var(--spacing) * 4); } } .rtl\:mr-auto { &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { margin-right: auto; } } .rtl\:-ml-8 { &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { margin-left: calc(var(--spacing) * -8); } } .rtl\:ml-1\.5 { &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { margin-left: calc(var(--spacing) * 1.5); } } .rtl\:ml-5 { &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { margin-left: calc(var(--spacing) * 5); } } .rtl\:ml-auto { &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { margin-left: auto; } } .rtl\:space-x-reverse { &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { :where(& > :not(:last-child)) { --tw-space-x-reverse: 1; } } } .rtl\:pl-3 { &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { padding-left: calc(var(--spacing) * 3); } } .rtl\:lg\:mr-14 { &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { @media (width >= 64rem) { margin-right: calc(var(--spacing) * 14); } } } .dark\:bg-black\/80\! { &:where(.dark, .dark *) { background-color: color-mix(in oklab, var(--color-black) 80%, transparent) !important; } } .dark\:bg-white\/90\! { &:where(.dark, .dark *) { background-color: color-mix(in oklab, var(--color-white) 90%, transparent) !important; } } .dark\:bg-white\/\[8\%\] { &:where(.dark, .dark *) { background-color: color-mix(in oklab, var(--color-white) 8%, transparent); } } .dark\:\[background-position\:right\] { &:where(.dark, .dark *) { background-position: right; } } .dark\:text-white { &:where(.dark, .dark *) { color: var(--color-white); } } .dark\:invert { &:where(.dark, .dark *) { --tw-invert: invert(100%); filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,); } } .dark\:prose-invert { &:where(.dark, .dark *) { --tw-prose-body: var(--tw-prose-invert-body); --tw-prose-headings: var(--tw-prose-invert-headings); --tw-prose-lead: var(--tw-prose-invert-lead); --tw-prose-links: var(--tw-prose-invert-links); --tw-prose-bold: var(--tw-prose-invert-bold); --tw-prose-counters: var(--tw-prose-invert-counters); --tw-prose-bullets: var(--tw-prose-invert-bullets); --tw-prose-hr: var(--tw-prose-invert-hr); --tw-prose-quotes: var(--tw-prose-invert-quotes); --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders); --tw-prose-captions: var(--tw-prose-invert-captions); --tw-prose-kbd: var(--tw-prose-invert-kbd); --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows); --tw-prose-code: var(--tw-prose-invert-code); --tw-prose-pre-code: var(--tw-prose-invert-pre-code); --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg); --tw-prose-th-borders: var(--tw-prose-invert-th-borders); --tw-prose-td-borders: var(--tw-prose-invert-td-borders); } } .dark\:hover\:bg-white\/\[12\%\] { &:where(.dark, .dark *) { &:hover { @media (hover: hover) { background-color: color-mix(in oklab, var(--color-white) 12%, transparent); } } } } .\[\&_svg\]\:m-auto { & svg { margin: auto; } } .\[\&_svg\]\:block { & svg { display: block; } } .\[\&\>\*\:hover\]\:bg-black\/\[2\%\] { &>*:hover { background-color: color-mix(in oklab, var(--color-black) 2%, transparent); } } .dark\:\[\&\>\*\:hover\]\:bg-white\/\[3\%\] { &:where(.dark, .dark *) { &>*:hover { background-color: color-mix(in oklab, var(--color-white) 3%, transparent); } } } }body{&:where(.dark,.dark *) { &::before { content:var(--tw-content); position:fixed; } } &:where(.dark,.dark *) { &::before { content:var(--tw-content); inset:calc(var(--spacing) * 0); } } &:where(.dark,.dark *) { &::before { content:var(--tw-content); z-index:-1; } } &:where(.dark,.dark *) { &::before { content:var(--tw-content); background-color:color-mix(in oklab,var(--color-black) 85%,transparent); } }}h1,h2,h3{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}pre{direction:ltr}article{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height));--tw-leading:1.8;line-height:1.8;color:var(--color-black);&:where(.dark,.dark *) { color:var(--color-white); } code { display:inline-block; font-size:var(--text-sm)!important; line-height:var(--tw-leading,var(--text-sm--line-height))!important; --tw-leading:calc(var(--spacing) * 6)!important; line-height:calc(var(--spacing) * 6)!important; } .highlight { margin-block:calc(var(--spacing) * 8); pre { margin-block:calc(var(--spacing) * 0); } > div { border-radius:var(--radius-md); background-color:var(--tw-prose-pre-bg); table { margin-block:calc(var(--spacing) * 0); table-layout:fixed; tr { display:flex; td { padding:calc(var(--spacing) * 0); pre { background-color:transparent!important; } } &:first-of-type pre { padding-right:4px; code span { margin-right:calc(var(--spacing) * 0)!important; display:block; min-width:18px; padding:calc(var(--spacing) * 0)!important; text-align:right; color:color-mix(in oklab,var(--color-white) 40%,transparent); } } &:last-of-type { overflow:auto; } } } } }}.btn{border-radius:var(--radius-xl);background-color:var(--color-black);padding-inline:calc(var(--spacing) * 5);padding-block:calc(var(--spacing) * 3);font-size:.95em;color:var(--color-white);text-decoration-line:none;--tw-duration:100ms;transition-duration:100ms;&:active { --tw-scale-x:95%; --tw-scale-y:95%; --tw-scale-z:95%; scale:var(--tw-scale-x) var(--tw-scale-y); } &:where(.dark,.dark *) { background-color:var(--color-white); } &:where(.dark,.dark *) { color:var(--color-black); }}.link{--tw-duration:200ms;transition-duration:200ms;&:hover { @media (hover:hover) { color:var(--color-black); } } &:where(.dark,.dark *) { &:hover { @media (hover:hover) { color:var(--color-white); } } }}.not-ready *{transition-property:none!important}.prose{overflow-wrap:break-word;kbd:has(kbd) { --tw-shadow:0 0 #0000; box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow); }}.btn-menu{&::before,&::after { display:block; height:2px; width:calc(var(--spacing) * 5); background-color:var(--color-black); --tw-duration:200ms; transition-duration:200ms; --tw-content:''; content:var(--tw-content); } &:where(.dark,.dark *) { &::before { content:var(--tw-content); --tw-invert:invert(100%); filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,); } } &:where(.dark,.dark *) { &::after { content:var(--tw-content); --tw-invert:invert(100%); filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,); } } &:where(.open *) { &::before { width:calc(var(--spacing) * 6); --tw-translate-y:6px; translate:var(--tw-translate-x) var(--tw-translate-y); rotate:45deg; } &::after { width:calc(var(--spacing) * 6); --tw-translate-y:calc(6px * -1); translate:var(--tw-translate-x) var(--tw-translate-y); rotate:calc(45deg * -1); } }}.nav-wrapper{&:where(.dark,.dark *) { &::before { content:var(--tw-content); position:fixed; } } &:where(.dark,.dark *) { &::before { content:var(--tw-content); inset:calc(var(--spacing) * 0); } } &:where(.dark,.dark *) { &::before { content:var(--tw-content); z-index:-1; } } &:where(.dark,.dark *) { &::before { content:var(--tw-content); background-color:color-mix(in oklab,var(--color-black) 85%,transparent); } } @media (width >=64rem) { &::before { content:var(--tw-content); display:none; } } &:where(.dark,.dark *) { &::before { content:var(--tw-content); position:absolute; } } &:where(.open *) { top:calc(var(--spacing) * 0); }}.open{overflow:hidden}@property --tw-translate-x{syntax: "*"; inherits: false; initial-value: 0; }@property --tw-translate-y{syntax: "*"; inherits: false; initial-value: 0; }@property --tw-translate-z{syntax: "*"; inherits: false; initial-value: 0; }@property --tw-rotate-x{syntax: "*"; inherits: false; initial-value: rotateX(0); }@property --tw-rotate-y{syntax: "*"; inherits: false; initial-value: rotateY(0); }@property --tw-rotate-z{syntax: "*"; inherits: false; initial-value: rotateZ(0); }@property --tw-skew-x{syntax: "*"; inherits: false; initial-value: skewX(0); }@property --tw-skew-y{syntax: "*"; inherits: false; initial-value: skewY(0); }@property --tw-space-x-reverse{syntax: "*"; inherits: false; initial-value: 0; }@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid; }@property --tw-leading{syntax: "*"; inherits: false; }@property --tw-font-weight{syntax: "*"; inherits: false; }@property --tw-tracking{syntax: "*"; inherits: false; }@property --tw-outline-style{syntax: "*"; inherits: false; initial-value: solid; }@property --tw-blur{syntax: "*"; inherits: false; }@property --tw-brightness{syntax: "*"; inherits: false; }@property --tw-contrast{syntax: "*"; inherits: false; }@property --tw-grayscale{syntax: "*"; inherits: false; }@property --tw-hue-rotate{syntax: "*"; inherits: false; }@property --tw-invert{syntax: "*"; inherits: false; }@property --tw-opacity{syntax: "*"; inherits: false; }@property --tw-saturate{syntax: "*"; inherits: false; }@property --tw-sepia{syntax: "*"; inherits: false; }@property --tw-drop-shadow{syntax: "*"; inherits: false; }@property --tw-duration{syntax: "*"; inherits: false; }@property --tw-ease{syntax: "*"; inherits: false; }@property --tw-content{syntax: "*"; initial-value: ""; inherits: false; }@property --tw-scale-x{syntax: "*"; inherits: false; initial-value: 1; }@property --tw-scale-y{syntax: "*"; inherits: false; initial-value: 1; }@property --tw-scale-z{syntax: "*"; inherits: false; initial-value: 1; }@property --tw-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000; }@property --tw-shadow-color{syntax: "*"; inherits: false; }@property --tw-inset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000; }@property --tw-inset-shadow-color{syntax: "*"; inherits: false; }@property --tw-ring-color{syntax: "*"; inherits: false; }@property --tw-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000; }@property --tw-inset-ring-color{syntax: "*"; inherits: false; }@property --tw-inset-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000; }@property --tw-ring-inset{syntax: "*"; inherits: false; }@property --tw-ring-offset-width{syntax: ""; inherits: false; initial-value: 0px; }@property --tw-ring-offset-color{syntax: "*"; inherits: false; initial-value: #fff; }@property --tw-ring-offset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000; }@keyframes spin{to{transform:rotate(360deg)}}@reference './app.css'