/* [project]/frontend/node_modules/.pnpm/fumadocs-ui@16.9.1_@emotion+is-prop-valid@1.4.0_@tailwindcss+oxide@4.2.1_@types+mdx@2.0_42e1017783c1594751611b37ceef054f/node_modules/fumadocs-ui/dist/style.css [app-client] (css) */
@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-border-style: solid;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-divide-x-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-leading: initial;
      --tw-font-weight: 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-outline-style: solid;
      --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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-content: "";
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --radix-collapsible-content-height: 0px;
    }
  }
}

@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-black: #000;
    --spacing: .25rem;
    --breakpoint-sm: 40rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .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-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-sm: .25rem;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --radius-2xl: 1rem;
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --blur-xs: 4px;
    --blur-sm: 8px;
    --blur-md: 12px;
    --blur-lg: 16px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-fd-background: #f5f5f5;
    --color-fd-foreground: #0a0a0a;
    --color-fd-muted: #f5f5f5;
    --color-fd-muted-foreground: #737373;
    --color-fd-popover: #fafafa;
    --color-fd-popover-foreground: #272727;
    --color-fd-card: #f1f1f1;
    --color-fd-card-foreground: #0a0a0a;
    --color-fd-border: #cccccc80;
    --color-fd-primary: #171717;
    --color-fd-primary-foreground: #fafafa;
    --color-fd-secondary: #ededed;
    --color-fd-secondary-foreground: #171717;
    --color-fd-accent: #d1d1d180;
    --color-fd-accent-foreground: #171717;
    --color-fd-ring: #a3a3a3;
    --color-fd-overlay: #0003;
    --color-fd-info: #3080ff;
    --color-fd-warning: #f99c00;
    --color-fd-error: #fb2c36;
    --color-fd-success: #00c758;
    --color-fd-idea: #ee7e00;
    --color-fd-diff-remove: #c80a641f;
    --color-fd-diff-remove-symbol: #e60a64;
    --color-fd-diff-add: #0eb4641a;
    --color-fd-diff-add-symbol: #0ac864;
    --animate-fd-fade-in: fd-fade-in .3s ease;
    --animate-fd-fade-out: fd-fade-out .3s ease;
    --animate-fd-dialog-in: fd-dialog-in .3s cubic-bezier(.16, 1, .3, 1);
    --animate-fd-dialog-out: fd-dialog-out .3s cubic-bezier(.16, 1, .3, 1);
    --animate-fd-popover-in: fd-popover-in .1s ease;
    --animate-fd-popover-out: fd-popover-out .1s ease;
    --animate-fd-enterFromLeft: fd-enterFromLeft .25s ease;
    --animate-fd-enterFromRight: fd-enterFromRight .25s ease;
    --animate-fd-sidebar-in: fd-sidebar-in .25s ease;
    --animate-fd-sidebar-out: fd-sidebar-out .25s ease;
    --animate-fd-exitToLeft: fd-exitToLeft .25s ease;
    --animate-fd-exitToRight: fd-exitToRight .25s ease;
    --animate-fd-collapsible-down: fd-collapsible-down .15s cubic-bezier(.45, 0, .55, 1);
    --animate-fd-collapsible-up: fd-collapsible-up .15s cubic-bezier(.45, 0, .55, 1);
    --animate-fd-accordion-down: fd-accordion-down .2s ease-out;
    --animate-fd-accordion-up: fd-accordion-up .2s ease-out;
    --animate-fd-nav-menu-in: fd-nav-menu-in .2s ease;
    --animate-fd-nav-menu-out: fd-nav-menu-out .2s ease;
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-fd-info: lab(54.1736% 13.3369 -74.6839);
      --color-fd-warning: lab(72.7183% 31.8672 97.9407);
      --color-fd-error: lab(55.4814% 75.0732 48.8528);
      --color-fd-success: lab(70.5521% -66.5147 45.8073);
      --color-fd-idea: lab(64.7587% 46.0756 133.272);
    }
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  *, :after, :before, ::backdrop {
    border-color: var(--color-fd-border, currentColor);
  }

  ::file-selector-button {
    border-color: var(--color-fd-border, currentColor);
  }

  body {
    background-color: var(--color-fd-background);
    color: var(--color-fd-foreground);
    flex-direction: column;
    min-height: 100vh;
    display: flex;
  }
}

@layer components;

@layer utilities {
  .\@container {
    container-type: inline-size;
  }

  .pointer-events-none {
    pointer-events: none;
  }

  .collapse {
    visibility: collapse;
  }

  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .fd-step:before {
    background-color: var(--color-fd-secondary);
    color: var(--color-fd-secondary-foreground);
    content: counter(step);
    counter-increment: step;
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
    border-radius: 3.40282e38px;
    justify-content: center;
    align-items: center;
    font-size: .875rem;
    line-height: 1.25rem;
    display: flex;
    position: absolute;
    inset-inline-start: calc(var(--spacing) * -4);
  }

  .fd-steps {
    counter-reset: step;
    border-inline-start-style: var(--tw-border-style);
    border-inline-start-width: 1px;
    margin-inline-start: calc(var(--spacing) * 2);
    padding-inline-start: calc(var(--spacing) * 6);
    position: relative;
  }

  @media (min-width: 40rem) {
    .fd-steps {
      margin-inline-start: calc(var(--spacing) * 4);
    }

    .fd-steps {
      padding-inline-start: calc(var(--spacing) * 7);
    }
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }

  .inset-x-2 {
    inset-inline: calc(var(--spacing) * 2);
  }

  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }

  .inset-y-2 {
    inset-block: calc(var(--spacing) * 2);
  }

  .inset-s-0 {
    inset-inline-start: calc(var(--spacing) * 0);
  }

  .inset-s-3 {
    inset-inline-start: calc(var(--spacing) * 3);
  }

  .inset-s-4 {
    inset-inline-start: calc(var(--spacing) * 4);
  }

  .inset-s-6 {
    inset-inline-start: calc(var(--spacing) * 6);
  }

  .end-2 {
    inset-inline-end: calc(var(--spacing) * 2);
  }

  .inset-e-0 {
    inset-inline-end: calc(var(--spacing) * 0);
  }

  .inset-e-2 {
    inset-inline-end: calc(var(--spacing) * 2);
  }

  .-top-1\.5 {
    top: calc(var(--spacing) * -1.5);
  }

  .top-\(--fd-docs-row-1\) {
    top: var(--fd-docs-row-1);
  }

  .top-\(--fd-docs-row-2\) {
    top: var(--fd-docs-row-2);
  }

  .top-\(--fd-docs-row-3\) {
    top: var(--fd-docs-row-3);
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-1\/2 {
    top: 50%;
  }

  .top-2\.5 {
    top: calc(var(--spacing) * 2.5);
  }

  .top-3 {
    top: calc(var(--spacing) * 3);
  }

  .top-4 {
    top: calc(var(--spacing) * 4);
  }

  .top-\[calc\(--spacing\(4\)\+var\(--fd-docs-row-3\)\)\] {
    top: calc(calc(var(--spacing) * 4) + var(--fd-docs-row-3));
  }

  .right-2 {
    right: calc(var(--spacing) * 2);
  }

  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

  .bottom-1\.5 {
    bottom: calc(var(--spacing) * 1.5);
  }

  .bottom-26 {
    bottom: calc(var(--spacing) * 26);
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .left-1\/2 {
    left: 50%;
  }

  .-z-1 {
    z-index: calc(1 * -1);
  }

  .z-2 {
    z-index: 2;
  }

  .z-10 {
    z-index: 10;
  }

  .z-20 {
    z-index: 20;
  }

  .z-30 {
    z-index: 30;
  }

  .z-40 {
    z-index: 40;
  }

  .z-50 {
    z-index: 50;
  }

  .col-span-full {
    grid-column: 1 / -1;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .-mx-1 {
    margin-inline: calc(var(--spacing) * -1);
  }

  .-mx-px {
    margin-inline: -1px;
  }

  .mx-0\.5 {
    margin-inline: calc(var(--spacing) * .5);
  }

  .mx-auto {
    margin-inline: auto;
  }

  .my-0 {
    margin-block: calc(var(--spacing) * 0);
  }

  .my-0\! {
    margin-block: calc(var(--spacing) * 0) !important;
  }

  .my-0\.5 {
    margin-block: calc(var(--spacing) * .5);
  }

  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }

  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }

  .my-auto {
    margin-block: auto;
  }

  .-ms-1\.5 {
    margin-inline-start: calc(var(--spacing) * -1.5);
  }

  .ms-1 {
    margin-inline-start: calc(var(--spacing) * 1);
  }

  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }

  .ms-auto {
    margin-inline-start: auto;
  }

  .ms-px {
    margin-inline-start: 1px;
  }

  .-me-0\.5 {
    margin-inline-end: calc(var(--spacing) * -.5);
  }

  .-me-1\.5 {
    margin-inline-end: calc(var(--spacing) * -1.5);
  }

  .-me-2 {
    margin-inline-end: calc(var(--spacing) * -2);
  }

  .me-1 {
    margin-inline-end: calc(var(--spacing) * 1);
  }

  .me-2 {
    margin-inline-end: calc(var(--spacing) * 2);
  }

  .me-auto {
    margin-inline-end: auto;
  }

  .prose {
    color: var(--tw-prose-body);
    max-width: none;
    font-size: 1rem;
    line-height: 1.75rem;
  }

  .prose :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    font-size: 1.25em;
    line-height: 1.6;
  }

  .prose :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1rem;
    list-style-type: disc;
  }

  .prose :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .5em;
    margin-bottom: .5em;
  }

  .prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: .375em;
  }

  .prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .prose :where(.prose > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .75em;
    margin-bottom: .75em;
  }

  .prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  .prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }

  .prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  .prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }

  .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .75em;
    margin-bottom: .75em;
  }

  .prose :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .prose :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 1.25em;
    font-weight: 600;
  }

  .prose :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .5em;
    padding-inline-start: 1.625em;
  }

  .prose :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .prose :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .prose :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 500;
  }

  .prose :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(blockquote strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(thead th strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
  }

  .prose :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
    list-style-type: decimal;
  }

  .prose :where(ol[type="A"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }

  .prose :where(ol[type="a"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }

  .prose :where(ol[type="A" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }

  .prose :where(ol[type="a" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }

  .prose :where(ol[type="I"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }

  .prose :where(ol[type="i"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }

  .prose :where(ol[type="I" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }

  .prose :where(ol[type="i" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }

  .prose :where(ol[type="1"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: decimal;
  }

  .prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
    color: var(--tw-prose-counters);
    font-weight: 400;
  }

  .prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
  }

  .prose :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-quotes);
    border-inline-start-width: .25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "“""”""‘""’";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
    font-style: italic;
    font-weight: 500;
  }

  .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):before {
    content: open-quote;
  }

  .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
    content: close-quote;
  }

  .prose :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: var(--text-3xl);
    margin-top: 0;
    margin-bottom: .888889em;
    line-height: 1.11111;
  }

  .prose :where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-weight: 900;
  }

  .prose :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.33333;
  }

  .prose :where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-weight: 800;
  }

  .prose :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 1.6em;
    margin-bottom: .6em;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.6;
  }

  .prose :where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-weight: 700;
  }

  .prose :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 1.5em;
    margin-bottom: .5em;
    font-weight: 600;
    line-height: 1.5;
  }

  .prose :where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-weight: 700;
  }

  .prose :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
  }

  .prose :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .prose :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
    display: block;
  }

  .prose :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .prose :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .prose :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-top: .1875em;
    padding-inline-end: .375em;
    padding-bottom: .1875em;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);
    border-radius: .3125rem;
    padding-inline-start: .375em;
    font-family: inherit;
    font-size: .875em;
    font-weight: 500;
  }

  .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border: 1px solid;
    border-color: var(--color-fd-border);
    background: var(--color-fd-muted);
    color: var(--tw-prose-code);
    border-radius: 5px;
    padding: 3px;
    font-size: 13px;
    font-weight: 400;
  }

  .prose :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
  }

  .prose :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-size: var(--text-2xl);
  }

  .prose :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-size: .875em;
  }

  .prose :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-size: .9em;
  }

  .prose :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(blockquote code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(thead th code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
  }

  .prose :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
  }

  .prose :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .prose :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .prose :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    margin-top: .857143em;
    font-size: .875em;
    line-height: 1.42857;
  }

  .prose :where(a:not([data-card])):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-underline-offset: 3.5px;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--color-fd-primary);
    text-decoration-color: var(--color-fd-primary);
    font-weight: 500;
    text-decoration-thickness: 1.5px;
    transition: opacity .2s;
  }

  .prose :where(a:not([data-card]):hover):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    opacity: .8;
  }

  .prose {
    --tw-prose-body: #0a0a0ae6;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .prose {
      --tw-prose-body: color-mix(in oklab, var(--color-fd-foreground) 90%, transparent);
    }
  }

  .prose {
    --tw-prose-headings: var(--color-fd-foreground);
    --tw-prose-lead: var(--color-fd-foreground);
    --tw-prose-links: var(--color-fd-foreground);
    --tw-prose-bold: var(--color-fd-foreground);
    --tw-prose-counters: var(--color-fd-muted-foreground);
    --tw-prose-bullets: var(--color-fd-muted-foreground);
    --tw-prose-hr: var(--color-fd-border);
    --tw-prose-quotes: var(--color-fd-foreground);
    --tw-prose-quote-borders: var(--color-fd-border);
    --tw-prose-captions: var(--color-fd-foreground);
    --tw-prose-code: var(--color-fd-foreground);
    --tw-prose-th-borders: var(--color-fd-border);
    --tw-prose-td-borders: var(--color-fd-border);
    --tw-prose-kbd: var(--color-fd-foreground);
    --tw-prose-kbd-shadows: #17171780;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .prose {
      --tw-prose-kbd-shadows: color-mix(in oklab, var(--color-fd-primary) 50%, transparent);
    }
  }

  .prose :where(.prose > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
  }

  .prose :where(.prose > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 0;
  }

  .prose :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    table-layout: auto;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--color-fd-card);
    border-radius: var(--radius-lg);
    border: 1px solid var(--color-fd-border);
    width: 100%;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: .875em;
    line-height: 1.71429;
    overflow: hidden;
  }

  .prose :where(th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    text-align: start;
    padding: calc(var(--spacing) * 2.5);
    border-inline-start: 1px solid var(--color-fd-border);
    background: var(--color-fd-muted);
  }

  .prose :where(th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-inline-start: none;
  }

  .prose :where(th:not(tr:last-child *), td:not(tr:last-child *)):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-bottom: 1px solid var(--color-fd-border);
  }

  .prose :where(td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    text-align: start;
    border-inline-start: 1px solid var(--color-fd-border);
    padding: calc(var(--spacing) * 2.5);
  }

  .prose :where(td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-inline-start: none;
  }

  .prose :where(tfoot th, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
  }

  .prose :where(thead th, thead td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
  }

  .prose-no-margin > :first-child {
    margin-top: 0;
  }

  .prose-no-margin > :last-child {
    margin-bottom: 0;
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mt-px {
    margin-top: 1px;
  }

  .-mb-px {
    margin-bottom: -1px;
  }

  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }

  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .mb-auto {
    margin-bottom: auto;
  }

  .fd-scroll-container::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  .fd-scroll-container::-webkit-scrollbar-thumb {
    background: var(--color-fd-border);
    border-radius: 5px;
  }

  .fd-scroll-container::-webkit-scrollbar-track {
    background: none;
  }

  .fd-scroll-container::-webkit-scrollbar-corner {
    display: none;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-flex {
    display: inline-flex;
  }

  .table {
    display: table;
  }

  .size-1 {
    width: calc(var(--spacing) * 1);
    height: calc(var(--spacing) * 1);
  }

  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }

  .size-3\.5 {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }

  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .size-4\.5 {
    width: calc(var(--spacing) * 4.5);
    height: calc(var(--spacing) * 4.5);
  }

  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }

  .size-6\.5 {
    width: calc(var(--spacing) * 6.5);
    height: calc(var(--spacing) * 6.5);
  }

  .size-9 {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
  }

  .size-full {
    width: 100%;
    height: 100%;
  }

  .h-\(--fd-animated-height\) {
    height: var(--fd-animated-height);
  }

  .h-\(--fd-header-height\) {
    height: var(--fd-header-height);
  }

  .h-\(--fd-toc-popover-height\) {
    height: var(--fd-toc-popover-height);
  }

  .h-\(--radix-navigation-menu-viewport-height\) {
    height: var(--radix-navigation-menu-viewport-height);
  }

  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }

  .h-8\.5 {
    height: calc(var(--spacing) * 8.5);
  }

  .h-9 {
    height: calc(var(--spacing) * 9);
  }

  .h-9\.5 {
    height: calc(var(--spacing) * 9.5);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-14 {
    height: calc(var(--spacing) * 14);
  }

  .h-\[400px\] {
    height: 400px;
  }

  .h-\[calc\(100\%\+--spacing\(1\.5\)\)\] {
    height: calc(100% + calc(var(--spacing) * 1.5));
  }

  .h-\[calc\(var\(--fd-docs-height\)-var\(--fd-docs-row-1\)\)\] {
    height: calc(var(--fd-docs-height) - var(--fd-docs-row-1));
  }

  .h-\[calc\(var\(--fd-docs-height\)-var\(--fd-docs-row-2\)\)\] {
    height: calc(var(--fd-docs-height) - var(--fd-docs-row-2));
  }

  .h-\[calc\(var\(--fd-docs-height\)-var\(--fd-docs-row-3\)\)\] {
    height: calc(var(--fd-docs-height) - var(--fd-docs-row-3));
  }

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

  .max-h-\(--radix-popover-content-available-height\) {
    max-height: var(--radix-popover-content-available-height);
  }

  .max-h-20 {
    max-height: calc(var(--spacing) * 20);
  }

  .max-h-\[50vh\] {
    max-height: 50vh;
  }

  .max-h-\[80svh\] {
    max-height: 80svh;
  }

  .max-h-\[460px\] {
    max-height: 460px;
  }

  .max-h-\[600px\] {
    max-height: 600px;
  }

  .min-h-\(--fd-docs-height\) {
    min-height: var(--fd-docs-height);
  }

  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }

  .min-h-11 {
    min-height: calc(var(--spacing) * 11);
  }

  .w-\(--fd-sidebar-width\) {
    width: var(--fd-sidebar-width);
  }

  .w-\(--fd-toc-width\) {
    width: var(--fd-toc-width);
  }

  .w-\(--radix-popover-trigger-width\) {
    width: var(--radix-popover-trigger-width);
  }

  .w-0 {
    width: calc(var(--spacing) * 0);
  }

  .w-0\.5 {
    width: calc(var(--spacing) * .5);
  }

  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }

  .w-1\/4 {
    width: 25%;
  }

  .w-4 {
    width: calc(var(--spacing) * 4);
  }

  .w-\[85\%\] {
    width: 85%;
  }

  .w-\[calc\(100\%-1rem\)\] {
    width: calc(100% - 1rem);
  }

  .w-\[calc\(100\%-var\(--removed-body-scroll-bar-size\,0px\)\)\] {
    width: calc(100% - var(--removed-body-scroll-bar-size, 0px));
  }

  .w-fit {
    width: fit-content;
  }

  .w-full {
    width: 100%;
  }

  .w-max {
    width: max-content;
  }

  .w-px {
    width: 1px;
  }

  .max-w-\[98vw\] {
    max-width: 98vw;
  }

  .max-w-\[240px\] {
    max-width: 240px;
  }

  .max-w-\[380px\] {
    max-width: 380px;
  }

  .max-w-\[900px\] {
    max-width: 900px;
  }

  .max-w-\[1168px\] {
    max-width: 1168px;
  }

  .max-w-\[1200px\] {
    max-width: 1200px;
  }

  .max-w-\[1400px\] {
    max-width: 1400px;
  }

  .max-w-full {
    max-width: 100%;
  }

  .max-w-md {
    max-width: var(--container-md);
  }

  .max-w-screen-sm {
    max-width: var(--breakpoint-sm);
  }

  .max-w-sm {
    max-width: var(--container-sm);
  }

  .max-w-svw {
    max-width: 100svw;
  }

  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }

  .min-w-\[240px\] {
    min-width: 240px;
  }

  .min-w-fit {
    min-width: fit-content;
  }

  .min-w-full {
    min-width: 100%;
  }

  .flex-1 {
    flex: 1;
  }

  .shrink {
    flex-shrink: 1;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .origin-\(--radix-popover-content-transform-origin\) {
    transform-origin: var(--radix-popover-content-transform-origin);
  }

  .origin-\[top_center\] {
    transform-origin: top;
  }

  .origin-center {
    transform-origin: center;
  }

  .-translate-x-\(--fd-sidebar-width\) {
    --tw-translate-x: calc(var(--fd-sidebar-width) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-2 {
    --tw-translate-x: calc(var(--spacing) * 2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-\[calc\(-50\%-var\(--removed-body-scroll-bar-size\,0px\)\/2\)\] {
    --tw-translate-x: calc(-50% - var(--removed-body-scroll-bar-size, 0px) / 2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-y-full {
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-full {
    --tw-translate-y: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-rotate-90 {
    rotate: -90deg;
  }

  .rotate-180 {
    rotate: 180deg;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .animate-fd-fade-in {
    animation: var(--animate-fd-fade-in);
  }

  .animate-pulse {
    animation: var(--animate-pulse);
  }

  .scroll-m-4 {
    scroll-margin: calc(var(--spacing) * 4);
  }

  .scroll-m-20 {
    scroll-margin: calc(var(--spacing) * 20);
  }

  .scroll-m-24 {
    scroll-margin: calc(var(--spacing) * 24);
  }

  .scroll-m-28 {
    scroll-margin: calc(var(--spacing) * 28);
  }

  .\[scrollbar-width\:none\] {
    scrollbar-width: none;
  }

  .list-none {
    list-style-type: none;
  }

  .auto-cols-auto {
    grid-auto-columns: auto;
  }

  .auto-rows-auto {
    grid-auto-rows: auto;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-cols-\[1fr_3fr\] {
    grid-template-columns: 1fr 3fr;
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-row {
    flex-direction: row;
  }

  .flex-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .items-end {
    align-items: flex-end;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-end {
    justify-content: flex-end;
  }

  .justify-start {
    justify-content: flex-start;
  }

  .gap-0\.5 {
    gap: calc(var(--spacing) * .5);
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }

  :where(.divide-x > :not(:last-child)) {
    --tw-divide-x-reverse: 0;
    border-inline-style: var(--tw-border-style);
    border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
    border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :where(.divide-y > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }

  :where(.divide-fd-border > :not(:last-child)) {
    border-color: var(--color-fd-border);
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-auto {
    overflow: auto;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-auto {
    overflow-x: auto;
  }

  .overflow-x-clip {
    overflow-x: clip;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .overflow-y-hidden {
    overflow-y: hidden;
  }

  .overscroll-contain {
    overscroll-behavior: contain;
  }

  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

  .rounded-\[inherit\] {
    border-radius: inherit;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-md {
    border-radius: var(--radius-md);
  }

  .rounded-none {
    border-radius: 0;
  }

  .rounded-sm {
    border-radius: var(--radius-sm);
  }

  .rounded-xl {
    border-radius: var(--radius-xl);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-x {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 1px;
  }

  .border-y-0 {
    border-block-style: var(--tw-border-style);
    border-block-width: 0;
  }

  .border-s {
    border-inline-start-style: var(--tw-border-style);
    border-inline-start-width: 1px;
  }

  .border-e {
    border-inline-end-style: var(--tw-border-style);
    border-inline-end-width: 1px;
  }

  .border-e-0 {
    border-inline-end-style: var(--tw-border-style);
    border-inline-end-width: 0;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }

  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }

  .border-none {
    --tw-border-style: none;
    border-style: none;
  }

  .border-fd-foreground\/10 {
    border-color: #0a0a0a1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-fd-foreground\/10 {
      border-color: color-mix(in oklab, var(--color-fd-foreground) 10%, transparent);
    }
  }

  .border-fd-primary {
    border-color: var(--color-fd-primary);
  }

  .border-transparent {
    border-color: #0000;
  }

  .bg-\(--callout-color\)\/50 {
    background-color: var(--callout-color);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-\(--callout-color\)\/50 {
      background-color: color-mix(in oklab, var(--callout-color) 50%, transparent);
    }
  }

  .bg-\(--shiki-light-bg\) {
    background-color: var(--shiki-light-bg);
  }

  .bg-fd-accent {
    background-color: var(--color-fd-accent);
  }

  .bg-fd-background {
    background-color: var(--color-fd-background);
  }

  .bg-fd-background\/60 {
    background-color: #f5f5f599;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-fd-background\/60 {
      background-color: color-mix(in oklab, var(--color-fd-background) 60%, transparent);
    }
  }

  .bg-fd-background\/80 {
    background-color: #f5f5f5cc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-fd-background\/80 {
      background-color: color-mix(in oklab, var(--color-fd-background) 80%, transparent);
    }
  }

  .bg-fd-border {
    background-color: var(--color-fd-border);
  }

  .bg-fd-card {
    background-color: var(--color-fd-card);
  }

  .bg-fd-muted {
    background-color: var(--color-fd-muted);
  }

  .bg-fd-overlay {
    background-color: var(--color-fd-overlay);
  }

  .bg-fd-popover {
    background-color: var(--color-fd-popover);
  }

  .bg-fd-popover\/60 {
    background-color: #fafafa99;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-fd-popover\/60 {
      background-color: color-mix(in oklab, var(--color-fd-popover) 60%, transparent);
    }
  }

  .bg-fd-popover\/80 {
    background-color: #fafafacc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-fd-popover\/80 {
      background-color: color-mix(in oklab, var(--color-fd-popover) 80%, transparent);
    }
  }

  .bg-fd-primary {
    background-color: var(--color-fd-primary);
  }

  .bg-fd-primary\/10 {
    background-color: #1717171a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-fd-primary\/10 {
      background-color: color-mix(in oklab, var(--color-fd-primary) 10%, transparent);
    }
  }

  .bg-fd-secondary {
    background-color: var(--color-fd-secondary);
  }

  .bg-fd-secondary\/50 {
    background-color: #ededed80;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-fd-secondary\/50 {
      background-color: color-mix(in oklab, var(--color-fd-secondary) 50%, transparent);
    }
  }

  .bg-transparent {
    background-color: #0000;
  }

  .mask-\[linear-gradient\(to_bottom\,transparent\,white_--spacing\(14\)\,white_calc\(100\%---spacing\(14\)\)\,transparent\)\] {
    -webkit-mask-image: linear-gradient(to bottom,transparent,white calc(var(--spacing) * 14),white calc(100% - calc(var(--spacing) * 14)),transparent);
    mask-image: linear-gradient(to bottom,transparent,white calc(var(--spacing) * 14),white calc(100% - calc(var(--spacing) * 14)),transparent);
  }

  .mask-\[linear-gradient\(to_bottom\,transparent\,white_12px\,white_calc\(100\%-12px\)\,transparent\)\] {
    -webkit-mask-image: linear-gradient(#0000, #fff 12px calc(100% - 12px), #0000);
    mask-image: linear-gradient(#0000, #fff 12px calc(100% - 12px), #0000);
  }

  .mask-\[linear-gradient\(to_bottom\,transparent\,white_16px\,white_calc\(100\%-16px\)\,transparent\)\] {
    -webkit-mask-image: linear-gradient(#0000, #fff 16px calc(100% - 16px), #0000);
    mask-image: linear-gradient(#0000, #fff 16px calc(100% - 16px), #0000);
  }

  .mask-\[linear-gradient\(to_bottom\,white\,white_30px\,transparent_80px\)\] {
    -webkit-mask-image: linear-gradient(#fff, #fff 30px, #0000 80px);
    mask-image: linear-gradient(#fff, #fff 30px, #0000 80px);
  }

  .fill-\(--callout-color\) {
    fill: var(--callout-color);
  }

  .fill-fd-muted {
    fill: var(--color-fd-muted);
  }

  .fill-fd-muted-foreground {
    fill: var(--color-fd-muted-foreground);
  }

  .fill-fd-primary {
    fill: var(--color-fd-primary);
  }

  .fill-fd-primary-foreground {
    fill: var(--color-fd-primary-foreground);
  }

  .stroke-current\/25 {
    stroke: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .stroke-current\/25 {
      stroke: color-mix(in oklab, currentcolor 25%, transparent);
    }
  }

  .stroke-fd-foreground\/10 {
    stroke: #0a0a0a1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .stroke-fd-foreground\/10 {
      stroke: color-mix(in oklab, var(--color-fd-foreground) 10%, transparent);
    }
  }

  .stroke-fd-primary {
    stroke: var(--color-fd-primary);
  }

  .p-0 {
    padding: calc(var(--spacing) * 0);
  }

  .p-0\.5 {
    padding: calc(var(--spacing) * .5);
  }

  .p-1 {
    padding: calc(var(--spacing) * 1);
  }

  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-3 {
    padding: calc(var(--spacing) * 3);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .px-0\.5 {
    padding-inline: calc(var(--spacing) * .5);
  }

  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }

  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .px-px {
    padding-inline: 1px;
  }

  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }

  .py-0\.5 {
    padding-block: calc(var(--spacing) * .5);
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }

  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }

  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }

  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }

  .ps-1 {
    padding-inline-start: calc(var(--spacing) * 1);
  }

  .ps-2 {
    padding-inline-start: calc(var(--spacing) * 2);
  }

  .ps-2\.5 {
    padding-inline-start: calc(var(--spacing) * 2.5);
  }

  .ps-3 {
    padding-inline-start: calc(var(--spacing) * 3);
  }

  .ps-4 {
    padding-inline-start: calc(var(--spacing) * 4);
  }

  .ps-6 {
    padding-inline-start: calc(var(--spacing) * 6);
  }

  .ps-8 {
    padding-inline-start: calc(var(--spacing) * 8);
  }

  .pe-0 {
    padding-inline-end: calc(var(--spacing) * 0);
  }

  .pe-2 {
    padding-inline-end: calc(var(--spacing) * 2);
  }

  .pe-2\.5 {
    padding-inline-end: calc(var(--spacing) * 2.5);
  }

  .pe-4 {
    padding-inline-end: calc(var(--spacing) * 4);
  }

  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }

  .pt-0\.5 {
    padding-top: calc(var(--spacing) * .5);
  }

  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }

  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }

  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }

  .pr-\(--removed-body-scroll-bar-size\,0\) {
    padding-right: var(--removed-body-scroll-bar-size, 0);
  }

  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }

  .pb-1\.5 {
    padding-bottom: calc(var(--spacing) * 1.5);
  }

  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }

  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }

  .text-center {
    text-align: center;
  }

  .text-end {
    text-align: end;
  }

  .text-start {
    text-align: start;
  }

  .font-mono {
    font-family: var(--font-mono);
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .text-\[0\.8125rem\] {
    font-size: .8125rem;
  }

  .text-\[0\.9375rem\] {
    font-size: .9375rem;
  }

  .text-\[1\.75em\] {
    font-size: 1.75em;
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .text-nowrap {
    text-wrap: nowrap;
  }

  .wrap-anywhere {
    overflow-wrap: anywhere;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-\(--callout-color\) {
    color: var(--callout-color);
  }

  .text-fd-accent-foreground {
    color: var(--color-fd-accent-foreground);
  }

  .text-fd-card {
    color: var(--color-fd-card);
  }

  .text-fd-card-foreground {
    color: var(--color-fd-card-foreground);
  }

  .text-fd-foreground {
    color: var(--color-fd-foreground);
  }

  .text-fd-foreground\/80 {
    color: #0a0a0acc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-fd-foreground\/80 {
      color: color-mix(in oklab, var(--color-fd-foreground) 80%, transparent);
    }
  }

  .text-fd-muted-foreground {
    color: var(--color-fd-muted-foreground);
  }

  .text-fd-muted-foreground\/50 {
    color: #73737380;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-fd-muted-foreground\/50 {
      color: color-mix(in oklab, var(--color-fd-muted-foreground) 50%, transparent);
    }
  }

  .text-fd-popover-foreground {
    color: var(--color-fd-popover-foreground);
  }

  .text-fd-popover-foreground\/80 {
    color: #272727cc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-fd-popover-foreground\/80 {
      color: color-mix(in oklab, var(--color-fd-popover-foreground) 80%, transparent);
    }
  }

  .text-fd-primary {
    color: var(--color-fd-primary);
  }

  .text-fd-primary-foreground {
    color: var(--color-fd-primary-foreground);
  }

  .text-fd-primary\/50 {
    color: #17171780;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-fd-primary\/50 {
      color: color-mix(in oklab, var(--color-fd-primary) 50%, transparent);
    }
  }

  .text-fd-secondary-foreground {
    color: var(--color-fd-secondary-foreground);
  }

  .line-through {
    text-decoration-line: line-through;
  }

  .underline {
    text-decoration-line: underline;
  }

  .opacity-\(--opacity\,0\) {
    opacity: var(--opacity, 0);
  }

  .opacity-0 {
    opacity: 0;
  }

  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-black\/50 {
    --tw-shadow-color: #00000080;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .shadow-black\/50 {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 50%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }

  .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, );
  }

  .backdrop-blur-lg {
    --tw-backdrop-blur: blur(var(--blur-lg));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .backdrop-blur-xs {
    --tw-backdrop-blur: blur(var(--blur-xs));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .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));
  }

  .transition-\[clip-path\] {
    transition-property: clip-path;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[height\] {
    transition-property: height;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[opacity\,offset-distance\] {
    transition-property: opacity, offset-distance;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[opacity\,translate\,color\] {
    transition-property: opacity, translate, color;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[opacity\,translate\] {
    transition-property: opacity, translate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[width\,height\] {
    transition-property: width, height;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[width\,inset-block\,translate\,background-color\] {
    transition-property: width, inset-block, translate, background-color;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-transform {
    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));
  }

  .duration-100 {
    --tw-duration: .1s;
    transition-duration: .1s;
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-250 {
    --tw-duration: .25s;
    transition-duration: .25s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .duration-400 {
    --tw-duration: .4s;
    transition-duration: .4s;
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }

  .\[--fd-docs-height\:100dvh\] {
    --fd-docs-height: 100dvh;
  }

  .\[--fd-header-height\:0px\] {
    --fd-header-height: 0px;
  }

  .\[--fd-layout-width\:1400px\] {
    --fd-layout-width: 1400px;
  }

  .\[--fd-sidebar-width\:0px\] {
    --fd-sidebar-width: 0px;
  }

  .\[--fd-toc-popover-height\:0px\] {
    --fd-toc-popover-height: 0px;
  }

  .\[--fd-toc-width\:0px\] {
    --fd-toc-width: 0px;
  }

  .\[grid-area\:header\] {
    grid-area: header;
  }

  .\[grid-area\:main\] {
    grid-area: main;
  }

  .\[grid-area\:sidebar\] {
    grid-area: sidebar;
  }

  .\[grid-area\:toc-popover\] {
    grid-area: toc-popover;
  }

  .\[grid-area\:toc\] {
    grid-area: toc;
  }

  .\[offset-distance\:var\(--offset-distance\,0\)\] {
    offset-distance: var(--offset-distance, 0);
  }

  :is(.\*\:pointer-events-auto > *) {
    pointer-events: auto;
  }

  :is(.\*\:col-start-1 > *) {
    grid-column-start: 1;
  }

  :is(.\*\:row-start-1 > *) {
    grid-row-start: 1;
  }

  :is(.\*\:mx-auto > *) {
    margin-inline: auto;
  }

  :is(.\*\:my-auto > *) {
    margin-block: auto;
  }

  :is(.\*\:flex > *) {
    display: flex;
  }

  :is(.\*\:flex\! > *) {
    display: flex !important;
  }

  :is(.\*\:w-\(--fd-sidebar-width\) > *) {
    width: var(--fd-sidebar-width);
  }

  :is(.\*\:max-w-\(--fd-layout-width\) > *) {
    max-width: var(--fd-layout-width);
  }

  :is(.\*\:max-w-\[900px\] > *) {
    max-width: 900px;
  }

  :is(.\*\:max-w-\[1285px\] > *) {
    max-width: 1285px;
  }

  :is(.\*\:flex-col > *) {
    flex-direction: column;
  }

  :is(.\*\:flex-col\! > *) {
    flex-direction: column !important;
  }

  :is(.\*\:gap-0\! > *) {
    gap: calc(var(--spacing) * 0) !important;
  }

  :is(.\*\:gap-0\.5\! > *) {
    gap: calc(var(--spacing) * .5) !important;
  }

  :is(.\*\:rounded-full > *) {
    border-radius: 3.40282e38px;
  }

  :is(.\*\:rounded-lg > *) {
    border-radius: var(--radius-lg);
  }

  :is(.\*\:rounded-md > *) {
    border-radius: var(--radius-md);
  }

  :is(.\*\:border-b > *) {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .not-last\:mb-2:not(:last-child) {
    margin-bottom: calc(var(--spacing) * 2);
  }

  @media (hover: hover) {
    .group-hover\/heading\:opacity-100:is(:where(.group\/heading):hover *) {
      opacity: 1;
    }
  }

  .group-data-\[state\=active\]\:bg-fd-primary:is(:where(.group)[data-state="active"] *) {
    background-color: var(--color-fd-primary);
  }

  .group-data-\[state\=open\]\:rotate-90:is(:where(.group)[data-state="open"] *) {
    rotate: 90deg;
  }

  .group-data-\[state\=open\]\:rotate-180:is(:where(.group)[data-state="open"] *) {
    rotate: 180deg;
  }

  .placeholder\:text-fd-muted-foreground::placeholder {
    color: var(--color-fd-muted-foreground);
  }

  .before\:absolute:before {
    content: var(--tw-content);
    position: absolute;
  }

  .before\:inset-y-1:before {
    content: var(--tw-content);
    inset-block: calc(var(--spacing) * 1);
  }

  .before\:inset-s-2\.5:before {
    content: var(--tw-content);
    inset-inline-start: calc(var(--spacing) * 2.5);
  }

  .before\:start-2\.5:before {
    content: var(--tw-content);
    inset-inline-start: calc(var(--spacing) * 2.5);
  }

  .before\:w-px:before {
    content: var(--tw-content);
    width: 1px;
  }

  .before\:bg-fd-border:before {
    content: var(--tw-content);
    background-color: var(--color-fd-border);
  }

  .before\:content-\[\'\'\]:before {
    --tw-content: "";
    content: var(--tw-content);
  }

  .first\:ms-0:first-child {
    margin-inline-start: calc(var(--spacing) * 0);
  }

  .first\:mt-0:first-child {
    margin-top: calc(var(--spacing) * 0);
  }

  .first\:pt-0:first-child {
    padding-top: calc(var(--spacing) * 0);
  }

  .last\:me-0:last-child {
    margin-inline-end: calc(var(--spacing) * 0);
  }

  .last\:rounded-b-xl:last-child {
    border-bottom-right-radius: var(--radius-xl);
    border-bottom-left-radius: var(--radius-xl);
  }

  .last\:pb-0:last-child {
    padding-bottom: calc(var(--spacing) * 0);
  }

  :is(.\*\:last\:border-b-0 > *):last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0;
  }

  .empty\:mb-0:empty {
    margin-bottom: calc(var(--spacing) * 0);
  }

  .empty\:hidden:empty {
    display: none;
  }

  @media (hover: hover) {
    .hover\:bg-fd-accent:hover {
      background-color: var(--color-fd-accent);
    }
  }

  @media (hover: hover) {
    .hover\:bg-fd-accent\/50:hover {
      background-color: #d1d1d140;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-fd-accent\/50:hover {
        background-color: color-mix(in oklab, var(--color-fd-accent) 50%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-fd-accent\/80:hover {
      background-color: #d1d1d166;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-fd-accent\/80:hover {
        background-color: color-mix(in oklab, var(--color-fd-accent) 80%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-fd-primary\/80:hover {
      background-color: #171717cc;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-fd-primary\/80:hover {
        background-color: color-mix(in oklab, var(--color-fd-primary) 80%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:text-fd-accent-foreground:hover {
      color: var(--color-fd-accent-foreground);
    }
  }

  @media (hover: hover) {
    .hover\:text-fd-accent-foreground\/80:hover {
      color: #171717cc;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:text-fd-accent-foreground\/80:hover {
        color: color-mix(in oklab, var(--color-fd-accent-foreground) 80%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:text-fd-popover-foreground\/50:hover {
      color: #27272780;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:text-fd-popover-foreground\/50:hover {
        color: color-mix(in oklab, var(--color-fd-popover-foreground) 50%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:opacity-80:hover {
      opacity: .8;
    }
  }

  @media (hover: hover) {
    .hover\:transition-none:hover {
      transition-property: none;
    }
  }

  .focus-visible\:ring-2:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus-visible\:ring-fd-ring:focus-visible {
    --tw-ring-color: var(--color-fd-ring);
  }

  .focus-visible\:outline-none:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }

  .focus-visible\:ring-inset:focus-visible {
    --tw-ring-inset: inset;
  }

  .disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }

  .disabled\:bg-fd-secondary:disabled {
    background-color: var(--color-fd-secondary);
  }

  .disabled\:text-fd-secondary-foreground:disabled {
    color: var(--color-fd-secondary-foreground);
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  .has-focus-visible\:bg-fd-accent:has(:focus-visible) {
    background-color: var(--color-fd-accent);
  }

  .has-data-\[active\=true\]\:text-fd-primary:has([data-active="true"]) {
    color: var(--color-fd-primary);
  }

  :is(.\*\:has-\[\+\:last-child\[data-empty\=true\]\]\:border-b-0 > *):has( + :last-child[data-empty="true"]) {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0;
  }

  .data-checked\:text-fd-accent-foreground[data-checked] {
    color: var(--color-fd-accent-foreground);
  }

  .data-\[active\=true\]\:bg-fd-primary\/10[data-active="true"] {
    background-color: #1717171a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .data-\[active\=true\]\:bg-fd-primary\/10[data-active="true"] {
      background-color: color-mix(in oklab, var(--color-fd-primary) 10%, transparent);
    }
  }

  .data-\[active\=true\]\:font-medium[data-active="true"] {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .data-\[active\=true\]\:text-fd-primary[data-active="true"] {
    color: var(--color-fd-primary);
  }

  .data-\[active\=true\]\:before\:absolute[data-active="true"]:before {
    content: var(--tw-content);
    position: absolute;
  }

  .data-\[active\=true\]\:before\:inset-y-2\.5[data-active="true"]:before {
    content: var(--tw-content);
    inset-block: calc(var(--spacing) * 2.5);
  }

  .data-\[active\=true\]\:before\:inset-s-2\.5[data-active="true"]:before {
    content: var(--tw-content);
    inset-inline-start: calc(var(--spacing) * 2.5);
  }

  .data-\[active\=true\]\:before\:start-2\.5[data-active="true"]:before {
    content: var(--tw-content);
    inset-inline-start: calc(var(--spacing) * 2.5);
  }

  .data-\[active\=true\]\:before\:w-px[data-active="true"]:before {
    content: var(--tw-content);
    width: 1px;
  }

  .data-\[active\=true\]\:before\:bg-fd-primary[data-active="true"]:before {
    content: var(--tw-content);
    background-color: var(--color-fd-primary);
  }

  .data-\[active\=true\]\:before\:content-\[\'\'\][data-active="true"]:before {
    --tw-content: "";
    content: var(--tw-content);
  }

  @media (hover: hover) {
    .data-\[active\=true\]\:hover\:transition-colors[data-active="true"]:hover {
      transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }

  .data-\[collapsed\=false\]\:hidden[data-collapsed="false"] {
    display: none;
  }

  .data-\[column-changed\=true\]\:transition-\[grid-template-columns\][data-column-changed="true"] {
    transition-property: grid-template-columns;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  :is(.\*\:data-\[empty\=true\]\:border-b-0 > *)[data-empty="true"] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0;
  }

  .data-\[motion\=from-end\]\:animate-fd-enterFromRight[data-motion="from-end"] {
    animation: var(--animate-fd-enterFromRight);
  }

  .data-\[motion\=from-start\]\:animate-fd-enterFromLeft[data-motion="from-start"] {
    animation: var(--animate-fd-enterFromLeft);
  }

  .data-\[motion\=to-end\]\:animate-fd-exitToRight[data-motion="to-end"] {
    animation: var(--animate-fd-exitToRight);
  }

  .data-\[motion\=to-start\]\:animate-fd-exitToLeft[data-motion="to-start"] {
    animation: var(--animate-fd-exitToLeft);
  }

  .data-\[state\=active\]\:border-fd-primary[data-state="active"] {
    border-color: var(--color-fd-primary);
  }

  .data-\[state\=active\]\:text-fd-primary[data-state="active"] {
    color: var(--color-fd-primary);
  }

  .data-\[state\=closed\]\:animate-fd-accordion-up[data-state="closed"] {
    animation: var(--animate-fd-accordion-up);
  }

  .data-\[state\=closed\]\:animate-fd-collapsible-up[data-state="closed"] {
    animation: var(--animate-fd-collapsible-up);
  }

  .data-\[state\=closed\]\:animate-fd-dialog-out[data-state="closed"] {
    animation: var(--animate-fd-dialog-out);
  }

  .data-\[state\=closed\]\:animate-fd-fade-out[data-state="closed"] {
    animation: var(--animate-fd-fade-out);
  }

  .data-\[state\=closed\]\:animate-fd-nav-menu-out[data-state="closed"] {
    animation: var(--animate-fd-nav-menu-out);
  }

  .data-\[state\=closed\]\:animate-fd-popover-out[data-state="closed"] {
    animation: var(--animate-fd-popover-out);
  }

  .data-\[state\=closed\]\:animate-fd-sidebar-out[data-state="closed"] {
    animation: var(--animate-fd-sidebar-out);
  }

  .data-\[state\=hidden\]\:animate-fd-fade-out[data-state="hidden"] {
    animation: var(--animate-fd-fade-out);
  }

  .data-\[state\=inactive\]\:hidden[data-state="inactive"] {
    display: none;
  }

  .data-\[state\=open\]\:animate-fd-accordion-down[data-state="open"] {
    animation: var(--animate-fd-accordion-down);
  }

  .data-\[state\=open\]\:animate-fd-collapsible-down[data-state="open"] {
    animation: var(--animate-fd-collapsible-down);
  }

  .data-\[state\=open\]\:animate-fd-dialog-in[data-state="open"] {
    animation: var(--animate-fd-dialog-in);
  }

  .data-\[state\=open\]\:animate-fd-fade-in[data-state="open"] {
    animation: var(--animate-fd-fade-in);
  }

  .data-\[state\=open\]\:animate-fd-nav-menu-in[data-state="open"] {
    animation: var(--animate-fd-nav-menu-in);
  }

  .data-\[state\=open\]\:animate-fd-popover-in[data-state="open"] {
    animation: var(--animate-fd-popover-in);
  }

  .data-\[state\=open\]\:animate-fd-sidebar-in[data-state="open"] {
    animation: var(--animate-fd-sidebar-in);
  }

  .data-\[state\=open\]\:bg-fd-accent[data-state="open"] {
    background-color: var(--color-fd-accent);
  }

  .data-\[state\=open\]\:bg-fd-accent\/50[data-state="open"] {
    background-color: #d1d1d140;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .data-\[state\=open\]\:bg-fd-accent\/50[data-state="open"] {
      background-color: color-mix(in oklab, var(--color-fd-accent) 50%, transparent);
    }
  }

  .data-\[state\=open\]\:text-fd-accent-foreground[data-state="open"] {
    color: var(--color-fd-accent-foreground);
  }

  .data-\[transparent\=false\]\:bg-fd-background\/80[data-transparent="false"] {
    background-color: #f5f5f5cc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .data-\[transparent\=false\]\:bg-fd-background\/80[data-transparent="false"] {
      background-color: color-mix(in oklab, var(--color-fd-background) 80%, transparent);
    }
  }

  @media not (min-width: 80rem) {
    .max-xl\:hidden {
      display: none;
    }
  }

  @media not (min-width: 64rem) {
    .max-lg\:flex {
      display: flex;
    }
  }

  @media not (min-width: 64rem) {
    .max-lg\:hidden {
      display: none;
    }
  }

  @media not (min-width: 64rem) {
    .max-lg\:rounded-b-2xl {
      border-bottom-right-radius: var(--radius-2xl);
      border-bottom-left-radius: var(--radius-2xl);
    }
  }

  @media not (min-width: 64rem) {
    .max-lg\:shadow-lg {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media not (min-width: 48rem) {
    .max-md\:flex {
      display: flex;
    }
  }

  @media not (min-width: 48rem) {
    .max-md\:hidden {
      display: none;
    }
  }

  @media not (min-width: 48rem) {
    .max-md\:rounded-md {
      border-radius: var(--radius-md);
    }
  }

  @media not (min-width: 48rem) {
    .max-md\:border {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }

  @media not (min-width: 48rem) {
    .max-md\:bg-fd-secondary {
      background-color: var(--color-fd-secondary);
    }
  }

  @media not (min-width: 48rem) {
    .max-md\:p-1\.5 {
      padding: calc(var(--spacing) * 1.5);
    }
  }

  @media not (min-width: 40rem) {
    .max-sm\:mt-2 {
      margin-top: calc(var(--spacing) * 2);
    }
  }

  @media not (min-width: 40rem) {
    .max-sm\:hidden {
      display: none;
    }
  }

  @media (min-width: 40rem) {
    .sm\:bottom-6 {
      bottom: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 40rem) {
    .sm\:hidden {
      display: none;
    }
  }

  @media (min-width: 40rem) {
    .sm\:max-w-\[380px\] {
      max-width: 380px;
    }
  }

  @media (min-width: 40rem) {
    .sm\:max-w-\[400px\] {
      max-width: 400px;
    }
  }

  @media (min-width: 40rem) {
    .sm\:flex-row {
      flex-direction: row;
    }
  }

  @media (min-width: 40rem) {
    .sm\:items-center {
      align-items: center;
    }
  }

  @media (min-width: 40rem) {
    .sm\:justify-end {
      justify-content: flex-end;
    }
  }

  @media (min-width: 40rem) {
    .sm\:rounded-2xl {
      border-radius: var(--radius-2xl);
    }
  }

  @media (min-width: 40rem) {
    .sm\:border {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }

  @media (min-width: 40rem) {
    .sm\:p-1 {
      padding: calc(var(--spacing) * 1);
    }
  }

  @media (min-width: 48rem) {
    .md\:top-\[calc\(50\%-250px\)\] {
      top: calc(50% - 250px);
    }
  }

  @media (min-width: 48rem) {
    .md\:mb-auto {
      margin-bottom: auto;
    }
  }

  @media (min-width: 48rem) {
    .md\:hidden {
      display: none;
    }
  }

  @media (min-width: 48rem) {
    .md\:size-5 {
      width: calc(var(--spacing) * 5);
      height: calc(var(--spacing) * 5);
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {
    .md\:gap-2 {
      gap: calc(var(--spacing) * 2);
    }
  }

  @media (min-width: 48rem) {
    .md\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 48rem) {
    .md\:pt-8 {
      padding-top: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 48rem) {
    .has-data-\[collapsed\=true\]\:md\:flex:has([data-collapsed="true"]) {
      display: flex;
    }
  }

  @media (min-width: 64rem) {
    .lg\:hidden {
      display: none;
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }

  @media (min-width: 80rem) {
    .xl\:hidden {
      display: none;
    }
  }

  @media (min-width: 80rem) {
    .xl\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 80rem) {
    .xl\:pt-14 {
      padding-top: calc(var(--spacing) * 14);
    }
  }

  @container not (min-width: 36rem) {
    .\@max-xl\:hidden {
      display: none;
    }
  }

  @container not (min-width: 32rem) {
    .\@max-lg\:col-span-full {
      grid-column: 1 / -1;
    }
  }

  .rtl\:-translate-x-2:where(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)), [dir="rtl"], [dir="rtl"] *) {
    --tw-translate-x: calc(var(--spacing) * -2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .rtl\:translate-x-full:where(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)), [dir="rtl"], [dir="rtl"] *) {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .rtl\:-scale-x-100:where(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)), [dir="rtl"], [dir="rtl"] *) {
    --tw-scale-x: calc(100% * -1);
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .rtl\:rotate-90:where(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)), [dir="rtl"], [dir="rtl"] *) {
    rotate: 90deg;
  }

  .rtl\:rotate-180:where(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)), [dir="rtl"], [dir="rtl"] *) {
    rotate: 180deg;
  }

  .dark\:bg-\(--shiki-dark-bg\):where(.dark, .dark *) {
    background-color: var(--shiki-dark-bg);
  }

  :is(#nd-docs-layout:has(.layout\:\[--fd-header-height\:--spacing\(14\)\]), #nd-notebook-layout:has(.layout\:\[--fd-header-height\:--spacing\(14\)\]), #nd-home-layout:has(.layout\:\[--fd-header-height\:--spacing\(14\)\]), #nd-flux-layout:has(.layout\:\[--fd-header-height\:--spacing\(14\)\])) {
    --fd-header-height: calc(var(--spacing) * 14);
  }

  @media not (min-width: 80rem) {
    :is(#nd-docs-layout:has(.max-xl\:layout\:\[--fd-toc-popover-height\:--spacing\(10\)\]), #nd-notebook-layout:has(.max-xl\:layout\:\[--fd-toc-popover-height\:--spacing\(10\)\]), #nd-home-layout:has(.max-xl\:layout\:\[--fd-toc-popover-height\:--spacing\(10\)\]), #nd-flux-layout:has(.max-xl\:layout\:\[--fd-toc-popover-height\:--spacing\(10\)\])) {
      --fd-toc-popover-height: calc(var(--spacing) * 10);
    }
  }

  @media not (min-width: 48rem) {
    :is(#nd-docs-layout:has(.max-md\:layout\:\[--fd-header-height\:--spacing\(14\)\]), #nd-notebook-layout:has(.max-md\:layout\:\[--fd-header-height\:--spacing\(14\)\]), #nd-home-layout:has(.max-md\:layout\:\[--fd-header-height\:--spacing\(14\)\]), #nd-flux-layout:has(.max-md\:layout\:\[--fd-header-height\:--spacing\(14\)\])) {
      --fd-header-height: calc(var(--spacing) * 14);
    }
  }

  @media (min-width: 48rem) {
    :is(#nd-docs-layout:has(.md\:layout\:\[--fd-sidebar-width\:268px\]), #nd-notebook-layout:has(.md\:layout\:\[--fd-sidebar-width\:268px\]), #nd-home-layout:has(.md\:layout\:\[--fd-sidebar-width\:268px\]), #nd-flux-layout:has(.md\:layout\:\[--fd-sidebar-width\:268px\])) {
      --fd-sidebar-width: 268px;
    }
  }

  @media (min-width: 64rem) {
    :is(#nd-docs-layout:has(.lg\:layout\:\[--fd-header-height\:--spacing\(24\)\]), #nd-notebook-layout:has(.lg\:layout\:\[--fd-header-height\:--spacing\(24\)\]), #nd-home-layout:has(.lg\:layout\:\[--fd-header-height\:--spacing\(24\)\]), #nd-flux-layout:has(.lg\:layout\:\[--fd-header-height\:--spacing\(24\)\])) {
      --fd-header-height: calc(var(--spacing) * 24);
    }
  }

  @media (min-width: 80rem) {
    :is(#nd-docs-layout:has(.xl\:layout\:\[--fd-toc-width\:268px\]), #nd-notebook-layout:has(.xl\:layout\:\[--fd-toc-width\:268px\]), #nd-home-layout:has(.xl\:layout\:\[--fd-toc-width\:268px\]), #nd-flux-layout:has(.xl\:layout\:\[--fd-toc-width\:268px\])) {
      --fd-toc-width: 268px;
    }
  }

  .\[\&_svg\]\:size-3\.5 svg {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }

  .\[\&_svg\]\:size-4 svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .\[\&_svg\]\:size-4\.5 svg {
    width: calc(var(--spacing) * 4.5);
    height: calc(var(--spacing) * 4.5);
  }

  .\[\&_svg\]\:size-5 svg {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }

  .\[\&_svg\]\:size-5\.5 svg {
    width: calc(var(--spacing) * 5.5);
    height: calc(var(--spacing) * 5.5);
  }

  .\[\&_svg\]\:size-full svg {
    width: 100%;
    height: 100%;
  }

  .\[\&_svg\]\:shrink-0 svg {
    flex-shrink: 0;
  }

  .\[\&_svg\]\:text-fd-muted-foreground svg {
    color: var(--color-fd-muted-foreground);
  }

  .\[\&\>figure\:only-child\]\:-m-4 > figure:only-child {
    margin: calc(var(--spacing) * -4);
  }

  .\[\&\>figure\:only-child\]\:border-none > figure:only-child {
    --tw-border-style: none;
    border-style: none;
  }
}

.dark {
  --color-fd-background: #121212;
  --color-fd-foreground: #ebebeb;
  --color-fd-muted: #212121;
  --color-fd-muted-foreground: #b3b3b3cc;
  --color-fd-popover: #1e1e1e;
  --color-fd-popover-foreground: #dedede;
  --color-fd-card: #191919;
  --color-fd-card-foreground: #fafafa;
  --color-fd-border: #6663;
  --color-fd-primary: #fafafa;
  --color-fd-primary-foreground: #171717;
  --color-fd-secondary: #212121;
  --color-fd-secondary-foreground: #ebebeb;
  --color-fd-accent: #6868684d;
  --color-fd-accent-foreground: #e6e6e6;
  --color-fd-ring: #8c8c8c;
  --color-fd-overlay: #0003;
}

.dark #nd-sidebar {
  --color-fd-muted: #292929;
  --color-fd-secondary: #2e2e2e;
  --color-fd-muted-foreground: #b8b8b8;
}

:root {
  --fd-sidebar-drawer-offset: 100%;
}

[dir="rtl"] {
  --fd-sidebar-drawer-offset: -100%;
}

@property --radix-collapsible-content-height {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

.fd-page-tree-item-name {
  align-items: center;
  gap: calc(var(--spacing) * 1);
  width: 100%;
  display: inline-flex;
}

.shiki:not(.not-fumadocs-codeblock *) {
  --padding-left: calc(var(--spacing) * 4);
  --padding-right: calc(var(--spacing) * 4);
}

.shiki:not(.not-fumadocs-codeblock *) code span {
  color: var(--shiki-light);
  font-style: var(--shiki-light-font-style);
}

.shiki:not(.not-fumadocs-codeblock *) .line {
  padding-left: var(--padding-left);
  padding-right: var(--padding-right);
  position: relative;
}

.shiki:not(.not-fumadocs-codeblock *) .line:empty {
  height: 1lh;
}

.shiki:not(.not-fumadocs-codeblock *).has-focused .line:not(.focused) {
  filter: blur(2px);
  transition: filter .2s;
}

.shiki:not(.not-fumadocs-codeblock *).has-focused:hover .line:not(.focused) {
  filter: blur();
}

.shiki:not(.not-fumadocs-codeblock *) .diff:before {
  left: calc(var(--spacing) * 1.5);
  position: absolute;
}

.shiki:not(.not-fumadocs-codeblock *) .diff.remove {
  opacity: .7;
  --fd-counter-color: var(--color-fd-diff-remove-symbol);
  background-color: var(--color-fd-diff-remove);
}

.shiki:not(.not-fumadocs-codeblock *) .diff.remove:before {
  content: "-";
  color: var(--color-fd-diff-remove-symbol);
}

.shiki:not(.not-fumadocs-codeblock *) .diff.add {
  --fd-counter-color: var(--color-fd-diff-add-symbol);
  background-color: var(--color-fd-diff-add);
}

.shiki:not(.not-fumadocs-codeblock *) .diff.add:before {
  content: "+";
  color: var(--color-fd-diff-add-symbol);
}

.shiki:not(.not-fumadocs-codeblock *) .highlighted {
  --fd-counter-color: var(--color-fd-primary);
  background-color: #1717171a;
}

@supports (color: color-mix(in lab, red, red)) {
  .shiki:not(.not-fumadocs-codeblock *) .highlighted {
    background-color: color-mix(in oklab, var(--color-fd-primary) 10%, transparent);
  }
}

.shiki:not(.not-fumadocs-codeblock *) .highlighted:after {
  content: "";
  inset-block: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  border-left-style: var(--tw-border-style);
  border-color: #17171780;
  border-left-width: 2px;
  position: absolute;
}

@supports (color: color-mix(in lab, red, red)) {
  .shiki:not(.not-fumadocs-codeblock *) .highlighted:after {
    border-color: color-mix(in oklab, var(--color-fd-primary) 50%, transparent);
  }
}

.shiki:not(.not-fumadocs-codeblock *) .highlighted-word {
  border-radius: var(--radius-md);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #1717174d;
  margin-block: -1px;
  padding: 1px;
}

@supports (color: color-mix(in lab, red, red)) {
  .shiki:not(.not-fumadocs-codeblock *) .highlighted-word {
    border-color: color-mix(in oklab, var(--color-fd-primary) 30%, transparent);
  }
}

.shiki:not(.not-fumadocs-codeblock *) .highlighted-word {
  background-color: #1717171a;
}

@supports (color: color-mix(in lab, red, red)) {
  .shiki:not(.not-fumadocs-codeblock *) .highlighted-word {
    background-color: color-mix(in oklab, var(--color-fd-primary) 10%, transparent);
  }
}

.shiki:not(.not-fumadocs-codeblock *) .highlighted-word {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}

.shiki:not(.not-fumadocs-codeblock *)[data-line-numbers] .twoslash-meta-line {
  padding-left: calc(var(--padding-left) + 7 * var(--spacing));
}

.shiki:not(.not-fumadocs-codeblock *)[data-line-numbers] .line {
  counter-increment: line;
  padding-left: calc(var(--padding-left) + 7 * var(--spacing));
}

.shiki:not(.not-fumadocs-codeblock *)[data-line-numbers] .line:after {
  content: counter(line);
  color: var(--fd-counter-color, #737373);
  position: absolute;
}

@supports (color: color-mix(in lab, red, red)) {
  .shiki:not(.not-fumadocs-codeblock *)[data-line-numbers] .line:after {
    color: color-mix(in oklab, var(--fd-counter-color, var(--color-fd-muted-foreground)) 60%, transparent);
  }
}

.shiki:not(.not-fumadocs-codeblock *)[data-line-numbers] .line:after {
  inset-block: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  width: calc(var(--spacing) * 7);
  text-align: right;
}

.dark .shiki:not(.not-fumadocs-codeblock *) code span {
  color: var(--shiki-dark);
  font-style: var(--shiki-dark-font-style);
}

code.shiki:not(.not-fumadocs-code *) span {
  color: var(--shiki-light);
  font-style: var(--shiki-light-font-style);
}

.dark code.shiki:not(.not-fumadocs-code *) span {
  color: var(--shiki-dark);
  font-style: var(--shiki-dark-font-style);
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@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
}

@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-divide-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  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: 0;
}

@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-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-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-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}

@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;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes fd-sidebar-in {
  from {
    transform: translateX(var(--fd-sidebar-drawer-offset));
  }
}

@keyframes fd-sidebar-out {
  to {
    transform: translateX(var(--fd-sidebar-drawer-offset));
  }
}

@keyframes fd-dialog-in {
  from {
    opacity: 0;
    transform: scale(1.06);
  }

  to {
    transform: scale(1);
  }
}

@keyframes fd-dialog-out {
  from {
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(1.04);
  }
}

@keyframes fd-popover-in {
  from {
    opacity: 0;
    transform: scale(.9);
  }
}

@keyframes fd-popover-out {
  to {
    opacity: 0;
    transform: scale(.9);
  }
}

@keyframes fd-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fd-fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fd-enterFromRight {
  from {
    opacity: 0;
    transform: translateX(200px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fd-enterFromLeft {
  from {
    opacity: 0;
    transform: translateX(-200px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fd-exitToRight {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(200px);
  }
}

@keyframes fd-exitToLeft {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(-200px);
  }
}

@keyframes fd-collapsible-down {
  from {
    opacity: 0;
    height: 0;
  }

  to {
    height: var(--radix-collapsible-content-height);
  }
}

@keyframes fd-collapsible-up {
  from {
    height: var(--radix-collapsible-content-height);
  }

  to {
    opacity: 0;
    height: 0;
  }
}

@keyframes fd-accordion-down {
  from {
    opacity: .5;
    height: 0;
  }

  to {
    height: var(--radix-accordion-content-height);
  }
}

@keyframes fd-accordion-up {
  from {
    height: var(--radix-accordion-content-height);
  }

  to {
    opacity: .5;
    height: 0;
  }
}

@keyframes fd-nav-menu-in {
  from {
    opacity: 0;
    height: 0;
  }

  to {
    opacity: 1;
    height: var(--radix-navigation-menu-viewport-height);
  }
}

@keyframes fd-nav-menu-out {
  from {
    opacity: 1;
    height: var(--radix-navigation-menu-viewport-height);
  }

  to {
    opacity: 0;
    height: 0;
  }
}

/* [project]/frontend/src/styles/tailwind.css [app-client] (css) */
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-divide-x-reverse: 0;
      --tw-border-style: solid;
      --tw-divide-y-reverse: 0;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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-outline-style: solid;
      --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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: var(--font-inter), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
    --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono: var(--font-jetbrains-mono), "SFMono-Regular", ui-monospace, monospace;
    --color-red-50: #fef2f2;
    --color-red-100: #ffe2e2;
    --color-red-200: #ffcaca;
    --color-red-300: #ffa3a3;
    --color-red-400: #ff6568;
    --color-red-500: #fb2c36;
    --color-red-600: #e40014;
    --color-red-700: #bf000f;
    --color-red-800: #9f0712;
    --color-red-900: #82181a;
    --color-red-950: #460809;
    --color-orange-50: #fff7ed;
    --color-orange-100: #ffedd5;
    --color-orange-300: #ffb96d;
    --color-orange-400: #ff8b1a;
    --color-orange-500: #fe6e00;
    --color-orange-600: #f05100;
    --color-orange-700: #c53c00;
    --color-orange-900: #7e2a0c;
    --color-orange-950: #441306;
    --color-amber-50: #fffbeb;
    --color-amber-100: #fef3c6;
    --color-amber-200: #fee685;
    --color-amber-300: #ffd236;
    --color-amber-400: #fcbb00;
    --color-amber-500: #f99c00;
    --color-amber-600: #dd7400;
    --color-amber-700: #b75000;
    --color-amber-800: #953d00;
    --color-amber-900: #7b3306;
    --color-yellow-50: #fefce8;
    --color-yellow-100: #fef9c2;
    --color-yellow-200: #fff085;
    --color-yellow-300: #ffe02a;
    --color-yellow-400: #fac800;
    --color-yellow-500: #edb200;
    --color-yellow-600: #cd8900;
    --color-yellow-700: #a36100;
    --color-yellow-800: #874b00;
    --color-yellow-900: #733e0a;
    --color-yellow-950: #432004;
    --color-lime-500: #80cd00;
    --color-green-50: #f0fdf4;
    --color-green-100: #dcfce7;
    --color-green-200: #b9f8cf;
    --color-green-300: #7bf1a8;
    --color-green-400: #05df72;
    --color-green-500: #00c758;
    --color-green-600: #00a544;
    --color-green-700: #008138;
    --color-green-800: #016630;
    --color-green-900: #0d542b;
    --color-green-950: #032e15;
    --color-emerald-50: #ecfdf5;
    --color-emerald-100: #d0fae5;
    --color-emerald-200: #a4f4cf;
    --color-emerald-400: #00d294;
    --color-emerald-500: #00bb7f;
    --color-emerald-600: #009767;
    --color-emerald-700: #007956;
    --color-emerald-800: #005f46;
    --color-emerald-900: #004e3b;
    --color-teal-50: #f0fdfa;
    --color-teal-300: #46ecd5;
    --color-teal-500: #00baa7;
    --color-teal-600: #009588;
    --color-teal-700: #00776e;
    --color-teal-900: #0b4f4a;
    --color-teal-950: #022f2e;
    --color-cyan-500: #00b7d7;
    --color-cyan-600: #0092b5;
    --color-cyan-700: #007492;
    --color-sky-50: #f0f9ff;
    --color-sky-100: #dff2fe;
    --color-sky-200: #b8e6fe;
    --color-sky-400: #00bcfe;
    --color-sky-700: #0069a4;
    --color-sky-800: #005986;
    --color-sky-950: #052f4a;
    --color-blue-50: #eff6ff;
    --color-blue-100: #dbeafe;
    --color-blue-200: #bedbff;
    --color-blue-300: #90c5ff;
    --color-blue-400: #54a2ff;
    --color-blue-500: #3080ff;
    --color-blue-600: #155dfc;
    --color-blue-700: #1447e6;
    --color-blue-800: #193cb8;
    --color-blue-900: #1c398e;
    --color-blue-950: #162456;
    --color-indigo-50: #eef2ff;
    --color-indigo-100: #e0e7ff;
    --color-indigo-200: #c7d2ff;
    --color-indigo-300: #a4b3ff;
    --color-indigo-400: #7d87ff;
    --color-indigo-500: #625fff;
    --color-indigo-600: #4f39f6;
    --color-indigo-700: #432dd7;
    --color-indigo-900: #312c85;
    --color-indigo-950: #1e1a4d;
    --color-purple-50: #faf5ff;
    --color-purple-100: #f3e8ff;
    --color-purple-200: #e9d5ff;
    --color-purple-300: #d9b3ff;
    --color-purple-400: #c07eff;
    --color-purple-500: #ac4bff;
    --color-purple-600: #9810fa;
    --color-purple-700: #8200da;
    --color-purple-800: #6e11b0;
    --color-purple-900: #59168b;
    --color-purple-950: #3c0366;
    --color-pink-50: #fdf2f8;
    --color-pink-300: #fda5d5;
    --color-pink-400: #fb64b6;
    --color-pink-500: #f6339a;
    --color-pink-600: #e30076;
    --color-pink-700: #c4005c;
    --color-pink-900: #861043;
    --color-pink-950: #510424;
    --color-rose-50: #fff1f2;
    --color-rose-100: #ffe4e6;
    --color-rose-300: #ffa2ae;
    --color-rose-400: #ff667f;
    --color-rose-600: #e70044;
    --color-rose-700: #c20039;
    --color-rose-900: #8b0836;
    --color-rose-950: #4d0218;
    --color-slate-50: #f8fafc;
    --color-slate-100: #f1f5f9;
    --color-slate-200: #e2e8f0;
    --color-slate-300: #cad5e2;
    --color-slate-500: #62748e;
    --color-slate-600: #45556c;
    --color-slate-700: #314158;
    --color-slate-800: #1d293d;
    --color-slate-900: #0f172b;
    --color-gray-50: var(--theme-bg-secondary);
    --color-gray-100: var(--theme-bg-tertiary);
    --color-gray-200: var(--theme-border);
    --color-gray-300: var(--theme-border-strong);
    --color-gray-400: var(--theme-fg-tertiary);
    --color-gray-500: var(--theme-fg-secondary);
    --color-gray-600: var(--theme-fg-secondary);
    --color-gray-700: var(--theme-fg);
    --color-gray-800: var(--theme-fg);
    --color-gray-900: var(--theme-fg);
    --color-gray-950: var(--theme-fg);
    --color-zinc-50: #fafafa;
    --color-zinc-100: #f4f4f5;
    --color-zinc-200: #e4e4e7;
    --color-zinc-300: #d4d4d8;
    --color-zinc-400: #9f9fa9;
    --color-zinc-500: #71717b;
    --color-zinc-600: #52525c;
    --color-zinc-700: #3f3f46;
    --color-zinc-800: #27272a;
    --color-zinc-900: #18181b;
    --color-zinc-950: #09090b;
    --color-neutral-200: #e5e5e5;
    --color-neutral-300: #d4d4d4;
    --color-neutral-400: #a1a1a1;
    --color-neutral-600: #525252;
    --color-neutral-700: #404040;
    --color-neutral-800: #262626;
    --color-neutral-900: #171717;
    --color-stone-100: #f5f5f4;
    --color-black: var(--theme-fg);
    --color-white: var(--theme-bg);
    --spacing: .25rem;
    --breakpoint-sm: 40rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .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-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-tight: -.025em;
    --tracking-normal: 0em;
    --tracking-wide: .025em;
    --tracking-wider: .05em;
    --tracking-widest: .1em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --radius-sm: calc(var(--radius) - 4px);
    --radius-md: calc(var(--radius) - 2px);
    --radius-lg: var(--radius);
    --radius-xl: calc(var(--radius) + 4px);
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --shadow-sm: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    --shadow-md: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
    --shadow-lg: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    --shadow-xl: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
    --drop-shadow-lg: 0 4px 4px #00000026;
    --ease-in: cubic-bezier(.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-ping: ping 1s cubic-bezier(0, 0, .2, 1) infinite;
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --animate-bounce: bounce 1s infinite;
    --blur-xs: 4px;
    --blur-sm: 8px;
    --blur-md: 12px;
    --blur-lg: 16px;
    --blur-xl: 24px;
    --blur-3xl: 64px;
    --aspect-video: 16 / 9;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-background: var(--background);
    --color-foreground: var(--foreground);
    --color-primary: var(--primary);
    --color-primary-foreground: var(--primary-foreground);
    --color-secondary: var(--secondary);
    --color-secondary-foreground: var(--secondary-foreground);
    --color-muted: var(--muted);
    --color-muted-foreground: var(--muted-foreground);
    --color-accent: var(--accent);
    --color-accent-foreground: var(--accent-foreground);
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-red-50: lab(96.5005% 4.18508 1.52328);
      --color-red-100: lab(92.243% 10.2865 3.83865);
      --color-red-200: lab(86.017% 19.8815 7.75869);
      --color-red-300: lab(76.5514% 36.422 15.5335);
      --color-red-400: lab(63.7053% 60.745 31.3109);
      --color-red-500: lab(55.4814% 75.0732 48.8528);
      --color-red-600: lab(48.4493% 77.4328 61.5452);
      --color-red-700: lab(40.4273% 67.2623 53.7441);
      --color-red-800: lab(33.7174% 55.8993 41.0293);
      --color-red-900: lab(28.5139% 44.5539 29.0463);
      --color-red-950: lab(13.003% 29.04 16.7519);
      --color-orange-50: lab(97.7008% 1.53735 5.90649);
      --color-orange-100: lab(94.7127% 3.58394 14.3151);
      --color-orange-300: lab(80.8059% 21.7313 50.4455);
      --color-orange-400: lab(70.0429% 42.5156 75.8207);
      --color-orange-500: lab(64.272% 57.1788 90.3583);
      --color-orange-600: lab(57.1026% 64.2584 89.8886);
      --color-orange-700: lab(46.4615% 57.7275 70.8507);
      --color-orange-900: lab(30.2951% 36.0434 37.671);
      --color-orange-950: lab(14.1747% 23.4515 19.4461);
      --color-amber-50: lab(98.6252% -.635922 8.42309);
      --color-amber-100: lab(95.916% -1.21653 23.111);
      --color-amber-200: lab(91.7203% -.505269 49.9084);
      --color-amber-300: lab(86.4156% 6.13147 78.3961);
      --color-amber-400: lab(80.1641% 16.6016 99.2089);
      --color-amber-500: lab(72.7183% 31.8672 97.9407);
      --color-amber-600: lab(60.3514% 40.5624 87.1228);
      --color-amber-700: lab(47.2709% 42.9082 69.2966);
      --color-amber-800: lab(37.8822% 37.1699 52.2718);
      --color-amber-900: lab(31.2288% 30.2627 40.0378);
      --color-yellow-50: lab(98.6846% -1.79055 9.7766);
      --color-yellow-100: lab(97.3564% -4.51407 27.344);
      --color-yellow-200: lab(94.3433% -5.00429 52.9663);
      --color-yellow-300: lab(89.7033% -.480294 84.4917);
      --color-yellow-400: lab(83.2664% 8.65132 106.895);
      --color-yellow-500: lab(76.3898% 14.5258 98.4589);
      --color-yellow-600: lab(62.7799% 22.4197 86.1544);
      --color-yellow-700: lab(47.8202% 25.2426 66.5015);
      --color-yellow-800: lab(38.7484% 23.5833 51.4916);
      --color-yellow-900: lab(32.3865% 21.1273 38.5959);
      --color-yellow-950: lab(16.8146% 15.7422 23.1133);
      --color-lime-500: lab(75.3197% -46.6547 86.1778);
      --color-green-50: lab(98.1563% -5.60117 2.75915);
      --color-green-100: lab(96.1861% -13.8464 6.52365);
      --color-green-200: lab(92.4222% -26.4702 12.9427);
      --color-green-300: lab(86.9953% -47.2691 25.0054);
      --color-green-400: lab(78.503% -64.9265 39.7492);
      --color-green-500: lab(70.5521% -66.5147 45.8073);
      --color-green-600: lab(59.0978% -58.6621 41.2579);
      --color-green-700: lab(47.0329% -47.0239 31.4788);
      --color-green-800: lab(37.4616% -36.7971 22.9692);
      --color-green-900: lab(30.797% -29.6927 17.382);
      --color-green-950: lab(15.6845% -20.4225 11.7249);
      --color-emerald-50: lab(97.8462% -6.94966 1.85487);
      --color-emerald-100: lab(94.9004% -17.0769 5.63836);
      --color-emerald-200: lab(90.2247% -31.039 9.47084);
      --color-emerald-400: lab(75.0771% -60.7313 19.4147);
      --color-emerald-500: lab(66.9756% -58.27 19.5419);
      --color-emerald-600: lab(55.0481% -49.9246 15.93);
      --color-emerald-700: lab(44.4871% -41.0396 11.0361);
      --color-emerald-800: lab(35.3675% -33.1188 8.04002);
      --color-emerald-900: lab(28.8637% -26.9249 5.45986);
      --color-teal-50: lab(98.3189% -4.74921 -.111711);
      --color-teal-300: lab(84.8977% -48.1516 -1.3321);
      --color-teal-500: lab(67.3859% -49.0983 -2.63511);
      --color-teal-600: lab(55.0223% -41.0774 -3.90277);
      --color-teal-700: lab(44.4134% -33.1436 -4.22149);
      --color-teal-900: lab(29.506% -21.4706 -3.59886);
      --color-teal-950: lab(16.6371% -15.3183 -3.81732);
      --color-cyan-500: lab(67.805% -35.3952 -30.2018);
      --color-cyan-600: lab(55.1767% -26.7496 -30.5139);
      --color-cyan-700: lab(44.7267% -21.5987 -26.118);
      --color-sky-50: lab(97.3623% -2.33802 -4.13098);
      --color-sky-100: lab(94.3709% -4.56053 -8.23453);
      --color-sky-200: lab(88.6983% -11.3978 -16.8488);
      --color-sky-400: lab(70.687% -23.6078 -45.9483);
      --color-sky-700: lab(41.6013% -9.10804 -42.5647);
      --color-sky-800: lab(35.164% -9.57692 -34.4068);
      --color-sky-950: lab(17.8299% -5.31271 -21.1584);
      --color-blue-50: lab(96.492% -1.14644 -5.11479);
      --color-blue-100: lab(92.0301% -2.24757 -11.6453);
      --color-blue-200: lab(86.15% -4.04379 -21.0797);
      --color-blue-300: lab(77.5052% -6.4629 -36.42);
      --color-blue-400: lab(65.0361% -1.42065 -56.9802);
      --color-blue-500: lab(54.1736% 13.3369 -74.6839);
      --color-blue-600: lab(44.0605% 29.0279 -86.0352);
      --color-blue-700: lab(36.9089% 35.0961 -85.6872);
      --color-blue-800: lab(30.2514% 27.7853 -70.2699);
      --color-blue-900: lab(26.1542% 15.7545 -51.5504);
      --color-blue-950: lab(15.6723% 8.86232 -32.2945);
      --color-indigo-50: lab(95.4818% .411302 -6.78529);
      --color-indigo-100: lab(91.6577% 1.04591 -12.7199);
      --color-indigo-200: lab(84.4329% 3.18977 -23.9688);
      --color-indigo-300: lab(74.0235% 8.54138 -41.6075);
      --color-indigo-400: lab(59.866% 22.4834 -64.4485);
      --color-indigo-500: lab(48.295% 38.3129 -81.9673);
      --color-indigo-600: lab(38.4009% 52.6132 -92.3857);
      --color-indigo-700: lab(32.4486% 49.2217 -84.6695);
      --color-indigo-900: lab(23.3911% 24.6978 -50.4718);
      --color-indigo-950: lab(12.4853% 14.9672 -31.3418);
      --color-purple-50: lab(97.1627% 2.99937 -4.13398);
      --color-purple-100: lab(93.3333% 6.97437 -9.83434);
      --color-purple-200: lab(87.8405% 13.4282 -18.7159);
      --color-purple-300: lab(78.3298% 26.2195 -34.9499);
      --color-purple-400: lab(63.6946% 47.6127 -59.2066);
      --color-purple-500: lab(52.0183% 66.11 -78.2316);
      --color-purple-600: lab(43.0295% 75.21 -86.5669);
      --color-purple-700: lab(36.1758% 69.8525 -80.0381);
      --color-purple-800: lab(30.6017% 56.7637 -64.4751);
      --color-purple-900: lab(24.9401% 45.2703 -51.2728);
      --color-purple-950: lab(14.8253% 38.9005 -44.5861);
      --color-pink-50: lab(96.4459% 4.53997 -1.49434);
      --color-pink-300: lab(77.8308% 38.525 -10.5394);
      --color-pink-400: lab(64.5597% 64.3615 -12.7988);
      --color-pink-500: lab(56.9303% 76.8162 -8.07021);
      --color-pink-600: lab(49.5493% 79.8381 2.31768);
      --color-pink-700: lab(42.1737% 71.8009 7.42233);
      --color-pink-900: lab(29.4367% 49.3962 3.35757);
      --color-pink-950: lab(15.6116% 35.2166 3.53979);
      --color-rose-50: lab(96.2369% 4.94155 1.28011);
      --color-rose-100: lab(92.8221% 9.86832 2.60075);
      --color-rose-300: lab(76.6339% 38.3549 9.68835);
      --color-rose-400: lab(64.4125% 63.0291 19.2068);
      --color-rose-600: lab(49.1882% 81.577 36.0311);
      --color-rose-700: lab(41.1651% 71.6251 30.3087);
      --color-rose-900: lab(29.7104% 51.514 12.6253);
      --color-rose-950: lab(14.2323% 34.0086 9.80922);
      --color-slate-50: lab(98.1434% -.369519 -1.05966);
      --color-slate-100: lab(96.286% -.852436 -2.46847);
      --color-slate-200: lab(91.7353% -.998765 -4.76968);
      --color-slate-300: lab(84.7652% -1.94535 -7.93337);
      --color-slate-500: lab(48.0876% -2.03595 -16.5814);
      --color-slate-600: lab(35.5623% -1.74978 -15.4316);
      --color-slate-700: lab(26.9569% -1.47016 -15.6993);
      --color-slate-800: lab(16.132% -.318035 -14.6672);
      --color-slate-900: lab(7.78673% 1.82345 -15.0537);
      --color-zinc-50: lab(98.26% 0 0);
      --color-zinc-100: lab(96.1634% .0993311 -.364041);
      --color-zinc-200: lab(90.6853% .399232 -1.45452);
      --color-zinc-300: lab(84.9837% .601262 -2.17986);
      --color-zinc-400: lab(65.6464% 1.53497 -5.42429);
      --color-zinc-500: lab(47.8878% 1.65477 -5.77283);
      --color-zinc-600: lab(35.1166% 1.78212 -6.1173);
      --color-zinc-700: lab(26.8019% 1.35387 -4.68303);
      --color-zinc-800: lab(15.7305% .613764 -2.16959);
      --color-zinc-900: lab(8.30603% .618205 -2.16572);
      --color-zinc-950: lab(2.51107% .242703 -.886115);
      --color-neutral-200: lab(90.952% 0 -.0000119209);
      --color-neutral-300: lab(84.92% 0 -.0000119209);
      --color-neutral-400: lab(66.128% -.0000298023 .0000119209);
      --color-neutral-600: lab(34.924% 0 0);
      --color-neutral-700: lab(27.036% 0 0);
      --color-neutral-800: lab(15.204% 0 -.00000596046);
      --color-neutral-900: lab(7.78201% -.0000149012 0);
      --color-stone-100: lab(96.5286% -.0991821 .364268);
    }
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  *, :after, :before, ::backdrop {
    border-color: var(--color-gray-200, currentColor);
  }

  ::file-selector-button {
    border-color: var(--color-gray-200, currentColor);
  }

  a, button {
    outline-color: var(--theme-accent);
  }

  html, body {
    background: var(--theme-bg);
    color: var(--theme-fg);
  }

  body {
    font-family: var(--font-inter), system-ui, sans-serif;
  }

  a:focus-visible, button:focus-visible {
    border-radius: var(--geist-radius-sm);
    outline: 2px solid;
    outline-color: var(--theme-accent);
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--text-primary);
    background-color: var(--site-bg);
  }

  body::selection {
    background: var(--brand-color);
    color: var(--surface-strong);
  }

  input:where([type="text"]), input:where(:not([type])), input:where([type="email"]), input:where([type="url"]), input:where([type="password"]), input:where([type="number"]), input:where([type="date"]), input:where([type="datetime-local"]), input:where([type="month"]), input:where([type="search"]), input:where([type="tel"]), input:where([type="time"]), input:where([type="week"]), select:where([multiple]), textarea, select {
    appearance: none;
    border-color: var(--theme-fg-secondary);
    --tw-shadow: 0 0 #0000;
    background-color: #fff;
    border-width: 1px;
    border-radius: 0;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  :is(input:where([type="text"]), input:where(:not([type])), input:where([type="email"]), input:where([type="url"]), input:where([type="password"]), input:where([type="number"]), input:where([type="date"]), input:where([type="datetime-local"]), input:where([type="month"]), input:where([type="search"]), input:where([type="tel"]), input:where([type="time"]), input:where([type="week"]), select:where([multiple]), textarea, select):focus {
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #155dfc;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #155dfc;
    border-color: lab(44.0605% 29.0279 -86.0352);
    outline: 2px solid #0000;
  }

  @supports (color: lab(0% 0 0)) {
    :is(input:where([type="text"]), input:where(:not([type])), input:where([type="email"]), input:where([type="url"]), input:where([type="password"]), input:where([type="number"]), input:where([type="date"]), input:where([type="datetime-local"]), input:where([type="month"]), input:where([type="search"]), input:where([type="tel"]), input:where([type="time"]), input:where([type="week"]), select:where([multiple]), textarea, select):focus {
      --tw-ring-color: lab(44.0605% 29.0279 -86.0352);
    }
  }

  input::placeholder, textarea::placeholder {
    color: var(--theme-fg-secondary);
    opacity: 1;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }

  ::-webkit-date-and-time-value {
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  select {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right .5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
  }

  select:where([multiple]), select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    print-color-adjust: unset;
    padding-right: .75rem;
  }

  input:where([type="checkbox"]), input:where([type="radio"]) {
    appearance: none;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    color: #155dfc;
    color: lab(44.0605% 29.0279 -86.0352);
    border-color: var(--theme-fg-secondary);
    --tw-shadow: 0 0 #0000;
    background-color: #fff;
    background-origin: border-box;
    border-width: 1px;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    padding: 0;
    display: inline-block;
  }

  input:where([type="checkbox"]) {
    border-radius: 0;
  }

  input:where([type="radio"]) {
    border-radius: 100%;
  }

  input:where([type="checkbox"]):focus, input:where([type="radio"]):focus {
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #155dfc;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    outline: 2px solid #0000;
  }

  @supports (color: lab(0% 0 0)) {
    input:where([type="checkbox"]):focus, input:where([type="radio"]):focus {
      --tw-ring-color: lab(44.0605% 29.0279 -86.0352);
    }
  }

  input:where([type="checkbox"]):checked, input:where([type="radio"]):checked {
    background-color: currentColor;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-color: #0000;
  }

  input:where([type="checkbox"]):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
  }

  @media (forced-colors: active) {
    input:where([type="checkbox"]):checked {
      appearance: auto;
    }
  }

  input:where([type="radio"]):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  }

  @media (forced-colors: active) {
    input:where([type="radio"]):checked {
      appearance: auto;
    }
  }

  input:where([type="checkbox"]):checked:hover, input:where([type="checkbox"]):checked:focus, input:where([type="radio"]):checked:hover, input:where([type="radio"]):checked:focus {
    background-color: currentColor;
    border-color: #0000;
  }

  input:where([type="checkbox"]):indeterminate {
    background-color: currentColor;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-color: #0000;
  }

  @media (forced-colors: active) {
    input:where([type="checkbox"]):indeterminate {
      appearance: auto;
    }
  }

  input:where([type="checkbox"]):indeterminate:hover, input:where([type="checkbox"]):indeterminate:focus {
    background-color: currentColor;
    border-color: #0000;
  }

  input:where([type="file"]) {
    background: unset;
    border-color: inherit;
    font-size: unset;
    line-height: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
  }

  input:where([type="file"]):focus {
    outline: 1px solid buttontext;
    outline: 1px auto -webkit-focus-ring-color;
  }
}

@layer components {
  .container-shell {
    width: min(100%, var(--container-shell));
    margin-inline: auto;
    padding-inline: clamp(1rem, 2vw, 1.5rem);
  }

  .container-content {
    width: min(100%, var(--container-content));
    margin-inline: auto;
    padding-inline: clamp(1rem, 2vw, 1.5rem);
  }

  .container-reading {
    width: min(100%, var(--container-reading));
    margin-inline: auto;
  }

  .surface-shell {
    background: var(--shell-bg);
    color: var(--text-primary);
  }

  .surface-elevated {
    background: var(--surface-elevated);
    border: 1px solid var(--border-subtle);
    box-shadow: var(--shadow-soft);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }

  .section-space-sm {
    padding-block: var(--space-section-sm);
  }

  .section-space-md {
    padding-block: var(--space-section-md);
  }

  .section-space-lg {
    padding-block: var(--space-section-lg);
  }
}

@layer utilities {
  .\@container, .\[container-type\:inline-size\] {
    container-type: inline-size;
  }

  .pointer-events-none {
    pointer-events: none;
  }

  .collapse {
    visibility: collapse;
  }

  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .inset-4 {
    inset: calc(var(--spacing) * 4);
  }

  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }

  .inset-x-2 {
    inset-inline: calc(var(--spacing) * 2);
  }

  .inset-x-6 {
    inset-inline: calc(var(--spacing) * 6);
  }

  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }

  .inset-y-2 {
    inset-block: calc(var(--spacing) * 2);
  }

  .inset-s-0 {
    inset-inline-start: calc(var(--spacing) * 0);
  }

  .inset-s-3 {
    inset-inline-start: calc(var(--spacing) * 3);
  }

  .inset-s-4 {
    inset-inline-start: calc(var(--spacing) * 4);
  }

  .inset-s-6 {
    inset-inline-start: calc(var(--spacing) * 6);
  }

  .start {
    inset-inline-start: var(--spacing);
  }

  .end {
    inset-inline-end: var(--spacing);
  }

  .end-2 {
    inset-inline-end: calc(var(--spacing) * 2);
  }

  .inset-e-0 {
    inset-inline-end: calc(var(--spacing) * 0);
  }

  .inset-e-2 {
    inset-inline-end: calc(var(--spacing) * 2);
  }

  .-top-0\.5 {
    top: calc(var(--spacing) * -.5);
  }

  .-top-1\.5 {
    top: calc(var(--spacing) * -1.5);
  }

  .-top-2 {
    top: calc(var(--spacing) * -2);
  }

  .top-\(--fd-docs-row-1\) {
    top: var(--fd-docs-row-1);
  }

  .top-\(--fd-docs-row-2\) {
    top: var(--fd-docs-row-2);
  }

  .top-\(--fd-docs-row-3\) {
    top: var(--fd-docs-row-3);
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-0\.5 {
    top: calc(var(--spacing) * .5);
  }

  .top-1 {
    top: calc(var(--spacing) * 1);
  }

  .top-1\/2 {
    top: 50%;
  }

  .top-2 {
    top: calc(var(--spacing) * 2);
  }

  .top-2\.5 {
    top: calc(var(--spacing) * 2.5);
  }

  .top-3 {
    top: calc(var(--spacing) * 3);
  }

  .top-4 {
    top: calc(var(--spacing) * 4);
  }

  .top-7 {
    top: calc(var(--spacing) * 7);
  }

  .top-14 {
    top: calc(var(--spacing) * 14);
  }

  .top-16 {
    top: calc(var(--spacing) * 16);
  }

  .top-20 {
    top: calc(var(--spacing) * 20);
  }

  .top-24 {
    top: calc(var(--spacing) * 24);
  }

  .top-\[-5px\] {
    top: -5px;
  }

  .top-\[-22px\] {
    top: -22px;
  }

  .top-\[10\.5\%\] {
    top: 10.5%;
  }

  .top-\[45\%\] {
    top: 45%;
  }

  .top-\[50\%\] {
    top: 50%;
  }

  .top-\[65\%\] {
    top: 65%;
  }

  .top-\[calc\(--spacing\(4\)\+var\(--fd-docs-row-3\)\)\] {
    top: calc(calc(var(--spacing) * 4) + var(--fd-docs-row-3));
  }

  .top-\[calc\(var\(--header-height\)-0\.25rem\)\] {
    top: calc(var(--header-height) - .25rem);
  }

  .top-full {
    top: 100%;
  }

  .-right-0\.5 {
    right: calc(var(--spacing) * -.5);
  }

  .-right-2 {
    right: calc(var(--spacing) * -2);
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .right-0\.5 {
    right: calc(var(--spacing) * .5);
  }

  .right-1 {
    right: calc(var(--spacing) * 1);
  }

  .right-2 {
    right: calc(var(--spacing) * 2);
  }

  .right-3 {
    right: calc(var(--spacing) * 3);
  }

  .right-4 {
    right: calc(var(--spacing) * 4);
  }

  .right-6 {
    right: calc(var(--spacing) * 6);
  }

  .right-\[-5px\] {
    right: -5px;
  }

  .right-\[-21\%\] {
    right: -21%;
  }

  .right-\[-35\%\] {
    right: -35%;
  }

  .right-\[-36px\] {
    right: -36px;
  }

  .right-\[5\%\] {
    right: 5%;
  }

  .right-\[18px\] {
    right: 18px;
  }

  .-bottom-0\.5 {
    bottom: calc(var(--spacing) * -.5);
  }

  .-bottom-2 {
    bottom: calc(var(--spacing) * -2);
  }

  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

  .bottom-1\.5 {
    bottom: calc(var(--spacing) * 1.5);
  }

  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }

  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }

  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }

  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }

  .bottom-8 {
    bottom: calc(var(--spacing) * 8);
  }

  .bottom-20 {
    bottom: calc(var(--spacing) * 20);
  }

  .bottom-24 {
    bottom: calc(var(--spacing) * 24);
  }

  .bottom-26 {
    bottom: calc(var(--spacing) * 26);
  }

  .bottom-\[-5px\] {
    bottom: -5px;
  }

  .bottom-\[14\%\] {
    bottom: 14%;
  }

  .bottom-\[24px\] {
    bottom: 24px;
  }

  .-left-2 {
    left: calc(var(--spacing) * -2);
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .left-1\/2 {
    left: 50%;
  }

  .left-2 {
    left: calc(var(--spacing) * 2);
  }

  .left-2\.5 {
    left: calc(var(--spacing) * 2.5);
  }

  .left-3 {
    left: calc(var(--spacing) * 3);
  }

  .left-4 {
    left: calc(var(--spacing) * 4);
  }

  .left-\[-5px\] {
    left: -5px;
  }

  .left-\[-20px\] {
    left: -20px;
  }

  .left-\[10\%\] {
    left: 10%;
  }

  .left-\[18px\] {
    left: 18px;
  }

  .left-\[32px\] {
    left: 32px;
  }

  .left-\[50\%\] {
    left: 50%;
  }

  .left-full {
    left: 100%;
  }

  .isolate {
    isolation: isolate;
  }

  .-z-1 {
    z-index: calc(1 * -1);
  }

  .z-0 {
    z-index: 0;
  }

  .z-1 {
    z-index: 1;
  }

  .z-2 {
    z-index: 2;
  }

  .z-10 {
    z-index: 10;
  }

  .z-20 {
    z-index: 20;
  }

  .z-30 {
    z-index: 30;
  }

  .z-40 {
    z-index: 40;
  }

  .z-50 {
    z-index: 50;
  }

  .z-60 {
    z-index: 60;
  }

  .z-70 {
    z-index: 70;
  }

  .z-80 {
    z-index: 80;
  }

  .z-\[60\] {
    z-index: 60;
  }

  .z-\[100\] {
    z-index: 100;
  }

  .z-\[1000\] {
    z-index: 1000;
  }

  .z-\[9999\] {
    z-index: 9999;
  }

  .order-last {
    order: 9999;
  }

  .col-span-1 {
    grid-column: span 1 / span 1;
  }

  .col-span-2 {
    grid-column: span 2 / span 2;
  }

  .col-span-full {
    grid-column: 1 / -1;
  }

  .row-span-1 {
    grid-row: span 1 / span 1;
  }

  .row-span-2 {
    grid-row: span 2 / span 2;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .\!m-0 {
    margin: calc(var(--spacing) * 0) !important;
  }

  .m-0 {
    margin: calc(var(--spacing) * 0);
  }

  .m-2850 {
    margin: calc(var(--spacing) * 2850);
  }

  .m-auto {
    margin: auto;
  }

  .-mx-1 {
    margin-inline: calc(var(--spacing) * -1);
  }

  .-mx-2 {
    margin-inline: calc(var(--spacing) * -2);
  }

  .-mx-4 {
    margin-inline: calc(var(--spacing) * -4);
  }

  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }

  .-mx-px {
    margin-inline: -1px;
  }

  .mx-0\.5 {
    margin-inline: calc(var(--spacing) * .5);
  }

  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }

  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }

  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }

  .mx-auto {
    margin-inline: auto;
  }

  .my-0 {
    margin-block: calc(var(--spacing) * 0);
  }

  .my-0\! {
    margin-block: calc(var(--spacing) * 0) !important;
  }

  .my-0\.5 {
    margin-block: calc(var(--spacing) * .5);
  }

  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }

  .my-1\.5 {
    margin-block: calc(var(--spacing) * 1.5);
  }

  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }

  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }

  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }

  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }

  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }

  .my-12 {
    margin-block: calc(var(--spacing) * 12);
  }

  .my-auto {
    margin-block: auto;
  }

  .-ms-1\.5 {
    margin-inline-start: calc(var(--spacing) * -1.5);
  }

  .ms-1 {
    margin-inline-start: calc(var(--spacing) * 1);
  }

  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }

  .ms-auto {
    margin-inline-start: auto;
  }

  .ms-px {
    margin-inline-start: 1px;
  }

  .-me-0\.5 {
    margin-inline-end: calc(var(--spacing) * -.5);
  }

  .-me-1\.5 {
    margin-inline-end: calc(var(--spacing) * -1.5);
  }

  .-me-2 {
    margin-inline-end: calc(var(--spacing) * -2);
  }

  .me-1 {
    margin-inline-end: calc(var(--spacing) * 1);
  }

  .me-2 {
    margin-inline-end: calc(var(--spacing) * 2);
  }

  .me-auto {
    margin-inline-end: auto;
  }

  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
  }

  .prose :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .prose :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    font-size: 1.25em;
    line-height: 1.6;
  }

  .prose :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-weight: 500;
    text-decoration: underline;
  }

  .prose :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
  }

  .prose :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(blockquote strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(thead th strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
  }

  .prose :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
    list-style-type: decimal;
  }

  .prose :where(ol[type="A"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }

  .prose :where(ol[type="a"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }

  .prose :where(ol[type="A" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }

  .prose :where(ol[type="a" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }

  .prose :where(ol[type="I"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }

  .prose :where(ol[type="i"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }

  .prose :where(ol[type="I" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }

  .prose :where(ol[type="i" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }

  .prose :where(ol[type="1"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: decimal;
  }

  .prose :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
    list-style-type: disc;
  }

  .prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
    color: var(--tw-prose-counters);
    font-weight: 400;
  }

  .prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
  }

  .prose :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 1.25em;
    font-weight: 600;
  }

  .prose :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .prose :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-quotes);
    border-inline-start-width: .25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "“""”""‘""’";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
    font-style: italic;
    font-weight: 500;
  }

  .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):before {
    content: open-quote;
  }

  .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
    content: close-quote;
  }

  .prose :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 0;
    margin-bottom: .888889em;
    font-size: 2.25em;
    font-weight: 800;
    line-height: 1.11111;
  }

  .prose :where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-weight: 900;
  }

  .prose :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.33333;
  }

  .prose :where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-weight: 800;
  }

  .prose :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 1.6em;
    margin-bottom: .6em;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.6;
  }

  .prose :where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-weight: 700;
  }

  .prose :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 1.5em;
    margin-bottom: .5em;
    font-weight: 600;
    line-height: 1.5;
  }

  .prose :where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-weight: 700;
  }

  .prose :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .prose :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
    display: block;
  }

  .prose :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .prose :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
    padding-top: .1875em;
    padding-inline-end: .375em;
    padding-bottom: .1875em;
    border-radius: .3125rem;
    padding-inline-start: .375em;
    font-family: inherit;
    font-size: .875em;
    font-weight: 500;
  }

  .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: #625fff;
    color: lab(48.295% 38.3129 -81.9673);
    word-break: normal;
    overflow-wrap: normal;
    font-size: .875em;
    font-weight: 600;
  }

  .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
    content: "`";
  }

  .prose :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
  }

  .prose :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-size: .875em;
  }

  .prose :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-size: .9em;
  }

  .prose :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(blockquote code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(thead th code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
  }

  .prose :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    padding-top: .857143em;
    padding-inline-end: 1.14286em;
    padding-bottom: .857143em;
    word-wrap: normal;
    white-space: pre;
    border-radius: .375rem;
    max-width: 100%;
    margin-top: 1.71429em;
    margin-bottom: 1.71429em;
    padding-inline-start: 1.14286em;
    font-size: .875em;
    font-weight: 400;
    line-height: 1.71429;
    overflow: auto hidden;
  }

  .prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    word-wrap: normal;
    white-space: pre;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    width: max-content;
    min-width: 100%;
    max-width: none;
    padding: 0;
    display: block;
    overflow: visible;
  }

  .prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
    content: none;
  }

  .prose :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    table-layout: auto;
    width: 100%;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: .875em;
    line-height: 1.71429;
  }

  .prose :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
  }

  .prose :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    vertical-align: bottom;
    padding-inline-end: .571429em;
    padding-bottom: .571429em;
    padding-inline-start: .571429em;
    font-weight: 600;
  }

  .prose :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
  }

  .prose :where(tbody tr:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-bottom-width: 0;
  }

  .prose :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    vertical-align: baseline;
  }

  .prose :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
  }

  .prose :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    vertical-align: top;
  }

  .prose :where(th, td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    text-align: start;
  }

  .prose :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .prose :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    margin-top: .857143em;
    font-size: .875em;
    line-height: 1.42857;
  }

  .prose {
    --tw-prose-body: #364153;
    --tw-prose-headings: #101828;
    --tw-prose-lead: #4a5565;
    --tw-prose-links: #101828;
    --tw-prose-bold: #101828;
    --tw-prose-counters: #6a7282;
    --tw-prose-bullets: #d1d5dc;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #101828;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6a7282;
    --tw-prose-kbd: #101828;
    --tw-prose-kbd-shadows: #1018281a;
    --tw-prose-code: #101828;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1e2939;
    --tw-prose-th-borders: #d1d5dc;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5dc;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #99a1af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #99a1af;
    --tw-prose-invert-bullets: #4a5565;
    --tw-prose-invert-hr: #364153;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #364153;
    --tw-prose-invert-captions: #99a1af;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: #ffffff1a;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5dc;
    --tw-prose-invert-pre-bg: #00000080;
    --tw-prose-invert-th-borders: #4a5565;
    --tw-prose-invert-td-borders: #364153;
    font-size: 1rem;
    line-height: 1.75;
  }

  .prose :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  @supports (color: lab(0% 0 0)) {
    .prose :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      --tw-prose-body: lab(27.1134% -.956401 -12.3224);
      --tw-prose-headings: lab(8.11897% .811279 -12.254);
      --tw-prose-lead: lab(35.6337% -1.58697 -10.8425);
      --tw-prose-links: lab(8.11897% .811279 -12.254);
      --tw-prose-bold: lab(8.11897% .811279 -12.254);
      --tw-prose-counters: lab(47.7841% -.393182 -10.0268);
      --tw-prose-bullets: lab(85.1236% -.612259 -3.7138);
      --tw-prose-hr: lab(91.6229% -.159115 -2.26791);
      --tw-prose-quotes: lab(8.11897% .811279 -12.254);
      --tw-prose-quote-borders: lab(91.6229% -.159115 -2.26791);
      --tw-prose-captions: lab(47.7841% -.393182 -10.0268);
      --tw-prose-kbd: lab(8.11897% .811279 -12.254);
      --tw-prose-kbd-shadows: lab(8.11897% .811279 -12.254 / .1);
      --tw-prose-code: lab(8.11897% .811279 -12.254);
      --tw-prose-pre-code: lab(91.6229% -.159115 -2.26791);
      --tw-prose-pre-bg: lab(16.1051% -1.18239 -11.7533);
      --tw-prose-th-borders: lab(85.1236% -.612259 -3.7138);
      --tw-prose-td-borders: lab(91.6229% -.159115 -2.26791);
      --tw-prose-invert-body: lab(85.1236% -.612259 -3.7138);
      --tw-prose-invert-lead: lab(65.9269% -.832707 -8.17473);
      --tw-prose-invert-counters: lab(65.9269% -.832707 -8.17473);
      --tw-prose-invert-bullets: lab(35.6337% -1.58697 -10.8425);
      --tw-prose-invert-hr: lab(27.1134% -.956401 -12.3224);
      --tw-prose-invert-quotes: lab(96.1596% -.0823438 -1.13575);
      --tw-prose-invert-quote-borders: lab(27.1134% -.956401 -12.3224);
      --tw-prose-invert-captions: lab(65.9269% -.832707 -8.17473);
      --tw-prose-invert-pre-code: lab(85.1236% -.612259 -3.7138);
      --tw-prose-invert-th-borders: lab(35.6337% -1.58697 -10.8425);
      --tw-prose-invert-td-borders: lab(27.1134% -.956401 -12.3224);
    }
  }

  .prose :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .5em;
    margin-bottom: .5em;
  }

  .prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: .375em;
  }

  .prose :where(.prose > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .75em;
    margin-bottom: .75em;
  }

  .prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  .prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }

  .prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  .prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }

  .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .75em;
    margin-bottom: .75em;
  }

  .prose :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .prose :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .5em;
    padding-inline-start: 1.625em;
  }

  .prose :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
  }

  .prose :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .prose :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-top: .571429em;
    padding-inline-end: .571429em;
    padding-bottom: .571429em;
    padding-inline-start: .571429em;
  }

  .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .prose :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .prose :where(.prose > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
  }

  .prose :where(.prose > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 0;
  }

  .prose :where(h1, h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    letter-spacing: -.025em;
    font-weight: 700;
  }

  .prose-base {
    font-size: 1rem;
    line-height: 1.75;
  }

  .prose-base :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .prose-base :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    font-size: 1.25em;
    line-height: 1.6;
  }

  .prose-base :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
  }

  .prose-base :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: .888889em;
    font-size: 2.25em;
    line-height: 1.11111;
  }

  .prose-base :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 1.5em;
    line-height: 1.33333;
  }

  .prose-base :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: .6em;
    font-size: 1.25em;
    line-height: 1.6;
  }

  .prose-base :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.5em;
    margin-bottom: .5em;
    line-height: 1.5;
  }

  .prose-base :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-base :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .prose-base :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .prose-base :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .prose-base :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-top: .1875em;
    padding-inline-end: .375em;
    padding-bottom: .1875em;
    border-radius: .3125rem;
    padding-inline-start: .375em;
    font-size: .875em;
  }

  .prose-base :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-base :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-size: .875em;
  }

  .prose-base :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-size: .9em;
  }

  .prose-base :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-top: .857143em;
    padding-inline-end: 1.14286em;
    padding-bottom: .857143em;
    border-radius: .375rem;
    margin-top: 1.71429em;
    margin-bottom: 1.71429em;
    padding-inline-start: 1.14286em;
    font-size: .875em;
    line-height: 1.71429;
  }

  .prose-base :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-base :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }

  .prose-base :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .5em;
    margin-bottom: .5em;
  }

  .prose-base :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-base :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: .375em;
  }

  .prose-base :where(.prose-base > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .75em;
    margin-bottom: .75em;
  }

  .prose-base :where(.prose-base > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  .prose-base :where(.prose-base > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }

  .prose-base :where(.prose-base > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  .prose-base :where(.prose-base > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }

  .prose-base :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .75em;
    margin-bottom: .75em;
  }

  .prose-base :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .prose-base :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  .prose-base :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .5em;
    padding-inline-start: 1.625em;
  }

  .prose-base :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .prose-base :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-base :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-base :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-base :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
  }

  .prose-base :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-size: .875em;
    line-height: 1.71429;
  }

  .prose-base :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-end: .571429em;
    padding-bottom: .571429em;
    padding-inline-start: .571429em;
  }

  .prose-base :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .prose-base :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .prose-base :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-top: .571429em;
    padding-inline-end: .571429em;
    padding-bottom: .571429em;
    padding-inline-start: .571429em;
  }

  .prose-base :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .prose-base :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .prose-base :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .prose-base :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .prose-base :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .857143em;
    font-size: .875em;
    line-height: 1.42857;
  }

  .prose-base :where(.prose-base > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
  }

  .prose-base :where(.prose-base > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 0;
  }

  .prose-lg {
    font-size: 1.125rem;
    line-height: 1.77778;
  }

  .prose-lg :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.33333em;
    margin-bottom: 1.33333em;
  }

  .prose-lg :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.09091em;
    margin-bottom: 1.09091em;
    font-size: 1.22222em;
    line-height: 1.45455;
  }

  .prose-lg :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.66667em;
    margin-bottom: 1.66667em;
    padding-inline-start: 1em;
  }

  .prose-lg :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: .833333em;
    font-size: 2.66667em;
    line-height: 1;
  }

  .prose-lg :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.86667em;
    margin-bottom: 1.06667em;
    font-size: 1.66667em;
    line-height: 1.33333;
  }

  .prose-lg :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.66667em;
    margin-bottom: .666667em;
    font-size: 1.33333em;
    line-height: 1.5;
  }

  .prose-lg :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.77778em;
    margin-bottom: .444444em;
    line-height: 1.55556;
  }

  .prose-lg :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-lg :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.77778em;
    margin-bottom: 1.77778em;
  }

  .prose-lg :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .prose-lg :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.77778em;
    margin-bottom: 1.77778em;
  }

  .prose-lg :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-top: .222222em;
    padding-inline-end: .444444em;
    padding-bottom: .222222em;
    border-radius: .3125rem;
    padding-inline-start: .444444em;
    font-size: .888889em;
  }

  .prose-lg :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-size: .888889em;
  }

  .prose-lg :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-size: .866667em;
  }

  .prose-lg :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-size: .875em;
  }

  .prose-lg :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-top: 1em;
    padding-inline-end: 1.5em;
    padding-bottom: 1em;
    border-radius: .375rem;
    margin-top: 2em;
    margin-bottom: 2em;
    padding-inline-start: 1.5em;
    font-size: .888889em;
    line-height: 1.75;
  }

  .prose-lg :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-lg :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.33333em;
    margin-bottom: 1.33333em;
    padding-inline-start: 1.55556em;
  }

  .prose-lg :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .666667em;
    margin-bottom: .666667em;
  }

  .prose-lg :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-lg :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: .444444em;
  }

  .prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .888889em;
    margin-bottom: .888889em;
  }

  .prose-lg :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.33333em;
  }

  .prose-lg :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 1.33333em;
  }

  .prose-lg :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.33333em;
  }

  .prose-lg :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 1.33333em;
  }

  .prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .888889em;
    margin-bottom: .888889em;
  }

  .prose-lg :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.33333em;
    margin-bottom: 1.33333em;
  }

  .prose-lg :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.33333em;
  }

  .prose-lg :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .666667em;
    padding-inline-start: 1.55556em;
  }

  .prose-lg :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 3.11111em;
    margin-bottom: 3.11111em;
  }

  .prose-lg :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-lg :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-lg :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-lg :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
  }

  .prose-lg :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-size: .888889em;
    line-height: 1.5;
  }

  .prose-lg :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-end: .75em;
    padding-bottom: .75em;
    padding-inline-start: .75em;
  }

  .prose-lg :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .prose-lg :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-top: .75em;
    padding-inline-end: .75em;
    padding-bottom: .75em;
    padding-inline-start: .75em;
  }

  .prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .prose-lg :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.77778em;
    margin-bottom: 1.77778em;
  }

  .prose-lg :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .prose-lg :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1em;
    font-size: .888889em;
    line-height: 1.5;
  }

  .prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
  }

  .prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 0;
  }

  .-mt-10 {
    margin-top: calc(var(--spacing) * -10);
  }

  .mt-0\.5 {
    margin-top: calc(var(--spacing) * .5);
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }

  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }

  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }

  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }

  .mt-\[-10\%\] {
    margin-top: -10%;
  }

  .mt-\[7px\] {
    margin-top: 7px;
  }

  .mt-\[28px\] {
    margin-top: 28px;
  }

  .mt-auto {
    margin-top: auto;
  }

  .mt-px {
    margin-top: 1px;
  }

  .-mr-2 {
    margin-right: calc(var(--spacing) * -2);
  }

  .mr-0 {
    margin-right: calc(var(--spacing) * 0);
  }

  .mr-0\.5 {
    margin-right: calc(var(--spacing) * .5);
  }

  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }

  .mr-1\.5 {
    margin-right: calc(var(--spacing) * 1.5);
  }

  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }

  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }

  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }

  .mr-\[calc\(-50vw\+50\%\)\] {
    margin-right: calc(50% - 50vw);
  }

  .-mb-px {
    margin-bottom: -1px;
  }

  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }

  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }

  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }

  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }

  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }

  .mb-32 {
    margin-bottom: calc(var(--spacing) * 32);
  }

  .mb-auto {
    margin-bottom: auto;
  }

  .-ml-1 {
    margin-left: calc(var(--spacing) * -1);
  }

  .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }

  .ml-0\.5 {
    margin-left: calc(var(--spacing) * .5);
  }

  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }

  .ml-1\.5 {
    margin-left: calc(var(--spacing) * 1.5);
  }

  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }

  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }

  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }

  .ml-5 {
    margin-left: calc(var(--spacing) * 5);
  }

  .ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }

  .ml-7 {
    margin-left: calc(var(--spacing) * 7);
  }

  .ml-\[calc\(-50vw\+50\%\)\] {
    margin-left: calc(50% - 50vw);
  }

  .ml-auto {
    margin-left: auto;
  }

  .line-clamp-1 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .line-clamp-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .line-clamp-3 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .inline-flex {
    display: inline-flex;
  }

  .list-item {
    display: list-item;
  }

  .table {
    display: table;
  }

  .aspect-\[1\/1\] {
    aspect-ratio: 1;
  }

  .aspect-\[1\/2\] {
    aspect-ratio: 1 / 2;
  }

  .aspect-\[2\/1\] {
    aspect-ratio: 2;
  }

  .aspect-\[2\/2\] {
    aspect-ratio: 2 / 2;
  }

  .aspect-\[3\/2\] {
    aspect-ratio: 3 / 2;
  }

  .aspect-\[3\/4\] {
    aspect-ratio: 3 / 4;
  }

  .aspect-\[3\/8\] {
    aspect-ratio: 3 / 8;
  }

  .aspect-\[4\/3\] {
    aspect-ratio: 4 / 3;
  }

  .aspect-\[4\/5\] {
    aspect-ratio: 4 / 5;
  }

  .aspect-\[6\/7\] {
    aspect-ratio: 6 / 7;
  }

  .aspect-\[16\/9\] {
    aspect-ratio: 16 / 9;
  }

  .aspect-\[65\/44\] {
    aspect-ratio: 65 / 44;
  }

  .aspect-square {
    aspect-ratio: 1;
  }

  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }

  .size-1 {
    width: calc(var(--spacing) * 1);
    height: calc(var(--spacing) * 1);
  }

  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }

  .size-3\.5 {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }

  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .size-4\.5 {
    width: calc(var(--spacing) * 4.5);
    height: calc(var(--spacing) * 4.5);
  }

  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }

  .size-6\.5 {
    width: calc(var(--spacing) * 6.5);
    height: calc(var(--spacing) * 6.5);
  }

  .size-9 {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
  }

  .size-full {
    width: 100%;
    height: 100%;
  }

  .h-\(--fd-animated-height\) {
    height: var(--fd-animated-height);
  }

  .h-\(--fd-header-height\) {
    height: var(--fd-header-height);
  }

  .h-\(--fd-toc-popover-height\) {
    height: var(--fd-toc-popover-height);
  }

  .h-\(--radix-navigation-menu-viewport-height\) {
    height: var(--radix-navigation-menu-viewport-height);
  }

  .h-0\.5 {
    height: calc(var(--spacing) * .5);
  }

  .h-1 {
    height: calc(var(--spacing) * 1);
  }

  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }

  .h-2 {
    height: calc(var(--spacing) * 2);
  }

  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }

  .h-3 {
    height: calc(var(--spacing) * 3);
  }

  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }

  .h-4 {
    height: calc(var(--spacing) * 4);
  }

  .h-5 {
    height: calc(var(--spacing) * 5);
  }

  .h-6 {
    height: calc(var(--spacing) * 6);
  }

  .h-7 {
    height: calc(var(--spacing) * 7);
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-8\.5 {
    height: calc(var(--spacing) * 8.5);
  }

  .h-9 {
    height: calc(var(--spacing) * 9);
  }

  .h-9\.5 {
    height: calc(var(--spacing) * 9.5);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-11 {
    height: calc(var(--spacing) * 11);
  }

  .h-12 {
    height: calc(var(--spacing) * 12);
  }

  .h-14 {
    height: calc(var(--spacing) * 14);
  }

  .h-16 {
    height: calc(var(--spacing) * 16);
  }

  .h-20 {
    height: calc(var(--spacing) * 20);
  }

  .h-24 {
    height: calc(var(--spacing) * 24);
  }

  .h-28 {
    height: calc(var(--spacing) * 28);
  }

  .h-32 {
    height: calc(var(--spacing) * 32);
  }

  .h-40 {
    height: calc(var(--spacing) * 40);
  }

  .h-48 {
    height: calc(var(--spacing) * 48);
  }

  .h-64 {
    height: calc(var(--spacing) * 64);
  }

  .h-80 {
    height: calc(var(--spacing) * 80);
  }

  .h-84 {
    height: calc(var(--spacing) * 84);
  }

  .h-96 {
    height: calc(var(--spacing) * 96);
  }

  .h-\[1\.6rem\] {
    height: 1.6rem;
  }

  .h-\[1px\] {
    height: 1px;
  }

  .h-\[4\.5rem\] {
    height: 4.5rem;
  }

  .h-\[18px\] {
    height: 18px;
  }

  .h-\[22px\] {
    height: 22px;
  }

  .h-\[32px\] {
    height: 32px;
  }

  .h-\[39px\] {
    height: 39px;
  }

  .h-\[40vh\] {
    height: 40vh;
  }

  .h-\[72\%\] {
    height: 72%;
  }

  .h-\[76px\] {
    height: 76px;
  }

  .h-\[100px\] {
    height: 100px;
  }

  .h-\[120px\] {
    height: 120px;
  }

  .h-\[180px\] {
    height: 180px;
  }

  .h-\[200px\] {
    height: 200px;
  }

  .h-\[250px\] {
    height: 250px;
  }

  .h-\[400px\] {
    height: 400px;
  }

  .h-\[480px\] {
    height: 480px;
  }

  .h-\[500px\] {
    height: 500px;
  }

  .h-\[600px\] {
    height: 600px;
  }

  .h-\[calc\(100\%\+--spacing\(1\.5\)\)\] {
    height: calc(100% + calc(var(--spacing) * 1.5));
  }

  .h-\[calc\(100vh-200px\)\] {
    height: calc(100vh - 200px);
  }

  .h-\[calc\(var\(--fd-docs-height\)-var\(--fd-docs-row-1\)\)\] {
    height: calc(var(--fd-docs-height) - var(--fd-docs-row-1));
  }

  .h-\[calc\(var\(--fd-docs-height\)-var\(--fd-docs-row-2\)\)\] {
    height: calc(var(--fd-docs-height) - var(--fd-docs-row-2));
  }

  .h-\[calc\(var\(--fd-docs-height\)-var\(--fd-docs-row-3\)\)\] {
    height: calc(var(--fd-docs-height) - var(--fd-docs-row-3));
  }

  .h-\[var\(--geist-header-height\)\] {
    height: var(--geist-header-height);
  }

  .h-\[var\(--header-height\)\] {
    height: var(--header-height);
  }

  .h-\[var\(--radix-select-trigger-height\)\] {
    height: var(--radix-select-trigger-height);
  }

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

  .h-screen {
    height: 100vh;
  }

  .max-h-\(--radix-popover-content-available-height\) {
    max-height: var(--radix-popover-content-available-height);
  }

  .max-h-14 {
    max-height: calc(var(--spacing) * 14);
  }

  .max-h-20 {
    max-height: calc(var(--spacing) * 20);
  }

  .max-h-32 {
    max-height: calc(var(--spacing) * 32);
  }

  .max-h-40 {
    max-height: calc(var(--spacing) * 40);
  }

  .max-h-48 {
    max-height: calc(var(--spacing) * 48);
  }

  .max-h-60 {
    max-height: calc(var(--spacing) * 60);
  }

  .max-h-72 {
    max-height: calc(var(--spacing) * 72);
  }

  .max-h-96 {
    max-height: calc(var(--spacing) * 96);
  }

  .max-h-\[50vh\] {
    max-height: 50vh;
  }

  .max-h-\[60vh\] {
    max-height: 60vh;
  }

  .max-h-\[70vh\] {
    max-height: 70vh;
  }

  .max-h-\[80svh\] {
    max-height: 80svh;
  }

  .max-h-\[90vh\] {
    max-height: 90vh;
  }

  .max-h-\[200px\] {
    max-height: 200px;
  }

  .max-h-\[250px\] {
    max-height: 250px;
  }

  .max-h-\[340px\] {
    max-height: 340px;
  }

  .max-h-\[400px\] {
    max-height: 400px;
  }

  .max-h-\[460px\] {
    max-height: 460px;
  }

  .max-h-\[600px\] {
    max-height: 600px;
  }

  .max-h-\[calc\(100vh-7rem\)\] {
    max-height: calc(100vh - 7rem);
  }

  .max-h-\[calc\(100vh-220px\)\] {
    max-height: calc(100vh - 220px);
  }

  .max-h-\[var\(--radix-dropdown-menu-content-available-height\)\] {
    max-height: var(--radix-dropdown-menu-content-available-height);
  }

  .max-h-full {
    max-height: 100%;
  }

  .min-h-\(--fd-docs-height\) {
    min-height: var(--fd-docs-height);
  }

  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }

  .min-h-11 {
    min-height: calc(var(--spacing) * 11);
  }

  .min-h-\[1px\] {
    min-height: 1px;
  }

  .min-h-\[22rem\] {
    min-height: 22rem;
  }

  .min-h-\[32px\] {
    min-height: 32px;
  }

  .min-h-\[60px\] {
    min-height: 60px;
  }

  .min-h-\[60vh\] {
    min-height: 60vh;
  }

  .min-h-\[80px\] {
    min-height: 80px;
  }

  .min-h-\[80vh\] {
    min-height: 80vh;
  }

  .min-h-\[100px\] {
    min-height: 100px;
  }

  .min-h-\[200px\] {
    min-height: 200px;
  }

  .min-h-\[300px\] {
    min-height: 300px;
  }

  .min-h-\[320px\] {
    min-height: 320px;
  }

  .min-h-\[400px\] {
    min-height: 400px;
  }

  .min-h-\[600px\] {
    min-height: 600px;
  }

  .min-h-\[calc\(100vh-200px\)\] {
    min-height: calc(100vh - 200px);
  }

  .min-h-\[var\(--header-height\)\] {
    min-height: var(--header-height);
  }

  .min-h-dvh {
    min-height: 100dvh;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-\(--fd-sidebar-width\) {
    width: var(--fd-sidebar-width);
  }

  .w-\(--fd-toc-width\) {
    width: var(--fd-toc-width);
  }

  .w-\(--radix-popover-trigger-width\) {
    width: var(--radix-popover-trigger-width);
  }

  .w-0 {
    width: calc(var(--spacing) * 0);
  }

  .w-0\.5 {
    width: calc(var(--spacing) * .5);
  }

  .w-1 {
    width: calc(var(--spacing) * 1);
  }

  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }

  .w-1\/2 {
    width: 50%;
  }

  .w-1\/3 {
    width: 33.3333%;
  }

  .w-1\/4 {
    width: 25%;
  }

  .w-2 {
    width: calc(var(--spacing) * 2);
  }

  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }

  .w-2\/3 {
    width: 66.6667%;
  }

  .w-3 {
    width: calc(var(--spacing) * 3);
  }

  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }

  .w-3\/4 {
    width: 75%;
  }

  .w-3\/5 {
    width: 60%;
  }

  .w-4 {
    width: calc(var(--spacing) * 4);
  }

  .w-4\/5 {
    width: 80%;
  }

  .w-4\/6 {
    width: 66.6667%;
  }

  .w-5 {
    width: calc(var(--spacing) * 5);
  }

  .w-5\/6 {
    width: 83.3333%;
  }

  .w-6 {
    width: calc(var(--spacing) * 6);
  }

  .w-7 {
    width: calc(var(--spacing) * 7);
  }

  .w-8 {
    width: calc(var(--spacing) * 8);
  }

  .w-9 {
    width: calc(var(--spacing) * 9);
  }

  .w-10 {
    width: calc(var(--spacing) * 10);
  }

  .w-11 {
    width: calc(var(--spacing) * 11);
  }

  .w-12 {
    width: calc(var(--spacing) * 12);
  }

  .w-14 {
    width: calc(var(--spacing) * 14);
  }

  .w-16 {
    width: calc(var(--spacing) * 16);
  }

  .w-20 {
    width: calc(var(--spacing) * 20);
  }

  .w-24 {
    width: calc(var(--spacing) * 24);
  }

  .w-28 {
    width: calc(var(--spacing) * 28);
  }

  .w-32 {
    width: calc(var(--spacing) * 32);
  }

  .w-36 {
    width: calc(var(--spacing) * 36);
  }

  .w-40 {
    width: calc(var(--spacing) * 40);
  }

  .w-48 {
    width: calc(var(--spacing) * 48);
  }

  .w-56 {
    width: calc(var(--spacing) * 56);
  }

  .w-60 {
    width: calc(var(--spacing) * 60);
  }

  .w-64 {
    width: calc(var(--spacing) * 64);
  }

  .w-72 {
    width: calc(var(--spacing) * 72);
  }

  .w-80 {
    width: calc(var(--spacing) * 80);
  }

  .w-96 {
    width: calc(var(--spacing) * 96);
  }

  .w-\[1px\] {
    width: 1px;
  }

  .w-\[18px\] {
    width: 18px;
  }

  .w-\[32px\] {
    width: 32px;
  }

  .w-\[80px\] {
    width: 80px;
  }

  .w-\[85\%\] {
    width: 85%;
  }

  .w-\[90px\] {
    width: 90px;
  }

  .w-\[92px\] {
    width: 92px;
  }

  .w-\[100px\] {
    width: 100px;
  }

  .w-\[120px\] {
    width: 120px;
  }

  .w-\[140px\] {
    width: 140px;
  }

  .w-\[150px\] {
    width: 150px;
  }

  .w-\[198px\] {
    width: 198px;
  }

  .w-\[272px\] {
    width: 272px;
  }

  .w-\[300px\] {
    width: 300px;
  }

  .w-\[320px\] {
    width: 320px;
  }

  .w-\[340px\] {
    width: 340px;
  }

  .w-\[380px\] {
    width: 380px;
  }

  .w-\[480px\] {
    width: 480px;
  }

  .w-\[calc\(100\%-1rem\)\] {
    width: calc(100% - 1rem);
  }

  .w-\[calc\(100\%-36px\)\] {
    width: calc(100% - 36px);
  }

  .w-\[calc\(100\%-var\(--removed-body-scroll-bar-size\,0px\)\)\] {
    width: calc(100% - var(--removed-body-scroll-bar-size, 0px));
  }

  .w-auto {
    width: auto;
  }

  .w-fit {
    width: fit-content;
  }

  .w-full {
    width: 100%;
  }

  .w-max {
    width: max-content;
  }

  .w-px {
    width: 1px;
  }

  .w-screen {
    width: 100vw;
  }

  .max-w-2xl {
    max-width: var(--container-2xl);
  }

  .max-w-3xl {
    max-width: var(--container-3xl);
  }

  .max-w-4xl {
    max-width: var(--container-4xl);
  }

  .max-w-5xl {
    max-width: var(--container-5xl);
  }

  .max-w-6xl {
    max-width: var(--container-6xl);
  }

  .max-w-7xl {
    max-width: var(--container-7xl);
  }

  .max-w-60 {
    max-width: calc(var(--spacing) * 60);
  }

  .max-w-\[40\%\] {
    max-width: 40%;
  }

  .max-w-\[46vw\] {
    max-width: 46vw;
  }

  .max-w-\[50\%\] {
    max-width: 50%;
  }

  .max-w-\[65ch\] {
    max-width: 65ch;
  }

  .max-w-\[80\%\] {
    max-width: 80%;
  }

  .max-w-\[80px\] {
    max-width: 80px;
  }

  .max-w-\[85\%\] {
    max-width: 85%;
  }

  .max-w-\[90vw\] {
    max-width: 90vw;
  }

  .max-w-\[92vw\] {
    max-width: 92vw;
  }

  .max-w-\[95vw\] {
    max-width: 95vw;
  }

  .max-w-\[96rem\] {
    max-width: 96rem;
  }

  .max-w-\[98vw\] {
    max-width: 98vw;
  }

  .max-w-\[120px\] {
    max-width: 120px;
  }

  .max-w-\[140px\] {
    max-width: 140px;
  }

  .max-w-\[150px\] {
    max-width: 150px;
  }

  .max-w-\[160px\] {
    max-width: 160px;
  }

  .max-w-\[180px\] {
    max-width: 180px;
  }

  .max-w-\[200px\] {
    max-width: 200px;
  }

  .max-w-\[240px\] {
    max-width: 240px;
  }

  .max-w-\[300px\] {
    max-width: 300px;
  }

  .max-w-\[380px\] {
    max-width: 380px;
  }

  .max-w-\[900px\] {
    max-width: 900px;
  }

  .max-w-\[1168px\] {
    max-width: 1168px;
  }

  .max-w-\[1200px\] {
    max-width: 1200px;
  }

  .max-w-\[1400px\] {
    max-width: 1400px;
  }

  .max-w-\[1600px\] {
    max-width: 1600px;
  }

  .max-w-\[calc\(100vw-3rem\)\] {
    max-width: calc(100vw - 3rem);
  }

  .max-w-\[min\(100\%\,var\(--container-content\)\+18rem\)\] {
    max-width: min(100%, var(--container-content) + 18rem);
  }

  .max-w-\[var\(--container-reading\)\] {
    max-width: var(--container-reading);
  }

  .max-w-full {
    max-width: 100%;
  }

  .max-w-lg {
    max-width: var(--container-lg);
  }

  .max-w-md {
    max-width: var(--container-md);
  }

  .max-w-none {
    max-width: none;
  }

  .max-w-screen-sm {
    max-width: var(--breakpoint-sm);
  }

  .max-w-sm {
    max-width: var(--container-sm);
  }

  .max-w-svw {
    max-width: 100svw;
  }

  .max-w-xl {
    max-width: var(--container-xl);
  }

  .max-w-xs {
    max-width: var(--container-xs);
  }

  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }

  .min-w-5 {
    min-width: calc(var(--spacing) * 5);
  }

  .min-w-\[2rem\] {
    min-width: 2rem;
  }

  .min-w-\[8rem\] {
    min-width: 8rem;
  }

  .min-w-\[24px\] {
    min-width: 24px;
  }

  .min-w-\[28px\] {
    min-width: 28px;
  }

  .min-w-\[32px\] {
    min-width: 32px;
  }

  .min-w-\[44px\] {
    min-width: 44px;
  }

  .min-w-\[80px\] {
    min-width: 80px;
  }

  .min-w-\[140px\] {
    min-width: 140px;
  }

  .min-w-\[160px\] {
    min-width: 160px;
  }

  .min-w-\[180px\] {
    min-width: 180px;
  }

  .min-w-\[200px\] {
    min-width: 200px;
  }

  .min-w-\[240px\] {
    min-width: 240px;
  }

  .min-w-\[560px\] {
    min-width: 560px;
  }

  .min-w-\[var\(--radix-select-trigger-width\)\] {
    min-width: var(--radix-select-trigger-width);
  }

  .min-w-fit {
    min-width: fit-content;
  }

  .min-w-full {
    min-width: 100%;
  }

  .flex-1 {
    flex: 1;
  }

  .flex-shrink {
    flex-shrink: 1;
  }

  .flex-shrink-0, .shrink-0 {
    flex-shrink: 0;
  }

  .grow {
    flex-grow: 1;
  }

  .basis-0 {
    flex-basis: calc(var(--spacing) * 0);
  }

  .border-collapse {
    border-collapse: collapse;
  }

  .origin-\(--radix-popover-content-transform-origin\) {
    transform-origin: var(--radix-popover-content-transform-origin);
  }

  .origin-\[--radix-dropdown-menu-content-transform-origin\] {
    transform-origin: --radix-dropdown-menu-content-transform-origin;
  }

  .origin-\[top_center\] {
    transform-origin: top;
  }

  .origin-center {
    transform-origin: center;
  }

  .-translate-x-\(--fd-sidebar-width\) {
    --tw-translate-x: calc(var(--fd-sidebar-width) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-1 {
    --tw-translate-x: calc(var(--spacing) * 1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-2 {
    --tw-translate-x: calc(var(--spacing) * 2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-5 {
    --tw-translate-x: calc(var(--spacing) * 5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-6 {
    --tw-translate-x: calc(var(--spacing) * 6);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-\[calc\(-50\%-var\(--removed-body-scroll-bar-size\,0px\)\/2\)\] {
    --tw-translate-x: calc(-50% - var(--removed-body-scroll-bar-size, 0px) / 2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-y-2 {
    --tw-translate-y: calc(var(--spacing) * -2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-y-full {
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-2 {
    --tw-translate-y: calc(var(--spacing) * 2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-4 {
    --tw-translate-y: calc(var(--spacing) * 4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-8 {
    --tw-translate-y: calc(var(--spacing) * 8);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-full {
    --tw-translate-y: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .scale-50 {
    --tw-scale-x: 50%;
    --tw-scale-y: 50%;
    --tw-scale-z: 50%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .scale-110 {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .scale-125 {
    --tw-scale-x: 125%;
    --tw-scale-y: 125%;
    --tw-scale-z: 125%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .-rotate-90 {
    rotate: -90deg;
  }

  .rotate-90 {
    rotate: 90deg;
  }

  .rotate-180 {
    rotate: 180deg;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .animate-bounce {
    animation: var(--animate-bounce);
  }

  .animate-ping {
    animation: var(--animate-ping);
  }

  .animate-pulse {
    animation: var(--animate-pulse);
  }

  .animate-spin {
    animation: var(--animate-spin);
  }

  .cursor-default {
    cursor: default;
  }

  .cursor-grab {
    cursor: grab;
  }

  .cursor-not-allowed {
    cursor: not-allowed;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .cursor-zoom-in {
    cursor: zoom-in;
  }

  .resize {
    resize: both;
  }

  .resize-none {
    resize: none;
  }

  .resize-y {
    resize: vertical;
  }

  .scroll-m-4 {
    scroll-margin: calc(var(--spacing) * 4);
  }

  .scroll-m-20 {
    scroll-margin: calc(var(--spacing) * 20);
  }

  .scroll-m-24 {
    scroll-margin: calc(var(--spacing) * 24);
  }

  .scroll-m-28 {
    scroll-margin: calc(var(--spacing) * 28);
  }

  .scroll-mt-20 {
    scroll-margin-top: calc(var(--spacing) * 20);
  }

  .list-inside {
    list-style-position: inside;
  }

  .list-decimal {
    list-style-type: decimal;
  }

  .list-disc {
    list-style-type: disc;
  }

  .list-none {
    list-style-type: none;
  }

  .appearance-none {
    appearance: none;
  }

  .auto-cols-auto {
    grid-auto-columns: auto;
  }

  .auto-rows-\[200px\] {
    grid-auto-rows: 200px;
  }

  .auto-rows-auto {
    grid-auto-rows: auto;
  }

  .auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .grid-cols-\[1fr_3fr\] {
    grid-template-columns: 1fr 3fr;
  }

  .grid-cols-\[64px_1fr_auto\] {
    grid-template-columns: 64px 1fr auto;
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-col-reverse {
    flex-direction: column-reverse;
  }

  .flex-row {
    flex-direction: row;
  }

  .flex-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .place-items-center {
    place-items: center;
  }

  .items-baseline {
    align-items: baseline;
  }

  .items-center {
    align-items: center;
  }

  .items-end {
    align-items: flex-end;
  }

  .items-start {
    align-items: flex-start;
  }

  .items-stretch {
    align-items: stretch;
  }

  .justify-around {
    justify-content: space-around;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-end {
    justify-content: flex-end;
  }

  .justify-start {
    justify-content: flex-start;
  }

  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }

  .gap-0\.5 {
    gap: calc(var(--spacing) * .5);
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }

  .gap-\[12px\] {
    gap: 12px;
  }

  :where(.space-y-0 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-0\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * .5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * .5) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-1\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-2\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2.5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2.5) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-8 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-10 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
  }

  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }

  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }

  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }

  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }

  .gap-x-16 {
    column-gap: calc(var(--spacing) * 16);
  }

  :where(.-space-x-px > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(-1px * var(--tw-space-x-reverse));
    margin-inline-end: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  :where(.space-x-1 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
  }

  :where(.space-x-2 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
  }

  :where(.space-x-3 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
  }

  :where(.space-x-4 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
  }

  :where(.space-x-8 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 8) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
  }

  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }

  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }

  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }

  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }

  .gap-y-20 {
    row-gap: calc(var(--spacing) * 20);
  }

  :where(.divide-x > :not(:last-child)) {
    --tw-divide-x-reverse: 0;
    border-inline-style: var(--tw-border-style);
    border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
    border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :where(.divide-y > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }

  :where(.divide-border > :not(:last-child)) {
    border-color: var(--border);
  }

  :where(.divide-gray-200 > :not(:last-child)) {
    border-color: var(--color-gray-200);
  }

  :where(.divide-gray-200\/30 > :not(:last-child)) {
    border-color: var(--color-gray-200);
  }

  @supports (color: color-mix(in lab, red, red)) {
    :where(.divide-gray-200\/30 > :not(:last-child)) {
      border-color: color-mix(in oklab, var(--color-gray-200) 30%, transparent);
    }
  }

  .self-center {
    align-self: center;
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-auto {
    overflow: auto;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .\!overflow-x-auto {
    overflow-x: auto !important;
  }

  .overflow-x-auto {
    overflow-x: auto;
  }

  .overflow-x-clip {
    overflow-x: clip;
  }

  .overflow-x-hidden {
    overflow-x: hidden;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .overflow-y-hidden {
    overflow-y: hidden;
  }

  .overscroll-contain {
    overscroll-behavior: contain;
  }

  .scroll-smooth {
    scroll-behavior: smooth;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }

  .rounded-\[8px\] {
    border-radius: 8px;
  }

  .rounded-\[10px\] {
    border-radius: 10px;
  }

  .rounded-\[calc\(var\(--radius-panel\)-4px\)\] {
    border-radius: calc(var(--radius-panel) - 4px);
  }

  .rounded-\[calc\(var\(--radius-panel\)-6px\)\] {
    border-radius: calc(var(--radius-panel) - 6px);
  }

  .rounded-\[calc\(var\(--radius-panel\)-8px\)\] {
    border-radius: calc(var(--radius-panel) - 8px);
  }

  .rounded-\[calc\(var\(--radius-panel\)-10px\)\] {
    border-radius: calc(var(--radius-panel) - 10px);
  }

  .rounded-\[inherit\] {
    border-radius: inherit;
  }

  .rounded-\[var\(--radius-panel\)\] {
    border-radius: var(--radius-panel);
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius);
  }

  .rounded-md {
    border-radius: calc(var(--radius) - 2px);
  }

  .rounded-none {
    border-radius: 0;
  }

  .rounded-sm {
    border-radius: calc(var(--radius) - 4px);
  }

  .rounded-visitor-md {
    border-radius: 1rem;
  }

  .rounded-xl {
    border-radius: calc(var(--radius) + 4px);
  }

  .rounded-t-2xl {
    border-top-left-radius: var(--radius-2xl);
    border-top-right-radius: var(--radius-2xl);
  }

  .rounded-l-md {
    border-top-left-radius: calc(var(--radius) - 2px);
    border-bottom-left-radius: calc(var(--radius) - 2px);
  }

  .rounded-tl-\[6px\] {
    border-top-left-radius: 6px;
  }

  .rounded-r-md {
    border-top-right-radius: calc(var(--radius) - 2px);
    border-bottom-right-radius: calc(var(--radius) - 2px);
  }

  .rounded-r-xl {
    border-top-right-radius: calc(var(--radius) + 4px);
    border-bottom-right-radius: calc(var(--radius) + 4px);
  }

  .rounded-tr-\[6px\] {
    border-top-right-radius: 6px;
  }

  .rounded-b-\[3px\] {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .rounded-b-xl {
    border-bottom-right-radius: calc(var(--radius) + 4px);
    border-bottom-left-radius: calc(var(--radius) + 4px);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }

  .border-\[0\.5px\] {
    border-style: var(--tw-border-style);
    border-width: .5px;
  }

  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-\[2px\] {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-x {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 1px;
  }

  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }

  .border-y-0 {
    border-block-style: var(--tw-border-style);
    border-block-width: 0;
  }

  .border-s {
    border-inline-start-style: var(--tw-border-style);
    border-inline-start-width: 1px;
  }

  .border-e {
    border-inline-end-style: var(--tw-border-style);
    border-inline-end-width: 1px;
  }

  .border-e-0 {
    border-inline-end-style: var(--tw-border-style);
    border-inline-end-width: 0;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }

  .border-r-0 {
    border-right-style: var(--tw-border-style);
    border-right-width: 0;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }

  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }

  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }

  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }

  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }

  .border-none {
    --tw-border-style: none;
    border-style: none;
  }

  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }

  .border-\[var\(--admin-border-subtle\)\] {
    border-color: var(--admin-border-subtle);
  }

  .border-\[var\(--border-strong\)\] {
    border-color: var(--border-strong);
  }

  .border-\[var\(--border-subtle\)\] {
    border-color: var(--border-subtle);
  }

  .border-\[var\(--brand-color\)\] {
    border-color: var(--brand-color);
  }

  .border-\[var\(--brand-color\)\]\/30 {
    border-color: var(--brand-color);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-\[var\(--brand-color\)\]\/30 {
      border-color: color-mix(in oklab, var(--brand-color) 30%, transparent);
    }
  }

  .border-\[var\(--geist-border\)\] {
    border-color: var(--geist-border);
  }

  .border-\[var\(--geist-destructive\)\] {
    border-color: var(--geist-destructive);
  }

  .border-\[var\(--geist-header-border\)\] {
    border-color: var(--geist-header-border);
  }

  .border-\[var\(--theme-accent\)\] {
    border-color: var(--theme-accent);
  }

  .border-\[var\(--theme-border\)\] {
    border-color: var(--theme-border);
  }

  .border-\[var\(--theme-border\)\]\/60 {
    border-color: var(--theme-border);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-\[var\(--theme-border\)\]\/60 {
      border-color: color-mix(in oklab, var(--theme-border) 60%, transparent);
    }
  }

  .border-\[var\(--theme-info\)\]\/20 {
    border-color: var(--theme-info);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-\[var\(--theme-info\)\]\/20 {
      border-color: color-mix(in oklab, var(--theme-info) 20%, transparent);
    }
  }

  .border-\[var\(--theme-success\)\]\/20 {
    border-color: var(--theme-success);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-\[var\(--theme-success\)\]\/20 {
      border-color: color-mix(in oklab, var(--theme-success) 20%, transparent);
    }
  }

  .border-amber-200 {
    border-color: var(--color-amber-200);
  }

  .border-amber-300 {
    border-color: var(--color-amber-300);
  }

  .border-amber-300\/50 {
    border-color: #ffd23680;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-amber-300\/50 {
      border-color: color-mix(in oklab, var(--color-amber-300) 50%, transparent);
    }
  }

  .border-amber-400 {
    border-color: var(--color-amber-400);
  }

  .border-amber-500\/30 {
    border-color: #f99c004d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-amber-500\/30 {
      border-color: color-mix(in oklab, var(--color-amber-500) 30%, transparent);
    }
  }

  .border-background {
    border-color: var(--background);
  }

  .border-black\/5 {
    border-color: var(--color-black);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-black\/5 {
      border-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }

  .border-black\/8 {
    border-color: var(--color-black);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-black\/8 {
      border-color: color-mix(in oklab, var(--color-black) 8%, transparent);
    }
  }

  .border-black\/12 {
    border-color: var(--color-black);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-black\/12 {
      border-color: color-mix(in oklab, var(--color-black) 12%, transparent);
    }
  }

  .border-black\/\[0\.06\] {
    border-color: var(--color-black);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-black\/\[0\.06\] {
      border-color: color-mix(in oklab, var(--color-black) 6%, transparent);
    }
  }

  .border-blue-200 {
    border-color: var(--color-blue-200);
  }

  .border-blue-300 {
    border-color: var(--color-blue-300);
  }

  .border-blue-500 {
    border-color: var(--color-blue-500);
  }

  .border-blue-600 {
    border-color: var(--color-blue-600);
  }

  .border-border {
    border-color: var(--border);
  }

  .border-border\/30 {
    border-color: var(--border);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-border\/30 {
      border-color: color-mix(in oklab, var(--border) 30%, transparent);
    }
  }

  .border-border\/40 {
    border-color: var(--border);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-border\/40 {
      border-color: color-mix(in oklab, var(--border) 40%, transparent);
    }
  }

  .border-border\/50 {
    border-color: var(--border);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-border\/50 {
      border-color: color-mix(in oklab, var(--border) 50%, transparent);
    }
  }

  .border-border\/60 {
    border-color: var(--border);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-border\/60 {
      border-color: color-mix(in oklab, var(--border) 60%, transparent);
    }
  }

  .border-border\/70 {
    border-color: var(--border);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-border\/70 {
      border-color: color-mix(in oklab, var(--border) 70%, transparent);
    }
  }

  .border-current {
    border-color: currentColor;
  }

  .border-destructive {
    border-color: var(--destructive);
  }

  .border-destructive\/20 {
    border-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-destructive\/20 {
      border-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }

  .border-destructive\/30 {
    border-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-destructive\/30 {
      border-color: color-mix(in oklab, var(--destructive) 30%, transparent);
    }
  }

  .border-destructive\/50 {
    border-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-destructive\/50 {
      border-color: color-mix(in oklab, var(--destructive) 50%, transparent);
    }
  }

  .border-emerald-200\/70 {
    border-color: #a4f4cfb3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-emerald-200\/70 {
      border-color: color-mix(in oklab, var(--color-emerald-200) 70%, transparent);
    }
  }

  .border-emerald-500\/20 {
    border-color: #00bb7f33;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-emerald-500\/20 {
      border-color: color-mix(in oklab, var(--color-emerald-500) 20%, transparent);
    }
  }

  .border-emerald-500\/50 {
    border-color: #00bb7f80;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-emerald-500\/50 {
      border-color: color-mix(in oklab, var(--color-emerald-500) 50%, transparent);
    }
  }

  .border-foreground {
    border-color: var(--foreground);
  }

  .border-gray-100 {
    border-color: var(--color-gray-100);
  }

  .border-gray-200 {
    border-color: var(--color-gray-200);
  }

  .border-gray-300 {
    border-color: var(--color-gray-300);
  }

  .border-gray-400 {
    border-color: var(--color-gray-400);
  }

  .border-gray-600 {
    border-color: var(--color-gray-600);
  }

  .border-gray-700 {
    border-color: var(--color-gray-700);
  }

  .border-green-200 {
    border-color: var(--color-green-200);
  }

  .border-green-300 {
    border-color: var(--color-green-300);
  }

  .border-green-400 {
    border-color: var(--color-green-400);
  }

  .border-green-500 {
    border-color: var(--color-green-500);
  }

  .border-green-500\/30 {
    border-color: #00c7584d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-green-500\/30 {
      border-color: color-mix(in oklab, var(--color-green-500) 30%, transparent);
    }
  }

  .border-indigo-300 {
    border-color: var(--color-indigo-300);
  }

  .border-indigo-400 {
    border-color: var(--color-indigo-400);
  }

  .border-input {
    border-color: var(--input);
  }

  .border-muted-foreground\/25 {
    border-color: var(--muted-foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-muted-foreground\/25 {
      border-color: color-mix(in oklab, var(--muted-foreground) 25%, transparent);
    }
  }

  .border-muted\/40 {
    border-color: var(--muted);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-muted\/40 {
      border-color: color-mix(in oklab, var(--muted) 40%, transparent);
    }
  }

  .border-muted\/60 {
    border-color: var(--muted);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-muted\/60 {
      border-color: color-mix(in oklab, var(--muted) 60%, transparent);
    }
  }

  .border-orange-300 {
    border-color: var(--color-orange-300);
  }

  .border-pink-300 {
    border-color: var(--color-pink-300);
  }

  .border-pink-500 {
    border-color: var(--color-pink-500);
  }

  .border-primary {
    border-color: var(--primary);
  }

  .border-primary\/15 {
    border-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-primary\/15 {
      border-color: color-mix(in oklab, var(--primary) 15%, transparent);
    }
  }

  .border-primary\/20 {
    border-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-primary\/20 {
      border-color: color-mix(in oklab, var(--primary) 20%, transparent);
    }
  }

  .border-primary\/25 {
    border-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-primary\/25 {
      border-color: color-mix(in oklab, var(--primary) 25%, transparent);
    }
  }

  .border-primary\/30 {
    border-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-primary\/30 {
      border-color: color-mix(in oklab, var(--primary) 30%, transparent);
    }
  }

  .border-purple-200 {
    border-color: var(--color-purple-200);
  }

  .border-purple-300 {
    border-color: var(--color-purple-300);
  }

  .border-purple-400 {
    border-color: var(--color-purple-400);
  }

  .border-red-200 {
    border-color: var(--color-red-200);
  }

  .border-red-300 {
    border-color: var(--color-red-300);
  }

  .border-red-500 {
    border-color: var(--color-red-500);
  }

  .border-red-500\/30 {
    border-color: #fb2c364d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-red-500\/30 {
      border-color: color-mix(in oklab, var(--color-red-500) 30%, transparent);
    }
  }

  .border-rose-300 {
    border-color: var(--color-rose-300);
  }

  .border-rose-400 {
    border-color: var(--color-rose-400);
  }

  .border-slate-300 {
    border-color: var(--color-slate-300);
  }

  .border-slate-600 {
    border-color: var(--color-slate-600);
  }

  .border-teal-300 {
    border-color: var(--color-teal-300);
  }

  .border-transparent {
    border-color: #0000;
  }

  .border-white {
    border-color: var(--color-white);
  }

  .border-white\/5 {
    border-color: var(--color-white);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/5 {
      border-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }

  .border-white\/10 {
    border-color: var(--color-white);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/10 {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }

  .border-white\/15 {
    border-color: var(--color-white);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/15 {
      border-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }

  .border-white\/20 {
    border-color: var(--color-white);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/20 {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }

  .border-white\/70 {
    border-color: var(--color-white);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/70 {
      border-color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }

  .border-white\/\[0\.06\] {
    border-color: var(--color-white);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/\[0\.06\] {
      border-color: color-mix(in oklab, var(--color-white) 6%, transparent);
    }
  }

  .border-yellow-200 {
    border-color: var(--color-yellow-200);
  }

  .border-yellow-300 {
    border-color: var(--color-yellow-300);
  }

  .border-yellow-500 {
    border-color: var(--color-yellow-500);
  }

  .border-yellow-500\/30 {
    border-color: #edb2004d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-yellow-500\/30 {
      border-color: color-mix(in oklab, var(--color-yellow-500) 30%, transparent);
    }
  }

  .border-yellow-500\/40 {
    border-color: #edb20066;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-yellow-500\/40 {
      border-color: color-mix(in oklab, var(--color-yellow-500) 40%, transparent);
    }
  }

  .border-yellow-500\/50 {
    border-color: #edb20080;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-yellow-500\/50 {
      border-color: color-mix(in oklab, var(--color-yellow-500) 50%, transparent);
    }
  }

  .border-zinc-100 {
    border-color: var(--color-zinc-100);
  }

  .border-zinc-200 {
    border-color: var(--color-zinc-200);
  }

  .border-zinc-200\/60 {
    border-color: #e4e4e799;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-zinc-200\/60 {
      border-color: color-mix(in oklab, var(--color-zinc-200) 60%, transparent);
    }
  }

  .border-zinc-200\/80 {
    border-color: #e4e4e7cc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-zinc-200\/80 {
      border-color: color-mix(in oklab, var(--color-zinc-200) 80%, transparent);
    }
  }

  .border-zinc-300 {
    border-color: var(--color-zinc-300);
  }

  .border-zinc-900 {
    border-color: var(--color-zinc-900);
  }

  .border-t-amber-700 {
    border-top-color: var(--color-amber-700);
  }

  .border-t-gray-600 {
    border-top-color: var(--color-gray-600);
  }

  .border-t-primary {
    border-top-color: var(--primary);
  }

  .border-t-transparent {
    border-top-color: #0000;
  }

  .border-r-transparent {
    border-right-color: #0000;
  }

  .bg-\(--callout-color\)\/50 {
    background-color: var(--callout-color);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-\(--callout-color\)\/50 {
      background-color: color-mix(in oklab, var(--callout-color) 50%, transparent);
    }
  }

  .bg-\(--shiki-light-bg\) {
    background-color: var(--shiki-light-bg);
  }

  .bg-\[\#1e1e2e\] {
    background-color: #1e1e2e;
  }

  .bg-\[\#28c840\] {
    background-color: #28c840;
  }

  .bg-\[\#12151e\] {
    background-color: #12151e;
  }

  .bg-\[\#12151e\]\/95 {
    background-color: #12151ef2;
    background-color: lab(6.78268% .576697 -6.78718 / .95);
  }

  .bg-\[\#050508\] {
    background-color: #050508;
  }

  .bg-\[\#F5F3F0\] {
    background-color: #f5f3f0;
  }

  .bg-\[\#f6f8fa\] {
    background-color: #f6f8fa;
  }

  .bg-\[\#fafafa\] {
    background-color: #fafafa;
  }

  .bg-\[\#febc2e\] {
    background-color: #febc2e;
  }

  .bg-\[\#ff5f57\] {
    background-color: #ff5f57;
  }

  .bg-\[color-mix\(in_srgb\,var\(--brand-color\)_10\%\,transparent\)\] {
    background-color: var(--brand-color);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-\[color-mix\(in_srgb\,var\(--brand-color\)_10\%\,transparent\)\] {
      background-color: color-mix(in srgb,var(--brand-color) 10%,transparent);
    }
  }

  .bg-\[color-mix\(in_srgb\,var\(--brand-color\)_14\%\,transparent\)\] {
    background-color: var(--brand-color);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-\[color-mix\(in_srgb\,var\(--brand-color\)_14\%\,transparent\)\] {
      background-color: color-mix(in srgb,var(--brand-color) 14%,transparent);
    }
  }

  .bg-\[var\(--brand-color\)\] {
    background-color: var(--brand-color);
  }

  .bg-\[var\(--brand-color\)\]\/5 {
    background-color: var(--brand-color);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-\[var\(--brand-color\)\]\/5 {
      background-color: color-mix(in oklab, var(--brand-color) 5%, transparent);
    }
  }

  .bg-\[var\(--brand-color\)\]\/10 {
    background-color: var(--brand-color);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-\[var\(--brand-color\)\]\/10 {
      background-color: color-mix(in oklab, var(--brand-color) 10%, transparent);
    }
  }

  .bg-\[var\(--brand-color\)\]\/20 {
    background-color: var(--brand-color);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-\[var\(--brand-color\)\]\/20 {
      background-color: color-mix(in oklab, var(--brand-color) 20%, transparent);
    }
  }

  .bg-\[var\(--card-bg\)\] {
    background-color: var(--card-bg);
  }

  .bg-\[var\(--geist-accent\)\] {
    background-color: var(--geist-accent);
  }

  .bg-\[var\(--geist-bg\)\] {
    background-color: var(--geist-bg);
  }

  .bg-\[var\(--geist-bg-secondary\)\] {
    background-color: var(--geist-bg-secondary);
  }

  .bg-\[var\(--geist-destructive\)\] {
    background-color: var(--geist-destructive);
  }

  .bg-\[var\(--geist-footer-bg\)\] {
    background-color: var(--geist-footer-bg);
  }

  .bg-\[var\(--geist-header-bg\)\] {
    background-color: var(--geist-header-bg);
  }

  .bg-\[var\(--geist-muted\)\] {
    background-color: var(--geist-muted);
  }

  .bg-\[var\(--geist-primary\)\] {
    background-color: var(--geist-primary);
  }

  .bg-\[var\(--geist-secondary\)\] {
    background-color: var(--geist-secondary);
  }

  .bg-\[var\(--geist-success\)\] {
    background-color: var(--geist-success);
  }

  .bg-\[var\(--geist-warning\)\] {
    background-color: var(--geist-warning);
  }

  .bg-\[var\(--mono-accent\)\] {
    background-color: var(--mono-accent);
  }

  .bg-\[var\(--mono-accent\)\]\/10 {
    background-color: var(--mono-accent);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-\[var\(--mono-accent\)\]\/10 {
      background-color: color-mix(in oklab, var(--mono-accent) 10%, transparent);
    }
  }

  .bg-\[var\(--mono-border\)\]\/30 {
    background-color: var(--mono-border);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-\[var\(--mono-border\)\]\/30 {
      background-color: color-mix(in oklab, var(--mono-border) 30%, transparent);
    }
  }

  .bg-\[var\(--shell-bg\)\] {
    background-color: var(--shell-bg);
  }

  .bg-\[var\(--surface-active\)\] {
    background-color: var(--surface-active);
  }

  .bg-\[var\(--surface-elevated\)\] {
    background-color: var(--surface-elevated);
  }

  .bg-\[var\(--surface-elevated\)\]\/65 {
    background-color: var(--surface-elevated);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-\[var\(--surface-elevated\)\]\/65 {
      background-color: color-mix(in oklab, var(--surface-elevated) 65%, transparent);
    }
  }

  .bg-\[var\(--surface-elevated\)\]\/80 {
    background-color: var(--surface-elevated);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-\[var\(--surface-elevated\)\]\/80 {
      background-color: color-mix(in oklab, var(--surface-elevated) 80%, transparent);
    }
  }

  .bg-\[var\(--surface-muted\)\] {
    background-color: var(--surface-muted);
  }

  .bg-\[var\(--surface-subtle\)\] {
    background-color: var(--surface-subtle);
  }

  .bg-\[var\(--theme-accent\)\] {
    background-color: var(--theme-accent);
  }

  .bg-\[var\(--theme-accent\)\]\/10 {
    background-color: var(--theme-accent);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-\[var\(--theme-accent\)\]\/10 {
      background-color: color-mix(in oklab, var(--theme-accent) 10%, transparent);
    }
  }

  .bg-\[var\(--theme-bg\)\] {
    background-color: var(--theme-bg);
  }

  .bg-\[var\(--theme-bg\)\]\/78 {
    background-color: var(--theme-bg);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-\[var\(--theme-bg\)\]\/78 {
      background-color: color-mix(in oklab, var(--theme-bg) 78%, transparent);
    }
  }

  .bg-\[var\(--theme-bg-secondary\)\] {
    background-color: var(--theme-bg-secondary);
  }

  .bg-\[var\(--theme-bg-tertiary\)\] {
    background-color: var(--theme-bg-tertiary);
  }

  .bg-\[var\(--theme-bg-tertiary\)\]\/50 {
    background-color: var(--theme-bg-tertiary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-\[var\(--theme-bg-tertiary\)\]\/50 {
      background-color: color-mix(in oklab, var(--theme-bg-tertiary) 50%, transparent);
    }
  }

  .bg-\[var\(--theme-bg-tertiary\)\]\/80 {
    background-color: var(--theme-bg-tertiary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-\[var\(--theme-bg-tertiary\)\]\/80 {
      background-color: color-mix(in oklab, var(--theme-bg-tertiary) 80%, transparent);
    }
  }

  .bg-\[var\(--theme-card-bg\)\] {
    background-color: var(--theme-card-bg);
  }

  .bg-\[var\(--theme-code-bg\)\] {
    background-color: var(--theme-code-bg);
  }

  .bg-\[var\(--theme-header-bg\)\] {
    background-color: var(--theme-header-bg);
  }

  .bg-\[var\(--theme-info-muted\)\] {
    background-color: var(--theme-info-muted);
  }

  .bg-\[var\(--theme-success\)\] {
    background-color: var(--theme-success);
  }

  .bg-\[var\(--theme-success\)\]\/10 {
    background-color: var(--theme-success);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-\[var\(--theme-success\)\]\/10 {
      background-color: color-mix(in oklab, var(--theme-success) 10%, transparent);
    }
  }

  .bg-\[var\(--theme-success\)\]\/80 {
    background-color: var(--theme-success);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-\[var\(--theme-success\)\]\/80 {
      background-color: color-mix(in oklab, var(--theme-success) 80%, transparent);
    }
  }

  .bg-\[var\(--theme-warning\)\] {
    background-color: var(--theme-warning);
  }

  .bg-\[var\(--theme-warning\)\]\/10 {
    background-color: var(--theme-warning);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-\[var\(--theme-warning\)\]\/10 {
      background-color: color-mix(in oklab, var(--theme-warning) 10%, transparent);
    }
  }

  .bg-\[var\(--theme-warning\)\]\/80 {
    background-color: var(--theme-warning);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-\[var\(--theme-warning\)\]\/80 {
      background-color: color-mix(in oklab, var(--theme-warning) 80%, transparent);
    }
  }

  .bg-accent {
    background-color: var(--accent);
  }

  .bg-amber-50 {
    background-color: var(--color-amber-50);
  }

  .bg-amber-50\/50 {
    background-color: #fffbeb80;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-amber-50\/50 {
      background-color: color-mix(in oklab, var(--color-amber-50) 50%, transparent);
    }
  }

  .bg-amber-50\/60 {
    background-color: #fffbeb99;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-amber-50\/60 {
      background-color: color-mix(in oklab, var(--color-amber-50) 60%, transparent);
    }
  }

  .bg-amber-100 {
    background-color: var(--color-amber-100);
  }

  .bg-amber-300 {
    background-color: var(--color-amber-300);
  }

  .bg-amber-500 {
    background-color: var(--color-amber-500);
  }

  .bg-amber-600 {
    background-color: var(--color-amber-600);
  }

  .bg-background {
    background-color: var(--background);
  }

  .bg-background\/5 {
    background-color: var(--background);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-background\/5 {
      background-color: color-mix(in oklab, var(--background) 5%, transparent);
    }
  }

  .bg-background\/10 {
    background-color: var(--background);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-background\/10 {
      background-color: color-mix(in oklab, var(--background) 10%, transparent);
    }
  }

  .bg-background\/30 {
    background-color: var(--background);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-background\/30 {
      background-color: color-mix(in oklab, var(--background) 30%, transparent);
    }
  }

  .bg-background\/50 {
    background-color: var(--background);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-background\/50 {
      background-color: color-mix(in oklab, var(--background) 50%, transparent);
    }
  }

  .bg-background\/60 {
    background-color: var(--background);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-background\/60 {
      background-color: color-mix(in oklab, var(--background) 60%, transparent);
    }
  }

  .bg-background\/75 {
    background-color: var(--background);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-background\/75 {
      background-color: color-mix(in oklab, var(--background) 75%, transparent);
    }
  }

  .bg-background\/80 {
    background-color: var(--background);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-background\/80 {
      background-color: color-mix(in oklab, var(--background) 80%, transparent);
    }
  }

  .bg-background\/85 {
    background-color: var(--background);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-background\/85 {
      background-color: color-mix(in oklab, var(--background) 85%, transparent);
    }
  }

  .bg-background\/90 {
    background-color: var(--background);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-background\/90 {
      background-color: color-mix(in oklab, var(--background) 90%, transparent);
    }
  }

  .bg-background\/95 {
    background-color: var(--background);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-background\/95 {
      background-color: color-mix(in oklab, var(--background) 95%, transparent);
    }
  }

  .bg-background\/\[0\.04\] {
    background-color: var(--background);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-background\/\[0\.04\] {
      background-color: color-mix(in oklab, var(--background) 4%, transparent);
    }
  }

  .bg-black {
    background-color: var(--color-black);
  }

  .bg-black\/5 {
    background-color: var(--color-black);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/5 {
      background-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }

  .bg-black\/10 {
    background-color: var(--color-black);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/10 {
      background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }

  .bg-black\/20 {
    background-color: var(--color-black);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/20 {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }

  .bg-black\/25 {
    background-color: var(--color-black);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/25 {
      background-color: color-mix(in oklab, var(--color-black) 25%, transparent);
    }
  }

  .bg-black\/30 {
    background-color: var(--color-black);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/30 {
      background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }

  .bg-black\/40 {
    background-color: var(--color-black);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/40 {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }

  .bg-black\/50 {
    background-color: var(--color-black);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/50 {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }

  .bg-black\/80 {
    background-color: var(--color-black);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/80 {
      background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
  }

  .bg-black\/\[0\.06\] {
    background-color: var(--color-black);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/\[0\.06\] {
      background-color: color-mix(in oklab, var(--color-black) 6%, transparent);
    }
  }

  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }

  .bg-blue-50\/50 {
    background-color: #eff6ff80;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-blue-50\/50 {
      background-color: color-mix(in oklab, var(--color-blue-50) 50%, transparent);
    }
  }

  .bg-blue-50\/60 {
    background-color: #eff6ff99;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-blue-50\/60 {
      background-color: color-mix(in oklab, var(--color-blue-50) 60%, transparent);
    }
  }

  .bg-blue-100 {
    background-color: var(--color-blue-100);
  }

  .bg-blue-400\/10 {
    background-color: #54a2ff1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-blue-400\/10 {
      background-color: color-mix(in oklab, var(--color-blue-400) 10%, transparent);
    }
  }

  .bg-blue-500 {
    background-color: var(--color-blue-500);
  }

  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }

  .bg-blue-600\/10 {
    background-color: #155dfc1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-blue-600\/10 {
      background-color: color-mix(in oklab, var(--color-blue-600) 10%, transparent);
    }
  }

  .bg-border {
    background-color: var(--border);
  }

  .bg-card {
    background-color: var(--card);
  }

  .bg-card\/50 {
    background-color: var(--card);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-card\/50 {
      background-color: color-mix(in oklab, var(--card) 50%, transparent);
    }
  }

  .bg-current {
    background-color: currentColor;
  }

  .bg-cyan-500 {
    background-color: var(--color-cyan-500);
  }

  .bg-destructive {
    background-color: var(--destructive);
  }

  .bg-destructive\/5 {
    background-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-destructive\/5 {
      background-color: color-mix(in oklab, var(--destructive) 5%, transparent);
    }
  }

  .bg-destructive\/10 {
    background-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-destructive\/10 {
      background-color: color-mix(in oklab, var(--destructive) 10%, transparent);
    }
  }

  .bg-destructive\/50 {
    background-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-destructive\/50 {
      background-color: color-mix(in oklab, var(--destructive) 50%, transparent);
    }
  }

  .bg-emerald-50 {
    background-color: var(--color-emerald-50);
  }

  .bg-emerald-50\/70 {
    background-color: #ecfdf5b3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-emerald-50\/70 {
      background-color: color-mix(in oklab, var(--color-emerald-50) 70%, transparent);
    }
  }

  .bg-emerald-100 {
    background-color: var(--color-emerald-100);
  }

  .bg-emerald-500 {
    background-color: var(--color-emerald-500);
  }

  .bg-emerald-500\/10 {
    background-color: #00bb7f1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-emerald-500\/10 {
      background-color: color-mix(in oklab, var(--color-emerald-500) 10%, transparent);
    }
  }

  .bg-emerald-500\/15 {
    background-color: #00bb7f26;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-emerald-500\/15 {
      background-color: color-mix(in oklab, var(--color-emerald-500) 15%, transparent);
    }
  }

  .bg-emerald-600 {
    background-color: var(--color-emerald-600);
  }

  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }

  .bg-gray-50\/50 {
    background-color: var(--color-gray-50);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-gray-50\/50 {
      background-color: color-mix(in oklab, var(--color-gray-50) 50%, transparent);
    }
  }

  .bg-gray-50\/90 {
    background-color: var(--color-gray-50);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-gray-50\/90 {
      background-color: color-mix(in oklab, var(--color-gray-50) 90%, transparent);
    }
  }

  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }

  .bg-gray-100\/80 {
    background-color: var(--color-gray-100);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-gray-100\/80 {
      background-color: color-mix(in oklab, var(--color-gray-100) 80%, transparent);
    }
  }

  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }

  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }

  .bg-gray-300\/50 {
    background-color: var(--color-gray-300);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-gray-300\/50 {
      background-color: color-mix(in oklab, var(--color-gray-300) 50%, transparent);
    }
  }

  .bg-gray-400 {
    background-color: var(--color-gray-400);
  }

  .bg-gray-600 {
    background-color: var(--color-gray-600);
  }

  .bg-gray-700 {
    background-color: var(--color-gray-700);
  }

  .bg-gray-800 {
    background-color: var(--color-gray-800);
  }

  .bg-gray-900 {
    background-color: var(--color-gray-900);
  }

  .bg-green-50 {
    background-color: var(--color-green-50);
  }

  .bg-green-50\/50 {
    background-color: #f0fdf480;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-green-50\/50 {
      background-color: color-mix(in oklab, var(--color-green-50) 50%, transparent);
    }
  }

  .bg-green-50\/60 {
    background-color: #f0fdf499;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-green-50\/60 {
      background-color: color-mix(in oklab, var(--color-green-50) 60%, transparent);
    }
  }

  .bg-green-100 {
    background-color: var(--color-green-100);
  }

  .bg-green-400 {
    background-color: var(--color-green-400);
  }

  .bg-green-500 {
    background-color: var(--color-green-500);
  }

  .bg-green-500\/20 {
    background-color: #00c75833;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-green-500\/20 {
      background-color: color-mix(in oklab, var(--color-green-500) 20%, transparent);
    }
  }

  .bg-indigo-50 {
    background-color: var(--color-indigo-50);
  }

  .bg-indigo-50\/60 {
    background-color: #eef2ff99;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-indigo-50\/60 {
      background-color: color-mix(in oklab, var(--color-indigo-50) 60%, transparent);
    }
  }

  .bg-indigo-400 {
    background-color: var(--color-indigo-400);
  }

  .bg-indigo-500 {
    background-color: var(--color-indigo-500);
  }

  .bg-lime-500 {
    background-color: var(--color-lime-500);
  }

  .bg-muted {
    background-color: var(--muted);
  }

  .bg-muted-foreground {
    background-color: var(--muted-foreground);
  }

  .bg-muted-foreground\/20 {
    background-color: var(--muted-foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-muted-foreground\/20 {
      background-color: color-mix(in oklab, var(--muted-foreground) 20%, transparent);
    }
  }

  .bg-muted-foreground\/40 {
    background-color: var(--muted-foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-muted-foreground\/40 {
      background-color: color-mix(in oklab, var(--muted-foreground) 40%, transparent);
    }
  }

  .bg-muted\/20 {
    background-color: var(--muted);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-muted\/20 {
      background-color: color-mix(in oklab, var(--muted) 20%, transparent);
    }
  }

  .bg-muted\/30 {
    background-color: var(--muted);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-muted\/30 {
      background-color: color-mix(in oklab, var(--muted) 30%, transparent);
    }
  }

  .bg-muted\/40 {
    background-color: var(--muted);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-muted\/40 {
      background-color: color-mix(in oklab, var(--muted) 40%, transparent);
    }
  }

  .bg-muted\/50 {
    background-color: var(--muted);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-muted\/50 {
      background-color: color-mix(in oklab, var(--muted) 50%, transparent);
    }
  }

  .bg-muted\/75 {
    background-color: var(--muted);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-muted\/75 {
      background-color: color-mix(in oklab, var(--muted) 75%, transparent);
    }
  }

  .bg-muted\/80 {
    background-color: var(--muted);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-muted\/80 {
      background-color: color-mix(in oklab, var(--muted) 80%, transparent);
    }
  }

  .bg-neutral-200 {
    background-color: var(--color-neutral-200);
  }

  .bg-neutral-800 {
    background-color: var(--color-neutral-800);
  }

  .bg-neutral-800\/80 {
    background-color: #262626cc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-neutral-800\/80 {
      background-color: color-mix(in oklab, var(--color-neutral-800) 80%, transparent);
    }
  }

  .bg-neutral-900 {
    background-color: var(--color-neutral-900);
  }

  .bg-orange-50 {
    background-color: var(--color-orange-50);
  }

  .bg-orange-50\/50 {
    background-color: #fff7ed80;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-orange-50\/50 {
      background-color: color-mix(in oklab, var(--color-orange-50) 50%, transparent);
    }
  }

  .bg-orange-50\/60 {
    background-color: #fff7ed99;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-orange-50\/60 {
      background-color: color-mix(in oklab, var(--color-orange-50) 60%, transparent);
    }
  }

  .bg-orange-100 {
    background-color: var(--color-orange-100);
  }

  .bg-orange-500 {
    background-color: var(--color-orange-500);
  }

  .bg-pink-50 {
    background-color: var(--color-pink-50);
  }

  .bg-pink-50\/50 {
    background-color: #fdf2f880;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-pink-50\/50 {
      background-color: color-mix(in oklab, var(--color-pink-50) 50%, transparent);
    }
  }

  .bg-pink-50\/60 {
    background-color: #fdf2f899;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-pink-50\/60 {
      background-color: color-mix(in oklab, var(--color-pink-50) 60%, transparent);
    }
  }

  .bg-pink-500 {
    background-color: var(--color-pink-500);
  }

  .bg-popover {
    background-color: var(--popover);
  }

  .bg-primary {
    background-color: var(--primary);
  }

  .bg-primary\/5 {
    background-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-primary\/5 {
      background-color: color-mix(in oklab, var(--primary) 5%, transparent);
    }
  }

  .bg-primary\/10 {
    background-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-primary\/10 {
      background-color: color-mix(in oklab, var(--primary) 10%, transparent);
    }
  }

  .bg-primary\/15 {
    background-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-primary\/15 {
      background-color: color-mix(in oklab, var(--primary) 15%, transparent);
    }
  }

  .bg-primary\/20 {
    background-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-primary\/20 {
      background-color: color-mix(in oklab, var(--primary) 20%, transparent);
    }
  }

  .bg-primary\/80 {
    background-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-primary\/80 {
      background-color: color-mix(in oklab, var(--primary) 80%, transparent);
    }
  }

  .bg-primary\/90 {
    background-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-primary\/90 {
      background-color: color-mix(in oklab, var(--primary) 90%, transparent);
    }
  }

  .bg-purple-50 {
    background-color: var(--color-purple-50);
  }

  .bg-purple-50\/50 {
    background-color: #faf5ff80;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-purple-50\/50 {
      background-color: color-mix(in oklab, var(--color-purple-50) 50%, transparent);
    }
  }

  .bg-purple-50\/60 {
    background-color: #faf5ff99;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-purple-50\/60 {
      background-color: color-mix(in oklab, var(--color-purple-50) 60%, transparent);
    }
  }

  .bg-purple-100 {
    background-color: var(--color-purple-100);
  }

  .bg-purple-500 {
    background-color: var(--color-purple-500);
  }

  .bg-purple-600 {
    background-color: var(--color-purple-600);
  }

  .bg-red-50 {
    background-color: var(--color-red-50);
  }

  .bg-red-50\/50 {
    background-color: #fef2f280;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-red-50\/50 {
      background-color: color-mix(in oklab, var(--color-red-50) 50%, transparent);
    }
  }

  .bg-red-50\/60 {
    background-color: #fef2f299;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-red-50\/60 {
      background-color: color-mix(in oklab, var(--color-red-50) 60%, transparent);
    }
  }

  .bg-red-100 {
    background-color: var(--color-red-100);
  }

  .bg-red-500 {
    background-color: var(--color-red-500);
  }

  .bg-red-500\/20 {
    background-color: #fb2c3633;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-red-500\/20 {
      background-color: color-mix(in oklab, var(--color-red-500) 20%, transparent);
    }
  }

  .bg-red-600 {
    background-color: var(--color-red-600);
  }

  .bg-rose-50 {
    background-color: var(--color-rose-50);
  }

  .bg-rose-50\/60 {
    background-color: #fff1f299;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-rose-50\/60 {
      background-color: color-mix(in oklab, var(--color-rose-50) 60%, transparent);
    }
  }

  .bg-secondary {
    background-color: var(--secondary);
  }

  .bg-secondary\/80 {
    background-color: var(--secondary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-secondary\/80 {
      background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
    }
  }

  .bg-secondary\/90 {
    background-color: var(--secondary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-secondary\/90 {
      background-color: color-mix(in oklab, var(--secondary) 90%, transparent);
    }
  }

  .bg-sky-50 {
    background-color: var(--color-sky-50);
  }

  .bg-sky-100 {
    background-color: var(--color-sky-100);
  }

  .bg-slate-50\/60 {
    background-color: #f8fafc99;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-slate-50\/60 {
      background-color: color-mix(in oklab, var(--color-slate-50) 60%, transparent);
    }
  }

  .bg-teal-50 {
    background-color: var(--color-teal-50);
  }

  .bg-teal-50\/60 {
    background-color: #f0fdfa99;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-teal-50\/60 {
      background-color: color-mix(in oklab, var(--color-teal-50) 60%, transparent);
    }
  }

  .bg-teal-500 {
    background-color: var(--color-teal-500);
  }

  .bg-transparent {
    background-color: #0000;
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-white\/10 {
    background-color: var(--color-white);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/10 {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }

  .bg-white\/20 {
    background-color: var(--color-white);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/20 {
      background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }

  .bg-white\/70 {
    background-color: var(--color-white);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/70 {
      background-color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }

  .bg-white\/90 {
    background-color: var(--color-white);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/90 {
      background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }

  .bg-white\/95 {
    background-color: var(--color-white);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/95 {
      background-color: color-mix(in oklab, var(--color-white) 95%, transparent);
    }
  }

  .bg-yellow-50 {
    background-color: var(--color-yellow-50);
  }

  .bg-yellow-50\/50 {
    background-color: #fefce880;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-yellow-50\/50 {
      background-color: color-mix(in oklab, var(--color-yellow-50) 50%, transparent);
    }
  }

  .bg-yellow-100 {
    background-color: var(--color-yellow-100);
  }

  .bg-yellow-300 {
    background-color: var(--color-yellow-300);
  }

  .bg-yellow-400 {
    background-color: var(--color-yellow-400);
  }

  .bg-yellow-500 {
    background-color: var(--color-yellow-500);
  }

  .bg-yellow-500\/5 {
    background-color: #edb2000d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-yellow-500\/5 {
      background-color: color-mix(in oklab, var(--color-yellow-500) 5%, transparent);
    }
  }

  .bg-yellow-500\/10 {
    background-color: #edb2001a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-yellow-500\/10 {
      background-color: color-mix(in oklab, var(--color-yellow-500) 10%, transparent);
    }
  }

  .bg-yellow-500\/20 {
    background-color: #edb20033;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-yellow-500\/20 {
      background-color: color-mix(in oklab, var(--color-yellow-500) 20%, transparent);
    }
  }

  .bg-zinc-50\/80 {
    background-color: #fafafacc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-zinc-50\/80 {
      background-color: color-mix(in oklab, var(--color-zinc-50) 80%, transparent);
    }
  }

  .bg-zinc-100 {
    background-color: var(--color-zinc-100);
  }

  .bg-zinc-100\/70 {
    background-color: #f4f4f5b3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-zinc-100\/70 {
      background-color: color-mix(in oklab, var(--color-zinc-100) 70%, transparent);
    }
  }

  .bg-zinc-200 {
    background-color: var(--color-zinc-200);
  }

  .bg-zinc-900 {
    background-color: var(--color-zinc-900);
  }

  .bg-zinc-900\/95 {
    background-color: #18181bf2;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-zinc-900\/95 {
      background-color: color-mix(in oklab, var(--color-zinc-900) 95%, transparent);
    }
  }

  .\!bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab !important;
    background-image: linear-gradient(var(--tw-gradient-stops)) !important;
  }

  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-gradient-to-tr {
    --tw-gradient-position: to top right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-\[linear-gradient\(to_right\,\#80808012_1px\,transparent_1px\)\,linear-gradient\(to_bottom\,\#80808012_1px\,transparent_1px\)\] {
    background-image: linear-gradient(to right, #80808012 1px, #0000 1px), linear-gradient(#80808012 1px, #0000 1px);
  }

  .bg-\[radial-gradient\(circle_at_top\,rgba\(99\,102\,241\,0\.08\)\,transparent_42\%\)\] {
    background-image: radial-gradient(circle at top, #6366f114, #0000 42%);
  }

  .bg-\[radial-gradient\(circle_at_top\,rgba\(129\,140\,248\,0\.08\)\,transparent_42\%\)\] {
    background-image: radial-gradient(circle at top, #818cf814, #0000 42%);
  }

  .\!from-stone-100\/90 {
    --tw-gradient-from: #f5f5f4e6 !important;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .\!from-stone-100\/90 {
      --tw-gradient-from: color-mix(in oklab, var(--color-stone-100) 90%, transparent) !important;
    }
  }

  .\!from-stone-100\/90 {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)) !important;
  }

  .from-\[var\(--surface-elevated\)\] {
    --tw-gradient-from: var(--surface-elevated);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-\[var\(--theme-bg\)\]\/60 {
    --tw-gradient-from: var(--theme-bg);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-\[var\(--theme-bg\)\]\/60 {
      --tw-gradient-from: color-mix(in oklab, var(--theme-bg) 60%, transparent);
    }
  }

  .from-\[var\(--theme-bg\)\]\/60 {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-\[var\(--theme-bg\)\]\/90 {
    --tw-gradient-from: var(--theme-bg);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-\[var\(--theme-bg\)\]\/90 {
      --tw-gradient-from: color-mix(in oklab, var(--theme-bg) 90%, transparent);
    }
  }

  .from-\[var\(--theme-bg\)\]\/90 {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-black\/60 {
    --tw-gradient-from: var(--color-black);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-black\/60 {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }

  .from-black\/60 {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-black\/70 {
    --tw-gradient-from: var(--color-black);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-black\/70 {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
  }

  .from-black\/70 {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-black\/80 {
    --tw-gradient-from: var(--color-black);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-black\/80 {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
  }

  .from-black\/80 {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-blue-50 {
    --tw-gradient-from: var(--color-blue-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-blue-100 {
    --tw-gradient-from: var(--color-blue-100);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-blue-500 {
    --tw-gradient-from: var(--color-blue-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-gray-100 {
    --tw-gradient-from: var(--color-gray-100);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-gray-100\/20 {
    --tw-gradient-from: var(--color-gray-100);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-gray-100\/20 {
      --tw-gradient-from: color-mix(in oklab, var(--color-gray-100) 20%, transparent);
    }
  }

  .from-gray-100\/20 {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-gray-400 {
    --tw-gradient-from: var(--color-gray-400);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-gray-500 {
    --tw-gradient-from: var(--color-gray-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-gray-800 {
    --tw-gradient-from: var(--color-gray-800);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-gray-900 {
    --tw-gradient-from: var(--color-gray-900);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-green-50 {
    --tw-gradient-from: var(--color-green-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-green-500 {
    --tw-gradient-from: var(--color-green-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-indigo-50\/50 {
    --tw-gradient-from: #eef2ff80;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-indigo-50\/50 {
      --tw-gradient-from: color-mix(in oklab, var(--color-indigo-50) 50%, transparent);
    }
  }

  .from-indigo-50\/50 {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-indigo-400 {
    --tw-gradient-from: var(--color-indigo-400);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-indigo-500 {
    --tw-gradient-from: var(--color-indigo-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-indigo-950\/30 {
    --tw-gradient-from: #1e1a4d4d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-indigo-950\/30 {
      --tw-gradient-from: color-mix(in oklab, var(--color-indigo-950) 30%, transparent);
    }
  }

  .from-indigo-950\/30 {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-orange-400 {
    --tw-gradient-from: var(--color-orange-400);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-primary {
    --tw-gradient-from: var(--primary);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-primary\/20 {
    --tw-gradient-from: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-primary\/20 {
      --tw-gradient-from: color-mix(in oklab, var(--primary) 20%, transparent);
    }
  }

  .from-primary\/20 {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-purple-50 {
    --tw-gradient-from: var(--color-purple-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-purple-400 {
    --tw-gradient-from: var(--color-purple-400);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-red-500 {
    --tw-gradient-from: var(--color-red-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-slate-100 {
    --tw-gradient-from: var(--color-slate-100);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-slate-900 {
    --tw-gradient-from: var(--color-slate-900);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-white {
    --tw-gradient-from: var(--color-white);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-white\/50 {
    --tw-gradient-from: var(--color-white);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-white\/50 {
      --tw-gradient-from: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }

  .from-white\/50 {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-white\/80 {
    --tw-gradient-from: var(--color-white);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-white\/80 {
      --tw-gradient-from: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }

  .from-white\/80 {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-white\/90 {
    --tw-gradient-from: var(--color-white);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-white\/90 {
      --tw-gradient-from: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }

  .from-white\/90 {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-yellow-400 {
    --tw-gradient-from: var(--color-yellow-400);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-yellow-500 {
    --tw-gradient-from: var(--color-yellow-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-zinc-100 {
    --tw-gradient-from: var(--color-zinc-100);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-zinc-200 {
    --tw-gradient-from: var(--color-zinc-200);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .via-\[var\(--surface-subtle\)\] {
    --tw-gradient-via: var(--surface-subtle);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-\[var\(--theme-bg\)\]\/30 {
    --tw-gradient-via: var(--theme-bg);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .via-\[var\(--theme-bg\)\]\/30 {
      --tw-gradient-via: color-mix(in oklab, var(--theme-bg) 30%, transparent);
    }
  }

  .via-\[var\(--theme-bg\)\]\/30 {
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-black\/20 {
    --tw-gradient-via: var(--color-black);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .via-black\/20 {
      --tw-gradient-via: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }

  .via-black\/20 {
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-black\/35 {
    --tw-gradient-via: var(--color-black);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .via-black\/35 {
      --tw-gradient-via: color-mix(in oklab, var(--color-black) 35%, transparent);
    }
  }

  .via-black\/35 {
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-black\/40 {
    --tw-gradient-via: var(--color-black);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .via-black\/40 {
      --tw-gradient-via: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }

  .via-black\/40 {
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-gray-50\/10 {
    --tw-gradient-via: var(--color-gray-50);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .via-gray-50\/10 {
      --tw-gradient-via: color-mix(in oklab, var(--color-gray-50) 10%, transparent);
    }
  }

  .via-gray-50\/10 {
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-gray-800 {
    --tw-gradient-via: var(--color-gray-800);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-gray-900\/70 {
    --tw-gradient-via: var(--color-gray-900);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .via-gray-900\/70 {
      --tw-gradient-via: color-mix(in oklab, var(--color-gray-900) 70%, transparent);
    }
  }

  .via-gray-900\/70 {
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-indigo-200 {
    --tw-gradient-via: var(--color-indigo-200);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-indigo-700 {
    --tw-gradient-via: var(--color-indigo-700);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-primary\/10 {
    --tw-gradient-via: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .via-primary\/10 {
      --tw-gradient-via: color-mix(in oklab, var(--primary) 10%, transparent);
    }
  }

  .via-primary\/10 {
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-purple-500 {
    --tw-gradient-via: var(--color-purple-500);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-slate-800 {
    --tw-gradient-via: var(--color-slate-800);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-transparent {
    --tw-gradient-via: transparent;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-white {
    --tw-gradient-via: var(--color-white);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-white\/30 {
    --tw-gradient-via: var(--color-white);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .via-white\/30 {
      --tw-gradient-via: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }

  .via-white\/30 {
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-zinc-100\/20 {
    --tw-gradient-via: #f4f4f533;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .via-zinc-100\/20 {
      --tw-gradient-via: color-mix(in oklab, var(--color-zinc-100) 20%, transparent);
    }
  }

  .via-zinc-100\/20 {
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .\!to-stone-100\/95 {
    --tw-gradient-to: #f5f5f4f2 !important;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .\!to-stone-100\/95 {
      --tw-gradient-to: color-mix(in oklab, var(--color-stone-100) 95%, transparent) !important;
    }
  }

  .\!to-stone-100\/95 {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)) !important;
  }

  .to-\[var\(--surface-elevated\)\] {
    --tw-gradient-to: var(--surface-elevated);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-\[var\(--theme-bg\)\]\/80 {
    --tw-gradient-to: var(--theme-bg);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .to-\[var\(--theme-bg\)\]\/80 {
      --tw-gradient-to: color-mix(in oklab, var(--theme-bg) 80%, transparent);
    }
  }

  .to-\[var\(--theme-bg\)\]\/80 {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-amber-600 {
    --tw-gradient-to: var(--color-amber-600);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-blue-200 {
    --tw-gradient-to: var(--color-blue-200);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-blue-600 {
    --tw-gradient-to: var(--color-blue-600);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-emerald-50 {
    --tw-gradient-to: var(--color-emerald-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-emerald-600 {
    --tw-gradient-to: var(--color-emerald-600);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-gray-50 {
    --tw-gradient-to: var(--color-gray-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-gray-50\/80 {
    --tw-gradient-to: var(--color-gray-50);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .to-gray-50\/80 {
      --tw-gradient-to: color-mix(in oklab, var(--color-gray-50) 80%, transparent);
    }
  }

  .to-gray-50\/80 {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-gray-100\/20 {
    --tw-gradient-to: var(--color-gray-100);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .to-gray-100\/20 {
      --tw-gradient-to: color-mix(in oklab, var(--color-gray-100) 20%, transparent);
    }
  }

  .to-gray-100\/20 {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-gray-200 {
    --tw-gradient-to: var(--color-gray-200);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-gray-500 {
    --tw-gradient-to: var(--color-gray-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-gray-600 {
    --tw-gradient-to: var(--color-gray-600);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-gray-800 {
    --tw-gradient-to: var(--color-gray-800);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-gray-900 {
    --tw-gradient-to: var(--color-gray-900);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-indigo-50 {
    --tw-gradient-to: var(--color-indigo-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-orange-400 {
    --tw-gradient-to: var(--color-orange-400);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-orange-500 {
    --tw-gradient-to: var(--color-orange-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-pink-50 {
    --tw-gradient-to: var(--color-pink-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-pink-500 {
    --tw-gradient-to: var(--color-pink-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-pink-600 {
    --tw-gradient-to: var(--color-pink-600);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-purple-500 {
    --tw-gradient-to: var(--color-purple-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-red-500 {
    --tw-gradient-to: var(--color-red-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-rose-600 {
    --tw-gradient-to: var(--color-rose-600);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-secondary\/20 {
    --tw-gradient-to: var(--secondary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .to-secondary\/20 {
      --tw-gradient-to: color-mix(in oklab, var(--secondary) 20%, transparent);
    }
  }

  .to-secondary\/20 {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-slate-300 {
    --tw-gradient-to: var(--color-slate-300);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-slate-500 {
    --tw-gradient-to: var(--color-slate-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-slate-800 {
    --tw-gradient-to: var(--color-slate-800);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-slate-900 {
    --tw-gradient-to: var(--color-slate-900);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-white\/70 {
    --tw-gradient-to: var(--color-white);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .to-white\/70 {
      --tw-gradient-to: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }

  .to-white\/70 {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-zinc-100 {
    --tw-gradient-to: var(--color-zinc-100);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .mask-\[linear-gradient\(to_bottom\,transparent\,white_--spacing\(14\)\,white_calc\(100\%---spacing\(14\)\)\,transparent\)\] {
    -webkit-mask-image: linear-gradient(to bottom,transparent,white calc(var(--spacing) * 14),white calc(100% - calc(var(--spacing) * 14)),transparent);
    mask-image: linear-gradient(to bottom,transparent,white calc(var(--spacing) * 14),white calc(100% - calc(var(--spacing) * 14)),transparent);
  }

  .mask-\[linear-gradient\(to_bottom\,transparent\,white_12px\,white_calc\(100\%-12px\)\,transparent\)\] {
    -webkit-mask-image: linear-gradient(#0000, #fff 12px calc(100% - 12px), #0000);
    mask-image: linear-gradient(#0000, #fff 12px calc(100% - 12px), #0000);
  }

  .mask-\[linear-gradient\(to_bottom\,transparent\,white_16px\,white_calc\(100\%-16px\)\,transparent\)\] {
    -webkit-mask-image: linear-gradient(#0000, #fff 16px calc(100% - 16px), #0000);
    mask-image: linear-gradient(#0000, #fff 16px calc(100% - 16px), #0000);
  }

  .mask-\[linear-gradient\(to_bottom\,white\,white_30px\,transparent_80px\)\] {
    -webkit-mask-image: linear-gradient(#fff, #fff 30px, #0000 80px);
    mask-image: linear-gradient(#fff, #fff 30px, #0000 80px);
  }

  .bg-\[length\:200\%_100\%\] {
    background-size: 200% 100%;
  }

  .bg-\[size\:24px_24px\] {
    background-size: 24px 24px;
  }

  .bg-cover {
    background-size: cover;
  }

  .bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
  }

  .bg-center {
    background-position: center;
  }

  .bg-no-repeat {
    background-repeat: no-repeat;
  }

  .fill-\(--callout-color\) {
    fill: var(--callout-color);
  }

  .fill-current {
    fill: currentColor;
  }

  .fill-none {
    fill: none;
  }

  .fill-white {
    fill: var(--color-white);
  }

  .fill-yellow-400 {
    fill: var(--color-yellow-400);
  }

  .stroke-current\/25 {
    stroke: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .stroke-current\/25 {
      stroke: color-mix(in oklab, currentcolor 25%, transparent);
    }
  }

  .object-contain {
    object-fit: contain;
  }

  .object-cover {
    object-fit: cover;
  }

  .p-0 {
    padding: calc(var(--spacing) * 0);
  }

  .p-0\.5 {
    padding: calc(var(--spacing) * .5);
  }

  .p-1 {
    padding: calc(var(--spacing) * 1);
  }

  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-3 {
    padding: calc(var(--spacing) * 3);
  }

  .p-3\.5 {
    padding: calc(var(--spacing) * 3.5);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-5 {
    padding: calc(var(--spacing) * 5);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .p-8 {
    padding: calc(var(--spacing) * 8);
  }

  .p-12 {
    padding: calc(var(--spacing) * 12);
  }

  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }

  .px-0\.5 {
    padding-inline: calc(var(--spacing) * .5);
  }

  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }

  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }

  .px-px {
    padding-inline: 1px;
  }

  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }

  .py-0\.5 {
    padding-block: calc(var(--spacing) * .5);
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }

  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }

  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }

  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }

  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }

  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }

  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }

  .py-32 {
    padding-block: calc(var(--spacing) * 32);
  }

  .py-px {
    padding-block: 1px;
  }

  .ps-1 {
    padding-inline-start: calc(var(--spacing) * 1);
  }

  .ps-2 {
    padding-inline-start: calc(var(--spacing) * 2);
  }

  .ps-2\.5 {
    padding-inline-start: calc(var(--spacing) * 2.5);
  }

  .ps-3 {
    padding-inline-start: calc(var(--spacing) * 3);
  }

  .ps-4 {
    padding-inline-start: calc(var(--spacing) * 4);
  }

  .ps-6 {
    padding-inline-start: calc(var(--spacing) * 6);
  }

  .ps-8 {
    padding-inline-start: calc(var(--spacing) * 8);
  }

  .pe-0 {
    padding-inline-end: calc(var(--spacing) * 0);
  }

  .pe-2 {
    padding-inline-end: calc(var(--spacing) * 2);
  }

  .pe-2\.5 {
    padding-inline-end: calc(var(--spacing) * 2.5);
  }

  .pe-4 {
    padding-inline-end: calc(var(--spacing) * 4);
  }

  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }

  .pt-0\.5 {
    padding-top: calc(var(--spacing) * .5);
  }

  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }

  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }

  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }

  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }

  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }

  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }

  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }

  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }

  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }

  .pt-\[15vh\] {
    padding-top: 15vh;
  }

  .pt-\[var\(--geist-header-height\)\] {
    padding-top: var(--geist-header-height);
  }

  .pr-\(--removed-body-scroll-bar-size\,0\) {
    padding-right: var(--removed-body-scroll-bar-size, 0);
  }

  .pr-1 {
    padding-right: calc(var(--spacing) * 1);
  }

  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }

  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }

  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }

  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }

  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }

  .pr-12 {
    padding-right: calc(var(--spacing) * 12);
  }

  .pr-24 {
    padding-right: calc(var(--spacing) * 24);
  }

  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }

  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }

  .pb-1\.5 {
    padding-bottom: calc(var(--spacing) * 1.5);
  }

  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }

  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }

  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }

  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }

  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }

  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }

  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }

  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }

  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }

  .pl-1 {
    padding-left: calc(var(--spacing) * 1);
  }

  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }

  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }

  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }

  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }

  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }

  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }

  .pl-9 {
    padding-left: calc(var(--spacing) * 9);
  }

  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }

  .pl-12 {
    padding-left: calc(var(--spacing) * 12);
  }

  .pl-\[calc\(100vw-100\%\)\] {
    padding-left: calc(100vw - 100%);
  }

  .text-center {
    text-align: center;
  }

  .text-end {
    text-align: end;
  }

  .text-left {
    text-align: left;
  }

  .text-right {
    text-align: right;
  }

  .text-start {
    text-align: start;
  }

  .align-middle {
    vertical-align: middle;
  }

  .font-mono {
    font-family: var(--font-mono);
  }

  .font-sans {
    font-family: var(--font-sans);
  }

  .font-visitor-serif {
    font-family: Playfair Display, Georgia, Times New Roman, serif;
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }

  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }

  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }

  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }

  .text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }

  .text-8xl {
    font-size: var(--text-8xl);
    line-height: var(--tw-leading, var(--text-8xl--line-height));
  }

  .text-\[13px\]\/\[1\.6\] {
    font-size: 13px;
    line-height: 1.6;
  }

  .text-admin-base {
    font-size: .875rem;
    line-height: var(--tw-leading, 1.25rem);
  }

  .text-admin-sm {
    font-size: .813rem;
    line-height: var(--tw-leading, 1.25rem);
  }

  .text-admin-xs {
    font-size: .75rem;
    line-height: var(--tw-leading, 1rem);
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-visitor-base {
    font-size: 1.125rem;
    line-height: var(--tw-leading, 1.8);
  }

  .text-visitor-lg {
    font-size: 1.25rem;
    line-height: var(--tw-leading, 1.75);
  }

  .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-\[0\.875em\] {
    font-size: .875em;
  }

  .text-\[0\.8125rem\] {
    font-size: .8125rem;
  }

  .text-\[0\.9375rem\] {
    font-size: .9375rem;
  }

  .text-\[1\.75em\] {
    font-size: 1.75em;
  }

  .text-\[8px\] {
    font-size: 8px;
  }

  .text-\[9px\] {
    font-size: 9px;
  }

  .text-\[10px\] {
    font-size: 10px;
  }

  .text-\[11px\] {
    font-size: 11px;
  }

  .text-\[13px\] {
    font-size: 13px;
  }

  .text-\[15px\] {
    font-size: 15px;
  }

  .text-\[clamp\(1rem\,2vw\,1\.125rem\)\] {
    font-size: clamp(1rem, 2vw, 1.125rem);
  }

  .\!leading-\[1\.7\] {
    --tw-leading: 1.7 !important;
    line-height: 1.7 !important;
  }

  .leading-4 {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }

  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }

  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }

  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }

  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }

  .leading-9 {
    --tw-leading: calc(var(--spacing) * 9);
    line-height: calc(var(--spacing) * 9);
  }

  .leading-\[0\.9\] {
    --tw-leading: .9;
    line-height: .9;
  }

  .leading-\[1\.6rem\] {
    --tw-leading: 1.6rem;
    line-height: 1.6rem;
  }

  .leading-\[1\.15\] {
    --tw-leading: 1.15;
    line-height: 1.15;
  }

  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }

  .leading-\[clamp\(1\.6\,3vw\,1\.75\)\] {
    --tw-leading: clamp(1.6, 3vw, 1.75);
    line-height: clamp(1.6, 3vw, 1.75);
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }

  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }

  .font-\[var\(--font-great-vibes\)\] {
    --tw-font-weight: var(--font-great-vibes);
    font-weight: var(--font-great-vibes);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }

  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-\[-0\.02em\] {
    --tw-tracking: -.02em;
    letter-spacing: -.02em;
  }

  .tracking-\[-0\.03em\] {
    --tw-tracking: -.03em;
    letter-spacing: -.03em;
  }

  .tracking-\[-0\.04em\] {
    --tw-tracking: -.04em;
    letter-spacing: -.04em;
  }

  .tracking-\[0\.1em\] {
    --tw-tracking: .1em;
    letter-spacing: .1em;
  }

  .tracking-\[0\.1rem\] {
    --tw-tracking: .1rem;
    letter-spacing: .1rem;
  }

  .tracking-\[0\.2em\] {
    --tw-tracking: .2em;
    letter-spacing: .2em;
  }

  .tracking-\[0\.2rem\] {
    --tw-tracking: .2rem;
    letter-spacing: .2rem;
  }

  .tracking-\[0\.3em\] {
    --tw-tracking: .3em;
    letter-spacing: .3em;
  }

  .tracking-\[0\.4em\] {
    --tw-tracking: .4em;
    letter-spacing: .4em;
  }

  .tracking-\[0\.06em\] {
    --tw-tracking: .06em;
    letter-spacing: .06em;
  }

  .tracking-\[0\.08em\] {
    --tw-tracking: .08em;
    letter-spacing: .08em;
  }

  .tracking-\[0\.12em\] {
    --tw-tracking: .12em;
    letter-spacing: .12em;
  }

  .tracking-\[0\.14em\] {
    --tw-tracking: .14em;
    letter-spacing: .14em;
  }

  .tracking-\[0\.15em\] {
    --tw-tracking: .15em;
    letter-spacing: .15em;
  }

  .tracking-\[0\.15rem\] {
    --tw-tracking: .15rem;
    letter-spacing: .15rem;
  }

  .tracking-\[0\.16em\] {
    --tw-tracking: .16em;
    letter-spacing: .16em;
  }

  .tracking-\[0\.18em\] {
    --tw-tracking: .18em;
    letter-spacing: .18em;
  }

  .tracking-\[0\.18rem\] {
    --tw-tracking: .18rem;
    letter-spacing: .18rem;
  }

  .tracking-\[0\.24em\] {
    --tw-tracking: .24em;
    letter-spacing: .24em;
  }

  .tracking-\[0\.25em\] {
    --tw-tracking: .25em;
    letter-spacing: .25em;
  }

  .tracking-\[0\.28em\] {
    --tw-tracking: .28em;
    letter-spacing: .28em;
  }

  .tracking-\[0\.32em\] {
    --tw-tracking: .32em;
    letter-spacing: .32em;
  }

  .tracking-normal {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }

  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }

  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }

  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }

  .text-nowrap {
    text-wrap: nowrap;
  }

  .break-words {
    overflow-wrap: break-word;
  }

  .wrap-anywhere {
    overflow-wrap: anywhere;
  }

  .break-all {
    word-break: break-all;
  }

  .text-ellipsis {
    text-overflow: ellipsis;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .text-\(--callout-color\) {
    color: var(--callout-color);
  }

  .text-\[\#c6c7c6\] {
    color: #c6c7c6;
  }

  .text-\[var\(--border-subtle\)\] {
    color: var(--border-subtle);
  }

  .text-\[var\(--brand-color\)\] {
    color: var(--brand-color);
  }

  .text-\[var\(--geist-destructive-foreground\)\] {
    color: var(--geist-destructive-foreground);
  }

  .text-\[var\(--geist-fg\)\] {
    color: var(--geist-fg);
  }

  .text-\[var\(--geist-fg-secondary\)\] {
    color: var(--geist-fg-secondary);
  }

  .text-\[var\(--geist-fg-tertiary\)\] {
    color: var(--geist-fg-tertiary);
  }

  .text-\[var\(--geist-primary-foreground\)\] {
    color: var(--geist-primary-foreground);
  }

  .text-\[var\(--geist-secondary-foreground\)\] {
    color: var(--geist-secondary-foreground);
  }

  .text-\[var\(--geist-success-foreground\)\] {
    color: var(--geist-success-foreground);
  }

  .text-\[var\(--geist-warning-foreground\)\] {
    color: var(--geist-warning-foreground);
  }

  .text-\[var\(--mono-accent\)\] {
    color: var(--mono-accent);
  }

  .text-\[var\(--mono-bg\)\] {
    color: var(--mono-bg);
  }

  .text-\[var\(--text-faint\)\] {
    color: var(--text-faint);
  }

  .text-\[var\(--text-muted\)\] {
    color: var(--text-muted);
  }

  .text-\[var\(--text-primary\)\] {
    color: var(--text-primary);
  }

  .text-\[var\(--text-secondary\)\] {
    color: var(--text-secondary);
  }

  .text-\[var\(--text-soft\)\] {
    color: var(--text-soft);
  }

  .text-\[var\(--text-tertiary\)\] {
    color: var(--text-tertiary);
  }

  .text-\[var\(--theme-accent-foreground\)\] {
    color: var(--theme-accent-foreground);
  }

  .text-\[var\(--theme-fg\)\] {
    color: var(--theme-fg);
  }

  .text-\[var\(--theme-fg-secondary\)\] {
    color: var(--theme-fg-secondary);
  }

  .text-\[var\(--theme-fg-secondary\)\]\/40 {
    color: var(--theme-fg-secondary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-\[var\(--theme-fg-secondary\)\]\/40 {
      color: color-mix(in oklab, var(--theme-fg-secondary) 40%, transparent);
    }
  }

  .text-\[var\(--theme-fg-secondary\)\]\/60 {
    color: var(--theme-fg-secondary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-\[var\(--theme-fg-secondary\)\]\/60 {
      color: color-mix(in oklab, var(--theme-fg-secondary) 60%, transparent);
    }
  }

  .text-\[var\(--theme-fg-secondary\)\]\/70 {
    color: var(--theme-fg-secondary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-\[var\(--theme-fg-secondary\)\]\/70 {
      color: color-mix(in oklab, var(--theme-fg-secondary) 70%, transparent);
    }
  }

  .text-\[var\(--theme-fg-tertiary\)\] {
    color: var(--theme-fg-tertiary);
  }

  .text-\[var\(--theme-success\)\] {
    color: var(--theme-success);
  }

  .text-\[var\(--theme-warning\)\] {
    color: var(--theme-warning);
  }

  .text-accent-foreground {
    color: var(--accent-foreground);
  }

  .text-amber-50 {
    color: var(--color-amber-50);
  }

  .text-amber-300 {
    color: var(--color-amber-300);
  }

  .text-amber-300\/80 {
    color: #ffd236cc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-amber-300\/80 {
      color: color-mix(in oklab, var(--color-amber-300) 80%, transparent);
    }
  }

  .text-amber-400 {
    color: var(--color-amber-400);
  }

  .text-amber-400\/80 {
    color: #fcbb00cc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-amber-400\/80 {
      color: color-mix(in oklab, var(--color-amber-400) 80%, transparent);
    }
  }

  .text-amber-500 {
    color: var(--color-amber-500);
  }

  .text-amber-600 {
    color: var(--color-amber-600);
  }

  .text-amber-700 {
    color: var(--color-amber-700);
  }

  .text-amber-800 {
    color: var(--color-amber-800);
  }

  .text-black {
    color: var(--color-black);
  }

  .text-blue-400 {
    color: var(--color-blue-400);
  }

  .text-blue-500 {
    color: var(--color-blue-500);
  }

  .text-blue-600 {
    color: var(--color-blue-600);
  }

  .text-blue-700 {
    color: var(--color-blue-700);
  }

  .text-blue-800 {
    color: var(--color-blue-800);
  }

  .text-blue-900 {
    color: var(--color-blue-900);
  }

  .text-border {
    color: var(--border);
  }

  .text-card-foreground {
    color: var(--card-foreground);
  }

  .text-current {
    color: currentColor;
  }

  .text-cyan-700\/80 {
    color: #007492cc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-cyan-700\/80 {
      color: color-mix(in oklab, var(--color-cyan-700) 80%, transparent);
    }
  }

  .text-destructive {
    color: var(--destructive);
  }

  .text-destructive-foreground {
    color: var(--destructive-foreground);
  }

  .text-destructive\/70 {
    color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-destructive\/70 {
      color: color-mix(in oklab, var(--destructive) 70%, transparent);
    }
  }

  .text-destructive\/80 {
    color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-destructive\/80 {
      color: color-mix(in oklab, var(--destructive) 80%, transparent);
    }
  }

  .text-emerald-400 {
    color: var(--color-emerald-400);
  }

  .text-emerald-500 {
    color: var(--color-emerald-500);
  }

  .text-emerald-600 {
    color: var(--color-emerald-600);
  }

  .text-emerald-600\/80 {
    color: #009767cc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-emerald-600\/80 {
      color: color-mix(in oklab, var(--color-emerald-600) 80%, transparent);
    }
  }

  .text-emerald-700 {
    color: var(--color-emerald-700);
  }

  .text-emerald-700\/80 {
    color: #007956cc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-emerald-700\/80 {
      color: color-mix(in oklab, var(--color-emerald-700) 80%, transparent);
    }
  }

  .text-emerald-800 {
    color: var(--color-emerald-800);
  }

  .text-emerald-900 {
    color: var(--color-emerald-900);
  }

  .text-emerald-900\/80 {
    color: #004e3bcc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-emerald-900\/80 {
      color: color-mix(in oklab, var(--color-emerald-900) 80%, transparent);
    }
  }

  .text-foreground {
    color: var(--foreground);
  }

  .text-foreground\/80 {
    color: var(--foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-foreground\/80 {
      color: color-mix(in oklab, var(--foreground) 80%, transparent);
    }
  }

  .text-gray-100 {
    color: var(--color-gray-100);
  }

  .text-gray-200 {
    color: var(--color-gray-200);
  }

  .text-gray-300 {
    color: var(--color-gray-300);
  }

  .text-gray-400 {
    color: var(--color-gray-400);
  }

  .text-gray-500 {
    color: var(--color-gray-500);
  }

  .text-gray-600 {
    color: var(--color-gray-600);
  }

  .text-gray-700 {
    color: var(--color-gray-700);
  }

  .text-gray-800 {
    color: var(--color-gray-800);
  }

  .text-gray-900 {
    color: var(--color-gray-900);
  }

  .text-green-400 {
    color: var(--color-green-400);
  }

  .text-green-500 {
    color: var(--color-green-500);
  }

  .text-green-600 {
    color: var(--color-green-600);
  }

  .text-green-700 {
    color: var(--color-green-700);
  }

  .text-green-800 {
    color: var(--color-green-800);
  }

  .text-green-900 {
    color: var(--color-green-900);
  }

  .text-indigo-300 {
    color: var(--color-indigo-300);
  }

  .text-indigo-300\/80 {
    color: #a4b3ffcc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-indigo-300\/80 {
      color: color-mix(in oklab, var(--color-indigo-300) 80%, transparent);
    }
  }

  .text-indigo-500 {
    color: var(--color-indigo-500);
  }

  .text-indigo-600 {
    color: var(--color-indigo-600);
  }

  .text-indigo-700 {
    color: var(--color-indigo-700);
  }

  .text-muted-foreground {
    color: var(--muted-foreground);
  }

  .text-muted-foreground\/30 {
    color: var(--muted-foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-muted-foreground\/30 {
      color: color-mix(in oklab, var(--muted-foreground) 30%, transparent);
    }
  }

  .text-muted-foreground\/40 {
    color: var(--muted-foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-muted-foreground\/40 {
      color: color-mix(in oklab, var(--muted-foreground) 40%, transparent);
    }
  }

  .text-muted-foreground\/50 {
    color: var(--muted-foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-muted-foreground\/50 {
      color: color-mix(in oklab, var(--muted-foreground) 50%, transparent);
    }
  }

  .text-muted-foreground\/60 {
    color: var(--muted-foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-muted-foreground\/60 {
      color: color-mix(in oklab, var(--muted-foreground) 60%, transparent);
    }
  }

  .text-muted-foreground\/70 {
    color: var(--muted-foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-muted-foreground\/70 {
      color: color-mix(in oklab, var(--muted-foreground) 70%, transparent);
    }
  }

  .text-neutral-200 {
    color: var(--color-neutral-200);
  }

  .text-neutral-300 {
    color: var(--color-neutral-300);
  }

  .text-neutral-600 {
    color: var(--color-neutral-600);
  }

  .text-neutral-700 {
    color: var(--color-neutral-700);
  }

  .text-neutral-800 {
    color: var(--color-neutral-800);
  }

  .text-neutral-900 {
    color: var(--color-neutral-900);
  }

  .text-orange-400 {
    color: var(--color-orange-400);
  }

  .text-orange-500 {
    color: var(--color-orange-500);
  }

  .text-orange-600 {
    color: var(--color-orange-600);
  }

  .text-orange-700 {
    color: var(--color-orange-700);
  }

  .text-pink-400 {
    color: var(--color-pink-400);
  }

  .text-pink-500 {
    color: var(--color-pink-500);
  }

  .text-pink-600 {
    color: var(--color-pink-600);
  }

  .text-pink-700 {
    color: var(--color-pink-700);
  }

  .text-popover-foreground {
    color: var(--popover-foreground);
  }

  .text-primary {
    color: var(--primary);
  }

  .text-primary-foreground {
    color: var(--primary-foreground);
  }

  .text-primary\/70 {
    color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-primary\/70 {
      color: color-mix(in oklab, var(--primary) 70%, transparent);
    }
  }

  .text-primary\/80 {
    color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-primary\/80 {
      color: color-mix(in oklab, var(--primary) 80%, transparent);
    }
  }

  .text-purple-300\/80 {
    color: #d9b3ffcc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-purple-300\/80 {
      color: color-mix(in oklab, var(--color-purple-300) 80%, transparent);
    }
  }

  .text-purple-400 {
    color: var(--color-purple-400);
  }

  .text-purple-400\/60 {
    color: #c07eff99;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-purple-400\/60 {
      color: color-mix(in oklab, var(--color-purple-400) 60%, transparent);
    }
  }

  .text-purple-500 {
    color: var(--color-purple-500);
  }

  .text-purple-500\/60 {
    color: #ac4bff99;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-purple-500\/60 {
      color: color-mix(in oklab, var(--color-purple-500) 60%, transparent);
    }
  }

  .text-purple-600 {
    color: var(--color-purple-600);
  }

  .text-purple-700 {
    color: var(--color-purple-700);
  }

  .text-purple-800 {
    color: var(--color-purple-800);
  }

  .text-purple-900 {
    color: var(--color-purple-900);
  }

  .text-red-400 {
    color: var(--color-red-400);
  }

  .text-red-500 {
    color: var(--color-red-500);
  }

  .text-red-600 {
    color: var(--color-red-600);
  }

  .text-red-700 {
    color: var(--color-red-700);
  }

  .text-red-800 {
    color: var(--color-red-800);
  }

  .text-red-900 {
    color: var(--color-red-900);
  }

  .text-rose-600 {
    color: var(--color-rose-600);
  }

  .text-rose-700 {
    color: var(--color-rose-700);
  }

  .text-secondary-foreground {
    color: var(--secondary-foreground);
  }

  .text-sky-700\/80 {
    color: #0069a4cc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-sky-700\/80 {
      color: color-mix(in oklab, var(--color-sky-700) 80%, transparent);
    }
  }

  .text-sky-800 {
    color: var(--color-sky-800);
  }

  .text-slate-200 {
    color: var(--color-slate-200);
  }

  .text-slate-300 {
    color: var(--color-slate-300);
  }

  .text-slate-700 {
    color: var(--color-slate-700);
  }

  .text-teal-600 {
    color: var(--color-teal-600);
  }

  .text-teal-700 {
    color: var(--color-teal-700);
  }

  .text-teal-700\/80 {
    color: #00776ecc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-teal-700\/80 {
      color: color-mix(in oklab, var(--color-teal-700) 80%, transparent);
    }
  }

  .text-transparent {
    color: #0000;
  }

  .text-white {
    color: var(--color-white);
  }

  .text-white\/30 {
    color: var(--color-white);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/30 {
      color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }

  .text-white\/90 {
    color: var(--color-white);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/90 {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }

  .text-yellow-400 {
    color: var(--color-yellow-400);
  }

  .text-yellow-500 {
    color: var(--color-yellow-500);
  }

  .text-yellow-600 {
    color: var(--color-yellow-600);
  }

  .text-yellow-600\/60 {
    color: #cd890099;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-yellow-600\/60 {
      color: color-mix(in oklab, var(--color-yellow-600) 60%, transparent);
    }
  }

  .text-yellow-600\/80 {
    color: #cd8900cc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-yellow-600\/80 {
      color: color-mix(in oklab, var(--color-yellow-600) 80%, transparent);
    }
  }

  .text-yellow-700 {
    color: var(--color-yellow-700);
  }

  .text-yellow-800 {
    color: var(--color-yellow-800);
  }

  .text-yellow-900 {
    color: var(--color-yellow-900);
  }

  .text-zinc-100 {
    color: var(--color-zinc-100);
  }

  .text-zinc-200 {
    color: var(--color-zinc-200);
  }

  .text-zinc-300 {
    color: var(--color-zinc-300);
  }

  .text-zinc-400 {
    color: var(--color-zinc-400);
  }

  .text-zinc-500 {
    color: var(--color-zinc-500);
  }

  .text-zinc-700 {
    color: var(--color-zinc-700);
  }

  .text-zinc-900 {
    color: var(--color-zinc-900);
  }

  .text-zinc-950 {
    color: var(--color-zinc-950);
  }

  .capitalize {
    text-transform: capitalize;
  }

  .lowercase {
    text-transform: lowercase;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
  }

  .line-through {
    text-decoration-line: line-through;
  }

  .overline {
    text-decoration-line: overline;
  }

  .underline {
    text-decoration-line: underline;
  }

  .decoration-muted {
    -webkit-text-decoration-color: var(--muted);
    text-decoration-color: var(--muted);
  }

  .underline-offset-2 {
    text-underline-offset: 2px;
  }

  .underline-offset-4 {
    text-underline-offset: 4px;
  }

  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .placeholder-gray-300::placeholder {
    color: var(--color-gray-300);
  }

  .placeholder-gray-400::placeholder {
    color: var(--color-gray-400);
  }

  .placeholder-gray-500::placeholder {
    color: var(--color-gray-500);
  }

  .caret-white\/80 {
    caret-color: var(--color-white);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .caret-white\/80 {
      caret-color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }

  .accent-\[var\(--theme-accent\)\] {
    accent-color: var(--theme-accent);
  }

  .accent-\[var\(--theme-warning\)\] {
    accent-color: var(--theme-warning);
  }

  .accent-primary {
    accent-color: var(--primary);
  }

  .opacity-\(--opacity\,0\) {
    opacity: var(--opacity, 0);
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-10 {
    opacity: .1;
  }

  .opacity-20 {
    opacity: .2;
  }

  .opacity-25 {
    opacity: .25;
  }

  .opacity-30 {
    opacity: .3;
  }

  .opacity-40 {
    opacity: .4;
  }

  .opacity-50 {
    opacity: .5;
  }

  .opacity-60 {
    opacity: .6;
  }

  .opacity-70 {
    opacity: .7;
  }

  .opacity-75 {
    opacity: .75;
  }

  .opacity-80 {
    opacity: .8;
  }

  .opacity-90 {
    opacity: .9;
  }

  .opacity-95 {
    opacity: .95;
  }

  .opacity-100 {
    opacity: 1;
  }

  .opacity-\[0\.04\] {
    opacity: .04;
  }

  .opacity-\[0\.08\] {
    opacity: .08;
  }

  .mix-blend-difference {
    mix-blend-mode: difference;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_1px_2px_rgba\(0\,0\,0\,0\.02\)\,0_4px_12px_rgba\(0\,0\,0\,0\.03\)\,0_12px_32px_rgba\(0\,0\,0\,0\.04\)\,0_32px_64px_-12px_rgba\(0\,0\,0\,0\.05\)\] {
    --tw-shadow: 0 1px 2px var(--tw-shadow-color, #00000005), 0 4px 12px var(--tw-shadow-color, #00000008), 0 12px 32px var(--tw-shadow-color, #0000000a), 0 32px 64px -12px var(--tw-shadow-color, #0000000d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_1px_2px_rgba\(0\,0\,0\,0\.2\)\,0_4px_12px_rgba\(0\,0\,0\,0\.15\)\,0_12px_32px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0 1px 2px var(--tw-shadow-color, #0003), 0 4px 12px var(--tw-shadow-color, #00000026), 0 12px 32px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_6px_28px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0 6px 28px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_20px_60px_-52px_rgba\(15\,23\,42\,0\.3\)\] {
    --tw-shadow: 0 20px 60px -52px var(--tw-shadow-color, #0f172a4d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_30px_80px_-60px_rgba\(15\,23\,42\,0\.28\)\] {
    --tw-shadow: 0 30px 80px -60px var(--tw-shadow-color, #0f172a47);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_30px_80px_-60px_rgba\(15\,23\,42\,0\.35\)\] {
    --tw-shadow: 0 30px 80px -60px var(--tw-shadow-color, #0f172a59);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[var\(--shadow-medium\)\] {
    --tw-shadow: var(--shadow-medium);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[var\(--shadow-soft\)\] {
    --tw-shadow: var(--shadow-soft);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[var\(--theme-shadow-accent\)\] {
    --tw-shadow: var(--theme-shadow-accent);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 var(--tw-shadow-color, #0000000d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-none {
    --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);
  }

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-visitor-soft {
    --tw-shadow: 0 20px 40px var(--tw-shadow-color, #1a1a2e14);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-xs {
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, #0000000d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring-0 {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring-2 {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-black\/5 {
    --tw-shadow-color: var(--color-black);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .shadow-black\/5 {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 5%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }

  .shadow-black\/10 {
    --tw-shadow-color: var(--color-black);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .shadow-black\/10 {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 10%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }

  .shadow-black\/50 {
    --tw-shadow-color: var(--color-black);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .shadow-black\/50 {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 50%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }

  .shadow-gray-300\/50 {
    --tw-shadow-color: var(--color-gray-300);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .shadow-gray-300\/50 {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-gray-300) 50%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }

  .shadow-yellow-500\/25 {
    --tw-shadow-color: #edb20040;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .shadow-yellow-500\/25 {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-yellow-500) 25%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }

  .ring-\[var\(--border-subtle\)\] {
    --tw-ring-color: var(--border-subtle);
  }

  .ring-\[var\(--theme-accent\)\] {
    --tw-ring-color: var(--theme-accent);
  }

  .ring-\[var\(--theme-accent\)\]\/30 {
    --tw-ring-color: var(--theme-accent);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .ring-\[var\(--theme-accent\)\]\/30 {
      --tw-ring-color: color-mix(in oklab, var(--theme-accent) 30%, transparent);
    }
  }

  .ring-\[var\(--theme-bg\)\] {
    --tw-ring-color: var(--theme-bg);
  }

  .ring-black\/5 {
    --tw-ring-color: var(--color-black);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .ring-black\/5 {
      --tw-ring-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }

  .ring-blue-500 {
    --tw-ring-color: var(--color-blue-500);
  }

  .ring-border\/50 {
    --tw-ring-color: var(--border);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .ring-border\/50 {
      --tw-ring-color: color-mix(in oklab, var(--border) 50%, transparent);
    }
  }

  .ring-white\/10 {
    --tw-ring-color: var(--color-white);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .ring-white\/10 {
      --tw-ring-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }

  .ring-yellow-400 {
    --tw-ring-color: var(--color-yellow-400);
  }

  .ring-offset-1 {
    --tw-ring-offset-width: 1px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .ring-offset-2 {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .ring-offset-background {
    --tw-ring-offset-color: var(--background);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .outline-0 {
    outline-style: var(--tw-outline-style);
    outline-width: 0;
  }

  .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-3xl {
    --tw-blur: blur(var(--blur-3xl));
    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-sm {
    --tw-blur: blur(var(--blur-sm));
    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, );
  }

  .drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, #0000001a)) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, #0000000f));
    --tw-drop-shadow: drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f);
    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, );
  }

  .drop-shadow-lg {
    --tw-drop-shadow-size: drop-shadow(0 4px 4px var(--tw-drop-shadow-color, #00000026));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-lg));
    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, );
  }

  .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, );
  }

  .backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .backdrop-blur-lg {
    --tw-backdrop-blur: blur(var(--blur-lg));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .backdrop-blur-xl {
    --tw-backdrop-blur: blur(var(--blur-xl));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .backdrop-blur-xs {
    --tw-backdrop-blur: blur(var(--blur-xs));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .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));
  }

  .transition-\[clip-path\] {
    transition-property: clip-path;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[height\] {
    transition-property: height;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[opacity\,offset-distance\] {
    transition-property: opacity, offset-distance;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[opacity\,translate\,color\] {
    transition-property: opacity, translate, color;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[opacity\,translate\] {
    transition-property: opacity, translate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[padding-left\] {
    transition-property: padding-left;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[width\,height\] {
    transition-property: width, height;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[width\,inset-block\,translate\,background-color\] {
    transition-property: width, inset-block, translate, background-color;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[width\] {
    transition-property: width;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-transform {
    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));
  }

  .delay-100 {
    transition-delay: .1s;
  }

  .delay-200 {
    transition-delay: .2s;
  }

  .duration-100 {
    --tw-duration: .1s;
    transition-duration: .1s;
  }

  .duration-150 {
    --tw-duration: .15s;
    transition-duration: .15s;
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-250 {
    --tw-duration: .25s;
    transition-duration: .25s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .duration-400 {
    --tw-duration: .4s;
    transition-duration: .4s;
  }

  .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .duration-700 {
    --tw-duration: .7s;
    transition-duration: .7s;
  }

  .duration-\[var\(--motion-base\)\] {
    --tw-duration: var(--motion-base);
    transition-duration: var(--motion-base);
  }

  .duration-\[var\(--motion-fast\)\] {
    --tw-duration: var(--motion-fast);
    transition-duration: var(--motion-fast);
  }

  .duration-\[var\(--motion-slow\)\] {
    --tw-duration: var(--motion-slow);
    transition-duration: var(--motion-slow);
  }

  .ease-\[var\(--ease-standard\)\] {
    --tw-ease: var(--ease-standard);
    transition-timing-function: var(--ease-standard);
  }

  .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-linear {
    --tw-ease: linear;
    transition-timing-function: linear;
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  .ease-visitor {
    --tw-ease: cubic-bezier(.16, 1, .3, 1);
    transition-timing-function: cubic-bezier(.16, 1, .3, 1);
  }

  .will-change-transform {
    will-change: transform;
  }

  .prose-gray {
    --tw-prose-body: #364153;
    --tw-prose-headings: #101828;
    --tw-prose-lead: #4a5565;
    --tw-prose-links: #101828;
    --tw-prose-bold: #101828;
    --tw-prose-counters: #6a7282;
    --tw-prose-bullets: #d1d5dc;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #101828;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6a7282;
    --tw-prose-kbd: #101828;
    --tw-prose-kbd-shadows: #1018281a;
    --tw-prose-code: #101828;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1e2939;
    --tw-prose-th-borders: #d1d5dc;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5dc;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #99a1af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #99a1af;
    --tw-prose-invert-bullets: #4a5565;
    --tw-prose-invert-hr: #364153;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #364153;
    --tw-prose-invert-captions: #99a1af;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: #ffffff1a;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5dc;
    --tw-prose-invert-pre-bg: #00000080;
    --tw-prose-invert-th-borders: #4a5565;
    --tw-prose-invert-td-borders: #364153;
  }

  @supports (color: lab(0% 0 0)) {
    .prose-gray {
      --tw-prose-body: lab(27.1134% -.956401 -12.3224);
      --tw-prose-headings: lab(8.11897% .811279 -12.254);
      --tw-prose-lead: lab(35.6337% -1.58697 -10.8425);
      --tw-prose-links: lab(8.11897% .811279 -12.254);
      --tw-prose-bold: lab(8.11897% .811279 -12.254);
      --tw-prose-counters: lab(47.7841% -.393182 -10.0268);
      --tw-prose-bullets: lab(85.1236% -.612259 -3.7138);
      --tw-prose-hr: lab(91.6229% -.159115 -2.26791);
      --tw-prose-quotes: lab(8.11897% .811279 -12.254);
      --tw-prose-quote-borders: lab(91.6229% -.159115 -2.26791);
      --tw-prose-captions: lab(47.7841% -.393182 -10.0268);
      --tw-prose-kbd: lab(8.11897% .811279 -12.254);
      --tw-prose-kbd-shadows: lab(8.11897% .811279 -12.254 / .1);
      --tw-prose-code: lab(8.11897% .811279 -12.254);
      --tw-prose-pre-code: lab(91.6229% -.159115 -2.26791);
      --tw-prose-pre-bg: lab(16.1051% -1.18239 -11.7533);
      --tw-prose-th-borders: lab(85.1236% -.612259 -3.7138);
      --tw-prose-td-borders: lab(91.6229% -.159115 -2.26791);
      --tw-prose-invert-body: lab(85.1236% -.612259 -3.7138);
      --tw-prose-invert-lead: lab(65.9269% -.832707 -8.17473);
      --tw-prose-invert-counters: lab(65.9269% -.832707 -8.17473);
      --tw-prose-invert-bullets: lab(35.6337% -1.58697 -10.8425);
      --tw-prose-invert-hr: lab(27.1134% -.956401 -12.3224);
      --tw-prose-invert-quotes: lab(96.1596% -.0823438 -1.13575);
      --tw-prose-invert-quote-borders: lab(27.1134% -.956401 -12.3224);
      --tw-prose-invert-captions: lab(65.9269% -.832707 -8.17473);
      --tw-prose-invert-pre-code: lab(85.1236% -.612259 -3.7138);
      --tw-prose-invert-th-borders: lab(35.6337% -1.58697 -10.8425);
      --tw-prose-invert-td-borders: lab(27.1134% -.956401 -12.3224);
    }
  }

  .prose-zinc {
    --tw-prose-body: #3f3f46;
    --tw-prose-headings: #18181b;
    --tw-prose-lead: #52525c;
    --tw-prose-links: #18181b;
    --tw-prose-bold: #18181b;
    --tw-prose-counters: #71717b;
    --tw-prose-bullets: #d4d4d8;
    --tw-prose-hr: #e4e4e7;
    --tw-prose-quotes: #18181b;
    --tw-prose-quote-borders: #e4e4e7;
    --tw-prose-captions: #71717b;
    --tw-prose-kbd: #18181b;
    --tw-prose-kbd-shadows: #18181b1a;
    --tw-prose-code: #18181b;
    --tw-prose-pre-code: #e4e4e7;
    --tw-prose-pre-bg: #27272a;
    --tw-prose-th-borders: #d4d4d8;
    --tw-prose-td-borders: #e4e4e7;
    --tw-prose-invert-body: #d4d4d8;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9f9fa9;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9f9fa9;
    --tw-prose-invert-bullets: #52525c;
    --tw-prose-invert-hr: #3f3f46;
    --tw-prose-invert-quotes: #f4f4f5;
    --tw-prose-invert-quote-borders: #3f3f46;
    --tw-prose-invert-captions: #9f9fa9;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: #ffffff1a;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d4d4d8;
    --tw-prose-invert-pre-bg: #00000080;
    --tw-prose-invert-th-borders: #52525c;
    --tw-prose-invert-td-borders: #3f3f46;
  }

  @supports (color: lab(0% 0 0)) {
    .prose-zinc {
      --tw-prose-body: lab(26.8019% 1.35387 -4.68303);
      --tw-prose-headings: lab(8.30603% .618205 -2.16572);
      --tw-prose-lead: lab(35.1166% 1.78212 -6.1173);
      --tw-prose-links: lab(8.30603% .618205 -2.16572);
      --tw-prose-bold: lab(8.30603% .618205 -2.16572);
      --tw-prose-counters: lab(47.8878% 1.65477 -5.77283);
      --tw-prose-bullets: lab(84.9837% .601262 -2.17986);
      --tw-prose-hr: lab(90.6853% .399232 -1.45452);
      --tw-prose-quotes: lab(8.30603% .618205 -2.16572);
      --tw-prose-quote-borders: lab(90.6853% .399232 -1.45452);
      --tw-prose-captions: lab(47.8878% 1.65477 -5.77283);
      --tw-prose-kbd: lab(8.30603% .618205 -2.16572);
      --tw-prose-kbd-shadows: lab(8.30603% .618205 -2.16572 / .1);
      --tw-prose-code: lab(8.30603% .618205 -2.16572);
      --tw-prose-pre-code: lab(90.6853% .399232 -1.45452);
      --tw-prose-pre-bg: lab(15.7305% .613764 -2.16959);
      --tw-prose-th-borders: lab(84.9837% .601262 -2.17986);
      --tw-prose-td-borders: lab(90.6853% .399232 -1.45452);
      --tw-prose-invert-body: lab(84.9837% .601262 -2.17986);
      --tw-prose-invert-lead: lab(65.6464% 1.53497 -5.42429);
      --tw-prose-invert-counters: lab(65.6464% 1.53497 -5.42429);
      --tw-prose-invert-bullets: lab(35.1166% 1.78212 -6.1173);
      --tw-prose-invert-hr: lab(26.8019% 1.35387 -4.68303);
      --tw-prose-invert-quotes: lab(96.1634% .0993311 -.364041);
      --tw-prose-invert-quote-borders: lab(26.8019% 1.35387 -4.68303);
      --tw-prose-invert-captions: lab(65.6464% 1.53497 -5.42429);
      --tw-prose-invert-pre-code: lab(84.9837% .601262 -2.17986);
      --tw-prose-invert-th-borders: lab(35.1166% 1.78212 -6.1173);
      --tw-prose-invert-td-borders: lab(26.8019% 1.35387 -4.68303);
    }
  }

  .animate-in {
    --tw-enter-opacity: initial;
    --tw-enter-scale: initial;
    --tw-enter-rotate: initial;
    --tw-enter-translate-x: initial;
    --tw-enter-translate-y: initial;
    animation-name: enter;
    animation-duration: .15s;
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }

  .\[--fd-docs-height\:100dvh\] {
    --fd-docs-height: 100dvh;
  }

  .\[--fd-header-height\:0px\] {
    --fd-header-height: 0px;
  }

  .\[--fd-layout-width\:1400px\] {
    --fd-layout-width: 1400px;
  }

  .\[--fd-sidebar-width\:0px\] {
    --fd-sidebar-width: 0px;
  }

  .\[--fd-toc-popover-height\:0px\] {
    --fd-toc-popover-height: 0px;
  }

  .\[--fd-toc-width\:0px\] {
    --fd-toc-width: 0px;
  }

  .\[container-name\:article-content\] {
    container-name: article-content;
  }

  .\[grid-area\:header\] {
    grid-area: header;
  }

  .\[grid-area\:main\] {
    grid-area: main;
  }

  .\[grid-area\:sidebar\] {
    grid-area: sidebar;
  }

  .\[grid-area\:toc-popover\] {
    grid-area: toc-popover;
  }

  .\[grid-area\:toc\] {
    grid-area: toc;
  }

  .\[offset-distance\:var\(--offset-distance\,0\)\] {
    offset-distance: var(--offset-distance, 0);
  }

  .\[scrollbar-color\:transparent_transparent\] {
    scrollbar-color: transparent transparent;
  }

  .\[scrollbar-width\:none\] {
    scrollbar-width: none;
  }

  .\[scrollbar-width\:thin\] {
    scrollbar-width: thin;
  }

  .delay-100 {
    animation-delay: .1s;
  }

  .delay-200 {
    animation-delay: .2s;
  }

  .duration-100 {
    animation-duration: .1s;
  }

  .duration-150 {
    animation-duration: .15s;
  }

  .duration-200 {
    animation-duration: .2s;
  }

  .duration-250 {
    animation-duration: .25s;
  }

  .duration-300 {
    animation-duration: .3s;
  }

  .duration-400 {
    animation-duration: .4s;
  }

  .duration-500 {
    animation-duration: .5s;
  }

  .duration-700 {
    animation-duration: .7s;
  }

  .duration-\[var\(--motion-base\)\] {
    animation-duration: var(--motion-base);
  }

  .duration-\[var\(--motion-fast\)\] {
    animation-duration: var(--motion-fast);
  }

  .duration-\[var\(--motion-slow\)\] {
    animation-duration: var(--motion-slow);
  }

  .ease-\[var\(--ease-standard\)\] {
    animation-timing-function: var(--ease-standard);
  }

  .ease-in {
    animation-timing-function: cubic-bezier(.4, 0, 1, 1);
  }

  .ease-in-out {
    animation-timing-function: cubic-bezier(.4, 0, .2, 1);
  }

  .ease-linear {
    animation-timing-function: linear;
  }

  .ease-out {
    animation-timing-function: cubic-bezier(0, 0, .2, 1);
  }

  .ease-visitor {
    animation-timing-function: cubic-bezier(.16, 1, .3, 1);
  }

  .fade-in, .fade-in-0 {
    --tw-enter-opacity: 0;
  }

  .fade-out {
    --tw-exit-opacity: 0;
  }

  .paused {
    animation-play-state: paused;
  }

  .running {
    animation-play-state: running;
  }

  .zoom-in-95 {
    --tw-enter-scale: .95;
  }

  :is(.\*\:pointer-events-auto > *) {
    pointer-events: auto;
  }

  :is(.\*\:col-start-1 > *) {
    grid-column-start: 1;
  }

  :is(.\*\:row-start-1 > *) {
    grid-row-start: 1;
  }

  :is(.\*\:mx-auto > *) {
    margin-inline: auto;
  }

  :is(.\*\:my-auto > *) {
    margin-block: auto;
  }

  :is(.\*\:flex > *) {
    display: flex;
  }

  :is(.\*\:flex\! > *) {
    display: flex !important;
  }

  :is(.\*\:w-\(--fd-sidebar-width\) > *) {
    width: var(--fd-sidebar-width);
  }

  :is(.\*\:max-w-\(--fd-layout-width\) > *) {
    max-width: var(--fd-layout-width);
  }

  :is(.\*\:max-w-\[900px\] > *) {
    max-width: 900px;
  }

  :is(.\*\:max-w-\[1285px\] > *) {
    max-width: 1285px;
  }

  :is(.\*\:flex-col > *) {
    flex-direction: column;
  }

  :is(.\*\:flex-col\! > *) {
    flex-direction: column !important;
  }

  :is(.\*\:gap-0\! > *) {
    gap: calc(var(--spacing) * 0) !important;
  }

  :is(.\*\:gap-0\.5\! > *) {
    gap: calc(var(--spacing) * .5) !important;
  }

  :is(.\*\:rounded-full > *) {
    border-radius: 3.40282e38px;
  }

  :is(.\*\:rounded-lg > *) {
    border-radius: var(--radius);
  }

  :is(.\*\:rounded-md > *) {
    border-radius: calc(var(--radius) - 2px);
  }

  :is(.\*\:border-b > *) {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .not-last\:mb-2:not(:last-child) {
    margin-bottom: calc(var(--spacing) * 2);
  }

  @media (hover: hover) {
    .group-hover\:w-12:is(:where(.group):hover *) {
      width: calc(var(--spacing) * 12);
    }
  }

  @media (hover: hover) {
    .group-hover\:-translate-x-1:is(:where(.group):hover *) {
      --tw-translate-x: calc(var(--spacing) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (hover: hover) {
    .group-hover\:translate-x-1:is(:where(.group):hover *) {
      --tw-translate-x: calc(var(--spacing) * 1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (hover: hover) {
    .group-hover\:-translate-y-1:is(:where(.group):hover *) {
      --tw-translate-y: calc(var(--spacing) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (hover: hover) {
    .group-hover\:translate-y-0:is(:where(.group):hover *) {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (hover: hover) {
    .group-hover\:scale-105:is(:where(.group):hover *) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .group-hover\:scale-110:is(:where(.group):hover *) {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .group-hover\:scale-y-125:is(:where(.group):hover *) {
      --tw-scale-y: 125%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .group-hover\:rotate-45:is(:where(.group):hover *) {
      rotate: 45deg;
    }
  }

  @media (hover: hover) {
    .group-hover\:border-\[var\(--border-strong\)\]:is(:where(.group):hover *) {
      border-color: var(--border-strong);
    }
  }

  @media (hover: hover) {
    .group-hover\:border-primary:is(:where(.group):hover *) {
      border-color: var(--primary);
    }
  }

  @media (hover: hover) {
    .group-hover\:border-primary\/30:is(:where(.group):hover *) {
      border-color: var(--primary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .group-hover\:border-primary\/30:is(:where(.group):hover *) {
        border-color: color-mix(in oklab, var(--primary) 30%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .group-hover\:bg-\[var\(--geist-muted\)\]:is(:where(.group):hover *) {
      background-color: var(--geist-muted);
    }
  }

  @media (hover: hover) {
    .group-hover\:bg-background:is(:where(.group):hover *) {
      background-color: var(--background);
    }
  }

  @media (hover: hover) {
    .group-hover\:bg-black\/40:is(:where(.group):hover *) {
      background-color: var(--color-black);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .group-hover\:bg-black\/40:is(:where(.group):hover *) {
        background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .group-hover\:bg-white:is(:where(.group):hover *) {
      background-color: var(--color-white);
    }
  }

  @media (hover: hover) {
    .group-hover\:text-\[var\(--brand-color\)\]:is(:where(.group):hover *) {
      color: var(--brand-color);
    }
  }

  @media (hover: hover) {
    .group-hover\:text-\[var\(--geist-fg-secondary\)\]:is(:where(.group):hover *) {
      color: var(--geist-fg-secondary);
    }
  }

  @media (hover: hover) {
    .group-hover\:text-\[var\(--text-primary\)\]:is(:where(.group):hover *) {
      color: var(--text-primary);
    }
  }

  @media (hover: hover) {
    .group-hover\:text-\[var\(--theme-accent\)\]:is(:where(.group):hover *) {
      color: var(--theme-accent);
    }
  }

  @media (hover: hover) {
    .group-hover\:text-primary:is(:where(.group):hover *) {
      color: var(--primary);
    }
  }

  @media (hover: hover) {
    .group-hover\:text-yellow-500:is(:where(.group):hover *) {
      color: var(--color-yellow-500);
    }
  }

  @media (hover: hover) {
    .group-hover\:underline:is(:where(.group):hover *) {
      text-decoration-line: underline;
    }
  }

  @media (hover: hover) {
    .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 1;
    }
  }

  @media (hover: hover) {
    .group-hover\:shadow-\[0_30px_90px_-58px_rgba\(180\,83\,9\,0\.28\)\]:is(:where(.group):hover *) {
      --tw-shadow: 0 30px 90px -58px var(--tw-shadow-color, #b4530947);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .group-hover\/author\:text-\[var\(--brand-color\)\]:is(:where(.group\/author):hover *) {
      color: var(--brand-color);
    }
  }

  @media (hover: hover) {
    .group-hover\/card\:w-1\.5:is(:where(.group\/card):hover *) {
      width: calc(var(--spacing) * 1.5);
    }
  }

  @media (hover: hover) {
    .group-hover\/card\:shadow-lg:is(:where(.group\/card):hover *) {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .group-hover\/heading\:opacity-100:is(:where(.group\/heading):hover *) {
      opacity: 1;
    }
  }

  @media (hover: hover) {
    .group-hover\/link\:w-full:is(:where(.group\/link):hover *) {
      width: 100%;
    }
  }

  @media (hover: hover) {
    .group-hover\/link\:translate-x-1:is(:where(.group\/link):hover *) {
      --tw-translate-x: calc(var(--spacing) * 1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  .group-data-\[state\=open\]\:rotate-90:is(:where(.group)[data-state="open"] *) {
    rotate: 90deg;
  }

  .group-data-\[state\=open\]\:rotate-180:is(:where(.group)[data-state="open"] *) {
    rotate: 180deg;
  }

  .group-\[\.toast\]\:bg-muted:is(:where(.group).toast *) {
    background-color: var(--muted);
  }

  .group-\[\.toast\]\:bg-primary:is(:where(.group).toast *) {
    background-color: var(--primary);
  }

  .group-\[\.toast\]\:text-muted-foreground:is(:where(.group).toast *) {
    color: var(--muted-foreground);
  }

  .group-\[\.toast\]\:text-primary-foreground:is(:where(.group).toast *) {
    color: var(--primary-foreground);
  }

  .group-\[\.toaster\]\:border-border:is(:where(.group).toaster *) {
    border-color: var(--border);
  }

  .group-\[\.toaster\]\:bg-background:is(:where(.group).toaster *) {
    background-color: var(--background);
  }

  .group-\[\.toaster\]\:text-foreground:is(:where(.group).toaster *) {
    color: var(--foreground);
  }

  .group-\[\.toaster\]\:shadow-lg:is(:where(.group).toaster *) {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled ~ *) {
    cursor: not-allowed;
  }

  .peer-disabled\:opacity-70:is(:where(.peer):disabled ~ *) {
    opacity: .7;
  }

  .selection\:bg-\[var\(--brand-color\)\] ::selection, .selection\:bg-\[var\(--brand-color\)\]::selection {
    background-color: var(--brand-color);
  }

  .selection\:text-\[var\(--surface-strong\)\] ::selection, .selection\:text-\[var\(--surface-strong\)\]::selection {
    color: var(--surface-strong);
  }

  .file\:border-0::file-selector-button {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  .file\:bg-transparent::file-selector-button {
    background-color: #0000;
  }

  .file\:text-sm::file-selector-button {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .file\:font-medium::file-selector-button {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .file\:text-foreground::file-selector-button {
    color: var(--foreground);
  }

  .placeholder\:text-\[var\(--geist-muted-foreground\)\]::placeholder {
    color: var(--geist-muted-foreground);
  }

  .placeholder\:text-\[var\(--text-faint\)\]::placeholder {
    color: var(--text-faint);
  }

  .placeholder\:text-\[var\(--theme-fg-tertiary\)\]::placeholder {
    color: var(--theme-fg-tertiary);
  }

  .placeholder\:text-muted-foreground::placeholder {
    color: var(--muted-foreground);
  }

  .placeholder\:text-muted-foreground\/40::placeholder {
    color: var(--muted-foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .placeholder\:text-muted-foreground\/40::placeholder {
      color: color-mix(in oklab, var(--muted-foreground) 40%, transparent);
    }
  }

  .placeholder\:text-muted-foreground\/50::placeholder {
    color: var(--muted-foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .placeholder\:text-muted-foreground\/50::placeholder {
      color: color-mix(in oklab, var(--muted-foreground) 50%, transparent);
    }
  }

  .placeholder\:text-zinc-400::placeholder {
    color: var(--color-zinc-400);
  }

  .before\:absolute:before {
    content: var(--tw-content);
    position: absolute;
  }

  .before\:inset-y-1:before {
    content: var(--tw-content);
    inset-block: calc(var(--spacing) * 1);
  }

  .before\:inset-s-2\.5:before {
    content: var(--tw-content);
    inset-inline-start: calc(var(--spacing) * 2.5);
  }

  .before\:start-2\.5:before {
    content: var(--tw-content);
    inset-inline-start: calc(var(--spacing) * 2.5);
  }

  .before\:w-px:before {
    content: var(--tw-content);
    width: 1px;
  }

  .before\:content-\[\'\'\]:before {
    --tw-content: "";
    content: var(--tw-content);
  }

  .first\:ms-0:first-child {
    margin-inline-start: calc(var(--spacing) * 0);
  }

  .first\:mt-0:first-child {
    margin-top: calc(var(--spacing) * 0);
  }

  .first\:pt-0:first-child {
    padding-top: calc(var(--spacing) * 0);
  }

  .last\:me-0:last-child {
    margin-inline-end: calc(var(--spacing) * 0);
  }

  .last\:mb-0:last-child {
    margin-bottom: calc(var(--spacing) * 0);
  }

  .last\:rounded-b-xl:last-child {
    border-bottom-right-radius: calc(var(--radius) + 4px);
    border-bottom-left-radius: calc(var(--radius) + 4px);
  }

  .last\:border-b-0:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0;
  }

  .last\:pb-0:last-child {
    padding-bottom: calc(var(--spacing) * 0);
  }

  :is(.\*\:last\:border-b-0 > *):last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0;
  }

  .empty\:mb-0:empty {
    margin-bottom: calc(var(--spacing) * 0);
  }

  .empty\:hidden:empty {
    display: none;
  }

  @media (hover: hover) {
    .hover\:translate-x-1:hover {
      --tw-translate-x: calc(var(--spacing) * 1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (hover: hover) {
    .hover\:translate-x-2:hover {
      --tw-translate-x: calc(var(--spacing) * 2);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (hover: hover) {
    .hover\:-translate-y-0\.5:hover {
      --tw-translate-y: calc(var(--spacing) * -.5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (hover: hover) {
    .hover\:-translate-y-1:hover {
      --tw-translate-y: calc(var(--spacing) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (hover: hover) {
    .hover\:scale-105:hover {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .hover\:scale-110:hover {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .hover\:scale-\[1\.02\]:hover {
      scale: 1.02;
    }
  }

  @media (hover: hover) {
    .hover\:scale-\[1\.03\]:hover {
      scale: 1.03;
    }
  }

  @media (hover: hover) {
    .hover\:border-\[var\(--border-strong\)\]:hover {
      border-color: var(--border-strong);
    }
  }

  @media (hover: hover) {
    .hover\:border-\[var\(--brand-color\)\]:hover {
      border-color: var(--brand-color);
    }
  }

  @media (hover: hover) {
    .hover\:border-\[var\(--brand-color\)\]\/30:hover {
      border-color: var(--brand-color);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:border-\[var\(--brand-color\)\]\/30:hover {
        border-color: color-mix(in oklab, var(--brand-color) 30%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:border-\[var\(--geist-border-strong\)\]:hover {
      border-color: var(--geist-border-strong);
    }
  }

  @media (hover: hover) {
    .hover\:border-\[var\(--theme-accent\)\]:hover {
      border-color: var(--theme-accent);
    }
  }

  @media (hover: hover) {
    .hover\:border-\[var\(--theme-accent\)\]\/30:hover {
      border-color: var(--theme-accent);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:border-\[var\(--theme-accent\)\]\/30:hover {
        border-color: color-mix(in oklab, var(--theme-accent) 30%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:border-black\/10:hover {
      border-color: var(--color-black);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:border-black\/10:hover {
        border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:border-black\/12:hover {
      border-color: var(--color-black);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:border-black\/12:hover {
        border-color: color-mix(in oklab, var(--color-black) 12%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:border-black\/\[0\.12\]:hover {
      border-color: var(--color-black);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:border-black\/\[0\.12\]:hover {
        border-color: color-mix(in oklab, var(--color-black) 12%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:border-blue-300:hover {
      border-color: var(--color-blue-300);
    }
  }

  @media (hover: hover) {
    .hover\:border-blue-400:hover {
      border-color: var(--color-blue-400);
    }
  }

  @media (hover: hover) {
    .hover\:border-border:hover {
      border-color: var(--border);
    }
  }

  @media (hover: hover) {
    .hover\:border-gray-200:hover {
      border-color: var(--color-gray-200);
    }
  }

  @media (hover: hover) {
    .hover\:border-gray-300:hover {
      border-color: var(--color-gray-300);
    }
  }

  @media (hover: hover) {
    .hover\:border-gray-400:hover {
      border-color: var(--color-gray-400);
    }
  }

  @media (hover: hover) {
    .hover\:border-indigo-400\/20:hover {
      border-color: #7d87ff33;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:border-indigo-400\/20:hover {
        border-color: color-mix(in oklab, var(--color-indigo-400) 20%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:border-muted-foreground:hover {
      border-color: var(--muted-foreground);
    }
  }

  @media (hover: hover) {
    .hover\:border-muted-foreground\/50:hover {
      border-color: var(--muted-foreground);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:border-muted-foreground\/50:hover {
        border-color: color-mix(in oklab, var(--muted-foreground) 50%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:border-primary:hover {
      border-color: var(--primary);
    }
  }

  @media (hover: hover) {
    .hover\:border-primary\/30:hover {
      border-color: var(--primary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:border-primary\/30:hover {
        border-color: color-mix(in oklab, var(--primary) 30%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:border-primary\/50:hover {
      border-color: var(--primary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:border-primary\/50:hover {
        border-color: color-mix(in oklab, var(--primary) 50%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:border-red-300:hover {
      border-color: var(--color-red-300);
    }
  }

  @media (hover: hover) {
    .hover\:border-white\/16:hover {
      border-color: var(--color-white);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:border-white\/16:hover {
        border-color: color-mix(in oklab, var(--color-white) 16%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:border-white\/20:hover {
      border-color: var(--color-white);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:border-white\/20:hover {
        border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:border-white\/\[0\.15\]:hover {
      border-color: var(--color-white);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:border-white\/\[0\.15\]:hover {
        border-color: color-mix(in oklab, var(--color-white) 15%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[var\(--brand-color\)\]\/5:hover {
      background-color: var(--brand-color);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-\[var\(--brand-color\)\]\/5:hover {
        background-color: color-mix(in oklab, var(--brand-color) 5%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[var\(--brand-color\)\]\/10:hover {
      background-color: var(--brand-color);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-\[var\(--brand-color\)\]\/10:hover {
        background-color: color-mix(in oklab, var(--brand-color) 10%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[var\(--brand-color\)\]\/20:hover {
      background-color: var(--brand-color);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-\[var\(--brand-color\)\]\/20:hover {
        background-color: color-mix(in oklab, var(--brand-color) 20%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[var\(--geist-bg-tertiary\)\]:hover {
      background-color: var(--geist-bg-tertiary);
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[var\(--geist-muted\)\]:hover {
      background-color: var(--geist-muted);
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[var\(--surface-elevated\)\]:hover {
      background-color: var(--surface-elevated);
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[var\(--surface-muted\)\]:hover {
      background-color: var(--surface-muted);
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[var\(--surface-subtle\)\]:hover {
      background-color: var(--surface-subtle);
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[var\(--theme-accent\)\]\/5:hover {
      background-color: var(--theme-accent);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-\[var\(--theme-accent\)\]\/5:hover {
        background-color: color-mix(in oklab, var(--theme-accent) 5%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[var\(--theme-bg-secondary\)\]:hover {
      background-color: var(--theme-bg-secondary);
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[var\(--theme-bg-tertiary\)\]:hover {
      background-color: var(--theme-bg-tertiary);
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[var\(--theme-info-muted\)\]:hover {
      background-color: var(--theme-info-muted);
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[var\(--theme-success\)\]:hover {
      background-color: var(--theme-success);
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[var\(--theme-surface-hover\)\]:hover {
      background-color: var(--theme-surface-hover);
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[var\(--theme-warning\)\]\/10:hover {
      background-color: var(--theme-warning);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-\[var\(--theme-warning\)\]\/10:hover {
        background-color: color-mix(in oklab, var(--theme-warning) 10%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-accent:hover {
      background-color: var(--accent);
    }
  }

  @media (hover: hover) {
    .hover\:bg-accent\/5:hover {
      background-color: var(--accent);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-accent\/5:hover {
        background-color: color-mix(in oklab, var(--accent) 5%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-accent\/50:hover {
      background-color: var(--accent);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-accent\/50:hover {
        background-color: color-mix(in oklab, var(--accent) 50%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-amber-50:hover {
      background-color: var(--color-amber-50);
    }
  }

  @media (hover: hover) {
    .hover\:bg-amber-600:hover {
      background-color: var(--color-amber-600);
    }
  }

  @media (hover: hover) {
    .hover\:bg-background:hover {
      background-color: var(--background);
    }
  }

  @media (hover: hover) {
    .hover\:bg-background\/50:hover {
      background-color: var(--background);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-background\/50:hover {
        background-color: color-mix(in oklab, var(--background) 50%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-background\/\[0\.02\]:hover {
      background-color: var(--background);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-background\/\[0\.02\]:hover {
        background-color: color-mix(in oklab, var(--background) 2%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-background\/\[0\.04\]:hover {
      background-color: var(--background);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-background\/\[0\.04\]:hover {
        background-color: color-mix(in oklab, var(--background) 4%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-background\/\[0\.08\]:hover {
      background-color: var(--background);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-background\/\[0\.08\]:hover {
        background-color: color-mix(in oklab, var(--background) 8%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-black\/5:hover {
      background-color: var(--color-black);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-black\/5:hover {
        background-color: color-mix(in oklab, var(--color-black) 5%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-black\/\[0\.01\]:hover {
      background-color: var(--color-black);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-black\/\[0\.01\]:hover {
        background-color: color-mix(in oklab, var(--color-black) 1%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-black\/\[0\.03\]:hover {
      background-color: var(--color-black);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-black\/\[0\.03\]:hover {
        background-color: color-mix(in oklab, var(--color-black) 3%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-black\/\[0\.04\]:hover {
      background-color: var(--color-black);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-black\/\[0\.04\]:hover {
        background-color: color-mix(in oklab, var(--color-black) 4%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-blue-200:hover {
      background-color: var(--color-blue-200);
    }
  }

  @media (hover: hover) {
    .hover\:bg-blue-600:hover {
      background-color: var(--color-blue-600);
    }
  }

  @media (hover: hover) {
    .hover\:bg-card:hover {
      background-color: var(--card);
    }
  }

  @media (hover: hover) {
    .hover\:bg-cyan-600:hover {
      background-color: var(--color-cyan-600);
    }
  }

  @media (hover: hover) {
    .hover\:bg-destructive:hover {
      background-color: var(--destructive);
    }
  }

  @media (hover: hover) {
    .hover\:bg-destructive\/5:hover {
      background-color: var(--destructive);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-destructive\/5:hover {
        background-color: color-mix(in oklab, var(--destructive) 5%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-destructive\/10:hover {
      background-color: var(--destructive);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-destructive\/10:hover {
        background-color: color-mix(in oklab, var(--destructive) 10%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-destructive\/80:hover {
      background-color: var(--destructive);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-destructive\/80:hover {
        background-color: color-mix(in oklab, var(--destructive) 80%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-destructive\/90:hover {
      background-color: var(--destructive);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-destructive\/90:hover {
        background-color: color-mix(in oklab, var(--destructive) 90%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-emerald-500:hover {
      background-color: var(--color-emerald-500);
    }
  }

  @media (hover: hover) {
    .hover\:bg-gray-50:hover {
      background-color: var(--color-gray-50);
    }
  }

  @media (hover: hover) {
    .hover\:bg-gray-100:hover {
      background-color: var(--color-gray-100);
    }
  }

  @media (hover: hover) {
    .hover\:bg-gray-200:hover {
      background-color: var(--color-gray-200);
    }
  }

  @media (hover: hover) {
    .hover\:bg-gray-300:hover {
      background-color: var(--color-gray-300);
    }
  }

  @media (hover: hover) {
    .hover\:bg-gray-400:hover {
      background-color: var(--color-gray-400);
    }
  }

  @media (hover: hover) {
    .hover\:bg-gray-800:hover {
      background-color: var(--color-gray-800);
    }
  }

  @media (hover: hover) {
    .hover\:bg-green-200:hover {
      background-color: var(--color-green-200);
    }
  }

  @media (hover: hover) {
    .hover\:bg-indigo-100:hover {
      background-color: var(--color-indigo-100);
    }
  }

  @media (hover: hover) {
    .hover\:bg-muted:hover {
      background-color: var(--muted);
    }
  }

  @media (hover: hover) {
    .hover\:bg-muted\/30:hover {
      background-color: var(--muted);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-muted\/30:hover {
        background-color: color-mix(in oklab, var(--muted) 30%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-muted\/40:hover {
      background-color: var(--muted);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-muted\/40:hover {
        background-color: color-mix(in oklab, var(--muted) 40%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-muted\/50:hover {
      background-color: var(--muted);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-muted\/50:hover {
        background-color: color-mix(in oklab, var(--muted) 50%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-muted\/80:hover {
      background-color: var(--muted);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-muted\/80:hover {
        background-color: color-mix(in oklab, var(--muted) 80%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-neutral-700\/80:hover {
      background-color: #404040cc;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-neutral-700\/80:hover {
        background-color: color-mix(in oklab, var(--color-neutral-700) 80%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-pink-600:hover {
      background-color: var(--color-pink-600);
    }
  }

  @media (hover: hover) {
    .hover\:bg-primary:hover {
      background-color: var(--primary);
    }
  }

  @media (hover: hover) {
    .hover\:bg-primary\/10:hover {
      background-color: var(--primary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-primary\/10:hover {
        background-color: color-mix(in oklab, var(--primary) 10%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-primary\/20:hover {
      background-color: var(--primary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-primary\/20:hover {
        background-color: color-mix(in oklab, var(--primary) 20%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-primary\/80:hover {
      background-color: var(--primary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-primary\/80:hover {
        background-color: color-mix(in oklab, var(--primary) 80%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-primary\/90:hover {
      background-color: var(--primary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-primary\/90:hover {
        background-color: color-mix(in oklab, var(--primary) 90%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-purple-100:hover {
      background-color: var(--color-purple-100);
    }
  }

  @media (hover: hover) {
    .hover\:bg-purple-700:hover {
      background-color: var(--color-purple-700);
    }
  }

  @media (hover: hover) {
    .hover\:bg-red-50:hover {
      background-color: var(--color-red-50);
    }
  }

  @media (hover: hover) {
    .hover\:bg-red-200:hover {
      background-color: var(--color-red-200);
    }
  }

  @media (hover: hover) {
    .hover\:bg-red-700:hover {
      background-color: var(--color-red-700);
    }
  }

  @media (hover: hover) {
    .hover\:bg-rose-100:hover {
      background-color: var(--color-rose-100);
    }
  }

  @media (hover: hover) {
    .hover\:bg-secondary:hover {
      background-color: var(--secondary);
    }
  }

  @media (hover: hover) {
    .hover\:bg-secondary\/80:hover {
      background-color: var(--secondary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-secondary\/80:hover {
        background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-white\/5:hover {
      background-color: var(--color-white);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/5:hover {
        background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-white\/10:hover {
      background-color: var(--color-white);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/10:hover {
        background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-white\/\[0\.04\]:hover {
      background-color: var(--color-white);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/\[0\.04\]:hover {
        background-color: color-mix(in oklab, var(--color-white) 4%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-yellow-200:hover {
      background-color: var(--color-yellow-200);
    }
  }

  @media (hover: hover) {
    .hover\:bg-yellow-500\/10:hover {
      background-color: #edb2001a;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-yellow-500\/10:hover {
        background-color: color-mix(in oklab, var(--color-yellow-500) 10%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-zinc-50:hover {
      background-color: var(--color-zinc-50);
    }
  }

  @media (hover: hover) {
    .hover\:bg-zinc-100:hover {
      background-color: var(--color-zinc-100);
    }
  }

  @media (hover: hover) {
    .hover\:from-white:hover {
      --tw-gradient-from: var(--color-white);
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }

  @media (hover: hover) {
    .hover\:to-gray-100:hover {
      --tw-gradient-to: var(--color-gray-100);
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }

  @media (hover: hover) {
    .hover\:text-\[var\(--brand-color\)\]:hover {
      color: var(--brand-color);
    }
  }

  @media (hover: hover) {
    .hover\:text-\[var\(--geist-fg\)\]:hover {
      color: var(--geist-fg);
    }
  }

  @media (hover: hover) {
    .hover\:text-\[var\(--geist-fg-secondary\)\]:hover {
      color: var(--geist-fg-secondary);
    }
  }

  @media (hover: hover) {
    .hover\:text-\[var\(--mono-accent\)\]:hover {
      color: var(--mono-accent);
    }
  }

  @media (hover: hover) {
    .hover\:text-\[var\(--text-primary\)\]:hover {
      color: var(--text-primary);
    }
  }

  @media (hover: hover) {
    .hover\:text-\[var\(--theme-accent\)\]:hover {
      color: var(--theme-accent);
    }
  }

  @media (hover: hover) {
    .hover\:text-\[var\(--theme-fg\)\]:hover {
      color: var(--theme-fg);
    }
  }

  @media (hover: hover) {
    .hover\:text-accent-foreground:hover {
      color: var(--accent-foreground);
    }
  }

  @media (hover: hover) {
    .hover\:text-amber-700:hover {
      color: var(--color-amber-700);
    }
  }

  @media (hover: hover) {
    .hover\:text-blue-400:hover {
      color: var(--color-blue-400);
    }
  }

  @media (hover: hover) {
    .hover\:text-blue-600:hover {
      color: var(--color-blue-600);
    }
  }

  @media (hover: hover) {
    .hover\:text-blue-900:hover {
      color: var(--color-blue-900);
    }
  }

  @media (hover: hover) {
    .hover\:text-destructive:hover {
      color: var(--destructive);
    }
  }

  @media (hover: hover) {
    .hover\:text-destructive\/80:hover {
      color: var(--destructive);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:text-destructive\/80:hover {
        color: color-mix(in oklab, var(--destructive) 80%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:text-foreground:hover {
      color: var(--foreground);
    }
  }

  @media (hover: hover) {
    .hover\:text-gray-600:hover {
      color: var(--color-gray-600);
    }
  }

  @media (hover: hover) {
    .hover\:text-gray-700:hover {
      color: var(--color-gray-700);
    }
  }

  @media (hover: hover) {
    .hover\:text-gray-900:hover {
      color: var(--color-gray-900);
    }
  }

  @media (hover: hover) {
    .hover\:text-muted-foreground:hover {
      color: var(--muted-foreground);
    }
  }

  @media (hover: hover) {
    .hover\:text-primary:hover {
      color: var(--primary);
    }
  }

  @media (hover: hover) {
    .hover\:text-primary\/80:hover {
      color: var(--primary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:text-primary\/80:hover {
        color: color-mix(in oklab, var(--primary) 80%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:text-red-600:hover {
      color: var(--color-red-600);
    }
  }

  @media (hover: hover) {
    .hover\:text-red-700:hover {
      color: var(--color-red-700);
    }
  }

  @media (hover: hover) {
    .hover\:text-red-900:hover {
      color: var(--color-red-900);
    }
  }

  @media (hover: hover) {
    .hover\:text-slate-700:hover {
      color: var(--color-slate-700);
    }
  }

  @media (hover: hover) {
    .hover\:text-slate-800:hover {
      color: var(--color-slate-800);
    }
  }

  @media (hover: hover) {
    .hover\:text-white:hover {
      color: var(--color-white);
    }
  }

  @media (hover: hover) {
    .hover\:text-yellow-700:hover {
      color: var(--color-yellow-700);
    }
  }

  @media (hover: hover) {
    .hover\:text-zinc-100:hover {
      color: var(--color-zinc-100);
    }
  }

  @media (hover: hover) {
    .hover\:text-zinc-200:hover {
      color: var(--color-zinc-200);
    }
  }

  @media (hover: hover) {
    .hover\:text-zinc-300:hover {
      color: var(--color-zinc-300);
    }
  }

  @media (hover: hover) {
    .hover\:text-zinc-700:hover {
      color: var(--color-zinc-700);
    }
  }

  @media (hover: hover) {
    .hover\:text-zinc-900:hover {
      color: var(--color-zinc-900);
    }
  }

  @media (hover: hover) {
    .hover\:no-underline:hover {
      text-decoration-line: none;
    }
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-60:hover {
      opacity: .6;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-70:hover {
      opacity: .7;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-80:hover {
      opacity: .8;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-90:hover {
      opacity: .9;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-100:hover {
      opacity: 1;
    }
  }

  @media (hover: hover) {
    .hover\:shadow-2xl:hover {
      --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[var\(--shadow-medium\)\]:hover {
      --tw-shadow: var(--shadow-medium);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[var\(--shadow-raised\)\]:hover {
      --tw-shadow: var(--shadow-raised);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[var\(--shadow-soft\)\]:hover {
      --tw-shadow: var(--shadow-soft);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[var\(--theme-shadow-md\)\]:hover {
      --tw-shadow: var(--theme-shadow-md);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-lg:hover {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-md:hover {
      --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-sm:hover {
      --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-visitor-glow:hover {
      --tw-shadow: 0 0 40px var(--tw-shadow-color, #6366f126);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-xl:hover {
      --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:ring-1:hover {
      --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:ring-2:hover {
      --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-gray-200\/50:hover {
      --tw-shadow-color: var(--color-gray-200);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:shadow-gray-200\/50:hover {
        --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-gray-200) 50%, transparent) var(--tw-shadow-alpha), transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:shadow-primary\/20:hover {
      --tw-shadow-color: var(--primary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:shadow-primary\/20:hover {
        --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--primary) 20%, transparent) var(--tw-shadow-alpha), transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:shadow-yellow-500\/40:hover {
      --tw-shadow-color: #edb20066;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:shadow-yellow-500\/40:hover {
        --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-yellow-500) 40%, transparent) var(--tw-shadow-alpha), transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:ring-primary:hover {
      --tw-ring-color: var(--primary);
    }
  }

  @media (hover: hover) {
    .hover\:ring-primary\/20:hover {
      --tw-ring-color: var(--primary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:ring-primary\/20:hover {
        --tw-ring-color: color-mix(in oklab, var(--primary) 20%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:ring-primary\/30:hover {
      --tw-ring-color: var(--primary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:ring-primary\/30:hover {
        --tw-ring-color: color-mix(in oklab, var(--primary) 30%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:transition-none:hover {
      transition-property: none;
    }
  }

  @media (hover: hover) {
    .hover\:\[scrollbar-color\:rgb\(209_213_219\)_transparent\]:hover {
      scrollbar-color: #d1d5db transparent;
    }
  }

  .focus\:not-sr-only:focus {
    clip-path: none;
    white-space: normal;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: static;
    overflow: visible;
  }

  .focus\:absolute:focus {
    position: absolute;
  }

  .focus\:top-4:focus {
    top: calc(var(--spacing) * 4);
  }

  .focus\:left-4:focus {
    left: calc(var(--spacing) * 4);
  }

  .focus\:z-\[999\]:focus {
    z-index: 999;
  }

  .focus\:rounded-lg:focus {
    border-radius: var(--radius);
  }

  .focus\:border-\[var\(--brand-color\)\]:focus {
    border-color: var(--brand-color);
  }

  .focus\:border-\[var\(--geist-destructive\)\]:focus {
    border-color: var(--geist-destructive);
  }

  .focus\:border-\[var\(--geist-ring\)\]:focus {
    border-color: var(--geist-ring);
  }

  .focus\:border-\[var\(--theme-accent\)\]:focus {
    border-color: var(--theme-accent);
  }

  .focus\:border-blue-500:focus {
    border-color: var(--color-blue-500);
  }

  .focus\:border-green-400:focus {
    border-color: var(--color-green-400);
  }

  .focus\:border-primary:focus {
    border-color: var(--primary);
  }

  .focus\:border-primary\/30:focus {
    border-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus\:border-primary\/30:focus {
      border-color: color-mix(in oklab, var(--primary) 30%, transparent);
    }
  }

  .focus\:border-primary\/60:focus {
    border-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus\:border-primary\/60:focus {
      border-color: color-mix(in oklab, var(--primary) 60%, transparent);
    }
  }

  .focus\:border-transparent:focus {
    border-color: #0000;
  }

  .focus\:bg-accent:focus {
    background-color: var(--accent);
  }

  .focus\:bg-background:focus {
    background-color: var(--background);
  }

  .focus\:bg-primary:focus {
    background-color: var(--primary);
  }

  .focus\:px-4:focus {
    padding-inline: calc(var(--spacing) * 4);
  }

  .focus\:py-2:focus {
    padding-block: calc(var(--spacing) * 2);
  }

  .focus\:text-accent-foreground:focus {
    color: var(--accent-foreground);
  }

  .focus\:text-foreground:focus {
    color: var(--foreground);
  }

  .focus\:text-primary-foreground:focus {
    color: var(--primary-foreground);
  }

  .focus\:ring-0:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus\:ring-1:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus\:ring-\[color-mix\(in_srgb\,var\(--brand-color\)_18\%\,transparent\)\]:focus {
    --tw-ring-color: var(--brand-color);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus\:ring-\[color-mix\(in_srgb\,var\(--brand-color\)_18\%\,transparent\)\]:focus {
      --tw-ring-color: color-mix(in srgb,var(--brand-color) 18%,transparent);
    }
  }

  .focus\:ring-\[var\(--geist-destructive\)\]\/20:focus {
    --tw-ring-color: var(--geist-destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus\:ring-\[var\(--geist-destructive\)\]\/20:focus {
      --tw-ring-color: color-mix(in oklab, var(--geist-destructive) 20%, transparent);
    }
  }

  .focus\:ring-\[var\(--geist-focus\)\]:focus {
    --tw-ring-color: var(--geist-focus);
  }

  .focus\:ring-\[var\(--theme-accent\)\]\/20:focus {
    --tw-ring-color: var(--theme-accent);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus\:ring-\[var\(--theme-accent\)\]\/20:focus {
      --tw-ring-color: color-mix(in oklab, var(--theme-accent) 20%, transparent);
    }
  }

  .focus\:ring-\[var\(--theme-success\)\]:focus {
    --tw-ring-color: var(--theme-success);
  }

  .focus\:ring-amber-500\/30:focus {
    --tw-ring-color: #f99c004d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus\:ring-amber-500\/30:focus {
      --tw-ring-color: color-mix(in oklab, var(--color-amber-500) 30%, transparent);
    }
  }

  .focus\:ring-blue-500:focus {
    --tw-ring-color: var(--color-blue-500);
  }

  .focus\:ring-destructive:focus {
    --tw-ring-color: var(--destructive);
  }

  .focus\:ring-primary:focus {
    --tw-ring-color: var(--primary);
  }

  .focus\:ring-primary\/20:focus {
    --tw-ring-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus\:ring-primary\/20:focus {
      --tw-ring-color: color-mix(in oklab, var(--primary) 20%, transparent);
    }
  }

  .focus\:ring-primary\/50:focus {
    --tw-ring-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus\:ring-primary\/50:focus {
      --tw-ring-color: color-mix(in oklab, var(--primary) 50%, transparent);
    }
  }

  .focus\:ring-ring:focus {
    --tw-ring-color: var(--ring);
  }

  .focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .focus\:outline-hidden:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (forced-colors: active) {
    .focus\:outline-hidden:focus {
      outline-offset: 2px;
      outline: 2px solid #0000;
    }
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  .focus-visible\:ring-1:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus-visible\:ring-2:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus-visible\:ring-\[var\(--brand-color\)\]:focus-visible {
    --tw-ring-color: var(--brand-color);
  }

  .focus-visible\:ring-\[var\(--brand-color\)\]\/40:focus-visible {
    --tw-ring-color: var(--brand-color);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus-visible\:ring-\[var\(--brand-color\)\]\/40:focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--brand-color) 40%, transparent);
    }
  }

  .focus-visible\:ring-\[var\(--geist-destructive\)\]:focus-visible {
    --tw-ring-color: var(--geist-destructive);
  }

  .focus-visible\:ring-\[var\(--geist-ring\)\]:focus-visible {
    --tw-ring-color: var(--geist-ring);
  }

  .focus-visible\:ring-primary:focus-visible {
    --tw-ring-color: var(--primary);
  }

  .focus-visible\:ring-primary\/30:focus-visible {
    --tw-ring-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus-visible\:ring-primary\/30:focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--primary) 30%, transparent);
    }
  }

  .focus-visible\:ring-ring:focus-visible {
    --tw-ring-color: var(--ring);
  }

  .focus-visible\:ring-offset-2:focus-visible {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .focus-visible\:ring-offset-transparent:focus-visible {
    --tw-ring-offset-color: transparent;
  }

  .focus-visible\:outline-none:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }

  .focus-visible\:ring-inset:focus-visible {
    --tw-ring-inset: inset;
  }

  .active\:scale-95:active {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .active\:scale-\[0\.96\]:active {
    scale: .96;
  }

  .active\:scale-\[0\.97\]:active {
    scale: .97;
  }

  .active\:scale-\[0\.98\]:active {
    scale: .98;
  }

  .active\:cursor-grabbing:active {
    cursor: grabbing;
  }

  .active\:opacity-80:active {
    opacity: .8;
  }

  .disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .disabled\:bg-gray-400:disabled {
    background-color: var(--color-gray-400);
  }

  .disabled\:opacity-30:disabled {
    opacity: .3;
  }

  .disabled\:opacity-40:disabled {
    opacity: .4;
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  @media (hover: hover) {
    .disabled\:hover\:bg-primary:disabled:hover {
      background-color: var(--primary);
    }
  }

  :is(.\*\:has-\[\+\:last-child\[data-empty\=true\]\]\:border-b-0 > *):has( + :last-child[data-empty="true"]) {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0;
  }

  .data-\[active\=true\]\:-ms-px[data-active="true"] {
    margin-inline-start: -1px;
  }

  .data-\[active\=true\]\:border-l-\[3px\][data-active="true"] {
    border-left-style: var(--tw-border-style);
    border-left-width: 3px;
  }

  .data-\[active\=true\]\:border-\[var\(--theme-accent\)\][data-active="true"] {
    border-color: var(--theme-accent);
  }

  .data-\[active\=true\]\:font-medium[data-active="true"] {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .data-\[active\=true\]\:font-semibold[data-active="true"] {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .data-\[active\=true\]\:text-\[var\(--theme-accent\)\][data-active="true"] {
    color: var(--theme-accent);
  }

  .data-\[active\=true\]\:before\:absolute[data-active="true"]:before {
    content: var(--tw-content);
    position: absolute;
  }

  .data-\[active\=true\]\:before\:inset-y-2\.5[data-active="true"]:before {
    content: var(--tw-content);
    inset-block: calc(var(--spacing) * 2.5);
  }

  .data-\[active\=true\]\:before\:inset-s-2\.5[data-active="true"]:before {
    content: var(--tw-content);
    inset-inline-start: calc(var(--spacing) * 2.5);
  }

  .data-\[active\=true\]\:before\:start-2\.5[data-active="true"]:before {
    content: var(--tw-content);
    inset-inline-start: calc(var(--spacing) * 2.5);
  }

  .data-\[active\=true\]\:before\:w-px[data-active="true"]:before {
    content: var(--tw-content);
    width: 1px;
  }

  .data-\[active\=true\]\:before\:content-\[\'\'\][data-active="true"]:before {
    --tw-content: "";
    content: var(--tw-content);
  }

  @media (hover: hover) {
    .data-\[active\=true\]\:hover\:transition-colors[data-active="true"]:hover {
      transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }

  .data-\[collapsed\=false\]\:hidden[data-collapsed="false"] {
    display: none;
  }

  .data-\[column-changed\=true\]\:transition-\[grid-template-columns\][data-column-changed="true"] {
    transition-property: grid-template-columns;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .data-\[disabled\]\:pointer-events-none[data-disabled] {
    pointer-events: none;
  }

  .data-\[disabled\]\:opacity-50[data-disabled] {
    opacity: .5;
  }

  :is(.\*\:data-\[empty\=true\]\:border-b-0 > *)[data-empty="true"] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0;
  }

  .data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
    --tw-translate-y: calc(var(--spacing) * 1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
    --tw-enter-translate-y: -.5rem;
  }

  .data-\[side\=left\]\:-translate-x-1[data-side="left"] {
    --tw-translate-x: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
    --tw-enter-translate-x: .5rem;
  }

  .data-\[side\=right\]\:translate-x-1[data-side="right"] {
    --tw-translate-x: calc(var(--spacing) * 1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
    --tw-enter-translate-x: -.5rem;
  }

  .data-\[side\=top\]\:-translate-y-1[data-side="top"] {
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
    --tw-enter-translate-y: .5rem;
  }

  .data-\[state\=active\]\:bg-background[data-state="active"] {
    background-color: var(--background);
  }

  .data-\[state\=active\]\:text-foreground[data-state="active"] {
    color: var(--foreground);
  }

  .data-\[state\=active\]\:shadow[data-state="active"] {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .data-\[state\=closed\]\:duration-300[data-state="closed"] {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .data-\[state\=closed\]\:animate-out[data-state="closed"] {
    --tw-exit-opacity: initial;
    --tw-exit-scale: initial;
    --tw-exit-rotate: initial;
    --tw-exit-translate-x: initial;
    --tw-exit-translate-y: initial;
    animation-name: exit;
    animation-duration: .15s;
  }

  .data-\[state\=closed\]\:duration-300[data-state="closed"] {
    animation-duration: .3s;
  }

  .data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
    --tw-exit-opacity: 0;
  }

  .data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"] {
    --tw-exit-translate-y: 100%;
  }

  .data-\[state\=closed\]\:slide-out-to-left[data-state="closed"] {
    --tw-exit-translate-x: -100%;
  }

  .data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state="closed"] {
    --tw-exit-translate-x: -50%;
  }

  .data-\[state\=closed\]\:slide-out-to-right[data-state="closed"] {
    --tw-exit-translate-x: 100%;
  }

  .data-\[state\=closed\]\:slide-out-to-top[data-state="closed"] {
    --tw-exit-translate-y: -100%;
  }

  .data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state="closed"] {
    --tw-exit-translate-y: -48%;
  }

  .data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
    --tw-exit-scale: .95;
  }

  .data-\[state\=inactive\]\:hidden[data-state="inactive"] {
    display: none;
  }

  .data-\[state\=open\]\:bg-accent[data-state="open"] {
    background-color: var(--accent);
  }

  .data-\[state\=open\]\:bg-secondary[data-state="open"] {
    background-color: var(--secondary);
  }

  .data-\[state\=open\]\:text-muted-foreground[data-state="open"] {
    color: var(--muted-foreground);
  }

  .data-\[state\=open\]\:shadow-md[data-state="open"] {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .data-\[state\=open\]\:duration-500[data-state="open"] {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .data-\[state\=open\]\:animate-in[data-state="open"] {
    --tw-enter-opacity: initial;
    --tw-enter-scale: initial;
    --tw-enter-rotate: initial;
    --tw-enter-translate-x: initial;
    --tw-enter-translate-y: initial;
    animation-name: enter;
    animation-duration: .15s;
  }

  .data-\[state\=open\]\:duration-500[data-state="open"] {
    animation-duration: .5s;
  }

  .data-\[state\=open\]\:fade-in-0[data-state="open"] {
    --tw-enter-opacity: 0;
  }

  .data-\[state\=open\]\:slide-in-from-bottom[data-state="open"] {
    --tw-enter-translate-y: 100%;
  }

  .data-\[state\=open\]\:slide-in-from-left[data-state="open"] {
    --tw-enter-translate-x: -100%;
  }

  .data-\[state\=open\]\:slide-in-from-left-1\/2[data-state="open"] {
    --tw-enter-translate-x: -50%;
  }

  .data-\[state\=open\]\:slide-in-from-right[data-state="open"] {
    --tw-enter-translate-x: 100%;
  }

  .data-\[state\=open\]\:slide-in-from-top[data-state="open"] {
    --tw-enter-translate-y: -100%;
  }

  .data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state="open"] {
    --tw-enter-translate-y: -48%;
  }

  .data-\[state\=open\]\:zoom-in-95[data-state="open"] {
    --tw-enter-scale: .95;
  }

  @supports ((-webkit-backdrop-filter: var(--tw)) or (backdrop-filter: var(--tw))) {
    .supports-\[backdrop-filter\]\:bg-background\/60 {
      background-color: var(--background);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .supports-\[backdrop-filter\]\:bg-background\/60 {
        background-color: color-mix(in oklab, var(--background) 60%, transparent);
      }
    }
  }

  @media not (min-width: 400px) {
    .max-\[400px\]\:gap-1 {
      gap: calc(var(--spacing) * 1);
    }
  }

  @media not (min-width: 400px) {
    .max-\[400px\]\:px-2\.5 {
      padding-inline: calc(var(--spacing) * 2.5);
    }
  }

  @media not (min-width: 360px) {
    .max-\[360px\]\:hidden {
      display: none;
    }
  }

  @media not (min-width: 80rem) {
    .max-xl\:hidden {
      display: none;
    }
  }

  @media not (min-width: 64rem) {
    .max-lg\:flex {
      display: flex;
    }
  }

  @media not (min-width: 64rem) {
    .max-lg\:hidden {
      display: none;
    }
  }

  @media not (min-width: 64rem) {
    .max-lg\:rounded-b-2xl {
      border-bottom-right-radius: var(--radius-2xl);
      border-bottom-left-radius: var(--radius-2xl);
    }
  }

  @media not (min-width: 64rem) {
    .max-lg\:shadow-lg {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media not (min-width: 48rem) {
    .max-md\:flex {
      display: flex;
    }
  }

  @media not (min-width: 48rem) {
    .max-md\:hidden {
      display: none;
    }
  }

  @media not (min-width: 48rem) {
    .max-md\:rounded-md {
      border-radius: calc(var(--radius) - 2px);
    }
  }

  @media not (min-width: 48rem) {
    .max-md\:border {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }

  @media not (min-width: 48rem) {
    .max-md\:p-1\.5 {
      padding: calc(var(--spacing) * 1.5);
    }
  }

  @media not (min-width: 40rem) {
    .max-sm\:mt-2 {
      margin-top: calc(var(--spacing) * 2);
    }
  }

  @media not (min-width: 40rem) {
    .max-sm\:hidden {
      display: none;
    }
  }

  @media (min-width: 40rem) {
    .sm\:-right-3 {
      right: calc(var(--spacing) * -3);
    }
  }

  @media (min-width: 40rem) {
    .sm\:right-\[-10\%\] {
      right: -10%;
    }
  }

  @media (min-width: 40rem) {
    .sm\:right-\[-50\%\] {
      right: -50%;
    }
  }

  @media (min-width: 40rem) {
    .sm\:bottom-6 {
      bottom: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 40rem) {
    .sm\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }

  @media (min-width: 40rem) {
    .sm\:col-span-3 {
      grid-column: span 3 / span 3;
    }
  }

  @media (min-width: 40rem) {
    .sm\:col-span-6 {
      grid-column: span 6 / span 6;
    }
  }

  @media (min-width: 40rem) {
    .sm\:-mt-14 {
      margin-top: calc(var(--spacing) * -14);
    }
  }

  @media (min-width: 40rem) {
    .sm\:mt-0 {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (min-width: 40rem) {
    .sm\:mt-4 {
      margin-top: calc(var(--spacing) * 4);
    }
  }

  @media (min-width: 40rem) {
    .sm\:mt-8 {
      margin-top: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 40rem) {
    .sm\:mt-14 {
      margin-top: calc(var(--spacing) * 14);
    }
  }

  @media (min-width: 40rem) {
    .sm\:mr-1 {
      margin-right: calc(var(--spacing) * 1);
    }
  }

  @media (min-width: 40rem) {
    .sm\:mb-6 {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 40rem) {
    .sm\:mb-14 {
      margin-bottom: calc(var(--spacing) * 14);
    }
  }

  @media (min-width: 40rem) {
    .sm\:mb-16 {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }

  @media (min-width: 40rem) {
    .sm\:ml-3 {
      margin-left: calc(var(--spacing) * 3);
    }
  }

  @media (min-width: 40rem) {
    .sm\:ml-auto {
      margin-left: auto;
    }
  }

  @media (min-width: 40rem) {
    .sm\:block {
      display: block;
    }
  }

  @media (min-width: 40rem) {
    .sm\:flex {
      display: flex;
    }
  }

  @media (min-width: 40rem) {
    .sm\:hidden {
      display: none;
    }
  }

  @media (min-width: 40rem) {
    .sm\:inline {
      display: inline;
    }
  }

  @media (min-width: 40rem) {
    .sm\:inline-flex {
      display: inline-flex;
    }
  }

  @media (min-width: 40rem) {
    .sm\:h-10 {
      height: calc(var(--spacing) * 10);
    }
  }

  @media (min-width: 40rem) {
    .sm\:h-11 {
      height: calc(var(--spacing) * 11);
    }
  }

  @media (min-width: 40rem) {
    .sm\:h-12 {
      height: calc(var(--spacing) * 12);
    }
  }

  @media (min-width: 40rem) {
    .sm\:h-24 {
      height: calc(var(--spacing) * 24);
    }
  }

  @media (min-width: 40rem) {
    .sm\:h-28 {
      height: calc(var(--spacing) * 28);
    }
  }

  @media (min-width: 40rem) {
    .sm\:h-32 {
      height: calc(var(--spacing) * 32);
    }
  }

  @media (min-width: 40rem) {
    .sm\:h-56 {
      height: calc(var(--spacing) * 56);
    }
  }

  @media (min-width: 40rem) {
    .sm\:h-\[86px\] {
      height: 86px;
    }
  }

  @media (min-width: 40rem) {
    .sm\:h-\[120px\] {
      height: 120px;
    }
  }

  @media (min-width: 40rem) {
    .sm\:h-\[200px\] {
      height: 200px;
    }
  }

  @media (min-width: 40rem) {
    .sm\:h-\[220px\] {
      height: 220px;
    }
  }

  @media (min-width: 40rem) {
    .sm\:h-\[400px\] {
      height: 400px;
    }
  }

  @media (min-width: 40rem) {
    .sm\:min-h-\[400px\] {
      min-height: 400px;
    }
  }

  @media (min-width: 40rem) {
    .sm\:w-1\/2 {
      width: 50%;
    }
  }

  @media (min-width: 40rem) {
    .sm\:w-4 {
      width: calc(var(--spacing) * 4);
    }
  }

  @media (min-width: 40rem) {
    .sm\:w-10 {
      width: calc(var(--spacing) * 10);
    }
  }

  @media (min-width: 40rem) {
    .sm\:w-11\/12 {
      width: 91.6667%;
    }
  }

  @media (min-width: 40rem) {
    .sm\:w-24 {
      width: calc(var(--spacing) * 24);
    }
  }

  @media (min-width: 40rem) {
    .sm\:w-28 {
      width: calc(var(--spacing) * 28);
    }
  }

  @media (min-width: 40rem) {
    .sm\:w-64 {
      width: calc(var(--spacing) * 64);
    }
  }

  @media (min-width: 40rem) {
    .sm\:w-72 {
      width: calc(var(--spacing) * 72);
    }
  }

  @media (min-width: 40rem) {
    .sm\:w-96 {
      width: calc(var(--spacing) * 96);
    }
  }

  @media (min-width: 40rem) {
    .sm\:w-\[100px\] {
      width: 100px;
    }
  }

  @media (min-width: 40rem) {
    .sm\:w-\[130px\] {
      width: 130px;
    }
  }

  @media (min-width: 40rem) {
    .sm\:w-\[320px\] {
      width: 320px;
    }
  }

  @media (min-width: 40rem) {
    .sm\:w-\[400px\] {
      width: 400px;
    }
  }

  @media (min-width: 40rem) {
    .sm\:w-auto {
      width: auto;
    }
  }

  @media (min-width: 40rem) {
    .sm\:max-w-\[52vw\] {
      max-width: 52vw;
    }
  }

  @media (min-width: 40rem) {
    .sm\:max-w-\[380px\] {
      max-width: 380px;
    }
  }

  @media (min-width: 40rem) {
    .sm\:max-w-\[400px\] {
      max-width: 400px;
    }
  }

  @media (min-width: 40rem) {
    .sm\:max-w-md {
      max-width: var(--container-md);
    }
  }

  @media (min-width: 40rem) {
    .sm\:max-w-none {
      max-width: none;
    }
  }

  @media (min-width: 40rem) {
    .sm\:max-w-sm {
      max-width: var(--container-sm);
    }
  }

  @media (min-width: 40rem) {
    .sm\:flex-1 {
      flex: 1;
    }
  }

  @media (min-width: 40rem) {
    .sm\:flex-shrink-0 {
      flex-shrink: 0;
    }
  }

  @media (min-width: 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 40rem) {
    .sm\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 40rem) {
    .sm\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (min-width: 40rem) {
    .sm\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }

  @media (min-width: 40rem) {
    .sm\:grid-cols-6 {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }

  @media (min-width: 40rem) {
    .sm\:grid-cols-12 {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }

  @media (min-width: 40rem) {
    .sm\:flex-row {
      flex-direction: row;
    }
  }

  @media (min-width: 40rem) {
    .sm\:items-center {
      align-items: center;
    }
  }

  @media (min-width: 40rem) {
    .sm\:items-end {
      align-items: flex-end;
    }
  }

  @media (min-width: 40rem) {
    .sm\:justify-between {
      justify-content: space-between;
    }
  }

  @media (min-width: 40rem) {
    .sm\:justify-center {
      justify-content: center;
    }
  }

  @media (min-width: 40rem) {
    .sm\:justify-end {
      justify-content: flex-end;
    }
  }

  @media (min-width: 40rem) {
    .sm\:justify-start {
      justify-content: flex-start;
    }
  }

  @media (min-width: 40rem) {
    .sm\:gap-1 {
      gap: calc(var(--spacing) * 1);
    }
  }

  @media (min-width: 40rem) {
    .sm\:gap-2 {
      gap: calc(var(--spacing) * 2);
    }
  }

  @media (min-width: 40rem) {
    .sm\:gap-3 {
      gap: calc(var(--spacing) * 3);
    }
  }

  @media (min-width: 40rem) {
    .sm\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
  }

  @media (min-width: 40rem) {
    .sm\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }
  }

  @media (min-width: 40rem) {
    :where(.sm\:space-y-4 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }

  @media (min-width: 40rem) {
    :where(.sm\:space-y-8 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }

  @media (min-width: 40rem) {
    :where(.sm\:space-x-2 > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }

  @media (min-width: 40rem) {
    .sm\:rounded-2xl {
      border-radius: var(--radius-2xl);
    }
  }

  @media (min-width: 40rem) {
    .sm\:rounded-lg {
      border-radius: var(--radius);
    }
  }

  @media (min-width: 40rem) {
    .sm\:border {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }

  @media (min-width: 40rem) {
    .sm\:p-1 {
      padding: calc(var(--spacing) * 1);
    }
  }

  @media (min-width: 40rem) {
    .sm\:p-5 {
      padding: calc(var(--spacing) * 5);
    }
  }

  @media (min-width: 40rem) {
    .sm\:p-6 {
      padding: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 40rem) {
    .sm\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 40rem) {
    .sm\:p-10 {
      padding: calc(var(--spacing) * 10);
    }
  }

  @media (min-width: 40rem) {
    .sm\:p-12 {
      padding: calc(var(--spacing) * 12);
    }
  }

  @media (min-width: 40rem) {
    .sm\:px-3 {
      padding-inline: calc(var(--spacing) * 3);
    }
  }

  @media (min-width: 40rem) {
    .sm\:px-4 {
      padding-inline: calc(var(--spacing) * 4);
    }
  }

  @media (min-width: 40rem) {
    .sm\:px-5 {
      padding-inline: calc(var(--spacing) * 5);
    }
  }

  @media (min-width: 40rem) {
    .sm\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 40rem) {
    .sm\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 40rem) {
    .sm\:px-14 {
      padding-inline: calc(var(--spacing) * 14);
    }
  }

  @media (min-width: 40rem) {
    .sm\:py-0 {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (min-width: 40rem) {
    .sm\:py-4 {
      padding-block: calc(var(--spacing) * 4);
    }
  }

  @media (min-width: 40rem) {
    .sm\:py-6 {
      padding-block: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 40rem) {
    .sm\:py-8 {
      padding-block: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 40rem) {
    .sm\:py-10 {
      padding-block: calc(var(--spacing) * 10);
    }
  }

  @media (min-width: 40rem) {
    .sm\:py-12 {
      padding-block: calc(var(--spacing) * 12);
    }
  }

  @media (min-width: 40rem) {
    .sm\:py-20 {
      padding-block: calc(var(--spacing) * 20);
    }
  }

  @media (min-width: 40rem) {
    .sm\:py-32 {
      padding-block: calc(var(--spacing) * 32);
    }
  }

  @media (min-width: 40rem) {
    .sm\:pb-8 {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 40rem) {
    .sm\:pb-12 {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-left {
      text-align: left;
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-xs {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-\[15px\] {
      font-size: 15px;
    }
  }

  @media (min-width: 40rem) {
    .sm\:leading-7 {
      --tw-leading: calc(var(--spacing) * 7);
      line-height: calc(var(--spacing) * 7);
    }
  }

  @media (min-width: 40rem) {
    .sm\:leading-10 {
      --tw-leading: calc(var(--spacing) * 10);
      line-height: calc(var(--spacing) * 10);
    }
  }

  @media (min-width: 40rem) {
    .sm\:leading-tight {
      --tw-leading: var(--leading-tight);
      line-height: var(--leading-tight);
    }
  }

  @media (min-width: 40rem) {
    .sm\:opacity-0 {
      opacity: 0;
    }
  }

  @media (min-width: 40rem) {
    @media (hover: hover) {
      .sm\:group-hover\/code\:opacity-100:is(:where(.group\/code):hover *) {
        opacity: 1;
      }
    }
  }

  @media (min-width: 48rem) {
    .md\:sticky {
      position: sticky;
    }
  }

  @media (min-width: 48rem) {
    .md\:top-20 {
      top: calc(var(--spacing) * 20);
    }
  }

  @media (min-width: 48rem) {
    .md\:top-\[calc\(50\%-250px\)\] {
      top: calc(50% - 250px);
    }
  }

  @media (min-width: 48rem) {
    .md\:right-\[-7\%\] {
      right: -7%;
    }
  }

  @media (min-width: 48rem) {
    .md\:right-\[-25px\] {
      right: -25px;
    }
  }

  @media (min-width: 48rem) {
    .md\:right-\[-58\%\] {
      right: -58%;
    }
  }

  @media (min-width: 48rem) {
    .md\:bottom-8 {
      bottom: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 48rem) {
    .md\:col-span-1 {
      grid-column: span 1 / span 1;
    }
  }

  @media (min-width: 48rem) {
    .md\:-mx-8 {
      margin-inline: calc(var(--spacing) * -8);
    }
  }

  @media (min-width: 48rem) {
    .md\:mt-24 {
      margin-top: calc(var(--spacing) * 24);
    }
  }

  @media (min-width: 48rem) {
    .md\:mb-10 {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }

  @media (min-width: 48rem) {
    .md\:mb-12 {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }

  @media (min-width: 48rem) {
    .md\:mb-14 {
      margin-bottom: calc(var(--spacing) * 14);
    }
  }

  @media (min-width: 48rem) {
    .md\:mb-24 {
      margin-bottom: calc(var(--spacing) * 24);
    }
  }

  @media (min-width: 48rem) {
    .md\:mb-auto {
      margin-bottom: auto;
    }
  }

  @media (min-width: 48rem) {
    .md\:ml-12 {
      margin-left: calc(var(--spacing) * 12);
    }
  }

  @media (min-width: 48rem) {
    .md\:ml-14 {
      margin-left: calc(var(--spacing) * 14);
    }
  }

  @media (min-width: 48rem) {
    .md\:block {
      display: block;
    }
  }

  @media (min-width: 48rem) {
    .md\:flex {
      display: flex;
    }
  }

  @media (min-width: 48rem) {
    .md\:grid {
      display: grid;
    }
  }

  @media (min-width: 48rem) {
    .md\:hidden {
      display: none;
    }
  }

  @media (min-width: 48rem) {
    .md\:size-5 {
      width: calc(var(--spacing) * 5);
      height: calc(var(--spacing) * 5);
    }
  }

  @media (min-width: 48rem) {
    .md\:h-14 {
      height: calc(var(--spacing) * 14);
    }
  }

  @media (min-width: 48rem) {
    .md\:h-\[96px\] {
      height: 96px;
    }
  }

  @media (min-width: 48rem) {
    .md\:h-\[130px\] {
      height: 130px;
    }
  }

  @media (min-width: 48rem) {
    .md\:h-\[264px\] {
      height: 264px;
    }
  }

  @media (min-width: 48rem) {
    .md\:h-\[480px\] {
      height: 480px;
    }
  }

  @media (min-width: 48rem) {
    .md\:w-1\/2 {
      width: 50%;
    }
  }

  @media (min-width: 48rem) {
    .md\:w-1\/3 {
      width: 33.3333%;
    }
  }

  @media (min-width: 48rem) {
    .md\:w-10\/12 {
      width: 83.3333%;
    }
  }

  @media (min-width: 48rem) {
    .md\:w-64 {
      width: calc(var(--spacing) * 64);
    }
  }

  @media (min-width: 48rem) {
    .md\:w-\[116px\] {
      width: 116px;
    }
  }

  @media (min-width: 48rem) {
    .md\:w-\[148px\] {
      width: 148px;
    }
  }

  @media (min-width: 48rem) {
    .md\:w-\[390px\] {
      width: 390px;
    }
  }

  @media (min-width: 48rem) {
    .md\:max-w-\[56vw\] {
      max-width: 56vw;
    }
  }

  @media (min-width: 48rem) {
    .md\:translate-x-0 {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-6 {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-8 {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-\[3fr_1fr\] {
      grid-template-columns: 3fr 1fr;
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-\[220px_1fr\] {
      grid-template-columns: 220px 1fr;
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-\[minmax\(0\,3fr\)_minmax\(0\,1fr\)\] {
      grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-\[minmax\(0\,3fr\)_minmax\(250px\,1fr\)\] {
      grid-template-columns: minmax(0, 3fr) minmax(250px, 1fr);
    }
  }

  @media (min-width: 48rem) {
    .md\:flex-col {
      flex-direction: column;
    }
  }

  @media (min-width: 48rem) {
    .md\:flex-row {
      flex-direction: row;
    }
  }

  @media (min-width: 48rem) {
    .md\:items-center {
      align-items: center;
    }
  }

  @media (min-width: 48rem) {
    .md\:items-start {
      align-items: flex-start;
    }
  }

  @media (min-width: 48rem) {
    .md\:justify-between {
      justify-content: space-between;
    }
  }

  @media (min-width: 48rem) {
    .md\:justify-center {
      justify-content: center;
    }
  }

  @media (min-width: 48rem) {
    .md\:gap-2 {
      gap: calc(var(--spacing) * 2);
    }
  }

  @media (min-width: 48rem) {
    .md\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
  }

  @media (min-width: 48rem) {
    .md\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 48rem) {
    .md\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 48rem) {
    .md\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }
  }

  @media (min-width: 48rem) {
    .md\:gap-12 {
      gap: calc(var(--spacing) * 12);
    }
  }

  @media (min-width: 48rem) {
    :where(.md\:space-y-5 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }

  @media (min-width: 48rem) {
    :where(.md\:space-y-8 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }

  @media (min-width: 48rem) {
    :where(.md\:space-y-10 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
    }
  }

  @media (min-width: 48rem) {
    :where(.md\:space-y-16 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 16) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-y-reverse)));
    }
  }

  @media (min-width: 48rem) {
    .md\:gap-x-4 {
      column-gap: calc(var(--spacing) * 4);
    }
  }

  @media (min-width: 48rem) {
    :where(.md\:space-x-6 > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
    }
  }

  @media (min-width: 48rem) {
    .md\:gap-y-32 {
      row-gap: calc(var(--spacing) * 32);
    }
  }

  @media (min-width: 48rem) {
    :where(.md\:divide-y-0 > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(0px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }

  @media (min-width: 48rem) {
    .md\:self-start {
      align-self: flex-start;
    }
  }

  @media (min-width: 48rem) {
    .md\:border-r-2 {
      border-right-style: var(--tw-border-style);
      border-right-width: 2px;
    }
  }

  @media (min-width: 48rem) {
    .md\:p-6 {
      padding: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 48rem) {
    .md\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 48rem) {
    .md\:p-10 {
      padding: calc(var(--spacing) * 10);
    }
  }

  @media (min-width: 48rem) {
    .md\:p-16 {
      padding: calc(var(--spacing) * 16);
    }
  }

  @media (min-width: 48rem) {
    .md\:px-0 {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  @media (min-width: 48rem) {
    .md\:px-1 {
      padding-inline: calc(var(--spacing) * 1);
    }
  }

  @media (min-width: 48rem) {
    .md\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 48rem) {
    .md\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 48rem) {
    .md\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }
  }

  @media (min-width: 48rem) {
    .md\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }
  }

  @media (min-width: 48rem) {
    .md\:py-4 {
      padding-block: calc(var(--spacing) * 4);
    }
  }

  @media (min-width: 48rem) {
    .md\:py-8 {
      padding-block: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 48rem) {
    .md\:py-12 {
      padding-block: calc(var(--spacing) * 12);
    }
  }

  @media (min-width: 48rem) {
    .md\:py-14 {
      padding-block: calc(var(--spacing) * 14);
    }
  }

  @media (min-width: 48rem) {
    .md\:py-16 {
      padding-block: calc(var(--spacing) * 16);
    }
  }

  @media (min-width: 48rem) {
    .md\:py-20 {
      padding-block: calc(var(--spacing) * 20);
    }
  }

  @media (min-width: 48rem) {
    .md\:pt-6 {
      padding-top: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 48rem) {
    .md\:pt-8 {
      padding-top: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 48rem) {
    .md\:pt-10 {
      padding-top: calc(var(--spacing) * 10);
    }
  }

  @media (min-width: 48rem) {
    .md\:pt-12 {
      padding-top: calc(var(--spacing) * 12);
    }
  }

  @media (min-width: 48rem) {
    .md\:pt-20 {
      padding-top: calc(var(--spacing) * 20);
    }
  }

  @media (min-width: 48rem) {
    .md\:pb-0 {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (min-width: 48rem) {
    .md\:pb-2 {
      padding-bottom: calc(var(--spacing) * 2);
    }
  }

  @media (min-width: 48rem) {
    .md\:pb-10 {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }

  @media (min-width: 48rem) {
    .md\:pb-12 {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }

  @media (min-width: 48rem) {
    .md\:pb-32 {
      padding-bottom: calc(var(--spacing) * 32);
    }
  }

  @media (min-width: 48rem) {
    .md\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }

  @media (min-width: 48rem) {
    .md\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }

  @media (min-width: 48rem) {
    .md\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }

  @media (min-width: 48rem) {
    .md\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }

  @media (min-width: 48rem) {
    .md\:text-8xl {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }

  @media (min-width: 48rem) {
    .md\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }

  @media (min-width: 48rem) {
    .md\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }

  @media (min-width: 48rem) {
    .md\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }

  @media (min-width: 48rem) {
    .md\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }

  @media (min-width: 48rem) {
    .md\:leading-14 {
      --tw-leading: calc(var(--spacing) * 14);
      line-height: calc(var(--spacing) * 14);
    }
  }

  @media (min-width: 48rem) {
    .md\:leading-tight {
      --tw-leading: var(--leading-tight);
      line-height: var(--leading-tight);
    }
  }

  @media (min-width: 48rem) {
    .md\:transition-\[width\] {
      transition-property: width;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }

  @media (min-width: 48rem) {
    .has-data-\[collapsed\=true\]\:md\:flex:has([data-collapsed="true"]) {
      display: flex;
    }
  }

  @media (min-width: 64rem) {
    .lg\:static {
      position: static;
    }
  }

  @media (min-width: 64rem) {
    .lg\:sticky {
      position: sticky;
    }
  }

  @media (min-width: 64rem) {
    .lg\:top-24 {
      top: calc(var(--spacing) * 24);
    }
  }

  @media (min-width: 64rem) {
    .lg\:top-28 {
      top: calc(var(--spacing) * 28);
    }
  }

  @media (min-width: 64rem) {
    .lg\:z-auto {
      z-index: auto;
    }
  }

  @media (min-width: 64rem) {
    .lg\:col-span-1 {
      grid-column: span 1 / span 1;
    }
  }

  @media (min-width: 64rem) {
    .lg\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }

  @media (min-width: 64rem) {
    .lg\:col-span-3 {
      grid-column: span 3 / span 3;
    }
  }

  @media (min-width: 64rem) {
    .lg\:col-span-4 {
      grid-column: span 4 / span 4;
    }
  }

  @media (min-width: 64rem) {
    .lg\:mt-6 {
      margin-top: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 64rem) {
    .lg\:mb-16 {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }

  @media (min-width: 64rem) {
    .lg\:block {
      display: block;
    }
  }

  @media (min-width: 64rem) {
    .lg\:flex {
      display: flex;
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid {
      display: grid;
    }
  }

  @media (min-width: 64rem) {
    .lg\:hidden {
      display: none;
    }
  }

  @media (min-width: 64rem) {
    .lg\:max-h-\[calc\(100vh-200px\)\] {
      max-height: calc(100vh - 200px);
    }
  }

  @media (min-width: 64rem) {
    .lg\:w-9\/12 {
      width: 75%;
    }
  }

  @media (min-width: 64rem) {
    .lg\:w-64 {
      width: calc(var(--spacing) * 64);
    }
  }

  @media (min-width: 64rem) {
    .lg\:max-w-3xl {
      max-width: var(--container-3xl);
    }
  }

  @media (min-width: 64rem) {
    .lg\:max-w-4xl {
      max-width: var(--container-4xl);
    }
  }

  @media (min-width: 64rem) {
    .lg\:flex-shrink-0 {
      flex-shrink: 0;
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-6 {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-7 {
      grid-template-columns: repeat(7, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-8 {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-10 {
      grid-template-columns: repeat(10, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-\[200px_minmax\(0\,1fr\)_280px\] {
      grid-template-columns: 200px minmax(0, 1fr) 280px;
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-\[220px_minmax\(0\,1fr\)\] {
      grid-template-columns: 220px minmax(0, 1fr);
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-\[220px_minmax\(0\,1fr\)_320px\] {
      grid-template-columns: 220px minmax(0, 1fr) 320px;
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-\[minmax\(0\,1\.2fr\)_minmax\(0\,1fr\)_minmax\(0\,0\.9fr\)\] {
      grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, .9fr);
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-\[minmax\(0\,1\.15fr\)_minmax\(0\,1fr\)_minmax\(0\,0\.95fr\)\] {
      grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(0, .95fr);
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-\[minmax\(0\,16rem\)_minmax\(0\,1fr\)\] {
      grid-template-columns: minmax(0, 16rem) minmax(0, 1fr);
    }
  }

  @media (min-width: 64rem) {
    .lg\:items-start {
      align-items: flex-start;
    }
  }

  @media (min-width: 64rem) {
    .lg\:justify-start {
      justify-content: flex-start;
    }
  }

  @media (min-width: 64rem) {
    .lg\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 64rem) {
    .lg\:gap-7 {
      gap: calc(var(--spacing) * 7);
    }
  }

  @media (min-width: 64rem) {
    .lg\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 64rem) {
    .lg\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }
  }

  @media (min-width: 64rem) {
    .lg\:gap-12 {
      gap: calc(var(--spacing) * 12);
    }
  }

  @media (min-width: 64rem) {
    .lg\:gap-14 {
      gap: calc(var(--spacing) * 14);
    }
  }

  @media (min-width: 64rem) {
    .lg\:gap-16 {
      gap: calc(var(--spacing) * 16);
    }
  }

  @media (min-width: 64rem) {
    .lg\:self-start {
      align-self: flex-start;
    }
  }

  @media (min-width: 64rem) {
    .lg\:rounded-lg {
      border-radius: var(--radius);
    }
  }

  @media (min-width: 64rem) {
    .lg\:p-6 {
      padding: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 64rem) {
    .lg\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 64rem) {
    .lg\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 64rem) {
    .lg\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }
  }

  @media (min-width: 64rem) {
    .lg\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }
  }

  @media (min-width: 64rem) {
    .lg\:px-\[max\(1\.5rem\,calc\(\(100vw-80rem\)\/2\+1\.5rem\)\)\] {
      padding-inline: max(1.5rem, 50vw - 38.5rem);
    }
  }

  @media (min-width: 64rem) {
    .lg\:py-8 {
      padding-block: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 64rem) {
    .lg\:py-12 {
      padding-block: calc(var(--spacing) * 12);
    }
  }

  @media (min-width: 64rem) {
    .lg\:text-left {
      text-align: left;
    }
  }

  @media (min-width: 64rem) {
    .lg\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }

  @media (min-width: 64rem) {
    .lg\:text-7xl {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }

  @media (min-width: 64rem) {
    .lg\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }

  @media (min-width: 64rem) {
    .lg\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }

  @media (min-width: 64rem) {
    .lg\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }

  @media (min-width: 64rem) {
    .lg\:leading-8 {
      --tw-leading: calc(var(--spacing) * 8);
      line-height: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 64rem) {
    .lg\:leading-tight {
      --tw-leading: var(--leading-tight);
      line-height: var(--leading-tight);
    }
  }

  @media (min-width: 80rem) {
    .xl\:col-span-1 {
      grid-column: span 1 / span 1;
    }
  }

  @media (min-width: 80rem) {
    .xl\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }

  @media (min-width: 80rem) {
    .xl\:mx-auto {
      margin-inline: auto;
    }
  }

  @media (min-width: 80rem) {
    .xl\:block {
      display: block;
    }
  }

  @media (min-width: 80rem) {
    .xl\:flex {
      display: flex;
    }
  }

  @media (min-width: 80rem) {
    .xl\:grid {
      display: grid;
    }
  }

  @media (min-width: 80rem) {
    .xl\:hidden {
      display: none;
    }
  }

  @media (min-width: 80rem) {
    .xl\:w-8\/12 {
      width: 66.6667%;
    }
  }

  @media (min-width: 80rem) {
    .xl\:max-w-\[1200px\] {
      max-width: 1200px;
    }
  }

  @media (min-width: 80rem) {
    .xl\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 80rem) {
    .xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (min-width: 80rem) {
    .xl\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }

  @media (min-width: 80rem) {
    .xl\:grid-cols-12 {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }

  @media (min-width: 80rem) {
    .xl\:grid-cols-\[1\.5fr_3fr_1\.5fr\] {
      grid-template-columns: 1.5fr 3fr 1.5fr;
    }
  }

  @media (min-width: 80rem) {
    .xl\:grid-cols-\[191fr_618fr_191fr\] {
      grid-template-columns: 191fr 618fr 191fr;
    }
  }

  @media (min-width: 80rem) {
    .xl\:grid-cols-\[220px_minmax\(0\,max\(900px\,30\%\)\)_320px\] {
      grid-template-columns: 220px minmax(0, max(900px, 30%)) 320px;
    }
  }

  @media (min-width: 80rem) {
    .xl\:grid-cols-\[minmax\(200px\,1\.2fr\)_minmax\(0\,3fr\)_minmax\(200px\,1\.2fr\)\] {
      grid-template-columns: minmax(200px, 1.2fr) minmax(0, 3fr) minmax(200px, 1.2fr);
    }
  }

  @media (min-width: 80rem) {
    .xl\:grid-cols-\[minmax\(250px\,1fr\)_minmax\(0\,3fr\)_minmax\(250px\,1fr\)\] {
      grid-template-columns: minmax(250px, 1fr) minmax(0, 3fr) minmax(250px, 1fr);
    }
  }

  @media (min-width: 80rem) {
    :where(.xl\:space-y-0 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
    }
  }

  @media (min-width: 80rem) {
    .xl\:gap-x-8 {
      column-gap: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 80rem) {
    :where(.xl\:divide-y > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }

  @media (min-width: 80rem) {
    :where(.xl\:divide-gray-200 > :not(:last-child)) {
      border-color: var(--color-gray-200);
    }
  }

  @media (min-width: 80rem) {
    .xl\:px-4 {
      padding-inline: calc(var(--spacing) * 4);
    }
  }

  @media (min-width: 80rem) {
    .xl\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 80rem) {
    .xl\:pt-14 {
      padding-top: calc(var(--spacing) * 14);
    }
  }

  @media (min-width: 80rem) {
    .xl\:pb-8 {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 80rem) {
    .xl\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }

  @media (min-width: 80rem) {
    .xl\:text-7xl {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }

  @media (min-width: 96rem) {
    .\32 xl\:-mx-24 {
      margin-inline: calc(var(--spacing) * -24);
    }
  }

  @media (min-width: 96rem) {
    .\32 xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (min-width: 96rem) {
    .\32 xl\:grid-cols-\[260px_minmax\(0\,max\(900px\,35\%\)\)_360px\] {
      grid-template-columns: 260px minmax(0, max(900px, 35%)) 360px;
    }
  }

  @media (min-width: 96rem) {
    .\32 xl\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }
  }

  @container not (min-width: 36rem) {
    .\@max-xl\:hidden {
      display: none;
    }
  }

  @container not (min-width: 32rem) {
    .\@max-lg\:col-span-full {
      grid-column: 1 / -1;
    }
  }

  @container (min-width: 512px) {
    .\@\[512px\]\:line-clamp-2 {
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      overflow: hidden;
    }
  }

  @container (min-width: 512px) {
    .\@\[512px\]\:hidden {
      display: none;
    }
  }

  @container (min-width: 512px) {
    .\@\[512px\]\:aspect-square {
      aspect-ratio: 1;
    }
  }

  @container (min-width: 512px) {
    .\@\[512px\]\:h-8 {
      height: calc(var(--spacing) * 8);
    }
  }

  @container (min-width: 512px) {
    .\@\[512px\]\:w-1\/3 {
      width: 33.3333%;
    }
  }

  @container (min-width: 512px) {
    .\@\[512px\]\:w-2\/3 {
      width: 66.6667%;
    }
  }

  @container (min-width: 512px) {
    .\@\[512px\]\:shrink-0 {
      flex-shrink: 0;
    }
  }

  @container (min-width: 512px) {
    .\@\[512px\]\:flex-row {
      flex-direction: row;
    }
  }

  @container (min-width: 512px) {
    .\@\[512px\]\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
  }

  @container (min-width: 512px) {
    .\@\[512px\]\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
  }

  @container (min-width: 512px) {
    .\@\[512px\]\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }

  @container (min-width: 512px) {
    .\@\[512px\]\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }

  @container (min-width: 512px) {
    .\@\[512px\]\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }

  @container (min-width: 640px) {
    .\@\[640px\]\:flex-row {
      flex-direction: row;
    }
  }

  @container (min-width: 768px) {
    .\@\[768px\]\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }

  @container (min-width: 24rem) {
    .\@sm\:w-full {
      width: 100%;
    }
  }

  @container (min-width: 28rem) {
    .\@md\:w-1\/2 {
      width: 50%;
    }
  }

  @container (min-width: 32rem) {
    .\@lg\:w-1\/3 {
      width: 33.3333%;
    }
  }

  .rtl\:-translate-x-2:where(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)), [dir="rtl"], [dir="rtl"] *) {
    --tw-translate-x: calc(var(--spacing) * -2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .rtl\:translate-x-full:where(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)), [dir="rtl"], [dir="rtl"] *) {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .rtl\:-scale-x-100:where(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)), [dir="rtl"], [dir="rtl"] *) {
    --tw-scale-x: calc(100% * -1);
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .rtl\:rotate-90:where(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)), [dir="rtl"], [dir="rtl"] *) {
    rotate: 90deg;
  }

  .rtl\:rotate-180:where(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)), [dir="rtl"], [dir="rtl"] *) {
    rotate: 180deg;
  }

  :where(.dark\:divide-gray-700:where(.dark, .dark *) > :not(:last-child)) {
    border-color: var(--color-gray-700);
  }

  :where(.dark\:divide-gray-800\/50:where(.dark, .dark *) > :not(:last-child)) {
    border-color: var(--color-gray-800);
  }

  @supports (color: color-mix(in lab, red, red)) {
    :where(.dark\:divide-gray-800\/50:where(.dark, .dark *) > :not(:last-child)) {
      border-color: color-mix(in oklab, var(--color-gray-800) 50%, transparent);
    }
  }

  .dark\:border-\[var\(--theme-success\)\]\/20:where(.dark, .dark *) {
    border-color: var(--theme-success);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:border-\[var\(--theme-success\)\]\/20:where(.dark, .dark *) {
      border-color: color-mix(in oklab, var(--theme-success) 20%, transparent);
    }
  }

  .dark\:border-amber-500:where(.dark, .dark *) {
    border-color: var(--color-amber-500);
  }

  .dark\:border-amber-700:where(.dark, .dark *) {
    border-color: var(--color-amber-700);
  }

  .dark\:border-amber-800:where(.dark, .dark *) {
    border-color: var(--color-amber-800);
  }

  .dark\:border-blue-500:where(.dark, .dark *) {
    border-color: var(--color-blue-500);
  }

  .dark\:border-blue-600:where(.dark, .dark *) {
    border-color: var(--color-blue-600);
  }

  .dark\:border-blue-700:where(.dark, .dark *) {
    border-color: var(--color-blue-700);
  }

  .dark\:border-blue-800:where(.dark, .dark *) {
    border-color: var(--color-blue-800);
  }

  .dark\:border-border:where(.dark, .dark *) {
    border-color: var(--border);
  }

  .dark\:border-border\/40:where(.dark, .dark *) {
    border-color: var(--border);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:border-border\/40:where(.dark, .dark *) {
      border-color: color-mix(in oklab, var(--border) 40%, transparent);
    }
  }

  .dark\:border-border\/50:where(.dark, .dark *) {
    border-color: var(--border);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:border-border\/50:where(.dark, .dark *) {
      border-color: color-mix(in oklab, var(--border) 50%, transparent);
    }
  }

  .dark\:border-border\/60:where(.dark, .dark *) {
    border-color: var(--border);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:border-border\/60:where(.dark, .dark *) {
      border-color: color-mix(in oklab, var(--border) 60%, transparent);
    }
  }

  .dark\:border-border\/80:where(.dark, .dark *) {
    border-color: var(--border);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:border-border\/80:where(.dark, .dark *) {
      border-color: color-mix(in oklab, var(--border) 80%, transparent);
    }
  }

  .dark\:border-destructive:where(.dark, .dark *) {
    border-color: var(--destructive);
  }

  .dark\:border-destructive\/15:where(.dark, .dark *) {
    border-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:border-destructive\/15:where(.dark, .dark *) {
      border-color: color-mix(in oklab, var(--destructive) 15%, transparent);
    }
  }

  .dark\:border-destructive\/20:where(.dark, .dark *) {
    border-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:border-destructive\/20:where(.dark, .dark *) {
      border-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }

  .dark\:border-emerald-500\/20:where(.dark, .dark *) {
    border-color: #00bb7f33;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:border-emerald-500\/20:where(.dark, .dark *) {
      border-color: color-mix(in oklab, var(--color-emerald-500) 20%, transparent);
    }
  }

  .dark\:border-gray-600:where(.dark, .dark *) {
    border-color: var(--color-gray-600);
  }

  .dark\:border-gray-700:where(.dark, .dark *) {
    border-color: var(--color-gray-700);
  }

  .dark\:border-gray-800:where(.dark, .dark *) {
    border-color: var(--color-gray-800);
  }

  .dark\:border-green-700:where(.dark, .dark *) {
    border-color: var(--color-green-700);
  }

  .dark\:border-green-800:where(.dark, .dark *) {
    border-color: var(--color-green-800);
  }

  .dark\:border-indigo-700:where(.dark, .dark *) {
    border-color: var(--color-indigo-700);
  }

  .dark\:border-neutral-700\/50:where(.dark, .dark *) {
    border-color: #40404080;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:border-neutral-700\/50:where(.dark, .dark *) {
      border-color: color-mix(in oklab, var(--color-neutral-700) 50%, transparent);
    }
  }

  .dark\:border-orange-700:where(.dark, .dark *) {
    border-color: var(--color-orange-700);
  }

  .dark\:border-pink-700:where(.dark, .dark *) {
    border-color: var(--color-pink-700);
  }

  .dark\:border-primary\/25:where(.dark, .dark *) {
    border-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:border-primary\/25:where(.dark, .dark *) {
      border-color: color-mix(in oklab, var(--primary) 25%, transparent);
    }
  }

  .dark\:border-purple-700:where(.dark, .dark *) {
    border-color: var(--color-purple-700);
  }

  .dark\:border-purple-800:where(.dark, .dark *) {
    border-color: var(--color-purple-800);
  }

  .dark\:border-red-700:where(.dark, .dark *) {
    border-color: var(--color-red-700);
  }

  .dark\:border-red-800:where(.dark, .dark *) {
    border-color: var(--color-red-800);
  }

  .dark\:border-rose-700:where(.dark, .dark *) {
    border-color: var(--color-rose-700);
  }

  .dark\:border-slate-700:where(.dark, .dark *) {
    border-color: var(--color-slate-700);
  }

  .dark\:border-teal-700:where(.dark, .dark *) {
    border-color: var(--color-teal-700);
  }

  .dark\:border-white\/\[0\.05\]:where(.dark, .dark *) {
    border-color: var(--color-white);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:border-white\/\[0\.05\]:where(.dark, .dark *) {
      border-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }

  .dark\:border-white\/\[0\.07\]:where(.dark, .dark *) {
    border-color: var(--color-white);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:border-white\/\[0\.07\]:where(.dark, .dark *) {
      border-color: color-mix(in oklab, var(--color-white) 7.0%, transparent);
    }
  }

  .dark\:border-yellow-700:where(.dark, .dark *) {
    border-color: var(--color-yellow-700);
  }

  .dark\:border-yellow-800:where(.dark, .dark *) {
    border-color: var(--color-yellow-800);
  }

  .dark\:border-zinc-600:where(.dark, .dark *) {
    border-color: var(--color-zinc-600);
  }

  .dark\:border-zinc-700:where(.dark, .dark *) {
    border-color: var(--color-zinc-700);
  }

  .dark\:border-zinc-700\/40:where(.dark, .dark *) {
    border-color: #3f3f4666;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:border-zinc-700\/40:where(.dark, .dark *) {
      border-color: color-mix(in oklab, var(--color-zinc-700) 40%, transparent);
    }
  }

  .dark\:border-zinc-700\/60:where(.dark, .dark *) {
    border-color: #3f3f4699;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:border-zinc-700\/60:where(.dark, .dark *) {
      border-color: color-mix(in oklab, var(--color-zinc-700) 60%, transparent);
    }
  }

  .dark\:border-zinc-800:where(.dark, .dark *) {
    border-color: var(--color-zinc-800);
  }

  .dark\:bg-\(--shiki-dark-bg\):where(.dark, .dark *) {
    background-color: var(--shiki-dark-bg);
  }

  .dark\:bg-\[\#0d0d14\]:where(.dark, .dark *) {
    background-color: #0d0d14;
  }

  .dark\:bg-\[\#0d1117\]:where(.dark, .dark *) {
    background-color: #0d1117;
  }

  .dark\:bg-\[\#161b22\]:where(.dark, .dark *) {
    background-color: #161b22;
  }

  .dark\:bg-\[\#05080F\]:where(.dark, .dark *) {
    background-color: #05080f;
  }

  .dark\:bg-\[var\(--theme-accent-soft\)\]:where(.dark, .dark *) {
    background-color: var(--theme-accent-soft);
  }

  .dark\:bg-\[var\(--theme-bg-secondary\)\]:where(.dark, .dark *) {
    background-color: var(--theme-bg-secondary);
  }

  .dark\:bg-\[var\(--theme-info-muted\)\]:where(.dark, .dark *) {
    background-color: var(--theme-info-muted);
  }

  .dark\:bg-\[var\(--theme-success\)\]:where(.dark, .dark *) {
    background-color: var(--theme-success);
  }

  .dark\:bg-\[var\(--theme-success\)\]\/15:where(.dark, .dark *) {
    background-color: var(--theme-success);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-\[var\(--theme-success\)\]\/15:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--theme-success) 15%, transparent);
    }
  }

  .dark\:bg-\[var\(--theme-warning\)\]:where(.dark, .dark *) {
    background-color: var(--theme-warning);
  }

  .dark\:bg-\[var\(--theme-warning\)\]\/15:where(.dark, .dark *) {
    background-color: var(--theme-warning);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-\[var\(--theme-warning\)\]\/15:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--theme-warning) 15%, transparent);
    }
  }

  .dark\:bg-amber-600\/80:where(.dark, .dark *) {
    background-color: #dd7400cc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-amber-600\/80:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-amber-600) 80%, transparent);
    }
  }

  .dark\:bg-amber-900\/10:where(.dark, .dark *) {
    background-color: #7b33061a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-amber-900\/10:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-amber-900) 10%, transparent);
    }
  }

  .dark\:bg-amber-900\/15:where(.dark, .dark *) {
    background-color: #7b330626;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-amber-900\/15:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-amber-900) 15%, transparent);
    }
  }

  .dark\:bg-amber-900\/20:where(.dark, .dark *) {
    background-color: #7b330633;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-amber-900\/20:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-amber-900) 20%, transparent);
    }
  }

  .dark\:bg-amber-900\/30:where(.dark, .dark *) {
    background-color: #7b33064d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-amber-900\/30:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-amber-900) 30%, transparent);
    }
  }

  .dark\:bg-background:where(.dark, .dark *) {
    background-color: var(--background);
  }

  .dark\:bg-background\/10:where(.dark, .dark *) {
    background-color: var(--background);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-background\/10:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--background) 10%, transparent);
    }
  }

  .dark\:bg-background\/20:where(.dark, .dark *) {
    background-color: var(--background);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-background\/20:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--background) 20%, transparent);
    }
  }

  .dark\:bg-background\/30:where(.dark, .dark *) {
    background-color: var(--background);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-background\/30:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--background) 30%, transparent);
    }
  }

  .dark\:bg-background\/50:where(.dark, .dark *) {
    background-color: var(--background);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-background\/50:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--background) 50%, transparent);
    }
  }

  .dark\:bg-background\/60:where(.dark, .dark *) {
    background-color: var(--background);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-background\/60:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--background) 60%, transparent);
    }
  }

  .dark\:bg-background\/75:where(.dark, .dark *) {
    background-color: var(--background);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-background\/75:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--background) 75%, transparent);
    }
  }

  .dark\:bg-background\/80:where(.dark, .dark *) {
    background-color: var(--background);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-background\/80:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--background) 80%, transparent);
    }
  }

  .dark\:bg-black:where(.dark, .dark *) {
    background-color: var(--color-black);
  }

  .dark\:bg-black\/50:where(.dark, .dark *) {
    background-color: var(--color-black);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-black\/50:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }

  .dark\:bg-blue-900:where(.dark, .dark *) {
    background-color: var(--color-blue-900);
  }

  .dark\:bg-blue-900\/10:where(.dark, .dark *) {
    background-color: #1c398e1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-blue-900\/10:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-blue-900) 10%, transparent);
    }
  }

  .dark\:bg-blue-900\/15:where(.dark, .dark *) {
    background-color: #1c398e26;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-blue-900\/15:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-blue-900) 15%, transparent);
    }
  }

  .dark\:bg-blue-900\/20:where(.dark, .dark *) {
    background-color: #1c398e33;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-blue-900\/20:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-blue-900) 20%, transparent);
    }
  }

  .dark\:bg-blue-900\/30:where(.dark, .dark *) {
    background-color: #1c398e4d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-blue-900\/30:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-blue-900) 30%, transparent);
    }
  }

  .dark\:bg-blue-900\/40:where(.dark, .dark *) {
    background-color: #1c398e66;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-blue-900\/40:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-blue-900) 40%, transparent);
    }
  }

  .dark\:bg-blue-950\/20:where(.dark, .dark *) {
    background-color: #16245633;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-blue-950\/20:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-blue-950) 20%, transparent);
    }
  }

  .dark\:bg-blue-950\/30:where(.dark, .dark *) {
    background-color: #1624564d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-blue-950\/30:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-blue-950) 30%, transparent);
    }
  }

  .dark\:bg-blue-950\/40:where(.dark, .dark *) {
    background-color: #16245666;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-blue-950\/40:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-blue-950) 40%, transparent);
    }
  }

  .dark\:bg-blue-950\/50:where(.dark, .dark *) {
    background-color: #16245680;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-blue-950\/50:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-blue-950) 50%, transparent);
    }
  }

  .dark\:bg-card:where(.dark, .dark *) {
    background-color: var(--card);
  }

  .dark\:bg-card\/50:where(.dark, .dark *) {
    background-color: var(--card);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-card\/50:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--card) 50%, transparent);
    }
  }

  .dark\:bg-card\/60:where(.dark, .dark *) {
    background-color: var(--card);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-card\/60:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--card) 60%, transparent);
    }
  }

  .dark\:bg-card\/80:where(.dark, .dark *) {
    background-color: var(--card);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-card\/80:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--card) 80%, transparent);
    }
  }

  .dark\:bg-card\/90:where(.dark, .dark *) {
    background-color: var(--card);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-card\/90:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--card) 90%, transparent);
    }
  }

  .dark\:bg-destructive:where(.dark, .dark *) {
    background-color: var(--destructive);
  }

  .dark\:bg-destructive\/10:where(.dark, .dark *) {
    background-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-destructive\/10:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--destructive) 10%, transparent);
    }
  }

  .dark\:bg-destructive\/15:where(.dark, .dark *) {
    background-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-destructive\/15:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--destructive) 15%, transparent);
    }
  }

  .dark\:bg-destructive\/20:where(.dark, .dark *) {
    background-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-destructive\/20:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }

  .dark\:bg-destructive\/50:where(.dark, .dark *) {
    background-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-destructive\/50:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--destructive) 50%, transparent);
    }
  }

  .dark\:bg-emerald-400\/10:where(.dark, .dark *) {
    background-color: #00d2941a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-emerald-400\/10:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-emerald-400) 10%, transparent);
    }
  }

  .dark\:bg-emerald-600:where(.dark, .dark *) {
    background-color: var(--color-emerald-600);
  }

  .dark\:bg-emerald-900\/20:where(.dark, .dark *) {
    background-color: #004e3b33;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-emerald-900\/20:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-emerald-900) 20%, transparent);
    }
  }

  .dark\:bg-gray-600:where(.dark, .dark *) {
    background-color: var(--color-gray-600);
  }

  .dark\:bg-gray-700:where(.dark, .dark *) {
    background-color: var(--color-gray-700);
  }

  .dark\:bg-gray-800:where(.dark, .dark *) {
    background-color: var(--color-gray-800);
  }

  .dark\:bg-gray-800\/50:where(.dark, .dark *) {
    background-color: var(--color-gray-800);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-gray-800\/50:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-gray-800) 50%, transparent);
    }
  }

  .dark\:bg-gray-900:where(.dark, .dark *) {
    background-color: var(--color-gray-900);
  }

  .dark\:bg-gray-900\/10:where(.dark, .dark *) {
    background-color: var(--color-gray-900);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-gray-900\/10:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-gray-900) 10%, transparent);
    }
  }

  .dark\:bg-gray-950:where(.dark, .dark *) {
    background-color: var(--color-gray-950);
  }

  .dark\:bg-gray-950\/98:where(.dark, .dark *) {
    background-color: var(--color-gray-950);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-gray-950\/98:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-gray-950) 98%, transparent);
    }
  }

  .dark\:bg-green-800:where(.dark, .dark *) {
    background-color: var(--color-green-800);
  }

  .dark\:bg-green-900:where(.dark, .dark *) {
    background-color: var(--color-green-900);
  }

  .dark\:bg-green-900\/10:where(.dark, .dark *) {
    background-color: #0d542b1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-green-900\/10:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-green-900) 10%, transparent);
    }
  }

  .dark\:bg-green-900\/15:where(.dark, .dark *) {
    background-color: #0d542b26;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-green-900\/15:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-green-900) 15%, transparent);
    }
  }

  .dark\:bg-green-900\/20:where(.dark, .dark *) {
    background-color: #0d542b33;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-green-900\/20:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-green-900) 20%, transparent);
    }
  }

  .dark\:bg-green-900\/30:where(.dark, .dark *) {
    background-color: #0d542b4d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-green-900\/30:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-green-900) 30%, transparent);
    }
  }

  .dark\:bg-green-950:where(.dark, .dark *) {
    background-color: var(--color-green-950);
  }

  .dark\:bg-green-950\/20:where(.dark, .dark *) {
    background-color: #032e1533;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-green-950\/20:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-green-950) 20%, transparent);
    }
  }

  .dark\:bg-green-950\/30:where(.dark, .dark *) {
    background-color: #032e154d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-green-950\/30:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-green-950) 30%, transparent);
    }
  }

  .dark\:bg-green-950\/40:where(.dark, .dark *) {
    background-color: #032e1566;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-green-950\/40:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-green-950) 40%, transparent);
    }
  }

  .dark\:bg-green-950\/50:where(.dark, .dark *) {
    background-color: #032e1580;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-green-950\/50:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-green-950) 50%, transparent);
    }
  }

  .dark\:bg-indigo-400:where(.dark, .dark *) {
    background-color: var(--color-indigo-400);
  }

  .dark\:bg-indigo-900\/15:where(.dark, .dark *) {
    background-color: #312c8526;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-indigo-900\/15:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-indigo-900) 15%, transparent);
    }
  }

  .dark\:bg-indigo-900\/40:where(.dark, .dark *) {
    background-color: #312c8566;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-indigo-900\/40:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-indigo-900) 40%, transparent);
    }
  }

  .dark\:bg-indigo-950\/40:where(.dark, .dark *) {
    background-color: #1e1a4d66;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-indigo-950\/40:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-indigo-950) 40%, transparent);
    }
  }

  .dark\:bg-indigo-950\/50:where(.dark, .dark *) {
    background-color: #1e1a4d80;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-indigo-950\/50:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-indigo-950) 50%, transparent);
    }
  }

  .dark\:bg-neutral-800:where(.dark, .dark *) {
    background-color: var(--color-neutral-800);
  }

  .dark\:bg-orange-900\/10:where(.dark, .dark *) {
    background-color: #7e2a0c1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-orange-900\/10:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-orange-900) 10%, transparent);
    }
  }

  .dark\:bg-orange-900\/15:where(.dark, .dark *) {
    background-color: #7e2a0c26;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-orange-900\/15:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-orange-900) 15%, transparent);
    }
  }

  .dark\:bg-orange-900\/20:where(.dark, .dark *) {
    background-color: #7e2a0c33;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-orange-900\/20:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-orange-900) 20%, transparent);
    }
  }

  .dark\:bg-orange-950\/40:where(.dark, .dark *) {
    background-color: #44130666;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-orange-950\/40:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-orange-950) 40%, transparent);
    }
  }

  .dark\:bg-orange-950\/50:where(.dark, .dark *) {
    background-color: #44130680;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-orange-950\/50:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-orange-950) 50%, transparent);
    }
  }

  .dark\:bg-pink-900\/10:where(.dark, .dark *) {
    background-color: #8610431a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-pink-900\/10:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-pink-900) 10%, transparent);
    }
  }

  .dark\:bg-pink-900\/15:where(.dark, .dark *) {
    background-color: #86104326;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-pink-900\/15:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-pink-900) 15%, transparent);
    }
  }

  .dark\:bg-pink-900\/20:where(.dark, .dark *) {
    background-color: #86104333;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-pink-900\/20:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-pink-900) 20%, transparent);
    }
  }

  .dark\:bg-pink-950\/40:where(.dark, .dark *) {
    background-color: #51042466;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-pink-950\/40:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-pink-950) 40%, transparent);
    }
  }

  .dark\:bg-pink-950\/50:where(.dark, .dark *) {
    background-color: #51042480;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-pink-950\/50:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-pink-950) 50%, transparent);
    }
  }

  .dark\:bg-primary:where(.dark, .dark *) {
    background-color: var(--primary);
  }

  .dark\:bg-purple-900:where(.dark, .dark *) {
    background-color: var(--color-purple-900);
  }

  .dark\:bg-purple-900\/10:where(.dark, .dark *) {
    background-color: #59168b1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-purple-900\/10:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-purple-900) 10%, transparent);
    }
  }

  .dark\:bg-purple-900\/15:where(.dark, .dark *) {
    background-color: #59168b26;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-purple-900\/15:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-purple-900) 15%, transparent);
    }
  }

  .dark\:bg-purple-900\/20:where(.dark, .dark *) {
    background-color: #59168b33;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-purple-900\/20:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-purple-900) 20%, transparent);
    }
  }

  .dark\:bg-purple-900\/30:where(.dark, .dark *) {
    background-color: #59168b4d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-purple-900\/30:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-purple-900) 30%, transparent);
    }
  }

  .dark\:bg-purple-900\/40:where(.dark, .dark *) {
    background-color: #59168b66;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-purple-900\/40:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-purple-900) 40%, transparent);
    }
  }

  .dark\:bg-purple-950\/20:where(.dark, .dark *) {
    background-color: #3c036633;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-purple-950\/20:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-purple-950) 20%, transparent);
    }
  }

  .dark\:bg-purple-950\/40:where(.dark, .dark *) {
    background-color: #3c036666;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-purple-950\/40:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-purple-950) 40%, transparent);
    }
  }

  .dark\:bg-purple-950\/50:where(.dark, .dark *) {
    background-color: #3c036680;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-purple-950\/50:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-purple-950) 50%, transparent);
    }
  }

  .dark\:bg-red-900:where(.dark, .dark *) {
    background-color: var(--color-red-900);
  }

  .dark\:bg-red-900\/10:where(.dark, .dark *) {
    background-color: #82181a1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-red-900\/10:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-red-900) 10%, transparent);
    }
  }

  .dark\:bg-red-900\/15:where(.dark, .dark *) {
    background-color: #82181a26;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-red-900\/15:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-red-900) 15%, transparent);
    }
  }

  .dark\:bg-red-900\/20:where(.dark, .dark *) {
    background-color: #82181a33;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-red-900\/20:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-red-900) 20%, transparent);
    }
  }

  .dark\:bg-red-900\/30:where(.dark, .dark *) {
    background-color: #82181a4d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-red-900\/30:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-red-900) 30%, transparent);
    }
  }

  .dark\:bg-red-900\/40:where(.dark, .dark *) {
    background-color: #82181a66;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-red-900\/40:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-red-900) 40%, transparent);
    }
  }

  .dark\:bg-red-950\/20:where(.dark, .dark *) {
    background-color: #46080933;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-red-950\/20:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-red-950) 20%, transparent);
    }
  }

  .dark\:bg-red-950\/30:where(.dark, .dark *) {
    background-color: #4608094d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-red-950\/30:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-red-950) 30%, transparent);
    }
  }

  .dark\:bg-rose-900\/15:where(.dark, .dark *) {
    background-color: #8b083626;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-rose-900\/15:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-rose-900) 15%, transparent);
    }
  }

  .dark\:bg-rose-900\/30:where(.dark, .dark *) {
    background-color: #8b08364d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-rose-900\/30:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-rose-900) 30%, transparent);
    }
  }

  .dark\:bg-rose-950\/40:where(.dark, .dark *) {
    background-color: #4d021866;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-rose-950\/40:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-rose-950) 40%, transparent);
    }
  }

  .dark\:bg-rose-950\/50:where(.dark, .dark *) {
    background-color: #4d021880;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-rose-950\/50:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-rose-950) 50%, transparent);
    }
  }

  .dark\:bg-secondary:where(.dark, .dark *) {
    background-color: var(--secondary);
  }

  .dark\:bg-sky-400\/10:where(.dark, .dark *) {
    background-color: #00bcfe1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-sky-400\/10:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-sky-400) 10%, transparent);
    }
  }

  .dark\:bg-sky-950\/20:where(.dark, .dark *) {
    background-color: #052f4a33;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-sky-950\/20:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-sky-950) 20%, transparent);
    }
  }

  .dark\:bg-slate-900\/15:where(.dark, .dark *) {
    background-color: #0f172b26;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-slate-900\/15:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-slate-900) 15%, transparent);
    }
  }

  .dark\:bg-slate-900\/75:where(.dark, .dark *) {
    background-color: #0f172bbf;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-slate-900\/75:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-slate-900) 75%, transparent);
    }
  }

  .dark\:bg-teal-900\/15:where(.dark, .dark *) {
    background-color: #0b4f4a26;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-teal-900\/15:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-teal-900) 15%, transparent);
    }
  }

  .dark\:bg-teal-950\/40:where(.dark, .dark *) {
    background-color: #022f2e66;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-teal-950\/40:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-teal-950) 40%, transparent);
    }
  }

  .dark\:bg-teal-950\/50:where(.dark, .dark *) {
    background-color: #022f2e80;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-teal-950\/50:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-teal-950) 50%, transparent);
    }
  }

  .dark\:bg-yellow-800:where(.dark, .dark *) {
    background-color: var(--color-yellow-800);
  }

  .dark\:bg-yellow-900:where(.dark, .dark *) {
    background-color: var(--color-yellow-900);
  }

  .dark\:bg-yellow-900\/10:where(.dark, .dark *) {
    background-color: #733e0a1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-yellow-900\/10:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-yellow-900) 10%, transparent);
    }
  }

  .dark\:bg-yellow-900\/20:where(.dark, .dark *) {
    background-color: #733e0a33;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-yellow-900\/20:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-yellow-900) 20%, transparent);
    }
  }

  .dark\:bg-yellow-900\/30:where(.dark, .dark *) {
    background-color: #733e0a4d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-yellow-900\/30:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-yellow-900) 30%, transparent);
    }
  }

  .dark\:bg-yellow-950\/20:where(.dark, .dark *) {
    background-color: #43200433;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-yellow-950\/20:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-yellow-950) 20%, transparent);
    }
  }

  .dark\:bg-zinc-800\/30:where(.dark, .dark *) {
    background-color: #27272a4d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-zinc-800\/30:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-zinc-800) 30%, transparent);
    }
  }

  .dark\:bg-zinc-800\/80:where(.dark, .dark *) {
    background-color: #27272acc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-zinc-800\/80:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-zinc-800) 80%, transparent);
    }
  }

  .dark\:bg-zinc-800\/90:where(.dark, .dark *) {
    background-color: #27272ae6;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-zinc-800\/90:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-zinc-800) 90%, transparent);
    }
  }

  .dark\:bg-zinc-900\/40:where(.dark, .dark *) {
    background-color: #18181b66;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-zinc-900\/40:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-zinc-900) 40%, transparent);
    }
  }

  .dark\:bg-zinc-900\/50:where(.dark, .dark *) {
    background-color: #18181b80;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-zinc-900\/50:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-zinc-900) 50%, transparent);
    }
  }

  .dark\:bg-zinc-950:where(.dark, .dark *) {
    background-color: var(--color-zinc-950);
  }

  .dark\:dark\:bg-card\/60:where(.dark, .dark *):where(.dark, .dark *) {
    background-color: var(--card);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:dark\:bg-card\/60:where(.dark, .dark *):where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--card) 60%, transparent);
    }
  }

  .dark\:\!from-\[var\(--theme-bg\)\]\/90:where(.dark, .dark *) {
    --tw-gradient-from: var(--theme-bg) !important;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:\!from-\[var\(--theme-bg\)\]\/90:where(.dark, .dark *) {
      --tw-gradient-from: color-mix(in oklab, var(--theme-bg) 90%, transparent) !important;
    }
  }

  .dark\:\!from-\[var\(--theme-bg\)\]\/90:where(.dark, .dark *) {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)) !important;
  }

  .dark\:from-blue-900\/20:where(.dark, .dark *) {
    --tw-gradient-from: #1c398e33;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:from-blue-900\/20:where(.dark, .dark *) {
      --tw-gradient-from: color-mix(in oklab, var(--color-blue-900) 20%, transparent);
    }
  }

  .dark\:from-blue-900\/20:where(.dark, .dark *) {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .dark\:from-blue-900\/30:where(.dark, .dark *) {
    --tw-gradient-from: #1c398e4d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:from-blue-900\/30:where(.dark, .dark *) {
      --tw-gradient-from: color-mix(in oklab, var(--color-blue-900) 30%, transparent);
    }
  }

  .dark\:from-blue-900\/30:where(.dark, .dark *) {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .dark\:from-gray-100:where(.dark, .dark *) {
    --tw-gradient-from: var(--color-gray-100);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .dark\:from-gray-800:where(.dark, .dark *) {
    --tw-gradient-from: var(--color-gray-800);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .dark\:from-gray-800\/80:where(.dark, .dark *) {
    --tw-gradient-from: var(--color-gray-800);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:from-gray-800\/80:where(.dark, .dark *) {
      --tw-gradient-from: color-mix(in oklab, var(--color-gray-800) 80%, transparent);
    }
  }

  .dark\:from-gray-800\/80:where(.dark, .dark *) {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .dark\:from-gray-900:where(.dark, .dark *) {
    --tw-gradient-from: var(--color-gray-900);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .dark\:from-gray-900\/20:where(.dark, .dark *) {
    --tw-gradient-from: var(--color-gray-900);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:from-gray-900\/20:where(.dark, .dark *) {
      --tw-gradient-from: color-mix(in oklab, var(--color-gray-900) 20%, transparent);
    }
  }

  .dark\:from-gray-900\/20:where(.dark, .dark *) {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .dark\:from-green-900\/20:where(.dark, .dark *) {
    --tw-gradient-from: #0d542b33;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:from-green-900\/20:where(.dark, .dark *) {
      --tw-gradient-from: color-mix(in oklab, var(--color-green-900) 20%, transparent);
    }
  }

  .dark\:from-green-900\/20:where(.dark, .dark *) {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .dark\:from-neutral-900:where(.dark, .dark *) {
    --tw-gradient-from: var(--color-neutral-900);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .dark\:from-purple-900\/20:where(.dark, .dark *) {
    --tw-gradient-from: #59168b33;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:from-purple-900\/20:where(.dark, .dark *) {
      --tw-gradient-from: color-mix(in oklab, var(--color-purple-900) 20%, transparent);
    }
  }

  .dark\:from-purple-900\/20:where(.dark, .dark *) {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .dark\:from-zinc-800:where(.dark, .dark *) {
    --tw-gradient-from: var(--color-zinc-800);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .dark\:from-zinc-900:where(.dark, .dark *) {
    --tw-gradient-from: var(--color-zinc-900);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .dark\:via-gray-200:where(.dark, .dark *) {
    --tw-gradient-via: var(--color-gray-200);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .dark\:via-gray-800:where(.dark, .dark *) {
    --tw-gradient-via: var(--color-gray-800);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .dark\:via-gray-900:where(.dark, .dark *) {
    --tw-gradient-via: var(--color-gray-900);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .dark\:via-gray-950\/10:where(.dark, .dark *) {
    --tw-gradient-via: var(--color-gray-950);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:via-gray-950\/10:where(.dark, .dark *) {
      --tw-gradient-via: color-mix(in oklab, var(--color-gray-950) 10%, transparent);
    }
  }

  .dark\:via-gray-950\/10:where(.dark, .dark *) {
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .dark\:via-zinc-900\/20:where(.dark, .dark *) {
    --tw-gradient-via: #18181b33;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:via-zinc-900\/20:where(.dark, .dark *) {
      --tw-gradient-via: color-mix(in oklab, var(--color-zinc-900) 20%, transparent);
    }
  }

  .dark\:via-zinc-900\/20:where(.dark, .dark *) {
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .dark\:\!to-\[var\(--theme-bg\)\]\/95:where(.dark, .dark *) {
    --tw-gradient-to: var(--theme-bg) !important;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:\!to-\[var\(--theme-bg\)\]\/95:where(.dark, .dark *) {
      --tw-gradient-to: color-mix(in oklab, var(--theme-bg) 95%, transparent) !important;
    }
  }

  .dark\:\!to-\[var\(--theme-bg\)\]\/95:where(.dark, .dark *) {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)) !important;
  }

  .dark\:to-blue-800\/30:where(.dark, .dark *) {
    --tw-gradient-to: #193cb84d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:to-blue-800\/30:where(.dark, .dark *) {
      --tw-gradient-to: color-mix(in oklab, var(--color-blue-800) 30%, transparent);
    }
  }

  .dark\:to-blue-800\/30:where(.dark, .dark *) {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .dark\:to-emerald-900\/20:where(.dark, .dark *) {
    --tw-gradient-to: #004e3b33;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:to-emerald-900\/20:where(.dark, .dark *) {
      --tw-gradient-to: color-mix(in oklab, var(--color-emerald-900) 20%, transparent);
    }
  }

  .dark\:to-emerald-900\/20:where(.dark, .dark *) {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .dark\:to-gray-100:where(.dark, .dark *) {
    --tw-gradient-to: var(--color-gray-100);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .dark\:to-gray-900:where(.dark, .dark *) {
    --tw-gradient-to: var(--color-gray-900);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .dark\:to-gray-900\/20:where(.dark, .dark *) {
    --tw-gradient-to: var(--color-gray-900);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:to-gray-900\/20:where(.dark, .dark *) {
      --tw-gradient-to: color-mix(in oklab, var(--color-gray-900) 20%, transparent);
    }
  }

  .dark\:to-gray-900\/20:where(.dark, .dark *) {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .dark\:to-gray-900\/80:where(.dark, .dark *) {
    --tw-gradient-to: var(--color-gray-900);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:to-gray-900\/80:where(.dark, .dark *) {
      --tw-gradient-to: color-mix(in oklab, var(--color-gray-900) 80%, transparent);
    }
  }

  .dark\:to-gray-900\/80:where(.dark, .dark *) {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .dark\:to-indigo-900\/20:where(.dark, .dark *) {
    --tw-gradient-to: #312c8533;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:to-indigo-900\/20:where(.dark, .dark *) {
      --tw-gradient-to: color-mix(in oklab, var(--color-indigo-900) 20%, transparent);
    }
  }

  .dark\:to-indigo-900\/20:where(.dark, .dark *) {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .dark\:to-indigo-950:where(.dark, .dark *) {
    --tw-gradient-to: var(--color-indigo-950);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .dark\:to-neutral-800:where(.dark, .dark *) {
    --tw-gradient-to: var(--color-neutral-800);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .dark\:to-pink-900\/20:where(.dark, .dark *) {
    --tw-gradient-to: #86104333;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:to-pink-900\/20:where(.dark, .dark *) {
      --tw-gradient-to: color-mix(in oklab, var(--color-pink-900) 20%, transparent);
    }
  }

  .dark\:to-pink-900\/20:where(.dark, .dark *) {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .dark\:to-transparent:where(.dark, .dark *) {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .dark\:to-zinc-900:where(.dark, .dark *) {
    --tw-gradient-to: var(--color-zinc-900);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .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\:prose-invert:where(.dark, .dark *) :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: #f6339a;
    color: lab(56.9303% 76.8162 -8.07021);
  }

  .dark\:prose-invert:where(.dark, .dark *) :where(h1, h2, h3, h4, h5, h6):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--theme-bg-tertiary);
  }

  .dark\:text-\[var\(--text-primary\)\]:where(.dark, .dark *) {
    color: var(--text-primary);
  }

  .dark\:text-\[var\(--theme-fg\)\]:where(.dark, .dark *) {
    color: var(--theme-fg);
  }

  .dark\:text-\[var\(--theme-success\)\]:where(.dark, .dark *) {
    color: var(--theme-success);
  }

  .dark\:text-\[var\(--theme-warning\)\]:where(.dark, .dark *) {
    color: var(--theme-warning);
  }

  .dark\:text-amber-50:where(.dark, .dark *) {
    color: var(--color-amber-50);
  }

  .dark\:text-amber-300:where(.dark, .dark *) {
    color: var(--color-amber-300);
  }

  .dark\:text-amber-400:where(.dark, .dark *) {
    color: var(--color-amber-400);
  }

  .dark\:text-amber-500:where(.dark, .dark *) {
    color: var(--color-amber-500);
  }

  .dark\:text-blue-100:where(.dark, .dark *) {
    color: var(--color-blue-100);
  }

  .dark\:text-blue-200:where(.dark, .dark *) {
    color: var(--color-blue-200);
  }

  .dark\:text-blue-300:where(.dark, .dark *) {
    color: var(--color-blue-300);
  }

  .dark\:text-blue-400:where(.dark, .dark *) {
    color: var(--color-blue-400);
  }

  .dark\:text-blue-500:where(.dark, .dark *) {
    color: var(--color-blue-500);
  }

  .dark\:text-destructive:where(.dark, .dark *) {
    color: var(--destructive);
  }

  .dark\:text-destructive\/70:where(.dark, .dark *) {
    color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:text-destructive\/70:where(.dark, .dark *) {
      color: color-mix(in oklab, var(--destructive) 70%, transparent);
    }
  }

  .dark\:text-emerald-100:where(.dark, .dark *) {
    color: var(--color-emerald-100);
  }

  .dark\:text-emerald-100\/80:where(.dark, .dark *) {
    color: #d0fae5cc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:text-emerald-100\/80:where(.dark, .dark *) {
      color: color-mix(in oklab, var(--color-emerald-100) 80%, transparent);
    }
  }

  .dark\:text-emerald-200:where(.dark, .dark *) {
    color: var(--color-emerald-200);
  }

  .dark\:text-emerald-200\/70:where(.dark, .dark *) {
    color: #a4f4cfb3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:text-emerald-200\/70:where(.dark, .dark *) {
      color: color-mix(in oklab, var(--color-emerald-200) 70%, transparent);
    }
  }

  .dark\:text-emerald-400:where(.dark, .dark *) {
    color: var(--color-emerald-400);
  }

  .dark\:text-foreground:where(.dark, .dark *) {
    color: var(--foreground);
  }

  .dark\:text-gray-100:where(.dark, .dark *) {
    color: var(--color-gray-100);
  }

  .dark\:text-gray-200:where(.dark, .dark *) {
    color: var(--color-gray-200);
  }

  .dark\:text-gray-300:where(.dark, .dark *) {
    color: var(--color-gray-300);
  }

  .dark\:text-gray-400:where(.dark, .dark *) {
    color: var(--color-gray-400);
  }

  .dark\:text-gray-600:where(.dark, .dark *) {
    color: var(--color-gray-600);
  }

  .dark\:text-green-100:where(.dark, .dark *) {
    color: var(--color-green-100);
  }

  .dark\:text-green-200:where(.dark, .dark *) {
    color: var(--color-green-200);
  }

  .dark\:text-green-300:where(.dark, .dark *) {
    color: var(--color-green-300);
  }

  .dark\:text-green-400:where(.dark, .dark *) {
    color: var(--color-green-400);
  }

  .dark\:text-green-500:where(.dark, .dark *) {
    color: var(--color-green-500);
  }

  .dark\:text-indigo-300:where(.dark, .dark *) {
    color: var(--color-indigo-300);
  }

  .dark\:text-indigo-400:where(.dark, .dark *) {
    color: var(--color-indigo-400);
  }

  .dark\:text-muted-foreground:where(.dark, .dark *) {
    color: var(--muted-foreground);
  }

  .dark\:text-neutral-300:where(.dark, .dark *) {
    color: var(--color-neutral-300);
  }

  .dark\:text-neutral-400:where(.dark, .dark *) {
    color: var(--color-neutral-400);
  }

  .dark\:text-orange-300:where(.dark, .dark *) {
    color: var(--color-orange-300);
  }

  .dark\:text-orange-400:where(.dark, .dark *) {
    color: var(--color-orange-400);
  }

  .dark\:text-orange-500:where(.dark, .dark *) {
    color: var(--color-orange-500);
  }

  .dark\:text-pink-300:where(.dark, .dark *) {
    color: var(--color-pink-300);
  }

  .dark\:text-pink-400:where(.dark, .dark *) {
    color: var(--color-pink-400);
  }

  .dark\:text-pink-500:where(.dark, .dark *) {
    color: var(--color-pink-500);
  }

  .dark\:text-primary:where(.dark, .dark *) {
    color: var(--primary);
  }

  .dark\:text-primary\/60:where(.dark, .dark *) {
    color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:text-primary\/60:where(.dark, .dark *) {
      color: color-mix(in oklab, var(--primary) 60%, transparent);
    }
  }

  .dark\:text-purple-100:where(.dark, .dark *) {
    color: var(--color-purple-100);
  }

  .dark\:text-purple-200:where(.dark, .dark *) {
    color: var(--color-purple-200);
  }

  .dark\:text-purple-300:where(.dark, .dark *) {
    color: var(--color-purple-300);
  }

  .dark\:text-purple-400:where(.dark, .dark *) {
    color: var(--color-purple-400);
  }

  .dark\:text-purple-500:where(.dark, .dark *) {
    color: var(--color-purple-500);
  }

  .dark\:text-red-100:where(.dark, .dark *) {
    color: var(--color-red-100);
  }

  .dark\:text-red-200:where(.dark, .dark *) {
    color: var(--color-red-200);
  }

  .dark\:text-red-300:where(.dark, .dark *) {
    color: var(--color-red-300);
  }

  .dark\:text-red-400:where(.dark, .dark *) {
    color: var(--color-red-400);
  }

  .dark\:text-red-500\/70:where(.dark, .dark *) {
    color: #fb2c36b3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:text-red-500\/70:where(.dark, .dark *) {
      color: color-mix(in oklab, var(--color-red-500) 70%, transparent);
    }
  }

  .dark\:text-rose-300:where(.dark, .dark *) {
    color: var(--color-rose-300);
  }

  .dark\:text-sky-200:where(.dark, .dark *) {
    color: var(--color-sky-200);
  }

  .dark\:text-slate-300:where(.dark, .dark *) {
    color: var(--color-slate-300);
  }

  .dark\:text-teal-300:where(.dark, .dark *) {
    color: var(--color-teal-300);
  }

  .dark\:text-white:where(.dark, .dark *) {
    color: var(--color-white);
  }

  .dark\:text-white\/40:where(.dark, .dark *) {
    color: var(--color-white);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:text-white\/40:where(.dark, .dark *) {
      color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }

  .dark\:text-white\/80:where(.dark, .dark *) {
    color: var(--color-white);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:text-white\/80:where(.dark, .dark *) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }

  .dark\:text-yellow-100:where(.dark, .dark *) {
    color: var(--color-yellow-100);
  }

  .dark\:text-yellow-200:where(.dark, .dark *) {
    color: var(--color-yellow-200);
  }

  .dark\:text-yellow-300:where(.dark, .dark *) {
    color: var(--color-yellow-300);
  }

  .dark\:text-yellow-400:where(.dark, .dark *) {
    color: var(--color-yellow-400);
  }

  .dark\:text-yellow-400\/70:where(.dark, .dark *) {
    color: #fac800b3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:text-yellow-400\/70:where(.dark, .dark *) {
      color: color-mix(in oklab, var(--color-yellow-400) 70%, transparent);
    }
  }

  .dark\:text-zinc-100:where(.dark, .dark *) {
    color: var(--color-zinc-100);
  }

  .dark\:text-zinc-300:where(.dark, .dark *) {
    color: var(--color-zinc-300);
  }

  .dark\:text-zinc-400:where(.dark, .dark *) {
    color: var(--color-zinc-400);
  }

  .dark\:placeholder-gray-400:where(.dark, .dark *)::placeholder {
    color: var(--color-gray-400);
  }

  .dark\:placeholder-gray-500:where(.dark, .dark *)::placeholder {
    color: var(--color-gray-500);
  }

  .dark\:placeholder-gray-600:where(.dark, .dark *)::placeholder {
    color: var(--color-gray-600);
  }

  .dark\:opacity-10:where(.dark, .dark *) {
    opacity: .1;
  }

  .dark\:opacity-\[0\.06\]:where(.dark, .dark *) {
    opacity: .06;
  }

  .dark\:shadow-\[0_4px_12px_var\(--theme-shadow-accent\)\]:where(.dark, .dark *) {
    --tw-shadow: 0 4px 12px var(--tw-shadow-color, var(--theme-shadow-accent));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .dark\:shadow-\[0_30px_80px_-60px_rgba\(5\,8\,15\,0\.9\)\]:where(.dark, .dark *) {
    --tw-shadow: 0 30px 80px -60px var(--tw-shadow-color, #05080fe6);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .dark\:shadow-\[0_30px_80px_-60px_rgba\(5\,8\,15\,0\.95\)\]:where(.dark, .dark *) {
    --tw-shadow: 0 30px 80px -60px var(--tw-shadow-color, #05080ff2);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .dark\:shadow-lg:where(.dark, .dark *) {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .dark\:shadow-black\/30:where(.dark, .dark *) {
    --tw-shadow-color: var(--color-black);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:shadow-black\/30:where(.dark, .dark *) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 30%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }

  .dark\:shadow-gray-700\/30:where(.dark, .dark *) {
    --tw-shadow-color: var(--color-gray-700);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:shadow-gray-700\/30:where(.dark, .dark *) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-gray-700) 30%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }

  .dark\:ring-white\/10:where(.dark, .dark *) {
    --tw-ring-color: var(--color-white);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:ring-white\/10:where(.dark, .dark *) {
      --tw-ring-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }

  .dark\:ring-offset-black:where(.dark, .dark *) {
    --tw-ring-offset-color: var(--color-black);
  }

  @media (hover: hover) {
    .dark\:group-hover\:border-primary:where(.dark, .dark *):is(:where(.group):hover *) {
      border-color: var(--primary);
    }
  }

  @media (hover: hover) {
    .dark\:group-hover\:border-primary\/20:where(.dark, .dark *):is(:where(.group):hover *) {
      border-color: var(--primary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:group-hover\:border-primary\/20:where(.dark, .dark *):is(:where(.group):hover *) {
        border-color: color-mix(in oklab, var(--primary) 20%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .dark\:group-hover\:dark\:bg-card\/90:where(.dark, .dark *):is(:where(.group):hover *):where(.dark, .dark *) {
      background-color: var(--card);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:group-hover\:dark\:bg-card\/90:where(.dark, .dark *):is(:where(.group):hover *):where(.dark, .dark *) {
        background-color: color-mix(in oklab, var(--card) 90%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .dark\:group-hover\:text-amber-400:where(.dark, .dark *):is(:where(.group):hover *) {
      color: var(--color-amber-400);
    }
  }

  @media (hover: hover) {
    .dark\:group-hover\:text-yellow-400:where(.dark, .dark *):is(:where(.group):hover *) {
      color: var(--color-yellow-400);
    }
  }

  @media (hover: hover) {
    .dark\:group-hover\:shadow-\[0_30px_90px_-58px_rgba\(245\,158\,11\,0\.14\)\]:where(.dark, .dark *):is(:where(.group):hover *) {
      --tw-shadow: 0 30px 90px -58px var(--tw-shadow-color, #f59e0b24);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  .dark\:placeholder\:text-muted-foreground:where(.dark, .dark *)::placeholder {
    color: var(--muted-foreground);
  }

  @media (hover: hover) {
    .dark\:hover\:border-amber-500:where(.dark, .dark *):hover {
      border-color: var(--color-amber-500);
    }
  }

  @media (hover: hover) {
    .dark\:hover\:border-blue-600:where(.dark, .dark *):hover {
      border-color: var(--color-blue-600);
    }
  }

  @media (hover: hover) {
    .dark\:hover\:border-gray-500:where(.dark, .dark *):hover {
      border-color: var(--color-gray-500);
    }
  }

  @media (hover: hover) {
    .dark\:hover\:border-gray-600:where(.dark, .dark *):hover {
      border-color: var(--color-gray-600);
    }
  }

  @media (hover: hover) {
    .dark\:hover\:border-gray-700:where(.dark, .dark *):hover {
      border-color: var(--color-gray-700);
    }
  }

  @media (hover: hover) {
    .dark\:hover\:border-primary\/20:where(.dark, .dark *):hover {
      border-color: var(--primary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:hover\:border-primary\/20:where(.dark, .dark *):hover {
        border-color: color-mix(in oklab, var(--primary) 20%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .dark\:hover\:border-red-800:where(.dark, .dark *):hover {
      border-color: var(--color-red-800);
    }
  }

  @media (hover: hover) {
    .dark\:hover\:bg-amber-900\/20:where(.dark, .dark *):hover {
      background-color: #7b330633;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:hover\:bg-amber-900\/20:where(.dark, .dark *):hover {
        background-color: color-mix(in oklab, var(--color-amber-900) 20%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .dark\:hover\:bg-blue-800\/50:where(.dark, .dark *):hover {
      background-color: #193cb880;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:hover\:bg-blue-800\/50:where(.dark, .dark *):hover {
        background-color: color-mix(in oklab, var(--color-blue-800) 50%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .dark\:hover\:bg-blue-900\/50:where(.dark, .dark *):hover {
      background-color: #1c398e80;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:hover\:bg-blue-900\/50:where(.dark, .dark *):hover {
        background-color: color-mix(in oklab, var(--color-blue-900) 50%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .dark\:hover\:bg-destructive:where(.dark, .dark *):hover {
      background-color: var(--destructive);
    }
  }

  @media (hover: hover) {
    .dark\:hover\:bg-gray-500:where(.dark, .dark *):hover {
      background-color: var(--color-gray-500);
    }
  }

  @media (hover: hover) {
    .dark\:hover\:bg-gray-700:where(.dark, .dark *):hover {
      background-color: var(--color-gray-700);
    }
  }

  @media (hover: hover) {
    .dark\:hover\:bg-gray-800:where(.dark, .dark *):hover {
      background-color: var(--color-gray-800);
    }
  }

  @media (hover: hover) {
    .dark\:hover\:bg-gray-800\/50:where(.dark, .dark *):hover {
      background-color: var(--color-gray-800);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:hover\:bg-gray-800\/50:where(.dark, .dark *):hover {
        background-color: color-mix(in oklab, var(--color-gray-800) 50%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .dark\:hover\:bg-green-900\/50:where(.dark, .dark *):hover {
      background-color: #0d542b80;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:hover\:bg-green-900\/50:where(.dark, .dark *):hover {
        background-color: color-mix(in oklab, var(--color-green-900) 50%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .dark\:hover\:bg-indigo-900\/60:where(.dark, .dark *):hover {
      background-color: #312c8599;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:hover\:bg-indigo-900\/60:where(.dark, .dark *):hover {
        background-color: color-mix(in oklab, var(--color-indigo-900) 60%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .dark\:hover\:bg-primary:where(.dark, .dark *):hover {
      background-color: var(--primary);
    }
  }

  @media (hover: hover) {
    .dark\:hover\:bg-purple-900\/50:where(.dark, .dark *):hover {
      background-color: #59168b80;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:hover\:bg-purple-900\/50:where(.dark, .dark *):hover {
        background-color: color-mix(in oklab, var(--color-purple-900) 50%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .dark\:hover\:bg-red-900\/20:where(.dark, .dark *):hover {
      background-color: #82181a33;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:hover\:bg-red-900\/20:where(.dark, .dark *):hover {
        background-color: color-mix(in oklab, var(--color-red-900) 20%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .dark\:hover\:bg-red-900\/30:where(.dark, .dark *):hover {
      background-color: #82181a4d;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:hover\:bg-red-900\/30:where(.dark, .dark *):hover {
        background-color: color-mix(in oklab, var(--color-red-900) 30%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .dark\:hover\:bg-rose-900\/50:where(.dark, .dark *):hover {
      background-color: #8b083680;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:hover\:bg-rose-900\/50:where(.dark, .dark *):hover {
        background-color: color-mix(in oklab, var(--color-rose-900) 50%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .dark\:hover\:bg-secondary:where(.dark, .dark *):hover {
      background-color: var(--secondary);
    }
  }

  @media (hover: hover) {
    .dark\:hover\:bg-secondary\/50:where(.dark, .dark *):hover {
      background-color: var(--secondary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:hover\:bg-secondary\/50:where(.dark, .dark *):hover {
        background-color: color-mix(in oklab, var(--secondary) 50%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .dark\:hover\:bg-white\/\[0\.08\]:where(.dark, .dark *):hover {
      background-color: var(--color-white);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:hover\:bg-white\/\[0\.08\]:where(.dark, .dark *):hover {
        background-color: color-mix(in oklab, var(--color-white) 8%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .dark\:hover\:bg-yellow-900\/30:where(.dark, .dark *):hover {
      background-color: #733e0a4d;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:hover\:bg-yellow-900\/30:where(.dark, .dark *):hover {
        background-color: color-mix(in oklab, var(--color-yellow-900) 30%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .dark\:hover\:bg-zinc-800:where(.dark, .dark *):hover {
      background-color: var(--color-zinc-800);
    }
  }

  @media (hover: hover) {
    .dark\:hover\:bg-zinc-900:where(.dark, .dark *):hover {
      background-color: var(--color-zinc-900);
    }
  }

  @media (hover: hover) {
    .dark\:hover\:dark\:bg-card\/90:where(.dark, .dark *):hover:where(.dark, .dark *) {
      background-color: var(--card);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:hover\:dark\:bg-card\/90:where(.dark, .dark *):hover:where(.dark, .dark *) {
        background-color: color-mix(in oklab, var(--card) 90%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .dark\:hover\:from-gray-700:where(.dark, .dark *):hover {
      --tw-gradient-from: var(--color-gray-700);
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }

  @media (hover: hover) {
    .dark\:hover\:to-gray-800:where(.dark, .dark *):hover {
      --tw-gradient-to: var(--color-gray-800);
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }

  @media (hover: hover) {
    .dark\:dark\:hover\:text-foreground:where(.dark, .dark *):where(.dark, .dark *):hover {
      color: var(--foreground);
    }
  }

  @media (hover: hover) {
    .dark\:hover\:text-amber-400:where(.dark, .dark *):hover {
      color: var(--color-amber-400);
    }
  }

  @media (hover: hover) {
    .dark\:hover\:text-foreground:where(.dark, .dark *):hover {
      color: var(--foreground);
    }
  }

  @media (hover: hover) {
    .dark\:hover\:text-gray-100:where(.dark, .dark *):hover {
      color: var(--color-gray-100);
    }
  }

  @media (hover: hover) {
    .dark\:hover\:text-gray-200:where(.dark, .dark *):hover {
      color: var(--color-gray-200);
    }
  }

  @media (hover: hover) {
    .dark\:hover\:text-gray-300:where(.dark, .dark *):hover {
      color: var(--color-gray-300);
    }
  }

  @media (hover: hover) {
    .dark\:hover\:text-indigo-400:where(.dark, .dark *):hover {
      color: var(--color-indigo-400);
    }
  }

  @media (hover: hover) {
    .dark\:hover\:text-primary:where(.dark, .dark *):hover {
      color: var(--primary);
    }
  }

  @media (hover: hover) {
    .dark\:hover\:text-red-300:where(.dark, .dark *):hover {
      color: var(--color-red-300);
    }
  }

  @media (hover: hover) {
    .dark\:hover\:text-red-400:where(.dark, .dark *):hover {
      color: var(--color-red-400);
    }
  }

  @media (hover: hover) {
    .dark\:hover\:text-white:where(.dark, .dark *):hover {
      color: var(--color-white);
    }
  }

  @media (hover: hover) {
    .dark\:hover\:text-white\/90:where(.dark, .dark *):hover {
      color: var(--color-white);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:hover\:text-white\/90:where(.dark, .dark *):hover {
        color: color-mix(in oklab, var(--color-white) 90%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .dark\:hover\:text-zinc-200:where(.dark, .dark *):hover {
      color: var(--color-zinc-200);
    }
  }

  @media (hover: hover) {
    .dark\:hover\:shadow-\[0_8px_20px_var\(--theme-shadow-accent\)\]:where(.dark, .dark *):hover {
      --tw-shadow: 0 8px 20px var(--tw-shadow-color, var(--theme-shadow-accent));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .dark\:hover\:shadow-gray-900\/50:where(.dark, .dark *):hover {
      --tw-shadow-color: var(--color-gray-900);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:hover\:shadow-gray-900\/50:where(.dark, .dark *):hover {
        --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-gray-900) 50%, transparent) var(--tw-shadow-alpha), transparent);
      }
    }
  }

  @media (hover: hover) {
    .dark\:hover\:\[scrollbar-color\:rgb\(75_85_99\)_transparent\]:where(.dark, .dark *):hover {
      scrollbar-color: #4b5563 transparent;
    }
  }

  .dark\:focus\:border-primary\/20:where(.dark, .dark *):focus {
    border-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:focus\:border-primary\/20:where(.dark, .dark *):focus {
      border-color: color-mix(in oklab, var(--primary) 20%, transparent);
    }
  }

  .dark\:focus\:bg-zinc-900:where(.dark, .dark *):focus {
    background-color: var(--color-zinc-900);
  }

  @media (min-width: 80rem) {
    :where(.xl\:dark\:divide-gray-700:where(.dark, .dark *) > :not(:last-child)) {
      border-color: var(--color-gray-700);
    }
  }

  .prose-headings\:font-bold :where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .prose-headings\:tracking-tight :where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .prose-h1\:mt-8 :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: calc(var(--spacing) * 8);
  }

  .prose-h1\:mb-4 :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .prose-h1\:text-3xl :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }

  .prose-h2\:mt-6 :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: calc(var(--spacing) * 6);
  }

  .prose-h2\:mb-3 :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .prose-h2\:text-2xl :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .prose-h3\:mt-4 :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: calc(var(--spacing) * 4);
  }

  .prose-h3\:mb-2 :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .prose-h3\:text-xl :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .prose-p\:mb-4 :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .prose-p\:leading-relaxed :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .prose-a\:text-blue-600 :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--color-blue-600);
  }

  .prose-a\:text-primary :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--primary);
  }

  .prose-a\:no-underline :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    text-decoration-line: none;
  }

  @media (hover: hover) {
    .hover\:prose-a\:underline:hover :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      text-decoration-line: underline;
    }
  }

  .dark\:prose-a\:text-blue-400:where(.dark, .dark *) :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--color-blue-400);
  }

  .prose-blockquote\:border-l-4 :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }

  .prose-blockquote\:border-border :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-color: var(--border);
  }

  .prose-blockquote\:pl-4 :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-left: calc(var(--spacing) * 4);
  }

  .prose-blockquote\:italic :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-style: italic;
  }

  .dark\:prose-blockquote\:border-gray-600:where(.dark, .dark *) :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-color: var(--color-gray-600);
  }

  .prose-strong\:font-semibold :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .prose-strong\:text-foreground :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--foreground);
  }

  .dark\:prose-strong\:text-gray-100:where(.dark, .dark *) :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--color-gray-100);
  }

  .prose-code\:rounded :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-radius: .25rem;
  }

  .prose-code\:bg-secondary :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    background-color: var(--secondary);
  }

  .prose-code\:px-1\.5 :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline: calc(var(--spacing) * 1.5);
  }

  .prose-code\:py-0\.5 :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-block: calc(var(--spacing) * .5);
  }

  .prose-code\:font-mono :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-family: var(--font-mono);
  }

  .prose-code\:text-sm :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .dark\:prose-code\:bg-gray-800:where(.dark, .dark *) :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    background-color: var(--color-gray-800);
  }

  .prose-pre\:bg-gray-900 :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    background-color: var(--color-gray-900);
  }

  .dark\:prose-pre\:bg-gray-950:where(.dark, .dark *) :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    background-color: var(--color-gray-950);
  }

  .prose-ol\:ml-6 :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-left: calc(var(--spacing) * 6);
  }

  .prose-ol\:list-decimal :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: decimal;
  }

  .prose-ul\:ml-6 :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-left: calc(var(--spacing) * 6);
  }

  .prose-ul\:list-disc :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: disc;
  }

  .prose-li\:mb-1 :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: calc(var(--spacing) * 1);
  }

  .prose-table\:border-collapse :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-collapse: collapse;
  }

  .prose-th\:border :where(th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .prose-th\:border-border :where(th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-color: var(--border);
  }

  .prose-th\:bg-secondary :where(th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    background-color: var(--secondary);
  }

  .prose-th\:px-3 :where(th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline: calc(var(--spacing) * 3);
  }

  .prose-th\:py-2 :where(th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-block: calc(var(--spacing) * 2);
  }

  .dark\:prose-th\:bg-gray-700:where(.dark, .dark *) :where(th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    background-color: var(--color-gray-700);
  }

  .prose-td\:border :where(td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .prose-td\:border-border :where(td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-color: var(--border);
  }

  .prose-td\:px-3 :where(td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline: calc(var(--spacing) * 3);
  }

  .prose-td\:py-2 :where(td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-block: calc(var(--spacing) * 2);
  }

  .prose-img\:rounded-lg :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-radius: var(--radius);
  }

  .prose-img\:shadow-md :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .prose-hr\:border-border :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-color: var(--border);
  }

  .dark\:prose-hr\:border-gray-700:where(.dark, .dark *) :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-color: var(--color-gray-700);
  }

  .\[\&_code\]\:block code {
    display: block;
  }

  .\[\&_mark\]\:rounded mark {
    border-radius: .25rem;
  }

  .\[\&_mark\]\:bg-\[var\(--theme-accent\)\]\/15 mark {
    background-color: var(--theme-accent);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .\[\&_mark\]\:bg-\[var\(--theme-accent\)\]\/15 mark {
      background-color: color-mix(in oklab, var(--theme-accent) 15%, transparent);
    }
  }

  .\[\&_mark\]\:px-0\.5 mark {
    padding-inline: calc(var(--spacing) * .5);
  }

  .\[\&_mark\]\:text-\[var\(--theme-accent\)\] mark {
    color: var(--theme-accent);
  }

  .\[\&_p\]\:leading-relaxed p {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .\[\&_pre\]\:m-0 pre {
    margin: calc(var(--spacing) * 0);
  }

  .\[\&_pre\]\:p-4 pre {
    padding: calc(var(--spacing) * 4);
  }

  .\[\&_svg\]\:pointer-events-none svg {
    pointer-events: none;
  }

  .\[\&_svg\]\:size-3\.5 svg {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }

  .\[\&_svg\]\:size-4 svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .\[\&_svg\]\:size-4\.5 svg {
    width: calc(var(--spacing) * 4.5);
    height: calc(var(--spacing) * 4.5);
  }

  .\[\&_svg\]\:size-5 svg {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }

  .\[\&_svg\]\:size-5\.5 svg {
    width: calc(var(--spacing) * 5.5);
    height: calc(var(--spacing) * 5.5);
  }

  .\[\&_svg\]\:size-full svg {
    width: 100%;
    height: 100%;
  }

  .\[\&_svg\]\:shrink-0 svg {
    flex-shrink: 0;
  }

  .\[\&_ul\]\:list-\[revert\] ul {
    list-style-type: revert;
  }

  .\[\&\>figure\:only-child\]\:-m-4 > figure:only-child {
    margin: calc(var(--spacing) * -4);
  }

  .\[\&\>figure\:only-child\]\:border-none > figure:only-child {
    --tw-border-style: none;
    border-style: none;
  }

  .\[\&\>span\]\:line-clamp-1 > span {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .\[\&\>svg\]\:absolute > svg {
    position: absolute;
  }

  .\[\&\>svg\]\:top-4 > svg {
    top: calc(var(--spacing) * 4);
  }

  .\[\&\>svg\]\:left-4 > svg {
    left: calc(var(--spacing) * 4);
  }

  .\[\&\>svg\]\:size-4 > svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .\[\&\>svg\]\:shrink-0 > svg {
    flex-shrink: 0;
  }

  .\[\&\>svg\]\:text-destructive > svg {
    color: var(--destructive);
  }

  .\[\&\>svg\]\:text-foreground > svg {
    color: var(--foreground);
  }

  .\[\&\>svg\+div\]\:translate-y-\[-3px\] > svg + div {
    --tw-translate-y: -3px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .\[\&\>svg\~\*\]\:pl-7 > svg ~ * {
    padding-left: calc(var(--spacing) * 7);
  }

  .\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state="open"] > svg {
    rotate: 180deg;
  }
}

@font-face {
  font-family: Geist Sans;
  src: local(Geist Sans), local(Inter), local("system-ui");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist Mono;
  src: local(Geist Mono), local(JetBrains Mono), local("ui-monospace");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root, [data-theme="light"] {
  --geist-bg: #fff;
  --geist-bg-secondary: #f4f4f4;
  --geist-bg-tertiary: #e4e4e4;
  --geist-fg: #171717;
  --geist-fg-secondary: #6b6b6b;
  --geist-fg-tertiary: #a3a3a3;
  --geist-primary: #171717;
  --geist-primary-foreground: #fff;
  --geist-secondary: #f4f4f4;
  --geist-secondary-foreground: #171717;
  --geist-accent: #f4f4f4;
  --geist-accent-foreground: #171717;
  --geist-border: #e4e4e4;
  --geist-border-strong: #a3a3a3;
  --geist-destructive: #dc2626;
  --geist-destructive-foreground: #fff;
  --geist-success: #16a34a;
  --geist-success-foreground: #fff;
  --geist-warning: #ca8a04;
  --geist-warning-foreground: #171717;
  --geist-muted: #f4f4f4;
  --geist-muted-foreground: #6b6b6b;
  --geist-ring: #171717;
  --geist-focus: #1717171a;
  --geist-shadow: #00000014;
  --geist-shadow-md: #0000001f;
  --geist-shadow-lg: #00000029;
  --geist-radius-sm: .375rem;
  --geist-radius-md: .5rem;
  --geist-radius-lg: .75rem;
  --geist-radius-full: 9999px;
  --geist-transition: .15s cubic-bezier(.16, 1, .3, 1);
  --geist-transition-fast: .1s cubic-bezier(.16, 1, .3, 1);
  --geist-transition-slow: .3s cubic-bezier(.16, 1, .3, 1);
  --geist-header-height: 64px;
  --geist-header-bg: var(--theme-bg);
}

@supports (color: color-mix(in lab, red, red)) {
  :root, [data-theme="light"] {
    --geist-header-bg: color-mix(in srgb, var(--theme-bg) 80%, transparent 20%);
  }
}

:root, [data-theme="light"] {
  --geist-header-border: var(--theme-border);
  --geist-footer-bg: transparent;
  --geist-footer-border: var(--geist-border);
}

[data-theme="dark"], .dark {
  --geist-bg: #0a0a0a;
  --geist-bg-secondary: #171717;
  --geist-bg-tertiary: #262626;
  --geist-fg: #fafafa;
  --geist-fg-secondary: #a3a3a3;
  --geist-fg-tertiary: #6b6b6b;
  --geist-primary: #fafafa;
  --geist-primary-foreground: #0a0a0a;
  --geist-secondary: #262626;
  --geist-secondary-foreground: #fafafa;
  --geist-accent: #262626;
  --geist-accent-foreground: #fafafa;
  --geist-border: #2e2e2e;
  --geist-border-strong: #525252;
  --geist-destructive: #f87171;
  --geist-destructive-foreground: #0a0a0a;
  --geist-success: #4ade80;
  --geist-success-foreground: #0a0a0a;
  --geist-warning: #fbbf24;
  --geist-warning-foreground: #0a0a0a;
  --geist-muted: #262626;
  --geist-muted-foreground: #a3a3a3;
  --geist-ring: #fafafa;
  --geist-focus: #fafafa1a;
  --geist-shadow: #0000004d;
  --geist-shadow-md: #0006;
  --geist-shadow-lg: #00000080;
  --geist-header-bg: var(--theme-bg);
}

@supports (color: color-mix(in lab, red, red)) {
  [data-theme="dark"], .dark {
    --geist-header-bg: color-mix(in srgb, var(--theme-bg) 80%, transparent 20%);
  }
}

[data-theme="dark"], .dark {
  --geist-header-border: var(--theme-border);
}

.font-geist-sans {
  font-family: Geist Sans, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
}

.font-geist-mono {
  font-family: Geist Mono, JetBrains Mono, Fira Code, ui-monospace, monospace;
}

.text-geist-xs {
  letter-spacing: -.01em;
  font-size: .75rem;
  line-height: 1rem;
}

.text-geist-sm {
  letter-spacing: -.01em;
  font-size: .875rem;
  line-height: 1.25rem;
}

.text-geist-base {
  letter-spacing: -.01em;
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-geist-lg {
  letter-spacing: -.02em;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-geist-xl {
  letter-spacing: -.02em;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-geist-2xl {
  letter-spacing: -.03em;
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-geist-3xl {
  letter-spacing: -.03em;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-geist-4xl {
  letter-spacing: -.04em;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.geist-no-select {
  -webkit-user-select: none;
  user-select: none;
}

.geist-focus-ring {
  outline: 2px solid var(--geist-ring);
  outline-offset: 2px;
}

.geist-transition {
  transition: all var(--geist-transition);
}

@keyframes geist-skeleton-pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .4;
  }
}

.geist-skeleton {
  background-color: var(--geist-muted);
  border-radius: var(--geist-radius-sm);
  animation: 1.5s ease-in-out infinite geist-skeleton-pulse;
}

:root {
  --theme-bg: var(--geist-bg);
  --theme-bg-secondary: var(--geist-bg-secondary);
  --theme-bg-tertiary: var(--geist-bg-tertiary);
  --theme-surface-raised: var(--theme-bg);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --theme-surface-raised: color-mix(in srgb, var(--theme-bg) 92%, var(--theme-accent) 8%);
  }
}

:root {
  --theme-surface-hover: var(--theme-bg);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --theme-surface-hover: color-mix(in srgb, var(--theme-bg) 96%, var(--theme-accent) 4%);
  }
}

:root {
  --theme-surface-overlay: var(--theme-bg);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --theme-surface-overlay: color-mix(in srgb, var(--theme-bg) 80%, var(--theme-fg) 20%);
  }
}

:root {
  --theme-card-bg: var(--theme-bg);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --theme-card-bg: color-mix(in srgb, var(--theme-bg) 94%, var(--theme-bg-secondary) 6%);
  }
}

:root {
  --theme-card-hover: var(--theme-bg-secondary);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --theme-card-hover: color-mix(in srgb, var(--theme-bg-secondary) 60%, var(--theme-accent-muted) 40%);
  }
}

:root {
  --theme-tooltip-bg: var(--theme-fg);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --theme-tooltip-bg: color-mix(in srgb, var(--theme-fg) 15%, var(--theme-bg) 85%);
  }
}

:root {
  --theme-fg: var(--geist-fg);
  --theme-fg-secondary: var(--geist-fg-secondary);
  --theme-fg-tertiary: var(--geist-fg-tertiary);
  --theme-fg-link: #3b82f6;
  --theme-fg-link-hover: #2563eb;
  --theme-fg-inverse: var(--geist-bg);
  --theme-muted: var(--geist-muted);
  --theme-muted-foreground: var(--geist-muted-foreground);
  --theme-accent: #6366f1;
  --theme-accent-hover: #818cf8;
  --theme-accent-muted: #6366f11a;
  --theme-accent-foreground: #fff;
  --theme-accent-soft: var(--theme-accent);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --theme-accent-soft: color-mix(in srgb, var(--theme-accent) 15%, var(--theme-bg) 85%);
  }
}

:root {
  --theme-accent-glow: var(--theme-accent);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --theme-accent-glow: color-mix(in srgb, var(--theme-accent) 25%, transparent 75%);
  }
}

:root {
  --theme-border: var(--geist-border);
  --theme-border-strong: var(--geist-border-strong);
  --theme-border-focus: var(--geist-ring);
  --theme-divider: var(--theme-border);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --theme-divider: color-mix(in srgb, var(--theme-border) 60%, transparent 40%);
  }
}

:root {
  --theme-border-subtle: var(--theme-border);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --theme-border-subtle: color-mix(in srgb, var(--theme-border) 40%, transparent 60%);
  }
}

:root {
  --theme-border-hover: var(--theme-border);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --theme-border-hover: color-mix(in srgb, var(--theme-border) 70%, var(--theme-accent) 30%);
  }
}

:root {
  --theme-success: var(--geist-success);
  --theme-success-muted: #16a34a1a;
  --theme-warning: var(--geist-warning);
  --theme-warning-muted: #ca8a041a;
  --theme-danger: var(--geist-destructive);
  --theme-danger-muted: #dc26261a;
  --theme-info: #3b82f6;
  --theme-info-muted: #3b82f61a;
  --theme-code-bg: var(--theme-bg-secondary);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --theme-code-bg: color-mix(in srgb, var(--theme-bg-secondary) 85%, var(--theme-accent) 15%);
  }
}

:root {
  --theme-code-fg: var(--theme-fg);
  --theme-code-block: var(--theme-bg-tertiary);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --theme-code-block: color-mix(in srgb, var(--theme-bg-tertiary) 70%, var(--theme-accent) 30%);
  }
}

:root {
  --theme-code-comment: #6a737d;
  --theme-code-keyword: #d73a49;
  --theme-code-string: #032f62;
  --theme-code-function: #6f42c1;
  --theme-code-number: #005cc5;
  --theme-code-selector: #22863a;
  --theme-code-class: #e36209;
  --theme-code-variable: #005cc5;
  --theme-shadow-color: var(--theme-fg);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --theme-shadow-color: color-mix(in srgb, var(--theme-fg) 8%, transparent 92%);
  }
}

:root {
  --theme-shadow-color-md: var(--theme-fg);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --theme-shadow-color-md: color-mix(in srgb, var(--theme-fg) 12%, transparent 88%);
  }
}

:root {
  --theme-shadow-color-lg: var(--theme-fg);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --theme-shadow-color-lg: color-mix(in srgb, var(--theme-fg) 18%, transparent 82%);
  }
}

:root {
  --theme-shadow-sm: 0 2px 8px var(--theme-shadow-color);
  --theme-shadow-md: 0 4px 16px var(--theme-shadow-color-md);
  --theme-shadow-lg: 0 8px 32px var(--theme-shadow-color-lg);
  --theme-shadow-accent: 0 4px 16px var(--theme-accent);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --theme-shadow-accent: 0 4px 16px color-mix(in srgb, var(--theme-accent) 20%, transparent 80%);
  }
}

:root {
  --theme-radius-sm: var(--geist-radius-sm);
  --theme-radius-md: var(--geist-radius-md);
  --theme-radius-lg: var(--geist-radius-lg);
  --theme-header-bg: var(--geist-header-bg);
  --theme-header-border: var(--geist-header-border);
  --theme-header-height: var(--geist-header-height);
  --theme-footer-bg: var(--theme-bg-secondary);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --theme-footer-bg: color-mix(in srgb, var(--theme-bg-secondary) 80%, var(--theme-accent) 20%);
  }
}

:root {
  --theme-footer-border: var(--theme-border);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --theme-footer-border: color-mix(in srgb, var(--theme-border) 80%, var(--theme-accent) 20%);
  }
}

:root {
  --theme-transition: var(--geist-transition);
  --theme-transition-fast: var(--geist-transition-fast);
  --theme-transition-slow: var(--geist-transition-slow);
  --theme-tag-bg: var(--theme-bg-secondary);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --theme-tag-bg: color-mix(in srgb, var(--theme-bg-secondary) 85%, var(--theme-accent) 15%);
  }
}

:root {
  --theme-tag-fg: var(--theme-fg-secondary);
  --theme-tag-hover-bg: var(--theme-accent-muted);
  --theme-tag-hover-fg: var(--theme-accent);
  --theme-selection-bg: var(--theme-accent-muted);
  --theme-selection-fg: var(--theme-fg);
  --theme-scrollbar-track: transparent;
  --theme-scrollbar-thumb: var(--theme-fg-tertiary);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --theme-scrollbar-thumb: color-mix(in srgb, var(--theme-fg-tertiary) 30%, transparent 70%);
  }
}

:root {
  --theme-scrollbar-thumb-hover: var(--theme-fg-tertiary);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --theme-scrollbar-thumb-hover: color-mix(in srgb, var(--theme-fg-tertiary) 50%, transparent 50%);
  }
}

:root {
  --theme-skeleton: var(--theme-bg-secondary);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --theme-skeleton: color-mix(in srgb, var(--theme-bg-secondary) 60%, var(--theme-accent-muted) 40%);
  }
}

.dark {
  --theme-fg-link: #60a5fa;
  --theme-fg-link-hover: #93c5fd;
  --theme-info: #60a5fa;
  --theme-info-muted: #60a5fa1a;
  --theme-code-comment: #637777;
  --theme-code-keyword: #7fdbca;
  --theme-code-string: #addb67;
  --theme-code-function: #82aaff;
  --theme-code-number: #f78c6c;
  --theme-code-selector: #c792ea;
  --theme-code-class: #ffcb8b;
  --theme-code-variable: #d6deeb;
}

html {
  transition: background-color var(--theme-transition-duration) var(--theme-transition-easing);
}

html[data-theme-transition-ready] *, html[data-theme-transition-ready] :before, html[data-theme-transition-ready] :after {
  transition: background-color var(--theme-transition-duration) var(--theme-transition-easing), color var(--theme-transition-duration) var(--theme-transition-easing), border-color var(--theme-transition-duration) var(--theme-transition-easing), box-shadow var(--theme-transition-duration) var(--theme-transition-easing);
}

[data-theme="amber-warm"] {
  --theme-accent: #d97706;
  --theme-accent-hover: #f59e0b;
  --theme-accent-muted: #d977061a;
  --theme-accent-foreground: #fff;
  --theme-bg: #f5f2ef;
  --theme-bg-secondary: #eae5e0;
  --theme-bg-tertiary: #ded9d3;
  --theme-fg: #2a1f13;
  --theme-fg-secondary: #73624e;
  --theme-fg-tertiary: #978d81;
}

.dark[data-theme="amber-warm"] {
  --theme-accent: #fbbf24;
  --theme-accent-hover: #fcd34d;
  --theme-accent-muted: #fbbf2426;
  --theme-accent-foreground: #1a1a2e;
  --theme-bg: #1c170c;
  --theme-bg-secondary: #2c2615;
  --theme-bg-tertiary: #3b3320;
  --theme-fg: #efeeeb;
  --theme-fg-secondary: #b3b0a7;
  --theme-fg-tertiary: #807d74;
}

[data-theme="apple-slate"] {
  --theme-accent: #0071e3;
  --theme-accent-hover: #2997ff;
  --theme-accent-muted: #0071e31a;
  --theme-accent-foreground: #fff;
  --theme-bg: #eff2f5;
  --theme-bg-secondary: #e0e5ea;
  --theme-bg-tertiary: #d3d8de;
  --theme-fg: #121e2a;
  --theme-fg-secondary: #4d6074;
  --theme-fg-tertiary: #808c97;
}

.dark[data-theme="apple-slate"] {
  --theme-accent: #2997ff;
  --theme-accent-hover: #40a9ff;
  --theme-accent-muted: #2997ff26;
  --theme-accent-foreground: #f5f5f7;
  --theme-bg: #0c141c;
  --theme-bg-secondary: #15212c;
  --theme-bg-tertiary: #202e3b;
  --theme-fg: #ebedef;
  --theme-fg-secondary: #a6adb3;
  --theme-fg-tertiary: #747a80;
}

[data-theme="catppuccin-latte"] {
  --theme-accent: #8839ef;
  --theme-accent-hover: #ea76cb;
  --theme-accent-muted: #8839ef1a;
  --theme-accent-foreground: #eff1f5;
  --theme-bg: #f1eff4;
  --theme-bg-secondary: #e4e1e9;
  --theme-bg-tertiary: #d8d3dd;
  --theme-fg: #1d1429;
  --theme-fg-secondary: #5e5071;
  --theme-fg-tertiary: #8a8296;
}

.dark[data-theme="catppuccin-latte"] {
  --theme-accent: #8839ef;
  --theme-accent-hover: #ea76cb;
  --theme-accent-muted: #8839ef1a;
  --theme-accent-foreground: #4c4f69;
  --theme-bg: #130d1b;
  --theme-bg-secondary: #1f172b;
  --theme-bg-tertiary: #2c2239;
  --theme-fg: #ecebee;
  --theme-fg-secondary: #aca7b2;
  --theme-fg-tertiary: #79757f;
}

[data-theme="catppuccin-mocha"] {
  --theme-accent: #cba6f7;
  --theme-accent-hover: #f5c2e7;
  --theme-accent-muted: #cba6f71a;
  --theme-accent-foreground: #1e1e2e;
  --theme-bg: #f2eff4;
  --theme-bg-secondary: #e5e1e9;
  --theme-bg-tertiary: #d8d3dd;
  --theme-fg: #1d1428;
  --theme-fg-secondary: #5f5071;
  --theme-fg-tertiary: #8b8295;
}

.dark[data-theme="catppuccin-mocha"] {
  --theme-accent: #cba6f7;
  --theme-accent-hover: #f5c2e7;
  --theme-accent-muted: #cba6f726;
  --theme-accent-foreground: #cdd6f4;
  --theme-bg: #130d1b;
  --theme-bg-secondary: #20172a;
  --theme-bg-tertiary: #2c2239;
  --theme-fg: #ecebee;
  --theme-fg-secondary: #aca7b2;
  --theme-fg-tertiary: #79757f;
}

[data-theme="cherry-blossom"] {
  --theme-accent: #f472b6;
  --theme-accent-hover: #fb7185;
  --theme-accent-muted: #f472b61a;
  --theme-accent-foreground: #fff1f2;
  --theme-bg: #f4eff2;
  --theme-bg-secondary: #e9e1e5;
  --theme-bg-tertiary: #ddd3d8;
  --theme-fg: #29141f;
  --theme-fg-secondary: #715061;
  --theme-fg-tertiary: #96828c;
}

.dark[data-theme="cherry-blossom"] {
  --theme-accent: #f472b6;
  --theme-accent-hover: #fb7185;
  --theme-accent-muted: #f472b626;
  --theme-accent-foreground: #1a1a2e;
  --theme-bg: #1b0d14;
  --theme-bg-secondary: #2b1721;
  --theme-bg-tertiary: #39222e;
  --theme-fg: #eeebed;
  --theme-fg-secondary: #b2a7ad;
  --theme-fg-tertiary: #7f757a;
}

[data-theme="cyber-neon"] {
  --theme-accent: #0f8;
  --theme-accent-hover: #0f8;
  --theme-accent-muted: #00ff8814;
  --theme-accent-foreground: #0a0a0a;
  --theme-bg: #eff5f2;
  --theme-bg-secondary: #e0eae5;
  --theme-bg-tertiary: #d3ded9;
  --theme-fg: #122a1f;
  --theme-fg-secondary: #4d7462;
  --theme-fg-tertiary: #80978d;
}

.dark[data-theme="cyber-neon"] {
  --theme-accent: #0f8;
  --theme-accent-hover: #3f9;
  --theme-accent-muted: #00ff881f;
  --theme-accent-foreground: #0a0a0a;
  --theme-bg: #0c1c14;
  --theme-bg-secondary: #152c21;
  --theme-bg-tertiary: #203b2e;
  --theme-fg: #ebefed;
  --theme-fg-secondary: #a6b3ad;
  --theme-fg-tertiary: #74807a;
}

[data-theme="discord-blurple"] {
  --theme-accent: #5865f2;
  --theme-accent-hover: #4752c4;
  --theme-accent-muted: #5865f21a;
  --theme-accent-foreground: #fff;
  --theme-bg: #efeff4;
  --theme-bg-secondary: #e1e1e9;
  --theme-bg-tertiary: #d3d4dd;
  --theme-fg: #141529;
  --theme-fg-secondary: #505371;
  --theme-fg-tertiary: #828496;
}

.dark[data-theme="discord-blurple"] {
  --theme-accent: #5865f2;
  --theme-accent-hover: #7983f5;
  --theme-accent-muted: #5865f226;
  --theme-accent-foreground: #313338;
  --theme-bg: #0d0e1b;
  --theme-bg-secondary: #17182b;
  --theme-bg-tertiary: #222439;
  --theme-fg: #ebebee;
  --theme-fg-secondary: #a7a8b2;
  --theme-fg-tertiary: #75767f;
}

[data-theme="dracula-purple"] {
  --theme-accent: #bd93f9;
  --theme-accent-hover: #ff79c6;
  --theme-accent-muted: #bd93f91a;
  --theme-accent-foreground: #282a36;
  --theme-bg: #f1eff5;
  --theme-bg-secondary: #e4e0ea;
  --theme-bg-tertiary: #d7d3dd;
  --theme-fg: #1c1329;
  --theme-fg-secondary: #5d4f72;
  --theme-fg-tertiary: #8a8196;
}

.dark[data-theme="dracula-purple"] {
  --theme-accent: #bd93f9;
  --theme-accent-hover: #ff79c6;
  --theme-accent-muted: #bd93f926;
  --theme-accent-foreground: #f8f8f2;
  --theme-bg: #130d1b;
  --theme-bg-secondary: #1f162b;
  --theme-bg-tertiary: #2b213a;
  --theme-fg: #ecebef;
  --theme-fg-secondary: #aca7b3;
  --theme-fg-tertiary: #79747f;
}

[data-theme="everforest"] {
  --theme-accent: #a7c080;
  --theme-accent-hover: #7fbbb3;
  --theme-accent-muted: #a7c0801a;
  --theme-accent-foreground: #2b3339;
  --theme-bg: #f2f3f0;
  --theme-bg-secondary: #e5e7e3;
  --theme-bg-tertiary: #d9dad6;
  --theme-fg: #1f231a;
  --theme-fg-secondary: #626859;
  --theme-fg-tertiary: #8d9088;
}

.dark[data-theme="everforest"] {
  --theme-accent: #a7c080;
  --theme-accent-hover: #7fbbb3;
  --theme-accent-muted: #a7c08026;
  --theme-accent-foreground: #d3c6aa;
  --theme-bg: #151810;
  --theme-bg-secondary: #22261c;
  --theme-bg-tertiary: #2e3229;
  --theme-fg: #ededec;
  --theme-fg-secondary: #adafaa;
  --theme-fg-tertiary: #7a7c77;
}

[data-theme="forest-emerald"] {
  --theme-accent: #059669;
  --theme-accent-hover: #10b981;
  --theme-accent-muted: #0596691a;
  --theme-accent-foreground: #fff;
  --theme-bg: #eff5f3;
  --theme-bg-secondary: #e0eae7;
  --theme-bg-tertiary: #d3deda;
  --theme-fg: #132a22;
  --theme-fg-secondary: #4e7367;
  --theme-fg-tertiary: #819690;
}

.dark[data-theme="forest-emerald"] {
  --theme-accent: #34d399;
  --theme-accent-hover: #6ee7b7;
  --theme-accent-muted: #34d39926;
  --theme-accent-foreground: #0a0a0a;
  --theme-bg: #0f1915;
  --theme-bg-secondary: #192823;
  --theme-bg-tertiary: #253630;
  --theme-fg: #ebeeed;
  --theme-fg-secondary: #a9b1ae;
  --theme-fg-tertiary: #767e7b;
}

[data-theme="github-dark"] {
  --theme-accent: #58a6ff;
  --theme-accent-hover: #79c0ff;
  --theme-accent-muted: #58a6ff1a;
  --theme-accent-foreground: #0d1117;
  --theme-bg: #eff2f5;
  --theme-bg-secondary: #e0e5ea;
  --theme-bg-tertiary: #d3d8de;
  --theme-fg: #121d2a;
  --theme-fg-secondary: #4d5f74;
  --theme-fg-tertiary: #808b97;
}

.dark[data-theme="github-dark"] {
  --theme-accent: #58a6ff;
  --theme-accent-hover: #79c0ff;
  --theme-accent-muted: #58a6ff26;
  --theme-accent-foreground: #fff;
  --theme-bg: #0c131c;
  --theme-bg-secondary: #15202c;
  --theme-bg-tertiary: #202c3b;
  --theme-fg: #ebedef;
  --theme-fg-secondary: #a6acb3;
  --theme-fg-tertiary: #747980;
}

[data-theme="gruvbox-dark"] {
  --theme-accent: #fabd2f;
  --theme-accent-hover: #fe8019;
  --theme-accent-muted: #fabd2f1f;
  --theme-accent-foreground: #282828;
  --theme-bg: #f5f3ef;
  --theme-bg-secondary: #eae7e0;
  --theme-bg-tertiary: #dedad3;
  --theme-fg: #2a2312;
  --theme-fg-secondary: #73684e;
  --theme-fg-tertiary: #979081;
}

.dark[data-theme="gruvbox-dark"] {
  --theme-accent: #fabd2f;
  --theme-accent-hover: #fe8019;
  --theme-accent-muted: #fabd2f1f;
  --theme-accent-foreground: #ebdbb2;
  --theme-bg: #1c170c;
  --theme-bg-secondary: #2c2516;
  --theme-bg-tertiary: #3b3320;
  --theme-fg: #efedeb;
  --theme-fg-secondary: #b3afa7;
  --theme-fg-tertiary: #807c74;
}

[data-theme="gruvbox-light"] {
  --theme-accent: #b57614;
  --theme-accent-hover: #af3a03;
  --theme-accent-muted: #b576141a;
  --theme-accent-foreground: #fbf1c7;
  --theme-bg: #f4f2ef;
  --theme-bg-secondary: #e9e6e1;
  --theme-bg-tertiary: #ddd9d4;
  --theme-fg: #282014;
  --theme-fg-secondary: #706451;
  --theme-fg-tertiary: #958e83;
}

.dark[data-theme="gruvbox-light"] {
  --theme-accent: #b57614;
  --theme-accent-hover: #af3a03;
  --theme-accent-muted: #b576141a;
  --theme-accent-foreground: #3c3836;
  --theme-bg: #1a150d;
  --theme-bg-secondary: #2a2317;
  --theme-bg-tertiary: #383022;
  --theme-fg: #eeedeb;
  --theme-fg-secondary: #b2aea8;
  --theme-fg-tertiary: #7f7b75;
}

[data-theme="lavender-dream"] {
  --theme-accent: #a855f7;
  --theme-accent-hover: #c084fc;
  --theme-accent-muted: #a855f71a;
  --theme-accent-foreground: #fff;
  --theme-bg: #f2eff5;
  --theme-bg-secondary: #e5e0ea;
  --theme-bg-tertiary: #d8d3dd;
  --theme-fg: #1e1329;
  --theme-fg-secondary: #614f72;
  --theme-fg-tertiary: #8c8196;
}

.dark[data-theme="lavender-dream"] {
  --theme-accent: #c084fc;
  --theme-accent-hover: #d8b4fe;
  --theme-accent-muted: #c084fc26;
  --theme-accent-foreground: #0a0a0a;
  --theme-bg: #140c1c;
  --theme-bg-secondary: #21162c;
  --theme-bg-tertiary: #2d203b;
  --theme-fg: #edebef;
  --theme-fg-secondary: #ada7b3;
  --theme-fg-tertiary: #7a7480;
}

[data-theme="linear-dark"] {
  --theme-accent: #5e6ad2;
  --theme-accent-hover: #6b75d6;
  --theme-accent-muted: #5e6ad21a;
  --theme-accent-foreground: #0d0d0d;
  --theme-bg: #f0f0f4;
  --theme-bg-secondary: #e2e3e8;
  --theme-bg-tertiary: #d5d6db;
  --theme-fg: #171925;
  --theme-fg-secondary: #55586b;
  --theme-fg-tertiary: #858792;
}

.dark[data-theme="linear-dark"] {
  --theme-accent: #5e6ad2;
  --theme-accent-hover: #6b75d6;
  --theme-accent-muted: #5e6ad226;
  --theme-accent-foreground: #e6e6e6;
  --theme-bg: #0f1018;
  --theme-bg-secondary: #1a1b27;
  --theme-bg-tertiary: #262735;
  --theme-fg: #ebecee;
  --theme-fg-secondary: #a9aab1;
  --theme-fg-tertiary: #76777d;
}

[data-theme="matcha-latte"] {
  --theme-accent: #65a30d;
  --theme-accent-hover: #84cc16;
  --theme-accent-muted: #65a30d1a;
  --theme-accent-foreground: #f7fee7;
  --theme-bg: #f2f4ef;
  --theme-bg-secondary: #e6e9e1;
  --theme-bg-tertiary: #d9ddd3;
  --theme-fg: #202914;
  --theme-fg-secondary: #637150;
  --theme-fg-tertiary: #8d9682;
}

.dark[data-theme="matcha-latte"] {
  --theme-accent: #84cc16;
  --theme-accent-hover: #a3e635;
  --theme-accent-muted: #84cc1626;
  --theme-accent-foreground: #1a1a2e;
  --theme-bg: #151a0d;
  --theme-bg-secondary: #232a17;
  --theme-bg-tertiary: #303822;
  --theme-fg: #edeeeb;
  --theme-fg-secondary: #aeb2a8;
  --theme-fg-tertiary: #7b7f75;
}

[data-theme="midnight-aurora"] {
  --theme-accent: #06b6d4;
  --theme-accent-hover: #22d3ee;
  --theme-accent-muted: #06b6d414;
  --theme-accent-foreground: #020617;
  --theme-bg: #eff4f5;
  --theme-bg-secondary: #e0e8ea;
  --theme-bg-tertiary: #d3dcde;
  --theme-fg: #13262a;
  --theme-fg-secondary: #4e6d73;
  --theme-fg-tertiary: #819397;
}

.dark[data-theme="midnight-aurora"] {
  --theme-accent: #06b6d4;
  --theme-accent-hover: #22d3ee;
  --theme-accent-muted: #06b6d41f;
  --theme-accent-foreground: #e2e8f0;
  --theme-bg: #0c191c;
  --theme-bg-secondary: #16282c;
  --theme-bg-tertiary: #20373a;
  --theme-fg: #ebeeef;
  --theme-fg-secondary: #a7b1b3;
  --theme-fg-tertiary: #747e80;
}

[data-theme="midnight-indigo"] {
  --theme-accent: #6366f1;
  --theme-accent-hover: #818cf8;
  --theme-accent-muted: #6366f11a;
  --theme-accent-foreground: #fff;
  --theme-bg: #fff;
  --theme-bg-secondary: #fafafa;
  --theme-bg-tertiary: #f5f5f5;
  --theme-fg: #1a1a2e;
  --theme-fg-secondary: #4a4a68;
  --theme-fg-tertiary: #9ca3af;
}

.dark[data-theme="midnight-indigo"] {
  --theme-accent: #818cf8;
  --theme-accent-hover: #a5b4fc;
  --theme-accent-muted: #818cf826;
  --theme-accent-foreground: #0f0f23;
  --theme-bg: #0f0f23;
  --theme-bg-secondary: #1a1a3e;
  --theme-bg-tertiary: #252542;
  --theme-fg: #e8e8ff;
  --theme-fg-secondary: #a8a8c8;
  --theme-fg-tertiary: #6b7280;
}

[data-theme="monokai-pro"] {
  --theme-accent: #ff6188;
  --theme-accent-hover: #fc9867;
  --theme-accent-muted: #ff61881a;
  --theme-accent-foreground: #2d2a2e;
  --theme-bg: #f5eff0;
  --theme-bg-secondary: #eae0e2;
  --theme-bg-tertiary: #ded3d5;
  --theme-fg: #2a1218;
  --theme-fg-secondary: #744d57;
  --theme-fg-tertiary: #978086;
}

.dark[data-theme="monokai-pro"] {
  --theme-accent: #ff6188;
  --theme-accent-hover: #fc9867;
  --theme-accent-muted: #ff618826;
  --theme-accent-foreground: #fcfcfa;
  --theme-bg: #1c0c10;
  --theme-bg-secondary: #2c151b;
  --theme-bg-tertiary: #3b2026;
  --theme-fg: #efebec;
  --theme-fg-secondary: #b3a6aa;
  --theme-fg-tertiary: #807477;
}

[data-theme="nord-aurora"] {
  --theme-accent: #b48ead;
  --theme-accent-hover: #88c0d0;
  --theme-accent-muted: #b48ead1a;
  --theme-accent-foreground: #2e3440;
  --theme-bg: #f3f0f3;
  --theme-bg-secondary: #e7e3e6;
  --theme-bg-tertiary: #dad6d9;
  --theme-fg: #231a21;
  --theme-fg-secondary: #685965;
  --theme-fg-tertiary: #8f888e;
}

.dark[data-theme="nord-aurora"] {
  --theme-accent: #b48ead;
  --theme-accent-hover: #88c0d0;
  --theme-accent-muted: #b48ead26;
  --theme-accent-foreground: #eceff4;
  --theme-bg: #181016;
  --theme-bg-secondary: #261c24;
  --theme-bg-tertiary: #322930;
  --theme-fg: #edeced;
  --theme-fg-secondary: #afaaae;
  --theme-fg-tertiary: #7c777b;
}

[data-theme="nord-frost"] {
  --theme-accent: #88c0d0;
  --theme-accent-hover: #8fbcbb;
  --theme-accent-muted: #88c0d01a;
  --theme-accent-foreground: #2e3440;
  --theme-bg: #f0f3f3;
  --theme-bg-secondary: #e3e6e7;
  --theme-bg-tertiary: #d6dadb;
  --theme-fg: #192123;
  --theme-fg-secondary: #586569;
  --theme-fg-tertiary: #878f91;
}

.dark[data-theme="nord-frost"] {
  --theme-accent: #88c0d0;
  --theme-accent-hover: #81a1c1;
  --theme-accent-muted: #88c0d026;
  --theme-accent-foreground: #eceff4;
  --theme-bg: #101618;
  --theme-bg-secondary: #1c2326;
  --theme-bg-tertiary: #273133;
  --theme-fg: #ecedee;
  --theme-fg-secondary: #aaaeb0;
  --theme-fg-tertiary: #777b7d;
}

[data-theme="notion-light"] {
  --theme-accent: #37352f;
  --theme-accent-hover: #9b9a97;
  --theme-accent-muted: #37352f0f;
  --theme-accent-foreground: #fff;
  --theme-bg: #f3f3f0;
  --theme-bg-secondary: #e7e6e3;
  --theme-bg-tertiary: #dad9d6;
  --theme-fg: #23201a;
  --theme-fg-secondary: #686459;
  --theme-fg-tertiary: #8f8d88;
}

.dark[data-theme="notion-light"] {
  --theme-accent: #37352f;
  --theme-accent-hover: #9b9a97;
  --theme-accent-muted: #37352f0f;
  --theme-accent-foreground: #37352f;
  --theme-bg: #181610;
  --theme-bg-secondary: #26231c;
  --theme-bg-tertiary: #323029;
  --theme-fg: #ededec;
  --theme-fg-secondary: #afaeaa;
  --theme-fg-tertiary: #7c7b77;
}

[data-theme="ocean-teal"] {
  --theme-accent: #0d9488;
  --theme-accent-hover: #14b8a6;
  --theme-accent-muted: #0d94881a;
  --theme-accent-foreground: #fff;
  --theme-bg: #eff4f4;
  --theme-bg-secondary: #e1e9e9;
  --theme-bg-tertiary: #d3dddc;
  --theme-fg: #142827;
  --theme-fg-secondary: #50716e;
  --theme-fg-tertiary: #829594;
}

.dark[data-theme="ocean-teal"] {
  --theme-accent: #2dd4bf;
  --theme-accent-hover: #5eead4;
  --theme-accent-muted: #2dd4bf26;
  --theme-accent-foreground: #0a0a0a;
  --theme-bg: #0f1918;
  --theme-bg-secondary: #192826;
  --theme-bg-tertiary: #243634;
  --theme-fg: #ebeeee;
  --theme-fg-secondary: #a9b1b0;
  --theme-fg-tertiary: #767e7d;
}

[data-theme="plum-noir"] {
  --theme-accent: #7e22ce;
  --theme-accent-hover: #a855f7;
  --theme-accent-muted: #7e22ce1a;
  --theme-accent-foreground: #0f0f1a;
  --theme-bg: #f2eff4;
  --theme-bg-secondary: #e5e1e9;
  --theme-bg-tertiary: #d9d4dc;
  --theme-fg: #1f1527;
  --theme-fg-secondary: #61536e;
  --theme-fg-tertiary: #8c8494;
}

.dark[data-theme="plum-noir"] {
  --theme-accent: #a855f7;
  --theme-accent-hover: #c084fc;
  --theme-accent-muted: #a855f726;
  --theme-accent-foreground: #e0d5f5;
  --theme-bg: #140c1b;
  --theme-bg-secondary: #21162b;
  --theme-bg-tertiary: #2e213a;
  --theme-fg: #edebef;
  --theme-fg-secondary: #ada7b3;
  --theme-fg-tertiary: #7a747f;
}

[data-theme="rose-gold"] {
  --theme-accent: #e11d48;
  --theme-accent-hover: #f43f5e;
  --theme-accent-muted: #e11d481a;
  --theme-accent-foreground: #fff;
  --theme-bg: #f4eff0;
  --theme-bg-secondary: #e9e1e3;
  --theme-bg-tertiary: #ddd4d6;
  --theme-fg: #281519;
  --theme-fg-secondary: #6f5158;
  --theme-fg-tertiary: #958387;
}

.dark[data-theme="rose-gold"] {
  --theme-accent: #fb7185;
  --theme-accent-hover: #fda4af;
  --theme-accent-muted: #fb718526;
  --theme-accent-foreground: #0a0a0a;
  --theme-bg: #1c0c0e;
  --theme-bg-secondary: #2c1619;
  --theme-bg-tertiary: #3a2024;
  --theme-fg: #efebeb;
  --theme-fg-secondary: #b3a7a9;
  --theme-fg-tertiary: #807476;
}

[data-theme="solarized-dark"] {
  --theme-accent: #268bd2;
  --theme-accent-hover: #2aa198;
  --theme-accent-muted: #268bd21a;
  --theme-accent-foreground: #002b36;
  --theme-bg: #f0f2f4;
  --theme-bg-secondary: #e1e6e9;
  --theme-bg-tertiary: #d4d9dc;
  --theme-fg: #162027;
  --theme-fg-secondary: #53636e;
  --theme-fg-tertiary: #848d94;
}

.dark[data-theme="solarized-dark"] {
  --theme-accent: #268bd2;
  --theme-accent-hover: #2aa198;
  --theme-accent-muted: #268bd226;
  --theme-accent-foreground: #839496;
  --theme-bg: #0e151a;
  --theme-bg-secondary: #192229;
  --theme-bg-tertiary: #242f37;
  --theme-fg: #ebedee;
  --theme-fg-secondary: #a8aeb1;
  --theme-fg-tertiary: #767b7e;
}

[data-theme="solarized-light"] {
  --theme-accent: #268bd2;
  --theme-accent-hover: #2aa198;
  --theme-accent-muted: #268bd21a;
  --theme-accent-foreground: #fdf6e3;
  --theme-bg: #f0f2f4;
  --theme-bg-secondary: #e1e6e9;
  --theme-bg-tertiary: #d4d9dc;
  --theme-fg: #162027;
  --theme-fg-secondary: #53636e;
  --theme-fg-tertiary: #848d94;
}

.dark[data-theme="solarized-light"] {
  --theme-accent: #268bd2;
  --theme-accent-hover: #2aa198;
  --theme-accent-muted: #268bd21a;
  --theme-accent-foreground: #657b83;
  --theme-bg: #0e151a;
  --theme-bg-secondary: #192229;
  --theme-bg-tertiary: #242f37;
  --theme-fg: #ebedee;
  --theme-fg-secondary: #a8aeb1;
  --theme-fg-tertiary: #767b7e;
}

[data-theme="spotify-green"] {
  --theme-accent: #1ed760;
  --theme-accent-hover: #1fdf64;
  --theme-accent-muted: #1ed7601a;
  --theme-accent-foreground: #121212;
  --theme-bg: #eff4f1;
  --theme-bg-secondary: #e1e9e4;
  --theme-bg-tertiary: #d4ddd7;
  --theme-fg: #15271b;
  --theme-fg-secondary: #526f5c;
  --theme-fg-tertiary: #839489;
}

.dark[data-theme="spotify-green"] {
  --theme-accent: #1ed760;
  --theme-accent-hover: #1fdf64;
  --theme-accent-muted: #1ed76026;
  --theme-accent-foreground: #fff;
  --theme-bg: #0e1a12;
  --theme-bg-secondary: #18291e;
  --theme-bg-tertiary: #23382a;
  --theme-fg: #ebeeec;
  --theme-fg-secondary: #a8b2ab;
  --theme-fg-tertiary: #757f79;
}

[data-theme="stripe-blue"] {
  --theme-accent: #635bff;
  --theme-accent-hover: #7a73ff;
  --theme-accent-muted: #635bff1a;
  --theme-accent-foreground: #fff;
  --theme-bg: #efeff5;
  --theme-bg-secondary: #e0e0ea;
  --theme-bg-tertiary: #d3d3de;
  --theme-fg: #13122a;
  --theme-fg-secondary: #4f4d74;
  --theme-fg-tertiary: #818097;
}

.dark[data-theme="stripe-blue"] {
  --theme-accent: #7a73ff;
  --theme-accent-hover: #8f89ff;
  --theme-accent-muted: #7a73ff26;
  --theme-accent-foreground: #f6f9fc;
  --theme-bg: #0d0c1c;
  --theme-bg-secondary: #16152c;
  --theme-bg-tertiary: #21203b;
  --theme-fg: #ebebef;
  --theme-fg-secondary: #a7a6b3;
  --theme-fg-tertiary: #747480;
}

[data-theme="sunset-orange"] {
  --theme-accent: #f97316;
  --theme-accent-hover: #fb923c;
  --theme-accent-muted: #f973161a;
  --theme-accent-foreground: #fff;
  --theme-bg: #f5f1ef;
  --theme-bg-secondary: #eae4e0;
  --theme-bg-tertiary: #ded7d3;
  --theme-fg: #2a1c12;
  --theme-fg-secondary: #735d4e;
  --theme-fg-tertiary: #978a81;
}

.dark[data-theme="sunset-orange"] {
  --theme-accent: #fb923c;
  --theme-accent-hover: #fdba74;
  --theme-accent-muted: #fb923c26;
  --theme-accent-foreground: #1a1a2e;
  --theme-bg: #1c130c;
  --theme-bg-secondary: #2c2016;
  --theme-bg-tertiary: #3b2c20;
  --theme-fg: #efeceb;
  --theme-fg-secondary: #b3aca7;
  --theme-fg-tertiary: #807974;
}

[data-theme="terracotta-earth"] {
  --theme-accent: #c2410c;
  --theme-accent-hover: #ea580c;
  --theme-accent-muted: #c2410c1a;
  --theme-accent-foreground: #fef2f2;
  --theme-bg: #f5f1ef;
  --theme-bg-secondary: #eae3e0;
  --theme-bg-tertiary: #ddd6d3;
  --theme-fg: #291a13;
  --theme-fg-secondary: #72594f;
  --theme-fg-tertiary: #968882;
}

.dark[data-theme="terracotta-earth"] {
  --theme-accent: #ea580c;
  --theme-accent-hover: #f97316;
  --theme-accent-muted: #ea580c26;
  --theme-accent-foreground: #1a1a2e;
  --theme-bg: #1b120d;
  --theme-bg-secondary: #2b1d16;
  --theme-bg-tertiary: #3a2921;
  --theme-fg: #efeceb;
  --theme-fg-secondary: #b3aba7;
  --theme-fg-tertiary: #7f7874;
}

[data-theme="tokyo-night"] {
  --theme-accent: #7aa2f7;
  --theme-accent-hover: #9ece6a;
  --theme-accent-muted: #7aa2f71a;
  --theme-accent-foreground: #1a1b26;
  --theme-bg: #eff1f5;
  --theme-bg-secondary: #e0e3ea;
  --theme-bg-tertiary: #d3d6dd;
  --theme-fg: #131a29;
  --theme-fg-secondary: #4f5a72;
  --theme-fg-tertiary: #828896;
}

.dark[data-theme="tokyo-night"] {
  --theme-accent: #7aa2f7;
  --theme-accent-hover: #9ece6a;
  --theme-accent-muted: #7aa2f726;
  --theme-accent-foreground: #c0caf5;
  --theme-bg: #0d111b;
  --theme-bg-secondary: #161d2b;
  --theme-bg-tertiary: #21293a;
  --theme-fg: #ebecef;
  --theme-fg-secondary: #a7abb3;
  --theme-fg-tertiary: #74787f;
}

.task-list-item:before {
  display: none;
}

.task-list-item {
  list-style-type: none;
}

.footnotes {
  margin-top: calc(var(--spacing) * 12);
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  border-color: var(--border);
  padding-top: calc(var(--spacing) * 8);
}

.footnotes:where(.dark, .dark *) {
  border-color: var(--border);
}

.data-footnote-backref {
  text-decoration-line: none;
}

.csl-entry {
  margin-block: calc(var(--spacing) * 5);
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar, .scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

input:-webkit-autofill {
  transition: background-color 600000s, color 600000s;
}

input:-webkit-autofill:focus {
  transition: background-color 600000s, color 600000s;
}

.katex-display {
  overflow: auto hidden;
}

.prose pre {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  background-color: var(--code-bg);
  max-width: 100%;
  color: var(--code-fg);
  border-radius: .5rem;
  padding: 1rem;
  overflow: auto hidden;
}

.dark .prose pre {
  background-color: var(--code-bg);
  color: var(--code-fg);
}

.prose pre .token.comment, .prose pre .token.prolog, .prose pre .token.cdata {
  color: var(--code-comment);
}

.prose pre .token.punctuation, .prose pre .namespace {
  color: var(--code-punctuation);
}

.prose pre .token.deleted {
  color: #b31d28;
}

.prose pre .token.symbol, .prose pre .token.property {
  color: var(--code-symbol);
}

.prose pre .token.tag, .prose pre .token.operator, .prose pre .token.keyword {
  color: var(--code-keyword);
}

.prose pre .token.boolean {
  color: var(--code-boolean);
}

.prose pre .token.number {
  color: var(--code-number);
}

.prose pre .token.constant, .prose pre .token.function, .prose pre .token.builtin, .prose pre .token.char {
  color: var(--code-function);
}

.prose pre .token.selector, .prose pre .token.doctype {
  color: var(--code-selector);
}

.prose pre .token.attr-name, .prose pre .token.inserted {
  color: var(--code-attr-name);
}

.prose pre .token.string, .prose pre .token.url, .prose pre .token.entity, .prose pre .language-css .token.string, .prose pre .style .token.string {
  color: var(--code-string);
}

.prose pre .token.class-name, .prose pre .token.atrule, .prose pre .token.attr-value {
  color: var(--code-class-name);
}

.prose pre .token.regex, .prose pre .token.important, .prose pre .token.variable {
  color: var(--code-variable);
}

.dark .prose pre .token.comment, .dark .prose pre .token.prolog, .dark .prose pre .token.cdata {
  color: var(--code-comment);
}

.dark .prose pre .token.punctuation {
  color: var(--code-punctuation);
}

.dark .prose pre .namespace {
  color: #b2ccd6;
}

.dark .prose pre .token.deleted {
  color: #ef53508f;
}

.dark .prose pre .token.symbol, .dark .prose pre .token.property {
  color: #80cbc4;
}

.dark .prose pre .token.tag, .dark .prose pre .token.operator, .dark .prose pre .token.keyword {
  color: #7fdbca;
}

.dark .prose pre .token.boolean {
  color: #ff5874;
}

.dark .prose pre .token.number {
  color: #f78c6c;
}

.dark .prose pre .token.constant, .dark .prose pre .token.function, .dark .prose pre .token.builtin, .dark .prose pre .token.char {
  color: #82aaff;
}

.dark .prose pre .token.selector, .dark .prose pre .token.doctype {
  color: #c792ea;
}

.dark .prose pre .token.attr-name, .dark .prose pre .token.inserted, .dark .prose pre .token.string, .dark .prose pre .token.url, .dark .prose pre .token.entity, .dark .prose pre .language-css .token.string, .dark .prose pre .style .token.string {
  color: #addb67;
}

.dark .prose pre .token.class-name, .dark .prose pre .token.atrule, .dark .prose pre .token.attr-value {
  color: #ffcb8b;
}

.dark .prose pre .token.regex, .dark .prose pre .token.important, .dark .prose pre .token.variable {
  color: #d6deeb;
}

.prose pre:hover {
  scrollbar-color: var(--muted-foreground, #5a5652) transparent;
}

.prose pre::-webkit-scrollbar {
  background: none;
  height: 8px;
}

.prose pre::-webkit-scrollbar-track {
  background: none;
  border-radius: 4px;
}

.prose pre::-webkit-scrollbar-thumb {
  background: none;
  border-radius: 4px;
  transition: background .2s;
}

.prose pre:hover::-webkit-scrollbar-thumb {
  background: var(--muted-foreground, #5a5652);
}

.prose pre::-webkit-scrollbar-thumb:hover {
  background: var(--text-secondary, #5a5652);
}

.dark .prose pre:hover {
  scrollbar-color: var(--muted-foreground, #b8c5d1) transparent;
}

.dark .prose pre:hover::-webkit-scrollbar-thumb {
  background: var(--muted-foreground, #b8c5d1);
}

.dark .prose pre::-webkit-scrollbar-thumb:hover {
  background: var(--text-secondary, #b8c5d1);
}

.prose pre code {
  white-space: pre;
  word-wrap: normal;
  width: max-content;
  min-width: 100%;
  max-width: none;
  display: block;
  scrollbar-width: none !important;
  overflow: visible !important;
}

.prose pre code::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}

.content-header-link {
  opacity: 0;
  margin-left: -24px;
  padding-right: 4px;
}

.content-header:hover .content-header-link, .content-header-link:hover {
  opacity: 1;
}

.linkicon {
  vertical-align: middle;
  display: inline-block;
}

:root {
  --site-bg: var(--theme-bg);
  --card-bg: var(--theme-card-bg);
  --text-primary: var(--theme-fg);
  --text-secondary: var(--theme-fg-secondary);
  --brand-color: var(--theme-accent, #6366f1);
  --accent-color: var(--theme-accent-hover, #a855f7);
  --transition-speed: .3s;
  --background: var(--theme-bg);
  --foreground: var(--theme-fg);
  --card: var(--theme-card-bg);
  --card-foreground: var(--theme-fg);
  --popover: var(--theme-bg);
  --popover-foreground: var(--theme-fg);
  --primary: var(--theme-accent, #6366f1);
  --primary-foreground: var(--theme-accent-foreground, #fff);
  --secondary: #f2f5fc;
  --secondary-foreground: #1a1a2e;
  --muted: #eef2f9;
  --muted-foreground: #4a4a68;
  --accent: #a855f7;
  --accent-foreground: #fff;
  --destructive: #e40014;
  --destructive-foreground: #e40014;
  --border: var(--theme-border);
  --input: var(--theme-bg-secondary);
  --ring: var(--theme-accent, #6366f1);
  --chart-1: #f05100;
  --chart-2: #009588;
  --chart-3: #104e64;
  --chart-4: #fcbb00;
  --chart-5: #f99c00;
  --radius: .75rem;
  --sidebar: var(--theme-bg);
  --sidebar-foreground: var(--theme-fg);
  --sidebar-primary: var(--theme-accent, #6366f1);
  --sidebar-primary-foreground: var(--theme-accent-foreground, #fff);
  --sidebar-accent: #f2f5fc;
  --sidebar-accent-foreground: #1a1a2e;
  --sidebar-border: var(--theme-border);
  --sidebar-ring: var(--theme-accent, #6366f1);
  --toc-active-text: var(--theme-accent, #6366f1);
  --toc-active-bg: var(--theme-accent-muted, #6366f114);
  --toc-active-indicator: var(--theme-accent, #6366f1);
  --toc-hover: var(--theme-accent-muted, #6366f10f);
  --toc-shadow: 0 1px 3px var(--theme-accent-muted, #6366f11f);
  --toc-indicator-shadow: 0 1px 4px var(--theme-accent-muted, #6366f140);
  --shadow-tinted: var(--theme-shadow-color);
  --shadow-tinted-md: var(--theme-shadow-color-md);
  --shadow-tinted-lg: var(--theme-shadow-color-lg);
  --shadow-tinted-xl: var(--theme-shadow-color-lg);
  --shell-bg: var(--site-bg);
}

@supports (color: lab(0% 0 0)) {
  :root {
    --secondary: lab(96.4787% -.284821 -3.77003);
    --muted: lab(95.3187% -.284493 -3.76985);
    --destructive: lab(48.4493% 77.4328 61.5452);
    --destructive-foreground: lab(48.4493% 77.4328 61.5452);
    --chart-1: lab(57.1026% 64.2584 89.8886);
    --chart-2: lab(55.0223% -41.0774 -3.90277);
    --chart-3: lab(30.372% -13.1853 -18.7887);
    --chart-4: lab(80.1641% 16.6016 99.2089);
    --chart-5: lab(72.7183% 31.8672 97.9407);
    --sidebar-accent: lab(96.4787% -.284821 -3.77003);
  }
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --shell-bg: color-mix(in oklab, var(--site-bg) 92%, white 8%);
  }
}

:root {
  --shell-elevated: #ffffffc7;
  --shell-border: #0f172a14;
  --surface-subtle: #ffffffb8;
  --surface-elevated: #ffffffe6;
  --surface-strong: #fff;
  --text-soft: var(--text-secondary);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --text-soft: color-mix(in oklab, var(--text-secondary) 88%, white 12%);
  }
}

:root {
  --text-faint: var(--text-secondary);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --text-faint: color-mix(in oklab, var(--text-secondary) 66%, white 34%);
  }
}

:root {
  --border-subtle: #0f172a14;
  --border-strong: #0f172a24;
  --shadow-soft: 0 18px 48px -28px #0f172a2e;
  --shadow-medium: 0 24px 64px -36px #0f172a3d;
  --radius-pill: 9999px;
  --radius-panel: 1.5rem;
  --motion-fast: .16s;
  --motion-base: .22s;
  --motion-slow: .32s;
  --ease-standard: cubic-bezier(.22, 1, .36, 1);
  --container-shell: 80rem;
  --container-content: 72rem;
  --container-reading: 72ch;
  --space-section-sm: clamp(2.5rem, 4vw, 4rem);
  --space-section-md: clamp(3.5rem, 6vw, 5.5rem);
  --space-section-lg: clamp(4.5rem, 8vw, 7rem);
  --header-height: 4.5rem;
  --header-height-compact: 4rem;
  --footer-padding-y: clamp(3.5rem, 6vw, 5rem);
  --code-bg: #f6f8fa;
  --code-fg: #24292e;
  --code-comment: #6a737d;
  --code-punctuation: #24292e;
  --code-symbol: #005cc5;
  --code-keyword: #d73a49;
  --code-boolean: #005cc5;
  --code-number: #005cc5;
  --code-function: #6f42c1;
  --code-selector: #22863a;
  --code-attr-name: #22863a;
  --code-string: #032f62;
  --code-class-name: #e36209;
  --code-variable: #005cc5;
}

.dark {
  --site-bg: var(--theme-bg);
  --card-bg: var(--theme-card-bg);
  --text-primary: var(--theme-fg);
  --text-secondary: var(--theme-fg-secondary);
  --brand-color: var(--theme-accent, #818cf8);
  --accent-color: var(--theme-accent-hover, #c084fc);
  --transition-speed: .3s;
  --color-primary-50: #f0f5ff;
  --color-primary-100: #e1ecff;
  --color-primary-200: #cddeff;
  --color-primary-300: #aecbff;
  --color-primary-400: #8fb6ff;
  --color-primary-500: #6b9aff;
  --color-primary-600: #5288ff;
  --color-primary-700: #336cfa;
  --color-primary-800: #2456d3;
  --color-primary-900: #1640ad;
  --color-primary-950: #0f3087;
  --background: var(--theme-bg);
  --foreground: var(--theme-fg);
  --card: var(--theme-card-bg);
  --card-foreground: #e8e8ff;
  --popover: var(--theme-bg-secondary);
  --popover-foreground: #e8e8ff;
  --primary: var(--theme-accent, #818cf8);
  --primary-foreground: var(--theme-accent-foreground, #0f0f23);
  --secondary: #292e38;
  --secondary-foreground: #e8e8ff;
  --muted: #292e38;
  --muted-foreground: #a8a8c8;
  --accent: #c084fc;
  --accent-foreground: #0f0f23;
  --destructive: #82181a;
  --destructive-foreground: #fb2c36;
  --border: var(--theme-border);
  --input: var(--theme-bg-secondary);
  --ring: var(--theme-accent, #818cf8);
  --chart-1: #1447e6;
  --chart-2: #af81f5;
  --chart-3: #f99c00;
  --chart-4: #ac4bff;
  --chart-5: #ff2357;
  --sidebar: var(--theme-bg-secondary);
  --sidebar-foreground: var(--theme-fg);
  --sidebar-primary: var(--theme-accent, #818cf8);
  --sidebar-primary-foreground: var(--theme-accent-foreground, #0f0f23);
  --sidebar-accent: #292e38;
  --sidebar-accent-foreground: #e8e8ff;
  --sidebar-border: var(--theme-border);
  --sidebar-ring: var(--theme-accent, #818cf8);
  --toc-active-text: var(--theme-accent, #818cf8);
  --toc-active-bg: var(--theme-accent-muted, #818cf81f);
  --toc-active-indicator: var(--theme-accent, #818cf8);
  --toc-hover: var(--theme-accent-muted, #818cf814);
  --toc-shadow: 0 1px 3px var(--theme-accent-muted, #818cf833);
  --toc-indicator-shadow: 0 1px 4px var(--theme-accent-muted, #818cf859);
  --shadow-tinted: #0003;
  --shadow-tinted-md: #0000004d;
  --shadow-tinted-lg: #0006;
  --shadow-tinted-xl: #00000080;
  --shell-bg: var(--site-bg);
}

@supports (color: lab(0% 0 0)) {
  .dark {
    --color-primary-50: lab(96.4339% -.507653 -7.50608);
    --color-primary-100: lab(92.8525% -.747353 -14.8809);
    --color-primary-200: lab(88.0928% -.66945 -22.1329);
    --color-primary-300: lab(80.8308% .574768 -36.3407);
    --color-primary-400: lab(73.4603% 3.6546 -50.239);
    --color-primary-500: lab(63.5921% 9.6058 -63.9018);
    --color-primary-600: lab(57.383% 14.3273 -70.6888);
    --color-primary-700: lab(48.6756% 21.5684 -77.4908);
    --color-primary-800: lab(39.5252% 21.1503 -70.4146);
    --color-primary-900: lab(30.3554% 20.9617 -63.3573);
    --color-primary-950: lab(22.6295% 17.4681 -52.7978);
    --secondary: lab(18.6976% -.22316 -7.37763);
    --muted: lab(18.6976% -.22316 -7.37763);
    --destructive: lab(28.5139% 44.5539 29.0463);
    --destructive-foreground: lab(55.4814% 75.0732 48.8528);
    --chart-1: lab(36.9089% 35.0961 -85.6872);
    --chart-2: lab(62.2665% 36.1692 -52.6144);
    --chart-3: lab(72.7183% 31.8672 97.9407);
    --chart-4: lab(52.0183% 66.11 -78.2316);
    --chart-5: lab(56.101% 79.4328 31.4532);
    --sidebar-accent: lab(18.6976% -.22316 -7.37763);
  }
}

@supports (color: color-mix(in lab, red, red)) {
  .dark {
    --shell-bg: color-mix(in oklab, var(--site-bg) 94%, black 6%);
  }
}

.dark {
  --shell-elevated: #0f172ac2;
  --shell-border: #e2e8f01a;
  --surface-subtle: #0f172ab8;
  --surface-elevated: #0f172ae0;
  --surface-strong: #0f172af5;
  --text-soft: var(--text-secondary);
}

@supports (color: color-mix(in lab, red, red)) {
  .dark {
    --text-soft: color-mix(in oklab, var(--text-secondary) 84%, white 16%);
  }
}

.dark {
  --text-faint: var(--text-secondary);
}

@supports (color: color-mix(in lab, red, red)) {
  .dark {
    --text-faint: color-mix(in oklab, var(--text-secondary) 62%, white 38%);
  }
}

.dark {
  --border-subtle: #e2e8f01f;
  --border-strong: #e2e8f02e;
  --shadow-soft: 0 20px 56px -32px #0206178f;
  --shadow-medium: 0 28px 72px -36px #020617ad;
  --code-bg: #1e293b;
  --code-fg: #e1e4e8;
  --code-comment: #637777;
  --code-punctuation: #c792ea;
  --code-symbol: #80cbc4;
  --code-keyword: #7fdbca;
  --code-boolean: #ff5874;
  --code-number: #f78c6c;
  --code-function: #82aaff;
  --code-selector: #c792ea;
  --code-attr-name: #addb67;
  --code-string: #addb67;
  --code-class-name: #ffcb8b;
  --code-variable: #d6deeb;
}

.tool-item {
  cursor: pointer;
  transition: transform .3s;
}

.tool-item img {
  opacity: .75;
  transition: opacity .3s ease-in-out;
}

.tool-item:hover img {
  opacity: 1;
}

.tool-item:hover {
  transform: scale(1.1);
}

.spin {
  cursor: pointer;
  animation: 5s linear infinite forwards paused spin;
}

.spin:hover {
  animation-play-state: running;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in-up {
  animation: .5s ease-out forwards fade-in-up;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(100%);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.web-case, .color-picker, .color {
  will-change: transform;
  transition: transform .3s cubic-bezier(.16, 1, .3, 1);
}

.case-go {
  cursor: pointer;
  position: relative;
}

html.cursor-hidden .case-go {
  cursor: none !important;
}

@media (min-width: 1400px) {
  .web-case {
    max-width: 100%;
    overflow: visible;
  }
}

@media (min-width: 960px) {
  .web-case {
    max-width: 90%;
    overflow: visible;
  }
}

@media (min-width: 768px) {
  .web-case {
    max-width: 100%;
    overflow: visible;
  }

  .color-picker {
    max-width: 35%;
    left: -40px;
  }

  .color {
    max-width: 45%;
    right: -25px;
  }
}

@media (max-width: 768px) {
  .color {
    right: -16px;
  }
}

.blog-card {
  transition: transform .3s cubic-bezier(.4, 0, .2, 1), box-shadow .3s cubic-bezier(.4, 0, .2, 1);
}

.blog-card:hover {
  transform: translateY(-4px);
}

.blog-search-input, .blog-pagination-button {
  transition: all .2s ease-in-out;
}

.shadow-tinted {
  box-shadow: 0 1px 2px 0 var(--shadow-tinted),
    0 1px 3px 0 var(--shadow-tinted);
}

.shadow-tinted-md {
  box-shadow: 0 4px 6px -1px var(--shadow-tinted-md),
    0 2px 4px -2px var(--shadow-tinted-md),
    0 1px 2px 0 var(--shadow-tinted);
}

.shadow-tinted-lg {
  box-shadow: 0 10px 15px -3px var(--shadow-tinted-lg),
    0 4px 6px -4px var(--shadow-tinted-md),
    0 2px 4px -2px var(--shadow-tinted);
}

.shadow-tinted-xl {
  box-shadow: 0 20px 25px -5px var(--shadow-tinted-xl),
    0 10px 10px -5px var(--shadow-tinted-lg),
    0 4px 6px -4px var(--shadow-tinted-md);
}

.dark .shadow-tinted, .dark .shadow-tinted-md, .dark .shadow-tinted-lg, .dark .shadow-tinted-xl {
  box-shadow: none;
  border: 1px solid var(--border);
}

.glass-effect {
  background-color: var(--card-bg, #fff);
  border: 1px solid var(--border, #e8e5e0);
}

.dark .glass-effect {
  background-color: var(--card-bg, #2a4a6f);
  border: 1px solid var(--border, #3a5a7f);
}

.card-elevated {
  background-color: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-tinted-md);
  transition: all .2s cubic-bezier(.4, 0, .2, 1);
}

.card-elevated:hover {
  box-shadow: var(--shadow-tinted-lg);
  transform: translateY(-1px);
}

.dark .card-elevated {
  border: 1px solid var(--border);
  box-shadow: none;
}

.dark .card-elevated:hover {
  border-color: var(--sidebar-border);
}

.spacing-generous {
  padding: 3rem 2rem;
}

@media (min-width: 768px) {
  .spacing-generous {
    padding: 4rem 3rem;
  }
}

@media (min-width: 1024px) {
  .spacing-generous {
    padding: 5rem 4rem;
  }
}

.accent-gold {
  color: var(--accent-gold);
}

.accent-gold-border {
  border-color: var(--accent-gold);
}

.btn-brand {
  background-color: var(--brand-color);
  color: var(--primary-foreground);
  border-radius: var(--radius);
  transition: all var(--transition-speed, .3s) cubic-bezier(.4, 0, .2, 1);
  padding: .625rem 1.25rem;
  font-weight: 500;
  box-shadow: 0 1px 3px #6366f133;
}

.btn-brand:hover {
  background-color: var(--color-primary-600);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px #6366f14d;
}

.btn-brand:active {
  transform: translateY(0);
  box-shadow: 0 1px 3px #6366f133;
}

.dark .btn-brand {
  background-color: var(--brand-color);
  color: var(--site-bg);
  box-shadow: 0 1px 3px #818cf833;
}

.dark .btn-brand:hover {
  background-color: var(--accent-color);
  box-shadow: 0 4px 12px #c084fc4d;
}

.prose table {
  border-collapse: collapse;
  width: 100%;
  margin: 1.5rem 0;
  font-size: .875rem;
}

.prose th, .prose td {
  border: 1px solid var(--border);
  text-align: left;
  padding: .75rem 1rem;
}

.prose th {
  background-color: var(--muted);
  color: var(--foreground);
  font-weight: 600;
}

.prose tr:hover {
  background-color: var(--muted);
}

.dark .prose th {
  color: var(--foreground);
  background-color: #1d222b;
  background-color: lab(12.8928% -.138506 -7.34653);
}

.dark .prose tr:hover {
  background-color: #161b24;
  background-color: lab(9.40874% -.0685006 -7.32282);
}

.dark .prose th, .dark .prose td {
  border-color: var(--border);
}

.mdx-content table th, .mdx-content table td {
  border: 1px solid var(--border);
  text-align: left;
  padding: .75rem 1rem;
  font-size: .875rem;
}

.mdx-content table th {
  background-color: var(--muted);
  font-weight: 600;
}

.mdx-content table thead {
  border-bottom: 2px solid var(--border);
}

.mdx-content table tbody tr:hover {
  background-color: var(--muted);
}

.dark .mdx-content table th {
  background-color: #1d222b;
  background-color: lab(12.8928% -.138506 -7.34653);
}

.dark .mdx-content table tbody tr:hover {
  background-color: #161b24;
  background-color: lab(9.40874% -.0685006 -7.32282);
}

.prose p {
  letter-spacing: .01em;
  line-height: 1.75;
}

.prose :lang(zh) p, .prose .cjk-content p {
  line-height: 1.8;
}

.prose h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  line-height: 1.3;
}

.prose h2 {
  letter-spacing: -.01em;
  border-bottom: 1px solid var(--border);
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  padding-bottom: .5rem;
  font-size: 1.75rem;
  line-height: 1.35;
}

.prose h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.375rem;
  line-height: 1.4;
}

.prose h4 {
  margin-top: 1.5rem;
  margin-bottom: .75rem;
  font-size: 1.125rem;
  line-height: 1.45;
}

.prose {
  max-width: 680px;
}

.prose p + p {
  margin-top: 1.25em;
}

.prose blockquote {
  border-left: 3px solid var(--accent-color, #6952e0);
  color: var(--muted-foreground, #6b7280);
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.25rem;
  font-style: italic;
}

.prose blockquote.callout {
  border-left: 4px solid var(--accent-color, #6952e0);
  background: var(--muted, #f3f3f7);
  color: var(--foreground, inherit);
  border-radius: .5rem;
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  font-style: normal;
}

.prose blockquote.callout .callout-title {
  align-items: center;
  gap: .5rem;
  margin-bottom: .5rem;
  font-size: .95em;
  font-weight: 600;
  display: flex;
}

.prose blockquote.callout .callout-icon svg {
  stroke: currentColor;
  fill: none;
  width: 18px;
  height: 18px;
}

.prose blockquote.callout .callout-content p {
  margin: .25rem 0;
}

.prose blockquote.callout.note {
  border-left-color: #3c8cdd;
}

.prose blockquote.callout.tip {
  border-left-color: #2eb873;
}

.prose blockquote.callout.warning {
  border-left-color: #f49d25;
}

.prose blockquote.callout.danger {
  border-left-color: #dd3c3c;
}

.prose blockquote.callout.info {
  border-left-color: #269dd9;
}

.prose blockquote.callout.example {
  border-left-color: #8c47d1;
}

.prose blockquote.callout.quote {
  border-left-color: #7b879d;
}

.prose blockquote.callout.question {
  border-left-color: #e6c41a;
}

.prose blockquote.callout.success {
  border-left-color: #2eb85c;
}

.prose blockquote.callout.bug {
  border-left-color: #e85e30;
}

.prose blockquote.callout.abstract {
  border-left-color: #33b2cc;
}

.prose blockquote.callout.todo {
  border-left-color: #3c71dd;
}

.prose blockquote.callout.failure {
  border-left-color: #c33;
}

.prose blockquote.callout.caution {
  border-left-color: #f2800d;
}

.dark .prose blockquote.callout {
  background: #22212c;
}

.prose ul, .prose ol {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.5rem;
}

.prose li {
  margin-top: .375em;
  margin-bottom: .375em;
}

.prose a {
  color: var(--accent-color, #6952e0);
  text-underline-offset: 2px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  transition: color .15s, text-decoration-color .15s;
}

.prose a:hover {
  color: var(--accent-color, #8f7de8);
}

.prose hr {
  background: var(--border);
  border: none;
  height: 1px;
  margin: 2.5rem 0;
}

.prose img {
  border-radius: .5rem;
  margin: 2rem 0;
}

::selection {
  color: #1b0f57;
  background: #c7bef4;
}

.dark ::selection {
  color: #ece9fb;
  background: #301b98;
}

.code-block pre {
  font-family: var(--font-jetbrains-mono), ui-monospace, monospace;
  tab-size: 2;
  white-space: pre;
  margin: 0;
  font-size: .875rem;
  line-height: 1.7;
  overflow-x: auto;
}

.code-block code {
  color: #cdd6f4;
  font-family: inherit;
}

.code-block .token.comment, .code-block .token.prolog, .code-block .token.doctype, .code-block .token.cdata {
  color: #6c7086;
}

.code-block .token.punctuation {
  color: #9399b2;
}

.code-block .token.property, .code-block .token.tag, .code-block .token.boolean, .code-block .token.number, .code-block .token.constant, .code-block .token.symbol {
  color: #fab387;
}

.code-block .token.selector, .code-block .token.attr-name, .code-block .token.string, .code-block .token.char, .code-block .token.builtin {
  color: #a6e3a1;
}

.code-block .token.operator, .code-block .token.entity, .code-block .token.url {
  color: #89dceb;
}

.code-block .token.atrule, .code-block .token.attr-value, .code-block .token.keyword {
  color: #cba6f7;
}

.code-block .token.function, .code-block .token.class-name {
  color: #89b4fa;
}

.code-block .token.regex, .code-block .token.important, .code-block .token.variable {
  color: #f38ba8;
}

.cb-code-body.cb-show-lines .shiki {
  counter-reset: line;
}

.cb-code-body.cb-show-lines .shiki .line {
  min-height: 0;
  display: block;
}

.cb-code-body.cb-show-lines .shiki .line:before {
  counter-increment: line;
  content: counter(line);
  text-align: right;
  -webkit-user-select: none;
  user-select: none;
  color: #8b949e;
  flex-shrink: 0;
  width: 2.5em;
  margin-right: 1.25em;
  display: inline-block;
}

.cb-code-body.cb-hide-lines .shiki .line {
  min-height: 0;
  display: block;
}

.cb-code-body.cb-hide-lines .shiki .line:before {
  content: none;
}

.cb-code-body .shiki, .cb-code-body code.shiki {
  tab-size: 2;
  display: block;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: inherit !important;
}

.monograph-content .cb-code-body {
  white-space: pre !important;
  word-break: normal !important;
  overflow-x: auto !important;
}

.prose code:not(pre code) {
  background: var(--muted);
  font-size: .875em;
  font-family: var(--font-jetbrains-mono), ui-monospace, monospace;
  color: var(--foreground);
  border-radius: .25rem;
  padding: .15em .4em;
}

.prose > pre {
  background: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.dark-score-svg svg {
  filter: invert() hue-rotate(180deg);
}

.comment-code pre {
  background: var(--theme-code-block, #1e1e2e);
  border: 1px solid var(--theme-border, #7f849c29);
  border-radius: 6px;
  margin: .5em 0;
  padding: 1em;
  font-size: .85em;
  line-height: 1.5;
  overflow-x: auto;
}

.comment-code pre code {
  color: var(--theme-fg, #cdd6f4);
  white-space: pre;
  word-wrap: normal;
  background: none;
  border: none;
  padding: 0;
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, monospace;
}

.comment-code code:not(pre code) {
  background: var(--theme-code-inline-bg, #7f849c1f);
  border-radius: 4px;
  padding: .15em .4em;
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, monospace;
  font-size: .9em;
}

@media (max-width: 1024px) {
  body.blog-detail {
    padding-bottom: 56px;
    padding-bottom: calc(56px + env(safe-area-inset-bottom, 0px));
  }
}

@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}

@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}

@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-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-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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-divide-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-gradient-position {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  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: 0;
}

@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-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-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-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}

@keyframes ping {
  75%, 100% {
    opacity: 0;
    transform: scale(2);
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes bounce {
  0%, 100% {
    animation-timing-function: cubic-bezier(.8, 0, 1, 1);
    transform: translateY(-25%);
  }

  50% {
    animation-timing-function: cubic-bezier(0, 0, .2, 1);
    transform: none;
  }
}

/* [project]/frontend/node_modules/.pnpm/pliny@0.4.1_@algolia+client-search@5.49.1_@types+react-dom@19.2.3_@types+react@19.2.14__49c7ee13811f4ae53479c55fd4a77180/node_modules/pliny/search/algolia.css [app-client] (css) */
:root {
  --docsearch-primary-color: #5468ff;
  --docsearch-text-color: #1c1e21;
  --docsearch-spacing: 12px;
  --docsearch-icon-stroke-width: 1.4;
  --docsearch-highlight-color: var(--docsearch-primary-color);
  --docsearch-muted-color: #969faf;
  --docsearch-container-background: #656c85cc;
  --docsearch-logo-color: #5468ff;
  --docsearch-modal-width: 560px;
  --docsearch-modal-height: 600px;
  --docsearch-modal-background: #f5f6f7;
  --docsearch-modal-shadow: inset 1px 1px 0 0 #ffffff80, 0 3px 8px 0 #555a64;
  --docsearch-searchbox-height: 56px;
  --docsearch-searchbox-background: #ebedf0;
  --docsearch-searchbox-focus-background: #fff;
  --docsearch-searchbox-shadow: inset 0 0 0 2px var(--docsearch-primary-color);
  --docsearch-hit-height: 56px;
  --docsearch-hit-color: #444950;
  --docsearch-hit-active-color: #fff;
  --docsearch-hit-background: #fff;
  --docsearch-hit-shadow: 0 1px 3px 0 #d4d9e1;
  --docsearch-key-gradient: linear-gradient(-225deg, #d5dbe4, #f8f8f8);
  --docsearch-key-shadow: inset 0 -2px 0 0 #cdcde6, inset 0 0 1px 1px #fff,
    0 1px 2px 1px #1e235a66;
  --docsearch-footer-height: 44px;
  --docsearch-footer-background: #fff;
  --docsearch-footer-shadow: 0 -1px 0 0 #e0e3e8, 0 -3px 6px 0 #45629b1f;
}

html[data-theme="dark"] {
  --docsearch-text-color: #f5f6f7;
  --docsearch-container-background: #090a11cc;
  --docsearch-modal-background: #15172a;
  --docsearch-modal-shadow: inset 1px 1px 0 0 #2c2e40, 0 3px 8px 0 #000309;
  --docsearch-searchbox-background: #090a11;
  --docsearch-searchbox-focus-background: #000;
  --docsearch-hit-color: #bec3c9;
  --docsearch-hit-shadow: none;
  --docsearch-hit-background: #090a11;
  --docsearch-key-gradient: linear-gradient(-26.5deg, #565872, #31355b);
  --docsearch-key-shadow: inset 0 -2px 0 0 #282d55, inset 0 0 1px 1px #51577d,
    0 2px 2px 0 #0304094d;
  --docsearch-footer-background: #1e2136;
  --docsearch-footer-shadow: inset 0 1px 0 0 #494c6a80, 0 -4px 8px 0 #0003;
  --docsearch-logo-color: #fff;
  --docsearch-muted-color: #7f8497;
}

.DocSearch-Button {
  background: var(--docsearch-searchbox-background);
  color: var(--docsearch-muted-color);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: 0;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  margin: 0 0 0 16px;
  padding: 0 8px;
  font-weight: 500;
  display: flex;
}

.DocSearch-Button:active, .DocSearch-Button:focus, .DocSearch-Button:hover {
  background: var(--docsearch-searchbox-focus-background);
  box-shadow: var(--docsearch-searchbox-shadow);
  color: var(--docsearch-text-color);
  outline: none;
}

.DocSearch-Button-Container {
  align-items: center;
  display: flex;
}

.DocSearch-Search-Icon {
  stroke-width: 1.6px;
}

.DocSearch-Button .DocSearch-Search-Icon {
  color: var(--docsearch-text-color);
}

.DocSearch-Button-Placeholder {
  padding: 0 12px 0 6px;
  font-size: 1rem;
}

.DocSearch-Button-Keys {
  min-width: calc(40px + .8em);
  display: flex;
}

.DocSearch-Button-Key {
  background: var(--docsearch-key-gradient);
  box-shadow: var(--docsearch-key-shadow);
  color: var(--docsearch-muted-color);
  border: 0;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 18px;
  margin-right: .4em;
  padding: 0 0 2px;
  display: flex;
  position: relative;
  top: -1px;
}

@media (max-width: 768px) {
  .DocSearch-Button-Keys, .DocSearch-Button-Placeholder {
    display: none;
  }
}

.DocSearch--active {
  overflow: hidden !important;
}

.DocSearch-Container, .DocSearch-Container * {
  box-sizing: border-box;
}

.DocSearch-Container {
  background-color: var(--docsearch-container-background);
  z-index: 200;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.DocSearch-Container a {
  text-decoration: none;
}

.DocSearch-Link {
  appearance: none;
  color: var(--docsearch-highlight-color);
  cursor: pointer;
  font: inherit;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}

.DocSearch-Modal {
  background: var(--docsearch-modal-background);
  box-shadow: var(--docsearch-modal-shadow);
  max-width: var(--docsearch-modal-width);
  border-radius: 6px;
  flex-direction: column;
  margin: 60px auto auto;
  position: relative;
}

.DocSearch-SearchBar {
  padding: var(--docsearch-spacing) var(--docsearch-spacing) 0;
  display: flex;
}

.DocSearch-Form {
  background: var(--docsearch-searchbox-focus-background);
  box-shadow: var(--docsearch-searchbox-shadow);
  height: var(--docsearch-searchbox-height);
  padding: 0 var(--docsearch-spacing);
  border-radius: 4px;
  align-items: center;
  width: 100%;
  margin: 0;
  display: flex;
  position: relative;
}

.DocSearch-Input {
  appearance: none;
  color: var(--docsearch-text-color);
  font: inherit;
  background: none;
  border: 0;
  outline: none;
  flex: 1;
  width: 80%;
  height: 100%;
  padding: 0 0 0 8px;
  font-size: 1.2em;
}

.DocSearch-Input::placeholder {
  color: var(--docsearch-muted-color);
  opacity: 1;
}

.DocSearch-Input::-webkit-search-cancel-button {
  display: none;
}

.DocSearch-Input::-webkit-search-decoration {
  display: none;
}

.DocSearch-Input::-webkit-search-results-button {
  display: none;
}

.DocSearch-Input::-webkit-search-results-decoration {
  display: none;
}

.DocSearch-LoadingIndicator, .DocSearch-MagnifierLabel, .DocSearch-Reset {
  margin: 0;
  padding: 0;
}

.DocSearch-MagnifierLabel, .DocSearch-Reset {
  color: var(--docsearch-highlight-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.DocSearch-Container--Stalled .DocSearch-MagnifierLabel, .DocSearch-LoadingIndicator {
  display: none;
}

.DocSearch-Container--Stalled .DocSearch-LoadingIndicator {
  color: var(--docsearch-highlight-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (prefers-reduced-motion: reduce) {
  .DocSearch-Reset {
    appearance: none;
    color: var(--docsearch-icon-color);
    cursor: pointer;
    stroke-width: var(--docsearch-icon-stroke-width);
    background: none;
    border: 0;
    border-radius: 50%;
    animation: none;
    right: 0;
  }
}

.DocSearch-Reset {
  appearance: none;
  color: var(--docsearch-icon-color);
  cursor: pointer;
  stroke-width: var(--docsearch-icon-stroke-width);
  background: none;
  border: 0;
  border-radius: 50%;
  padding: 2px;
  animation: .1s ease-in forwards fade-in;
  right: 0;
}

.DocSearch-Reset[hidden] {
  display: none;
}

.DocSearch-Reset:hover {
  color: var(--docsearch-highlight-color);
}

.DocSearch-LoadingIndicator svg, .DocSearch-MagnifierLabel svg {
  width: 24px;
  height: 24px;
}

.DocSearch-Cancel {
  display: none;
}

.DocSearch-Dropdown {
  max-height: calc(var(--docsearch-modal-height) - var(--docsearch-searchbox-height) - var(--docsearch-spacing) -
      var(--docsearch-footer-height));
  min-height: var(--docsearch-spacing);
  overflow-y: auto;
  overflow-y: overlay;
  padding: 0 var(--docsearch-spacing);
  scrollbar-color: var(--docsearch-muted-color) var(--docsearch-modal-background);
  scrollbar-width: thin;
}

.DocSearch-Dropdown::-webkit-scrollbar {
  width: 12px;
}

.DocSearch-Dropdown::-webkit-scrollbar-track {
  background: none;
}

.DocSearch-Dropdown::-webkit-scrollbar-thumb {
  background-color: var(--docsearch-muted-color);
  border: 3px solid var(--docsearch-modal-background);
  border-radius: 20px;
}

.DocSearch-Dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.DocSearch-Label {
  font-size: .75em;
  line-height: 1.6em;
}

.DocSearch-Help, .DocSearch-Label {
  color: var(--docsearch-muted-color);
}

.DocSearch-Help {
  -webkit-user-select: none;
  user-select: none;
  margin: 0;
  font-size: .9em;
}

.DocSearch-Title {
  font-size: 1.2em;
}

.DocSearch-Logo a {
  display: flex;
}

.DocSearch-Logo svg {
  color: var(--docsearch-logo-color);
  margin-left: 8px;
}

.DocSearch-Hits:last-of-type {
  margin-bottom: 24px;
}

.DocSearch-Hits mark {
  color: var(--docsearch-highlight-color);
  background: none;
}

.DocSearch-HitsFooter {
  color: var(--docsearch-muted-color);
  margin-bottom: var(--docsearch-spacing);
  padding: var(--docsearch-spacing);
  justify-content: center;
  font-size: .85em;
  display: flex;
}

.DocSearch-HitsFooter a {
  color: inherit;
  border-bottom: 1px solid;
}

.DocSearch-Hit {
  border-radius: 4px;
  padding-bottom: 4px;
  display: flex;
  position: relative;
}

@media screen and (prefers-reduced-motion: reduce) {
  .DocSearch-Hit--deleting {
    transition: none;
  }
}

.DocSearch-Hit--deleting {
  opacity: 0;
  transition: all .25s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .DocSearch-Hit--favoriting {
    transition: none;
  }
}

.DocSearch-Hit--favoriting {
  transform-origin: top;
  transition: all .25s linear .25s;
  transform: scale(0);
}

.DocSearch-Hit a {
  background: var(--docsearch-hit-background);
  box-shadow: var(--docsearch-hit-shadow);
  padding-left: var(--docsearch-spacing);
  border-radius: 4px;
  width: 100%;
  display: block;
}

.DocSearch-Hit-source {
  background: var(--docsearch-modal-background);
  color: var(--docsearch-highlight-color);
  z-index: 10;
  margin: 0 -4px;
  padding: 8px 4px 0;
  font-size: .85em;
  font-weight: 600;
  line-height: 32px;
  position: sticky;
  top: 0;
}

.DocSearch-Hit-Tree {
  color: var(--docsearch-muted-color);
  height: var(--docsearch-hit-height);
  opacity: .5;
  stroke-width: var(--docsearch-icon-stroke-width);
  width: 24px;
}

.DocSearch-Hit[aria-selected="true"] a {
  background-color: var(--docsearch-highlight-color);
}

.DocSearch-Hit[aria-selected="true"] mark {
  text-decoration: underline;
}

.DocSearch-Hit-Container {
  color: var(--docsearch-hit-color);
  height: var(--docsearch-hit-height);
  padding: 0 var(--docsearch-spacing) 0 0;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.DocSearch-Hit-icon {
  width: 20px;
  height: 20px;
}

.DocSearch-Hit-action, .DocSearch-Hit-icon {
  color: var(--docsearch-muted-color);
  stroke-width: var(--docsearch-icon-stroke-width);
}

.DocSearch-Hit-action {
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
}

.DocSearch-Hit-action svg {
  width: 18px;
  height: 18px;
  display: block;
}

.DocSearch-Hit-action + .DocSearch-Hit-action {
  margin-left: 6px;
}

.DocSearch-Hit-action-button {
  appearance: none;
  color: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 50%;
  padding: 2px;
}

svg.DocSearch-Hit-Select-Icon {
  display: none;
}

.DocSearch-Hit[aria-selected="true"] .DocSearch-Hit-Select-Icon {
  display: block;
}

.DocSearch-Hit-action-button:focus, .DocSearch-Hit-action-button:hover {
  background: #0003;
  transition: background-color .1s ease-in;
}

@media screen and (prefers-reduced-motion: reduce) {
  .DocSearch-Hit-action-button:focus, .DocSearch-Hit-action-button:hover {
    transition: none;
  }
}

.DocSearch-Hit-action-button:focus path, .DocSearch-Hit-action-button:hover path {
  fill: #fff;
}

.DocSearch-Hit-content-wrapper {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-direction: column;
  flex: auto;
  justify-content: center;
  width: 80%;
  margin: 0 8px;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
  position: relative;
  overflow-x: hidden;
}

.DocSearch-Hit-title {
  font-size: .9em;
}

.DocSearch-Hit-path {
  color: var(--docsearch-muted-color);
  font-size: .75em;
}

.DocSearch-Hit[aria-selected="true"] .DocSearch-Hit-action, .DocSearch-Hit[aria-selected="true"] .DocSearch-Hit-icon, .DocSearch-Hit[aria-selected="true"] .DocSearch-Hit-path, .DocSearch-Hit[aria-selected="true"] .DocSearch-Hit-text, .DocSearch-Hit[aria-selected="true"] .DocSearch-Hit-title, .DocSearch-Hit[aria-selected="true"] .DocSearch-Hit-Tree, .DocSearch-Hit[aria-selected="true"] mark {
  color: var(--docsearch-hit-active-color) !important;
}

@media screen and (prefers-reduced-motion: reduce) {
  .DocSearch-Hit-action-button:focus, .DocSearch-Hit-action-button:hover {
    background: #0003;
    transition: none;
  }
}

.DocSearch-ErrorScreen, .DocSearch-NoResults, .DocSearch-StartScreen {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding: 36px 0;
  font-size: .9em;
}

.DocSearch-Screen-Icon {
  color: var(--docsearch-muted-color);
  padding-bottom: 12px;
}

.DocSearch-NoResults-Prefill-List {
  text-align: left;
  padding-bottom: 24px;
  display: inline-block;
}

.DocSearch-NoResults-Prefill-List ul {
  padding: 8px 0 0;
  display: inline-block;
}

.DocSearch-NoResults-Prefill-List li {
  list-style-type: "» ";
  list-style-position: inside;
}

.DocSearch-Prefill {
  appearance: none;
  color: var(--docsearch-highlight-color);
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 1em;
  padding: 0;
  font-size: 1em;
  font-weight: 700;
  display: inline-block;
}

.DocSearch-Prefill:focus, .DocSearch-Prefill:hover {
  outline: none;
  text-decoration: underline;
}

.DocSearch-Footer {
  background: var(--docsearch-footer-background);
  box-shadow: var(--docsearch-footer-shadow);
  height: var(--docsearch-footer-height);
  padding: 0 var(--docsearch-spacing);
  -webkit-user-select: none;
  user-select: none;
  z-index: 300;
  border-radius: 0 0 8px 8px;
  flex-direction: row-reverse;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.DocSearch-Commands {
  color: var(--docsearch-muted-color);
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.DocSearch-Commands li {
  align-items: center;
  display: flex;
}

.DocSearch-Commands li:not(:last-of-type) {
  margin-right: .8em;
}

.DocSearch-Commands-Key {
  background: var(--docsearch-key-gradient);
  box-shadow: var(--docsearch-key-shadow);
  height: 18px;
  color: var(--docsearch-muted-color);
  border: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 20px;
  margin-right: .4em;
  padding: 0 0 1px;
  display: flex;
}

@media (max-width: 768px) {
  :root {
    --docsearch-spacing: 10px;
    --docsearch-footer-height: 40px;
  }

  .DocSearch-Dropdown {
    height: 100%;
  }

  .DocSearch-Container {
    height: 100vh;
    height: -webkit-fill-available;
    height: calc(var(--docsearch-vh, 1vh) * 100);
    position: absolute;
  }

  .DocSearch-Footer {
    border-radius: 0;
    position: absolute;
    bottom: 0;
  }

  .DocSearch-Hit-content-wrapper {
    width: 80%;
    display: flex;
    position: relative;
  }

  .DocSearch-Modal {
    box-shadow: none;
    height: 100vh;
    height: -webkit-fill-available;
    height: calc(var(--docsearch-vh, 1vh) * 100);
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .DocSearch-Dropdown {
    max-height: calc(var(--docsearch-vh, 1vh) * 100 - var(--docsearch-searchbox-height) - var(--docsearch-spacing) -
        var(--docsearch-footer-height));
  }

  .DocSearch-Cancel {
    appearance: none;
    color: var(--docsearch-highlight-color);
    cursor: pointer;
    font: inherit;
    margin-left: var(--docsearch-spacing);
    -webkit-user-select: none;
    user-select: none;
    white-space: nowrap;
    background: none;
    border: 0;
    outline: none;
    flex: none;
    padding: 0;
    font-size: 1em;
    font-weight: 500;
    display: inline-block;
    overflow: hidden;
  }

  .DocSearch-Commands, .DocSearch-Hit-Tree {
    display: none;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.light .DocSearch {
  --docsearch-primary-color: theme(colors.primary.6);
  --docsearch-highlight-color: theme(colors.primary.6);
  --docsearch-searchbox-shadow: inset 0 0 0 2px theme(colors.primary.6);
  --docsearch-muted-color: theme(colors.gray.5);
  --docsearch-container-background: theme(colors.gray.4 / 80%);
  --docsearch-modal-background: theme(colors.gray.2);
  --docsearch-searchbox-background: theme(colors.gray.1);
  --docsearch-searchbox-focus-background: theme(colors.gray.1);
  --docsearch-hit-color: theme(colors.gray.7);
  --docsearch-hit-shadow: none;
  --docsearch-hit-active-color: theme(colors.gray.8);
  --docsearch-hit-background: theme(colors.gray.1);
  --docsearch-footer-background: theme(colors.gray.1);
}

.dark .DocSearch {
  --docsearch-primary-color: theme(colors.primary.6);
  --docsearch-highlight-color: theme(colors.primary.6);
  --docsearch-searchbox-shadow: inset 0 0 0 2px theme(colors.primary.6);
  --docsearch-text-color: theme(colors.gray.3);
  --docsearch-muted-color: theme(colors.gray.4);
  --docsearch-container-background: theme(colors.gray.9 / 80%);
  --docsearch-modal-background: theme(colors.gray.9);
  --docsearch-modal-shadow: inset 1px 1px 0 0 #2c2e40, 0 3px 8px 0 #000309;
  --docsearch-searchbox-background: theme(colors.gray.8);
  --docsearch-searchbox-focus-background: theme(colors.gray.8);
  --docsearch-hit-color: theme(colors.gray.2);
  --docsearch-hit-shadow: none;
  --docsearch-hit-active-color: theme(colors.gray.1);
  --docsearch-hit-background: theme(colors.gray.8);
  --docsearch-footer-background: theme(colors.gray.9);
  --docsearch-footer-shadow: inset 0 1px 0 0 #494c6a80, 0 -4px 8px 0 #0003;
  --docsearch-key-gradient: linear-gradient(-26.5deg,
    theme(colors.gray.8) 0%,
    theme(colors.gray.9) 100%);
  --docsearch-key-shadow: inset 0 -2px 0 0 #282d55, inset 0 0 1px 1px #51577d,
    0 2px 2px 0 #0304094d;
  --docsearch-logo-color: theme(colors.gray.3);
}

.light .DocSearch-Input, .dark .DocSearch-Input, .light .DocSearch-Input:focus, .dark .DocSearch-Input:focus {
  background: none;
  box-shadow: 0 0 #0000;
}

/* [project]/frontend/node_modules/.pnpm/remark-github-blockquote-alert@2.0.1/node_modules/remark-github-blockquote-alert/alert.css [app-client] (css) */
@media (prefers-color-scheme: dark) {
  .markdown-alert {
    --color-border-default: #30363d;
    --color-accent-fg: #58a6ff;
    --color-accent-emphasis: #1f6feb;
    --color-danger-fg: #f85149;
    --color-danger-emphasis: #da3633;
    --color-attention-fg: #d29922;
    --color-attention-emphasis: #9e6a03;
    --color-done-fg: #a371f7;
    --color-done-emphasis: #8957e5;
    --color-success-fg: #3fb950;
    --color-success-emphasis: #238636;
  }
}

@media (prefers-color-scheme: light) {
  .markdown-alert {
    --color-border-default: #d0d7de;
    --color-accent-fg: #0969da;
    --color-accent-emphasis: #0969da;
    --color-danger-fg: #d1242f;
    --color-danger-emphasis: #cf222e;
    --color-attention-fg: #9a6700;
    --color-attention-emphasis: #9a6700;
    --color-done-fg: #8250df;
    --color-done-emphasis: #8250df;
    --color-success-fg: #1a7f37;
    --color-success-emphasis: #1f883d;
  }
}

.markdown-alert {
  border-left: .25em solid var(--borderColor-default, var(--color-border-default));
  color: inherit;
  margin-bottom: 16px;
  padding: .5rem 1em;
}

.markdown-alert > :last-child {
  margin-bottom: 0 !important;
}

.markdown-alert .markdown-alert-title {
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.markdown-alert .markdown-alert-title svg.octicon {
  fill: currentColor;
  margin-right: 8px !important;
  margin-right: var(--base-size-8, 8px) !important;
}

.markdown-alert.markdown-alert-note {
  border-left-color: var(--borderColor-accent-emphasis, var(--color-accent-emphasis));
}

.markdown-alert.markdown-alert-note .markdown-alert-title {
  color: var(--fgColor-accent, var(--color-accent-fg));
}

.markdown-alert.markdown-alert-tip {
  border-left-color: var(--borderColor-success-emphasis, var(--color-success-emphasis));
}

.markdown-alert.markdown-alert-tip .markdown-alert-title {
  color: var(--fgColor-success, var(--color-success-fg));
}

.markdown-alert.markdown-alert-important {
  border-left-color: var(--borderColor-done-emphasis, var(--color-done-emphasis));
}

.markdown-alert.markdown-alert-important .markdown-alert-title {
  color: var(--fgColor-done, var(--color-done-fg));
}

.markdown-alert.markdown-alert-warning {
  border-left-color: var(--borderColor-attention-emphasis, var(--color-attention-emphasis));
}

.markdown-alert.markdown-alert-warning .markdown-alert-title {
  color: var(--fgColor-attention, var(--color-attention-fg));
}

.markdown-alert.markdown-alert-caution {
  border-left-color: var(--borderColor-danger-emphasis, var(--color-danger-emphasis));
}

.markdown-alert.markdown-alert-caution .markdown-alert-title {
  color: var(--fgColor-danger, var(--color-danger-fg));
}

/* [project]/frontend/node_modules/.pnpm/leaflet@1.9.4/node_modules/leaflet/dist/leaflet.css [app-client] (css) */
.leaflet-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-container, .leaflet-pane > svg, .leaflet-pane > canvas, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer {
  position: absolute;
  top: 0;
  left: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.leaflet-tile::selection {
  background: none;
}

.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

.leaflet-safari .leaflet-tile-container {
  -webkit-transform-origin: 0 0;
  width: 1600px;
  height: 1600px;
}

.leaflet-marker-icon, .leaflet-marker-shadow {
  display: block;
}

.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img, .leaflet-container .leaflet-shadow-pane img, .leaflet-container .leaflet-tile-pane img, .leaflet-container img.leaflet-image-layer, .leaflet-container .leaflet-tile {
  width: auto;
  padding: 0;
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container img.leaflet-tile {
  mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: #33b5e566;
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  box-sizing: border-box;
  z-index: 800;
  width: 0;
  height: 0;
}

.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url("#default#VML");
  display: inline-block;
  position: absolute;
}

.leaflet-control {
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
  position: relative;
}

.leaflet-top, .leaflet-bottom {
  z-index: 1000;
  pointer-events: none;
  position: absolute;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity .2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1);
  -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1);
  transition: transform .25s cubic-bezier(0, 0, .25, 1);
}

.leaflet-zoom-anim .leaflet-tile, .leaflet-pan-anim .leaflet-tile {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair, .leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane, .leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab, .leaflet-dragging .leaflet-grab .leaflet-interactive, .leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-image-layer, .leaflet-pane > svg path, .leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive, .leaflet-image-layer.leaflet-interactive, .leaflet-pane > svg path.leaflet-interactive, svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}

.leaflet-container {
  outline-offset: 1px;
  background: #ddd;
}

.leaflet-container a {
  color: #0078a8;
}

.leaflet-zoom-box {
  background: #ffffff80;
  border: 2px dotted #38f;
}

.leaflet-container {
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: .75rem;
  line-height: 1.5;
}

.leaflet-bar {
  border-radius: 4px;
  box-shadow: 0 1px 5px #000000a6;
}

.leaflet-bar a {
  text-align: center;
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

.leaflet-bar a, .leaflet-control-layers-toggle {
  background-position: 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover, .leaflet-bar a:focus {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom: none;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  color: #bbb;
  background-color: #f4f4f4;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.leaflet-control-zoom-in, .leaflet-control-zoom-out {
  text-indent: 1px;
  font: bold 18px Lucida Console, Monaco, monospace;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

.leaflet-control-layers {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 5px #0006;
}

.leaflet-control-layers-toggle {
  background-image: url("../media/layers.3muxcl8sz6330.png");
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("../media/layers-2x.23wrxu3xxu9-i.png");
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list, .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  color: #333;
  background: #fff;
  padding: 6px 10px 6px 6px;
}

.leaflet-control-layers-scrollbar {
  padding-right: 5px;
  overflow: hidden scroll;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  font-size: 1.08333em;
  display: block;
}

.leaflet-control-layers-separator {
  border-top: 1px solid #ddd;
  height: 0;
  margin: 5px -10px 5px -6px;
}

.leaflet-default-icon-path {
  background-image: url("../media/marker-icon.1le94j_pe_ih1.png");
}

.leaflet-container .leaflet-control-attribution {
  background: #fffc;
  margin: 0;
}

.leaflet-control-attribution, .leaflet-control-scale-line {
  color: #333;
  padding: 0 5px;
  line-height: 1.4;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover, .leaflet-control-attribution a:focus {
  text-decoration: underline;
}

.leaflet-attribution-flag {
  width: 1em;
  height: .6669em;
  vertical-align: baseline !important;
  display: inline !important;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  white-space: nowrap;
  box-sizing: border-box;
  text-shadow: 1px 1px #fff;
  background: #fffc;
  border: 2px solid #777;
  border-top: none;
  padding: 2px 5px 1px;
  line-height: 1.1;
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  background-clip: padding-box;
  border: 2px solid #0003;
}

.leaflet-popup {
  text-align: center;
  margin-bottom: 20px;
  position: absolute;
}

.leaflet-popup-content-wrapper {
  text-align: left;
  border-radius: 12px;
  padding: 1px;
}

.leaflet-popup-content {
  min-height: 1px;
  margin: 13px 24px 13px 20px;
  font-size: 1.08333em;
  line-height: 1.3;
}

.leaflet-popup-content p {
  margin: 1.3em 0;
}

.leaflet-popup-tip-container {
  pointer-events: none;
  width: 40px;
  height: 20px;
  margin-top: -1px;
  margin-left: -20px;
  position: absolute;
  left: 50%;
  overflow: hidden;
}

.leaflet-popup-tip {
  pointer-events: auto;
  width: 17px;
  height: 17px;
  margin: -10px auto 0;
  padding: 1px;
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  color: #333;
  background: #fff;
  box-shadow: 0 3px 14px #0006;
}

.leaflet-container a.leaflet-popup-close-button {
  text-align: center;
  color: #757575;
  background: none;
  border: none;
  width: 24px;
  height: 24px;
  font: 16px / 24px Tahoma, Verdana, sans-serif;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
}

.leaflet-container a.leaflet-popup-close-button:hover, .leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

.leaflet-popup-scrolled {
  overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  width: 24px;
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);
  margin: 0 auto;
}

.leaflet-oldie .leaflet-control-zoom, .leaflet-oldie .leaflet-control-layers, .leaflet-oldie .leaflet-popup-content-wrapper, .leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

.leaflet-tooltip {
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 6px;
  position: absolute;
  box-shadow: 0 1px 3px #0006;
}

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before, .leaflet-tooltip-bottom:before, .leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
  pointer-events: none;
  content: "";
  background: none;
  border: 6px solid #0000;
  position: absolute;
}

.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before, .leaflet-tooltip-top:before {
  margin-left: -6px;
  left: 50%;
}

.leaflet-tooltip-top:before {
  border-top-color: #fff;
  margin-bottom: -12px;
  bottom: 0;
}

.leaflet-tooltip-bottom:before {
  border-bottom-color: #fff;
  margin-top: -12px;
  margin-left: -6px;
  top: 0;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
  margin-top: -6px;
  top: 50%;
}

.leaflet-tooltip-left:before {
  border-left-color: #fff;
  margin-right: -12px;
  right: 0;
}

.leaflet-tooltip-right:before {
  border-right-color: #fff;
  margin-left: -12px;
  left: 0;
}

@media print {
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

/* [project]/frontend/node_modules/.pnpm/katex@0.16.33/node_modules/katex/dist/katex.min.css [app-client] (css) */
@font-face {
  font-display: block;
  font-family: KaTeX_AMS;
  font-style: normal;
  font-weight: 400;
  src: url("../media/KaTeX_AMS-Regular.25ieegmnh38ts.woff2") format("woff2"), url("../media/KaTeX_AMS-Regular.10y3kupq4t663.woff") format("woff"), url("../media/KaTeX_AMS-Regular.418dr7cz3fo2x.ttf") format("truetype");
}

@font-face {
  font-display: block;
  font-family: KaTeX_Caligraphic;
  font-style: normal;
  font-weight: 700;
  src: url("../media/KaTeX_Caligraphic-Bold.06b-ya9t43ioz.woff2") format("woff2"), url("../media/KaTeX_Caligraphic-Bold.2vmk2hva4ctha.woff") format("woff"), url("../media/KaTeX_Caligraphic-Bold.40ltxhe834pns.ttf") format("truetype");
}

@font-face {
  font-display: block;
  font-family: KaTeX_Caligraphic;
  font-style: normal;
  font-weight: 400;
  src: url("../media/KaTeX_Caligraphic-Regular.2eph4dlhid_m9.woff2") format("woff2"), url("../media/KaTeX_Caligraphic-Regular.3gxeetazf831f.woff") format("woff"), url("../media/KaTeX_Caligraphic-Regular.07-7u27-nhn_r.ttf") format("truetype");
}

@font-face {
  font-display: block;
  font-family: KaTeX_Fraktur;
  font-style: normal;
  font-weight: 700;
  src: url("../media/KaTeX_Fraktur-Bold.2sasz-d-jtw8y.woff2") format("woff2"), url("../media/KaTeX_Fraktur-Bold.1alcy76__wdj2.woff") format("woff"), url("../media/KaTeX_Fraktur-Bold.19yqa_tc9d_gx.ttf") format("truetype");
}

@font-face {
  font-display: block;
  font-family: KaTeX_Fraktur;
  font-style: normal;
  font-weight: 400;
  src: url("../media/KaTeX_Fraktur-Regular.2d10y4xmjvzlf.woff2") format("woff2"), url("../media/KaTeX_Fraktur-Regular.110oo81prr9n5.woff") format("woff"), url("../media/KaTeX_Fraktur-Regular.2qhy34r6a05dn.ttf") format("truetype");
}

@font-face {
  font-display: block;
  font-family: KaTeX_Main;
  font-style: normal;
  font-weight: 700;
  src: url("../media/KaTeX_Main-Bold.3-rowy8o6_4ky.woff2") format("woff2"), url("../media/KaTeX_Main-Bold.0v1esh257kqpe.woff") format("woff"), url("../media/KaTeX_Main-Bold.0us_n0tnxlxu7.ttf") format("truetype");
}

@font-face {
  font-display: block;
  font-family: KaTeX_Main;
  font-style: italic;
  font-weight: 700;
  src: url("../media/KaTeX_Main-BoldItalic.14r2naom8mrec.woff2") format("woff2"), url("../media/KaTeX_Main-BoldItalic.13355ck5zr48q.woff") format("woff"), url("../media/KaTeX_Main-BoldItalic.3x_u9cepaced0.ttf") format("truetype");
}

@font-face {
  font-display: block;
  font-family: KaTeX_Main;
  font-style: italic;
  font-weight: 400;
  src: url("../media/KaTeX_Main-Italic.0lig0v9j0700p.woff2") format("woff2"), url("../media/KaTeX_Main-Italic.0afv392dj4w59.woff") format("woff"), url("../media/KaTeX_Main-Italic.2hkw3230mfwcv.ttf") format("truetype");
}

@font-face {
  font-display: block;
  font-family: KaTeX_Main;
  font-style: normal;
  font-weight: 400;
  src: url("../media/KaTeX_Main-Regular.1ryvsdzh2w1_e.woff2") format("woff2"), url("../media/KaTeX_Main-Regular.15u8r3b2y7fv4.woff") format("woff"), url("../media/KaTeX_Main-Regular.0symfa7dqj6jd.ttf") format("truetype");
}

@font-face {
  font-display: block;
  font-family: KaTeX_Math;
  font-style: italic;
  font-weight: 700;
  src: url("../media/KaTeX_Math-BoldItalic.1oopuu636h4il.woff2") format("woff2"), url("../media/KaTeX_Math-BoldItalic.12pl58orkw9rg.woff") format("woff"), url("../media/KaTeX_Math-BoldItalic.0y5w36a5aq__2.ttf") format("truetype");
}

@font-face {
  font-display: block;
  font-family: KaTeX_Math;
  font-style: italic;
  font-weight: 400;
  src: url("../media/KaTeX_Math-Italic.32405s1aq8vas.woff2") format("woff2"), url("../media/KaTeX_Math-Italic.0w0b1ugh62cfr.woff") format("woff"), url("../media/KaTeX_Math-Italic.2vkekfblmz5nb.ttf") format("truetype");
}

@font-face {
  font-display: block;
  font-family: KaTeX_SansSerif;
  font-style: normal;
  font-weight: 700;
  src: url("../media/KaTeX_SansSerif-Bold.0h3wi2z_eouyg.woff2") format("woff2"), url("../media/KaTeX_SansSerif-Bold.1ovw5p-yjp56g.woff") format("woff"), url("../media/KaTeX_SansSerif-Bold.2d03q85pwxpti.ttf") format("truetype");
}

@font-face {
  font-display: block;
  font-family: KaTeX_SansSerif;
  font-style: italic;
  font-weight: 400;
  src: url("../media/KaTeX_SansSerif-Italic.0wkjc4dm2kcit.woff2") format("woff2"), url("../media/KaTeX_SansSerif-Italic.1qavw__2zz8gk.woff") format("woff"), url("../media/KaTeX_SansSerif-Italic.3i-q087b23-m8.ttf") format("truetype");
}

@font-face {
  font-display: block;
  font-family: KaTeX_SansSerif;
  font-style: normal;
  font-weight: 400;
  src: url("../media/KaTeX_SansSerif-Regular.2peiewu59z3d-.woff2") format("woff2"), url("../media/KaTeX_SansSerif-Regular.1i4afx8nk8n4r.woff") format("woff"), url("../media/KaTeX_SansSerif-Regular.31pbu25feko_c.ttf") format("truetype");
}

@font-face {
  font-display: block;
  font-family: KaTeX_Script;
  font-style: normal;
  font-weight: 400;
  src: url("../media/KaTeX_Script-Regular.11h14300o9pd0.woff2") format("woff2"), url("../media/KaTeX_Script-Regular.3110jb9c-bxna.woff") format("woff"), url("../media/KaTeX_Script-Regular.28p_x7iz71ofe.ttf") format("truetype");
}

@font-face {
  font-display: block;
  font-family: KaTeX_Size1;
  font-style: normal;
  font-weight: 400;
  src: url("../media/KaTeX_Size1-Regular.03lhvx36ekcou.woff2") format("woff2"), url("../media/KaTeX_Size1-Regular.1slf4bh0hc6vm.woff") format("woff"), url("../media/KaTeX_Size1-Regular.1y57-ck23ey8c.ttf") format("truetype");
}

@font-face {
  font-display: block;
  font-family: KaTeX_Size2;
  font-style: normal;
  font-weight: 400;
  src: url("../media/KaTeX_Size2-Regular.14s5gg-puz6h-.woff2") format("woff2"), url("../media/KaTeX_Size2-Regular.0-kwyvx03omo8.woff") format("woff"), url("../media/KaTeX_Size2-Regular.2u0s-b07k2o9m.ttf") format("truetype");
}

@font-face {
  font-display: block;
  font-family: KaTeX_Size3;
  font-style: normal;
  font-weight: 400;
  src: url("../media/KaTeX_Size3-Regular.1n1rgzz84z8r9.woff2") format("woff2"), url("../media/KaTeX_Size3-Regular.04o9a_02gu_e8.woff") format("woff"), url("../media/KaTeX_Size3-Regular.1pkn-dge4q0fv.ttf") format("truetype");
}

@font-face {
  font-display: block;
  font-family: KaTeX_Size4;
  font-style: normal;
  font-weight: 400;
  src: url("../media/KaTeX_Size4-Regular.2sgotkdv3dcyv.woff2") format("woff2"), url("../media/KaTeX_Size4-Regular.3p2r1l7xmebxv.woff") format("woff"), url("../media/KaTeX_Size4-Regular.2uelkfk2yna5e.ttf") format("truetype");
}

@font-face {
  font-display: block;
  font-family: KaTeX_Typewriter;
  font-style: normal;
  font-weight: 400;
  src: url("../media/KaTeX_Typewriter-Regular.11gr2d2wuwz77.woff2") format("woff2"), url("../media/KaTeX_Typewriter-Regular.12f8myjij3617.woff") format("woff"), url("../media/KaTeX_Typewriter-Regular.3nee9kjfy6nm8.ttf") format("truetype");
}

.katex {
  text-indent: 0;
  text-rendering: auto;
  font: 1.21em / 1.2 KaTeX_Main, Times New Roman, serif;
}

.katex * {
  border-color: currentColor;
  -ms-high-contrast-adjust: none !important;
}

.katex .katex-version:after {
  content: "0.16.33";
}

.katex .katex-mathml {
  clip: rect(1px,1px,1px,1px);
  border: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.katex .katex-html > .newline {
  display: block;
}

.katex .base {
  white-space: nowrap;
  width: min-content;
  position: relative;
}

.katex .base, .katex .strut {
  display: inline-block;
}

.katex .textbf {
  font-weight: 700;
}

.katex .textit {
  font-style: italic;
}

.katex .textrm {
  font-family: KaTeX_Main;
}

.katex .textsf {
  font-family: KaTeX_SansSerif;
}

.katex .texttt {
  font-family: KaTeX_Typewriter;
}

.katex .mathnormal {
  font-family: KaTeX_Math;
  font-style: italic;
}

.katex .mathit {
  font-family: KaTeX_Main;
  font-style: italic;
}

.katex .mathrm {
  font-style: normal;
}

.katex .mathbf {
  font-family: KaTeX_Main;
  font-weight: 700;
}

.katex .boldsymbol {
  font-family: KaTeX_Math;
  font-style: italic;
  font-weight: 700;
}

.katex .amsrm, .katex .mathbb, .katex .textbb {
  font-family: KaTeX_AMS;
}

.katex .mathcal {
  font-family: KaTeX_Caligraphic;
}

.katex .mathfrak, .katex .textfrak {
  font-family: KaTeX_Fraktur;
}

.katex .mathboldfrak, .katex .textboldfrak {
  font-family: KaTeX_Fraktur;
  font-weight: 700;
}

.katex .mathtt {
  font-family: KaTeX_Typewriter;
}

.katex .mathscr, .katex .textscr {
  font-family: KaTeX_Script;
}

.katex .mathsf, .katex .textsf {
  font-family: KaTeX_SansSerif;
}

.katex .mathboldsf, .katex .textboldsf {
  font-family: KaTeX_SansSerif;
  font-weight: 700;
}

.katex .mathitsf, .katex .mathsfit, .katex .textitsf {
  font-family: KaTeX_SansSerif;
  font-style: italic;
}

.katex .mainrm {
  font-family: KaTeX_Main;
  font-style: normal;
}

.katex .vlist-t {
  border-collapse: collapse;
  table-layout: fixed;
  display: inline-table;
}

.katex .vlist-r {
  display: table-row;
}

.katex .vlist {
  vertical-align: bottom;
  display: table-cell;
  position: relative;
}

.katex .vlist > span {
  height: 0;
  display: block;
  position: relative;
}

.katex .vlist > span > span {
  display: inline-block;
}

.katex .vlist > span > .pstrut {
  width: 0;
  overflow: hidden;
}

.katex .vlist-t2 {
  margin-right: -2px;
}

.katex .vlist-s {
  vertical-align: bottom;
  width: 2px;
  min-width: 2px;
  font-size: 1px;
  display: table-cell;
}

.katex .vbox {
  flex-direction: column;
  align-items: baseline;
  display: inline-flex;
}

.katex .hbox {
  width: 100%;
}

.katex .hbox, .katex .thinbox {
  flex-direction: row;
  display: inline-flex;
}

.katex .thinbox {
  width: 0;
  max-width: 0;
}

.katex .msupsub {
  text-align: left;
}

.katex .mfrac > span > span {
  text-align: center;
}

.katex .mfrac .frac-line {
  border-bottom-style: solid;
  width: 100%;
  display: inline-block;
}

.katex .hdashline, .katex .hline, .katex .mfrac .frac-line, .katex .overline .overline-line, .katex .rule, .katex .underline .underline-line {
  min-height: 1px;
}

.katex .mspace {
  display: inline-block;
}

.katex .clap, .katex .llap, .katex .rlap {
  width: 0;
  position: relative;
}

.katex .clap > .inner, .katex .llap > .inner, .katex .rlap > .inner {
  position: absolute;
}

.katex .clap > .fix, .katex .llap > .fix, .katex .rlap > .fix {
  display: inline-block;
}

.katex .llap > .inner {
  right: 0;
}

.katex .clap > .inner, .katex .rlap > .inner {
  left: 0;
}

.katex .clap > .inner > span {
  margin-left: -50%;
  margin-right: 50%;
}

.katex .rule {
  border: 0 solid;
  display: inline-block;
  position: relative;
}

.katex .hline, .katex .overline .overline-line, .katex .underline .underline-line {
  border-bottom-style: solid;
  width: 100%;
  display: inline-block;
}

.katex .hdashline {
  border-bottom-style: dashed;
  width: 100%;
  display: inline-block;
}

.katex .sqrt > .root {
  margin-left: .277778em;
  margin-right: -.555556em;
}

.katex .fontsize-ensurer.reset-size1.size1, .katex .sizing.reset-size1.size1 {
  font-size: 1em;
}

.katex .fontsize-ensurer.reset-size1.size2, .katex .sizing.reset-size1.size2 {
  font-size: 1.2em;
}

.katex .fontsize-ensurer.reset-size1.size3, .katex .sizing.reset-size1.size3 {
  font-size: 1.4em;
}

.katex .fontsize-ensurer.reset-size1.size4, .katex .sizing.reset-size1.size4 {
  font-size: 1.6em;
}

.katex .fontsize-ensurer.reset-size1.size5, .katex .sizing.reset-size1.size5 {
  font-size: 1.8em;
}

.katex .fontsize-ensurer.reset-size1.size6, .katex .sizing.reset-size1.size6 {
  font-size: 2em;
}

.katex .fontsize-ensurer.reset-size1.size7, .katex .sizing.reset-size1.size7 {
  font-size: 2.4em;
}

.katex .fontsize-ensurer.reset-size1.size8, .katex .sizing.reset-size1.size8 {
  font-size: 2.88em;
}

.katex .fontsize-ensurer.reset-size1.size9, .katex .sizing.reset-size1.size9 {
  font-size: 3.456em;
}

.katex .fontsize-ensurer.reset-size1.size10, .katex .sizing.reset-size1.size10 {
  font-size: 4.148em;
}

.katex .fontsize-ensurer.reset-size1.size11, .katex .sizing.reset-size1.size11 {
  font-size: 4.976em;
}

.katex .fontsize-ensurer.reset-size2.size1, .katex .sizing.reset-size2.size1 {
  font-size: .833333em;
}

.katex .fontsize-ensurer.reset-size2.size2, .katex .sizing.reset-size2.size2 {
  font-size: 1em;
}

.katex .fontsize-ensurer.reset-size2.size3, .katex .sizing.reset-size2.size3 {
  font-size: 1.16667em;
}

.katex .fontsize-ensurer.reset-size2.size4, .katex .sizing.reset-size2.size4 {
  font-size: 1.33333em;
}

.katex .fontsize-ensurer.reset-size2.size5, .katex .sizing.reset-size2.size5 {
  font-size: 1.5em;
}

.katex .fontsize-ensurer.reset-size2.size6, .katex .sizing.reset-size2.size6 {
  font-size: 1.66667em;
}

.katex .fontsize-ensurer.reset-size2.size7, .katex .sizing.reset-size2.size7 {
  font-size: 2em;
}

.katex .fontsize-ensurer.reset-size2.size8, .katex .sizing.reset-size2.size8 {
  font-size: 2.4em;
}

.katex .fontsize-ensurer.reset-size2.size9, .katex .sizing.reset-size2.size9 {
  font-size: 2.88em;
}

.katex .fontsize-ensurer.reset-size2.size10, .katex .sizing.reset-size2.size10 {
  font-size: 3.45667em;
}

.katex .fontsize-ensurer.reset-size2.size11, .katex .sizing.reset-size2.size11 {
  font-size: 4.14667em;
}

.katex .fontsize-ensurer.reset-size3.size1, .katex .sizing.reset-size3.size1 {
  font-size: .714286em;
}

.katex .fontsize-ensurer.reset-size3.size2, .katex .sizing.reset-size3.size2 {
  font-size: .857143em;
}

.katex .fontsize-ensurer.reset-size3.size3, .katex .sizing.reset-size3.size3 {
  font-size: 1em;
}

.katex .fontsize-ensurer.reset-size3.size4, .katex .sizing.reset-size3.size4 {
  font-size: 1.14286em;
}

.katex .fontsize-ensurer.reset-size3.size5, .katex .sizing.reset-size3.size5 {
  font-size: 1.28571em;
}

.katex .fontsize-ensurer.reset-size3.size6, .katex .sizing.reset-size3.size6 {
  font-size: 1.42857em;
}

.katex .fontsize-ensurer.reset-size3.size7, .katex .sizing.reset-size3.size7 {
  font-size: 1.71429em;
}

.katex .fontsize-ensurer.reset-size3.size8, .katex .sizing.reset-size3.size8 {
  font-size: 2.05714em;
}

.katex .fontsize-ensurer.reset-size3.size9, .katex .sizing.reset-size3.size9 {
  font-size: 2.46857em;
}

.katex .fontsize-ensurer.reset-size3.size10, .katex .sizing.reset-size3.size10 {
  font-size: 2.96286em;
}

.katex .fontsize-ensurer.reset-size3.size11, .katex .sizing.reset-size3.size11 {
  font-size: 3.55429em;
}

.katex .fontsize-ensurer.reset-size4.size1, .katex .sizing.reset-size4.size1 {
  font-size: .625em;
}

.katex .fontsize-ensurer.reset-size4.size2, .katex .sizing.reset-size4.size2 {
  font-size: .75em;
}

.katex .fontsize-ensurer.reset-size4.size3, .katex .sizing.reset-size4.size3 {
  font-size: .875em;
}

.katex .fontsize-ensurer.reset-size4.size4, .katex .sizing.reset-size4.size4 {
  font-size: 1em;
}

.katex .fontsize-ensurer.reset-size4.size5, .katex .sizing.reset-size4.size5 {
  font-size: 1.125em;
}

.katex .fontsize-ensurer.reset-size4.size6, .katex .sizing.reset-size4.size6 {
  font-size: 1.25em;
}

.katex .fontsize-ensurer.reset-size4.size7, .katex .sizing.reset-size4.size7 {
  font-size: 1.5em;
}

.katex .fontsize-ensurer.reset-size4.size8, .katex .sizing.reset-size4.size8 {
  font-size: 1.8em;
}

.katex .fontsize-ensurer.reset-size4.size9, .katex .sizing.reset-size4.size9 {
  font-size: 2.16em;
}

.katex .fontsize-ensurer.reset-size4.size10, .katex .sizing.reset-size4.size10 {
  font-size: 2.5925em;
}

.katex .fontsize-ensurer.reset-size4.size11, .katex .sizing.reset-size4.size11 {
  font-size: 3.11em;
}

.katex .fontsize-ensurer.reset-size5.size1, .katex .sizing.reset-size5.size1 {
  font-size: .555556em;
}

.katex .fontsize-ensurer.reset-size5.size2, .katex .sizing.reset-size5.size2 {
  font-size: .666667em;
}

.katex .fontsize-ensurer.reset-size5.size3, .katex .sizing.reset-size5.size3 {
  font-size: .777778em;
}

.katex .fontsize-ensurer.reset-size5.size4, .katex .sizing.reset-size5.size4 {
  font-size: .888889em;
}

.katex .fontsize-ensurer.reset-size5.size5, .katex .sizing.reset-size5.size5 {
  font-size: 1em;
}

.katex .fontsize-ensurer.reset-size5.size6, .katex .sizing.reset-size5.size6 {
  font-size: 1.11111em;
}

.katex .fontsize-ensurer.reset-size5.size7, .katex .sizing.reset-size5.size7 {
  font-size: 1.33333em;
}

.katex .fontsize-ensurer.reset-size5.size8, .katex .sizing.reset-size5.size8 {
  font-size: 1.6em;
}

.katex .fontsize-ensurer.reset-size5.size9, .katex .sizing.reset-size5.size9 {
  font-size: 1.92em;
}

.katex .fontsize-ensurer.reset-size5.size10, .katex .sizing.reset-size5.size10 {
  font-size: 2.30444em;
}

.katex .fontsize-ensurer.reset-size5.size11, .katex .sizing.reset-size5.size11 {
  font-size: 2.76444em;
}

.katex .fontsize-ensurer.reset-size6.size1, .katex .sizing.reset-size6.size1 {
  font-size: .5em;
}

.katex .fontsize-ensurer.reset-size6.size2, .katex .sizing.reset-size6.size2 {
  font-size: .6em;
}

.katex .fontsize-ensurer.reset-size6.size3, .katex .sizing.reset-size6.size3 {
  font-size: .7em;
}

.katex .fontsize-ensurer.reset-size6.size4, .katex .sizing.reset-size6.size4 {
  font-size: .8em;
}

.katex .fontsize-ensurer.reset-size6.size5, .katex .sizing.reset-size6.size5 {
  font-size: .9em;
}

.katex .fontsize-ensurer.reset-size6.size6, .katex .sizing.reset-size6.size6 {
  font-size: 1em;
}

.katex .fontsize-ensurer.reset-size6.size7, .katex .sizing.reset-size6.size7 {
  font-size: 1.2em;
}

.katex .fontsize-ensurer.reset-size6.size8, .katex .sizing.reset-size6.size8 {
  font-size: 1.44em;
}

.katex .fontsize-ensurer.reset-size6.size9, .katex .sizing.reset-size6.size9 {
  font-size: 1.728em;
}

.katex .fontsize-ensurer.reset-size6.size10, .katex .sizing.reset-size6.size10 {
  font-size: 2.074em;
}

.katex .fontsize-ensurer.reset-size6.size11, .katex .sizing.reset-size6.size11 {
  font-size: 2.488em;
}

.katex .fontsize-ensurer.reset-size7.size1, .katex .sizing.reset-size7.size1 {
  font-size: .416667em;
}

.katex .fontsize-ensurer.reset-size7.size2, .katex .sizing.reset-size7.size2 {
  font-size: .5em;
}

.katex .fontsize-ensurer.reset-size7.size3, .katex .sizing.reset-size7.size3 {
  font-size: .583333em;
}

.katex .fontsize-ensurer.reset-size7.size4, .katex .sizing.reset-size7.size4 {
  font-size: .666667em;
}

.katex .fontsize-ensurer.reset-size7.size5, .katex .sizing.reset-size7.size5 {
  font-size: .75em;
}

.katex .fontsize-ensurer.reset-size7.size6, .katex .sizing.reset-size7.size6 {
  font-size: .833333em;
}

.katex .fontsize-ensurer.reset-size7.size7, .katex .sizing.reset-size7.size7 {
  font-size: 1em;
}

.katex .fontsize-ensurer.reset-size7.size8, .katex .sizing.reset-size7.size8 {
  font-size: 1.2em;
}

.katex .fontsize-ensurer.reset-size7.size9, .katex .sizing.reset-size7.size9 {
  font-size: 1.44em;
}

.katex .fontsize-ensurer.reset-size7.size10, .katex .sizing.reset-size7.size10 {
  font-size: 1.72833em;
}

.katex .fontsize-ensurer.reset-size7.size11, .katex .sizing.reset-size7.size11 {
  font-size: 2.07333em;
}

.katex .fontsize-ensurer.reset-size8.size1, .katex .sizing.reset-size8.size1 {
  font-size: .347222em;
}

.katex .fontsize-ensurer.reset-size8.size2, .katex .sizing.reset-size8.size2 {
  font-size: .416667em;
}

.katex .fontsize-ensurer.reset-size8.size3, .katex .sizing.reset-size8.size3 {
  font-size: .486111em;
}

.katex .fontsize-ensurer.reset-size8.size4, .katex .sizing.reset-size8.size4 {
  font-size: .555556em;
}

.katex .fontsize-ensurer.reset-size8.size5, .katex .sizing.reset-size8.size5 {
  font-size: .625em;
}

.katex .fontsize-ensurer.reset-size8.size6, .katex .sizing.reset-size8.size6 {
  font-size: .694444em;
}

.katex .fontsize-ensurer.reset-size8.size7, .katex .sizing.reset-size8.size7 {
  font-size: .833333em;
}

.katex .fontsize-ensurer.reset-size8.size8, .katex .sizing.reset-size8.size8 {
  font-size: 1em;
}

.katex .fontsize-ensurer.reset-size8.size9, .katex .sizing.reset-size8.size9 {
  font-size: 1.2em;
}

.katex .fontsize-ensurer.reset-size8.size10, .katex .sizing.reset-size8.size10 {
  font-size: 1.44028em;
}

.katex .fontsize-ensurer.reset-size8.size11, .katex .sizing.reset-size8.size11 {
  font-size: 1.72778em;
}

.katex .fontsize-ensurer.reset-size9.size1, .katex .sizing.reset-size9.size1 {
  font-size: .289352em;
}

.katex .fontsize-ensurer.reset-size9.size2, .katex .sizing.reset-size9.size2 {
  font-size: .347222em;
}

.katex .fontsize-ensurer.reset-size9.size3, .katex .sizing.reset-size9.size3 {
  font-size: .405093em;
}

.katex .fontsize-ensurer.reset-size9.size4, .katex .sizing.reset-size9.size4 {
  font-size: .462963em;
}

.katex .fontsize-ensurer.reset-size9.size5, .katex .sizing.reset-size9.size5 {
  font-size: .520833em;
}

.katex .fontsize-ensurer.reset-size9.size6, .katex .sizing.reset-size9.size6 {
  font-size: .578704em;
}

.katex .fontsize-ensurer.reset-size9.size7, .katex .sizing.reset-size9.size7 {
  font-size: .694444em;
}

.katex .fontsize-ensurer.reset-size9.size8, .katex .sizing.reset-size9.size8 {
  font-size: .833333em;
}

.katex .fontsize-ensurer.reset-size9.size9, .katex .sizing.reset-size9.size9 {
  font-size: 1em;
}

.katex .fontsize-ensurer.reset-size9.size10, .katex .sizing.reset-size9.size10 {
  font-size: 1.20023em;
}

.katex .fontsize-ensurer.reset-size9.size11, .katex .sizing.reset-size9.size11 {
  font-size: 1.43981em;
}

.katex .fontsize-ensurer.reset-size10.size1, .katex .sizing.reset-size10.size1 {
  font-size: .24108em;
}

.katex .fontsize-ensurer.reset-size10.size2, .katex .sizing.reset-size10.size2 {
  font-size: .289296em;
}

.katex .fontsize-ensurer.reset-size10.size3, .katex .sizing.reset-size10.size3 {
  font-size: .337512em;
}

.katex .fontsize-ensurer.reset-size10.size4, .katex .sizing.reset-size10.size4 {
  font-size: .385728em;
}

.katex .fontsize-ensurer.reset-size10.size5, .katex .sizing.reset-size10.size5 {
  font-size: .433944em;
}

.katex .fontsize-ensurer.reset-size10.size6, .katex .sizing.reset-size10.size6 {
  font-size: .48216em;
}

.katex .fontsize-ensurer.reset-size10.size7, .katex .sizing.reset-size10.size7 {
  font-size: .578592em;
}

.katex .fontsize-ensurer.reset-size10.size8, .katex .sizing.reset-size10.size8 {
  font-size: .694311em;
}

.katex .fontsize-ensurer.reset-size10.size9, .katex .sizing.reset-size10.size9 {
  font-size: .833173em;
}

.katex .fontsize-ensurer.reset-size10.size10, .katex .sizing.reset-size10.size10 {
  font-size: 1em;
}

.katex .fontsize-ensurer.reset-size10.size11, .katex .sizing.reset-size10.size11 {
  font-size: 1.19961em;
}

.katex .fontsize-ensurer.reset-size11.size1, .katex .sizing.reset-size11.size1 {
  font-size: .200965em;
}

.katex .fontsize-ensurer.reset-size11.size2, .katex .sizing.reset-size11.size2 {
  font-size: .241158em;
}

.katex .fontsize-ensurer.reset-size11.size3, .katex .sizing.reset-size11.size3 {
  font-size: .281351em;
}

.katex .fontsize-ensurer.reset-size11.size4, .katex .sizing.reset-size11.size4 {
  font-size: .321543em;
}

.katex .fontsize-ensurer.reset-size11.size5, .katex .sizing.reset-size11.size5 {
  font-size: .361736em;
}

.katex .fontsize-ensurer.reset-size11.size6, .katex .sizing.reset-size11.size6 {
  font-size: .401929em;
}

.katex .fontsize-ensurer.reset-size11.size7, .katex .sizing.reset-size11.size7 {
  font-size: .482315em;
}

.katex .fontsize-ensurer.reset-size11.size8, .katex .sizing.reset-size11.size8 {
  font-size: .578778em;
}

.katex .fontsize-ensurer.reset-size11.size9, .katex .sizing.reset-size11.size9 {
  font-size: .694534em;
}

.katex .fontsize-ensurer.reset-size11.size10, .katex .sizing.reset-size11.size10 {
  font-size: .833601em;
}

.katex .fontsize-ensurer.reset-size11.size11, .katex .sizing.reset-size11.size11 {
  font-size: 1em;
}

.katex .delimsizing.size1 {
  font-family: KaTeX_Size1;
}

.katex .delimsizing.size2 {
  font-family: KaTeX_Size2;
}

.katex .delimsizing.size3 {
  font-family: KaTeX_Size3;
}

.katex .delimsizing.size4 {
  font-family: KaTeX_Size4;
}

.katex .delimsizing.mult .delim-size1 > span {
  font-family: KaTeX_Size1;
}

.katex .delimsizing.mult .delim-size4 > span {
  font-family: KaTeX_Size4;
}

.katex .nulldelimiter {
  width: .12em;
  display: inline-block;
}

.katex .delimcenter, .katex .op-symbol {
  position: relative;
}

.katex .op-symbol.small-op {
  font-family: KaTeX_Size1;
}

.katex .op-symbol.large-op {
  font-family: KaTeX_Size2;
}

.katex .accent > .vlist-t, .katex .op-limits > .vlist-t {
  text-align: center;
}

.katex .accent .accent-body {
  position: relative;
}

.katex .accent .accent-body:not(.accent-full) {
  width: 0;
}

.katex .overlay {
  display: block;
}

.katex .mtable .vertical-separator {
  min-width: 1px;
  display: inline-block;
}

.katex .mtable .arraycolsep {
  display: inline-block;
}

.katex .mtable .col-align-c > .vlist-t {
  text-align: center;
}

.katex .mtable .col-align-l > .vlist-t {
  text-align: left;
}

.katex .mtable .col-align-r > .vlist-t {
  text-align: right;
}

.katex .svg-align {
  text-align: left;
}

.katex svg {
  fill: currentColor;
  stroke: currentColor;
  height: inherit;
  width: 100%;
  display: block;
  position: absolute;
}

.katex svg path {
  stroke: none;
}

.katex svg {
  fill-rule: nonzero;
  fill-opacity: 1;
  stroke-width: 1px;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-miterlimit: 4;
  stroke-dasharray: none;
  stroke-dashoffset: 0;
  stroke-opacity: 1;
}

.katex img {
  border-style: none;
  min-width: 0;
  max-width: none;
  min-height: 0;
  max-height: none;
}

.katex .stretchy {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.katex .stretchy:after, .katex .stretchy:before {
  content: "";
}

.katex .hide-tail {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.katex .halfarrow-left {
  width: 50.2%;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.katex .halfarrow-right {
  width: 50.2%;
  position: absolute;
  right: 0;
  overflow: hidden;
}

.katex .brace-left {
  width: 25.1%;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.katex .brace-center {
  width: 50%;
  position: absolute;
  left: 25%;
  overflow: hidden;
}

.katex .brace-right {
  width: 25.1%;
  position: absolute;
  right: 0;
  overflow: hidden;
}

.katex .x-arrow-pad {
  padding: 0 .5em;
}

.katex .cd-arrow-pad {
  padding: 0 .55556em 0 .27778em;
}

.katex .mover, .katex .munder, .katex .x-arrow {
  text-align: center;
}

.katex .boxpad {
  padding: 0 .3em;
}

.katex .fbox, .katex .fcolorbox {
  box-sizing: border-box;
  border: .04em solid;
}

.katex .cancel-pad {
  padding: 0 .2em;
}

.katex .cancel-lap {
  margin-left: -.2em;
  margin-right: -.2em;
}

.katex .sout {
  border-bottom-style: solid;
  border-bottom-width: .08em;
}

.katex .angl {
  box-sizing: border-box;
  border-top: .049em solid;
  border-right: .049em solid;
  margin-right: .03889em;
}

.katex .anglpad {
  padding: 0 .03889em;
}

.katex .eqn-num:before {
  content: "(" counter(katexEqnNo) ")";
  counter-increment: katexEqnNo;
}

.katex .mml-eqn-num:before {
  content: "(" counter(mmlEqnNo) ")";
  counter-increment: mmlEqnNo;
}

.katex .mtr-glue {
  width: 50%;
}

.katex .cd-vert-arrow {
  display: inline-block;
  position: relative;
}

.katex .cd-label-left {
  text-align: left;
  display: inline-block;
  position: absolute;
  right: calc(50% + .3em);
}

.katex .cd-label-right {
  text-align: right;
  display: inline-block;
  position: absolute;
  left: calc(50% + .3em);
}

.katex-display {
  text-align: center;
  margin: 1em 0;
  display: block;
}

.katex-display > .katex {
  text-align: center;
  white-space: nowrap;
  display: block;
}

.katex-display > .katex > .katex-html {
  display: block;
  position: relative;
}

.katex-display > .katex > .katex-html > .tag {
  position: absolute;
  right: 0;
}

.katex-display.leqno > .katex > .katex-html > .tag {
  left: 0;
  right: auto;
}

.katex-display.fleqn > .katex {
  text-align: left;
  padding-left: 2em;
}

body {
  counter-reset: katexEqnNo mmlEqnNo;
}

/* [project]/frontend/src/styles/print.css [app-client] (css) */
@media print {
  @page {
    size: A4;
    margin: 28mm 20mm 30mm;
  }

  @page :first {
    margin-top: 18mm;
  }

  *, :before, :after {
    color: #1a1a1a !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background-color: #0000 !important;
    background-image: none !important;
    border-color: #d4d4d8 !important;
  }

  body {
    color: #1a1a1a !important;
    background: #fff !important;
  }

  header[class*="sticky"], header[class*="fixed"], nav, [role="navigation"], aside, footer, .site-footer, .site-header, .navbar, .mobile-nav, .mobile-bottom-bar, .top-nav, [data-toc], .toc-sidebar, .fumadocs-toc, .sticky-toc, .right-sidebar, .table-of-contents, .side-nav, .sidenav, [data-annotation-ui], .annotation-highlight, .annotation-media-wrapper, .annotation-media-btn, .annotation-view-btn, .annotation-input-backdrop, .annotation-input-sheet, [data-annotation-popup], .comments-section, .comment-form, section[id="comments"], .monograph-reading-progress, .floating-chat, [data-chat], .pdf-export-btn, .action-buttons, .social-share, .pagination, .related-posts, .recommendation-section, .prev-next-nav, nav[aria-label], .search-bar, .search-container, [data-search], .theme-toggle, .theme-switcher, .dark-mode-toggle, .no-print, [aria-hidden="true"], script, style, noscript, .skip-link {
    display: none !important;
  }

  .print-header {
    z-index: 1000;
    border-bottom: .5pt solid #c4c4c8;
    justify-content: center;
    align-items: flex-end;
    height: 18mm;
    padding-bottom: 4mm;
    position: fixed;
    top: -20mm;
    left: 20mm;
    right: 20mm;
    display: flex !important;
  }

  .print-header-text {
    letter-spacing: .35em;
    text-transform: uppercase;
    font-family: JetBrains Mono, Courier New, monospace;
    font-size: 8.5pt;
    font-weight: 400;
    color: #71717a !important;
  }

  .print-footer {
    z-index: 1000;
    border-top: .5pt solid #c4c4c8;
    justify-content: space-between;
    align-items: flex-start;
    height: 18mm;
    padding-top: 4mm;
    position: fixed;
    bottom: -22mm;
    left: 20mm;
    right: 20mm;
    display: flex !important;
  }

  .print-footer-left, .print-footer-right {
    letter-spacing: .02em;
    font-family: Inter, -apple-system, sans-serif;
    font-size: 7.5pt;
    font-weight: 400;
    color: #a1a1aa !important;
  }

  .monograph-article, .monograph-article main {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .monograph-grid, .monograph-article [class*="grid"], .monograph-article [class*="grid-cols"] {
    display: block !important;
  }

  .section-container, [class*="section-container"] {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  .monograph-article header {
    text-align: center !important;
    background: none !important;
    border-bottom: 1pt solid #d4d4d8 !important;
    margin-bottom: 24pt !important;
    padding-bottom: 18pt !important;
  }

  .monograph-article header h1 {
    letter-spacing: -.01em !important;
    color: #18181b !important;
    margin-bottom: 10pt !important;
    font-family: Newsreader, Georgia, Times New Roman, serif !important;
    font-size: 22pt !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
  }

  .monograph-article header a[href*="/blog/category/"] {
    letter-spacing: .15em !important;
    text-transform: uppercase !important;
    color: #71717a !important;
    font-size: 8pt !important;
    text-decoration: none !important;
  }

  .monograph-article header > div > div:last-child {
    color: #71717a !important;
    border-top: none !important;
    margin-top: 6pt !important;
    font-size: 9pt !important;
  }

  .monograph-article header em, .monograph-article header [style*="italic"] {
    color: #52525b !important;
    max-width: 48em !important;
    margin: 10pt auto 0 !important;
    font-size: 11pt !important;
    line-height: 1.55 !important;
  }

  .monograph-article header [style*="backgroundImage"] {
    display: none !important;
  }

  .monograph-article article, .monograph-article [class*="prose"], .monograph-article .post-content, .monograph-article .mdx-content {
    color: #18181b !important;
    width: 100% !important;
    max-width: 100% !important;
    font-family: Newsreader, Georgia, Times New Roman, serif !important;
    font-size: 10.5pt !important;
    line-height: 1.7 !important;
  }

  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    break-after: avoid;
    color: #18181b !important;
    margin-top: 18pt !important;
    margin-bottom: 8pt !important;
    font-family: Inter, -apple-system, sans-serif !important;
  }

  h1 {
    font-size: 18pt !important;
    font-weight: 600 !important;
  }

  h2 {
    font-size: 14pt !important;
    font-weight: 600 !important;
  }

  h3 {
    font-size: 11.5pt !important;
    font-weight: 600 !important;
  }

  h4 {
    font-size: 10.5pt !important;
    font-weight: 600 !important;
  }

  p {
    orphans: 3;
    widows: 3;
    margin-bottom: 6pt !important;
  }

  a, a:visited {
    color: #2563eb !important;
    text-decoration: underline !important;
  }

  a[href^="http"]:not([href*="zhengbi-yong.top"]):not([href*="localhost"]):after {
    content: " (" attr(href) ")";
    font-family: Inter, sans-serif;
    font-size: 7.5pt;
    color: #a1a1aa !important;
  }

  img, svg, video {
    page-break-inside: avoid;
    break-inside: avoid;
    max-width: 100% !important;
    height: auto !important;
    margin: 12pt auto !important;
    display: block !important;
  }

  figure {
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 14pt 0 !important;
  }

  figcaption {
    text-align: center;
    font-family: Inter, sans-serif;
    color: #71717a !important;
    margin-top: 6pt !important;
    font-size: 8.5pt !important;
  }

  pre, .code-block, [data-code-block] {
    page-break-inside: avoid;
    break-inside: avoid;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-x: auto;
    background: #fafafa !important;
    border: 1px solid #e4e4e7 !important;
    border-radius: 4px !important;
    margin: 12pt 0 !important;
    padding: 10pt 14pt !important;
    font-family: JetBrains Mono, Courier New, monospace !important;
    font-size: 8pt !important;
    line-height: 1.55 !important;
  }

  pre *, .code-block * {
    color: #3f3f46 !important;
    background: none !important;
  }

  code {
    background: #f4f4f5 !important;
    border-radius: 3px !important;
    padding: .1em .35em !important;
    font-family: JetBrains Mono, Courier New, monospace !important;
    font-size: 8.5pt !important;
  }

  pre code {
    background: none !important;
    padding: 0 !important;
  }

  table {
    page-break-inside: avoid;
    break-inside: avoid;
    font-family: Inter, sans-serif;
    border-collapse: collapse !important;
    width: 100% !important;
    margin: 12pt 0 !important;
    font-size: 9pt !important;
  }

  th, td {
    text-align: left;
    border: 1px solid #d4d4d8 !important;
    padding: 5pt 8pt !important;
  }

  th {
    letter-spacing: .03em;
    text-transform: uppercase;
    font-weight: 600;
    color: #52525b !important;
    background: #fafafa !important;
    font-size: 8.5pt !important;
  }

  .katex, .katex-display {
    page-break-inside: avoid;
    break-inside: avoid;
  }

  .katex-display {
    margin: 10pt 0 !important;
  }

  blockquote {
    color: #52525b !important;
    border-left: 2.5pt solid #d4d4d8 !important;
    margin: 12pt 0 !important;
    padding: 4pt 0 4pt 14pt !important;
    font-size: 10pt !important;
    font-style: italic !important;
  }

  hr {
    border: none !important;
    border-top: .5pt solid #d4d4d8 !important;
    margin: 18pt 0 !important;
  }

  ul, ol {
    margin: 8pt 0 !important;
    padding-left: 1.8em !important;
  }

  li {
    margin-bottom: 2pt !important;
  }

  .footnotes, [class*="footnote"], .references {
    border-top: .5pt solid #d4d4d8 !important;
    margin-top: 24pt !important;
    padding-top: 12pt !important;
    font-size: 9pt !important;
  }

  .alert, [class*="callout"], [class*="admonition"] {
    page-break-inside: avoid;
    break-inside: avoid;
    border: 1pt solid #d4d4d8 !important;
    border-radius: 4px !important;
    margin: 12pt 0 !important;
    padding: 10pt 14pt !important;
    font-size: 9.5pt !important;
  }
}

/* [project]/frontend/node_modules/.pnpm/abcjs@6.6.2/node_modules/abcjs/abcjs-audio.css [app-client] (css) */
.abcjs-inline-audio {
  box-sizing: border-box;
  background-color: #424242;
  border-radius: 3px;
  align-items: center;
  height: 26px;
  padding: 0 5px;
  display: flex;
}

.abcjs-inline-audio.abcjs-disabled {
  opacity: .5;
}

.abcjs-inline-audio .abcjs-btn {
  box-sizing: border-box;
  border: 1px solid #0000;
  width: 28px;
  height: 34px;
  margin-right: 2px;
  padding: 7px 4px;
  line-height: 1;
  display: block;
  background: none !important;
}

.abcjs-btn g {
  fill: #f4f4f4;
  stroke: #f4f4f4;
}

.abcjs-inline-audio .abcjs-btn:hover g {
  fill: #ccc;
  stroke: #ccc;
}

.abcjs-inline-audio .abcjs-midi-selection.abcjs-pushed, .abcjs-inline-audio .abcjs-midi-loop.abcjs-pushed, .abcjs-inline-audio .abcjs-midi-reset.abcjs-pushed {
  box-sizing: border-box;
  background-color: #666;
  border: 1px solid #ccc;
}

.abcjs-inline-audio .abcjs-midi-start .abcjs-pause-svg, .abcjs-inline-audio .abcjs-midi-start .abcjs-loading-svg, .abcjs-inline-audio .abcjs-midi-start.abcjs-pushed .abcjs-play-svg, .abcjs-inline-audio .abcjs-midi-start.abcjs-loading .abcjs-play-svg {
  display: none;
}

.abcjs-inline-audio .abcjs-midi-start.abcjs-pushed .abcjs-pause-svg {
  display: block;
}

.abcjs-inline-audio .abcjs-midi-progress-background {
  box-sizing: border-box;
  background-color: #424242;
  border: 2px solid #ccc;
  border-radius: 5px;
  flex: 1;
  height: 10px;
  margin: 0 8px 0 15px;
  padding: 0;
  position: relative;
}

.abcjs-inline-audio .abcjs-midi-progress-indicator {
  box-sizing: border-box;
  background-color: #f4f4f4;
  border-radius: 6px;
  width: 20px;
  height: 14px;
  margin-left: -10px;
  display: inline-block;
  position: absolute;
  top: -4px;
  left: 0;
}

.abcjs-inline-audio .abcjs-midi-clock {
  box-sizing: border-box;
  color: #f4f4f4;
  margin-top: 1px;
  margin-left: 4px;
  margin-right: 2px;
  font-family: sans-serif;
  font-size: 16px;
  display: inline-block;
}

.abcjs-inline-audio .abcjs-tempo-wrapper {
  color: #f4f4f4;
  box-sizing: border-box;
  align-items: center;
  font-size: 10px;
  display: flex;
}

.abcjs-inline-audio .abcjs-midi-tempo {
  box-sizing: border-box;
  border: none;
  border-radius: 2px;
  width: 42px;
  margin: 0 2px 0 4px;
  padding-left: 2px;
}

.abcjs-inline-audio .abcjs-loading .abcjs-loading-svg {
  display: inherit;
}

.abcjs-inline-audio .abcjs-loading {
  outline: none;
  animation-name: abcjs-spin;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.abcjs-inline-audio .abcjs-loading-svg circle {
  stroke: #f4f4f4;
}

@keyframes abcjs-spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.abcjs-large .abcjs-inline-audio {
  height: 52px;
}

.abcjs-large .abcjs-btn {
  width: 56px;
  height: 52px;
  padding: 6px 8px;
  font-size: 28px;
}

.abcjs-large .abcjs-midi-progress-background {
  border: 4px solid #ccc;
  height: 20px;
}

.abcjs-large .abcjs-midi-progress-indicator {
  width: 40px;
  height: 28px;
  top: -8px;
}

.abcjs-large .abcjs-midi-clock {
  margin-top: -1px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 32px;
}

.abcjs-large .abcjs-midi-tempo {
  width: 50px;
  font-size: 20px;
}

.abcjs-large .abcjs-tempo-wrapper {
  font-size: 20px;
}

.abcjs-css-warning {
  display: none;
}

/* [project]/frontend/node_modules/.pnpm/vidstack@0.6.15/node_modules/vidstack/styles/base.css [app-client] (css) */
:where(media-player) :where([data-media-button] > shadow-root, [data-media-slider]:not([data-styled]) > shadow-root, [data-media-menu-button] > shadow-root) {
  display: none;
}

:where(media-player) :where([data-media-slider][data-styled] > shadow-root) {
  display: contents;
}

:where(media-player) {
  --media-focus-ring: 0 0 0 3px #4e9cf6;
  contain: layout style;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  display: inline-block;
  position: relative;
}

media-player:focus, media-player:focus-visible {
  outline: none;
}

:where(media-player[data-focus]:not([data-playing]) media-outlet) {
  box-shadow: var(--media-focus-ring);
}

:where(media-player[data-view-type="video"][data-user-idle]) {
  pointer-events: auto;
  cursor: none;
}

:where(media-outlet) {
  box-sizing: border-box;
  background-color: var(--media-outlet-bg-color, black);
  display: block;
}

:where(media-player[data-fullscreen] media-outlet) {
  height: 100%;
}

:where(media-player[data-view-type="audio"] media-outlet) {
  background-color: unset;
}

:where(media-outlet audio) {
  width: 100%;
}

:where(media-outlet video) {
  touch-action: manipulation;
  width: 100%;
  height: auto;
  display: inline-block;
}

:where(media-player[aspect-ratio]:not([data-fullscreen]) media-outlet) {
  width: 100%;
  height: 0;
  padding-bottom: min(max(var(--media-min-height, 150px), calc(100% / var(--media-aspect-ratio))),
    var(--media-max-height, 100vh));
  position: relative;
}

:where(media-player[aspect-ratio] media-outlet > shadow-root > *) {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

:where(media-icon, media-icon svg) {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  display: block;
}

:where(media-time) {
  contain: content;
  font-size: var(--media-time-font-size, 14px);
  font-weight: var(--media-time-font-weight, 400);
  font-family: var(--media-font-family, sans-serif);
  color: var(--media-time-color, inherit);
  background-color: var(--media-time-bg);
  border-radius: var(--media-time-border-radius);
  letter-spacing: var(--media-time-letter-spacing, .025em);
  display: inline-block;
}

:where(media-player [data-media-button]) {
  contain: layout style;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  display: inline-block;
  position: relative;
}

:where(media-player [data-media-button]:focus) {
  outline: none;
}

:where(media-player [data-media-button][data-focus]) :where([slot], [data-media-icon]) {
  box-shadow: var(--media-focus-ring);
}

:where(media-player [data-media-button][data-focus] media-tooltip [slot]) {
  box-shadow: unset;
}

:where(media-live-indicator:not([data-live])) {
  cursor: unset;
}

:where(media-player [data-media-slider]) {
  contain: layout style;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  display: inline-block;
  position: relative;
}

:where(media-player [data-media-slider][disabled]) {
  cursor: unset;
}

:where(media-player [data-media-slider]:focus) {
  outline: none;
}

:where(media-player [data-media-slider][data-focus] [part="track"]) {
  box-shadow: var(--media-focus-ring);
}

:where(media-player [data-media-slider][data-chapters][data-focus] [part="chapter"]) {
  clip-path: inset(-2px);
}

:where(media-player[data-bp-x="sm"]) :where(media-time-slider [part="chapters"]), :where(media-player:not([data-bp-x="sm"])) :where(media-time-slider[data-chapters] > :not(shadow-root, [slot]), media-time-slider[data-chapters] > shadow-root > [part~="track"]), :where(media-volume-slider [part~="track-progress"]) {
  display: none !important;
}

:where(media-slider-value) {
  contain: content;
  font-size: 14px;
  font-family: var(--media-font-family, sans-serif);
  display: inline-block;
}

:where(media-slider-thumbnail) {
  contain: content;
  box-sizing: border-box;
  display: block;
}

:where(media-thumbnail) {
  width: var(--thumbnail-width);
  height: var(--thumbnail-height);
  background-color: var(--media-thumbnail-bg, black);
  contain: strict;
  box-sizing: border-box;
  border: var(--media-thumbnail-border, 1px solid white);
  min-width: var(--media-thumbnail-min-width, 120px);
  min-height: var(--media-thumbnail-min-height, 80px);
  max-width: var(--media-thumbnail-max-width, 180px);
  max-height: var(--media-thumbnail-max-height, 160px);
  display: block;
  overflow: hidden;
}

:where(media-thumbnail [part="img"]) {
  min-width: unset !important;
  max-width: unset !important;
}

:where(media-slider-video) {
  box-sizing: border-box;
  contain: content;
  border: var(--media-thumbnail-border, 1px solid white);
  background-color: #000;
  display: inline-block;
}

:where(media-slider-video [part="video"]) {
  width: 156px;
  height: auto;
  display: block;
}

:where(media-slider-video[data-loading]) {
  opacity: 0;
}

:where(media-slider-video[aria-hidden="true"], media-slider-video[aria-hidden="true"] [part="video"]) {
  width: 0;
  display: none;
}

:where(media-poster) {
  contain: content;
  opacity: 0;
  pointer-events: none;
  object-fit: cover;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: opacity .2s ease-out;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

:where(media-poster [part="img"]) {
  object-fit: inherit;
  object-position: inherit;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

:where(media-poster[aria-hidden="true"]) {
  display: none;
}

:where(media-player[data-view-type="video"]:not([data-started]) media-poster) {
  opacity: 1;
}

:where(media-captions[aria-hidden="true"]) {
  opacity: 0;
  visibility: hidden;
}

:where(media-gesture) {
  contain: content;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  pointer-events: none !important;
}

:where(media-menu > [data-media-menu-items]:focus), :where(media-menu) :where([role="menuitem"]:focus, [role="menuitemradio"]:focus) {
  outline: none;
}

:where(media-menu) :where([role="menuitem"]:focus-visible, [role="menuitem"][data-focus], [role="menuitemradio"]:focus-visible, [role="menuitemradio"][data-focus]), :where(media-menu > [data-media-menu-button][role="button"][data-focus] [data-media-icon]), :where(media-menu > [data-media-menu-button][role="button"][data-focus] svg), :where(media-radio[data-focus]) {
  box-shadow: var(--media-focus-ring);
  outline: none;
}

:where(media-player [data-media-button][aria-hidden="true"]), :where(media-player [data-media-slider][aria-hidden="true"]), :where(media-thumbnail[aria-hidden="true"]), :where(media-slider-thumbnail[aria-hidden="true"]) {
  display: none !important;
}

/* [project]/frontend/node_modules/.pnpm/vidstack@0.6.15/node_modules/vidstack/styles/community-skin/video.css [app-client] (css) */
:where(media-player[data-view-type="video"]) {
  --media-focus-ring: var(--video-focus-ring, 0 0 0 3px #4e9cf6);
  border-radius: var(--video-border-radius, 6px);
  background-color: var(--video-bg, black);
}

:where(media-player[data-view-type="video"]:not([data-fullscreen])) {
  border-radius: var(--video-border-radius, 6px);
  border: var(--video-border, 1px solid #ffffff1a);
}

:where(media-player[data-view-type="video"]:not([data-fullscreen])) :where(media-outlet, video, media-poster, div[part="scrim"]) {
  border-radius: var(--video-border-radius, 6px);
  overflow: hidden;
}

:where(media-community-skin[data-video]) {
  --brand: var(--video-brand, #f5f5f5);
  --media-font-family: var(--video-font-family, sans-serif);
  --media-slider-track-fill-bg: var(--brand);
  --media-menu-radio-check-active-color: var(--brand);
  --media-chapters-progress-bg: var(--brand);
  --media-controls-color: var(--video-controls-color, #f5f5f5);
  color: var(--video-controls-color, #f5f5f5);
}

:where(media-community-skin[data-video] div[part="scrim"]) {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  background-color: var(--video-scrim-bg, #00000059);
  width: 100%;
  height: 100%;
  transition: var(--video-scrim-out-transition, opacity .15s ease-out);
  position: absolute;
  inset: 0;
}

:where(media-player:not([data-can-play]) media-community-skin[data-video] div[part="scrim"]), :where(media-player:not([data-user-idle]) media-community-skin[data-video] div[part="scrim"]) {
  opacity: 1;
  transition: var(--video-scrim-in-transition, opacity .15s ease-in);
}

:where(media-community-skin[data-video]) :where(div[part="controls"]) {
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100%;
  height: 100%;
  transition: var(--video-controls-out-transition, opacity .2s ease-out);
  flex-direction: column;
  display: flex;
  position: absolute;
  inset: 0;
}

:where(media-player[data-can-play]:not([data-user-idle]) media-community-skin[data-video] div[part="controls"]) {
  opacity: 1;
  visibility: visible;
  transition: var(--video-controls-in-transition, opacity .2s ease-in);
}

:where(media-community-skin div[part="controls-spacer"]) {
  flex: 1;
}

:where(media-community-skin[data-video] div[part="controls-group"]) {
  pointer-events: auto;
  z-index: 0;
  align-items: center;
  margin-bottom: 4px;
  padding: 2px 6px;
  display: flex;
}

:where(media-community-skin[data-video] div[part="controls-group"]:first-child) {
  z-index: 50;
  margin-top: 4px;
}

:where(media-community-skin[data-video] div[part="controls-group"]:nth-child(2)) {
  pointer-events: none;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

:where(media-community-skin[data-video] div[part="controls-group"]:nth-last-child(2)) {
  z-index: 10;
  margin-bottom: -16px;
  padding: 0 12px;
}

:where(media-community-skin[data-video]:not([data-mobile]) div[part="controls-group"]:last-child) {
  --media-tooltip-y-offset: 34px;
  z-index: 10;
}

:where(media-community-skin[data-video] [data-media-button]), :where(media-community-skin[data-video] [data-media-button]:last-child) {
  margin-right: 6px;
}

:where(media-community-skin[data-video] [part="main-title"]) {
  font-size: var(--video-title-font-size, 14px);
  font-weight: var(--video-title-font-weight, 500);
  font-family: var(--video-font-family, sans-serif);
  color: var(--video-title-color, #dedede);
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  padding-inline: 8px;
  display: inline-block;
  overflow: hidden;
}

:where(media-community-skin[data-video]) [part="main-title"]:before {
  content: "•";
  color: var(--video-title-color, #dedede);
  margin-right: 6px;
  display: inline-block;
}

:where(media-community-skin[data-video]) [part="main-title"]:empty:before {
  content: "";
  margin-left: 0;
}

:where(media-player[data-fullscreen] media-community-skin[data-video] [part="main-title"]) {
  font-size: var(--video-fullscreen-title-font-size, 16px);
}

:where(media-community-skin[data-video] media-mute-button) {
  margin-left: -4px;
}

:where(media-community-skin[data-video] media-fullscreen-button) {
  margin-right: 8px;
}

:where(media-community-skin[data-mobile][data-video]) {
  --media-button-size: var(--video-mobile-button-size, 32px);
}

:where(media-community-skin[data-video] media-time-slider) {
  flex-grow: 0;
}

:where(media-community-skin[data-video] media-slider-thumbnail) {
  --media-thumbnail-border: var(--video-slider-thumbnail-border, 1px solid #f5f5f5);
  border-radius: var(--video-slider-thumbnail-border-radius, 2px);
}

:where(media-community-skin[data-video] media-slider-value) {
  border-radius: var(--video-slider-value-border-radius, 2px);
  margin-top: 4px;
}

:where(media-community-skin[data-video] [part="chapter-title"] + media-slider-value) {
  margin-top: 0;
}

:where(media-community-skin[data-video] media-time-slider media-slider-value) {
  background-color: var(--video-time-bg, unset);
  text-shadow: -1px -1px #333, 1px -1px #333, -1px 1px #333, 1px 1px #333;
}

:where(media-community-skin[data-video][data-mobile] media-time) {
  text-shadow: unset;
}

:where(media-community-skin[data-video] media-volume-slider) {
  max-width: var(--video-volume-slider-max-width, 80px);
  margin-left: -2px;
  transition: all .15s;
  transform: translateX(-2px);
}

:where(media-community-skin[data-video]) :where(media-mute-button:not([data-hocus]) + media-volume-slider:not([data-interactive])) {
  max-width: 0;
  margin: 0;
}

:where(media-community-skin[data-video] media-volume-slider media-slider-value) {
  bottom: 70px;
}

@media (orientation: landscape) and (pointer: coarse) {
  :where(media-player media-community-skin media-volume-slider) {
    display: none;
  }
}

:where(media-community-skin[data-video] media-time[type="current"]) {
  margin-right: 2px;
}

:where(media-community-skin[data-video] media-time[type="current"][remainder]) {
  margin-left: 2px;
}

:where(media-player[data-preview] media-community-skin[data-video] media-captions) {
  opacity: 0;
}

:where(media-community-skin[data-video] media-captions) {
  z-index: 10;
  transition: var(--video-captions-transition, bottom .15s linear);
}

:where(media-player[data-fullscreen][data-bp-x="lg"] media-community-skin[data-video] media-captions) {
  bottom: var(--video-large-fullscreen-captions-offset, 54px);
}

:where(media-player:not([data-user-idle]) media-community-skin[data-video] media-captions) {
  bottom: var(--video-captions-offset, 72px);
}

:where(media-player:not([data-user-idle]) media-community-skin[data-video][data-mobile] media-captions) {
  bottom: var(--video-mobile-captions-offset, 48px);
}

:where(media-community-skin[data-video] [part="chapter-title"]) {
  text-align: center;
  text-shadow: -1px -1px #212121, 1px -1px #212121, -1px 1px #212121, 1px 1px #212121;
  width: 100%;
}

:where(media-community-skin[data-video] media-gesture) {
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

:where(media-community-skin[data-video] media-gesture[action="seek:-10"]) {
  width: var(--video-gesture-seek-width, 20%);
  z-index: 1;
}

:where(media-community-skin[data-video] media-gesture[action="seek:10"]) {
  left: unset;
  width: var(--video-gesture-seek-width, 20%);
  z-index: 1;
  right: 0;
}

:where(media-player[data-touch] media-community-skin[data-video] media-gesture[action="toggle:paused"]), :where(media-player:not([data-touch]) media-community-skin[data-video] media-gesture[action="toggle:user-idle"]) {
  display: none;
}

:where(media-community-skin[data-video] [part="time-group"]) {
  align-items: center;
  display: flex;
}

:where(media-community-skin[data-video] [part="time-divider"]) {
  color: var(--video-time-divider-color, #e0e0e0);
  margin-left: 2px;
  margin-right: 3px;
}

:where(media-player[data-fullscreen] media-community-skin[data-video] media-time) {
  font-size: var(--video-fullscreen-time-font-size, 16px);
}

:where(media-community-skin[data-video][data-mobile] div[part="controls-group"]:nth-last-child(2)) {
  z-index: 1;
  margin-bottom: -20px;
}

:where(media-community-skin[data-video][data-mobile] div[part="controls-group"]:last-child) {
  margin-bottom: -12px;
}

:where(media-player[data-fullscreen] media-community-skin[data-video][data-mobile] [part="controls-group"]:last-child) {
  margin-bottom: 0;
}

:where(media-community-skin[data-video][data-mobile] div[part="controls-group"]) {
  padding: 2px;
}

:where(media-community-skin[data-video][data-mobile]) :where([data-media-button], [data-media-slider]:not(media-time-slider), media-time, [part="time-divider"], [part="main-title"]) {
  transition: opacity .15s;
}

:where(media-player:not([data-started]) media-community-skin[data-video][data-mobile]) :where([data-media-button] [data-media-slider], [part="time-group"]) {
  opacity: 0;
  visibility: hidden;
}

:where(media-player[data-preview] media-community-skin[data-video][data-mobile]) :where([data-media-button], [data-media-slider]:not(media-time-slider), media-time, [part="main-title"], [part="time-divider"], media-captions) {
  opacity: 0;
}

:where(media-community-skin[data-video][data-mobile] media-time-slider) {
  transition: transform .1s linear;
}

:where(media-player[data-preview] media-community-skin[data-video][data-mobile] media-time-slider) {
  --track-height: var(--video-slider-track-height, 12px);
  transition: transform .1s linear;
  transform: translateY(-6px);
}

:where(media-community-skin[data-video][data-mobile] media-play-button) {
  pointer-events: auto;
  background-color: var(--video-mobile-play-button-bg, #0009);
  width: var(--video-mobile-play-button-size, 40px);
  height: var(--video-mobile-play-button-size, 40px);
  transform: var(--video-mobile-play-button-transform, translateY(25%));
  border-radius: 100%;
  margin-bottom: 2.5%;
}

:where(media-community-skin[data-video][data-mobile] media-play-button svg) {
  border-radius: 100%;
}

:where(media-player:not([data-started]) media-community-skin[data-video][data-mobile] [part="controls-group"]:not(:nth-child(2))) {
  opacity: 0;
  visibility: hidden;
}

:where(media-community-skin[data-video][data-mobile] media-buffering-indicator) {
  transform: translate(-2px, -4px);
}

:where(media-community-skin [part="start-duration"] media-time[type="duration"]) {
  z-index: 2;
  padding: var(--video-mobile-start-duration-padding, 3px 6px);
  color: var(--video-mobile-start-duration-color, var(--video-controls-color));
  background-color: var(--video-mobile-start-duration-bg, #000000a3);
  margin-bottom: 8px;
  margin-right: 8px;
  position: absolute;
  bottom: 8px;
  right: 8px;
}

:where(media-player[data-started] media-community-skin [part="start-duration"] media-time[type="duration"]) {
  display: none;
}

:where(media-player:not([data-can-play]) media-community-skin[data-video] media-time[type="duration"]) {
  opacity: 0;
}

:where(media-community-skin[data-video][data-mobile] media-time[type="current"]) {
  margin-left: 8px;
}

:where(media-player[data-fullscreen] media-community-skin[data-video] div[part="controls-group"]:nth-last-child(2)) {
  margin-bottom: -16px;
}

@media (orientation: portrait) {
  :where(media-player[data-iphone][data-fullscreen] media-community-skin[data-video] div[part="controls-group"]:first-child) {
    margin-top: 48px;
    padding-inline: 4px;
  }

  :where(media-player[data-iphone][data-fullscreen] media-community-skin[data-video] div[part="controls-group"]:nth-last-child(2)) {
    padding-inline: 8px;
  }

  :where(media-player[data-iphone][data-fullscreen] media-community-skin[data-video] div[part="controls-group"]:last-child) {
    margin-inline: 8px;
    margin-bottom: 52px;
  }

  :where(media-player[data-fullscreen] media-community-skin[data-video] media-captions) {
    bottom: 30vh;
  }
}

@media (orientation: landscape) {
  :where(media-player[data-iphone][data-fullscreen][data-user-idle] media-community-skin[data-video] media-captions) {
    bottom: 32px;
  }

  :where(media-player[data-fullscreen] media-community-skin[data-video] div[part="controls-group"]:nth-last-child(2)) {
    margin-bottom: -12px;
  }

  :where(media-player[data-iphone][data-fullscreen] media-community-skin[data-video] div[part="controls-group"]:last-child) {
    margin-bottom: 12px;
  }
}

/* [project]/frontend/node_modules/.pnpm/vidstack@0.6.15/node_modules/vidstack/styles/defaults.css [app-client] (css) */
:where(media-player) :where([data-media-button] > shadow-root, [data-media-slider]:not([data-styled]) > shadow-root, [data-media-menu-button] > shadow-root) {
  display: none;
}

:where(media-player) :where([data-media-slider][data-styled] > shadow-root) {
  display: contents;
}

:where(media-player) {
  --media-focus-ring: 0 0 0 3px #4e9cf6;
  contain: layout style;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  display: inline-block;
  position: relative;
}

media-player:focus, media-player:focus-visible {
  outline: none;
}

:where(media-player[data-focus]:not([data-playing]) media-outlet) {
  box-shadow: var(--media-focus-ring);
}

:where(media-player[data-view-type="video"][data-user-idle]) {
  pointer-events: auto;
  cursor: none;
}

:where(media-outlet) {
  box-sizing: border-box;
  background-color: var(--media-outlet-bg-color, black);
  display: block;
}

:where(media-player[data-fullscreen] media-outlet) {
  height: 100%;
}

:where(media-player[data-view-type="audio"] media-outlet) {
  background-color: unset;
}

:where(media-outlet audio) {
  width: 100%;
}

:where(media-outlet video) {
  touch-action: manipulation;
  width: 100%;
  height: auto;
  display: inline-block;
}

:where(media-player[aspect-ratio]:not([data-fullscreen]) media-outlet) {
  width: 100%;
  height: 0;
  padding-bottom: min(max(var(--media-min-height, 150px), calc(100% / var(--media-aspect-ratio))),
    var(--media-max-height, 100vh));
  position: relative;
}

:where(media-player[aspect-ratio] media-outlet > shadow-root > *) {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

:where(media-icon, media-icon svg) {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  display: block;
}

:where(media-time) {
  contain: content;
  font-size: var(--media-time-font-size, 14px);
  font-weight: var(--media-time-font-weight, 400);
  font-family: var(--media-font-family, sans-serif);
  color: var(--media-time-color, inherit);
  background-color: var(--media-time-bg);
  border-radius: var(--media-time-border-radius);
  letter-spacing: var(--media-time-letter-spacing, .025em);
  display: inline-block;
}

:where(media-player [data-media-button]) {
  contain: layout style;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  display: inline-block;
  position: relative;
}

:where(media-player [data-media-button]:focus) {
  outline: none;
}

:where(media-player [data-media-button][data-focus]) :where([slot], [data-media-icon]) {
  box-shadow: var(--media-focus-ring);
}

:where(media-player [data-media-button][data-focus] media-tooltip [slot]) {
  box-shadow: unset;
}

:where(media-live-indicator:not([data-live])) {
  cursor: unset;
}

:where(media-player [data-media-slider]) {
  contain: layout style;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  display: inline-block;
  position: relative;
}

:where(media-player [data-media-slider][disabled]) {
  cursor: unset;
}

:where(media-player [data-media-slider]:focus) {
  outline: none;
}

:where(media-player [data-media-slider][data-focus] [part="track"]) {
  box-shadow: var(--media-focus-ring);
}

:where(media-player [data-media-slider][data-chapters][data-focus] [part="chapter"]) {
  clip-path: inset(-2px);
}

:where(media-player[data-bp-x="sm"]) :where(media-time-slider [part="chapters"]), :where(media-player:not([data-bp-x="sm"])) :where(media-time-slider[data-chapters] > :not(shadow-root, [slot]), media-time-slider[data-chapters] > shadow-root > [part~="track"]), :where(media-volume-slider [part~="track-progress"]) {
  display: none !important;
}

:where(media-slider-value) {
  contain: content;
  font-size: 14px;
  font-family: var(--media-font-family, sans-serif);
  display: inline-block;
}

:where(media-slider-thumbnail) {
  contain: content;
  box-sizing: border-box;
  display: block;
}

:where(media-thumbnail) {
  width: var(--thumbnail-width);
  height: var(--thumbnail-height);
  background-color: var(--media-thumbnail-bg, black);
  contain: strict;
  box-sizing: border-box;
  border: var(--media-thumbnail-border, 1px solid white);
  min-width: var(--media-thumbnail-min-width, 120px);
  min-height: var(--media-thumbnail-min-height, 80px);
  max-width: var(--media-thumbnail-max-width, 180px);
  max-height: var(--media-thumbnail-max-height, 160px);
  display: block;
  overflow: hidden;
}

:where(media-thumbnail [part="img"]) {
  min-width: unset !important;
  max-width: unset !important;
}

:where(media-slider-video) {
  box-sizing: border-box;
  contain: content;
  border: var(--media-thumbnail-border, 1px solid white);
  background-color: #000;
  display: inline-block;
}

:where(media-slider-video [part="video"]) {
  width: 156px;
  height: auto;
  display: block;
}

:where(media-slider-video[data-loading]) {
  opacity: 0;
}

:where(media-slider-video[aria-hidden="true"], media-slider-video[aria-hidden="true"] [part="video"]) {
  width: 0;
  display: none;
}

:where(media-poster) {
  contain: content;
  opacity: 0;
  pointer-events: none;
  object-fit: cover;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: opacity .2s ease-out;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

:where(media-poster [part="img"]) {
  object-fit: inherit;
  object-position: inherit;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

:where(media-poster[aria-hidden="true"]) {
  display: none;
}

:where(media-player[data-view-type="video"]:not([data-started]) media-poster) {
  opacity: 1;
}

:where(media-gesture) {
  contain: content;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  pointer-events: none !important;
}

:where(media-menu > [data-media-menu-items]:focus), :where(media-menu) :where([role="menuitem"]:focus, [role="menuitemradio"]:focus) {
  outline: none;
}

:where(media-menu) :where([role="menuitem"]:focus-visible, [role="menuitem"][data-focus], [role="menuitemradio"]:focus-visible, [role="menuitemradio"][data-focus]), :where(media-menu > [data-media-menu-button][role="button"][data-focus] [data-media-icon]), :where(media-menu > [data-media-menu-button][role="button"][data-focus] svg), :where(media-radio[data-focus]) {
  box-shadow: var(--media-focus-ring);
  outline: none;
}

:where(media-player [data-media-button][aria-hidden="true"]), :where(media-player [data-media-slider][aria-hidden="true"]), :where(media-thumbnail[aria-hidden="true"]), :where(media-slider-thumbnail[aria-hidden="true"]) {
  display: none !important;
}

:where(media-buffering-indicator) {
  pointer-events: none;
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

:where(media-buffering-indicator [part="icon"]) {
  width: var(--media-buffering-size, 84px);
  height: var(--media-buffering-size, 84px);
  opacity: 0;
  transition: var(--media-buffering-transition, opacity .2s ease);
}

:where(media-buffering-indicator [part="track"]) {
  color: var(--media-buffering-track-color, #f5f5f5);
  opacity: var(--media-buffering-track-opacity, .25);
  stroke-width: var(--media-buffering-track-width, 8);
}

:where(media-buffering-indicator [part="track-fill"]) {
  color: var(--media-buffering-track-fill-color, #f5f5f5);
  opacity: var(--media-buffering-track-fill-opacity, .75);
  stroke-width: var(--media-buffering-track-fill-width, 9);
  stroke-dasharray: 100;
  stroke-dashoffset: var(--media-buffering-track-fill-offset, 50);
}

:where(media-buffering-indicator[data-buffering] [part="icon"]) {
  opacity: 1;
  animation: var(--media-buffering-animation, media-buffering-spin 1s linear infinite);
}

@keyframes media-buffering-spin {
  to {
    transform: rotate(360deg);
  }
}

:where(media-player [data-media-button]) {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
  border-radius: var(--media-button-border-radius, 2px);
  color: var(--media-button-color, var(--media-controls-color, #f5f5f5));
  width: var(--media-button-size, 40px);
  height: var(--media-button-size, 40px);
  justify-content: center;
  align-items: center;
  transition: transform .2s ease-out;
  display: inline-flex;
}

:where(media-player[data-fullscreen] [data-media-button]) {
  width: var(--media-fullscreen-button-size, 42px);
  height: var(--media-fullscreen-button-size, 42px);
}

:where(media-player[data-bp-x="sm"][data-fullscreen] [data-media-button]) {
  width: var(--media-mobile-fullscreen-button-size, 42px);
  height: var(--media-mobile-fullscreen-button-size, 42px);
}

:where(media-player) :where([data-media-button] > svg, [data-media-button] > media-icon, [data-media-button] > shadow-root > svg, [data-media-button] > shadow-root > media-icon) {
  width: var(--media-button-icon-size, 80%);
  height: var(--media-button-icon-size, 80%);
  border-radius: var(--media-button-border-radius, 2px);
}

:where(media-player [data-media-button] > shadow-root) {
  display: contents;
}

:where(media-player [data-media-button]:not([default-appearance]) > shadow-root:not(:only-child)) {
  display: none;
}

:where(media-player [data-media-button] [slot]) {
  display: none !important;
}

:where(media-player) :where(media-toggle-button[data-pressed] [slot="on"], media-toggle-button:not([data-pressed]) [slot="off"], media-play-button[data-paused]:not([data-ended]) [slot="play"], media-play-button[data-ended] [slot="replay"], media-play-button:not([data-paused]) [slot="pause"], media-mute-button[data-volume="high"] [slot="volume-high"], media-mute-button[data-volume="low"] [slot="volume-low"], media-mute-button[data-volume="muted"] [slot="volume-muted"], media-mute-button[data-volume="muted"] [slot="unmute"], media-mute-button:not([data-volume="muted"]) [slot="mute"], media-pip-button:not([data-pip]) [slot="enter"], media-pip-button[data-pip] [slot="exit"], media-caption-button:not([data-pressed]) [slot="off"], media-caption-button[data-pressed] [slot="on"], media-fullscreen-button:not([data-fullscreen]) [slot="enter"], media-fullscreen-button[data-fullscreen] [slot="exit"], media-seek-button:not([seconds*="-"]) [slot="forward"], media-seek-button[seconds*="-"] [slot="backward"], media-menu [data-media-menu-button][data-pressed] [slot="close"], media-menu [data-media-menu-button]:not([data-pressed]) [slot="open"]) {
  display: inline-block !important;
}

:where(media-player [data-media-button][aria-hidden="true"]) {
  display: none;
}

@media (pointer: fine) {
  :where(media-player [data-media-button][data-hover]) {
    background-color: var(--media-button-hover-bg, #fff3);
    transform: var(--media-button-hover-transform, scale(1));
    transition: var(--media-button-hover-transition, transform .2s ease-in);
  }
}

@media (pointer: coarse) {
  :where(media-player [data-media-button][data-hover]) {
    border-radius: var(--media-button-touch-hover-border-radius, 100%);
    background-color: var(--media-button-touch-hover-bg, #fff3);
  }
}

:where(media-captions) {
  --overlay-padding: var(--media-captions-padding, 1%);
  --cue-color: var(--media-cue-color, white);
  --cue-bg-color: var(--media-cue-bg, #000000b3);
  --cue-font-size: var(--media-cue-font-size, calc(var(--overlay-height) / 100 * 5));
  --cue-line-height: var(--media-cue-line-height, calc(var(--cue-font-size) * 1.2));
  --cue-padding-x: var(--media-cue-padding-x, calc(var(--cue-font-size) * .6));
  --cue-padding-y: var(--media-cue-padding-x, calc(var(--cue-font-size) * .4));
  z-index: 1;
  contain: layout style size;
  margin: var(--overlay-padding);
  font-size: var(--cue-font-size);
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  word-spacing: normal;
  word-break: break-word;
  font-family: sans-serif;
  position: absolute;
  inset: 0;
}

:where(media-player[data-fullscreen][data-bp-x="lg"] media-captions) {
  --cue-font-size: var(--media-large-fullscreen-cue-font-size, calc(var(--overlay-height) / 100 * 3));
}

@media (orientation: portrait) {
  :where(media-player[data-bp-x="sm"][data-fullscreen] media-captions) {
    --cue-font-size: 18px;
  }
}

:where(media-player[data-view-type="audio"] media-captions) {
  margin: 0;
  position: relative;
}

:where(media-captions[aria-hidden="true"]) {
  opacity: 0;
  visibility: hidden;
}

:where(media-captions [part="cue-display"]) {
  contain: content;
  top: var(--cue-top);
  left: var(--cue-left);
  right: var(--cue-right);
  bottom: var(--cue-bottom);
  width: var(--cue-width, auto);
  height: var(--cue-height, auto);
  box-sizing: border-box;
  transform: var(--cue-transform);
  text-align: var(--cue-text-align);
  writing-mode: var(--cue-writing-mode, unset);
  white-space: pre-line;
  min-width: min-content;
  min-height: min-content;
  padding: var(--media-cue-display-padding);
  background-color: var(--media-cue-display-bg);
  border-radius: var(--media-cue-display-border-radius);
  direction: ltr;
  unicode-bidi: plaintext;
  position: absolute;
  overflow: visible;
}

:where(media-captions[data-dir="rtl"] [part="cue-display"]) {
  direction: rtl;
}

:where(media-captions [part="cue"]) {
  contain: content;
  border: var(--media-cue-border, unset);
  border-radius: var(--media-cue-border-radius, 2px);
  -webkit-backdrop-filter: var(--media-cue-backdrop, blur(8px));
  backdrop-filter: var(--media-cue-backdrop, blur(8px));
  padding: var(--cue-padding-y) var(--cue-padding-x);
  line-height: var(--cue-line-height);
  background-color: var(--cue-bg-color);
  box-sizing: border-box;
  color: var(--cue-color);
  box-shadow: var(--media-cue-box-shadow, var(--cue-box-shadow));
  white-space: var(--cue-white-space, pre-wrap);
  outline: var(--cue-outline);
  text-shadow: var(--cue-text-shadow);
  display: inline-block;
}

:where(media-captions [part="cue-display"][data-vertical] [part="cue"]) {
  padding: var(--cue-padding-x) var(--cue-padding-y);
}

:where(media-captions [part="region"]) {
  width: var(--region-width);
  height: var(--region-height);
  min-height: 0;
  max-height: var(--region-height);
  writing-mode: horizontal-tb;
  top: calc(var(--region-top, var(--overlay-height) * var(--region-viewport-anchor-y) / 100 - var(--region-height) *
        var(--region-anchor-y) / 100));
  left: var(--region-left, calc(calc(var(--region-viewport-anchor-x) * 1%) -
        calc(var(--region-width) * var(--region-anchor-x) / 100)));
  right: var(--region-right);
  bottom: var(--region-bottom);
  overflow-wrap: break-word;
  box-sizing: border-box;
  flex-flow: column;
  justify-content: flex-start;
  display: inline-flex;
  position: absolute;
  overflow: hidden;
}

:where(media-captions [part="region"][data-scroll="up"]) {
  justify-content: end;
}

:where(media-captions [part="region"][data-active][data-scroll="up"]) {
  transition: top .433s;
}

:where(media-captions [part="region"] > [part="cue-display"]) {
  width: auto;
  left: var(--cue-offset);
  height: var(--cue-height, auto);
  text-align: var(--cue-text-align);
  unicode-bidi: plaintext;
  margin-top: 2px;
  position: relative;
}

:where(media-captions [part="region"] [part="cue"]) {
  border-radius: 0;
  position: relative;
}

:where(media-live-indicator) {
  min-width: auto;
  min-height: auto;
}

:where(media-live-indicator [part="container"]) {
  width: var(--media-live-indicator-width, 40px);
  height: var(--media-live-indicator-height, 40px);
  justify-content: center;
  align-items: center;
  display: flex;
}

:where(media-live-indicator [part="text"]) {
  background-color: var(--media-live-indicator-bg, #8a8a8a);
  border-radius: var(--media-live-indicator-border-radius, 2px);
  color: var(--media-live-indicator-color, #161616);
  font-family: var(--media-font-family, sans-serif);
  font-size: var(--media-live-indicator-font-size, 12px);
  font-weight: var(--media-live-indicator-font-weight, 600);
  letter-spacing: var(--media-live-indicator-letter-spacing, 1.5px);
  padding: var(--media-live-indicator-padding, 1px 4px);
  transition: color .3s;
}

:where(media-live-indicator[data-live-edge] [part="text"]) {
  background-color: var(--media-live-indicator-edge-bg, #dc2626);
  color: var(--media-live-indicator-edge-color, #f5f5f5);
}

:where(media-live-indicator[data-focus] [part="text"]) {
  box-shadow: var(--media-focus-ring);
}

:where(media-live-indicator:not([data-live]) > shadow-root), :where(media-live-indicator:not([data-live]) [slot="live"], media-live-indicator[data-live-edge] [slot="live"], media-live-indicator[data-live] [slot="not-live"], media-live-indicator:not([data-live-edge]) [slot="live-edge"]) {
  display: none;
}

@media (pointer: fine) {
  :where(media-live-indicator[data-hover]) {
    background-color: unset;
  }
}

:where(media-menu) {
  box-sizing: border-box;
  font-family: var(--media-font-family, sans-serif);
  font-size: var(--media-menu-font-size, 15px);
  font-weight: var(--media-menu-font-weight, 500);
  display: inline-flex;
  position: relative;
}

:where(media-menu[data-open]) {
  z-index: 99999;
}

:where(media-menu[data-disabled]:not([data-submenu])) {
  display: none;
}

:where(media-menu media-menu) {
  display: inline-block;
}

@media (prefers-reduced-motion: no-preference) {
  :where(media-menu > [data-media-menu-items]) {
    scroll-behavior: smooth;
  }
}

:where(media-menu > [data-media-menu-items]) {
  box-sizing: border-box;
  min-width: var(--media-menu-min-width, 260px);
  scrollbar-width: thin;
}

:where(media-menu > [data-media-menu-items])::-webkit-scrollbar {
  border-radius: var(--media-menu-border-radius, 8px);
  background-color: #000;
  width: 5px;
  height: 6px;
}

:where(media-menu > [data-media-menu-items])::-webkit-scrollbar-track {
  background-color: var(--media-menu-scrollbar-track-bg, #f5f5f514);
  border-radius: 4px;
}

:where(media-menu > [data-media-menu-items])::-webkit-scrollbar-thumb {
  background-color: var(--media-menu-scrollbar-thumb-bg, #f5f5f51a);
  border-radius: 4px;
}

:where(media-menu shadow-root) {
  display: contents;
}

:where(media-menu [data-media-menu-button] > shadow-root:only-child > [slot]) {
  display: inline-block !important;
}

:where(media-menu [data-media-menu-button][role="button"] [data-rotate]) {
  transition: transform .2s ease-out;
}

:where(media-menu [data-media-menu-button][data-pressed][role="button"] [data-rotate]) {
  transform: rotate(var(--media-menu-button-icon-rotate-deg, 90deg));
  transition: transform .2s ease-in;
}

:where(media-menu [data-media-menu-button][role="button"]) {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

:where(media-menu [data-media-menu-button]) {
  box-sizing: border-box;
}

:where(media-menu [data-media-menu-button][role="button"]) :where([slot="label"], [slot="hint"]) {
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

:where(media-menu [data-media-menu-button][role="button"]) :where([slot="open-icon"], [slot="close-icon"]) {
  display: none !important;
}

:where(media-menu [data-media-menu-button]) :where([slot="hint"], [slot="open-icon"]) {
  color: var(--media-menu-hint-color, #f5f5f580);
}

:where(media-menu > [data-media-menu-items]) {
  flex-direction: column;
  display: flex;
}

:where(media-menu) :where([role="menuitem"]:focus-visible, [role="menuitem"][data-hocus], [role="menuitemradio"][data-hocus]) {
  cursor: pointer;
  background-color: var(--media-menu-item-hover-bg, #f5f5f514);
}

@media (pointer: fine) {
  :where(media-menu [role="menuitem"]:hover) {
    cursor: pointer;
    background-color: var(--media-menu-item-hover-bg, #f5f5f514);
  }
}

:where(media-menu:not([data-submenu]) > [data-media-menu-items]) {
  right: var(--media-menu-x-offset, 4px);
  margin-bottom: var(--media-menu-y-offset, 4px);
  padding: var(--media-menu-padding, 10px);
  border: var(--media-menu-border, 1px solid #ffffff1a);
  background-color: var(--media-menu-bg, #0a0a0af2);
  border-radius: var(--media-menu-border-radius, 8px);
  box-shadow: var(--media-menu-box-shadow, 1px 1px 1px #0a0a0a80);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  height: var(--menu-height, auto);
  will-change: width, height;
  max-height: var(--media-menu-max-height, calc(var(--media-height) * .7));
  overscroll-behavior: contain;
  opacity: 0;
  pointer-events: none;
  box-sizing: border-box;
  transition: height .25s linear, opacity .15s ease-out, transform .3s ease-in;
  position: absolute;
  bottom: 100%;
  overflow-y: auto;
}

:where(media-menu[position~="left"]:not([data-popup]) > [data-media-menu-items]) {
  left: var(--media-menu-x-offset, 4px);
  right: unset;
}

:where(media-menu[position~="bottom"]:not([data-popup]) > [data-media-menu-items]) {
  margin-top: var(--media-menu-y-offset, 4px);
  top: 100%;
  bottom: unset;
  margin-bottom: unset;
}

:where(media-menu [data-media-menu-items][data-resizing]) {
  pointer-events: none;
  overflow: hidden;
}

:where(media-menu:not([data-submenu]) > [data-media-menu-items][aria-hidden="false"]) {
  opacity: 1;
  pointer-events: auto;
}

:where(media-menu[data-popup] > [data-media-menu-items]) {
  left: 16px;
  right: 16px;
  top: unset;
  max-height: var(--media-mobile-menu-portrait-max-height, 40vh);
  z-index: 9999999;
  position: fixed;
  bottom: 0;
  transform: translateY(100%);
}

:where(media-menu[data-popup] > [data-media-menu-items][aria-hidden="false"]) {
  opacity: 1;
  transform: translateY(-24px);
}

:where(media-menu[data-popup] > [data-media-menu-items]) {
  max-width: 480px;
  margin: 0 auto;
}

:where(media-menu[data-popup-wide] > [data-media-menu-items]) {
  max-height: var(--media-mobile-menu-landscape-max-height, min(70vh, 400px));
}

:where(media-menu[data-submenu] [data-media-menu-button]) {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

:where(media-menu[data-submenu] > [data-media-menu-items]) {
  width: 100%;
  margin-top: 12px;
}

:where(media-menu[aria-hidden="true"]), :where(media-menu[data-submenu] > [data-media-menu-items][aria-hidden="true"]) {
  display: none;
}

:where(media-menu) :where([role="menuitem"], [role="menuitemradio"]) {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
  color: var(--media-menu-item-color, #f5f5f5);
  padding: var(--media-menu-item-padding, 10px);
  border-radius: var(--media-menu-item-border-radius, 2px);
  box-sizing: border-box;
  justify-content: left;
  align-items: center;
  display: flex;
}

:where(media-menu[data-popup]) :where([role="menuitem"], [role="menuitemradio"]) {
  padding: var(--media-mobile-menu-item-padding, 12px);
}

:where(media-menu[data-submenu] > [data-media-menu-items]) {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

:where(media-menu [data-media-menu-button][role="menuitem"][aria-expanded="true"]) {
  border-radius: 0;
  border-top-left-radius: var(--media-menu-item-border-radius, 2px);
  border-top-right-radius: var(--media-menu-item-border-radius, 2px);
  border-bottom: var(--media-menu-divider, 1px solid #f5f5f526);
}

:where(media-menu[data-submenu] > [data-media-menu-button][aria-expanded="true"]) {
  top: calc(-1 * var(--media-menu-padding, 10px));
  z-index: 10;
  background-color: var(--media-menu-top-bar-bg, #0a0a0a);
  width: 100%;
  position: sticky;
  left: 0;
}

:where(media-menu [role="menuitem"] [slot="label"]) {
  margin-left: 6px;
}

:where(media-menu [role="menuitem"] [slot*="icon"]) {
  width: var(--media-menu-item-icon-size, 22px);
  height: var(--media-menu-item-icon-size, 22px);
}

:where(media-menu [role="menuitem"]) :where([slot="open-icon"], [slot="close-icon"]) {
  width: 18px;
  height: 18px;
}

:where(media-menu [role="menuitem"]) :where([slot="hint"], [slot="open-icon"]) {
  margin-left: auto;
}

:where(media-menu [role="menuitem"]) :where([slot="hint"] + [slot="open-icon"]) {
  margin-left: 2px;
}

:where(media-menu [role="menuitem"][aria-hidden="true"]), :where(media-menu [role="menuitem"][aria-expanded="true"] [slot="open-icon"]) {
  display: none !important;
}

:where(media-menu [role="menuitem"][aria-disabled="true"] [slot="open-icon"]) {
  opacity: 0;
}

:where([data-media-menu-button] [slot="close-icon"]), :where(media-menu [role="menuitem"][aria-expanded="true"] [slot="icon"]) {
  display: none !important;
}

:where(media-menu [role="menuitem"][aria-expanded="true"] [slot="close-icon"]) {
  display: inline !important;
}

:where(media-menu [part="info"]) {
  color: var(--media-menu-item-info-color, #a8a9ab);
  font-size: var(--media-menu-item-info-font-size, 13px);
  margin-left: auto;
}

:where(media-radio-group) {
  box-sizing: border-box;
  flex-direction: column;
  width: 100%;
  display: flex;
}

:where(media-radio) {
  box-sizing: border-box;
  cursor: pointer;
  font-family: var(--media-font-family, sans-serif);
  contain: content;
  padding: var(--media-menu-item-padding, 12px);
  border-radius: 2px;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  position: relative;
}

:where(media-radio [part="check"]) {
  border: var(--media-menu-radio-check-border, 2px solid #f5f5f580);
  box-sizing: border-box;
  height: var(--media-menu-radio-check-size, 9px);
  width: var(--media-menu-radio-check-size, 9px);
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  display: flex;
  border-width: unset !important;
}

:where(media-radio[aria-checked="true"] [part="check"]) {
  border: 2px solid var(--media-menu-radio-check-active-color, #f5f5f5);
}

:where(media-radio[aria-checked="true"] [part="check"]):after {
  content: "";
  border-color: var(--media-menu-radio-check-active-color, #f5f5f5);
  background-color: var(--media-menu-radio-check-active-color, #f5f5f5);
  box-sizing: border-box;
  height: var(--media-menu-radio-check-inner-size, 4px);
  width: var(--media-menu-radio-check-inner-size, 4px);
  border-radius: 9999px;
  border-width: unset !important;
}

:where(media-chapters-menu-items) {
  padding: var(--media-chapters-padding, 0);
  min-width: var(--media-chapters-min-width, var(--media-menu-min-width, 220px));
}

:where(media-chapters-menu-items[data-thumbnails]) {
  min-width: var(--media-chapters-with-thumbnails-min-width, 300px);
}

:where(media-chapters-menu-items [part="check"]) {
  display: none;
}

:where(media-chapters-menu-items [part="chapter"]) {
  border-bottom: var(--media-chapters-divider, 1px solid #f5f5f526);
  border-radius: 0;
}

:where(media-chapters-menu-items [part="chapter"]:last-child) {
  border-bottom: 0;
}

:where(media-chapters-menu-items [part="chapter"][data-focus]) {
  margin: var(--media-chapters-item-focus-margin, 4px);
}

:where(media-chapters-menu-items [part="chapter"][aria-checked="true"]) {
  background-color: var(--media-chapters-item-active-bg, #ffffff0a);
  border-left: var(--media-chapters-item-active-border-left);
}

:where(media-chapters-menu-items [part="chapter"][aria-checked="true"]):after {
  content: " ";
  width: var(--played-percent);
  height: var(--media-chapters-progress-height, 3px);
  border-radius: var(--media-chapters-progress-border-radius, 0);
  background-color: var(--media-chapters-progress-bg, #f5f5f5);
  position: absolute;
  bottom: 0;
  left: 0;
}

:where(media-chapters-menu-items [part="thumbnail"]) {
  margin-right: var(--media-chapters-thumbnail-gap, 12px);
  border: var(--media-chapters-thumbnail-border, 0);
  min-width: var(--media-chapters-thumbnail-min-width, 100px);
  min-height: var(--media-chapters-thumbnail-min-height, 56px);
  max-width: var(--media-chapters-thumbnail-max-width, 120px);
  max-height: var(--media-chapters-thumbnail-max-height, 68px);
  flex-shrink: 0;
}

:where(media-chapters-menu-items [part="title"]) {
  color: var(--media-chapters-title-color, #f5f5f5);
  font-size: var(--media-chapters-title-font-size, 15px);
  font-weight: var(--media-chapters-title-font-weight, 500);
  white-space: var(--media-chapters-title-white-space, nowrap);
}

:where(media-chapters-menu-items [part="start-time"]) {
  padding: var(--media-chapters-start-time-padding, 1px 4px);
  letter-spacing: var(--media-chapters-start-time-letter-spacing, .4px);
  border-radius: var(--media-chapters-start-time-border-radius, 2px);
  color: var(--media-chapters-start-time-color, #a8a9ab);
  font-size: var(--media-chapters-start-time-font-size, 12px);
  font-weight: var(--media-chapters-start-time-font-weight, 500);
  background-color: var(--media-chapters-start-time-bg, #9ca3af33);
  margin-top: var(--media-chapters-start-time-gap, 6px);
  display: inline-block;
}

:where(media-chapters-menu-items [part="duration"]) {
  color: var(--media-chapters-duration-color, #f5f5f580);
  background-color: var(--media-chapters-duration-bg);
  font-size: var(--media-chapters-duration-font-size, 12px);
  font-weight: var(--media-chapters-duration-font-weight, 500);
  border-radius: var(--media-chapters-duration-border-radius, 2px);
  margin-top: var(--media-chapters-duration-gap, 6px);
}

:where(media-menu [data-media-menu-button][aria-disabled="true"]) {
  display: none;
}

:where(media-chapters-menu-items:not([data-thumbnails]) [part="content"]) {
  flex-flow: wrap;
  align-items: center;
  width: 100%;
  display: flex;
}

:where(media-chapters-menu-items:not([data-thumbnails]) [part="start-time"]) {
  margin-top: 0;
  margin-left: auto;
}

:where(media-chapters-menu-items:not([data-thumbnails]) [part="duration"]) {
  flex-basis: 100%;
  margin-top: 4px;
}

:where(media-player [data-media-slider]) {
  -webkit-tap-highlight-color: transparent;
  --width: var(--media-slider-width, 100%);
  --height: var(--media-slider-height, 48px);
  --thumb-size: var(--media-slider-thumb-size, 15px);
  --thumb-focus-size: var(--media-slider-focused-thumb-size, calc(var(--thumb-size) * 1.1));
  --track-width: var(--media-slider-track-width, 100%);
  --track-height: var(--media-slider-track-height, 5px);
  --track-focus-width: var(--media-slider-focused-track-width, var(--track-width));
  --track-focus-height: var(--media-slider-focused-track-height, calc(var(--track-height) * 1.25));
  width: var(--width);
  height: var(--height);
  margin: 0 calc(var(--thumb-size) / 2);
  contain: layout style;
}

:where(media-player [data-media-slider] > shadow-root) {
  display: contents;
}

:where(media-player [data-media-slider] [part~="track"]) {
  z-index: 0;
  width: var(--track-width);
  height: var(--track-height);
  border-radius: var(--media-slider-track-border-radius, 1px);
  background-color: var(--media-slider-track-bg, #ffffff4d);
  contain: strict;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)translateZ(0);
}

:where(media-player [data-media-slider] [part="track"]) {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

:where(media-player [data-media-slider][data-focus] [part="track"]) {
  outline-offset: var(--thumb-size);
}

:where(media-player [data-media-slider]:not([data-chapters])[data-interactive] [part*="track"]) {
  width: var(--track-focus-width);
  height: var(--track-focus-height);
}

:where(media-player [data-media-slider] [part~="track-fill"]) {
  z-index: 2;
  background-color: var(--media-slider-track-fill-bg, #fafafa);
  width: var(--slider-fill-percent);
  will-change: width;
}

:where(media-player[data-live] media-time-slider [part~="track-fill"]) {
  background-color: var(--media-slider-track-fill-live-bg, #dc2626);
}

:where(media-time-slider [part~="track-progress"]) {
  z-index: 1;
  width: var(--media-buffered-percent, 0%);
  will-change: width;
  background-color: var(--media-slider-track-progress-bg, #ffffff80);
  left: 0;
}

:where(media-player [data-media-slider] [part="thumb-container"]) {
  z-index: 2;
  top: 0;
  left: var(--slider-fill-percent);
  width: var(--thumb-size);
  will-change: left;
  pointer-events: none;
  contain: layout size style;
  height: 100%;
  position: absolute;
  transform: translateX(-50%)translateZ(0);
}

:where(media-player [data-media-slider] [part="thumb"]) {
  opacity: 0;
  contain: strict;
  width: var(--thumb-size);
  height: var(--thumb-size);
  border: var(--media-slider-thumb-border, 1px solid #cacaca);
  border-radius: var(--media-slider-thumb-border-radius, 9999px);
  background-color: var(--media-slider-thumb-bg, #fff);
  pointer-events: none;
  transition: opacity .15s ease-in;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)translateZ(0);
}

:where(media-player) :where([data-media-slider][data-dragging], [data-media-slider][data-focus]) :where([part="thumb"]) {
  box-shadow: var(--media-slider-focused-thumb-shadow, 0 0 0 4px #fff6);
}

:where(media-player [data-media-slider][data-interactive] [part="thumb"]) {
  opacity: 1;
  transition: var(--media-slider-thumb-transition, opacity .2s ease-in, box-shadow .2s ease);
}

:where(media-player [data-media-slider][data-dragging] [part="thumb"]) {
  width: var(--thumb-focus-size);
  height: var(--thumb-focus-size);
}

:where(media-player [data-media-slider] [slot="preview"]) {
  left: var(--preview-left);
  bottom: calc(100% + var(--media-slider-preview-gap, -4px));
  opacity: 0;
  background-color: var(--media-slider-preview-bg);
  border-radius: var(--media-slider-preview-border-radius, 2px);
  pointer-events: none;
  will-change: left, opacity;
  contain: layout paint style;
  flex-direction: column;
  align-items: center;
  transition: opacity .2s ease-out;
  display: flex;
  position: absolute;
  transform: translateX(-50%)translateZ(0);
}

:where(media-player [data-media-slider][data-interactive] [slot="preview"]) {
  opacity: 1;
  transition: opacity .2s ease-in;
}

:where(media-player [data-media-slider] media-slider-value) {
  padding: var(--media-slider-value-padding, 1px 10px);
  color: var(--media-slider-value-color, white);
  background-color: var(--media-slider-value-bg, black);
  border-radius: var(--media-slider-value-border-radius, 2px);
  border: var(--media-slider-value-border);
}

:where(media-slider-video:not([aria-hidden="true"]) + media-slider-value, media-slider-video:not([aria-hidden="true"]) + [part="chapter-title"], media-slider-thumbnail:not([aria-hidden="true"]) + media-slider-value, media-slider-thumbnail:not([aria-hidden="true"]) + [part="chapter-title"]) {
  margin-top: var(--media-slider-value-gap, 8px);
}

:where(media-player:not([data-can-play]) media-time-slider media-slider-value) {
  display: none;
}

:where(media-player [data-media-slider][aria-orientation="vertical"]) {
  --width: var(--media-slider-width, 48px);
  --height: var(--media-slider-height, 100%);
  --track-width: var(--media-slider-track-width, 4px);
  --track-height: var(--media-slider-track-height, 100%);
  --track-focus-width: var(--media-slider-focused-track-width, calc(var(--track-width) * 1.25));
  --track-focus-height: var(--media-slider-focused-track-height, var(--track-height));
  margin: calc(var(--thumb-size) / 2) 0;
}

:where(media-player [data-media-slider][aria-orientation="vertical"] [part*="track"]) {
  top: unset;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)translateZ(0);
}

:where(media-player [data-media-slider][aria-orientation="vertical"] [part~="track-fill"]) {
  width: var(--track-width);
  height: var(--slider-fill-percent);
  will-change: height;
  transform: translateX(-50%)translateZ(0);
}

:where(media-player [data-media-slider][aria-orientation="vertical"] [part~="track-progress"]) {
  top: unset;
  width: var(--track-width);
  height: var(--media-buffered-percent, 0%);
  will-change: height;
  bottom: 0;
}

:where(media-player [data-media-slider][aria-orientation="vertical"] [part="thumb-container"]) {
  top: unset;
  bottom: var(--slider-fill-percent);
  will-change: bottom;
  width: 100%;
  left: 50%;
  transform: translateX(-50%)translateZ(0);
}

:where(media-player [data-media-slider][aria-orientation="vertical"][data-dragging] [part="thumb-container"]) {
  top: unset;
}

:where(media-player [data-media-slider][aria-orientation="vertical"] [part="thumb"]) {
  top: unset;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)translateY(50%)translateZ(0);
}

:where(media-player [data-media-slider][aria-orientation="vertical"] [slot="preview"]) {
  top: unset;
  left: calc(100% + var(--media-slider-vertical-preview-gap, 4px));
  bottom: var(--preview-bottom);
  will-change: bottom;
  transform: translateY(50%)translateZ(0);
}

:where(media-time-slider [part="chapters"]) {
  contain: layout style;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

:where(media-time-slider [part="chapter-container"]) {
  contain: layout style;
  align-items: center;
  width: 0%;
  height: 100%;
  margin-right: 2px;
  display: flex;
}

:where(media-time-slider [part="chapter-container"]:last-child) {
  margin-right: 0;
}

:where(media-time-slider [part="chapter"]) {
  width: 100%;
  height: var(--track-height);
  will-change: height, transform;
  contain: layout style;
  border-radius: var(--media-slider-track-border-radius, 1px);
  align-items: center;
  display: flex;
  position: relative;
}

@media (pointer: fine) {
  :where(media-time-slider [part="chapter-container"]:hover [part="chapter"]) {
    transform: var(--media-slider-chapter-hover-transform, scaleY(2));
    transition: var(--media-slider-chapter-hover-transition, transform .1s cubic-bezier(.4, 0, 1, 1));
  }
}

:where(media-time-slider [part="chapter-title"]) {
  font-family: var(--media-font-family, sans-serif);
  font-size: var(--media-slider-chapter-title-font-size, 14px);
  color: var(--media-slider-chapter-title-color, #f5f5f5);
  background-color: var(--media-slider-chapter-title-bg);
}

:where(media-tooltip) {
  background-color: var(--media-tooltip-bg-color, black);
  border: var(--media-tooltip-border, 1px solid #ffffff1a);
  border-radius: var(--media-tooltip-border-radius, 2px);
  box-sizing: border-box;
  color: var(--media-tooltip-color, #ccc);
  font-family: var(--media-font-family, sans-serif);
  font-size: var(--media-tooltip-font-size, 13px);
  font-weight: var(--media-tooltip-font-weight, 500);
  margin-left: unset;
  margin-bottom: var(--media-tooltip-y-offset, 12px);
  opacity: 0;
  padding: var(--media-tooltip-padding, 2px 8px);
  pointer-events: none;
  transform-origin: 50% 100%;
  white-space: nowrap;
  transition: transform .2s ease-out .1s, opacity .2s ease-out .1s;
  display: block;
  position: absolute;
  bottom: 80%;
  left: 50%;
  transform: translate(-50%, 12px)scale(.8);
}

:where(media-tooltip[position~="left"]) {
  transform-origin: 0 100%;
  margin-left: var(--media-tooltip-x-offset, 0);
  left: 0;
  transform: translateY(12px)scale(.8);
}

:where(media-tooltip[position~="right"]) {
  margin-left: unset;
  margin-right: var(--media-tooltip-x-offset, 0);
  transform-origin: 100% 100%;
  left: auto;
  right: 0;
  transform: translateY(12px)scale(.8);
}

:where(media-tooltip[position~="bottom"]) {
  top: 80%;
  bottom: unset;
  margin-top: var(--media-tooltip-y-offset, 12px);
  margin-bottom: unset;
  transform: translate(-50%, -12px)scale(1);
}

:where(media-tooltip[position="bottom left"], media-tooltip[position="bottom right"]) {
  transform: translateY(-12px)scale(.8);
}

:where(media-menu [data-media-menu-button][role="button"][data-pressed] media-tooltip) {
  opacity: 0;
  display: none;
}

@media (pointer: fine) {
  :where(media-player [data-media-button][data-hocus] media-tooltip) {
    opacity: 1;
    transition: transform .2s ease-in .1s, opacity .2s ease-in .1s;
    transform: translate(-50%)scale(1);
  }

  :where(media-player [data-media-button][data-hocus] media-tooltip[position~="left"]), :where(media-player [data-media-button][data-hocus] media-tooltip[position~="right"]) {
    transform: translate(0)scale(1);
  }
}

/* [project]/frontend/src/components/navigation/MobileBottomBar.module.css [app-client] (css) */
.MobileBottomBar-module__lfkfdG__bar {
  z-index: 60;
  height: 56px;
  padding: 0 8px;
  padding-bottom: env(safe-area-inset-bottom, 0px);
  background: var(--mono-surface, var(--theme-bg));
  border-top: 1px solid var(--mono-border, #80808026);
  -webkit-backdrop-filter: blur(20px);
  justify-content: space-around;
  align-items: center;
  animation: .3s cubic-bezier(.33, 1, .68, 1) MobileBottomBar-module__lfkfdG__barSlideUp;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

@keyframes MobileBottomBar-module__lfkfdG__barSlideUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dark .MobileBottomBar-module__lfkfdG__bar {
  border-top-color: #ffffff0f;
}

.MobileBottomBar-module__lfkfdG__btn {
  min-width: 56px;
  height: 48px;
  color: var(--mono-text-muted, #8a8580);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
  background: none;
  border: none;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  padding: 4px 8px;
  transition: color .2s, background-color .2s, opacity .2s;
  display: flex;
}

.MobileBottomBar-module__lfkfdG__btn:active {
  background: var(--mono-selection, #8b250014);
  transform: scale(.95);
}

.MobileBottomBar-module__lfkfdG__btn:hover {
  color: var(--mono-text, #1a1c1c);
}

.dark .MobileBottomBar-module__lfkfdG__btn:hover {
  color: var(--mono-text, #e8e4df);
}

.MobileBottomBar-module__lfkfdG__label {
  font-size: .625rem;
  line-height: 1;
  font-family: var(--mono-font-sans, system-ui, sans-serif);
  letter-spacing: .02em;
}

.MobileBottomBar-module__lfkfdG__btnVisible {
  opacity: 1;
  pointer-events: auto;
}

.MobileBottomBar-module__lfkfdG__btnHidden {
  opacity: .25;
  pointer-events: none;
}

.MobileBottomBar-module__lfkfdG__iconWrap {
  display: inline-flex;
  position: relative;
}

.MobileBottomBar-module__lfkfdG__badge {
  background: var(--mono-accent, #8b2500);
  min-width: 16px;
  height: 16px;
  color: var(--mono-bg, #fafaf9);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 0 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: absolute;
  top: -6px;
  right: -8px;
  box-shadow: 0 1px 3px #0003;
}

.dark .MobileBottomBar-module__lfkfdG__badge {
  background: var(--mono-accent, #d4a574);
  color: var(--mono-bg, #0d0d0d);
}

@media (max-width: 1024px) {
  .MobileBottomBar-module__lfkfdG__bar {
    display: flex;
  }
}

/* [next]/internal/font/google/inter_ad8c3baf.module.css [app-client] (css) */
@font-face {
  font-family: Inter Fallback;
  src: local(Arial);
  ascent-override: 90.44%;
  descent-override: 22.52%;
  line-gap-override: 0.0%;
  size-adjust: 107.12%;
}

.inter_ad8c3baf-module__JnQPGW__className {
  font-family: Inter, Inter Fallback;
  font-style: normal;
}

.inter_ad8c3baf-module__JnQPGW__variable {
  --font-inter: "Inter", "Inter Fallback";
}

/* [next]/internal/font/google/jetbrains_mono_6b11738f.module.css [app-client] (css) */
@font-face {
  font-family: JetBrains Mono Fallback;
  src: local(Arial);
  ascent-override: 75.79%;
  descent-override: 22.29%;
  line-gap-override: 0.0%;
  size-adjust: 134.59%;
}

.jetbrains_mono_6b11738f-module__c5tpUG__className {
  font-family: JetBrains Mono, JetBrains Mono Fallback;
  font-style: normal;
}

.jetbrains_mono_6b11738f-module__c5tpUG__variable {
  --font-jetbrains-mono: "JetBrains Mono", "JetBrains Mono Fallback";
}

/* [next]/internal/font/google/newsreader_d49c3836.module.css [app-client] (css) */
@font-face {
  font-family: Newsreader Fallback;
  src: local(Times New Roman);
  ascent-override: 69.68%;
  descent-override: 25.12%;
  line-gap-override: 0.0%;
  size-adjust: 105.48%;
}

.newsreader_d49c3836-module__KXV-cW__className {
  font-family: Newsreader, Newsreader Fallback;
}

.newsreader_d49c3836-module__KXV-cW__variable {
  --font-newsreader: "Newsreader", "Newsreader Fallback";
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__1134aop._.css.map*/