/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
@layer properties;
@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-300: oklch(83.7% 0.128 66.29);
    --color-green-300: oklch(87.1% 0.15 154.449);
    --color-blue-300: oklch(80.9% 0.105 251.813);
    --color-purple-300: oklch(82.7% 0.119 306.383);
    --color-purple-400: oklch(71.4% 0.203 305.504);
    --color-neutral-100: oklch(97% 0 0);
    --color-neutral-200: oklch(92.2% 0 0);
    --color-neutral-400: oklch(70.8% 0 0);
    --color-neutral-500: oklch(55.6% 0 0);
    --color-neutral-700: oklch(37.1% 0 0);
    --color-neutral-800: oklch(26.9% 0 0);
    --spacing: 0.25rem;
    --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-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@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;
  }
  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;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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 {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-20 {
    top: calc(var(--spacing) * 20);
  }
  .top-36 {
    top: calc(var(--spacing) * 36);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[24px\] {
    right: 24px;
  }
  .z-50 {
    z-index: 50;
  }
  .z-100 {
    z-index: 100;
  }
  .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;
    }
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-auto {
    margin-block: auto;
  }
  .mt-0\! {
    margin-top: calc(var(--spacing) * 0) !important;
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[20vh\]\! {
    margin-top: 20vh !important;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-6 {
    margin-right: calc(var(--spacing) * 6);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .table-cell {
    display: table-cell;
  }
  .size-1 {
    width: calc(var(--spacing) * 1);
    height: calc(var(--spacing) * 1);
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-84 {
    height: calc(var(--spacing) * 84);
  }
  .h-dvh {
    height: 100dvh;
  }
  .max-h-\[80vh\] {
    max-height: 80vh;
  }
  .min-h-\[50vh\] {
    min-height: 50vh;
  }
  .min-h-dvh {
    min-height: 100dvh;
  }
  .w-3\/5 {
    width: calc(3/5 * 100%);
  }
  .w-8\/10 {
    width: calc(8/10 * 100%);
  }
  .w-auto {
    width: auto;
  }
  .w-dvw {
    width: 100dvw;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[960px\] {
    max-width: 960px;
  }
  .min-w-\[280px\] {
    min-width: 280px;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform\! {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,) !important;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-stretch {
    justify-content: stretch;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .self-end {
    align-self: flex-end;
  }
  .overflow-y-scroll {
    overflow-y: scroll;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-b-1 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\(--lu-color-gray-500\) {
    border-color: var(--lu-color-gray-500);
  }
  .border-neutral-700 {
    border-color: var(--color-neutral-700);
  }
  .bg-\(--lu-color-black\) {
    background-color: var(--lu-color-black);
  }
  .bg-\(--lu-color-gray-900\) {
    background-color: var(--lu-color-gray-900);
  }
  .bg-neutral-500 {
    background-color: var(--color-neutral-500);
  }
  .bg-neutral-800 {
    background-color: var(--color-neutral-800);
  }
  .bg-neutral-800\/70 {
    background-color: color-mix(in srgb, oklch(26.9% 0 0) 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-neutral-800) 70%, transparent);
    }
  }
  .fill-\(--color-foreground\) {
    fill: var(--color-foreground);
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-2xl\! {
    font-size: var(--text-2xl) !important;
    line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
  }
  .text-7xl\! {
    font-size: var(--text-7xl) !important;
    line-height: var(--tw-leading, var(--text-7xl--line-height)) !important;
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .text-\(--lu-color-white\) {
    color: var(--lu-color-white);
  }
  .text-neutral-100 {
    color: var(--color-neutral-100);
  }
  .text-neutral-400 {
    color: var(--color-neutral-400);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .not-italic {
    font-style: normal;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .\!no-underline {
    text-decoration-line: none !important;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .overline {
    text-decoration-line: overline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .blur\! {
    --tw-blur: blur(8px) !important;
    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,) !important;
  }
  .invert {
    --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,);
  }
  .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, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .peer-has-not-checked\:hidden {
    &:is(:where(.peer):has(*:not(*:checked)) ~ *) {
      display: none;
    }
  }
  .peer-has-checked\:block {
    &:is(:where(.peer):has(*:checked) ~ *) {
      display: block;
    }
  }
  .backdrop\:bg-\(--lu-color-gray-900\) {
    &::backdrop {
      background-color: var(--lu-color-gray-900);
    }
  }
  .backdrop\:opacity-50 {
    &::backdrop {
      opacity: 50%;
    }
  }
  .last-of-type\:mb-0 {
    &:last-of-type {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .only-of-type\:mb-0 {
    &:only-of-type {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .hover\:cursor-pointer {
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
  }
  .hover\:text-neutral-200 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-neutral-200);
      }
    }
  }
  .md\:h-\[calc\(100vh-85px\)\] {
    @media (width >= 48rem) {
      height: calc(100vh - 85px);
    }
  }
  .\[\&_li\]\:pl-4 {
    & li {
      padding-left: calc(var(--spacing) * 4);
    }
  }
  .\[\&_svg\]\:w-7 {
    & svg {
      width: calc(var(--spacing) * 7);
    }
  }
  .\[\&_svg\]\:fill-neutral-500 {
    & svg {
      fill: var(--color-neutral-500);
    }
  }
  .hover\:\[\&_svg\]\:fill-neutral-100 {
    &:hover {
      @media (hover: hover) {
        & svg {
          fill: var(--color-neutral-100);
        }
      }
    }
  }
}
html {
  color-scheme: dark !important;
  scrollbar-color: rgba(255, 255, 255, 0.25) transparent;
  scrollbar-width: thin;
}
:root {
  color-scheme: dark !important;
  --lu-font: "Atkinson Hyperlegible Next", sans-serif;
  --lu-font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --lu-gray-hue: 0deg;
  --lu-gray-sat: 0%;
  --lu-gray-lum-start: 98%;
  --lu-gray-lum-end: 5%;
  --lu-color-white: hsl(var(--lu-gray-hue) var(--lu-gray-sat) 100%);
  --lu-color-gray-100: hsl(var(--lu-gray-hue) var(--lu-gray-sat) var(--lu-gray-lum-start));
  --lu-color-gray-200: hsl(var(--lu-gray-hue) var(--lu-gray-sat) calc(var(--lu-gray-lum-start) - (var(--lu-gray-lum-start) - var(--lu-gray-lum-end)) * 1 / 8));
  --lu-color-gray-300: hsl(var(--lu-gray-hue) var(--lu-gray-sat) calc(var(--lu-gray-lum-start) - (var(--lu-gray-lum-start) - var(--lu-gray-lum-end)) * 2 / 8));
  --lu-color-gray-400: hsl(var(--lu-gray-hue) var(--lu-gray-sat) calc(var(--lu-gray-lum-start) - (var(--lu-gray-lum-start) - var(--lu-gray-lum-end)) * 3 / 8));
  --lu-color-gray-500: hsl(var(--lu-gray-hue) var(--lu-gray-sat) calc(var(--lu-gray-lum-start) - (var(--lu-gray-lum-start) - var(--lu-gray-lum-end)) * 4 / 8));
  --lu-color-gray-600: hsl(var(--lu-gray-hue) var(--lu-gray-sat) calc(var(--lu-gray-lum-start) - (var(--lu-gray-lum-start) - var(--lu-gray-lum-end)) * 5 / 8));
  --lu-color-gray-700: hsl(var(--lu-gray-hue) var(--lu-gray-sat) calc(var(--lu-gray-lum-start) - (var(--lu-gray-lum-start) - var(--lu-gray-lum-end)) * 6 / 8));
  --lu-color-gray-800: hsl(var(--lu-gray-hue) var(--lu-gray-sat) calc(var(--lu-gray-lum-start) - (var(--lu-gray-lum-start) - var(--lu-gray-lum-end)) * 7 / 8));
  --lu-color-gray-900: hsl(var(--lu-gray-hue) var(--lu-gray-sat) var(--lu-gray-lum-end));
  --lu-color-black: hsl(var(--lu-gray-hue) var(--lu-gray-sat) 1%);
  --lu-base-hue: 130deg;
  --lu-base-sat: 40%;
  --lu-base-lum-start: 98%;
  --lu-base-lum-end: 20%;
  --lu-color-base-50: hsl(var(--lu-base-hue) var(--lu-base-sat) var(--lu-base-lum-start));
  --lu-color-base-100: hsl(var(--lu-base-hue) var(--lu-base-sat) calc(var(--lu-base-lum-start) - (var(--lu-base-lum-start) - var(--lu-base-lum-end)) * 1 / 9));
  --lu-color-base-200: hsl(var(--lu-base-hue) var(--lu-base-sat) calc(var(--lu-base-lum-start) - (var(--lu-base-lum-start) - var(--lu-base-lum-end)) * 2 / 9));
  --lu-color-base-300: hsl(var(--lu-base-hue) var(--lu-base-sat) calc(var(--lu-base-lum-start) - (var(--lu-base-lum-start) - var(--lu-base-lum-end)) * 3 / 9));
  --lu-color-base-400: hsl(var(--lu-base-hue) var(--lu-base-sat) calc(var(--lu-base-lum-start) - (var(--lu-base-lum-start) - var(--lu-base-lum-end)) * 4 / 9));
  --lu-color-base-500: hsl(var(--lu-base-hue) var(--lu-base-sat) calc(var(--lu-base-lum-start) - (var(--lu-base-lum-start) - var(--lu-base-lum-end)) * 5 / 9));
  --lu-color-base-600: hsl(var(--lu-base-hue) var(--lu-base-sat) calc(var(--lu-base-lum-start) - (var(--lu-base-lum-start) - var(--lu-base-lum-end)) * 6 / 9));
  --lu-color-base-700: hsl(var(--lu-base-hue) var(--lu-base-sat) calc(var(--lu-base-lum-start) - (var(--lu-base-lum-start) - var(--lu-base-lum-end)) * 7 / 9));
  --lu-color-base-800: hsl(var(--lu-base-hue) var(--lu-base-sat) calc(var(--lu-base-lum-start) - (var(--lu-base-lum-start) - var(--lu-base-lum-end)) * 8 / 9));
  --lu-color-base-900: hsl(var(--lu-base-hue) var(--lu-base-sat) var(--lu-base-lum-end));
  --lu-destructive-hue: 0deg;
  --lu-destructive-sat: 84%;
  --lu-destructive-lum-start: 95%;
  --lu-destructive-lum-end: 20%;
  --lu-color-destructive-100: hsl(var(--lu-destructive-hue) var(--lu-destructive-sat) var(--lu-destructive-lum-start));
  --lu-color-destructive-200: hsl(var(--lu-destructive-hue) var(--lu-destructive-sat) calc(var(--lu-destructive-lum-start) - (var(--lu-destructive-lum-start) - var(--lu-destructive-lum-end)) * 1 / 8));
  --lu-color-destructive-300: hsl(var(--lu-destructive-hue) var(--lu-destructive-sat) calc(var(--lu-destructive-lum-start) - (var(--lu-destructive-lum-start) - var(--lu-destructive-lum-end)) * 2 / 8));
  --lu-color-destructive-400: hsl(var(--lu-destructive-hue) var(--lu-destructive-sat) calc(var(--lu-destructive-lum-start) - (var(--lu-destructive-lum-start) - var(--lu-destructive-lum-end)) * 3 / 8));
  --lu-color-destructive-500: hsl(var(--lu-destructive-hue) var(--lu-destructive-sat) calc(var(--lu-destructive-lum-start) - (var(--lu-destructive-lum-start) - var(--lu-destructive-lum-end)) * 4 / 8));
  --lu-color-destructive-600: hsl(var(--lu-destructive-hue) var(--lu-destructive-sat) calc(var(--lu-destructive-lum-start) - (var(--lu-destructive-lum-start) - var(--lu-destructive-lum-end)) * 5 / 8));
  --lu-color-destructive-700: hsl(var(--lu-destructive-hue) var(--lu-destructive-sat) calc(var(--lu-destructive-lum-start) - (var(--lu-destructive-lum-start) - var(--lu-destructive-lum-end)) * 6 / 8));
  --lu-color-destructive-800: hsl(var(--lu-destructive-hue) var(--lu-destructive-sat) calc(var(--lu-destructive-lum-start) - (var(--lu-destructive-lum-start) - var(--lu-destructive-lum-end)) * 7 / 8));
  --lu-color-destructive-900: hsl(var(--lu-destructive-hue) var(--lu-destructive-lum-start) var(--lu-destructive-lum-end));
  --lu-color-destructive-foreground: hsl(var(--lu-gray-hue) var(--lu-gray-sat) 98%);
  --pagefind-ui-scale: 1;
  --pagefind-ui-primary: var(--lu-color-base-500);
  --pagefind-ui-text: var(--lu-color-gray-100);
  --pagefind-ui-background: var(--lu-color-gray-900);
  --pagefind-ui-border: var(--lu-color-gray-700);
  --pagefind-ui-tag: var(--lu-color-gray-800);
  --pagefind-ui-border-radius: var(--radius-xl);
  --pagefind-ui-image-border-radius: var(--radius-xl);
}
body {
  font-family: var(--lu-font);
  code {
    font-family: var(--lu-font-mono);
  }
}
lume-bar {
  display: none;
}
#markdown {
  color: var(--lu-color-gray-100);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: calc(var(--spacing) * 7);
  line-height: calc(var(--spacing) * 7);
  font-family: var(--lu-font);
  padding: calc(var(--spacing) * 12);
  > *:first-child {
    margin-top: calc(var(--spacing) * 0);
  }
  h1, h2, h3, h4, h5, h6 {
    --tw-leading: calc(var(--spacing) * 12);
    line-height: calc(var(--spacing) * 12);
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
    margin-top: calc(var(--spacing) * 10);
    margin-bottom: calc(var(--spacing) * 4);
    color: var(--lu-color-gray-200);
    display: flex;
    & > a {
      font-style: normal;
      color: var(--lu-color-gray-200);
      position: relative;
      text-decoration-line: none;
      &::before {
        position: absolute;
        margin-left: calc(0.75em * -1);
        width: 100%;
        opacity: 0%;
        --tw-content: "§";
        content: var(--tw-content);
      }
      &:hover {
        &::before {
          opacity: 50%;
        }
      }
    }
  }
  h1 {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
    & * {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
    margin-bottom: calc(var(--spacing) * 8);
  }
  h2 {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
    & * {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
    margin-bottom: calc(var(--spacing) * 6);
  }
  h3 {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
    & * {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
    margin-bottom: calc(var(--spacing) * 6);
  }
  h4 {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    & * {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    margin-bottom: calc(var(--spacing) * 6);
  }
  h5 {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    & * {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    margin-bottom: calc(var(--spacing) * 4);
  }
  h6 {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    & * {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    margin-bottom: calc(var(--spacing) * 4);
  }
  p {
    margin-bottom: calc(var(--spacing) * 4);
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  a {
    color: var(--lu-color-base-400);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    font-style: italic;
    text-decoration-line: underline;
    code {
      text-decoration-line: underline;
    }
  }
  img {
    width: calc(1/2 * 100%);
    margin-bottom: calc(var(--spacing) * 12);
  }
  strong {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
    color: var(--lu-color-white);
  }
  em {
    color: var(--lu-color-gray-200);
    font-style: italic;
  }
  blockquote {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
    border-color: var(--lu-color-gray-300);
    padding: calc(var(--spacing) * 4);
    margin-block: calc(var(--spacing) * 4);
    font-style: italic;
    p {
      --tw-leading: calc(var(--spacing) * 8);
      line-height: calc(var(--spacing) * 8);
    }
  }
  hr {
    margin-block: calc(var(--spacing) * 8);
    border-color: var(--lu-color-gray-700);
  }
  :not(pre) > code {
    background-color: var(--lu-color-gray-800);
    color: var(--lu-color-base-300);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 1);
    border-radius: var(--radius-md);
  }
  div:not(.expressive-code) {
    figure {
      pre {
        margin-block: calc(var(--spacing) * 4);
        code {
          border-radius: var(--radius-lg);
        }
      }
    }
  }
  pre.mermaid {
    margin-bottom: calc(var(--spacing) * 12);
    background-color: var(--lu-color-gray-800);
    padding: calc(var(--spacing) * 8);
    overflow: hidden;
    svg {
      margin: auto;
    }
  }
  div.expressive-code {
    margin-bottom: calc(var(--spacing) * 8);
    figure.frame.is-terminal {
      pre[data-language="ansi"] {
        code div {
          --tw-leading: 1;
          line-height: 1;
        }
      }
    }
    figure:not(.is-terminal) {
      figcaption {
        background: rgba(0, 0, 0, 0);
      }
    }
    figure {
      pre {
        margin-top: calc(var(--spacing) * 0);
        > code {
          margin-top: calc(var(--spacing) * 0);
          --tw-leading: calc(var(--spacing) * 5);
          line-height: calc(var(--spacing) * 5);
          min-height: 48px;
        }
      }
    }
    div.copy {
      margin-top: calc(var(--spacing) * 4);
    }
    .mermaid-diagram {
      border-style: var(--tw-border-style);
      border-width: 2px;
      border-color: var(--lu-color-gray-700);
      padding: calc(var(--spacing) * 12);
      text-align: center;
    }
    .mermaid-diagram svg {
      margin-inline: auto;
      margin-block: calc(var(--spacing) * 2);
      max-width: calc(var(--spacing) * 100);
      height: auto;
      width: auto;
    }
  }
  ul, ol {
    margin-bottom: calc(var(--spacing) * 8);
    padding-left: 1em;
    li {
      margin-bottom: calc(var(--spacing) * 2);
      ul, ol {
        margin-top: calc(var(--spacing) * 2);
        margin-bottom: calc(var(--spacing) * 0);
        margin-left: calc(var(--spacing) * 4);
      }
    }
  }
  ul:has(> li), ol:has(> li) {
    p {
      display: inline;
    }
    div.expressive-code {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  ul:not(.contains-task-list) > li {
    list-style-type: disc;
  }
  ul.contains-task-list > li {
    list-style-type: none;
  }
  ol > li {
    list-style-type: decimal;
  }
  #footnote-label.sr-only {
    position: relative;
    height: calc(var(--spacing) * 0);
    width: calc(var(--spacing) * 0);
    opacity: 0%;
  }
  p mark {
    color: var(--lu-color-gray-200) !important;
    background: oklch(from var(--lu-color-base-200) l c h / 30%);
    border: thin solid oklch(from var(--lu-color-base-400) l c h / 70%);
    padding: 1px 3px;
  }
  p del {
    opacity: 70%;
  }
  table {
    margin-block: calc(var(--spacing) * 12);
    text-indent: calc(var(--spacing) * 0);
    border-collapse: collapse;
    border-color: transparent;
    caption-side: bottom;
    width: 100%;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    thead tr {
      background-color: var(--lu-color-gray-900);
      th {
        --tw-font-weight: var(--font-weight-black);
        font-weight: var(--font-weight-black);
      }
    }
    th {
      vertical-align: middle;
      padding-block: calc(var(--spacing) * 2);
    }
    td {
      padding: calc(var(--spacing) * 2);
    }
    tbody {
      tr {
        background-color: var(--lu-color-gray-900);
        &:hover {
          @media (hover: hover) {
            background-color: var(--lu-color-gray-800);
          }
        }
      }
      tr:last-child {
        td {
          padding-bottom: calc(var(--spacing) * 6);
        }
      }
    }
  }
  dl {
    margin-bottom: calc(var(--spacing) * 8);
    dt {
      margin-bottom: calc(var(--spacing) * 2);
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
      &::after {
        content: var(--tw-content);
        opacity: 50%;
      }
      &::after {
        --tw-content: ":";
        content: var(--tw-content);
      }
    }
    dd {
      margin-bottom: calc(var(--spacing) * 2);
      margin-left: calc(var(--spacing) * 4);
      --tw-font-weight: var(--font-weight-light);
      font-weight: var(--font-weight-light);
    }
    dd + dt {
      margin-top: calc(var(--spacing) * 2);
    }
  }
  [data-callout="note"] {
    --rc-color-dark: var(--color-blue-300);
    background: oklch(from var(--color-blue-300) calc(l - 0.6) calc(c - 0.06) h);
    & > .callout-title {
      color: oklch(from var(--color-blue-300) calc(l + 0.1) calc(c - 0.06) h);
    }
  }
  [data-callout="tip"] {
    --rc-color-dark: var(--color-green-300);
    background: oklch(from var(--color-green-300) calc(l - 0.6) calc(c - 0.06) h);
    & > .callout-title {
      color: oklch(from var(--color-green-300) calc(l + 0.1) calc(c - 0.06) h);
    }
  }
  [data-callout="important"] {
    --rc-color-dark: var(--color-purple-400);
    background: oklch(from var(--color-purple-300) calc(l - 0.6) calc(c - 0.06) h);
    & > .callout-title {
      color: oklch(from var(--color-purple-300) calc(l + 0.1) calc(c - 0.06) h);
    }
  }
  [data-callout="warning"] {
    --rc-color-dark: var(--color-orange-300);
    background: oklch(from var(--color-orange-300) calc(l - 0.6) calc(c - 0.06) h);
    & > .callout-title {
      color: oklch(from var(--color-orange-300) calc(l + 0.2) calc(c - 0.06) h);
    }
  }
  [data-callout="caution"] {
    --rc-color-dark: var(--lu-color-destructive-400);
    background: oklch(from var(--lu-color-destructive-400) calc(l - 0.6) calc(c - 0.06) h);
    & > .callout-title {
      color: oklch(from var(--lu-color-destructive-400) calc(l + 0.2) calc(c - 0.06) h);
    }
  }
  .callout {
    --rc-color-default: var(--lu-color-gray-200);
    border-left: var(--rc-color-dark);
    margin-bottom: calc(var(--spacing) * 11);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    width: 100%;
    border-left-style: var(--tw-border-style);
    border-left-width: 8px;
  }
  .callout-title {
    display: flex;
    align-items: flex-end;
    gap: calc(var(--spacing) * 2);
    color: var(--rc-color-dark);
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    strong, em {
      color: var(--rc-color-dark);
    }
    em {
      font-style: italic;
    }
    strong {
      --tw-font-weight: var(--font-weight-black);
      font-weight: var(--font-weight-black);
    }
  }
  .callout-title::-webkit-details-marker {
    display: none;
  }
  .callout-title-icon svg {
    display: inline-block;
    overflow: visible;
    vertical-align: text-bottom;
    fill: currentcolor;
  }
  .callout-content {
    &:first-child {
      margin-top: calc(var(--spacing) * 4);
    }
    &:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .callout-content > :first-child {
    margin-top: calc(var(--spacing) * 4);
  }
  .callout-content > :last-child {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .callout[data-collapsible="true"] .callout-title {
    cursor: pointer;
  }
  .callout[data-collapsible="true"] .callout-fold-icon {
    display: flex;
    align-items: center;
    padding-inline-end: calc(var(--spacing) * 4);
  }
  .callout[data-collapsible="true"] > .callout-title .callout-fold-icon svg {
    transform: rotate(-90deg);
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    transition-delay: 100ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .callout[data-collapsible="true"][open] > .callout-title .callout-fold-icon svg {
    transform: none;
  }
  .callout-fold-icon {
    margin-left: calc(var(--spacing) * -2);
  }
}
button[class*="btn"] {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@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: "<length>";
  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;
}
@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-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
      --tw-leading: initial;
      --tw-content: "";
    }
  }
}
