/* src/styles.css */
/*! tailwindcss v4.0.17 | MIT License | https://tailwindcss.com */
@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-red-200:oklch(.885 .062 18.334);
    --color-red-300:oklch(.808 .114 19.571);
    --color-red-500:oklch(.637 .237 25.331);
    --color-blue-500:oklch(.623 .214 259.815);
    --color-blue-600:oklch(.546 .245 262.881);
    --color-gray-200:oklch(.928 .006 264.531);
    --color-gray-300:oklch(.872 .01 258.338);
    --color-gray-500:oklch(.551 .027 264.364);
    --color-gray-700:oklch(.373 .034 259.733);
    --color-gray-800:oklch(.278 .033 256.848);
    --color-black:#000;
    --color-white:#fff;
    --spacing:.25rem;
    --container-xs:20rem;
    --container-md:28rem;
    --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;
    --text-9xl:8rem;
    --text-9xl--line-height:1;
    --font-weight-medium:500;
    --font-weight-semibold:600;
    --font-weight-bold:700;
    --font-weight-black:900;
    --tracking-tighter:-.05em;
    --leading-tight:1.25;
    --leading-snug:1.375;
    --leading-relaxed:1.625;
    --radius-md:.375rem;
    --radius-lg:.5rem;
    --radius-xl:.75rem;
    --radius-3xl:1.5rem;
    --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-sm:8px;
    --blur-md:12px;
    --default-transition-duration:.15s;
    --default-transition-timing-function:cubic-bezier(.4,0,.2,1);
    --default-font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --default-mono-font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --font-display:"Quicksand","Bungee";
  }
}
@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;
    font-feature-settings: initial;
    font-variation-settings: initial;
    -webkit-tap-highlight-color: transparent;
    font-family:
      ui-sans-serif,
      system-ui,
      sans-serif,
      Apple Color Emoji,
      Segoe UI Emoji,
      Segoe UI Symbol,
      Noto Color Emoji;
    line-height: 1.5;
  }
  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;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-feature-settings: initial;
    font-variation-settings: initial;
    font-family:
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      Liberation Mono,
      Courier New,
      monospace;
    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: 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;
  }
  :-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;
  }
  @property --radialprogress { syntax: "<percentage>"; inherits: true; initial-value: 0%; }
  :root {
    scrollbar-color: color-mix(in oklch, currentColor 35%, #0000)#0000;
  }
  :root:has(.modal-open, .modal[open], .modal:target, .modal-toggle:checked, .drawer:not([class*=drawer-open]) > .drawer-toggle:checked) {
    overflow: hidden;
  }
  :root,
  [data-theme] {
    background-color: var(--root-bg,var(--color-base-100));
    color: var(--color-base-content);
  }
  :root {
    --fx-noise:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.34' numOctaves='4' stitchTiles='stitch'%3E%3C/feTurbulence%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)' opacity='0.2'%3E%3C/rect%3E%3C/svg%3E");
  }
  .chat {
    --mask-chat:url("data:image/svg+xml,%3csvg width='13' height='13' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M0 11.5004C0 13.0004 2 13.0004 2 13.0004H12H13V0.00036329L12.5 0C12.5 0 11.977 2.09572 11.8581 2.50033C11.6075 3.35237 10.9149 4.22374 9 5.50036C6 7.50036 0 10.0004 0 11.5004Z'/%3e%3c/svg%3e");
  }
  :where(:root:has(.modal-open, .modal[open], .modal:target, .modal-toggle:checked, .drawer:not(.drawer-open) > .drawer-toggle:checked)) {
    scrollbar-gutter: stable;
    background-image: linear-gradient(var(--color-base-100), var(--color-base-100));
    --root-bg:color-mix(in srgb,var(--color-base-100),oklch(0% 0 0) 40%);
  }
  :where(:root),
  :root:has(input.theme-controller[value=mytheme]:checked),
  [data-theme=mytheme] {
    color-scheme: light;
    --color-base-100:#fff;
    --color-base-200:#f5f5f5;
    --color-base-300:#e5e5e5;
    --color-base-content:#1c1c1c;
    --color-primary:#cd4f22;
    --color-primary-content:#fff;
    --color-secondary:#fdba3c;
    --color-secondary-content:#1c1c1c;
    --color-accent:#006b50;
    --color-accent-content:#fff --color-info: #3abff8;
    --color-neutral:#1c1c1c;
    --color-neutral-content:#fff;
    --color-info-content:#fff;
    --color-success:#006b50;
    --color-success-content:#fff;
    --color-warning:#fdba3c;
    --color-warning-content:#1c1c1c;
    --color-error:#cd4f22;
    --color-error-content:#fff;
    --radius-selector:1rem;
    --radius-field:.25rem;
    --radius-box:.5rem;
    --size-selector:.25rem;
    --size-field:.25rem;
    --border:1px;
    --depth:1;
    --noise:0;
  }
}
@layer components;
@layer utilities {
  .diff {
    webkit-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    direction: ltr;
    grid-template-columns: auto 1fr;
    width: 100%;
    display: grid;
    position: relative;
    overflow: hidden;
    container-type: inline-size;
  }
  .diff:focus-visible,
  .diff:has(.diff-item-1:focus),
  .diff:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-offset: 1px;
    outline-width: 2px;
    outline-color: var(--color-base-content);
  }
  .diff:focus-visible .diff-resizer {
    min-width: 90cqi;
    max-width: 90cqi;
  }
  .diff:has(.diff-item-2:focus-visible) {
    outline-style: var(--tw-outline-style);
    outline-offset: 1px;
    outline-width: 2px;
  }
  .diff:has(.diff-item-2:focus-visible) .diff-resizer {
    min-width: 10cqi;
    max-width: 10cqi;
  }
  @supports (-webkit-overflow-scrolling:touch) and (overflow:-webkit-paged-x) {
    .diff:focus .diff-resizer {
      min-width: 10cqi;
      max-width: 10cqi;
    }
    .diff:has(.diff-item-1:focus) .diff-resizer {
      min-width: 90cqi;
      max-width: 90cqi;
    }
  }
  .\@container,
  .\@container-\[inline-size\] {
    container-type: inline-size;
  }
  .modal {
    pointer-events: none;
    visibility: hidden;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    color: inherit;
    transition:
      transform .3s ease-out,
      visibility .3s allow-discrete,
      background-color .3s ease-out,
      opacity .1s ease-out;
    overscroll-behavior: contain;
    z-index: 999;
    background-color: #0000;
    place-items: center;
    margin: 0;
    padding: 0;
    display: grid;
    position: fixed;
    inset: 0;
    overflow: hidden;
  }
  .modal::backdrop {
    display: none;
  }
  .modal.modal-open,
  .modal[open],
  .modal:target {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    background-color: oklch(0% 0 0/.4);
    transition:
      transform .3s ease-out,
      background-color .3s ease-out,
      opacity .1s ease-out;
  }
  :is(.modal.modal-open, .modal[open], .modal:target) .modal-box {
    opacity: 1;
    translate: 0;
    scale: 1;
  }
  @starting-style {
    .modal.modal-open,
    .modal[open],
    .modal:target {
      visibility: hidden;
      opacity: 0;
    }
  }
  .drawer-side {
    pointer-events: none;
    visibility: hidden;
    overscroll-behavior: contain;
    opacity: 0;
    width: 100%;
    transition: opacity .2s ease-out .1s allow-discrete, visibility .3s ease-out .1s allow-discrete;
    inset-inline-start: 0;
    grid-template-rows: repeat(1, minmax(0, 1fr));
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-row-start: 1;
    grid-column-start: 1;
    place-items: flex-start start;
    height: 100dvh;
    display: grid;
    position: fixed;
    top: 0;
    overflow: hidden;
  }
  .drawer-side > .drawer-overlay {
    cursor: pointer;
    background-color: oklch(0% 0 0/.4);
    place-self: stretch stretch;
    position: sticky;
    top: 0;
  }
  .drawer-side > * {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .drawer-side > :not(.drawer-overlay) {
    will-change: transform;
    transition: translate .3s ease-out;
    translate: -100%;
  }
  [dir=rtl] :is(.drawer-side > :not(.drawer-overlay)) {
    translate: 100%;
  }
  .drawer-open > .drawer-side {
    overflow-y: auto;
  }
  .drawer-open > .drawer-toggle {
    display: none;
  }
  .drawer-open > .drawer-toggle ~ .drawer-side {
    pointer-events: auto;
    visibility: visible;
    overscroll-behavior: auto;
    opacity: 1;
    width: auto;
    display: block;
    position: sticky;
  }
  .drawer-open > .drawer-toggle ~ .drawer-side > .drawer-overlay {
    cursor: default;
    background-color: #0000;
  }
  .drawer-open > .drawer-toggle ~ .drawer-side > :not(.drawer-overlay),
  [dir=rtl] :is(.drawer-open > .drawer-toggle ~ .drawer-side > :not(.drawer-overlay)) {
    translate: 0%;
  }
  .drawer-open > .drawer-toggle:checked ~ .drawer-side {
    pointer-events: auto;
    visibility: visible;
  }
  .modal-toggle {
    appearance: none;
    opacity: 0;
    width: 0;
    height: 0;
    position: fixed;
  }
  .modal-toggle:checked + .modal {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    background-color: oklch(0% 0 0/.4);
  }
  .modal-toggle:checked + .modal .modal-box {
    opacity: 1;
    translate: 0;
    scale: 1;
  }
  @starting-style {
    .modal-toggle:checked + .modal {
      visibility: hidden;
      opacity: 0;
    }
  }
  .drawer-toggle {
    appearance: none;
    opacity: 0;
    width: 0;
    height: 0;
    position: fixed;
  }
  .drawer-toggle:checked ~ .drawer-side {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    overflow-y: auto;
  }
  .drawer-toggle:checked ~ .drawer-side > :not(.drawer-overlay) {
    translate: 0%;
  }
  .drawer-toggle:focus-visible ~ .drawer-content label.drawer-button {
    outline-offset: 2px;
    outline: 2px solid;
  }
  .tooltip {
    --tt-bg:var(--color-neutral);
    --tt-off:calc(100% + .5rem);
    --tt-tail:calc(100% + 1px + .25rem);
    display: inline-block;
    position: relative;
  }
  .tooltip > :where(.tooltip-content),
  .tooltip[data-tip]:before {
    border-radius: var(--radius-field);
    text-align: center;
    white-space: normal;
    max-width: 20rem;
    color: var(--color-neutral-content);
    opacity: 0;
    background-color: var(--tt-bg);
    pointer-events: none;
    z-index: 1;
    --tw-content:attr(data-tip);
    content: var(--tw-content);
    width: max-content;
    padding-block: .25rem;
    padding-inline: .5rem;
    font-size: .875rem;
    line-height: 1.25em;
    transition: opacity .2s cubic-bezier(.4, 0, .2, 1) 75ms, transform .2s cubic-bezier(.4, 0, .2, 1) 75ms;
    position: absolute;
  }
  .tooltip:after {
    opacity: 0;
    background-color: var(--tt-bg);
    content: "";
    pointer-events: none;
    --mask-tooltip:url("data:image/svg+xml,%3Csvg width='10' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.500009 1C3.5 1 3.00001 4 5.00001 4C7 4 6.5 1 9.5 1C10 1 10 0.499897 10 0H0C-1.99338e-08 0.5 0 1 0.500009 1Z' fill='black'/%3E%3C/svg%3E%0A");
    width: .625rem;
    height: .25rem;
    -webkit-mask-position: -1px 0;
    mask-position: -1px 0;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: var(--mask-tooltip);
    -webkit-mask-image: var(--mask-tooltip);
    mask-image: var(--mask-tooltip);
    transition: opacity .2s cubic-bezier(.4, 0, .2, 1) 75ms, transform .2s cubic-bezier(.4, 0, .2, 1) 75ms;
    display: block;
    position: absolute;
  }
  :is(.tooltip.tooltip-open, .tooltip[data-tip]:hover, .tooltip:hover, .tooltip:has(:focus-visible)) > .tooltip-content,
  :is(.tooltip.tooltip-open, .tooltip[data-tip]:hover, .tooltip:hover, .tooltip:has(:focus-visible))[data-tip]:before,
  :is(.tooltip.tooltip-open, .tooltip[data-tip]:hover, .tooltip:hover, .tooltip:has(:focus-visible)):after {
    opacity: 1;
    --tt-pos:0rem;
    transition: opacity .2s cubic-bezier(.4, 0, .2, 1), transform .2s cubic-bezier(.4, 0, .2, 1);
  }
  .tooltip > .tooltip-content,
  .tooltip[data-tip]:before {
    transform: translateX(-50%)translateY(var(--tt-pos,.25rem));
    inset: auto auto var(--tt-off)50%;
  }
  .tooltip:after {
    transform: translateX(-50%)translateY(var(--tt-pos,.25rem));
    inset: auto auto var(--tt-tail)50%;
  }
  .tab {
    cursor: pointer;
    appearance: none;
    text-align: center;
    webkit-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    --tab-p:1rem;
    --tab-bg:var(--color-base-100);
    --tab-border-color:var(--color-base-300);
    --tab-radius-ss:0;
    --tab-radius-se:0;
    --tab-radius-es:0;
    --tab-radius-ee:0;
    --tab-order:0;
    --tab-radius-min:calc(.75rem - var(--border));
    flex-wrap: wrap;
    order: var(--tab-order);
    height: calc(var(--size-field,.25rem)*10);
    border-color: #0000;
    justify-content: center;
    align-items: center;
    padding-inline-start: var(--tab-p);
    padding-inline-end: var(--tab-p);
    font-size: .875rem;
    display: inline-flex;
    position: relative;
  }
  @media (hover:hover) {
    .tab:hover {
      color: var(--color-base-content);
    }
  }
  .tab:is(input[type=radio]) {
    min-width: fit-content;
  }
  .tab:is(input[type=radio]):after {
    content: attr(aria-label);
  }
  .tab:is(label) {
    position: relative;
  }
  .tab:is(label) input {
    cursor: pointer;
    appearance: none;
    opacity: 0;
    position: absolute;
    inset: 0;
  }
  :is(.tab:checked, .tab:is(label:has(:checked)), .tab:is(.tab-active, [aria-selected=true])) + .tab-content {
    height: 100%;
    display: block;
  }
  .tab:not(:checked, label:has(:checked), :hover, .tab-active, [aria-selected=true]) {
    color: color-mix(in oklab, var(--color-base-content)50%, transparent);
  }
  .tab:not(input):empty {
    cursor: default;
    flex-grow: 1;
  }
  .tab:focus {
    --tw-outline-style:none;
    outline-style: none;
  }
  @media (forced-colors:active) {
    .tab:focus {
      outline-offset: 2px;
      outline: 2px solid #0000;
    }
  }
  .tab:focus-visible,
  .tab:is(label:has(:checked:focus-visible)) {
    outline-offset: -5px;
    outline: 2px solid;
  }
  .tab[disabled] {
    pointer-events: none;
    opacity: .4;
  }
  .menu {
    --menu-active-fg:var(--color-neutral-content);
    --menu-active-bg:var(--color-neutral);
    flex-flow: column wrap;
    width: fit-content;
    padding: .5rem;
    font-size: .875rem;
    display: flex;
  }
  .menu :where(li ul) {
    white-space: nowrap;
    margin-inline-start: 1rem;
    padding-inline-start: .5rem;
    position: relative;
  }
  .menu :where(li ul):before {
    background-color: var(--color-base-content);
    opacity: .1;
    width: var(--border);
    content: "";
    inset-inline-start: 0;
    position: absolute;
    top: .75rem;
    bottom: .75rem;
  }
  .menu :where(li > .menu-dropdown:not(.menu-dropdown-show)) {
    display: none;
  }
  .menu :where(li:not(.menu-title) > :not(ul, details, .menu-title, .btn)),
  .menu :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
    border-radius: var(--radius-field);
    text-align: start;
    text-wrap: balance;
    -webkit-user-select: none;
    user-select: none;
    grid-auto-columns: minmax(auto, max-content) auto max-content;
    grid-auto-flow: column;
    align-content: flex-start;
    align-items: center;
    gap: .5rem;
    padding-block: .375rem;
    padding-inline: .75rem;
    transition-property:
      color,
      background-color,
      box-shadow;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    display: grid;
  }
  .menu :where(li > details > summary) {
    --tw-outline-style:none;
    outline-style: none;
  }
  @media (forced-colors:active) {
    .menu :where(li > details > summary) {
      outline-offset: 2px;
      outline: 2px solid #0000;
    }
  }
  .menu :where(li > details > summary)::-webkit-details-marker {
    display: none;
  }
  :is(.menu :where(li > details > summary), .menu :where(li > .menu-dropdown-toggle)):after {
    content: "";
    transform-origin: 50%;
    pointer-events: none;
    justify-self: flex-end;
    width: .375rem;
    height: .375rem;
    transition-property: rotate, translate;
    transition-duration: .2s;
    display: block;
    translate: 0 -1px;
    rotate: -135deg;
    box-shadow: inset 2px 2px;
  }
  .menu :where(li > details[open] > summary):after,
  .menu :where(li > .menu-dropdown-toggle.menu-dropdown-show):after {
    translate: 0 1px;
    rotate: 45deg;
  }
  .menu :where(li:not(.menu-title, .disabled) > :not(ul, details, .menu-title), li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.menu-active, :active, .btn).menu-focus,
  .menu :where(li:not(.menu-title, .disabled) > :not(ul, details, .menu-title), li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.menu-active, :active, .btn):focus-visible {
    cursor: pointer;
    background-color: color-mix(in oklab, var(--color-base-content)10%, transparent);
    color: var(--color-base-content);
    --tw-outline-style:none;
    outline-style: none;
  }
  @media (forced-colors:active) {
    :is(.menu :where(li:not(.menu-title, .disabled) > :not(ul, details, .menu-title), li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.menu-active, :active, .btn).menu-focus, .menu :where(li:not(.menu-title, .disabled) > :not(ul, details, .menu-title), li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.menu-active, :active, .btn):focus-visible) {
      outline-offset: 2px;
      outline: 2px solid #0000;
    }
  }
  .menu :where(li:not(.menu-title, .disabled) > :not(ul, details, .menu-title):not(.menu-active, :active, .btn):hover, li:not(.menu-title, .disabled) > details > summary:not(.menu-title):not(.menu-active, :active, .btn):hover) {
    cursor: pointer;
    background-color: color-mix(in oklab, var(--color-base-content)10%, transparent);
    --tw-outline-style:none;
    outline-style: none;
    box-shadow: inset 0 1px oklch(0% 0 0/.01), inset 0 -1px oklch(100% 0 0/.01);
  }
  @media (forced-colors:active) {
    .menu :where(li:not(.menu-title, .disabled) > :not(ul, details, .menu-title):not(.menu-active, :active, .btn):hover, li:not(.menu-title, .disabled) > details > summary:not(.menu-title):not(.menu-active, :active, .btn):hover) {
      outline-offset: 2px;
      outline: 2px solid #0000;
    }
  }
  .menu :where(li:empty) {
    background-color: var(--color-base-content);
    opacity: .1;
    height: 1px;
    margin: .5rem 1rem;
  }
  .menu :where(li) {
    flex-flow: column wrap;
    flex-shrink: 0;
    align-items: stretch;
    display: flex;
    position: relative;
  }
  .menu :where(li) .badge {
    justify-self: flex-end;
  }
  .menu :where(li) > :not(ul, .menu-title, details, .btn):active,
  .menu :where(li) > :not(ul, .menu-title, details, .btn).menu-active,
  .menu :where(li) > details > summary:active {
    --tw-outline-style:none;
    color: var(--menu-active-fg);
    background-color: var(--menu-active-bg);
    background-size: auto, calc(var(--noise)*100%);
    background-image: none, var(--fx-noise);
    outline-style: none;
  }
  @media (forced-colors:active) {
    :is(.menu :where(li) > :not(ul, .menu-title, details, .btn):active, .menu :where(li) > :not(ul, .menu-title, details, .btn).menu-active, .menu :where(li) > details > summary:active) {
      outline-offset: 2px;
      outline: 2px solid #0000;
    }
  }
  :is(.menu :where(li) > :not(ul, .menu-title, details, .btn):active, .menu :where(li) > :not(ul, .menu-title, details, .btn).menu-active, .menu :where(li) > details > summary:active):not(:is(.menu :where(li) > :not(ul, .menu-title, details, .btn):active, .menu :where(li) > :not(ul, .menu-title, details, .btn).menu-active, .menu :where(li) > details > summary:active):active) {
    box-shadow: 0 2px calc(var(--depth)*3px) -2px var(--menu-active-bg);
  }
  .menu :where(li).menu-disabled {
    pointer-events: none;
    color: color-mix(in oklab, var(--color-base-content)20%, transparent);
  }
  .menu .dropdown:focus-within .menu-dropdown-toggle:after {
    translate: 0 1px;
    rotate: 45deg;
  }
  .menu .dropdown-content {
    margin-top: .5rem;
    padding: .5rem;
  }
  .menu .dropdown-content:before {
    display: none;
  }
  .floating-label {
    display: block;
    position: relative;
  }
  .floating-label input {
    display: block;
  }
  .floating-label input::placeholder,
  .floating-label textarea::placeholder {
    transition:
      top .1s ease-out,
      translate .1s ease-out,
      scale .1s ease-out,
      opacity .1s ease-out;
  }
  .floating-label > span {
    z-index: 1;
    background-color: var(--color-base-100);
    opacity: 0;
    inset-inline-start: .75rem;
    top: calc(var(--size-field,.25rem)*10/2);
    pointer-events: none;
    border-radius: 2px;
    padding-inline: .25rem;
    font-size: .875rem;
    line-height: 1;
    transition:
      top .1s ease-out,
      translate .1s ease-out,
      scale .1s ease-out,
      opacity .1s ease-out;
    position: absolute;
    translate: 0 -50%;
  }
  :is(.floating-label:focus-within, .floating-label:not(:has(input:placeholder-shown, textarea:placeholder-shown))) ::placeholder {
    opacity: 0;
    pointer-events: auto;
    top: 0;
    translate: -12.5% calc(-50% - .125em);
    scale: .75;
  }
  :is(.floating-label:focus-within, .floating-label:not(:has(input:placeholder-shown, textarea:placeholder-shown))) > span {
    opacity: 1;
    pointer-events: auto;
    top: 0;
    translate: -12.5% calc(-50% - .125em);
    scale: .75;
  }
  .floating-label:has(:disabled, [disabled]) > span {
    opacity: 0;
  }
  .floating-label:has(.input-xs, .select-xs, .textarea-xs) span {
    top: calc(var(--size-field,.25rem)*6/2);
    font-size: .6875rem;
  }
  .floating-label:has(.input-sm, .select-sm, .textarea-sm) span {
    top: calc(var(--size-field,.25rem)*8/2);
    font-size: .75rem;
  }
  .floating-label:has(.input-md, .select-md, .textarea-md) span {
    top: calc(var(--size-field,.25rem)*10/2);
    font-size: .875rem;
  }
  .floating-label:has(.input-lg, .select-lg, .textarea-lg) span {
    top: calc(var(--size-field,.25rem)*12/2);
    font-size: 1.125rem;
  }
  .floating-label:has(.input-xl, .select-xl, .textarea-xl) span {
    top: calc(var(--size-field,.25rem)*14/2);
    font-size: 1.375rem;
  }
  .collapse-arrow > .collapse-title:after {
    content: "";
    transform-origin: 75% 75%;
    pointer-events: none;
    top: 1.9rem;
    width: .5rem;
    height: .5rem;
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    display: block;
    position: absolute;
    inset-inline-end: 1.4rem;
    transform: translateY(-100%)rotate(45deg);
    box-shadow: 2px 2px;
  }
  .collapse-plus > .collapse-title:after {
    content: "+";
    pointer-events: none;
    top: .9rem;
    width: .5rem;
    height: .5rem;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    display: block;
    position: absolute;
    inset-inline-end: 1.4rem;
  }
  .diff-item-2 {
    grid-row-start: 1;
    grid-column-start: 1;
    position: relative;
  }
  .diff-item-2:after {
    pointer-events: none;
    z-index: 2;
    background-color: color-mix(in oklab, var(--color-base-100)50%, transparent);
    border: 2px solid var(--color-base-100);
    content: "";
    outline: 1px solid color-mix(in oklab, var(--color-base-content)5%, #0000);
    outline-offset: -3px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 3.40282e38px;
    width: 1.2rem;
    height: 1.8rem;
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 1px;
    translate: 50% -50%;
    box-shadow: 0 1px 2px oklch(0% 0 0/.1);
  }
  .diff-item-2 > * {
    pointer-events: none;
    object-fit: cover;
    object-position: center;
    width: 100cqi;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  @supports (-webkit-overflow-scrolling:touch) and (overflow:-webkit-paged-x) {
    .diff-item-2:after {
      content: none;
    }
  }
  .pika-single:is(div) {
    -webkit-user-select: none;
    user-select: none;
    z-index: 999;
    color: var(--color-base-content);
    background-color: var(--color-base-100);
    border-radius: var(--radius-box);
    border: var(--border)solid var(--color-base-200);
    padding: .5rem;
    font-size: .75rem;
    display: inline-block;
    position: relative;
  }
  .pika-single:is(div):before,
  .pika-single:is(div):after {
    content: "";
    display: table;
  }
  .pika-single:is(div):after {
    clear: both;
  }
  .pika-single:is(div).is-hidden {
    display: none;
  }
  .pika-single:is(div).is-bound {
    position: absolute;
  }
  .pika-single:is(div) .pika-lendar {
    css-float: left;
  }
  .pika-single:is(div) .pika-title {
    text-align: center;
    position: relative;
  }
  .pika-single:is(div) .pika-title select {
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    margin: 0;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .pika-single:is(div) .pika-label {
    z-index: 999;
    background-color: var(--color-base-100);
    margin: 0;
    padding: 5px 3px;
    display: inline-block;
    position: relative;
    overflow: hidden;
  }
  .pika-single:is(div) .pika-prev,
  .pika-single:is(div) .pika-next {
    cursor: pointer;
    color: #0000;
    border-radius: var(--radius-field);
    border: 0;
    outline: none;
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1.2em;
    display: block;
    position: absolute;
    top: 0;
  }
  :is(.pika-single:is(div) .pika-prev, .pika-single:is(div) .pika-next):hover {
    background-color: var(--color-base-200);
  }
  :is(.pika-single:is(div) .pika-prev, .pika-single:is(div) .pika-next).is-disabled {
    cursor: default;
    opacity: .2;
  }
  :is(.pika-single:is(div) .pika-prev, .pika-single:is(div) .pika-next):before {
    width: 2.25rem;
    height: 2.25rem;
    color: var(--color-base-content);
    line-height: 2.25;
    display: inline-block;
  }
  .pika-single:is(div) .pika-prev {
    left: 0;
  }
  .pika-single:is(div) .pika-prev:before {
    content: "\2039";
  }
  .pika-single:is(div) .pika-next {
    right: 0;
  }
  .pika-single:is(div) .pika-next:before {
    content: "\203a";
  }
  .pika-single:is(div) .pika-select {
    display: inline-block;
  }
  .pika-single:is(div) .pika-table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    width: 100%;
  }
  .pika-single:is(div) .pika-table th,
  .pika-single:is(div) .pika-table td {
    padding: 0;
  }
  .pika-single:is(div) .pika-table th {
    opacity: .6;
    text-align: center;
    width: 2.25rem;
    height: 2.25rem;
  }
  .pika-single:is(div) .pika-button {
    cursor: pointer;
    text-align: right;
    text-align: center;
    border: 0;
    outline: none;
    width: 2.25rem;
    height: 2.25rem;
    margin: 0;
    padding: 5px;
    display: block;
  }
  .pika-single:is(div) .pika-week {
    color: var(--color-base-content);
  }
  .pika-single:is(div) .is-today .pika-button {
    background: var(--color-primary);
    color: var(--color-primary-content);
  }
  :is(.pika-single:is(div) .is-selected, .pika-single:is(div) .has-event) .pika-button,
  :is(.pika-single:is(div) .is-selected, .pika-single:is(div) .has-event) .pika-button:hover {
    color: var(--color-base-100);
    background-color: var(--color-base-content);
    border-radius: var(--radius-field);
  }
  .pika-single:is(div) .has-event .pika-button,
  :is(.pika-single:is(div) .is-disabled, .pika-single:is(div) .is-inrange) .pika-button {
    background: var(--color-base-primary);
  }
  .pika-single:is(div) .is-startrange .pika-button,
  .pika-single:is(div) .is-endrange .pika-button {
    color: var(--color-base-100);
    background: var(--color-base-content);
    border-radius: var(--radius-field);
  }
  .pika-single:is(div) .is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: var(--color-base-content);
    opacity: .3;
  }
  .pika-single:is(div) .is-outside-current-month .pika-button {
    color: var(--color-base-content);
    opacity: .3;
  }
  .pika-single:is(div) .is-selection-disabled {
    pointer-events: none;
    cursor: default;
  }
  .pika-single:is(div) .pika-button:hover,
  .pika-single:is(div) .pika-row.pick-whole-week:hover .pika-button {
    color: var(--color-base-content);
    background-color: var(--color-base-200);
    border-radius: var(--radius-field);
  }
  .pika-single:is(div) .pika-table abbr {
    font-weight: 400;
    text-decoration: none;
  }
  .diff-item-1 {
    z-index: 1;
    border-right: 2px solid var(--color-base-100);
    grid-row-start: 1;
    grid-column-start: 1;
    position: relative;
    overflow: hidden;
  }
  .diff-item-1 > * {
    pointer-events: none;
    object-fit: cover;
    object-position: center;
    width: 100cqi;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .dock {
    z-index: 1;
    background-color: var(--color-base-100);
    color: currentColor;
    border-top: .5px solid color-mix(in oklab, var(--color-base-content)5%, #0000);
    width: 100%;
    height: 4rem;
    height: calc(4rem + env(safe-area-inset-bottom));
    padding: .5rem;
    padding-bottom: env(safe-area-inset-bottom);
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .dock > * {
    cursor: pointer;
    border-radius: var(--radius-box);
    background-color: #0000;
    flex-direction: column;
    flex-shrink: 1;
    flex-basis: 100%;
    justify-content: center;
    align-items: center;
    gap: 1px;
    max-width: 8rem;
    height: 100%;
    margin-bottom: .5rem;
    transition: opacity .2s ease-out;
    display: flex;
    position: relative;
  }
  .dock > :where(.dock-active):after {
    content: "";
    background-color: currentColor;
    border-top: 3px solid;
    border-radius: 3.40282e38px;
    width: 2.5rem;
    height: .25rem;
    position: absolute;
    bottom: .2rem;
  }
  @media (hover:hover) {
    .dock > :hover {
      opacity: .8;
    }
  }
  :is(.dock > [aria-disabled=true], .dock > [disabled]),
  :is(.dock > [aria-disabled=true], .dock > [disabled]):hover {
    pointer-events: none;
    color: color-mix(in oklab, var(--color-base-content)10%, transparent);
    opacity: 1;
  }
  .dock > * .dock-label {
    font-size: .6875rem;
  }
  .dropdown {
    position-area: var(--anchor-v,bottom)var(--anchor-h,span-right);
    display: inline-block;
    position: relative;
  }
  .dropdown > :not(summary):focus {
    --tw-outline-style:none;
    outline-style: none;
  }
  @media (forced-colors:active) {
    .dropdown > :not(summary):focus {
      outline-offset: 2px;
      outline: 2px solid #0000;
    }
  }
  .dropdown .dropdown-content {
    position: absolute;
  }
  .dropdown:not(details, .dropdown-open, .dropdown-hover:hover, :focus-within) .dropdown-content {
    transform-origin: top;
    opacity: 0;
    display: none;
    scale: 95%;
  }
  .dropdown[popover],
  .dropdown .dropdown-content {
    z-index: 999;
    transition-behavior: allow-discrete;
    transition-property:
      opacity,
      scale,
      display;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    animation: .2s dropdown;
  }
  @starting-style {
    .dropdown[popover],
    .dropdown .dropdown-content {
      opacity: 0;
      scale: 95%;
    }
  }
  :is(.dropdown.dropdown-open, .dropdown:not(.dropdown-hover):focus, .dropdown:focus-within) > [tabindex]:first-child {
    pointer-events: none;
  }
  :is(.dropdown.dropdown-open, .dropdown:not(.dropdown-hover):focus, .dropdown:focus-within) .dropdown-content {
    opacity: 1;
  }
  .dropdown.dropdown-hover:hover .dropdown-content {
    opacity: 1;
    scale: 100%;
  }
  .dropdown:is(details) summary::-webkit-details-marker {
    display: none;
  }
  :is(.dropdown.dropdown-open, .dropdown:focus, .dropdown:focus-within) .dropdown-content {
    scale: 100%;
  }
  .dropdown:where([popover]) {
    background: 0 0;
  }
  .dropdown[popover] {
    color: inherit;
    position: fixed;
  }
  @supports not (position-area:bottom) {
    .dropdown[popover] {
      margin: auto;
    }
    .dropdown[popover].dropdown-open:not(:popover-open) {
      transform-origin: top;
      opacity: 0;
      display: none;
      scale: 95%;
    }
    .dropdown[popover]::backdrop {
      background-color: oklab(0% none none/.3);
    }
  }
  .dropdown[popover]:not(.dropdown-open, :popover-open) {
    transform-origin: top;
    opacity: 0;
    display: none;
    scale: 95%;
  }
  .btn {
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    outline-offset: 2px;
    webkit-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    padding-inline: var(--btn-p);
    color: var(--btn-fg);
    --tw-prose-links:var(--btn-fg);
    height: var(--size);
    font-size: var(--fontsize,.875rem);
    outline-color: var(--btn-color,var(--color-base-content));
    background-color: var(--btn-bg);
    background-size: auto, calc(var(--noise)*100%);
    background-image: none, var(--btn-noise);
    border-width: var(--border);
    border-style: solid;
    border-color: var(--btn-border);
    text-shadow: 0 .5px oklch(100% 0 0/calc(var(--depth)*.15));
    box-shadow: 0 .5px 0 .5px oklch(100% 0 0/calc(var(--depth)*6%)) inset, var(--btn-shadow);
    --size:calc(var(--size-field,.25rem)*10);
    --btn-bg:var(--btn-color,var(--color-base-200));
    --btn-fg:var(--color-base-content);
    --btn-p:1rem;
    --btn-border:color-mix(in oklab,var(--btn-bg),#000 calc(var(--depth)*5%));
    --btn-shadow:0 3px 2px -2px color-mix(in oklab,var(--btn-bg)calc(var(--depth)*30%),#0000),0 4px 3px -2px color-mix(in oklab,var(--btn-bg)calc(var(--depth)*30%),#0000);
    --btn-noise:var(--fx-noise);
    border-start-start-radius: var(--join-ss,var(--radius-field));
    border-start-end-radius: var(--join-se,var(--radius-field));
    border-end-end-radius: var(--join-ee,var(--radius-field));
    border-end-start-radius: var(--join-es,var(--radius-field));
    flex-wrap: nowrap;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    gap: .375rem;
    font-weight: 600;
    transition-property:
      color,
      background-color,
      border-color,
      box-shadow;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    display: inline-flex;
  }
  :where(.btn) {
    width: unset;
  }
  .prose .btn {
    text-decoration-line: none;
  }
  @media (hover:hover) {
    .btn:hover {
      --btn-bg:color-mix(in oklab,var(--btn-color,var(--color-base-200)),#000 7%);
    }
  }
  .btn:focus-visible {
    outline-width: 2px;
    outline-style: solid;
  }
  .btn:active:not(.btn-active) {
    --btn-bg:color-mix(in oklab,var(--btn-color,var(--color-base-200)),#000 5%);
    --btn-border:color-mix(in oklab,var(--btn-color,var(--color-base-200)),#000 7%);
    --btn-shadow:0 0 0 0 oklch(0% 0 0/0),0 0 0 0 oklch(0% 0 0/0);
    translate: 0 .5px;
  }
  .btn:is(:disabled, [disabled], .btn-disabled) {
    pointer-events: none;
    --btn-border:#0000;
    --btn-noise:none;
    --btn-fg:color-mix(in oklch,var(--color-base-content)20%,#0000);
  }
  .btn:is(:disabled, [disabled], .btn-disabled):not(.btn-link, .btn-ghost) {
    background-color: color-mix(in oklab, var(--color-base-content)10%, transparent);
    box-shadow: none;
  }
  @media (hover:hover) {
    .btn:is(:disabled, [disabled], .btn-disabled):hover {
      pointer-events: none;
      background-color: color-mix(in oklab, var(--color-neutral)20%, transparent);
      --btn-border:#0000;
      --btn-fg:color-mix(in oklch,var(--color-base-content)20%,#0000);
    }
  }
  .btn:is(input[type=checkbox], input[type=radio]) {
    appearance: none;
  }
  .btn:is(input[type=checkbox], input[type=radio]):after {
    content: attr(aria-label);
  }
  .btn:where(input:checked:not(.filter .btn)) {
    --btn-color:var(--color-primary);
    --btn-fg:var(--color-primary-content);
    isolation: isolate;
  }
  .loading {
    pointer-events: none;
    aspect-ratio: 1;
    vertical-align: middle;
    width: calc(var(--size-selector,.25rem)*6);
    background-color: currentColor;
    display: inline-block;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-position: 50%;
    mask-position: 50%;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
  .tab-disabled {
    pointer-events: none;
    opacity: .4;
  }
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .react-day-picker {
    -webkit-user-select: none;
    user-select: none;
    background-color: var(--color-base-100);
    border-radius: var(--radius-box);
    border: var(--border)solid var(--color-base-200);
    font-size: .75rem;
    display: inline-block;
    position: relative;
    overflow: clip;
  }
  .react-day-picker[dir=rtl] .rdp-nav .rdp-chevron {
    transform-origin: 50%;
    transform: rotate(180deg);
  }
  .react-day-picker * {
    box-sizing: border-box;
  }
  .react-day-picker .rdp-day {
    text-align: center;
    width: 2.25rem;
    height: 2.25rem;
  }
  .react-day-picker .rdp-day_button {
    cursor: pointer;
    font: inherit;
    color: inherit;
    border-radius: var(--radius-field);
    background: 0 0;
    border: 2px solid #0000;
    justify-content: center;
    align-items: center;
    width: 2.25rem;
    height: 2.25rem;
    margin: 0;
    padding: 0;
    display: flex;
  }
  .react-day-picker .rdp-day_button:disabled {
    cursor: revert;
  }
  .react-day-picker .rdp-day_button:hover {
    background-color: var(--color-base-200);
  }
  .react-day-picker .rdp-caption_label {
    z-index: 1;
    white-space: nowrap;
    border: 0;
    align-items: center;
    display: inline-flex;
    position: relative;
  }
  .react-day-picker .rdp-button_next {
    border-radius: var(--radius-field);
  }
  .react-day-picker .rdp-button_next:hover {
    background-color: var(--color-base-200);
  }
  .react-day-picker .rdp-button_previous {
    border-radius: var(--radius-field);
  }
  .react-day-picker .rdp-button_previous:hover {
    background-color: var(--color-base-200);
  }
  .react-day-picker .rdp-button_next,
  .react-day-picker .rdp-button_previous {
    cursor: pointer;
    font: inherit;
    color: inherit;
    appearance: none;
    background: 0 0;
    border: none;
    justify-content: center;
    align-items: center;
    width: 2.25rem;
    height: 2.25rem;
    margin: 0;
    padding: 0;
    display: inline-flex;
    position: relative;
  }
  :is(.react-day-picker .rdp-button_next, .react-day-picker .rdp-button_previous):disabled {
    cursor: revert;
    opacity: .5;
  }
  .react-day-picker .rdp-chevron {
    fill: var(--color-base-content);
    width: 1rem;
    height: 1rem;
    display: inline-block;
  }
  .react-day-picker .rdp-dropdowns {
    align-items: center;
    gap: .5rem;
    display: inline-flex;
    position: relative;
  }
  .react-day-picker .rdp-dropdown {
    z-index: 2;
    opacity: 0;
    appearance: none;
    cursor: inherit;
    line-height: inherit;
    border: none;
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    inset-block: 0;
    inset-inline-start: 0;
  }
  .react-day-picker .rdp-dropdown:focus-visible ~ .rdp-caption_label {
    outline: 5px auto highlight;
    outline: 5px auto -webkit-focus-ring-color;
  }
  .react-day-picker .rdp-dropdown_root {
    align-items: center;
    display: inline-flex;
    position: relative;
  }
  .react-day-picker .rdp-dropdown_root[data-disabled=true] .rdp-chevron {
    opacity: .5;
  }
  .react-day-picker .rdp-month_caption {
    height: 2.75rem;
    font-size: .75rem;
    font-weight: inherit;
    place-content: center;
    display: flex;
  }
  .react-day-picker .rdp-months {
    flex-wrap: wrap;
    gap: 2rem;
    max-width: fit-content;
    padding: .5rem;
    display: flex;
    position: relative;
  }
  .react-day-picker .rdp-month_grid {
    border-collapse: collapse;
  }
  .react-day-picker .rdp-nav {
    inset-block-start: 0;
    inset-inline-end: 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 2.75rem;
    padding-inline: .5rem;
    display: flex;
    position: absolute;
    top: .25rem;
  }
  .react-day-picker .rdp-weekday {
    opacity: .6;
    text-align: center;
    padding: .5rem 0;
    font-size: smaller;
    font-weight: 500;
  }
  .react-day-picker .rdp-week_number {
    opacity: .6;
    text-align: center;
    border: none;
    border-radius: 100%;
    width: 2.25rem;
    height: 2.25rem;
    font-size: small;
    font-weight: 400;
  }
  .react-day-picker .rdp-today:not(.rdp-outside) .rdp-day_button {
    background: var(--color-primary);
    color: var(--color-primary-content);
  }
  .react-day-picker .rdp-selected {
    font-weight: inherit;
    font-size: .75rem;
  }
  .react-day-picker .rdp-selected .rdp-day_button {
    color: var(--color-base-100);
    background-color: var(--color-base-content);
    border-radius: var(--radius-field);
    border: none;
  }
  .react-day-picker .rdp-selected .rdp-day_button:hover {
    background-color: var(--color-base-content);
  }
  .react-day-picker .rdp-outside {
    opacity: .75;
  }
  .react-day-picker .rdp-disabled {
    opacity: .5;
  }
  .react-day-picker .rdp-hidden {
    visibility: hidden;
    color: var(--color-base-content);
  }
  .react-day-picker .rdp-range_start .rdp-day_button {
    border-radius: var(--radius-field)0 0 var(--radius-field);
    background-color: var(--color-base-content);
    color: var(--color-base-content);
  }
  .react-day-picker .rdp-range_middle {
    background-color: var(--color-base-200);
  }
  .react-day-picker .rdp-range_middle .rdp-day_button {
    border: unset;
    border-radius: unset;
    color: inherit;
  }
  .react-day-picker .rdp-range_end {
    color: var(--color-base-content);
  }
  .react-day-picker .rdp-range_end .rdp-day_button {
    border-radius: 0 var(--radius-field)var(--radius-field)0;
    color: var(--color-base-content);
    background-color: var(--color-base-content);
  }
  .react-day-picker .rdp-range_start.rdp-range_end {
    background: revert;
  }
  .react-day-picker .rdp-focusable {
    cursor: pointer;
  }
  .react-day-picker .rdp-footer {
    border-top: var(--border)solid var(--color-base-200);
    padding: .5rem;
  }
  .collapse {
    border-radius: var(--radius-box,1rem);
    grid-template-rows: max-content 0fr;
    width: 100%;
    transition: grid-template-rows .2s;
    display: grid;
    position: relative;
    overflow: hidden;
  }
  .collapse:not(td, tr, colgroup) {
    visibility: visible;
  }
  .collapse > input:is([type=checkbox], [type=radio]) {
    appearance: none;
    opacity: 0;
    z-index: 1;
    grid-row-start: 1;
    grid-column-start: 1;
    width: 100%;
    min-height: 3.75rem;
    padding: 1rem;
    padding-inline-end: 3rem;
    transition: background-color .2s ease-out;
  }
  .collapse:is([open], :focus:not(.collapse-close)),
  .collapse:not(.collapse-close):has(> input:is([type=checkbox], [type=radio]):checked) {
    grid-template-rows: max-content 1fr;
  }
  .collapse:is([open], :focus:not(.collapse-close)) > .collapse-content,
  .collapse:not(.collapse-close) > :where(input:is([type=checkbox], [type=radio]):checked ~ .collapse-content) {
    visibility: visible;
    min-height: fit-content;
  }
  .collapse:focus-visible,
  .collapse:has(> input:is([type=checkbox], [type=radio]):focus-visible) {
    outline-color: var(--color-base-content);
    outline-offset: 2px;
    outline-width: 2px;
    outline-style: solid;
  }
  .collapse:not(.collapse-close) > input[type=checkbox],
  .collapse:not(.collapse-close) > input[type=radio]:not(:checked),
  .collapse:not(.collapse-close) > .collapse-title {
    cursor: pointer;
  }
  .collapse:focus:not(.collapse-close, .collapse[open]) > .collapse-title {
    cursor: unset;
  }
  .collapse:is([open], :focus:not(.collapse-close)) > :where(.collapse-content),
  .collapse:not(.collapse-close) > :where(input:is([type=checkbox], [type=radio]):checked ~ .collapse-content) {
    padding-bottom: 1rem;
    transition: padding .2s ease-out, background-color .2s ease-out;
  }
  .collapse[open].collapse-arrow > .collapse-title:after,
  .collapse.collapse-open.collapse-arrow > .collapse-title:after {
    transform: translateY(-50%)rotate(225deg);
  }
  .collapse.collapse-open.collapse-plus > .collapse-title:after {
    content: "\2212";
  }
  .collapse.collapse-arrow:focus:not(.collapse-close) > .collapse-title:after,
  .collapse.collapse-arrow:not(.collapse-close) > input:is([type=checkbox], [type=radio]):checked ~ .collapse-title:after {
    transform: translateY(-50%)rotate(225deg);
  }
  .collapse[open].collapse-plus > .collapse-title:after,
  .collapse.collapse-plus:focus:not(.collapse-close) > .collapse-title:after,
  .collapse.collapse-plus:not(.collapse-close) > input:is([type=checkbox], [type=radio]):checked ~ .collapse-title:after {
    content: "\2212";
  }
  .collapse:is(details) {
    width: 100%;
  }
  .collapse:is(details) summary {
    display: block;
    position: relative;
  }
  .collapse:is(details) summary::-webkit-details-marker {
    display: none;
  }
  .collapse:is(details) summary {
    outline: none;
  }
  .collapse-content {
    visibility: hidden;
    min-height: 0;
    cursor: unset;
    grid-row-start: 2;
    grid-column-start: 1;
    padding-left: 1rem;
    padding-right: 1rem;
    transition: padding .2s ease-out, background-color .2s ease-out;
  }
  .validator:user-valid {
    --input-color:var(--color-success);
  }
  .validator:user-valid:focus {
    --input-color:var(--color-success);
  }
  .validator:user-valid:checked {
    --input-color:var(--color-success);
  }
  .validator:user-valid[aria-checked=true] {
    --input-color:var(--color-success);
  }
  .validator:user-valid:focus-within {
    --input-color:var(--color-success);
  }
  .validator:has(:user-valid) {
    --input-color:var(--color-success);
  }
  .validator:has(:user-valid):focus {
    --input-color:var(--color-success);
  }
  .validator:has(:user-valid):checked {
    --input-color:var(--color-success);
  }
  .validator:has(:user-valid)[aria-checked=true] {
    --input-color:var(--color-success);
  }
  .validator:has(:user-valid):focus-within {
    --input-color:var(--color-success);
  }
  .validator:user-invalid {
    --input-color:var(--color-error);
  }
  .validator:user-invalid:focus {
    --input-color:var(--color-error);
  }
  .validator:user-invalid:checked {
    --input-color:var(--color-error);
  }
  .validator:user-invalid[aria-checked=true] {
    --input-color:var(--color-error);
  }
  .validator:user-invalid:focus-within {
    --input-color:var(--color-error);
  }
  .validator:user-invalid ~ .validator-hint {
    visibility: visible;
    color: var(--color-error);
    display: block;
  }
  .validator:has(:user-invalid) {
    --input-color:var(--color-error);
  }
  .validator:has(:user-invalid):focus {
    --input-color:var(--color-error);
  }
  .validator:has(:user-invalid):checked {
    --input-color:var(--color-error);
  }
  .validator:has(:user-invalid)[aria-checked=true] {
    --input-color:var(--color-error);
  }
  .validator:has(:user-invalid):focus-within {
    --input-color:var(--color-error);
  }
  .validator:has(:user-invalid) ~ .validator-hint {
    visibility: visible;
    color: var(--color-error);
    display: block;
  }
  .validator ~ .validator-hint {
    visibility: hidden;
  }
  .collapse-open {
    grid-template-rows: max-content 1fr;
  }
  .collapse-open > .collapse-content {
    visibility: visible;
    min-height: fit-content;
    transition: padding .2sease-out, background-color .2sease-out;
    padding-bottom: 1rem;
  }
  .\!visible {
    visibility: visible !important;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .tabs-lift {
    --tabs-height:auto;
    --tabs-direction:row;
  }
  .tabs-lift > .tab {
    --tab-border:0 0 var(--border)0;
    --tab-radius-ss:min(var(--radius-field),var(--tab-radius-min));
    --tab-radius-se:min(var(--radius-field),var(--tab-radius-min));
    --tab-radius-es:0;
    --tab-radius-ee:0;
    --tab-paddings:var(--border)var(--tab-p)0 var(--tab-p);
    --tab-border-colors:#0000 #0000 var(--tab-border-color)#0000;
    --tab-corner-width:calc(100% + min(var(--radius-field),var(--tab-radius-min))*2);
    --tab-corner-height:min(var(--radius-field),var(--tab-radius-min));
    --tab-corner-position:top left,top right;
    border-width: var(--tab-border);
    padding: var(--tab-paddings);
    border-color: var(--tab-border-colors);
    border-start-start-radius: var(--tab-radius-ss);
    border-start-end-radius: var(--tab-radius-se);
    border-end-end-radius: var(--tab-radius-ee);
    border-end-start-radius: var(--tab-radius-es);
  }
  .tabs-lift > .tab:is(.tab-active, [aria-selected=true]):not(.tab-disabled, [disabled]),
  .tabs-lift > .tab:is(input:checked, label:has(:checked)) {
    --tab-border:var(--border)var(--border)0 var(--border);
    --tab-border-colors:var(--tab-border-color)var(--tab-border-color)#0000 var(--tab-border-color);
    --tab-paddings:0 calc(var(--tab-p) - var(--border))var(--border)calc(var(--tab-p) - var(--border));
    --tab-inset:auto auto 0 auto;
    --tab-grad:calc(69% - var(--border));
    --radius-start:radial-gradient(
        circle at top left,#0000 var(--tab-grad),var(--tab-border-color)calc(var(--tab-grad) + .25px),var(--tab-border-color)calc(var(--tab-grad) + var(--border)),var(--tab-bg)calc(var(--tab-grad) + var(--border) + .25px));
    --radius-end:radial-gradient(
        circle at top right,#0000 var(--tab-grad),var(--tab-border-color)calc(var(--tab-grad) + .25px),var(--tab-border-color)calc(var(--tab-grad) + var(--border)),var(--tab-bg)calc(var(--tab-grad) + var(--border) + .25px));
    background-color: var(--tab-bg);
  }
  :is(.tabs-lift > .tab:is(.tab-active, [aria-selected=true]):not(.tab-disabled, [disabled]), .tabs-lift > .tab:is(input:checked, label:has(:checked))):before {
    z-index: 1;
    content: "";
    width: var(--tab-corner-width);
    height: var(--tab-corner-height);
    background-position: var(--tab-corner-position);
    background-image: var(--radius-start), var(--radius-end);
    background-size: min(var(--radius-field), var(--tab-radius-min))min(var(--radius-field), var(--tab-radius-min));
    inset: var(--tab-inset);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
  }
  :is(.tabs-lift > .tab:is(.tab-active, [aria-selected=true]):not(.tab-disabled, [disabled]), .tabs-lift > .tab:is(input:checked, label:has(:checked))):first-child:before {
    --radius-start:none;
  }
  [dir=rtl] :is(.tabs-lift > .tab:is(.tab-active, [aria-selected=true]):not(.tab-disabled, [disabled]), .tabs-lift > .tab:is(input:checked, label:has(:checked))):first-child:before {
    transform: rotateY(180deg);
  }
  :is(.tabs-lift > .tab:is(.tab-active, [aria-selected=true]):not(.tab-disabled, [disabled]), .tabs-lift > .tab:is(input:checked, label:has(:checked))):last-child:before {
    --radius-end:none;
  }
  [dir=rtl] :is(.tabs-lift > .tab:is(.tab-active, [aria-selected=true]):not(.tab-disabled, [disabled]), .tabs-lift > .tab:is(input:checked, label:has(:checked))):last-child:before {
    transform: rotateY(180deg);
  }
  .tabs-lift:has(.tab-content) > .tab:first-child:not(.tab-active, [aria-selected=true]) {
    --tab-border-colors:var(--tab-border-color)var(--tab-border-color)#0000 var(--tab-border-color);
  }
  .tabs-lift .tab-content {
    --tabcontent-margin:calc(-1*var(--border))0 0 0;
    --tabcontent-radius-ss:0;
    --tabcontent-radius-se:var(--radius-box);
    --tabcontent-radius-es:var(--radius-box);
    --tabcontent-radius-ee:var(--radius-box);
  }
  :is(.tabs-lift :checked, .tabs-lift label:has(:checked), .tabs-lift :is(.tab-active, [aria-selected=true])) + .tab-content:first-child,
  :is(.tabs-lift :checked, .tabs-lift label:has(:checked), .tabs-lift :is(.tab-active, [aria-selected=true])) + .tab-content:nth-child(n+3) {
    --tabcontent-radius-ss:var(--radius-box);
  }
  .radial-progress {
    height: var(--size);
    width: var(--size);
    vertical-align: middle;
    box-sizing: content-box;
    --value:0;
    --size:5rem;
    --thickness:calc(var(--size)/10);
    --radialprogress:calc(var(--value)*1%);
    background-color: #0000;
    border-radius: 3.40282e38px;
    place-content: center;
    transition: --radialprogress .3s linear;
    display: inline-grid;
    position: relative;
  }
  .radial-progress:before {
    content: "";
    background:
      radial-gradient(
        farthest-side,
        currentColor 98%,
        #0000)top/var(--thickness)var(--thickness)no-repeat,
      conic-gradient(currentColor var(--radialprogress), #0000 0);
    webkit-mask:
      radial-gradient(
        farthest-side,
        #0000 calc(100% - var(--thickness)),
        #000 calc(100% + .5px - var(--thickness)));
    -webkit-mask:
      radial-gradient(
        farthest-side,
        #0000 calc(100% - var(--thickness)),
        #000 calc(100% + .5px - var(--thickness)));
    -webkit-mask:
      radial-gradient(
        farthest-side,
        #0000 calc(100% - var(--thickness)),
        #000 calc(100% + .5px - var(--thickness)));
    mask:
      radial-gradient(
        farthest-side,
        #0000 calc(100% - var(--thickness)),
        #000 calc(100% + .5px - var(--thickness)));
    border-radius: 3.40282e38px;
    position: absolute;
    inset: 0;
  }
  .radial-progress:after {
    content: "";
    inset: calc(50% - var(--thickness)/2);
    transform: rotate(calc(var(--value)*3.6deg - 90deg))translate(calc(var(--size)/2 - 50%));
    background-color: currentColor;
    border-radius: 3.40282e38px;
    transition: transform .3s linear;
    position: absolute;
  }
  .list {
    flex-direction: column;
    font-size: .875rem;
    display: flex;
  }
  .list :where(.list-row) {
    --list-grid-cols:minmax(0,auto)1fr;
    border-radius: var(--radius-box);
    word-break: break-word;
    grid-auto-flow: column;
    grid-template-columns: var(--list-grid-cols);
    gap: 1rem;
    padding: 1rem;
    display: grid;
    position: relative;
  }
  .list :where(.list-row):has(.list-col-grow:first-child) {
    --list-grid-cols:1fr;
  }
  .list :where(.list-row):has(.list-col-grow:nth-child(2)) {
    --list-grid-cols:minmax(0,auto)1fr;
  }
  .list :where(.list-row):has(.list-col-grow:nth-child(3)) {
    --list-grid-cols:minmax(0,auto)minmax(0,auto)1fr;
  }
  .list :where(.list-row):has(.list-col-grow:nth-child(4)) {
    --list-grid-cols:minmax(0,auto)minmax(0,auto)minmax(0,auto)1fr;
  }
  .list :where(.list-row):has(.list-col-grow:nth-child(5)) {
    --list-grid-cols:minmax(0,auto)minmax(0,auto)minmax(0,auto)minmax(0,auto)1fr;
  }
  .list :where(.list-row):has(.list-col-grow:nth-child(6)) {
    --list-grid-cols:minmax(0,auto)minmax(0,auto)minmax(0,auto)minmax(0,auto)minmax(0,auto)1fr;
  }
  .list :where(.list-row) :not(.list-col-wrap) {
    grid-row-start: 1;
  }
  :is(.list > :not(:last-child).list-row, .list > :not(:last-child) .list-row):after {
    content: "";
    border-bottom: var(--border)solid;
    inset-inline: var(--radius-box);
    border-color: color-mix(in oklab, var(--color-base-content)5%, transparent);
    position: absolute;
    bottom: 0;
  }
  .toast {
    white-space: nowrap;
    min-width: fit-content;
    translate: var(--toast-x,0)var(--toast-y,0);
    inset-inline: auto 0;
    background-color: #0000;
    flex-direction: column;
    gap: .5rem;
    margin: 1rem;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0;
  }
  .toast > * {
    animation: .25s ease-out toast;
  }
  .toast:where(.toast-start) {
    --toast-x:0;
    inset-inline: 0 auto;
  }
  .toast:where(.toast-center) {
    --toast-x:-50%;
    inset-inline: 50%;
  }
  .toast:where(.toast-end) {
    --toast-x:0;
    inset-inline: auto 0;
  }
  .toast:where(.toast-bottom) {
    --toast-y:0;
    top: auto;
    bottom: 0;
  }
  .toast:where(.toast-middle) {
    --toast-y:-50%;
    top: 50%;
    bottom: auto;
  }
  .toast:where(.toast-top) {
    --toast-y:0;
    top: 0;
    bottom: auto;
  }
  .toggle {
    border: var(--border)solid currentColor;
    color: var(--input-color);
    cursor: pointer;
    appearance: none;
    vertical-align: middle;
    webkit-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    --radius-selector-max:calc(var(--radius-selector) + var(--radius-selector) + var(--radius-selector));
    border-radius: calc(var(--radius-selector) + min(var(--toggle-p), var(--radius-selector-max)) + min(var(--border), var(--radius-selector-max)));
    padding: var(--toggle-p);
    box-shadow: 0 1px color-mix(in oklab, currentColor calc(var(--depth)*10%), #0000) inset;
    --input-color:color-mix(in oklab,var(--color-base-content)50%,#0000);
    --toggle-p:.1875rem;
    --size:calc(var(--size-selector,.25rem)*6);
    width: calc((var(--size)*2) - (var(--border) + var(--toggle-p))*2);
    height: var(--size);
    flex-shrink: 0;
    grid-template-columns: 0fr 1fr 1fr;
    place-content: center;
    transition: color .3s, grid-template-columns .2s;
    display: inline-grid;
    position: relative;
  }
  .toggle > * {
    z-index: 1;
    cursor: pointer;
    appearance: none;
    background-color: #0000;
    border: none;
    grid-column: 2/span 1;
    grid-row-start: 1;
    height: 100%;
    padding: .125rem;
    transition: opacity .2s, rotate .4s;
  }
  .toggle > :focus {
    --tw-outline-style:none;
    outline-style: none;
  }
  @media (forced-colors:active) {
    .toggle > :focus {
      outline-offset: 2px;
      outline: 2px solid #0000;
    }
  }
  .toggle > :nth-child(2) {
    color: var(--color-base-100);
    rotate: none;
  }
  .toggle > :nth-child(3) {
    color: var(--color-base-100);
    opacity: 0;
    rotate: -15deg;
  }
  .toggle:has(:checked) > :nth-child(2) {
    opacity: 0;
    rotate: 15deg;
  }
  .toggle:has(:checked) > :nth-child(3) {
    opacity: 1;
    rotate: none;
  }
  .toggle:before {
    aspect-ratio: 1;
    border-radius: var(--radius-selector);
    --tw-content:"";
    content: var(--tw-content);
    height: 100%;
    box-shadow:
      0 -1px oklch(0% 0 0/calc(var(--depth)*.1)) inset,
      0 8px 0 -4px oklch(100% 0 0/calc(var(--depth)*.1)) inset,
      0 1px color-mix(in oklab, currentColor calc(var(--depth)*10%), #0000);
    background-color: currentColor;
    background-size: auto, calc(var(--noise)*100%);
    background-image: none, var(--fx-noise);
    grid-row-start: 1;
    grid-column-start: 2;
    transition:
      background-color .1s,
      translate .2s,
      inset-inline-start .2s;
    position: relative;
    inset-inline-start: 0;
    translate: 0;
  }
  @media (forced-colors:active) {
    .toggle:before {
      outline-style: var(--tw-outline-style);
      outline-offset: calc(1px*-1);
      outline-width: 1px;
    }
  }
  @media print {
    .toggle:before {
      outline-offset: -1rem;
      outline: .25rem solid;
    }
  }
  .toggle:focus-visible,
  .toggle:has(:focus-visible) {
    outline-offset: 2px;
    outline: 2px solid;
  }
  .toggle:checked,
  .toggle[aria-checked=true],
  .toggle:has(> input:checked) {
    background-color: var(--color-base-100);
    --input-color:var(--color-base-content);
    grid-template-columns: 1fr 1fr 0fr;
  }
  :is(.toggle:checked, .toggle[aria-checked=true], .toggle:has(> input:checked)):before {
    background-color: currentColor;
  }
  @starting-style {
    :is(.toggle:checked, .toggle[aria-checked=true], .toggle:has(> input:checked)):before {
      opacity: 0;
    }
  }
  .toggle:indeterminate {
    grid-template-columns: .5fr 1fr .5fr;
  }
  .toggle:disabled {
    cursor: not-allowed;
    opacity: .3;
  }
  .toggle:disabled:before {
    border: var(--border)solid currentColor;
    background-color: #0000;
  }
  .input {
    cursor: text;
    border: var(--border)solid #0000;
    appearance: none;
    background-color: var(--color-base-100);
    vertical-align: middle;
    white-space: nowrap;
    width: clamp(3rem, 20rem, 100%);
    height: var(--size);
    border-color: var(--input-color);
    box-shadow: 0 1px color-mix(in oklab, var(--input-color)calc(var(--depth)*10%), #0000) inset, 0 -1px oklch(100% 0 0/calc(var(--depth)*.1)) inset;
    --size:calc(var(--size-field,.25rem)*10);
    --input-color:color-mix(in oklab,var(--color-base-content)20%,#0000);
    border-start-start-radius: var(--join-ss,var(--radius-field));
    border-start-end-radius: var(--join-se,var(--radius-field));
    border-end-end-radius: var(--join-ee,var(--radius-field));
    border-end-start-radius: var(--join-es,var(--radius-field));
    flex-shrink: 1;
    align-items: center;
    gap: .5rem;
    padding-inline: .75rem;
    font-size: .875rem;
    display: inline-flex;
    position: relative;
  }
  .input:where(input) {
    display: inline-flex;
  }
  .input :where(input) {
    appearance: none;
    background-color: #0000;
    border: none;
    width: 100%;
    height: 100%;
    display: inline-flex;
  }
  .input :where(input):focus,
  .input :where(input):focus-within {
    --tw-outline-style:none;
    outline-style: none;
  }
  @media (forced-colors:active) {
    :is(.input :where(input):focus, .input :where(input):focus-within) {
      outline-offset: 2px;
      outline: 2px solid #0000;
    }
  }
  .input:focus,
  .input:focus-within {
    --input-color:var(--color-base-content);
    box-shadow: 0 1px color-mix(in oklab, var(--input-color)calc(var(--depth)*10%), #0000);
    outline: 2px solid var(--input-color);
    outline-offset: 2px;
    isolation: isolate;
  }
  .input:has(> input[disabled]),
  .input:is(:disabled, [disabled]) {
    cursor: not-allowed;
    border-color: var(--color-base-200);
    background-color: var(--color-base-200);
    color: color-mix(in oklab, var(--color-base-content)40%, transparent);
    box-shadow: none;
  }
  :is(.input:has(> input[disabled]), .input:is(:disabled, [disabled]))::placeholder {
    color: color-mix(in oklab, var(--color-base-content)20%, transparent);
  }
  .input:has(> input[disabled]) > input[disabled] {
    cursor: not-allowed;
  }
  .input::-webkit-date-and-time-value {
    text-align: inherit;
  }
  .input[type=number]::-webkit-inner-spin-button {
    margin-block: -.75rem;
    margin-inline-end: -.75rem;
  }
  .input::-webkit-calendar-picker-indicator {
    position: absolute;
    inset-inline-end: .75em;
  }
  .indicator {
    width: max-content;
    display: inline-flex;
    position: relative;
  }
  .indicator :where(.indicator-item) {
    z-index: 1;
    white-space: nowrap;
    top: var(--inidicator-t,0);
    bottom: var(--inidicator-b,auto);
    left: var(--inidicator-s,auto);
    right: var(--inidicator-e,0);
    translate: var(--inidicator-x,50%)var(--indicator-y,-50%);
    position: absolute;
  }
  .table {
    border-radius: var(--radius-box);
    text-align: left;
    width: 100%;
    font-size: .875rem;
    position: relative;
  }
  .table:where(:dir(rtl), [dir=rtl], [dir=rtl] *) {
    text-align: right;
  }
  @media (hover:hover) {
    :is(.table tr.row-hover, .table tr.row-hover:nth-child(2n)):hover {
      background-color: var(--color-base-200);
    }
  }
  .table :where(th, td) {
    vertical-align: middle;
    padding-block: .75rem;
    padding-inline: 1rem;
  }
  .table :where(thead, tfoot) {
    white-space: nowrap;
    color: color-mix(in oklab, var(--color-base-content)60%, transparent);
    font-size: .875rem;
    font-weight: 600;
  }
  .table :where(tfoot) {
    border-top: var(--border)solid color-mix(in oklch, var(--color-base-content)5%, #0000);
  }
  .table :where(.table-pin-rows thead tr) {
    z-index: 1;
    background-color: var(--color-base-100);
    position: sticky;
    top: 0;
  }
  .table :where(.table-pin-rows tfoot tr) {
    z-index: 1;
    background-color: var(--color-base-100);
    position: sticky;
    bottom: 0;
  }
  .table :where(.table-pin-cols tr th) {
    background-color: var(--color-base-100);
    position: sticky;
    left: 0;
    right: 0;
  }
  .table :where(thead tr, tbody tr:not(:last-child)) {
    border-bottom: var(--border)solid color-mix(in oklch, var(--color-base-content)5%, #0000);
  }
  .avatar-offline:before {
    content: "";
    z-index: 1;
    background-color: var(--color-base-300);
    outline: 2px solid var(--color-base-100);
    border-radius: 3.40282e38px;
    width: 15%;
    height: 15%;
    display: block;
    position: absolute;
    top: 7%;
    right: 7%;
  }
  .avatar-online:before {
    content: "";
    z-index: 1;
    background-color: var(--color-success);
    outline: 2px solid var(--color-base-100);
    border-radius: 3.40282e38px;
    width: 15%;
    height: 15%;
    display: block;
    position: absolute;
    top: 7%;
    right: 7%;
  }
  .steps {
    counter-reset: step;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: inline-grid;
    overflow: auto hidden;
  }
  .steps .step {
    text-align: center;
    --step-bg:var(--color-base-300);
    --step-fg:var(--color-base-content);
    grid-template-rows: 40px 1fr;
    grid-template-columns: auto;
    place-items: center;
    min-width: 4rem;
    display: grid;
  }
  .steps .step:before {
    width: 100%;
    height: .5rem;
    color: var(--step-bg);
    background-color: var(--step-bg);
    --tw-content:"";
    content: var(--tw-content);
    border: 1px solid;
    grid-row-start: 1;
    grid-column-start: 1;
    margin-inline-start: -100%;
    top: 0;
  }
  .steps .step > .step-icon,
  .steps .step:not(:has(.step-icon)):after {
    content: counter(step);
    counter-increment: step;
    z-index: 1;
    color: var(--step-fg);
    background-color: var(--step-bg);
    border: 1px solid var(--step-bg);
    border-radius: 3.40282e38px;
    grid-row-start: 1;
    grid-column-start: 1;
    place-self: center;
    place-items: center;
    width: 2rem;
    height: 2rem;
    display: grid;
    position: relative;
  }
  .steps .step:first-child:before {
    content: none;
  }
  .steps .step[data-content]:after {
    content: attr(data-content);
  }
  .steps .step-neutral + .step-neutral:before,
  .steps .step-neutral:after,
  .steps .step-neutral > .step-icon {
    --step-bg:var(--color-neutral);
    --step-fg:var(--color-neutral-content);
  }
  .steps .step-primary + .step-primary:before,
  .steps .step-primary:after,
  .steps .step-primary > .step-icon {
    --step-bg:var(--color-primary);
    --step-fg:var(--color-primary-content);
  }
  .steps .step-secondary + .step-secondary:before,
  .steps .step-secondary:after,
  .steps .step-secondary > .step-icon {
    --step-bg:var(--color-secondary);
    --step-fg:var(--color-secondary-content);
  }
  .steps .step-accent + .step-accent:before,
  .steps .step-accent:after,
  .steps .step-accent > .step-icon {
    --step-bg:var(--color-accent);
    --step-fg:var(--color-accent-content);
  }
  .steps .step-info + .step-info:before,
  .steps .step-info:after,
  .steps .step-info > .step-icon {
    --step-bg:var(--color-info);
    --step-fg:var(--color-info-content);
  }
  .steps .step-success + .step-success:before,
  .steps .step-success:after,
  .steps .step-success > .step-icon {
    --step-bg:var(--color-success);
    --step-fg:var(--color-success-content);
  }
  .steps .step-warning + .step-warning:before,
  .steps .step-warning:after,
  .steps .step-warning > .step-icon {
    --step-bg:var(--color-warning);
    --step-fg:var(--color-warning-content);
  }
  .steps .step-error + .step-error:before,
  .steps .step-error:after,
  .steps .step-error > .step-icon {
    --step-bg:var(--color-error);
    --step-fg:var(--color-error-content);
  }
  .diff-resizer {
    z-index: 1;
    resize: horizontal;
    opacity: 0;
    cursor: ew-resize;
    transform-origin: 100% 100%;
    clip-path: inset(calc(100% - .75rem) 0 0 calc(100% - .75rem));
    grid-row-start: 1;
    grid-column-start: 1;
    width: 50cqi;
    min-width: 1rem;
    max-width: calc(100cqi - 1rem);
    height: .5rem;
    transition: min-width .3s ease-out, max-width .3s ease-out;
    position: relative;
    top: 50%;
    overflow: hidden;
    transform: scaleY(3)translate(.35rem, .08rem);
  }
  .\!range {
    appearance: none !important;
    webkit-appearance: none !important;
    --range-thumb:var(--color-base-100) !important;
    --range-thumb-size:calc(var(--size-selector,.25rem)*6) !important;
    --range-progress:currentColor !important;
    --range-fill:1 !important;
    --range-p:.25rem !important;
    --range-bg:color-mix(in oklab,currentColor 10%,#0000) !important;
    cursor: pointer !important;
    vertical-align: middle !important;
    --radius-selector-max:calc(var(--radius-selector) + var(--radius-selector) + var(--radius-selector)) !important;
    border-radius: calc(var(--radius-selector) + min(var(--range-p), var(--radius-selector-max))) !important;
    width: clamp(3rem, 20rem, 100%) !important;
    height: var(--range-thumb-size) !important;
    background-color: #0000 !important;
    border: none !important;
    overflow: hidden !important;
  }
  [dir=rtl] .\!range {
    --range-dir:-1 !important;
  }
  .\!range:focus {
    outline: none !important;
  }
  .\!range:focus-visible {
    outline-offset: 2px !important;
    outline: 2px solid !important;
  }
  .\!range::-webkit-slider-runnable-track {
    background-color: var(--range-bg) !important;
    border-radius: var(--radius-selector) !important;
    width: 100% !important;
    height: calc(var(--range-thumb-size)*.5) !important;
  }
  @media (forced-colors:active) {
    .\!range::-webkit-slider-runnable-track {
      border: 1px solid !important;
    }
    .\!range::-moz-range-track {
      border: 1px solid !important;
    }
  }
  .\!range::-webkit-slider-thumb {
    box-sizing: border-box !important;
    border-radius: calc(var(--radius-selector) + min(var(--range-p), var(--radius-selector-max))) !important;
    height: var(--range-thumb-size) !important;
    width: var(--range-thumb-size) !important;
    border: var(--range-p)solid !important;
    appearance: none !important;
    webkit-appearance: none !important;
    color: var(--range-progress) !important;
    box-shadow:
      0 -1px oklch(0% 0 0/calc(var(--depth)*.1)) inset,
      0 8px 0 -4px oklch(100% 0 0/calc(var(--depth)*.1)) inset,
      0 1px color-mix(in oklab, currentColor calc(var(--depth)*10%), #0000),
      0 0 0 2rem var(--range-thumb) inset,
      calc((var(--range-dir,1)*-100rem) - (var(--range-dir,1)*var(--range-thumb-size)/2)) 0 0 calc(100rem*var(--range-fill)) !important;
    background-color: currentColor !important;
    position: relative !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  .\!range::-moz-range-track {
    background-color: var(--range-bg) !important;
    border-radius: var(--radius-selector) !important;
    width: 100% !important;
    height: calc(var(--range-thumb-size)*.5) !important;
  }
  .\!range::-moz-range-thumb {
    box-sizing: border-box !important;
    border-radius: calc(var(--radius-selector) + min(var(--range-p), var(--radius-selector-max))) !important;
    height: var(--range-thumb-size) !important;
    width: var(--range-thumb-size) !important;
    border: var(--range-p)solid !important;
    color: var(--range-progress) !important;
    box-shadow:
      0 -1px oklch(0% 0 0/calc(var(--depth)*.1)) inset,
      0 8px 0 -4px oklch(100% 0 0/calc(var(--depth)*.1)) inset,
      0 1px color-mix(in oklab, currentColor calc(var(--depth)*10%), #0000),
      0 0 0 2rem var(--range-thumb) inset,
      calc((var(--range-dir,1)*-100rem) - (var(--range-dir,1)*var(--range-thumb-size)/2)) 0 0 calc(100rem*var(--range-fill)) !important;
    background-color: currentColor !important;
    position: relative !important;
    top: 50% !important;
  }
  .\!range:disabled {
    cursor: not-allowed !important;
    opacity: .3 !important;
  }
  .range {
    appearance: none;
    webkit-appearance: none;
    --range-thumb:var(--color-base-100);
    --range-thumb-size:calc(var(--size-selector,.25rem)*6);
    --range-progress:currentColor;
    --range-fill:1;
    --range-p:.25rem;
    --range-bg:color-mix(in oklab,currentColor 10%,#0000);
    cursor: pointer;
    vertical-align: middle;
    --radius-selector-max:calc(var(--radius-selector) + var(--radius-selector) + var(--radius-selector));
    border-radius: calc(var(--radius-selector) + min(var(--range-p), var(--radius-selector-max)));
    width: clamp(3rem, 20rem, 100%);
    height: var(--range-thumb-size);
    background-color: #0000;
    border: none;
    overflow: hidden;
  }
  [dir=rtl] .range {
    --range-dir:-1;
  }
  .range:focus {
    outline: none;
  }
  .range:focus-visible {
    outline-offset: 2px;
    outline: 2px solid;
  }
  .range::-webkit-slider-runnable-track {
    background-color: var(--range-bg);
    border-radius: var(--radius-selector);
    width: 100%;
    height: calc(var(--range-thumb-size)*.5);
  }
  @media (forced-colors:active) {
    .range::-webkit-slider-runnable-track {
      border: 1px solid;
    }
    .range::-moz-range-track {
      border: 1px solid;
    }
  }
  .range::-webkit-slider-thumb {
    box-sizing: border-box;
    border-radius: calc(var(--radius-selector) + min(var(--range-p), var(--radius-selector-max)));
    height: var(--range-thumb-size);
    width: var(--range-thumb-size);
    border: var(--range-p)solid;
    appearance: none;
    webkit-appearance: none;
    color: var(--range-progress);
    box-shadow:
      0 -1px oklch(0% 0 0/calc(var(--depth)*.1)) inset,
      0 8px 0 -4px oklch(100% 0 0/calc(var(--depth)*.1)) inset,
      0 1px color-mix(in oklab, currentColor calc(var(--depth)*10%), #0000),
      0 0 0 2rem var(--range-thumb) inset,
      calc((var(--range-dir,1)*-100rem) - (var(--range-dir,1)*var(--range-thumb-size)/2)) 0 0 calc(100rem*var(--range-fill));
    background-color: currentColor;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .range::-moz-range-track {
    background-color: var(--range-bg);
    border-radius: var(--radius-selector);
    width: 100%;
    height: calc(var(--range-thumb-size)*.5);
  }
  .range::-moz-range-thumb {
    box-sizing: border-box;
    border-radius: calc(var(--radius-selector) + min(var(--range-p), var(--radius-selector-max)));
    height: var(--range-thumb-size);
    width: var(--range-thumb-size);
    border: var(--range-p)solid;
    color: var(--range-progress);
    box-shadow:
      0 -1px oklch(0% 0 0/calc(var(--depth)*.1)) inset,
      0 8px 0 -4px oklch(100% 0 0/calc(var(--depth)*.1)) inset,
      0 1px color-mix(in oklab, currentColor calc(var(--depth)*10%), #0000),
      0 0 0 2rem var(--range-thumb) inset,
      calc((var(--range-dir,1)*-100rem) - (var(--range-dir,1)*var(--range-thumb-size)/2)) 0 0 calc(100rem*var(--range-fill));
    background-color: currentColor;
    position: relative;
    top: 50%;
  }
  .range:disabled {
    cursor: not-allowed;
    opacity: .3;
  }
  .range\! {
    appearance: none !important;
    webkit-appearance: none !important;
    --range-thumb:var(--color-base-100) !important;
    --range-thumb-size:calc(var(--size-selector,.25rem)*6) !important;
    --range-progress:currentColor !important;
    --range-fill:1 !important;
    --range-p:.25rem !important;
    --range-bg:color-mix(in oklab,currentColor 10%,#0000) !important;
    cursor: pointer !important;
    vertical-align: middle !important;
    --radius-selector-max:calc(var(--radius-selector) + var(--radius-selector) + var(--radius-selector)) !important;
    border-radius: calc(var(--radius-selector) + min(var(--range-p), var(--radius-selector-max))) !important;
    width: clamp(3rem, 20rem, 100%) !important;
    height: var(--range-thumb-size) !important;
    background-color: #0000 !important;
    border: none !important;
    overflow: hidden !important;
  }
  [dir=rtl] .range\! {
    --range-dir:-1 !important;
  }
  .range\!:focus {
    outline: none !important;
  }
  .range\!:focus-visible {
    outline-offset: 2px !important;
    outline: 2px solid !important;
  }
  .range\!::-webkit-slider-runnable-track {
    background-color: var(--range-bg) !important;
    border-radius: var(--radius-selector) !important;
    width: 100% !important;
    height: calc(var(--range-thumb-size)*.5) !important;
  }
  @media (forced-colors:active) {
    .range\!::-webkit-slider-runnable-track {
      border: 1px solid !important;
    }
    .range\!::-moz-range-track {
      border: 1px solid !important;
    }
  }
  .range\!::-webkit-slider-thumb {
    box-sizing: border-box !important;
    border-radius: calc(var(--radius-selector) + min(var(--range-p), var(--radius-selector-max))) !important;
    height: var(--range-thumb-size) !important;
    width: var(--range-thumb-size) !important;
    border: var(--range-p)solid !important;
    appearance: none !important;
    webkit-appearance: none !important;
    color: var(--range-progress) !important;
    box-shadow:
      0 -1px oklch(0% 0 0/calc(var(--depth)*.1)) inset,
      0 8px 0 -4px oklch(100% 0 0/calc(var(--depth)*.1)) inset,
      0 1px color-mix(in oklab, currentColor calc(var(--depth)*10%), #0000),
      0 0 0 2rem var(--range-thumb) inset,
      calc((var(--range-dir,1)*-100rem) - (var(--range-dir,1)*var(--range-thumb-size)/2)) 0 0 calc(100rem*var(--range-fill)) !important;
    background-color: currentColor !important;
    position: relative !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  .range\!::-moz-range-track {
    background-color: var(--range-bg) !important;
    border-radius: var(--radius-selector) !important;
    width: 100% !important;
    height: calc(var(--range-thumb-size)*.5) !important;
  }
  .range\!::-moz-range-thumb {
    box-sizing: border-box !important;
    border-radius: calc(var(--radius-selector) + min(var(--range-p), var(--radius-selector-max))) !important;
    height: var(--range-thumb-size) !important;
    width: var(--range-thumb-size) !important;
    border: var(--range-p)solid !important;
    color: var(--range-progress) !important;
    box-shadow:
      0 -1px oklch(0% 0 0/calc(var(--depth)*.1)) inset,
      0 8px 0 -4px oklch(100% 0 0/calc(var(--depth)*.1)) inset,
      0 1px color-mix(in oklab, currentColor calc(var(--depth)*10%), #0000),
      0 0 0 2rem var(--range-thumb) inset,
      calc((var(--range-dir,1)*-100rem) - (var(--range-dir,1)*var(--range-thumb-size)/2)) 0 0 calc(100rem*var(--range-fill)) !important;
    background-color: currentColor !important;
    position: relative !important;
    top: 50% !important;
  }
  .range\!:disabled {
    cursor: not-allowed !important;
    opacity: .3 !important;
  }
  .countdown {
    display: inline-flex;
  }
  .countdown.countdown {
    line-height: 1em;
  }
  .countdown > * {
    height: 1em;
    display: inline-block;
    overflow-y: hidden;
  }
  .countdown > :before {
    content: "00\a 01\a 02\a 03\a 04\a 05\a 06\a 07\a 08\a 09\a 10\a 11\a 12\a 13\a 14\a 15\a 16\a 17\a 18\a 19\a 20\a 21\a 22\a 23\a 24\a 25\a 26\a 27\a 28\a 29\a 30\a 31\a 32\a 33\a 34\a 35\a 36\a 37\a 38\a 39\a 40\a 41\a 42\a 43\a 44\a 45\a 46\a 47\a 48\a 49\a 50\a 51\a 52\a 53\a 54\a 55\a 56\a 57\a 58\a 59\a 60\a 61\a 62\a 63\a 64\a 65\a 66\a 67\a 68\a 69\a 70\a 71\a 72\a 73\a 74\a 75\a 76\a 77\a 78\a 79\a 80\a 81\a 82\a 83\a 84\a 85\a 86\a 87\a 88\a 89\a 90\a 91\a 92\a 93\a 94\a 95\a 96\a 97\a 98\a 99\a";
    white-space: pre;
    top: calc(var(--value)*-1em);
    text-align: center;
    transition: all 1s cubic-bezier(1, 0, 0, 1);
    position: relative;
  }
  .tabs-border .tab {
    --tab-border-color:#0000 #0000 var(--tab-border-color)#0000;
    border-radius: var(--radius-field);
    position: relative;
  }
  .tabs-border .tab:before {
    --tw-content:"";
    content: var(--tw-content);
    background-color: var(--tab-border-color);
    border-radius: var(--radius-field);
    width: 80%;
    height: 3px;
    transition: background-color .2s;
    position: absolute;
    bottom: 0;
    left: 10%;
  }
  :is(.tabs-border .tab:is(.tab-active, [aria-selected=true]):not(.tab-disabled, [disabled]), .tabs-border .tab:is(input:checked), .tabs-border .tab:is(label:has(:checked))):before {
    --tab-border-color:currentColor;
    border-top: 3px solid;
  }
  .chat-bubble {
    border-radius: var(--radius-field);
    background-color: var(--color-base-300);
    width: fit-content;
    color: var(--color-base-content);
    grid-row-end: 3;
    min-width: 2.5rem;
    max-width: 90%;
    min-height: 2rem;
    padding-block: .5rem;
    padding-inline: 1rem;
    display: block;
    position: relative;
  }
  .chat-bubble:before {
    background-color: inherit;
    content: "";
    width: .75rem;
    height: .75rem;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: var(--mask-chat);
    -webkit-mask-image: var(--mask-chat);
    mask-image: var(--mask-chat);
    position: absolute;
    bottom: 0;
    -webkit-mask-position: 0 -1px;
    mask-position: 0 -1px;
    -webkit-mask-size: 13px;
    mask-size: 13px;
  }
  .timeline {
    display: flex;
    position: relative;
  }
  .timeline > li {
    grid-template-rows: var(--timeline-row-start,minmax(0,1fr))auto var(--timeline-row-end,minmax(0,1fr));
    grid-template-columns: var(--timeline-col-start,minmax(0,1fr))auto var(--timeline-col-end,minmax(0,1fr));
    flex-shrink: 0;
    align-items: center;
    display: grid;
    position: relative;
  }
  .timeline > li > hr {
    border: none;
    width: 100%;
  }
  .timeline > li > hr:first-child {
    grid-row-start: 2;
    grid-column-start: 1;
  }
  .timeline > li > hr:last-child {
    grid-area: 2/3/auto/none;
  }
  @media print {
    .timeline > li > hr {
      border: .1px solid var(--color-base-300);
    }
  }
  .timeline :where(hr) {
    background-color: var(--color-base-300);
    height: .25rem;
  }
  .timeline:has(.timeline-middle hr):first-child {
    border-start-start-radius: 0;
    border-start-end-radius: var(--radius-selector);
    border-end-end-radius: var(--radius-selector);
    border-end-start-radius: 0;
  }
  .timeline:has(.timeline-middle hr):last-child,
  .timeline:not(:has(.timeline-middle)) :first-child hr:last-child {
    border-start-start-radius: var(--radius-selector);
    border-start-end-radius: 0;
    border-end-end-radius: 0;
    border-end-start-radius: var(--radius-selector);
  }
  .timeline:not(:has(.timeline-middle)) :last-child hr:first-child {
    border-start-start-radius: 0;
    border-start-end-radius: var(--radius-selector);
    border-end-end-radius: var(--radius-selector);
    border-end-start-radius: 0;
  }
  .card {
    border-radius: var(--radius-box);
    outline-offset: 2px;
    outline: 0 solid #0000;
    flex-direction: column;
    transition: outline .2s ease-in-out;
    display: flex;
    position: relative;
  }
  .card:focus {
    --tw-outline-style:none;
    outline-style: none;
  }
  @media (forced-colors:active) {
    .card:focus {
      outline-offset: 2px;
      outline: 2px solid #0000;
    }
  }
  .card:focus-visible {
    outline-color: currentColor;
  }
  .card :where(figure:first-child) {
    border-start-start-radius: inherit;
    border-start-end-radius: inherit;
    border-end-end-radius: unset;
    border-end-start-radius: unset;
    overflow: hidden;
  }
  .card :where(figure:last-child) {
    border-start-start-radius: unset;
    border-start-end-radius: unset;
    border-end-end-radius: inherit;
    border-end-start-radius: inherit;
    overflow: hidden;
  }
  .card:where(.card-border) {
    border: var(--border)solid var(--color-base-200);
  }
  .card:where(.card-dash) {
    border: var(--border)dashed var(--color-base-200);
  }
  .card.image-full {
    display: grid;
  }
  .card.image-full:before {
    border-radius: var(--radius-box);
    background-color: var(--color-neutral);
    opacity: .75;
    content: "";
    grid-row-start: 1;
    grid-column-start: 1;
    position: relative;
  }
  .card.image-full > * {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .card.image-full > .card-body {
    color: var(--color-neutral-content);
    position: relative;
  }
  .card.image-full :where(figure) {
    border-radius: inherit;
    overflow: hidden;
  }
  .card.image-full > figure img {
    object-fit: cover;
    height: 100%;
  }
  .card figure {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .card:has(> input:is(input[type=checkbox], input[type=radio])) {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
  }
  .card:has(> :checked) {
    outline: 2px solid;
  }
  .swap {
    cursor: pointer;
    vertical-align: middle;
    webkit-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    place-content: center;
    display: inline-grid;
    position: relative;
  }
  .swap input {
    appearance: none;
    border: none;
  }
  .swap > * {
    grid-row-start: 1;
    grid-column-start: 1;
    transition-property:
      transform,
      rotate,
      opacity;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
  }
  .swap .swap-on,
  .swap .swap-indeterminate,
  .swap input:indeterminate ~ .swap-on,
  .swap input:is(:checked, :indeterminate) ~ .swap-off {
    opacity: 0;
  }
  .swap input:checked ~ .swap-on,
  .swap input:indeterminate ~ .swap-indeterminate {
    opacity: 1;
  }
  .collapse-title {
    grid-row-start: 1;
    grid-column-start: 1;
    width: 100%;
    min-height: 3.75rem;
    padding: 1rem;
    padding-inline-end: 3rem;
    transition: background-color .2s ease-out;
    position: relative;
  }
  .sr-only {
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }
  .not-sr-only {
    clip: auto;
    white-space: normal;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: static;
    overflow: visible;
  }
  .mockup-browser {
    border-radius: var(--radius-box);
    position: relative;
    overflow: auto hidden;
  }
  .mockup-browser pre[data-prefix]:before {
    content: attr(data-prefix);
    text-align: right;
    display: inline-block;
  }
  .mockup-browser .mockup-browser-toolbar {
    align-items: center;
    width: 100%;
    margin-block: .75rem;
    padding-right: 1.4em;
    display: inline-flex;
  }
  .mockup-browser .mockup-browser-toolbar:where(:dir(rtl), [dir=rtl], [dir=rtl] *) {
    flex-direction: row-reverse;
  }
  .mockup-browser .mockup-browser-toolbar:before {
    content: "";
    aspect-ratio: 1;
    opacity: .3;
    border-radius: 3.40282e38px;
    height: .75rem;
    margin-right: 4.8rem;
    display: inline-block;
    box-shadow:
      1.4em 0,
      2.8em 0,
      4.2em 0;
  }
  .mockup-browser .mockup-browser-toolbar .input {
    background-color: var(--color-base-200);
    text-overflow: ellipsis;
    white-space: nowrap;
    direction: ltr;
    align-items: center;
    gap: .5rem;
    height: 100%;
    margin-inline: auto;
    font-size: .75rem;
    display: flex;
    overflow: hidden;
  }
  .mockup-browser .mockup-browser-toolbar .input:before {
    content: "";
    opacity: .3;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor' class='size-4'%3E%3Cpath fill-rule='evenodd' d='M9.965 11.026a5 5 0 1 1 1.06-1.06l2.755 2.754a.75.75 0 1 1-1.06 1.06l-2.755-2.754ZM10.5 7a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z' clip-rule='evenodd' /%3E%3C/svg%3E%0A");
    width: 1rem;
    height: 1rem;
  }
  .select {
    border: var(--border)solid #0000;
    appearance: none;
    background-color: var(--color-base-100);
    vertical-align: middle;
    width: clamp(3rem, 20rem, 100%);
    height: var(--size);
    text-overflow: ellipsis;
    box-shadow: 0 1px color-mix(in oklab, var(--input-color)calc(var(--depth)*10%), #0000) inset, 0 -1px oklch(100% 0 0/calc(var(--depth)*.1)) inset;
    border-color: var(--input-color);
    --input-color:color-mix(in oklab,var(--color-base-content)20%,#0000);
    --size:calc(var(--size-field,.25rem)*10);
    background-image:
      linear-gradient(
        45deg,
        #0000 50%,
        currentColor 50%),
      linear-gradient(
        135deg,
        currentColor 50%,
        #0000 50%);
    background-position: calc(100% - 20px) calc(1px + 50%), calc(100% - 16.1px) calc(1px + 50%);
    background-repeat: no-repeat;
    background-size: 4px 4px, 4px 4px;
    border-start-start-radius: var(--join-ss,var(--radius-field));
    border-start-end-radius: var(--join-se,var(--radius-field));
    border-end-end-radius: var(--join-ee,var(--radius-field));
    border-end-start-radius: var(--join-es,var(--radius-field));
    flex-shrink: 1;
    align-items: center;
    gap: .375rem;
    padding-inline: 1rem 1.75rem;
    font-size: .875rem;
    display: inline-flex;
    position: relative;
  }
  [dir=rtl] .select {
    background-position: 12px calc(1px + 50%), 16px calc(1px + 50%);
  }
  .select select {
    appearance: none;
    background: inherit;
    border-radius: inherit;
    border-style: none;
    width: calc(100% + 2.75rem);
    height: calc(100% - 2px);
    margin-inline: -1rem -1.75rem;
    padding-inline: 1rem 1.75rem;
  }
  .select select:focus,
  .select select:focus-within {
    --tw-outline-style:none;
    outline-style: none;
  }
  @media (forced-colors:active) {
    :is(.select select:focus, .select select:focus-within) {
      outline-offset: 2px;
      outline: 2px solid #0000;
    }
  }
  .select select:not(:last-child) {
    background-image: none;
    margin-inline-end: -1.375rem;
  }
  .select:focus,
  .select:focus-within {
    --input-color:var(--color-base-content);
    box-shadow: 0 1px color-mix(in oklab, var(--input-color)calc(var(--depth)*10%), #0000);
    outline: 2px solid var(--input-color);
    outline-offset: 2px;
  }
  .select:has(> select[disabled]),
  .select:is(:disabled, [disabled]) {
    cursor: not-allowed;
    border-color: var(--color-base-200);
    background-color: var(--color-base-200);
    color: color-mix(in oklab, var(--color-base-content)40%, transparent);
  }
  :is(.select:has(> select[disabled]), .select:is(:disabled, [disabled]))::placeholder {
    color: color-mix(in oklab, var(--color-base-content)20%, transparent);
  }
  .select:has(> select[disabled]) > select[disabled] {
    cursor: not-allowed;
  }
  .menu-horizontal {
    flex-direction: row;
    display: inline-flex;
  }
  .menu-horizontal > li:not(.menu-title) > details > ul {
    margin-inline-start: 0;
    margin-top: 1rem;
    padding-block: .5rem;
    padding-inline-end: .5rem;
    position: absolute;
  }
  .menu-horizontal > li > details > ul:before {
    content: none;
  }
  :where(.menu-horizontal > li:not(.menu-title) > details > ul) {
    border-radius: var(--radius-box);
    background-color: var(--color-base-100);
    box-shadow: 0 1px 3px oklch(0% 0 0/.1), 0 1px 2px -1px oklch(0% 0 0/.1);
  }
  .menu-vertical {
    flex-direction: column;
    display: inline-flex;
  }
  .menu-vertical > li:not(.menu-title) > details > ul {
    margin-inline-start: 1rem;
    margin-top: 0;
    padding-block: 0;
    padding-inline-end: 0;
    position: relative;
  }
  .mockup-code {
    border-radius: var(--radius-box);
    background-color: var(--color-neutral);
    color: var(--color-neutral-content);
    direction: ltr;
    padding-block: 1.25rem;
    font-size: .875rem;
    position: relative;
    overflow: auto hidden;
  }
  .mockup-code:before {
    content: "";
    opacity: .3;
    border-radius: 3.40282e38px;
    width: .75rem;
    height: .75rem;
    margin-bottom: 1rem;
    display: block;
    box-shadow:
      1.4em 0,
      2.8em 0,
      4.2em 0;
  }
  .mockup-code pre {
    padding-right: 1.25rem;
  }
  .mockup-code pre:before {
    content: "";
    margin-right: 2ch;
  }
  .mockup-code pre[data-prefix]:before {
    content: attr(data-prefix);
    text-align: right;
    opacity: .5;
    width: 2rem;
    display: inline-block;
  }
  .mockup-window {
    border-radius: var(--radius-box);
    flex-direction: column;
    padding-top: 1.25rem;
    display: flex;
    position: relative;
    overflow: auto hidden;
  }
  .mockup-window:before {
    content: "";
    aspect-ratio: 1;
    opacity: .3;
    border-radius: 3.40282e38px;
    flex-shrink: 0;
    align-self: flex-start;
    height: .75rem;
    margin-bottom: 1rem;
    display: block;
    box-shadow:
      1.4em 0,
      2.8em 0,
      4.2em 0;
  }
  [dir=rtl] .mockup-window:before {
    align-self: flex-end;
  }
  .mockup-window pre[data-prefix]:before {
    content: attr(data-prefix);
    text-align: right;
    display: inline-block;
  }
  .avatar {
    vertical-align: middle;
    display: inline-flex;
    position: relative;
  }
  .avatar > div {
    aspect-ratio: 1;
    display: block;
    overflow: hidden;
  }
  .avatar img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .checkbox {
    border: var(--border)solid var(--input-color,color-mix(in oklab,var(--color-base-content)20%,#0000));
    cursor: pointer;
    appearance: none;
    border-radius: var(--radius-selector);
    vertical-align: middle;
    color: var(--color-base-content);
    box-shadow:
      0 1px oklch(0% 0 0/calc(var(--depth)*.1)) inset,
      0 0 #0000 inset,
      0 0 #0000;
    --size:calc(var(--size-selector,.25rem)*6);
    width: var(--size);
    height: var(--size);
    background-size: auto, calc(var(--noise)*100%);
    background-image: none, var(--fx-noise);
    flex-shrink: 0;
    padding: .25rem;
    transition: background-color .2s, box-shadow .2s;
    position: relative;
  }
  .checkbox:before {
    --tw-content:"";
    content: var(--tw-content);
    opacity: 0;
    clip-path: polygon(20% 100%, 20% 80%, 50% 80%, 50% 80%, 70% 80%, 70% 100%);
    width: 100%;
    height: 100%;
    box-shadow: 0px 3px 0 0px oklch(100% 0 0/calc(var(--depth)*.1)) inset;
    background-color: currentColor;
    font-size: 1rem;
    line-height: .75;
    transition:
      clip-path .3s .1s,
      opacity .1s .1s,
      rotate .3s .1s,
      translate .3s .1s;
    display: block;
    rotate: 45deg;
  }
  .checkbox:focus-visible {
    outline: 2px solid var(--input-color,currentColor);
    outline-offset: 2px;
  }
  .checkbox:checked,
  .checkbox[aria-checked=true] {
    background-color: var(--input-color,#0000);
    box-shadow:
      0 0 #0000 inset,
      0 8px 0 -4px oklch(100% 0 0/calc(var(--depth)*.1)) inset,
      0 1px oklch(0% 0 0/calc(var(--depth)*.1));
  }
  :is(.checkbox:checked, .checkbox[aria-checked=true]):before {
    clip-path: polygon(20% 100%, 20% 80%, 50% 80%, 50% 0%, 70% 0%, 70% 100%);
    opacity: 1;
  }
  @media (forced-colors:active) {
    :is(.checkbox:checked, .checkbox[aria-checked=true]):before {
      --tw-content:"\2714\fe0e";
      clip-path: none;
      background-color: #0000;
      rotate: none;
    }
  }
  @media print {
    :is(.checkbox:checked, .checkbox[aria-checked=true]):before {
      --tw-content:"\2714\fe0e";
      clip-path: none;
      background-color: #0000;
      rotate: none;
    }
  }
  .checkbox:indeterminate:before {
    opacity: 1;
    clip-path: polygon(20% 100%, 20% 80%, 50% 80%, 50% 80%, 80% 80%, 80% 100%);
    translate: 0 -35%;
    rotate: none;
  }
  .checkbox:disabled {
    cursor: not-allowed;
    opacity: .2;
  }
  .radio {
    cursor: pointer;
    appearance: none;
    vertical-align: middle;
    border: var(--border)solid var(--input-color,color-mix(in srgb,currentColor 20%,#0000));
    box-shadow: 0 1px oklch(0% 0 0/calc(var(--depth)*.1)) inset;
    --size:calc(var(--size-selector,.25rem)*6);
    width: var(--size);
    height: var(--size);
    color: var(--input-color,currentColor);
    border-radius: 3.40282e38px;
    flex-shrink: 0;
    padding: .25rem;
    position: relative;
  }
  .radio:before {
    --tw-content:"";
    content: var(--tw-content);
    background-size: auto, calc(var(--noise)*100%);
    background-image: none, var(--fx-noise);
    border-radius: 3.40282e38px;
    width: 100%;
    height: 100%;
    display: block;
  }
  .radio:focus-visible {
    outline: 2px solid;
  }
  .radio:checked,
  .radio[aria-checked=true] {
    background-color: var(--color-base-100);
    border-color: currentColor;
    animation: .2s ease-out radio;
  }
  :is(.radio:checked, .radio[aria-checked=true]):before {
    box-shadow:
      0 -1px oklch(0% 0 0/calc(var(--depth)*.1)) inset,
      0 8px 0 -4px oklch(100% 0 0/calc(var(--depth)*.1)) inset,
      0 1px oklch(0% 0 0/calc(var(--depth)*.1));
    background-color: currentColor;
  }
  @media (forced-colors:active) {
    :is(.radio:checked, .radio[aria-checked=true]):before {
      outline-style: var(--tw-outline-style);
      outline-offset: calc(1px*-1);
      outline-width: 1px;
    }
  }
  @media print {
    :is(.radio:checked, .radio[aria-checked=true]):before {
      outline-offset: -1rem;
      outline: .25rem solid;
    }
  }
  .radio:disabled {
    cursor: not-allowed;
    opacity: .2;
  }
  .rating {
    vertical-align: middle;
    display: inline-flex;
    position: relative;
  }
  .rating input {
    appearance: none;
    border: none;
  }
  .rating :where(*) {
    background-color: var(--color-base-content);
    opacity: .2;
    border-radius: 0;
    width: 1.5rem;
    height: 1.5rem;
    animation: .25s ease-out rating;
  }
  .rating :where(*):is(input) {
    cursor: pointer;
  }
  .rating .rating-hidden {
    background-color: #0000;
    width: .5rem;
  }
  .rating input[type=radio]:checked {
    background-image: none;
  }
  .rating :checked,
  .rating [aria-checked=true],
  .rating [aria-current=true],
  .rating :has(~ :checked, ~ [aria-checked=true], ~ [aria-current=true]) {
    opacity: 1;
  }
  .rating :focus-visible {
    transition: scale .2s ease-out;
    scale: 1.1;
  }
  .rating :active:focus {
    animation: none;
    scale: 1.1;
  }
  .rating.rating-xs :where(:not(.rating-hidden)) {
    width: 1rem;
    height: 1rem;
  }
  .rating.rating-sm :where(:not(.rating-hidden)) {
    width: 1.25rem;
    height: 1.25rem;
  }
  .rating.rating-md :where(:not(.rating-hidden)) {
    width: 1.5rem;
    height: 1.5rem;
  }
  .rating.rating-lg :where(:not(.rating-hidden)) {
    width: 1.75rem;
    height: 1.75rem;
  }
  .rating.rating-xl :where(:not(.rating-hidden)) {
    width: 2rem;
    height: 2rem;
  }
  .drawer {
    grid-auto-columns: max-content auto;
    width: 100%;
    display: grid;
    position: relative;
  }
  .stats {
    border-radius: var(--radius-box);
    grid-auto-flow: column;
    display: inline-grid;
    position: relative;
    overflow-x: auto;
  }
  .progress {
    appearance: none;
    border-radius: var(--radius-box);
    background-color: color-mix(in oklab, currentColor 20%, transparent);
    width: 100%;
    height: .5rem;
    color: var(--color-base-content);
    position: relative;
    overflow: hidden;
  }
  .progress:indeterminate {
    background-image:
      repeating-linear-gradient(
        90deg,
        currentColor -1% 10%,
        #0000 10% 90%);
    background-position-x: 15%;
    background-size: 200%;
    animation: 5s ease-in-out infinite progress;
  }
  @supports ((-moz-appearance:none)) {
    .progress:indeterminate::-moz-progress-bar {
      background-color: #0000;
      background-image:
        repeating-linear-gradient(
          90deg,
          currentColor -1% 10%,
          #0000 10% 90%);
      background-position-x: 15%;
      background-size: 200%;
      animation: 5s ease-in-out infinite progress;
    }
    .progress::-moz-progress-bar {
      border-radius: var(--radius-box);
      background-color: currentColor;
    }
  }
  @supports ((-webkit-appearance:none)) {
    .progress::-webkit-progress-bar {
      border-radius: var(--radius-box);
      background-color: #0000;
    }
    .progress::-webkit-progress-value {
      border-radius: var(--radius-box);
      background-color: currentColor;
    }
  }
  .\!fixed {
    position: fixed !important;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .tooltip-bottom > .tooltip-content,
  .tooltip-bottom[data-tip]:before {
    transform: translateX(-50%)translateY(var(--tt-pos,-.25rem));
    inset: var(--tt-off)auto auto 50%;
  }
  .tooltip-bottom:after {
    transform: translateX(-50%)translateY(var(--tt-pos,-.25rem))rotate(180deg);
    inset: var(--tt-tail)auto auto 50%;
  }
  .tooltip-left > .tooltip-content,
  .tooltip-left[data-tip]:before {
    transform: translateX(calc(var(--tt-pos,.25rem) - .25rem))translateY(-50%);
    inset: 50% var(--tt-off)auto auto;
  }
  .tooltip-left:after {
    transform: translateX(var(--tt-pos,.25rem))translateY(-50%)rotate(-90deg);
    inset: 50% calc(var(--tt-tail) + 1px)auto auto;
  }
  .tooltip-right > .tooltip-content,
  .tooltip-right[data-tip]:before {
    transform: translateX(calc(var(--tt-pos,-.25rem) + .25rem))translateY(-50%);
    inset: 50% auto auto var(--tt-off);
  }
  .tooltip-right:after {
    transform: translateX(var(--tt-pos,-.25rem))translateY(-50%)rotate(90deg);
    inset: 50% auto auto calc(var(--tt-tail) + 1px);
  }
  .tooltip-top > .tooltip-content,
  .tooltip-top[data-tip]:before {
    transform: translateX(-50%)translateY(var(--tt-pos,.25rem));
    inset: auto auto var(--tt-off)50%;
  }
  .tooltip-top:after {
    transform: translateX(-50%)translateY(var(--tt-pos,.25rem));
    inset: auto auto var(--tt-tail)50%;
  }
  .inset-0 {
    inset: calc(var(--spacing)*0);
  }
  .dropdown-right {
    --anchor-h:right;
    --anchor-v:span-bottom;
  }
  .dropdown-right .dropdown-content {
    transform-origin: 0;
    inset-inline-start: 100%;
    top: 0;
    bottom: auto;
  }
  .chat-end {
    grid-template-columns: 1fr auto;
    place-items: end;
  }
  .chat-end .chat-header,
  .chat-end .chat-footer {
    grid-column-start: 1;
  }
  .chat-end .chat-image {
    grid-column-start: 2;
  }
  .chat-end .chat-bubble {
    border-end-end-radius: 0;
    grid-column-start: 1;
  }
  .chat-end .chat-bubble:before {
    inset-inline-start: 100%;
    transform: rotateY(180deg);
  }
  [dir=rtl] :is(.chat-end .chat-bubble):before {
    transform: rotateY(0);
  }
  .chat-start {
    grid-template-columns: auto 1fr;
    place-items: start;
  }
  .chat-start .chat-header,
  .chat-start .chat-footer {
    grid-column-start: 2;
  }
  .chat-start .chat-image {
    grid-column-start: 1;
  }
  .chat-start .chat-bubble {
    border-end-start-radius: 0;
    grid-column-start: 2;
  }
  .chat-start .chat-bubble:before {
    inset-inline-start: -.75rem;
    transform: rotateY(0);
  }
  [dir=rtl] :is(.chat-start .chat-bubble):before {
    transform: rotateY(180deg);
  }
  .dropdown-left {
    --anchor-h:left;
    --anchor-v:span-bottom;
  }
  .dropdown-left .dropdown-content {
    transform-origin: 100%;
    inset-inline-end: 100%;
    top: 0;
    bottom: auto;
  }
  .dropdown-center {
    --anchor-h:center;
  }
  .dropdown-center :where(.dropdown-content) {
    inset-inline-end: 50%;
    translate: 50%;
  }
  .dropdown-center.dropdown-left {
    --anchor-h:left;
    --anchor-v:center;
  }
  .dropdown-center.dropdown-left .dropdown-content {
    top: auto;
    bottom: 50%;
    translate: 0 50%;
  }
  .dropdown-center.dropdown-right {
    --anchor-h:right;
    --anchor-v:center;
  }
  .dropdown-center.dropdown-right .dropdown-content {
    top: auto;
    bottom: 50%;
    translate: 0 50%;
  }
  .dropdown-end {
    --anchor-h:span-left;
  }
  .dropdown-end :where(.dropdown-content) {
    inset-inline-end: 0;
    translate: 0;
  }
  .dropdown-end.dropdown-left {
    --anchor-h:left;
    --anchor-v:span-top;
  }
  .dropdown-end.dropdown-left .dropdown-content {
    top: auto;
    bottom: 0;
  }
  .dropdown-end.dropdown-right {
    --anchor-h:right;
    --anchor-v:span-top;
  }
  .dropdown-end.dropdown-right .dropdown-content {
    top: auto;
    bottom: 0;
  }
  .dropdown-start {
    --anchor-h:span-right;
  }
  .dropdown-start :where(.dropdown-content) {
    inset-inline-end: auto;
  }
  .dropdown-start.dropdown-left {
    --anchor-h:left;
    --anchor-v:span-bottom;
  }
  .dropdown-start.dropdown-left .dropdown-content {
    top: 0;
    bottom: auto;
  }
  .dropdown-start.dropdown-right {
    --anchor-h:right;
    --anchor-v:span-bottom;
  }
  .dropdown-start.dropdown-right .dropdown-content {
    top: 0;
    bottom: auto;
  }
  .dropdown-bottom {
    --anchor-v:bottom;
  }
  .dropdown-bottom .dropdown-content {
    transform-origin: top;
    top: 100%;
    bottom: auto;
  }
  .dropdown-top {
    --anchor-v:top;
  }
  .dropdown-top .dropdown-content {
    transform-origin: bottom;
    top: auto;
    bottom: 100%;
  }
  .top-0 {
    top: calc(var(--spacing)*0);
  }
  .top-1\/2 {
    top: 50%;
  }
  .top-2 {
    top: calc(var(--spacing)*2);
  }
  .right-0 {
    right: calc(var(--spacing)*0);
  }
  .right-2 {
    right: calc(var(--spacing)*2);
  }
  .right-3 {
    right: calc(var(--spacing)*3);
  }
  .dock-sm {
    height: 3.5rem;
    height: calc(3.5rem + env(safe-area-inset-bottom));
  }
  .dock-sm .dock-active:after {
    bottom: -.1rem;
  }
  .dock-sm .dock-label {
    font-size: .625rem;
  }
  .dock-lg {
    height: 4.5rem;
    height: calc(4.5rem + env(safe-area-inset-bottom));
  }
  .dock-lg .dock-active:after {
    bottom: .4rem;
  }
  .dock-lg .dock-label {
    font-size: .6875rem;
  }
  .dock-xl {
    height: 5rem;
    height: calc(5rem + env(safe-area-inset-bottom));
  }
  .dock-xl .dock-active:after {
    bottom: .4rem;
  }
  .dock-xl .dock-label {
    font-size: .75rem;
  }
  .dock-xs {
    height: 3rem;
    height: calc(3rem + env(safe-area-inset-bottom));
  }
  .dock-xs .dock-active:after {
    bottom: -.1rem;
  }
  .dock-xs .dock-label {
    font-size: .625rem;
  }
  .-bottom-16 {
    bottom: calc(var(--spacing)*-16);
  }
  .bottom-0 {
    bottom: calc(var(--spacing)*0);
  }
  .left-0 {
    left: calc(var(--spacing)*0);
  }
  .left-1\/2 {
    left: 50%;
  }
  .file-input {
    cursor: pointer;
    cursor: pointer;
    border: var(--border)solid #0000;
    appearance: none;
    background-color: var(--color-base-100);
    vertical-align: middle;
    webkit-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    width: clamp(3rem, 20rem, 100%);
    height: var(--size);
    border-color: var(--input-color);
    box-shadow: 0 1px color-mix(in oklab, var(--input-color)calc(var(--depth)*10%), #0000) inset, 0 -1px oklch(100% 0 0/calc(var(--depth)*.1)) inset;
    --size:calc(var(--size-field,.25rem)*10);
    --input-color:color-mix(in oklab,var(--color-base-content)20%,#0000);
    border-start-start-radius: var(--join-ss,var(--radius-field));
    border-start-end-radius: var(--join-se,var(--radius-field));
    border-end-end-radius: var(--join-ee,var(--radius-field));
    border-end-start-radius: var(--join-es,var(--radius-field));
    align-items: center;
    padding-inline-end: .75rem;
    font-size: .875rem;
    line-height: 2;
    display: inline-flex;
  }
  .file-input::file-selector-button {
    cursor: pointer;
    webkit-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    height: calc(100% + var(--border)*2);
    margin-inline-end: 1rem;
    margin-block: calc(var(--border)*-1);
    color: var(--btn-fg);
    border-width: var(--border);
    border-style: solid;
    border-color: var(--btn-border);
    background-color: var(--btn-bg);
    background-size: calc(var(--noise)*100%);
    background-image: var(--btn-noise);
    text-shadow: 0 .5px oklch(1 0 0/calc(var(--depth)*.15));
    box-shadow: 0 .5px 0 .5px color-mix(in oklab, color-mix(in oklab, white 30%, var(--btn-bg))calc(var(--depth)*20%), #0000) inset, var(--btn-shadow);
    --size:calc(var(--size-field,.25rem)*10);
    --btn-bg:var(--btn-color,var(--color-base-200));
    --btn-fg:var(--color-base-content);
    --btn-border:color-mix(in oklab,var(--btn-bg),#000 5%);
    --btn-shadow:0 3px 2px -2px color-mix(in oklab,var(--btn-bg)30%,#0000),0 4px 3px -2px color-mix(in oklab,var(--btn-bg)30%,#0000);
    --btn-noise:var(--fx-noise);
    border-start-start-radius: calc(var(--join-ss,var(--radius-field) - var(--border)));
    border-end-start-radius: calc(var(--join-es,var(--radius-field) - var(--border)));
    margin-inline-start: calc(var(--border)*-1);
    padding-inline: 1rem;
    font-size: .875rem;
    font-weight: 600;
  }
  .file-input:focus {
    --input-color:var(--color-base-content);
    box-shadow: 0 1px color-mix(in oklab, var(--input-color)10%, #0000);
    outline: 2px solid var(--input-color);
    outline-offset: 2px;
    isolation: isolate;
  }
  .file-input:has(> input[disabled]),
  .file-input:is(:disabled, [disabled]) {
    cursor: not-allowed;
    border-color: var(--color-base-200);
    background-color: var(--color-base-200);
    box-shadow: none;
    color: color-mix(in oklch, var(--color-base-content)20%, #0000);
  }
  :is(.file-input:has(> input[disabled]), .file-input:is(:disabled, [disabled]))::placeholder {
    color: color-mix(in oklab, var(--color-base-content)20%, transparent);
  }
  :is(.file-input:has(> input[disabled]), .file-input:is(:disabled, [disabled]))::file-selector-button {
    cursor: not-allowed;
    border-color: var(--color-base-200);
    background-color: var(--color-base-200);
    --btn-border:#0000;
    --btn-noise:none;
    --btn-fg:color-mix(in oklch,var(--color-base-content)20%,#0000);
  }
  .hero-content {
    isolation: isolate;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    max-width: 80rem;
    padding: 1rem;
    display: flex;
  }
  .textarea {
    border: var(--border)solid #0000;
    appearance: none;
    border-radius: var(--radius-field);
    background-color: var(--color-base-100);
    vertical-align: middle;
    border-color: var(--input-color);
    width: clamp(3rem, 20rem, 100%);
    min-height: 5rem;
    box-shadow: 0 1px color-mix(in oklab, var(--input-color)calc(var(--depth)*10%), #0000) inset, 0 -1px oklch(100% 0 0/calc(var(--depth)*.1)) inset;
    --input-color:color-mix(in oklab,var(--color-base-content)20%,#0000);
    flex-shrink: 1;
    padding-block: .5rem;
    padding-inline: .75rem;
    font-size: .875rem;
  }
  .textarea textarea {
    appearance: none;
    background-color: #0000;
    border: none;
  }
  .textarea textarea:focus,
  .textarea textarea:focus-within {
    --tw-outline-style:none;
    outline-style: none;
  }
  @media (forced-colors:active) {
    :is(.textarea textarea:focus, .textarea textarea:focus-within) {
      outline-offset: 2px;
      outline: 2px solid #0000;
    }
  }
  .textarea:focus,
  .textarea:focus-within {
    --input-color:var(--color-base-content);
    box-shadow: 0 1px color-mix(in oklab, var(--input-color)calc(var(--depth)*10%), #0000);
    outline: 2px solid var(--input-color);
    outline-offset: 2px;
    isolation: isolate;
  }
  .textarea:has(> textarea[disabled]),
  .textarea:is(:disabled, [disabled]) {
    cursor: not-allowed;
    border-color: var(--color-base-200);
    background-color: var(--color-base-200);
    color: color-mix(in oklab, var(--color-base-content)40%, transparent);
    box-shadow: none;
  }
  :is(.textarea:has(> textarea[disabled]), .textarea:is(:disabled, [disabled]))::placeholder {
    color: color-mix(in oklab, var(--color-base-content)20%, transparent);
  }
  .textarea:has(> textarea[disabled]) > textarea[disabled] {
    cursor: not-allowed;
  }
  .btn-active {
    --btn-bg:color-mix(in oklab,var(--btn-color,var(--color-base-200)),#000 7%);
    --btn-shadow:0 0 0 0 oklch(0% 0 0/0),0 0 0 0 oklch(0% 0 0/0);
    isolation: isolate;
  }
  .isolate {
    isolation: isolate;
  }
  .isolation-auto {
    isolation: auto;
  }
  .mockup-phone-camera {
    z-index: 1;
    background: #000;
    border-radius: 17px;
    grid-area: 1/1/1/1;
    width: 126px;
    height: 32px;
    margin-top: 6px;
  }
  .stack {
    grid-template-rows: 3px 4px 1fr 4px 3px;
    grid-template-columns: 3px 4px 1fr 4px 3px;
    display: inline-grid;
  }
  .stack > * {
    width: 100%;
    height: 100%;
  }
  .stack > :nth-child(n+2) {
    opacity: .7;
    width: 100%;
  }
  .stack > :nth-child(2) {
    z-index: 2;
    opacity: .9;
  }
  .stack > :first-child {
    z-index: 3;
    width: 100%;
  }
  :is(.stack, .stack.stack-bottom) > * {
    grid-area: 3/3/6/4;
  }
  :is(.stack, .stack.stack-bottom) > :nth-child(2) {
    grid-area: 2/2/5/5;
  }
  :is(.stack, .stack.stack-bottom) > :first-child {
    grid-area: 1/1/4/6;
  }
  .stack.stack-top > * {
    grid-area: 1/3/4/4;
  }
  .stack.stack-top > :nth-child(2) {
    grid-area: 2/2/5/5;
  }
  .stack.stack-top > :first-child {
    grid-area: 3/1/6/6;
  }
  .stack.stack-start > * {
    grid-area: 3/1/4/4;
  }
  .stack.stack-start > :nth-child(2) {
    grid-area: 2/2/5/5;
  }
  .stack.stack-start > :first-child {
    grid-area: 1/3/6/6;
  }
  .stack.stack-end > * {
    grid-area: 3/3/4/6;
  }
  .stack.stack-end > :nth-child(2) {
    grid-area: 2/2/5/5;
  }
  .stack.stack-end > :first-child {
    grid-area: 1/1/6/4;
  }
  .modal-backdrop {
    color: #0000;
    z-index: -1;
    grid-row-start: 1;
    grid-column-start: 1;
    place-self: stretch stretch;
    display: grid;
  }
  .modal-backdrop button {
    cursor: pointer;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-auto {
    z-index: auto;
  }
  .tab-content {
    order: var(--tabcontent-order);
    --tabcontent-radius-ss:0;
    --tabcontent-radius-se:0;
    --tabcontent-radius-es:0;
    --tabcontent-radius-ee:0;
    --tabcontent-order:1;
    width: 100%;
    margin: var(--tabcontent-margin);
    border-color: #0000;
    border-width: var(--border);
    border-start-start-radius: var(--tabcontent-radius-ss);
    border-start-end-radius: var(--tabcontent-radius-se);
    border-end-end-radius: var(--tabcontent-radius-ee);
    border-end-start-radius: var(--tabcontent-radius-es);
    display: none;
  }
  .order-first {
    order: -9999;
  }
  .order-last {
    order: 9999;
  }
  .order-none {
    order: 0;
  }
  .mockup-phone-display {
    border-radius: 49px;
    grid-area: 1/1/1/1;
    width: 390px;
    height: 845px;
    overflow: hidden;
  }
  .col-auto {
    grid-column: auto;
  }
  .col-span-1 {
    grid-column: span 1/span 1;
  }
  .col-span-3 {
    grid-column: span 3/span 3;
  }
  .col-span-full {
    grid-column: 1/-1;
  }
  .timeline-end {
    grid-area: 3/1/4/4;
    place-self: flex-start center;
    margin: .25rem;
  }
  .timeline-start {
    grid-area: 1/1/2/4;
    place-self: flex-end center;
    margin: .25rem;
  }
  .timeline-horizontal {
    flex-direction: row;
  }
  .timeline-horizontal > li {
    align-items: center;
  }
  .timeline-horizontal > li > hr {
    width: 100%;
    height: .25rem;
  }
  .timeline-horizontal > li > hr:first-child {
    grid-row-start: 2;
    grid-column-start: 1;
  }
  .timeline-horizontal > li > hr:last-child {
    grid-area: 2/3/auto/none;
  }
  .timeline-horizontal .timeline-start {
    grid-area: 1/1/2/4;
    place-self: flex-end center;
  }
  .timeline-horizontal .timeline-end {
    grid-area: 3/1/4/4;
    place-self: flex-start center;
  }
  .timeline-horizontal:has(.timeline-middle) > li > hr:first-child {
    border-start-start-radius: 0;
    border-start-end-radius: var(--radius-selector);
    border-end-end-radius: var(--radius-selector);
    border-end-start-radius: 0;
  }
  .timeline-horizontal:has(.timeline-middle) > li > hr:last-child,
  .timeline-horizontal:not(:has(.timeline-middle)) :first-child > hr:last-child {
    border-start-start-radius: var(--radius-selector);
    border-start-end-radius: 0;
    border-end-end-radius: 0;
    border-end-start-radius: var(--radius-selector);
  }
  .timeline-horizontal:not(:has(.timeline-middle)) :last-child > hr:first-child {
    border-start-start-radius: 0;
    border-start-end-radius: var(--radius-selector);
    border-end-end-radius: var(--radius-selector);
    border-end-start-radius: 0;
  }
  .timeline-vertical {
    flex-direction: column;
  }
  .timeline-vertical > li {
    --timeline-row-start:minmax(0,1fr);
    --timeline-row-end:minmax(0,1fr);
    justify-items: center;
  }
  .timeline-vertical > li > hr {
    width: .25rem;
    height: 100%;
  }
  .timeline-vertical > li > hr:first-child {
    grid-row-start: 1;
    grid-column-start: 2;
  }
  .timeline-vertical > li > hr:last-child {
    grid-area: 3/2/none;
  }
  .timeline-vertical .timeline-start {
    grid-area: 1/1/4/2;
    place-self: center flex-end;
  }
  .timeline-vertical .timeline-end {
    grid-area: 1/3/4/4;
    place-self: center flex-start;
  }
  .timeline-vertical:has(.timeline-middle) > li > hr:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: var(--radius-selector);
    border-bottom-left-radius: var(--radius-selector);
  }
  .timeline-vertical:has(.timeline-middle) > li > hr:last-child,
  .timeline-vertical:not(:has(.timeline-middle)) :first-child > hr:last-child {
    border-top-left-radius: var(--radius-selector);
    border-top-right-radius: var(--radius-selector);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .timeline-vertical:not(:has(.timeline-middle)) :last-child > hr:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: var(--radius-selector);
    border-bottom-left-radius: var(--radius-selector);
  }
  .timeline-vertical.timeline-snap-icon > li {
    --timeline-col-start:minmax(0,1fr);
    --timeline-row-start:.5rem;
  }
  .timeline-compact {
    --timeline-row-start:0;
  }
  .timeline-compact .timeline-start {
    grid-area: 3/1/4/4;
    place-self: flex-start center;
  }
  .timeline-compact li:has(.timeline-start) .timeline-end {
    grid-row-start: auto;
    grid-column-start: none;
  }
  .timeline-compact.timeline-vertical > li {
    --timeline-col-start:0;
  }
  .timeline-compact.timeline-vertical .timeline-start {
    grid-area: 1/3/4/4;
    place-self: center flex-start;
  }
  .timeline-compact.timeline-vertical li:has(.timeline-start) .timeline-end {
    grid-row-start: none;
    grid-column-start: auto;
  }
  .stat-figure {
    grid-row: 1/span 3;
    grid-column-start: 2;
    place-self: center flex-end;
  }
  .hero {
    background-position: 50%;
    background-size: cover;
    place-items: center;
    width: 100%;
    display: grid;
  }
  .hero > * {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .hero-overlay {
    background-color: color-mix(in oklab, var(--color-neutral)50%, transparent);
    grid-row-start: 1;
    grid-column-start: 1;
    width: 100%;
    height: 100%;
  }
  .modal-box {
    background-color: var(--color-base-100);
    border-top-left-radius: var(--modal-tl,var(--radius-box));
    border-top-right-radius: var(--modal-tr,var(--radius-box));
    border-bottom-left-radius: var(--modal-bl,var(--radius-box));
    border-bottom-right-radius: var(--modal-br,var(--radius-box));
    opacity: 0;
    overscroll-behavior: contain;
    grid-row-start: 1;
    grid-column-start: 1;
    width: 91.6667%;
    max-width: 32rem;
    max-height: 100vh;
    padding: 1.5rem;
    transition:
      translate .3s ease-out,
      scale .3s ease-out,
      opacity .2s ease-out 50ms,
      box-shadow .3s ease-out;
    overflow-y: auto;
    scale: 95%;
    box-shadow: 0 25px 50px -12px oklch(0% 0 0/.25);
  }
  .drawer-content {
    grid-row-start: 1;
    grid-column-start: 2;
    min-width: 0;
  }
  .timeline-middle {
    grid-row-start: 2;
    grid-column-start: 2;
  }
  .drawer-end {
    grid-auto-columns: auto max-content;
  }
  .drawer-end > .drawer-toggle ~ .drawer-content {
    grid-column-start: 1;
  }
  .drawer-end > .drawer-toggle ~ .drawer-side {
    grid-column-start: 2;
    justify-items: end;
  }
  .drawer-end > .drawer-toggle ~ .drawer-side > :not(.drawer-overlay) {
    translate: 100%;
  }
  [dir=rtl] :is(.drawer-end > .drawer-toggle ~ .drawer-side > :not(.drawer-overlay)) {
    translate: -100%;
  }
  .drawer-end > .drawer-toggle:checked ~ .drawer-side > :not(.drawer-overlay) {
    translate: 0%;
  }
  .stat-value {
    white-space: nowrap;
    grid-column-start: 1;
    font-size: 2rem;
    font-weight: 800;
  }
  .stat-desc,
  .stat-title {
    white-space: nowrap;
    color: color-mix(in oklab, var(--color-base-content)60%, transparent);
    grid-column-start: 1;
    font-size: .75rem;
  }
  .stat-actions {
    white-space: nowrap;
    grid-column-start: 1;
  }
  .col-start-auto {
    grid-column-start: auto;
  }
  .col-end-auto {
    grid-column-end: auto;
  }
  .chat-image {
    grid-row: span 2/span 2;
    align-self: flex-end;
  }
  .row-auto {
    grid-row: auto;
  }
  .row-span-full {
    grid-row: 1/-1;
  }
  .chat-footer {
    grid-row-start: 3;
    gap: .25rem;
    font-size: .6875rem;
    display: flex;
  }
  .chat-header {
    grid-row-start: 1;
    gap: .25rem;
    font-size: .6875rem;
    display: flex;
  }
  .list-col-wrap {
    grid-row-start: 2;
  }
  .row-start-auto {
    grid-row-start: auto;
  }
  .row-end-auto {
    grid-row-end: auto;
  }
  .float-end {
    float: inline-end;
  }
  .float-left {
    float: left;
  }
  .float-none {
    float: none;
  }
  .float-right {
    float: right;
  }
  .float-start {
    float: inline-start;
  }
  .clear-both {
    clear: both;
  }
  .clear-end {
    clear: inline-end;
  }
  .clear-left {
    clear: left;
  }
  .clear-none {
    clear: none;
  }
  .clear-right {
    clear: right;
  }
  .clear-start {
    clear: inline-start;
  }
  .container {
    width: 100%;
  }
  @media (width>=40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width>=48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width>=64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width>=80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width>=96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .container\! {
    width: 100% !important;
  }
  @media (width>=40rem) {
    .container\! {
      max-width: 40rem !important;
    }
  }
  @media (width>=48rem) {
    .container\! {
      max-width: 48rem !important;
    }
  }
  @media (width>=64rem) {
    .container\! {
      max-width: 64rem !important;
    }
  }
  @media (width>=80rem) {
    .container\! {
      max-width: 80rem !important;
    }
  }
  @media (width>=96rem) {
    .container\! {
      max-width: 96rem !important;
    }
  }
  .divider {
    white-space: nowrap;
    height: 1rem;
    margin: var(--divider-m,1rem 0);
    flex-direction: row;
    align-self: stretch;
    align-items: center;
    display: flex;
  }
  .divider:before,
  .divider:after {
    content: "";
    background-color: color-mix(in oklab, var(--color-base-content)10%, transparent);
    flex-grow: 1;
    width: 100%;
    height: .125rem;
  }
  @media print {
    .divider:before,
    .divider:after {
      border: .5px solid;
    }
  }
  .divider:not(:empty) {
    gap: 1rem;
  }
  .\!filter {
    flex-wrap: wrap !important;
    display: flex !important;
  }
  .\!filter input[type=radio] {
    width: auto !important;
  }
  .\!filter input {
    opacity: 1 !important;
    transition:
      margin .1s,
      opacity .3s,
      padding .3s,
      border-width .1s !important;
    overflow: hidden !important;
    scale: 1 !important;
  }
  .\!filter input:not(:last-child) {
    margin-inline-end: .25rem !important;
  }
  .\!filter input.filter-reset {
    aspect-ratio: 1 !important;
  }
  .\!filter input.filter-reset:after {
    content: "\d7" !important;
  }
  .\!filter:not(:has(input:checked:not(.filter-reset))) .filter-reset,
  .\!filter:not(:has(input:checked:not(.filter-reset))) input[type=reset],
  .\!filter:has(input:checked:not(.filter-reset)) input:not(:checked, .filter-reset, input[type=reset]) {
    opacity: 0 !important;
    border-width: 0 !important;
    width: 0 !important;
    margin-inline: 0 !important;
    padding-inline: 0 !important;
    scale: 0 !important;
  }
  .filter {
    flex-wrap: wrap;
    display: flex;
  }
  .filter input[type=radio] {
    width: auto;
  }
  .filter input {
    opacity: 1;
    transition:
      margin .1s,
      opacity .3s,
      padding .3s,
      border-width .1s;
    overflow: hidden;
    scale: 1;
  }
  .filter input:not(:last-child) {
    margin-inline-end: .25rem;
  }
  .filter input.filter-reset {
    aspect-ratio: 1;
  }
  .filter input.filter-reset:after {
    content: "\d7";
  }
  .filter:not(:has(input:checked:not(.filter-reset))) .filter-reset,
  .filter:not(:has(input:checked:not(.filter-reset))) input[type=reset],
  .filter:has(input:checked:not(.filter-reset)) input:not(:checked, .filter-reset, input[type=reset]) {
    opacity: 0;
    border-width: 0;
    width: 0;
    margin-inline: 0;
    padding-inline: 0;
    scale: 0;
  }
  .mx-4 {
    margin-inline: calc(var(--spacing)*4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .file-input-ghost {
    box-shadow: none;
    background-color: #0000;
    border-color: #0000;
    transition: background-color .2s;
  }
  .file-input-ghost::file-selector-button {
    cursor: pointer;
    webkit-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    border-start-end-radius: calc(var(--join-ss,var(--radius-field) - var(--border)));
    border-end-end-radius: calc(var(--join-es,var(--radius-field) - var(--border)));
    height: 100%;
    margin-block: 0;
    margin-inline: 0 1rem;
    padding-inline: 1rem;
  }
  .file-input-ghost:focus,
  .file-input-ghost:focus-within {
    background-color: var(--color-base-100);
    color: var(--color-base-content);
    box-shadow: none;
    border-color: #0000;
  }
  .input-lg {
    --size:calc(var(--size-field,.25rem)*12);
    font-size: 1.125rem;
  }
  .input-lg[type=number]::-webkit-inner-spin-button {
    margin-block: -.75rem;
    margin-inline-end: -.75rem;
  }
  .input-md {
    --size:calc(var(--size-field,.25rem)*10);
    font-size: .875rem;
  }
  .input-md[type=number]::-webkit-inner-spin-button {
    margin-block: -.75rem;
    margin-inline-end: -.75rem;
  }
  .input-sm {
    --size:calc(var(--size-field,.25rem)*8);
    font-size: .75rem;
  }
  .input-sm[type=number]::-webkit-inner-spin-button {
    margin-block: -.5rem;
    margin-inline-end: -.75rem;
  }
  .input-xl {
    --size:calc(var(--size-field,.25rem)*14);
    font-size: 1.375rem;
  }
  .input-xl[type=number]::-webkit-inner-spin-button {
    margin-block: -1rem;
    margin-inline-end: -.75rem;
  }
  .input-xs {
    --size:calc(var(--size-field,.25rem)*6);
    font-size: .6875rem;
  }
  .input-xs[type=number]::-webkit-inner-spin-button {
    margin-block: -.25rem;
    margin-inline-end: -.75rem;
  }
  .-my-4 {
    margin-block: calc(var(--spacing)*-4);
  }
  .my-2 {
    margin-block: calc(var(--spacing)*2);
  }
  .my-8 {
    margin-block: calc(var(--spacing)*8);
  }
  .label {
    white-space: nowrap;
    color: color-mix(in oklab, currentColor 60%, transparent);
    align-items: center;
    gap: .375rem;
    display: inline-flex;
  }
  .label:has(input) {
    cursor: pointer;
  }
  .label:is(.input > *, .select > *) {
    white-space: nowrap;
    height: calc(100% - .5rem);
    font-size: inherit;
    align-items: center;
    padding-inline: .75rem;
    display: flex;
  }
  .label:is(.input > *, .select > *):first-child {
    border-inline-end: var(--border)solid color-mix(in oklab, currentColor 10%, #0000);
    margin-inline: -.75rem .75rem;
  }
  .label:is(.input > *, .select > *):last-child {
    border-inline-start: var(--border)solid color-mix(in oklab, currentColor 10%, #0000);
    margin-inline: .75rem -.75rem;
  }
  .label\! {
    white-space: nowrap !important;
    color: color-mix(in oklab, currentColor 60%, transparent) !important;
    align-items: center !important;
    gap: .375rem !important;
    display: inline-flex !important;
  }
  .label\!:has(input) {
    cursor: pointer !important;
  }
  .label\!:is(.input > *, .select > *) {
    white-space: nowrap !important;
    height: calc(100% - .5rem) !important;
    font-size: inherit !important;
    align-items: center !important;
    padding-inline: .75rem !important;
    display: flex !important;
  }
  .label\!:is(.input > *, .select > *):first-child {
    border-inline-end: var(--border)solid color-mix(in oklab, currentColor 10%, #0000) !important;
    margin-inline: -.75rem .75rem !important;
  }
  .label\!:is(.input > *, .select > *):last-child {
    border-inline-start: var(--border)solid color-mix(in oklab, currentColor 10%, #0000) !important;
    margin-inline: .75rem -.75rem !important;
  }
  .steps-vertical {
    grid-auto-rows: 1fr;
    grid-auto-flow: row;
  }
  .steps-vertical .step {
    grid-template-rows: auto;
    grid-template-columns: 40px 1fr;
    justify-items: start;
    gap: .5rem;
    min-height: 4rem;
    display: grid;
  }
  .steps-vertical .step:before {
    width: .5rem;
    height: 100%;
    margin-inline-start: 50%;
    translate: -50% -50%;
  }
  [dir=rtl] :is(.steps-vertical .step):before {
    translate: 50% -50%;
  }
  .steps-horizontal {
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: inline-grid;
    overflow: auto hidden;
  }
  .steps-horizontal .step {
    text-align: center;
    grid-template-rows: 40px 1fr;
    grid-template-columns: auto;
    place-items: center;
    min-width: 4rem;
    display: grid;
  }
  .steps-horizontal .step:before {
    content: "";
    width: 100%;
    height: .5rem;
    margin-inline-start: -100%;
    translate: 0;
  }
  [dir=rtl] :is(.steps-horizontal .step):before {
    translate: 0;
  }
  .join-horizontal {
    flex-direction: row;
  }
  .join-horizontal > .join-item:first-child,
  .join-horizontal :first-child:not(:last-child) .join-item {
    --join-ss:var(--radius-field);
    --join-se:0;
    --join-es:var(--radius-field);
    --join-ee:0;
  }
  .join-horizontal > .join-item:last-child,
  .join-horizontal :last-child:not(:first-child) .join-item {
    --join-ss:0;
    --join-se:var(--radius-field);
    --join-es:0;
    --join-ee:var(--radius-field);
  }
  .join-horizontal > .join-item:only-child,
  .join-horizontal :only-child .join-item {
    --join-ss:var(--radius-field);
    --join-se:var(--radius-field);
    --join-es:var(--radius-field);
    --join-ee:var(--radius-field);
  }
  .join-horizontal .join-item:where(:not(:first-child)) {
    margin-block-start: 0;
    margin-inline-start: calc(var(--border,1px)*-1);
  }
  .join-vertical {
    flex-direction: column;
  }
  .join-vertical > .join-item:first-child,
  .join-vertical :first-child:not(:last-child) .join-item {
    --join-ss:var(--radius-field);
    --join-se:var(--radius-field);
    --join-es:0;
    --join-ee:0;
  }
  .join-vertical > .join-item:last-child,
  .join-vertical :last-child:not(:first-child) .join-item {
    --join-ss:0;
    --join-se:0;
    --join-es:var(--radius-field);
    --join-ee:var(--radius-field);
  }
  .join-vertical > .join-item:only-child,
  .join-vertical :only-child .join-item {
    --join-ss:var(--radius-field);
    --join-se:var(--radius-field);
    --join-es:var(--radius-field);
    --join-ee:var(--radius-field);
  }
  .join-vertical .join-item:where(:not(:first-child)) {
    margin-block-start: calc(var(--border,1px)*-1);
    margin-inline-start: 0;
  }
  .join-item:where(:not(:first-child)) {
    margin-block-start: 0;
    margin-inline-start: calc(var(--border,1px)*-1);
  }
  .prose {
    color: var(--tw-prose-body);
    --tw-prose-body:oklch(.373 .034 259.733);
    --tw-prose-headings:oklch(.21 .034 264.665);
    --tw-prose-lead:oklch(.446 .03 256.802);
    --tw-prose-links:oklch(.21 .034 264.665);
    --tw-prose-bold:oklch(.21 .034 264.665);
    --tw-prose-counters:oklch(.551 .027 264.364);
    --tw-prose-bullets:oklch(.872 .01 258.338);
    --tw-prose-hr:oklch(.928 .006 264.531);
    --tw-prose-quotes:oklch(.21 .034 264.665);
    --tw-prose-quote-borders:oklch(.928 .006 264.531);
    --tw-prose-captions:oklch(.551 .027 264.364);
    --tw-prose-kbd:oklch(.21 .034 264.665);
    --tw-prose-kbd-shadows:NaN NaN NaN;
    --tw-prose-code:oklch(.21 .034 264.665);
    --tw-prose-pre-code:oklch(.928 .006 264.531);
    --tw-prose-pre-bg:oklch(.278 .033 256.848);
    --tw-prose-th-borders:oklch(.872 .01 258.338);
    --tw-prose-td-borders:oklch(.928 .006 264.531);
    --tw-prose-invert-body:oklch(.872 .01 258.338);
    --tw-prose-invert-headings:#fff;
    --tw-prose-invert-lead:oklch(.707 .022 261.325);
    --tw-prose-invert-links:#fff;
    --tw-prose-invert-bold:#fff;
    --tw-prose-invert-counters:oklch(.707 .022 261.325);
    --tw-prose-invert-bullets:oklch(.446 .03 256.802);
    --tw-prose-invert-hr:oklch(.373 .034 259.733);
    --tw-prose-invert-quotes:oklch(.967 .003 264.542);
    --tw-prose-invert-quote-borders:oklch(.373 .034 259.733);
    --tw-prose-invert-captions:oklch(.707 .022 261.325);
    --tw-prose-invert-kbd:#fff;
    --tw-prose-invert-kbd-shadows:255 255 255;
    --tw-prose-invert-code:#fff;
    --tw-prose-invert-pre-code:oklch(.872 .01 258.338);
    --tw-prose-invert-pre-bg:#00000080;
    --tw-prose-invert-th-borders:oklch(.446 .03 256.802);
    --tw-prose-invert-td-borders:oklch(.373 .034 259.733);
    max-width: 65ch;
    font-size: 1rem;
    line-height: 1.75;
  }
  .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] *)) {
    color: var(--tw-prose-links);
    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: "\201c""\201d""\2018""\2019";
    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 rgb(var(--tw-prose-kbd-shadows)/10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);
    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: var(--tw-prose-code);
    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;
    border-radius: .375rem;
    margin-top: 1.71429em;
    margin-bottom: 1.71429em;
    padding-inline-start: 1.14286em;
    font-size: .875em;
    font-weight: 400;
    line-height: 1.71429;
    overflow-x: auto;
  }
  .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;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    padding: 0;
  }
  .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 :where(picture > img):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .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-2xl {
    font-size: 1.5rem;
    line-height: 1.66667;
  }
  .prose-2xl :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.33333em;
    margin-bottom: 1.33333em;
  }
  .prose-2xl :where([class~=lead]):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.06667em;
    margin-bottom: 1.06667em;
    font-size: 1.25em;
    line-height: 1.46667;
  }
  .prose-2xl :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.77778em;
    margin-bottom: 1.77778em;
    padding-inline-start: 1.11111em;
  }
  .prose-2xl :where(h1):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: .875em;
    font-size: 2.66667em;
    line-height: 1;
  }
  .prose-2xl :where(h2):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.5em;
    margin-bottom: .833333em;
    font-size: 2em;
    line-height: 1.08333;
  }
  .prose-2xl :where(h3):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.55556em;
    margin-bottom: .666667em;
    font-size: 1.5em;
    line-height: 1.22222;
  }
  .prose-2xl :where(h4):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.66667em;
    margin-bottom: .666667em;
    line-height: 1.5;
  }
  .prose-2xl :where(img):not(:where([class~=not-prose], [class~=not-prose] *)),
  .prose-2xl :where(picture):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose-2xl :where(picture > img):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .prose-2xl :where(video):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose-2xl :where(kbd):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-top: .25em;
    padding-inline-end: .333333em;
    padding-bottom: .25em;
    border-radius: .375rem;
    padding-inline-start: .333333em;
    font-size: .833333em;
  }
  .prose-2xl :where(code):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-size: .833333em;
  }
  .prose-2xl :where(h2 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-size: .875em;
  }
  .prose-2xl :where(h3 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-size: .888889em;
  }
  .prose-2xl :where(pre):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-top: 1.2em;
    padding-inline-end: 1.6em;
    padding-bottom: 1.2em;
    border-radius: .5rem;
    margin-top: 2em;
    margin-bottom: 2em;
    padding-inline-start: 1.6em;
    font-size: .833333em;
    line-height: 1.8;
  }
  .prose-2xl :where(ol):not(:where([class~=not-prose], [class~=not-prose] *)),
  .prose-2xl :where(ul):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.33333em;
    margin-bottom: 1.33333em;
    padding-inline-start: 1.58333em;
  }
  .prose-2xl :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: .5em;
    margin-bottom: .5em;
  }
  .prose-2xl :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *)),
  .prose-2xl :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-inline-start: .416667em;
  }
  .prose-2xl :where(.prose-2xl > ul > li p):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: .833333em;
    margin-bottom: .833333em;
  }
  .prose-2xl :where(.prose-2xl > ul > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.33333em;
  }
  .prose-2xl :where(.prose-2xl > ul > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-bottom: 1.33333em;
  }
  .prose-2xl :where(.prose-2xl > ol > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.33333em;
  }
  .prose-2xl :where(.prose-2xl > ol > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-bottom: 1.33333em;
  }
  .prose-2xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: .666667em;
    margin-bottom: .666667em;
  }
  .prose-2xl :where(dl):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.33333em;
    margin-bottom: 1.33333em;
  }
  .prose-2xl :where(dt):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.33333em;
  }
  .prose-2xl :where(dd):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: .5em;
    padding-inline-start: 1.58333em;
  }
  .prose-2xl :where(hr):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .prose-2xl :where(hr + *):not(:where([class~=not-prose], [class~=not-prose] *)),
  .prose-2xl :where(h2 + *):not(:where([class~=not-prose], [class~=not-prose] *)),
  .prose-2xl :where(h3 + *):not(:where([class~=not-prose], [class~=not-prose] *)),
  .prose-2xl :where(h4 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 0;
  }
  .prose-2xl :where(table):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-size: .833333em;
    line-height: 1.4;
  }
  .prose-2xl :where(thead th):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-inline-end: .6em;
    padding-bottom: .8em;
    padding-inline-start: .6em;
  }
  .prose-2xl :where(thead th:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-inline-start: 0;
  }
  .prose-2xl :where(thead th:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-inline-end: 0;
  }
  .prose-2xl :where(tbody td, tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-top: .8em;
    padding-inline-end: .6em;
    padding-bottom: .8em;
    padding-inline-start: .6em;
  }
  .prose-2xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-inline-start: 0;
  }
  .prose-2xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-inline-end: 0;
  }
  .prose-2xl :where(figure):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose-2xl :where(figure > *):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .prose-2xl :where(figcaption):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1em;
    font-size: .833333em;
    line-height: 1.6;
  }
  .prose-2xl :where(.prose-2xl > :first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 0;
  }
  .prose-2xl :where(.prose-2xl > :last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-bottom: 0;
  }
  .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;
  }
  .prose-sm {
    font-size: .875rem;
    line-height: 1.71429;
  }
  .prose-sm :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.14286em;
    margin-bottom: 1.14286em;
  }
  .prose-sm :where([class~=lead]):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: .888889em;
    margin-bottom: .888889em;
    font-size: 1.28571em;
    line-height: 1.55556;
  }
  .prose-sm :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.33333em;
    margin-bottom: 1.33333em;
    padding-inline-start: 1.11111em;
  }
  .prose-sm :where(h1):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: .8em;
    font-size: 2.14286em;
    line-height: 1.2;
  }
  .prose-sm :where(h2):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.6em;
    margin-bottom: .8em;
    font-size: 1.42857em;
    line-height: 1.4;
  }
  .prose-sm :where(h3):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.55556em;
    margin-bottom: .444444em;
    font-size: 1.28571em;
    line-height: 1.55556;
  }
  .prose-sm :where(h4):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.42857em;
    margin-bottom: .571429em;
    line-height: 1.42857;
  }
  .prose-sm :where(img):not(:where([class~=not-prose], [class~=not-prose] *)),
  .prose-sm :where(picture):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.71429em;
    margin-bottom: 1.71429em;
  }
  .prose-sm :where(picture > img):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .prose-sm :where(video):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.71429em;
    margin-bottom: 1.71429em;
  }
  .prose-sm :where(kbd):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-top: .142857em;
    padding-inline-end: .357143em;
    padding-bottom: .142857em;
    border-radius: .3125rem;
    padding-inline-start: .357143em;
    font-size: .857143em;
  }
  .prose-sm :where(code):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-size: .857143em;
  }
  .prose-sm :where(h2 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-size: .9em;
  }
  .prose-sm :where(h3 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-size: .888889em;
  }
  .prose-sm :where(pre):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-top: .666667em;
    padding-inline-end: 1em;
    padding-bottom: .666667em;
    border-radius: .25rem;
    margin-top: 1.66667em;
    margin-bottom: 1.66667em;
    padding-inline-start: 1em;
    font-size: .857143em;
    line-height: 1.66667;
  }
  .prose-sm :where(ol):not(:where([class~=not-prose], [class~=not-prose] *)),
  .prose-sm :where(ul):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.14286em;
    margin-bottom: 1.14286em;
    padding-inline-start: 1.57143em;
  }
  .prose-sm :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: .285714em;
    margin-bottom: .285714em;
  }
  .prose-sm :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *)),
  .prose-sm :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-inline-start: .428571em;
  }
  .prose-sm :where(.prose-sm > ul > li p):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: .571429em;
    margin-bottom: .571429em;
  }
  .prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.14286em;
  }
  .prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-bottom: 1.14286em;
  }
  .prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.14286em;
  }
  .prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-bottom: 1.14286em;
  }
  .prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: .571429em;
    margin-bottom: .571429em;
  }
  .prose-sm :where(dl):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.14286em;
    margin-bottom: 1.14286em;
  }
  .prose-sm :where(dt):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.14286em;
  }
  .prose-sm :where(dd):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: .285714em;
    padding-inline-start: 1.57143em;
  }
  .prose-sm :where(hr):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 2.85714em;
    margin-bottom: 2.85714em;
  }
  .prose-sm :where(hr + *):not(:where([class~=not-prose], [class~=not-prose] *)),
  .prose-sm :where(h2 + *):not(:where([class~=not-prose], [class~=not-prose] *)),
  .prose-sm :where(h3 + *):not(:where([class~=not-prose], [class~=not-prose] *)),
  .prose-sm :where(h4 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 0;
  }
  .prose-sm :where(table):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-size: .857143em;
    line-height: 1.5;
  }
  .prose-sm :where(thead th):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-inline-end: 1em;
    padding-bottom: .666667em;
    padding-inline-start: 1em;
  }
  .prose-sm :where(thead th:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-inline-start: 0;
  }
  .prose-sm :where(thead th:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-inline-end: 0;
  }
  .prose-sm :where(tbody td, tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-top: .666667em;
    padding-inline-end: 1em;
    padding-bottom: .666667em;
    padding-inline-start: 1em;
  }
  .prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-inline-start: 0;
  }
  .prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-inline-end: 0;
  }
  .prose-sm :where(figure):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.71429em;
    margin-bottom: 1.71429em;
  }
  .prose-sm :where(figure > *):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .prose-sm :where(figcaption):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: .666667em;
    font-size: .857143em;
    line-height: 1.33333;
  }
  .prose-sm :where(.prose-sm > :first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 0;
  }
  .prose-sm :where(.prose-sm > :last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-bottom: 0;
  }
  .prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .prose-xl :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .prose-xl :where([class~=lead]):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.2em;
    line-height: 1.5;
  }
  .prose-xl :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1.06667em;
  }
  .prose-xl :where(h1):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: .857143em;
    font-size: 2.8em;
    line-height: 1;
  }
  .prose-xl :where(h2):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.55556em;
    margin-bottom: .888889em;
    font-size: 1.8em;
    line-height: 1.11111;
  }
  .prose-xl :where(h3):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.6em;
    margin-bottom: .666667em;
    font-size: 1.5em;
    line-height: 1.33333;
  }
  .prose-xl :where(h4):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.8em;
    margin-bottom: .6em;
    line-height: 1.6;
  }
  .prose-xl :where(img):not(:where([class~=not-prose], [class~=not-prose] *)),
  .prose-xl :where(picture):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose-xl :where(picture > img):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .prose-xl :where(video):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose-xl :where(kbd):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-top: .25em;
    padding-inline-end: .4em;
    padding-bottom: .25em;
    border-radius: .3125rem;
    padding-inline-start: .4em;
    font-size: .9em;
  }
  .prose-xl :where(code):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-size: .9em;
  }
  .prose-xl :where(h2 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-size: .861111em;
  }
  .prose-xl :where(h3 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-size: .9em;
  }
  .prose-xl :where(pre):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-top: 1.11111em;
    padding-inline-end: 1.33333em;
    padding-bottom: 1.11111em;
    border-radius: .5rem;
    margin-top: 2em;
    margin-bottom: 2em;
    padding-inline-start: 1.33333em;
    font-size: .9em;
    line-height: 1.77778;
  }
  .prose-xl :where(ol):not(:where([class~=not-prose], [class~=not-prose] *)),
  .prose-xl :where(ul):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }
  .prose-xl :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: .6em;
    margin-bottom: .6em;
  }
  .prose-xl :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *)),
  .prose-xl :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-inline-start: .4em;
  }
  .prose-xl :where(.prose-xl > ul > li p):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: .8em;
    margin-bottom: .8em;
  }
  .prose-xl :where(.prose-xl > ul > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.2em;
  }
  .prose-xl :where(.prose-xl > ul > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-bottom: 1.2em;
  }
  .prose-xl :where(.prose-xl > ol > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.2em;
  }
  .prose-xl :where(.prose-xl > ol > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-bottom: 1.2em;
  }
  .prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: .8em;
    margin-bottom: .8em;
  }
  .prose-xl :where(dl):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .prose-xl :where(dt):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.2em;
  }
  .prose-xl :where(dd):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: .6em;
    padding-inline-start: 1.6em;
  }
  .prose-xl :where(hr):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }
  .prose-xl :where(hr + *):not(:where([class~=not-prose], [class~=not-prose] *)),
  .prose-xl :where(h2 + *):not(:where([class~=not-prose], [class~=not-prose] *)),
  .prose-xl :where(h3 + *):not(:where([class~=not-prose], [class~=not-prose] *)),
  .prose-xl :where(h4 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 0;
  }
  .prose-xl :where(table):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-size: .9em;
    line-height: 1.55556;
  }
  .prose-xl :where(thead th):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-inline-end: .666667em;
    padding-bottom: .888889em;
    padding-inline-start: .666667em;
  }
  .prose-xl :where(thead th:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-inline-start: 0;
  }
  .prose-xl :where(thead th:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-inline-end: 0;
  }
  .prose-xl :where(tbody td, tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-top: .888889em;
    padding-inline-end: .666667em;
    padding-bottom: .888889em;
    padding-inline-start: .666667em;
  }
  .prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-inline-start: 0;
  }
  .prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-inline-end: 0;
  }
  .prose-xl :where(figure):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose-xl :where(figure > *):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .prose-xl :where(figcaption):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1em;
    font-size: .9em;
    line-height: 1.55556;
  }
  .prose-xl :where(.prose-xl > :first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 0;
  }
  .prose-xl :where(.prose-xl > :last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-bottom: 0;
  }
  .modal-action {
    justify-content: flex-end;
    gap: .5rem;
    margin-top: 1.5rem;
    display: flex;
  }
  .validator-hint {
    font-size: var(--text-xs);
    line-height: var(--tw-leading,var(--text-xs--line-height));
    margin-top: .5rem;
  }
  .\!mt-0 {
    margin-top: calc(var(--spacing)*0) !important;
  }
  .mt-1 {
    margin-top: calc(var(--spacing)*1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing)*2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing)*3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing)*4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing)*6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing)*8);
  }
  .mt-16 {
    margin-top: calc(var(--spacing)*16);
  }
  .mt-auto {
    margin-top: auto;
  }
  .breadcrumbs {
    max-width: 100%;
    padding-block: .5rem;
    overflow-x: auto;
  }
  .breadcrumbs > menu,
  .breadcrumbs > ul,
  .breadcrumbs > ol {
    white-space: nowrap;
    align-items: center;
    min-height: min-content;
    display: flex;
  }
  :is(.breadcrumbs > menu, .breadcrumbs > ul, .breadcrumbs > ol) > li {
    align-items: center;
    display: flex;
  }
  :is(.breadcrumbs > menu, .breadcrumbs > ul, .breadcrumbs > ol) > li > * {
    cursor: pointer;
    align-items: center;
    gap: .5rem;
    display: flex;
  }
  @media (hover:hover) {
    :is(.breadcrumbs > menu, .breadcrumbs > ul, .breadcrumbs > ol) > li > :hover {
      text-decoration-line: underline;
    }
  }
  :is(.breadcrumbs > menu, .breadcrumbs > ul, .breadcrumbs > ol) > li > :focus {
    --tw-outline-style:none;
    outline-style: none;
  }
  @media (forced-colors:active) {
    :is(.breadcrumbs > menu, .breadcrumbs > ul, .breadcrumbs > ol) > li > :focus {
      outline-offset: 2px;
      outline: 2px solid #0000;
    }
  }
  :is(.breadcrumbs > menu, .breadcrumbs > ul, .breadcrumbs > ol) > li > :focus-visible {
    outline-offset: 2px;
    outline: 2px solid;
  }
  :is(.breadcrumbs > menu, .breadcrumbs > ul, .breadcrumbs > ol) > li + :before {
    content: "";
    opacity: .4;
    background-color: #0000;
    border-top: 1px solid;
    border-right: 1px solid;
    width: .375rem;
    height: .375rem;
    margin-left: .5rem;
    margin-right: .75rem;
    display: block;
    rotate: 45deg;
  }
  [dir=rtl] :is(:is(.breadcrumbs > menu, .breadcrumbs > ul, .breadcrumbs > ol) > li) + :before {
    rotate: -135deg;
  }
  .mr-1 {
    margin-right: calc(var(--spacing)*1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing)*2);
  }
  .fieldset-legend {
    color: var(--color-base-content);
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    margin-bottom: -.25rem;
    padding-block: .5rem;
    font-weight: 600;
    display: flex;
  }
  .footer-title {
    text-transform: uppercase;
    opacity: .6;
    margin-bottom: .5rem;
    font-weight: 600;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing)*1);
  }
  .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-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);
  }
  .ml-2 {
    margin-left: calc(var(--spacing)*2);
  }
  .carousel-item {
    box-sizing: content-box;
    scroll-snap-align: start;
    flex: none;
    display: flex;
  }
  .box-border {
    box-sizing: border-box;
  }
  .box-content {
    box-sizing: content-box;
  }
  .\!status {
    aspect-ratio: 1 !important;
    border-radius: var(--radius-selector) !important;
    background-color: color-mix(in oklab, var(--color-base-content)20%, transparent) !important;
    vertical-align: middle !important;
    width: .5rem !important;
    height: .5rem !important;
    color: color-mix(in oklab, var(--color-black)30%, transparent) !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-image:
      radial-gradient(
        circle at 35% 30%,
        oklch(1 0 0/calc(var(--depth)*.5)),
        #0000) !important;
    box-shadow: 0 2px 3px -1px color-mix(in oklab, currentColor calc(var(--depth)*100%), #0000) !important;
    display: inline-block !important;
  }
  .status {
    aspect-ratio: 1;
    border-radius: var(--radius-selector);
    background-color: color-mix(in oklab, var(--color-base-content)20%, transparent);
    vertical-align: middle;
    width: .5rem;
    height: .5rem;
    color: color-mix(in oklab, var(--color-black)30%, transparent);
    background-position: 50%;
    background-repeat: no-repeat;
    background-image:
      radial-gradient(
        circle at 35% 30%,
        oklch(1 0 0/calc(var(--depth)*.5)),
        #0000);
    box-shadow: 0 2px 3px -1px color-mix(in oklab, currentColor calc(var(--depth)*100%), #0000);
    display: inline-block;
  }
  .badge {
    border-radius: var(--radius-selector);
    vertical-align: middle;
    color: var(--badge-fg);
    border: var(--border)solid var(--badge-color,var(--color-base-200));
    width: fit-content;
    padding-inline: calc(.25rem*3 - var(--border));
    background-size: auto, calc(var(--noise)*100%);
    background-image: none, var(--fx-noise);
    background-color: var(--badge-bg);
    --badge-bg:var(--badge-color,var(--color-base-100));
    --badge-fg:var(--color-base-content);
    --size:calc(var(--size-selector,.25rem)*6);
    height: var(--size);
    justify-content: center;
    align-items: center;
    gap: .5rem;
    font-size: .875rem;
    display: inline-flex;
  }
  .badge.badge-outline {
    --badge-fg:var(--badge-color);
    --badge-bg:#0000;
    background-image: none;
  }
  .badge.badge-dash {
    --badge-fg:var(--badge-color);
    --badge-bg:#0000;
    background-image: none;
    border-style: dashed;
  }
  .badge.badge-soft {
    color: var(--badge-color,var(--color-base-content));
    background-color: color-mix(in oklab, var(--badge-color,var(--color-base-content))8%, var(--color-base-100));
    border-color: color-mix(in oklab, var(--badge-color,var(--color-base-content))10%, var(--color-base-100));
    background-image: none;
  }
  .kbd {
    border-radius: var(--radius-field);
    background-color: var(--color-base-200);
    vertical-align: middle;
    border: var(--border)solid color-mix(in srgb, var(--color-base-content)20%, #0000);
    border-bottom: calc(var(--border) + 1px)solid color-mix(in srgb, var(--color-base-content)20%, #0000);
    --size:calc(var(--size-selector,.25rem)*6);
    height: var(--size);
    min-width: var(--size);
    justify-content: center;
    align-items: center;
    padding-left: .5em;
    padding-right: .5em;
    font-size: .875rem;
    display: inline-flex;
  }
  .tabs {
    --tabs-height:auto;
    --tabs-direction:row;
    height: var(--tabs-height);
    flex-wrap: wrap;
    flex-direction: var(--tabs-direction);
    display: flex;
  }
  .navbar {
    align-items: center;
    width: 100%;
    min-height: 4rem;
    padding: .5rem;
    display: flex;
  }
  .footer {
    grid-auto-flow: row;
    place-items: start;
    gap: 2.5rem 1rem;
    width: 100%;
    font-size: .875rem;
    line-height: 1.25rem;
    display: grid;
  }
  .footer > * {
    place-items: start;
    gap: .5rem;
    display: grid;
  }
  .footer.footer-center {
    text-align: center;
    grid-auto-flow: column dense;
    place-items: center;
  }
  .footer.footer-center > * {
    place-items: center;
  }
  .stat {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 1rem;
    width: 100%;
    padding-block: 1rem;
    padding-inline: 1.5rem;
    display: inline-grid;
  }
  .stat:not(:last-child) {
    border-inline-end: var(--border)dashed color-mix(in oklab, currentColor 10%, #0000);
    border-block-end: none;
  }
  .navbar-end {
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    display: inline-flex;
  }
  .navbar-start {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    display: inline-flex;
  }
  .card-body {
    padding: var(--card-p,1.5rem);
    font-size: var(--card-fs,.875rem);
    flex-direction: column;
    flex: auto;
    gap: .5rem;
    display: flex;
  }
  .card-body :where(p) {
    flex-grow: 1;
  }
  .navbar-center {
    flex-shrink: 0;
    align-items: center;
    display: inline-flex;
  }
  .fieldset-label {
    color: color-mix(in oklab, var(--color-base-content)60%, transparent);
    align-items: center;
    gap: .375rem;
    display: flex;
  }
  .fieldset-label:has(input) {
    cursor: pointer;
  }
  .carousel {
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    display: inline-flex;
    overflow-x: scroll;
  }
  .carousel::-webkit-scrollbar {
    display: none;
  }
  .alert {
    border-radius: var(--radius-box);
    color: var(--color-base-content);
    background-color: var(--alert-color,var(--color-base-200));
    text-align: start;
    border: var(--border)solid var(--color-base-200);
    background-size: auto, calc(var(--noise)*100%);
    background-image: none, var(--fx-noise);
    box-shadow:
      0 3px 0 -2px oklch(100% 0 0/calc(var(--depth)*.08)) inset,
      0 1px color-mix(in oklab, color-mix(in oklab, #000 20%, var(--alert-color,var(--color-base-200)))calc(var(--depth)*20%), #0000),
      0 4px 3px -2px oklch(0% 0 0/calc(var(--depth)*.08));
    grid-template-columns: auto;
    grid-auto-flow: column;
    justify-content: start;
    place-items: center start;
    gap: 1rem;
    padding-block: .75rem;
    padding-inline: 1rem;
    font-size: .875rem;
    line-height: 1.25rem;
    display: grid;
  }
  .alert:has(:nth-child(2)) {
    grid-template-columns: auto minmax(auto, 1fr);
  }
  .alert.alert-outline {
    color: var(--alert-color);
    box-shadow: none;
    background-color: #0000;
    background-image: none;
  }
  .alert.alert-dash {
    color: var(--alert-color);
    box-shadow: none;
    background-color: #0000;
    background-image: none;
    border-style: dashed;
  }
  .alert.alert-soft {
    color: var(--alert-color,var(--color-base-content));
    background: color-mix(in oklab, var(--alert-color,var(--color-base-content))8%, var(--color-base-100));
    border-color: color-mix(in oklab, var(--alert-color,var(--color-base-content))10%, var(--color-base-100));
    box-shadow: none;
    background-image: none;
  }
  .fieldset {
    grid-template-columns: 1fr;
    grid-auto-rows: max-content;
    gap: .375rem;
    padding-block: .25rem;
    font-size: .75rem;
    display: grid;
  }
  .card-actions {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: .5rem;
    display: flex;
  }
  .avatar-placeholder > div {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .card-title {
    font-size: var(--cardtitle-fs,1.125rem);
    align-items: center;
    gap: .5rem;
    font-weight: 600;
    display: flex;
  }
  .join {
    --join-ss:0;
    --join-se:0;
    --join-es:0;
    --join-ee:0;
    align-items: stretch;
    display: inline-flex;
  }
  .join :where(.join-item) {
    border-start-start-radius: var(--join-ss,0);
    border-start-end-radius: var(--join-se,0);
    border-end-end-radius: var(--join-ee,0);
    border-end-start-radius: var(--join-es,0);
  }
  .join :where(.join-item) * {
    --join-ss:var(--radius-field);
    --join-se:var(--radius-field);
    --join-es:var(--radius-field);
    --join-ee:var(--radius-field);
  }
  .join > .join-item:where(:first-child),
  .join :first-child:not(:last-child) :where(.join-item) {
    --join-ss:var(--radius-field);
    --join-se:0;
    --join-es:var(--radius-field);
    --join-ee:0;
  }
  .join > .join-item:where(:last-child),
  .join :last-child:not(:first-child) :where(.join-item) {
    --join-ss:0;
    --join-se:var(--radius-field);
    --join-es:0;
    --join-ee:var(--radius-field);
  }
  .join > .join-item:where(:only-child),
  .join :only-child :where(.join-item) {
    --join-ss:var(--radius-field);
    --join-se:var(--radius-field);
    --join-es:var(--radius-field);
    --join-ee:var(--radius-field);
  }
  .join\! {
    --join-ss:0 !important;
    --join-se:0 !important;
    --join-es:0 !important;
    --join-ee:0 !important;
    align-items: stretch !important;
    display: inline-flex !important;
  }
  .join\! :where(.join-item) {
    border-start-start-radius: var(--join-ss,0) !important;
    border-start-end-radius: var(--join-se,0) !important;
    border-end-end-radius: var(--join-ee,0) !important;
    border-end-start-radius: var(--join-es,0) !important;
  }
  .join\! :where(.join-item) * {
    --join-ss:var(--radius-field) !important;
    --join-se:var(--radius-field) !important;
    --join-es:var(--radius-field) !important;
    --join-ee:var(--radius-field) !important;
  }
  .join\! > .join-item:where(:first-child),
  .join\! :first-child:not(:last-child) :where(.join-item) {
    --join-ss:var(--radius-field) !important;
    --join-se:0 !important;
    --join-es:var(--radius-field) !important;
    --join-ee:0 !important;
  }
  .join\! > .join-item:where(:last-child),
  .join\! :last-child:not(:first-child) :where(.join-item) {
    --join-ss:0 !important;
    --join-se:var(--radius-field) !important;
    --join-es:0 !important;
    --join-ee:var(--radius-field) !important;
  }
  .join\! > .join-item:where(:only-child),
  .join\! :only-child :where(.join-item) {
    --join-ss:var(--radius-field) !important;
    --join-se:var(--radius-field) !important;
    --join-es:var(--radius-field) !important;
    --join-ee:var(--radius-field) !important;
  }
  .mockup-phone {
    background-color: #000;
    border: 6px solid #6b6b6b;
    border-radius: 65px;
    justify-items: center;
    padding: 11px;
    display: inline-grid;
    overflow: hidden;
  }
  .chat {
    column-gap: .75rem;
    padding-block: .25rem;
    display: grid;
  }
  .avatar-group {
    display: flex;
    overflow: hidden;
  }
  .avatar-group :where(.avatar) {
    border: 4px solid var(--color-base-100);
    border-radius: 3.40282e38px;
    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;
  }
  .line-clamp-none {
    -webkit-line-clamp: unset;
    -webkit-box-orient: horizontal;
    display: block;
    overflow: visible;
  }
  :root .prose {
    --tw-prose-body:color-mix(in oklab,var(--color-base-content)80%,#0000);
    --tw-prose-headings:var(--color-base-content);
    --tw-prose-lead:var(--color-base-content);
    --tw-prose-links:var(--color-base-content);
    --tw-prose-bold:var(--color-base-content);
    --tw-prose-counters:var(--color-base-content);
    --tw-prose-bullets:color-mix(in oklab,var(--color-base-content)50%,#0000);
    --tw-prose-hr:color-mix(in oklab,var(--color-base-content)20%,#0000);
    --tw-prose-quotes:var(--color-base-content);
    --tw-prose-quote-borders:color-mix(in oklab,var(--color-base-content)20%,#0000);
    --tw-prose-captions:color-mix(in oklab,var(--color-base-content)50%,#0000);
    --tw-prose-code:var(--color-base-content);
    --tw-prose-pre-code:var(--color-neutral-content);
    --tw-prose-pre-bg:var(--color-neutral);
    --tw-prose-th-borders:color-mix(in oklab,var(--color-base-content)50%,#0000);
    --tw-prose-td-borders:color-mix(in oklab,var(--color-base-content)20%,#0000);
    --tw-prose-kbd:color-mix(in oklab,var(--color-base-content)80%,#0000);
  }
  :root .prose :where(code):not(pre > code) {
    background-color: var(--color-base-200);
    border-radius: var(--radius-selector);
    border: var(--border)solid var(--color-base-300);
    font-weight: inherit;
    padding-inline: .5em;
  }
  :root .prose :where(code):not(pre > code):before,
  :root .prose :where(code):not(pre > code):after {
    display: none;
  }
  .mask {
    vertical-align: middle;
    display: inline-block;
    -webkit-mask-position: 50%;
    mask-position: 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
  .\!block {
    display: block !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .flow-root {
    display: flow-root;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .inline-grid {
    display: inline-grid;
  }
  .inline-table {
    display: inline-table;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .table-column {
    display: table-column;
  }
  .table-column-group {
    display: table-column-group;
  }
  .table-footer-group {
    display: table-footer-group;
  }
  .table-header-group {
    display: table-header-group;
  }
  .table-row {
    display: table-row;
  }
  .table-row-group {
    display: table-row-group;
  }
  .field-sizing-content {
    field-sizing: content;
  }
  .field-sizing-fixed {
    field-sizing: fixed;
  }
  .aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }
  .aspect-auto {
    aspect-ratio: auto;
  }
  .aspect-square {
    aspect-ratio: 1;
  }
  .modal-bottom {
    place-items: end;
  }
  .modal-bottom :where(.modal-box) {
    --modal-tl:var(--radius-box);
    --modal-tr:var(--radius-box);
    --modal-bl:0;
    --modal-br:0;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: calc(100vh - 5em);
    translate: 0 100%;
    scale: 1;
  }
  .modal-end {
    place-items: end;
  }
  .modal-end :where(.modal-box) {
    --modal-tl:var(--radius-box);
    --modal-tr:0;
    --modal-bl:var(--radius-box);
    --modal-br:0;
    width: auto;
    max-width: none;
    height: 100vh;
    max-height: none;
    translate: 100%;
    scale: 1;
  }
  .modal-middle {
    place-items: center;
  }
  .modal-middle :where(.modal-box) {
    --modal-tl:var(--radius-box);
    --modal-tr:var(--radius-box);
    --modal-bl:var(--radius-box);
    --modal-br:var(--radius-box);
    width: 91.6667%;
    max-width: 32rem;
    height: auto;
    max-height: calc(100vh - 5em);
    translate: 0 2%;
    scale: 98%;
  }
  .modal-start {
    place-items: start;
  }
  .modal-start :where(.modal-box) {
    --modal-tl:0;
    --modal-tr:var(--radius-box);
    --modal-bl:0;
    --modal-br:var(--radius-box);
    width: auto;
    max-width: none;
    height: 100vh;
    max-height: none;
    translate: -100%;
    scale: 1;
  }
  .modal-top {
    place-items: start;
  }
  .modal-top :where(.modal-box) {
    --modal-tl:0;
    --modal-tr:0;
    --modal-bl:var(--radius-box);
    --modal-br:var(--radius-box);
    width: 100%;
    max-width: none;
    height: auto;
    max-height: calc(100vh - 5em);
    translate: 0 -100%;
    scale: 1;
  }
  .card-side {
    flex-direction: row;
    align-items: stretch;
  }
  .card-side :where(figure:first-child) {
    border-start-start-radius: inherit;
    border-start-end-radius: unset;
    border-end-end-radius: unset;
    border-end-start-radius: inherit;
    overflow: hidden;
  }
  .card-side :where(figure:last-child) {
    border-start-start-radius: unset;
    border-start-end-radius: inherit;
    border-end-end-radius: inherit;
    border-end-start-radius: unset;
    overflow: hidden;
  }
  .card-side figure > * {
    max-width: unset;
  }
  .card-side :where(figure > *) {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .divider-horizontal {
    --divider-m:0 1rem;
  }
  .divider-horizontal.divider {
    flex-direction: column;
    width: 1rem;
    height: auto;
  }
  .divider-horizontal.divider:before,
  .divider-horizontal.divider:after {
    width: .125rem;
    height: 100%;
  }
  .divider-vertical {
    --divider-m:1rem 0;
  }
  .divider-vertical.divider {
    flex-direction: row;
    width: auto;
    height: 1rem;
  }
  .divider-vertical.divider:before,
  .divider-vertical.divider:after {
    width: 100%;
    height: .125rem;
  }
  .btn-circle {
    width: var(--size);
    height: var(--size);
    border-radius: 3.40282e38px;
    padding-inline: 0;
  }
  .btn-square {
    width: var(--size);
    height: var(--size);
    padding-inline: 0;
  }
  .size-4 {
    width: calc(var(--spacing)*4);
    height: calc(var(--spacing)*4);
  }
  .status-lg {
    width: .75rem;
    height: .75rem;
  }
  .status-md {
    width: .5rem;
    height: .5rem;
  }
  .status-sm {
    width: .25rem;
    height: .25rem;
  }
  .status-xl {
    width: 1rem;
    height: 1rem;
  }
  .status-xs {
    width: .125rem;
    height: .125rem;
  }
  .tabs-lg :where(.tab) {
    height: calc(var(--size-field,.25rem)*12);
    --tab-p:1rem;
    --tab-radius-min:calc(1.5rem - var(--border));
    font-size: 1.125rem;
  }
  .tabs-md :where(.tab) {
    height: calc(var(--size-field,.25rem)*10);
    --tab-p:.75rem;
    --tab-radius-min:calc(.75rem - var(--border));
    font-size: .875rem;
  }
  .tabs-sm :where(.tab) {
    height: calc(var(--size-field,.25rem)*8);
    --tab-p:.5rem;
    --tab-radius-min:calc(.5rem - var(--border));
    font-size: .875rem;
  }
  .tabs-xl :where(.tab) {
    height: calc(var(--size-field,.25rem)*14);
    --tab-p:1.25rem;
    --tab-radius-min:calc(2rem - var(--border));
    font-size: 1.125rem;
  }
  .tabs-xs :where(.tab) {
    height: calc(var(--size-field,.25rem)*6);
    --tab-p:.375rem;
    --tab-radius-min:calc(.5rem - var(--border));
    font-size: .75rem;
  }
  .dock-md {
    height: 4rem;
    height: calc(4rem + env(safe-area-inset-bottom));
  }
  .dock-md .dock-label {
    font-size: .6875rem;
  }
  .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-8 {
    height: calc(var(--spacing)*8);
  }
  .h-10 {
    height: calc(var(--spacing)*10);
  }
  .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-40 {
    height: calc(var(--spacing)*40);
  }
  .h-48 {
    height: calc(var(--spacing)*48);
  }
  .h-52 {
    height: calc(var(--spacing)*52);
  }
  .h-96 {
    height: calc(var(--spacing)*96);
  }
  .h-\[28rem\] {
    height: 28rem;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-0 {
    max-height: calc(var(--spacing)*0);
  }
  .max-h-20 {
    max-height: calc(var(--spacing)*20);
  }
  .max-h-60 {
    max-height: calc(var(--spacing)*60);
  }
  .max-h-none {
    max-height: none;
  }
  .max-h-screen {
    max-height: 100vh;
  }
  .min-h-40 {
    min-height: calc(var(--spacing)*40);
  }
  .min-h-\[20vh\] {
    min-height: 20vh;
  }
  .min-h-\[44px\] {
    min-height: 44px;
  }
  .min-h-\[60vh\] {
    min-height: 60vh;
  }
  .min-h-\[100px\] {
    min-height: 100px;
  }
  .min-h-\[200px\] {
    min-height: 200px;
  }
  .min-h-\[250px\] {
    min-height: 250px;
  }
  .min-h-\[300px\] {
    min-height: 300px;
  }
  .min-h-\[400px\] {
    min-height: 400px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .btn-wide {
    width: 100%;
    max-width: 16rem;
  }
  .cally {
    font-size: .7rem;
  }
  .cally::part(container) {
    -webkit-user-select: none;
    user-select: none;
    padding: .5rem 1rem;
  }
  .cally ::part(th) {
    block-size: auto;
    font-weight: 400;
  }
  .cally::part(header) {
    direction: ltr;
  }
  .cally ::part(head) {
    opacity: .5;
    font-size: .7rem;
  }
  .cally::part(button) {
    border-radius: var(--radius-field);
    background: 0 0;
    border: none;
    padding: .5rem;
  }
  .cally::part(button):hover {
    background: var(--color-base-200);
  }
  .cally ::part(day) {
    border-radius: var(--radius-field);
    font-size: .7rem;
  }
  .cally ::part(button day today) {
    background: var(--color-primary);
    color: var(--color-primary-content);
  }
  .cally ::part(selected) {
    color: var(--color-base-100);
    background: var(--color-base-content);
    border-radius: var(--radius-field);
  }
  .cally ::part(range-inner) {
    border-radius: 0;
  }
  .cally ::part(range-start) {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
  }
  .cally ::part(range-end) {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
  }
  .cally ::part(range-start range-end) {
    border-radius: var(--radius-field);
  }
  .cally calendar-month {
    width: 100%;
  }
  .rating-half :where(:not(.rating-hidden)) {
    width: .75rem;
  }
  .rating-half.rating-xs :not(.rating-hidden) {
    width: .5rem;
  }
  .rating-half.rating-sm :not(.rating-hidden) {
    width: .625rem;
  }
  .rating-half.rating-md :not(.rating-hidden) {
    width: .75rem;
  }
  .rating-half.rating-lg :not(.rating-hidden) {
    width: .875rem;
  }
  .rating-half.rating-xl :not(.rating-hidden) {
    width: 1rem;
  }
  .btn-block {
    width: 100%;
  }
  .loading-lg {
    width: calc(var(--size-selector,.25rem)*7);
  }
  .loading-md {
    width: calc(var(--size-selector,.25rem)*6);
  }
  .loading-sm {
    width: calc(var(--size-selector,.25rem)*5);
  }
  .loading-xl {
    width: calc(var(--size-selector,.25rem)*8);
  }
  .loading-xs {
    width: calc(var(--size-selector,.25rem)*4);
  }
  .w-1\/2 {
    width: 50%;
  }
  .w-3\.5 {
    width: calc(var(--spacing)*3.5);
  }
  .w-3\/4 {
    width: 75%;
  }
  .w-4 {
    width: calc(var(--spacing)*4);
  }
  .w-5 {
    width: calc(var(--spacing)*5);
  }
  .w-5\/6 {
    width: 83.3333%;
  }
  .w-6 {
    width: calc(var(--spacing)*6);
  }
  .w-8 {
    width: calc(var(--spacing)*8);
  }
  .w-24 {
    width: calc(var(--spacing)*24);
  }
  .w-28 {
    width: calc(var(--spacing)*28);
  }
  .w-32 {
    width: calc(var(--spacing)*32);
  }
  .w-48 {
    width: calc(var(--spacing)*48);
  }
  .w-56 {
    width: calc(var(--spacing)*56);
  }
  .w-64 {
    width: calc(var(--spacing)*64);
  }
  .w-full {
    width: 100%;
  }
  .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-full {
    max-width: 100%;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-screen {
    max-width: 100vw;
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .min-w-\[44px\] {
    min-width: 44px;
  }
  .min-w-screen {
    min-width: 100vw;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-auto {
    flex: auto;
  }
  .flex-initial {
    flex: 0 auto;
  }
  .flex-none {
    flex: none;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow,
  .grow {
    flex-grow: 1;
  }
  .basis-auto {
    flex-basis: auto;
  }
  .basis-full {
    flex-basis: 100%;
  }
  .table-auto {
    table-layout: auto;
  }
  .table-fixed {
    table-layout: fixed;
  }
  .caption-bottom {
    caption-side: bottom;
  }
  .caption-top {
    caption-side: top;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .border-separate {
    border-collapse: separate;
  }
  .origin-bottom {
    transform-origin: bottom;
  }
  .origin-bottom-left {
    transform-origin: 0 100%;
  }
  .origin-bottom-right {
    transform-origin: 100% 100%;
  }
  .origin-center {
    transform-origin: 50%;
  }
  .origin-left {
    transform-origin: 0;
  }
  .origin-right {
    transform-origin: 100%;
  }
  .origin-top {
    transform-origin: top;
  }
  .origin-top-left {
    transform-origin: 0 0;
  }
  .origin-top-right {
    transform-origin: 100% 0;
  }
  .-translate-full {
    --tw-translate-x:-100%;
    --tw-translate-y:-100%;
    translate: var(--tw-translate-x)var(--tw-translate-y);
  }
  .translate-full {
    --tw-translate-x:100%;
    --tw-translate-y:100%;
    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-y-1\/2 {
    --tw-translate-y:calc(calc(1/2*100%)*-1);
    translate: var(--tw-translate-x)var(--tw-translate-y);
  }
  .translate-3d {
    translate: var(--tw-translate-x)var(--tw-translate-y)var(--tw-translate-z);
  }
  .translate-none {
    translate: none;
  }
  .scale-x-0 {
    --tw-scale-x:0%;
    scale: var(--tw-scale-x)var(--tw-scale-y);
  }
  .scale-3d {
    scale: var(--tw-scale-x)var(--tw-scale-y)var(--tw-scale-z);
  }
  .scale-none {
    scale: none;
  }
  .swap-rotate .swap-on,
  .swap-rotate input:indeterminate ~ .swap-on {
    rotate: 45deg;
  }
  .swap-rotate input:is(:checked, :indeterminate) ~ .swap-on,
  .swap-rotate.swap-active .swap-on {
    rotate: none;
  }
  .swap-rotate input:is(:checked, :indeterminate) ~ .swap-off,
  .swap-rotate.swap-active .swap-off {
    rotate: -45deg;
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-270 {
    rotate: 270deg;
  }
  .rotate-none {
    rotate: none;
  }
  .swap-flip {
    transform-style: preserve-3d;
    perspective: 20rem;
  }
  .swap-flip .swap-on,
  .swap-flip .swap-indeterminate,
  .swap-flip input:indeterminate ~ .swap-on {
    backface-visibility: hidden;
    opacity: 1;
    transform: rotateY(180deg);
  }
  .swap-flip input:is(:checked, :indeterminate) ~ .swap-on,
  .swap-flip.swap-active .swap-on {
    transform: rotateY(0);
  }
  .swap-flip input:is(:checked, :indeterminate) ~ .swap-off,
  .swap-flip.swap-active .swap-off {
    backface-visibility: hidden;
    opacity: 1;
    transform: rotateY(-180deg);
  }
  .transform,
  .transform-cpu {
    transform: var(--tw-rotate-x)var(--tw-rotate-y)var(--tw-rotate-z)var(--tw-skew-x)var(--tw-skew-y);
  }
  .transform-gpu {
    transform: translateZ(0)var(--tw-rotate-x)var(--tw-rotate-y)var(--tw-rotate-z)var(--tw-skew-x)var(--tw-skew-y);
  }
  .transform-none {
    transform: none;
  }
  .skeleton {
    border-radius: var(--radius-box);
    background-color: var(--color-base-300);
    will-change: background-position;
    background-image:
      linear-gradient(
        105deg,
        #0000 0% 40%,
        var(--color-base-100)50%,
        #0000 60% 100%);
    background-position-x: -50%;
    background-repeat: no-repeat;
    background-size: 200%;
    animation: 1.8s ease-in-out infinite skeleton;
  }
  @media (prefers-reduced-motion:reduce) {
    .skeleton {
      transition-duration: 15s;
    }
  }
  .animate-bounce {
    animation: var(--animate-bounce);
  }
  .animate-none {
    animation: none;
  }
  .animate-ping {
    animation: var(--animate-ping);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .link {
    cursor: pointer;
    text-decoration-line: underline;
  }
  .link:focus {
    --tw-outline-style:none;
    outline-style: none;
  }
  @media (forced-colors:active) {
    .link:focus {
      outline-offset: 2px;
      outline: 2px solid #0000;
    }
  }
  .link:focus-visible {
    outline-offset: 2px;
    outline: 2px solid;
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .touch-pinch-zoom {
    --tw-pinch-zoom:pinch-zoom;
    touch-action: var(--tw-pan-x,)var(--tw-pan-y,)var(--tw-pinch-zoom,);
  }
  .resize {
    resize: both;
  }
  .resize-none {
    resize: none;
  }
  .resize-x {
    resize: horizontal;
  }
  .resize-y {
    resize: vertical;
  }
  .carousel-horizontal {
    scroll-snap-type: x mandatory;
    flex-direction: row;
    overflow-x: scroll;
  }
  .carousel-vertical {
    scroll-snap-type: y mandatory;
    flex-direction: column;
    overflow-y: scroll;
  }
  .snap-none {
    scroll-snap-type: none;
  }
  .snap-mandatory {
    --tw-scroll-snap-strictness:mandatory;
  }
  .snap-proximity {
    --tw-scroll-snap-strictness:proximity;
  }
  .carousel-center .carousel-item {
    scroll-snap-align: center;
  }
  .carousel-end .carousel-item {
    scroll-snap-align: end;
  }
  .carousel-start .carousel-item {
    scroll-snap-align: start;
  }
  .snap-align-none {
    scroll-snap-align: none;
  }
  .snap-center {
    scroll-snap-align: center;
  }
  .snap-end {
    scroll-snap-align: end;
  }
  .snap-start {
    scroll-snap-align: start;
  }
  .snap-always {
    scroll-snap-stop: always;
  }
  .snap-normal {
    scroll-snap-stop: normal;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-outside {
    list-style-position: outside;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .list-image-none {
    list-style-image: none;
  }
  .appearance-auto {
    appearance: auto;
  }
  .appearance-none {
    appearance: none;
  }
  .columns-3 {
    columns: 3;
  }
  .columns-auto {
    columns: auto;
  }
  .auto-cols-auto {
    grid-auto-columns: auto;
  }
  .auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  .auto-cols-max {
    grid-auto-columns: max-content;
  }
  .auto-cols-min {
    grid-auto-columns: min-content;
  }
  .alert-horizontal {
    text-align: start;
    grid-template-columns: auto;
    grid-auto-flow: column;
    justify-content: start;
    justify-items: start;
  }
  .alert-horizontal:has(:nth-child(2)) {
    grid-template-columns: auto minmax(auto, 1fr);
  }
  .alert-vertical {
    text-align: center;
    grid-template-columns: auto;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
  }
  .alert-vertical:has(:nth-child(2)) {
    grid-template-columns: auto;
  }
  .stats-horizontal {
    grid-auto-flow: column;
    overflow-x: auto;
  }
  .stats-horizontal .stat:not(:last-child) {
    border-inline-end: var(--border)dashed color-mix(in oklab, currentColor 10%, #0000);
    border-block-end: none;
  }
  .stats-vertical {
    grid-auto-flow: row;
    overflow-y: auto;
  }
  .stats-vertical .stat:not(:last-child) {
    border-inline-end: none;
    border-block-end: var(--border)dashed color-mix(in oklab, currentColor 10%, #0000);
  }
  .footer-horizontal {
    grid-auto-flow: column;
  }
  .footer-horizontal.footer-center {
    grid-auto-flow: dense;
  }
  .footer-vertical {
    grid-auto-flow: row;
  }
  .footer-vertical.footer-center {
    grid-auto-flow: column dense;
  }
  .grid-flow-col {
    grid-auto-flow: column;
  }
  .grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
  .grid-flow-dense {
    grid-auto-flow: dense;
  }
  .grid-flow-row {
    grid-auto-flow: row;
  }
  .grid-flow-row-dense {
    grid-auto-flow: dense;
  }
  .auto-rows-auto {
    grid-auto-rows: auto;
  }
  .auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .auto-rows-max {
    grid-auto-rows: max-content;
  }
  .auto-rows-min {
    grid-auto-rows: min-content;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-none {
    grid-template-columns: none;
  }
  .grid-cols-subgrid {
    grid-template-columns: subgrid;
  }
  .grid-rows-none {
    grid-template-rows: none;
  }
  .grid-rows-subgrid {
    grid-template-rows: subgrid;
  }
  .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-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .place-content-around {
    place-content: space-around;
  }
  .place-content-baseline {
    place-content: baseline start;
  }
  .place-content-between {
    place-content: space-between;
  }
  .place-content-center {
    place-content: center;
  }
  .place-content-end {
    place-content: end;
  }
  .place-content-evenly {
    place-content: space-evenly;
  }
  .place-content-start {
    place-content: start;
  }
  .place-content-stretch {
    place-content: stretch;
  }
  .place-items-baseline {
    place-items: baseline;
  }
  .place-items-center {
    place-items: center;
  }
  .place-items-end {
    place-items: end;
  }
  .place-items-start {
    place-items: start;
  }
  .place-items-stretch {
    place-items: stretch stretch;
  }
  .content-around {
    align-content: space-around;
  }
  .content-baseline {
    align-content: baseline;
  }
  .content-between {
    align-content: space-between;
  }
  .content-center {
    align-content: center;
  }
  .content-end {
    align-content: flex-end;
  }
  .content-evenly {
    align-content: space-evenly;
  }
  .content-normal {
    align-content: normal;
  }
  .content-start {
    align-content: flex-start;
  }
  .content-stretch {
    align-content: stretch;
  }
  .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-baseline {
    justify-content: baseline;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .justify-normal {
    justify-content: normal;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-stretch {
    justify-content: stretch;
  }
  .justify-items-center {
    justify-items: center;
  }
  .justify-items-end {
    justify-items: end;
  }
  .justify-items-normal {
    justify-items: normal;
  }
  .justify-items-start {
    justify-items: start;
  }
  .justify-items-stretch {
    justify-items: stretch;
  }
  .gap-1 {
    gap: calc(var(--spacing)*1);
  }
  .gap-2 {
    gap: calc(var(--spacing)*2);
  }
  .gap-3 {
    gap: calc(var(--spacing)*3);
  }
  .gap-4 {
    gap: calc(var(--spacing)*4);
  }
  .gap-6 {
    gap: calc(var(--spacing)*6);
  }
  .gap-8 {
    gap: calc(var(--spacing)*8);
  }
  :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-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-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-12 > :not(:last-child)) {
    --tw-space-y-reverse:0;
    margin-block-start: calc(calc(var(--spacing)*12)*var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing)*12)*calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-reverse > :not(:last-child)) {
    --tw-space-y-reverse:1;
  }
  :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-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-reverse > :not(:last-child)) {
    --tw-space-x-reverse:1;
  }
  :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-y-reverse > :not(:last-child)) {
    --tw-divide-y-reverse:1;
  }
  .place-self-auto {
    place-self: auto;
  }
  .place-self-center {
    place-self: center;
  }
  .place-self-end {
    place-self: end;
  }
  .place-self-start {
    place-self: start;
  }
  .place-self-stretch {
    place-self: stretch stretch;
  }
  .self-auto {
    align-self: auto;
  }
  .self-baseline {
    align-self: baseline;
  }
  .self-center {
    align-self: center;
  }
  .self-end {
    align-self: flex-end;
  }
  .self-start {
    align-self: flex-start;
  }
  .self-stretch {
    align-self: stretch;
  }
  .justify-self-auto {
    justify-self: auto;
  }
  .justify-self-center {
    justify-self: center;
  }
  .justify-self-end {
    justify-self: flex-end;
  }
  .justify-self-start {
    justify-self: flex-start;
  }
  .justify-self-stretch {
    justify-self: stretch;
  }
  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .scroll-auto {
    scroll-behavior: auto;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .tabs-box {
    background-color: var(--color-base-200);
    border-radius: calc(var(--radius-field) + min(.25rem, calc(var(--radius-field) + var(--radius-field) + var(--radius-field))));
    box-shadow: 0 -.5px oklch(100% 0 0/calc(var(--depth)*.1)) inset, 0 .5px oklch(0% 0 0/calc(var(--depth)*.05)) inset;
    padding: .25rem;
  }
  .tabs-box .tab {
    border-radius: var(--radius-field);
    border-style: none;
  }
  .tabs-box .tab:focus-visible,
  .tabs-box .tab:is(label:has(:checked:focus-visible)) {
    outline-offset: 2px;
  }
  .tabs-box :is(.tab-active, [aria-selected=true]):not(.tab-disabled, [disabled]),
  .tabs-box :is(input:checked),
  .tabs-box :is(label:has(:checked)) {
    background-color: var(--tab-bg,var(--color-base-100));
    box-shadow:
      0 1px oklch(100% 0 0/calc(var(--depth)*.1)) inset,
      0 1px 1px -1px color-mix(in oklab, var(--color-neutral)calc(var(--depth)*50%), #0000),
      0 1px 6px -4px color-mix(in oklab, var(--color-neutral)calc(var(--depth)*100%), #0000);
  }
  @media (forced-colors:active) {
    :is(.tabs-box :is(.tab-active, [aria-selected=true]):not(.tab-disabled, [disabled]), .tabs-box :is(input:checked), .tabs-box :is(label:has(:checked))) {
      border: 1px solid;
    }
  }
  .timeline-box {
    border: var(--border)solid;
    border-radius: var(--radius-box);
    border-color: var(--color-base-300);
    background-color: var(--color-base-100);
    padding-block: .5rem;
    padding-inline: 1rem;
    font-size: .75rem;
    box-shadow: 0 1px 2px oklch(0% 0 0/.05);
  }
  .menu-lg :where(li:not(.menu-title) > :not(ul, details, .menu-title)),
  .menu-lg :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
    border-radius: var(--radius-field);
    padding-block: .375rem;
    padding-inline: 1rem;
    font-size: 1.125rem;
  }
  .menu-lg .menu-title {
    padding-block: .75rem;
    padding-inline: 1.5rem;
  }
  .menu-md :where(li:not(.menu-title) > :not(ul, details, .menu-title)),
  .menu-md :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
    border-radius: var(--radius-field);
    padding-block: .375rem;
    padding-inline: .75rem;
    font-size: .875rem;
  }
  .menu-md .menu-title {
    padding-block: .5rem;
    padding-inline: .75rem;
  }
  .menu-sm :where(li:not(.menu-title) > :not(ul, details, .menu-title)),
  .menu-sm :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
    border-radius: var(--radius-field);
    padding-block: .25rem;
    padding-inline: .625rem;
    font-size: .75rem;
  }
  .menu-sm .menu-title {
    padding-block: .5rem;
    padding-inline: .75rem;
  }
  .menu-xl :where(li:not(.menu-title) > :not(ul, details, .menu-title)),
  .menu-xl :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
    border-radius: var(--radius-field);
    padding-block: .375rem;
    padding-inline: 1.25rem;
    font-size: 1.375rem;
  }
  .menu-xl .menu-title {
    padding-block: .75rem;
    padding-inline: 1.5rem;
  }
  .menu-xs :where(li:not(.menu-title) > :not(ul, details, .menu-title)),
  .menu-xs :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
    border-radius: var(--radius-field);
    padding-block: .25rem;
    padding-inline: .5rem;
    font-size: .6875rem;
  }
  .menu-xs .menu-title {
    padding-block: .25rem;
    padding-inline: .5rem;
  }
  .rounded {
    border-radius: .25rem;
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-box {
    border-radius: var(--radius-box);
    border-radius: var(--radius-box);
  }
  .rounded-field {
    border-radius: var(--radius-field);
    border-radius: var(--radius-field);
  }
  .rounded-full {
    border-radius: 3.40282e38px;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-selector {
    border-radius: var(--radius-selector);
    border-radius: var(--radius-selector);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-s {
    border-start-start-radius: .25rem;
    border-end-start-radius: .25rem;
  }
  .rounded-ss {
    border-start-start-radius: .25rem;
  }
  .rounded-e {
    border-start-end-radius: .25rem;
    border-end-end-radius: .25rem;
  }
  .rounded-se {
    border-start-end-radius: .25rem;
  }
  .rounded-ee {
    border-end-end-radius: .25rem;
  }
  .rounded-es {
    border-end-start-radius: .25rem;
  }
  .rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }
  .rounded-t-box {
    border-top-left-radius: var(--radius-box);
    border-top-right-radius: var(--radius-box);
    border-top-left-radius: var(--radius-box);
    border-top-right-radius: var(--radius-box);
  }
  .rounded-t-field {
    border-top-left-radius: var(--radius-field);
    border-top-right-radius: var(--radius-field);
    border-top-left-radius: var(--radius-field);
    border-top-right-radius: var(--radius-field);
  }
  .rounded-t-selector {
    border-top-left-radius: var(--radius-selector);
    border-top-right-radius: var(--radius-selector);
    border-top-left-radius: var(--radius-selector);
    border-top-right-radius: var(--radius-selector);
  }
  .rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  .rounded-l-box {
    border-top-left-radius: var(--radius-box);
    border-bottom-left-radius: var(--radius-box);
    border-top-left-radius: var(--radius-box);
    border-bottom-left-radius: var(--radius-box);
  }
  .rounded-l-field {
    border-top-left-radius: var(--radius-field);
    border-bottom-left-radius: var(--radius-field);
    border-top-left-radius: var(--radius-field);
    border-bottom-left-radius: var(--radius-field);
  }
  .rounded-l-selector {
    border-top-left-radius: var(--radius-selector);
    border-bottom-left-radius: var(--radius-selector);
    border-top-left-radius: var(--radius-selector);
    border-bottom-left-radius: var(--radius-selector);
  }
  .rounded-tl {
    border-top-left-radius: .25rem;
  }
  .rounded-tl-box {
    border-top-left-radius: var(--radius-box);
    border-top-left-radius: var(--radius-box);
  }
  .rounded-tl-field {
    border-top-left-radius: var(--radius-field);
    border-top-left-radius: var(--radius-field);
  }
  .rounded-tl-selector {
    border-top-left-radius: var(--radius-selector);
    border-top-left-radius: var(--radius-selector);
  }
  .rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }
  .rounded-r-box {
    border-top-right-radius: var(--radius-box);
    border-bottom-right-radius: var(--radius-box);
    border-top-right-radius: var(--radius-box);
    border-bottom-right-radius: var(--radius-box);
  }
  .rounded-r-field {
    border-top-right-radius: var(--radius-field);
    border-bottom-right-radius: var(--radius-field);
    border-top-right-radius: var(--radius-field);
    border-bottom-right-radius: var(--radius-field);
  }
  .rounded-r-selector {
    border-top-right-radius: var(--radius-selector);
    border-bottom-right-radius: var(--radius-selector);
    border-top-right-radius: var(--radius-selector);
    border-bottom-right-radius: var(--radius-selector);
  }
  .rounded-tr {
    border-top-right-radius: .25rem;
  }
  .rounded-tr-box {
    border-top-right-radius: var(--radius-box);
    border-top-right-radius: var(--radius-box);
  }
  .rounded-tr-field {
    border-top-right-radius: var(--radius-field);
    border-top-right-radius: var(--radius-field);
  }
  .rounded-tr-selector {
    border-top-right-radius: var(--radius-selector);
    border-top-right-radius: var(--radius-selector);
  }
  .rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  .rounded-b-box {
    border-bottom-left-radius: var(--radius-box);
    border-bottom-right-radius: var(--radius-box);
    border-bottom-right-radius: var(--radius-box);
    border-bottom-left-radius: var(--radius-box);
  }
  .rounded-b-field {
    border-bottom-left-radius: var(--radius-field);
    border-bottom-right-radius: var(--radius-field);
    border-bottom-right-radius: var(--radius-field);
    border-bottom-left-radius: var(--radius-field);
  }
  .rounded-b-selector {
    border-bottom-left-radius: var(--radius-selector);
    border-bottom-right-radius: var(--radius-selector);
    border-bottom-right-radius: var(--radius-selector);
    border-bottom-left-radius: var(--radius-selector);
  }
  .rounded-br {
    border-bottom-right-radius: .25rem;
  }
  .rounded-br-box {
    border-bottom-right-radius: var(--radius-box);
    border-bottom-right-radius: var(--radius-box);
  }
  .rounded-br-field {
    border-bottom-right-radius: var(--radius-field);
    border-bottom-right-radius: var(--radius-field);
  }
  .rounded-br-selector {
    border-bottom-right-radius: var(--radius-selector);
    border-bottom-right-radius: var(--radius-selector);
  }
  .rounded-bl {
    border-bottom-left-radius: .25rem;
  }
  .rounded-bl-box {
    border-bottom-left-radius: var(--radius-box);
    border-bottom-left-radius: var(--radius-box);
  }
  .rounded-bl-field {
    border-bottom-left-radius: var(--radius-field);
    border-bottom-left-radius: var(--radius-field);
  }
  .rounded-bl-selector {
    border-bottom-left-radius: var(--radius-selector);
    border-bottom-left-radius: var(--radius-selector);
  }
  .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-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-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-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-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .btn-dash:not(.btn-active, :hover, :active:focus, :focus-visible, :disabled, [disabled], .btn-disabled, :checked) {
    --btn-shadow:"";
    --btn-bg:#0000;
    --btn-fg:var(--btn-color);
    --btn-border:var(--btn-color);
    --btn-noise:none;
    border-style: dashed;
  }
  .border-dashed {
    --tw-border-style:dashed;
    border-style: dashed;
  }
  .border-dotted {
    --tw-border-style:dotted;
    border-style: dotted;
  }
  .border-double {
    --tw-border-style:double;
    border-style: double;
  }
  .border-hidden {
    --tw-border-style:hidden;
    border-style: hidden;
  }
  .border-none {
    --tw-border-style:none;
    border-style: none;
  }
  .border-solid {
    --tw-border-style:solid;
    border-style: solid;
  }
  .badge-ghost {
    border-color: var(--color-base-200);
    background-color: var(--color-base-200);
    color: var(--color-base-content);
    background-image: none;
  }
  .select-ghost {
    box-shadow: none;
    background-color: #0000;
    border-color: #0000;
    transition: background-color .2s;
  }
  .select-ghost:focus,
  .select-ghost:focus-within {
    background-color: var(--color-base-100);
    color: var(--color-base-content);
    box-shadow: none;
    border-color: #0000;
  }
  .input-ghost {
    box-shadow: none;
    background-color: #0000;
    border-color: #0000;
  }
  .input-ghost:focus,
  .input-ghost:focus-within {
    background-color: var(--color-base-100);
    color: var(--color-base-content);
    box-shadow: none;
    border-color: #0000;
  }
  .textarea-ghost {
    box-shadow: none;
    background-color: #0000;
    border-color: #0000;
  }
  .textarea-ghost:focus,
  .textarea-ghost:focus-within {
    background-color: var(--color-base-100);
    color: var(--color-base-content);
    box-shadow: none;
    border-color: #0000;
  }
  .alert-error {
    border-color: var(--color-error);
    color: var(--color-error-content);
    --alert-color:var(--color-error);
  }
  .alert-info {
    border-color: var(--color-info);
    color: var(--color-info-content);
    --alert-color:var(--color-info);
  }
  .alert-success {
    border-color: var(--color-success);
    color: var(--color-success-content);
    --alert-color:var(--color-success);
  }
  .alert-warning {
    border-color: var(--color-warning);
    color: var(--color-warning-content);
    --alert-color:var(--color-warning);
  }
  .border-accent\/20 {
    border-color: color-mix(in oklab, var(--color-accent)20%, transparent);
  }
  .border-base-200 {
    border-color: var(--color-base-200);
  }
  .border-base-300 {
    border-color: var(--color-base-300);
  }
  .border-base-content\/10 {
    border-color: color-mix(in oklab, var(--color-base-content)10%, transparent);
  }
  .border-base-content\/20 {
    border-color: color-mix(in oklab, var(--color-base-content)20%, transparent);
  }
  .border-info\/20 {
    border-color: color-mix(in oklab, var(--color-info)20%, transparent);
  }
  .border-primary {
    border-color: var(--color-primary);
  }
  .border-primary\/20 {
    border-color: color-mix(in oklab, var(--color-primary)20%, transparent);
  }
  .border-secondary\/20 {
    border-color: color-mix(in oklab, var(--color-secondary)20%, transparent);
  }
  .border-white\/10 {
    border-color: color-mix(in oklab, var(--color-white)10%, transparent);
  }
  .border-white\/20 {
    border-color: color-mix(in oklab, var(--color-white)20%, transparent);
  }
  .glass {
    -webkit-backdrop-filter: blur(var(--glass-blur,40px));
    backdrop-filter: blur(var(--glass-blur,40px));
    background-color: #0000;
    background-image:
      linear-gradient(
        135deg,
        oklch(100% 0 0/var(--glass-opacity,30%))0%,
        oklch(0% 0 0/0) 100%),
      linear-gradient(
        var(--glass-reflect-degree,100deg),
        oklch(100% 0 0/var(--glass-reflect-opacity,5%))25%,
        oklch(0% 0 0/0) 25%);
    box-shadow: 0 0 0 1px oklch(100% 0 0/var(--glass-border-opacity,20%)) inset, 0 0 0 2px oklch(0% 0 0/.05);
    text-shadow: 0 1px oklch(0% 0 0/var(--glass-text-shadow-opacity,5%));
    border: none;
  }
  .chat-bubble-accent {
    background-color: var(--color-accent);
    color: var(--color-accent-content);
  }
  .chat-bubble-error {
    background-color: var(--color-error);
    color: var(--color-error-content);
  }
  .chat-bubble-info {
    background-color: var(--color-info);
    color: var(--color-info-content);
  }
  .chat-bubble-neutral {
    background-color: var(--color-neutral);
    color: var(--color-neutral-content);
  }
  .chat-bubble-primary {
    background-color: var(--color-primary);
    color: var(--color-primary-content);
  }
  .chat-bubble-secondary {
    background-color: var(--color-secondary);
    color: var(--color-secondary-content);
  }
  .chat-bubble-success {
    background-color: var(--color-success);
    color: var(--color-success-content);
  }
  .chat-bubble-warning {
    background-color: var(--color-warning);
    color: var(--color-warning-content);
  }
  .status-accent {
    background-color: var(--color-accent);
    color: var(--color-accent);
  }
  .status-error {
    background-color: var(--color-error);
    color: var(--color-error);
  }
  .status-info {
    background-color: var(--color-info);
    color: var(--color-info);
  }
  .status-neutral {
    background-color: var(--color-neutral);
    color: var(--color-neutral);
  }
  .status-primary {
    background-color: var(--color-primary);
    color: var(--color-primary);
  }
  .status-secondary {
    background-color: var(--color-secondary);
    color: var(--color-secondary);
  }
  .status-success {
    background-color: var(--color-success);
    color: var(--color-success);
  }
  .status-warning {
    background-color: var(--color-warning);
    color: var(--color-warning);
  }
  .table-zebra tbody tr:nth-child(2n),
  .table-zebra tbody tr:nth-child(2n) :where(.table-pin-cols tr th) {
    background-color: var(--color-base-200);
  }
  @media (hover:hover) {
    :is(.table-zebra tbody tr.row-hover, .table-zebra tbody tr.row-hover:nth-child(2n)):hover {
      background-color: var(--color-base-300);
    }
  }
  .bg-\(--my_variable\) {
    background-color: var(--my_variable);
  }
  .bg-\(color\:--my-color\) {
    background-color: var(--my-color);
  }
  .bg-\[\#0088cc\] {
    background-color: #08c;
  }
  .bg-\[color\:var\(--my-color\)\] {
    background-color: var(--my-color);
  }
  .bg-\[var\(--my_variable\)\] {
    background-color: var(--my_variable);
  }
  .bg-base-100 {
    background-color: var(--color-base-100);
  }
  .bg-base-100\/80 {
    background-color: color-mix(in oklab, var(--color-base-100)80%, transparent);
  }
  .bg-base-100\/90 {
    background-color: color-mix(in oklab, var(--color-base-100)90%, transparent);
  }
  .bg-base-200 {
    background-color: var(--color-base-200);
  }
  .bg-base-200\/50 {
    background-color: color-mix(in oklab, var(--color-base-200)50%, transparent);
  }
  .bg-base-300 {
    background-color: var(--color-base-300);
  }
  .bg-black\/30 {
    background-color: color-mix(in oklab, var(--color-black)30%, transparent);
  }
  .bg-error\/20 {
    background-color: color-mix(in oklab, var(--color-error)20%, transparent);
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-info\/20 {
    background-color: color-mix(in oklab, var(--color-info)20%, transparent);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-red-500\/50,
  .bg-red-500\/\[50\%\] {
    background-color: color-mix(in oklab, var(--color-red-500)50%, transparent);
  }
  .bg-success\/20 {
    background-color: color-mix(in oklab, var(--color-success)20%, transparent);
  }
  .bg-warning\/20 {
    background-color: color-mix(in oklab, var(--color-warning)20%, transparent);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .divider-accent:before,
  .divider-accent:after {
    background-color: var(--color-accent);
  }
  .divider-error:before,
  .divider-error:after {
    background-color: var(--color-error);
  }
  .divider-info:before,
  .divider-info:after {
    background-color: var(--color-info);
  }
  .divider-neutral:before,
  .divider-neutral:after {
    background-color: var(--color-neutral);
  }
  .divider-primary:before,
  .divider-primary:after {
    background-color: var(--color-primary);
  }
  .divider-secondary:before,
  .divider-secondary:after {
    background-color: var(--color-secondary);
  }
  .divider-success:before,
  .divider-success:after {
    background-color: var(--color-success);
  }
  .divider-warning:before,
  .divider-warning:after {
    background-color: var(--color-warning);
  }
  .-bg-conic,
  .bg-conic {
    --tw-gradient-position:in oklab;
    background-image: conic-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-l {
    --tw-gradient-position:to left 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-radial {
    --tw-gradient-position:in oklab;
    background-image: radial-gradient(var(--tw-gradient-stops));
  }
  .bg-none {
    background-image: none;
  }
  .via-none {
    --tw-gradient-via-stops:initial;
  }
  .from-accent\/5 {
    --tw-gradient-from:color-mix(in oklab,var(--color-accent)5%,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));
  }
  .from-base-100 {
    --tw-gradient-from:var(--color-base-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-base-200 {
    --tw-gradient-from:var(--color-base-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));
  }
  .from-primary {
    --tw-gradient-from:var(--color-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\/5 {
    --tw-gradient-from:color-mix(in oklab,var(--color-primary)5%,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));
  }
  .from-primary\/10 {
    --tw-gradient-from:color-mix(in oklab,var(--color-primary)10%,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));
  }
  .from-secondary {
    --tw-gradient-from:var(--color-secondary);
    --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-secondary\/5 {
    --tw-gradient-from:color-mix(in oklab,var(--color-secondary)5%,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));
  }
  .via-accent {
    --tw-gradient-via:var(--color-accent);
    --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-base-100\/80 {
    --tw-gradient-via:color-mix(in oklab,var(--color-base-100)80%,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-secondary {
    --tw-gradient-via:var(--color-secondary);
    --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-secondary\/10 {
    --tw-gradient-via:color-mix(in oklab,var(--color-secondary)10%,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);
  }
  .to-accent {
    --tw-gradient-to:var(--color-accent);
    --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-accent\/10 {
    --tw-gradient-to:color-mix(in oklab,var(--color-accent)10%,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-base-300 {
    --tw-gradient-to:var(--color-base-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-primary {
    --tw-gradient-to:var(--color-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));
  }
  .to-primary\/10 {
    --tw-gradient-to:color-mix(in oklab,var(--color-primary)10%,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-secondary {
    --tw-gradient-to:var(--color-secondary);
    --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\/10 {
    --tw-gradient-to:color-mix(in oklab,var(--color-secondary)10%,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-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));
  }
  .box-decoration-clone {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
  .box-decoration-slice {
    -webkit-box-decoration-break: slice;
    box-decoration-break: slice;
  }
  .decoration-clone {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
  .decoration-slice {
    -webkit-box-decoration-break: slice;
    box-decoration-break: slice;
  }
  .bg-\[length\:200\%_auto\] {
    background-size: 200%;
  }
  .bg-auto {
    background-size: auto;
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-fixed {
    background-attachment: fixed;
  }
  .bg-local {
    background-attachment: local;
  }
  .bg-scroll {
    background-attachment: scroll;
  }
  .bg-clip-border {
    background-clip: border-box;
  }
  .bg-clip-content {
    background-clip: content-box;
  }
  .bg-clip-padding {
    background-clip: padding-box;
  }
  .bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
  }
  .bg-bottom {
    background-position: bottom;
  }
  .bg-center {
    background-position: 50%;
  }
  .bg-left {
    background-position: 0;
  }
  .bg-left-bottom {
    background-position: 0 100%;
  }
  .bg-left-top {
    background-position: 0 0;
  }
  .bg-right {
    background-position: 100%;
  }
  .bg-right-bottom {
    background-position: 100% 100%;
  }
  .bg-right-top {
    background-position: 100% 0;
  }
  .bg-top {
    background-position: top;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .bg-repeat {
    background-repeat: repeat;
  }
  .bg-repeat-round {
    background-repeat: round;
  }
  .bg-repeat-space {
    background-repeat: space;
  }
  .bg-repeat-x {
    background-repeat: repeat-x;
  }
  .bg-repeat-y {
    background-repeat: repeat-y;
  }
  .bg-origin-border {
    background-origin: border-box;
  }
  .bg-origin-content {
    background-origin: content-box;
  }
  .bg-origin-padding {
    background-origin: padding-box;
  }
  .fill-current {
    fill: currentColor;
  }
  .fill-none {
    fill: none;
  }
  .stroke-current {
    stroke: currentColor;
  }
  .stroke-error {
    stroke: var(--color-error);
  }
  .stroke-info {
    stroke: var(--color-info);
  }
  .stroke-none {
    stroke: none;
  }
  .stroke-success {
    stroke: var(--color-success);
  }
  .stroke-warning {
    stroke: var(--color-warning);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-fill {
    object-fit: fill;
  }
  .object-none {
    object-fit: none;
  }
  .object-scale-down {
    object-fit: scale-down;
  }
  .object-bottom {
    object-position: bottom;
  }
  .object-center {
    object-position: center;
  }
  .object-left {
    object-position: left;
  }
  .object-left-bottom {
    object-position: left bottom;
  }
  .object-left-top {
    object-position: left top;
  }
  .object-right {
    object-position: right;
  }
  .object-right-bottom {
    object-position: right bottom;
  }
  .object-right-top {
    object-position: right top;
  }
  .object-top {
    object-position: top;
  }
  .checkbox-lg {
    --size:calc(var(--size-selector,.25rem)*7);
    padding: .3125rem;
  }
  .checkbox-md {
    --size:calc(var(--size-selector,.25rem)*6);
    padding: .25rem;
  }
  .checkbox-sm {
    --size:calc(var(--size-selector,.25rem)*5);
    padding: .1875rem;
  }
  .checkbox-xl {
    --size:calc(var(--size-selector,.25rem)*8);
    padding: .375rem;
  }
  .checkbox-xs {
    --size:calc(var(--size-selector,.25rem)*4);
    padding: .125rem;
  }
  .radio-lg {
    padding: .3125rem;
  }
  .radio-lg[type=radio] {
    --size:calc(var(--size-selector,.25rem)*7);
  }
  .radio-md {
    padding: .25rem;
  }
  .radio-md[type=radio] {
    --size:calc(var(--size-selector,.25rem)*6);
  }
  .radio-sm {
    padding: .1875rem;
  }
  .radio-sm[type=radio] {
    --size:calc(var(--size-selector,.25rem)*5);
  }
  .radio-xl {
    padding: .375rem;
  }
  .radio-xl[type=radio] {
    --size:calc(var(--size-selector,.25rem)*8);
  }
  .radio-xs {
    padding: .125rem;
  }
  .radio-xs[type=radio] {
    --size:calc(var(--size-selector,.25rem)*4);
  }
  .p-1 {
    padding: calc(var(--spacing)*1);
  }
  .p-2 {
    padding: calc(var(--spacing)*2);
  }
  .p-3 {
    padding: calc(var(--spacing)*3);
  }
  .p-4 {
    padding: calc(var(--spacing)*4);
  }
  .p-6 {
    padding: calc(var(--spacing)*6);
  }
  .p-8 {
    padding: calc(var(--spacing)*8);
  }
  .p-10 {
    padding: calc(var(--spacing)*10);
  }
  .menu-title {
    color: color-mix(in oklab, var(--color-base-content)40%, transparent);
    padding-block: .5rem;
    padding-inline: .75rem;
    font-size: .875rem;
    font-weight: 600;
  }
  .table-lg :not(thead, tfoot) tr {
    font-size: 1.125rem;
  }
  .table-lg :where(th, td) {
    padding-block: 1rem;
    padding-inline: 1.25rem;
  }
  .table-md :not(thead, tfoot) tr {
    font-size: .875rem;
  }
  .table-md :where(th, td) {
    padding-block: .75rem;
    padding-inline: 1rem;
  }
  .table-sm :not(thead, tfoot) tr {
    font-size: .75rem;
  }
  .table-sm :where(th, td) {
    padding-block: .5rem;
    padding-inline: .75rem;
  }
  .table-xl :not(thead, tfoot) tr {
    font-size: 1.375rem;
  }
  .table-xl :where(th, td) {
    padding-block: 1.25rem;
    padding-inline: 1.5rem;
  }
  .table-xs :not(thead, tfoot) tr {
    font-size: .6875rem;
  }
  .table-xs :where(th, td) {
    padding-block: .25rem;
    padding-inline: .5rem;
  }
  .badge-lg {
    --size:calc(var(--size-selector,.25rem)*7);
    padding-inline: calc(.25rem*3.5 - var(--border));
    font-size: 1rem;
  }
  .badge-md {
    --size:calc(var(--size-selector,.25rem)*6);
    padding-inline: calc(.25rem*3 - var(--border));
    font-size: .875rem;
  }
  .badge-sm {
    --size:calc(var(--size-selector,.25rem)*5);
    padding-inline: calc(.25rem*2.5 - var(--border));
    font-size: .75rem;
  }
  .badge-xl {
    --size:calc(var(--size-selector,.25rem)*8);
    padding-inline: calc(.25rem*4 - var(--border));
    font-size: 1.125rem;
  }
  .badge-xs {
    --size:calc(var(--size-selector,.25rem)*4);
    padding-inline: calc(.25rem*2 - var(--border));
    font-size: .625rem;
  }
  .px-1 {
    padding-inline: calc(var(--spacing)*1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing)*2);
  }
  .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-10 {
    padding-inline: calc(var(--spacing)*10);
  }
  .py-2 {
    padding-block: calc(var(--spacing)*2);
  }
  .py-3 {
    padding-block: calc(var(--spacing)*3);
  }
  .py-4 {
    padding-block: calc(var(--spacing)*4);
  }
  .py-8 {
    padding-block: calc(var(--spacing)*8);
  }
  .py-12 {
    padding-block: calc(var(--spacing)*12);
  }
  .file-input-xl {
    --size:calc(var(--size-field,.25rem)*14);
    padding-inline-end: 1.5rem;
    font-size: 1.125rem;
    line-height: 3rem;
  }
  .file-input-xl::file-selector-button {
    font-size: 1.375rem;
  }
  .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-16 {
    padding-top: calc(var(--spacing)*16);
  }
  .pt-20 {
    padding-top: calc(var(--spacing)*20);
  }
  .pr-12 {
    padding-right: calc(var(--spacing)*12);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing)*6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing)*8);
  }
  .pl-3 {
    padding-left: calc(var(--spacing)*3);
  }
  .pl-4 {
    padding-left: calc(var(--spacing)*4);
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-start {
    text-align: start;
  }
  .align-baseline {
    vertical-align: baseline;
  }
  .align-bottom {
    vertical-align: bottom;
  }
  .align-middle {
    vertical-align: middle;
  }
  .align-sub {
    vertical-align: sub;
  }
  .align-super {
    vertical-align: super;
  }
  .align-text-bottom {
    vertical-align: text-bottom;
  }
  .align-text-top {
    vertical-align: text-top;
  }
  .align-top {
    vertical-align: top;
  }
  .font-display {
    font-family: var(--font-display);
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .file-input-lg {
    --size:calc(var(--size-field,.25rem)*12);
    font-size: 1.125rem;
    line-height: 2.5rem;
  }
  .file-input-lg::file-selector-button {
    font-size: 1.125rem;
  }
  .file-input-md {
    --size:calc(var(--size-field,.25rem)*10);
    font-size: .875rem;
    line-height: 2;
  }
  .file-input-md::file-selector-button {
    font-size: .875rem;
  }
  .file-input-sm {
    --size:calc(var(--size-field,.25rem)*8);
    font-size: .75rem;
    line-height: 1.5rem;
  }
  .file-input-sm::file-selector-button {
    font-size: .75rem;
  }
  .file-input-xs {
    --size:calc(var(--size-field,.25rem)*6);
    font-size: .6875rem;
    line-height: 1rem;
  }
  .file-input-xs::file-selector-button {
    font-size: .6875rem;
  }
  .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-9xl {
    font-size: var(--text-9xl);
    line-height: var(--tw-leading,var(--text-9xl--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-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));
  }
  .kbd-lg {
    --size:calc(var(--size-selector,.25rem)*7);
    font-size: 1rem;
  }
  .kbd-md {
    --size:calc(var(--size-selector,.25rem)*6);
    font-size: .875rem;
  }
  .kbd-sm {
    --size:calc(var(--size-selector,.25rem)*5);
    font-size: .75rem;
  }
  .kbd-xl {
    --size:calc(var(--size-selector,.25rem)*8);
    font-size: 1.125rem;
  }
  .kbd-xs {
    --size:calc(var(--size-selector,.25rem)*4);
    font-size: .625rem;
  }
  .select-lg {
    --size:calc(var(--size-field,.25rem)*12);
    font-size: 1.125rem;
  }
  .select-md {
    --size:calc(var(--size-field,.25rem)*10);
    font-size: .875rem;
  }
  .select-sm {
    --size:calc(var(--size-field,.25rem)*8);
    font-size: .75rem;
  }
  .select-xl {
    --size:calc(var(--size-field,.25rem)*14);
    font-size: 1.375rem;
  }
  .select-xs {
    --size:calc(var(--size-field,.25rem)*6);
    font-size: .6875rem;
  }
  .textarea-lg {
    font-size: 1.125rem;
  }
  .textarea-md {
    font-size: .875rem;
  }
  .textarea-sm {
    font-size: .75rem;
  }
  .textarea-xl {
    font-size: 1.375rem;
  }
  .textarea-xs {
    font-size: .6875rem;
  }
  .leading-none {
    --tw-leading:1;
    line-height: 1;
  }
  .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-black {
    --tw-font-weight:var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight:var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .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);
  }
  .tracking-tighter {
    --tw-tracking:var(--tracking-tighter);
    letter-spacing: var(--tracking-tighter);
  }
  .text-balance {
    text-wrap: balance;
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .text-pretty {
    text-wrap: pretty;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .break-all {
    word-break: break-all;
  }
  .break-keep {
    word-break: keep-all;
  }
  .overflow-ellipsis {
    text-overflow: ellipsis;
  }
  .text-clip {
    text-overflow: clip;
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .hyphens-auto {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .hyphens-manual {
    -webkit-hyphens: manual;
    hyphens: manual;
  }
  .hyphens-none {
    -webkit-hyphens: none;
    hyphens: none;
  }
  .whitespace-break-spaces {
    white-space: break-spaces;
  }
  .whitespace-normal {
    white-space: normal;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre {
    white-space: pre;
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .file-input-accent {
    --btn-color:var(--color-accent);
  }
  .file-input-accent::file-selector-button {
    color: var(--color-accent-content);
  }
  .file-input-accent,
  .file-input-accent:focus,
  .file-input-accent:focus-within {
    --input-color:var(--color-accent);
  }
  .file-input-error {
    --btn-color:var(--color-error);
  }
  .file-input-error::file-selector-button {
    color: var(--color-error-content);
  }
  .file-input-error,
  .file-input-error:focus,
  .file-input-error:focus-within {
    --input-color:var(--color-error);
  }
  .file-input-info {
    --btn-color:var(--color-info);
  }
  .file-input-info::file-selector-button {
    color: var(--color-info-content);
  }
  .file-input-info,
  .file-input-info:focus,
  .file-input-info:focus-within {
    --input-color:var(--color-info);
  }
  .file-input-neutral {
    --btn-color:var(--color-neutral);
  }
  .file-input-neutral::file-selector-button {
    color: var(--color-neutral-content);
  }
  .file-input-neutral,
  .file-input-neutral:focus,
  .file-input-neutral:focus-within {
    --input-color:var(--color-neutral);
  }
  .file-input-primary {
    --btn-color:var(--color-primary);
  }
  .file-input-primary::file-selector-button {
    color: var(--color-primary-content);
  }
  .file-input-primary,
  .file-input-primary:focus,
  .file-input-primary:focus-within {
    --input-color:var(--color-primary);
  }
  .file-input-secondary {
    --btn-color:var(--color-secondary);
  }
  .file-input-secondary::file-selector-button {
    color: var(--color-secondary-content);
  }
  .file-input-secondary,
  .file-input-secondary:focus,
  .file-input-secondary:focus-within {
    --input-color:var(--color-secondary);
  }
  .file-input-success {
    --btn-color:var(--color-success);
  }
  .file-input-success::file-selector-button {
    color: var(--color-success-content);
  }
  .file-input-success,
  .file-input-success:focus,
  .file-input-success:focus-within {
    --input-color:var(--color-success);
  }
  .file-input-warning {
    --btn-color:var(--color-warning);
  }
  .file-input-warning::file-selector-button {
    color: var(--color-warning-content);
  }
  .file-input-warning,
  .file-input-warning:focus,
  .file-input-warning:focus-within {
    --input-color:var(--color-warning);
  }
  .checkbox-accent {
    color: var(--color-accent-content);
    --input-color:var(--color-accent);
  }
  .checkbox-error {
    color: var(--color-error-content);
    --input-color:var(--color-error);
  }
  .checkbox-info {
    color: var(--color-info-content);
    --input-color:var(--color-info);
  }
  .checkbox-neutral {
    color: var(--color-neutral-content);
    --input-color:var(--color-neutral);
  }
  .checkbox-primary {
    color: var(--color-primary-content);
    --input-color:var(--color-primary);
  }
  .checkbox-secondary {
    color: var(--color-secondary-content);
    --input-color:var(--color-secondary);
  }
  .checkbox-success {
    color: var(--color-success-content);
    --input-color:var(--color-success);
  }
  .checkbox-warning {
    color: var(--color-warning-content);
    --input-color:var(--color-warning);
  }
  .link-accent {
    color: var(--color-accent);
  }
  @media (hover:hover) {
    .link-accent:hover {
      color: color-mix(in oklab, var(--color-accent)80%, #000);
    }
  }
  .link-error {
    color: var(--color-error);
  }
  @media (hover:hover) {
    .link-error:hover {
      color: color-mix(in oklab, var(--color-error)80%, #000);
    }
  }
  .link-info {
    color: var(--color-info);
  }
  @media (hover:hover) {
    .link-info:hover {
      color: color-mix(in oklab, var(--color-info)80%, #000);
    }
  }
  .link-neutral {
    color: var(--color-neutral);
  }
  @media (hover:hover) {
    .link-neutral:hover {
      color: color-mix(in oklab, var(--color-neutral)80%, #000);
    }
  }
  .link-primary {
    color: var(--color-primary);
  }
  @media (hover:hover) {
    .link-primary:hover {
      color: color-mix(in oklab, var(--color-primary)80%, #000);
    }
  }
  .link-secondary {
    color: var(--color-secondary);
  }
  @media (hover:hover) {
    .link-secondary:hover {
      color: color-mix(in oklab, var(--color-secondary)80%, #000);
    }
  }
  .link-success {
    color: var(--color-success);
  }
  @media (hover:hover) {
    .link-success:hover {
      color: color-mix(in oklab, var(--color-success)80%, #000);
    }
  }
  .link-warning {
    color: var(--color-warning);
  }
  @media (hover:hover) {
    .link-warning:hover {
      color: color-mix(in oklab, var(--color-warning)80%, #000);
    }
  }
  .range-accent {
    color: var(--color-accent);
    --range-thumb:var(--color-accent-content);
  }
  .range-error {
    color: var(--color-error);
    --range-thumb:var(--color-error-content);
  }
  .range-info {
    color: var(--color-info);
    --range-thumb:var(--color-info-content);
  }
  .range-neutral {
    color: var(--color-neutral);
    --range-thumb:var(--color-neutral-content);
  }
  .range-primary {
    color: var(--color-primary);
    --range-thumb:var(--color-primary-content);
  }
  .range-secondary {
    color: var(--color-secondary);
    --range-thumb:var(--color-secondary-content);
  }
  .range-success {
    color: var(--color-success);
    --range-thumb:var(--color-success-content);
  }
  .range-warning {
    color: var(--color-warning);
    --range-thumb:var(--color-warning-content);
  }
  .tooltip-accent {
    --tt-bg:var(--color-accent);
  }
  .tooltip-accent > .tooltip-content,
  .tooltip-accent[data-tip]:before {
    color: var(--color-accent-content);
  }
  .tooltip-error {
    --tt-bg:var(--color-error);
  }
  .tooltip-error > .tooltip-content,
  .tooltip-error[data-tip]:before {
    color: var(--color-error-content);
  }
  .tooltip-info {
    --tt-bg:var(--color-info);
  }
  .tooltip-info > .tooltip-content,
  .tooltip-info[data-tip]:before {
    color: var(--color-info-content);
  }
  .tooltip-primary {
    --tt-bg:var(--color-primary);
  }
  .tooltip-primary > .tooltip-content,
  .tooltip-primary[data-tip]:before {
    color: var(--color-primary-content);
  }
  .tooltip-secondary {
    --tt-bg:var(--color-secondary);
  }
  .tooltip-secondary > .tooltip-content,
  .tooltip-secondary[data-tip]:before {
    color: var(--color-secondary-content);
  }
  .tooltip-success {
    --tt-bg:var(--color-success);
  }
  .tooltip-success > .tooltip-content,
  .tooltip-success[data-tip]:before {
    color: var(--color-success-content);
  }
  .tooltip-warning {
    --tt-bg:var(--color-warning);
  }
  .tooltip-warning > .tooltip-content,
  .tooltip-warning[data-tip]:before {
    color: var(--color-warning-content);
  }
  .\[color\:red\] {
    color: red;
  }
  .\[color\:red\]\/50 {
    color: oklab(62.7955% .224863 .125846/.5);
  }
  .\[color\:red\]\/50\! {
    color: oklab(62.7955% .224863 .125846/.5) !important;
  }
  .progress-accent {
    color: var(--color-accent);
  }
  .progress-error {
    color: var(--color-error);
  }
  .progress-info {
    color: var(--color-info);
  }
  .progress-neutral {
    color: var(--color-neutral);
  }
  .progress-primary {
    color: var(--color-primary);
  }
  .progress-secondary {
    color: var(--color-secondary);
  }
  .progress-success {
    color: var(--color-success);
  }
  .progress-warning {
    color: var(--color-warning);
  }
  .text-accent {
    color: var(--color-accent);
  }
  .text-accent-content {
    color: var(--color-accent-content);
  }
  .text-base-content {
    color: var(--color-base-content);
  }
  .text-base-content\/60 {
    color: color-mix(in oklab, var(--color-base-content)60%, transparent);
  }
  .text-base-content\/70 {
    color: color-mix(in oklab, var(--color-base-content)70%, transparent);
  }
  .text-base-content\/80 {
    color: color-mix(in oklab, var(--color-base-content)80%, transparent);
  }
  .text-error {
    color: var(--color-error);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-info {
    color: var(--color-info);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-primary-content {
    color: var(--color-primary-content);
  }
  .text-secondary {
    color: var(--color-secondary);
  }
  .text-secondary-content {
    color: var(--color-secondary-content);
  }
  .text-success {
    color: var(--color-success);
  }
  .text-transparent {
    color: #0000;
  }
  .text-warning {
    color: var(--color-warning);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .lowercase\! {
    text-transform: lowercase !important;
  }
  .normal-case {
    text-transform: none;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .not-italic {
    font-style: normal;
  }
  .font-stretch-condensed {
    font-stretch: 75%;
  }
  .font-stretch-expanded {
    font-stretch: 125%;
  }
  .font-stretch-extra-condensed {
    font-stretch: 62.5%;
  }
  .font-stretch-extra-expanded {
    font-stretch: 150%;
  }
  .font-stretch-normal {
    font-stretch: 100%;
  }
  .font-stretch-semi-condensed {
    font-stretch: 87.5%;
  }
  .font-stretch-semi-expanded {
    font-stretch: 112.5%;
  }
  .font-stretch-ultra-condensed {
    font-stretch: 50%;
  }
  .font-stretch-ultra-expanded {
    font-stretch: 200%;
  }
  .diagonal-fractions {
    --tw-numeric-fraction:diagonal-fractions;
    font-variant-numeric: var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,);
  }
  .lining-nums {
    --tw-numeric-figure:lining-nums;
    font-variant-numeric: var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,);
  }
  .oldstyle-nums {
    --tw-numeric-figure:oldstyle-nums;
    font-variant-numeric: var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,);
  }
  .ordinal {
    --tw-ordinal:ordinal;
    font-variant-numeric: var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,);
  }
  .proportional-nums {
    --tw-numeric-spacing:proportional-nums;
    font-variant-numeric: var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,);
  }
  .slashed-zero {
    --tw-slashed-zero:slashed-zero;
    font-variant-numeric: var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,);
  }
  .stacked-fractions {
    --tw-numeric-fraction:stacked-fractions;
    font-variant-numeric: var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,);
  }
  .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,);
  }
  .normal-nums {
    font-variant-numeric: normal;
  }
  .btn-link {
    --btn-border:#0000;
    --btn-bg:#0000;
    --btn-fg:var(--color-primary);
    --btn-noise:none;
    --btn-shadow:"";
    outline-color: currentColor;
    text-decoration-line: underline;
  }
  .btn-link:is(.btn-active, :hover, :active:focus, :focus-visible) {
    --btn-border:#0000;
    --btn-bg:#0000;
    text-decoration-line: underline;
  }
  .link-hover {
    text-decoration-line: none;
  }
  @media (hover:hover) {
    .link-hover:hover {
      text-decoration-line: underline;
    }
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .overline {
    text-decoration-line: overline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-dashed {
    text-decoration-style: dashed;
  }
  .decoration-dotted {
    text-decoration-style: dotted;
  }
  .decoration-double {
    text-decoration-style: double;
  }
  .decoration-solid {
    text-decoration-style: solid;
  }
  .decoration-wavy {
    text-decoration-style: wavy;
  }
  .decoration-auto {
    text-decoration-thickness: auto;
  }
  .decoration-from-font {
    text-decoration-thickness: from-font;
  }
  .underline-offset-auto {
    text-underline-offset: auto;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .accent-auto {
    accent-color: auto;
  }
  .scheme-dark {
    color-scheme: dark;
  }
  .scheme-light {
    color-scheme: light;
  }
  .scheme-light-dark {
    color-scheme: light dark;
  }
  .scheme-normal {
    color-scheme: normal;
  }
  .scheme-only-dark {
    color-scheme: dark only;
  }
  .scheme-only-light {
    color-scheme: light only;
  }
  .swap-active .swap-off {
    opacity: 0;
  }
  .swap-active .swap-on {
    opacity: 1;
  }
  .opacity-0 {
    opacity: 0;
  }
  .opacity-5 {
    opacity: .05;
  }
  .opacity-25 {
    opacity: .25;
  }
  .opacity-60 {
    opacity: .6;
  }
  .opacity-70 {
    opacity: .7;
  }
  .opacity-75 {
    opacity: .75;
  }
  .mix-blend-plus-darker {
    mix-blend-mode: plus-darker;
  }
  .mix-blend-plus-lighter {
    mix-blend-mode: plus-lighter;
  }
  .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-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-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);
  }
  .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);
  }
  .inset-ring {
    --tw-inset-ring-shadow:inset 0 0 0 1px var(--tw-inset-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-initial {
    --tw-shadow-color:initial;
  }
  .inset-shadow-initial {
    --tw-inset-shadow-color:initial;
  }
  .outline-hidden {
    --tw-outline-style:none;
    outline-style: none;
  }
  @media (forced-colors:active) {
    .outline-hidden {
      outline-offset: 2px;
      outline: 2px solid #0000;
    }
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .btn-ghost:not(.btn-active, :hover, :active:focus, :focus-visible) {
    --btn-shadow:"";
    --btn-bg:#0000;
    --btn-border:#0000;
    --btn-noise:none;
  }
  .btn-ghost:not(.btn-active, :hover, :active:focus, :focus-visible):not(:disabled, [disabled], .btn-disabled) {
    --btn-fg:currentColor;
    outline-color: currentColor;
  }
  .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-none {
    --tw-blur: ;
    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: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-none {
    --tw-drop-shadow: ;
    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,);
  }
  .grayscale {
    --tw-grayscale:grayscale(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,);
  }
  .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,);
  }
  .sepia {
    --tw-sepia:sepia(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,) !important;
  }
  .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-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-none {
    --tw-backdrop-blur: ;
    -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-grayscale {
    --tw-backdrop-grayscale:grayscale(100%);
    -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-invert {
    --tw-backdrop-invert:invert(100%);
    -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-sepia {
    --tw-backdrop-sepia:sepia(100%);
    -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;
    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));
  }
  .transition-none {
    transition-property: none;
  }
  .transition-discrete {
    transition-behavior: allow-discrete;
  }
  .transition-normal {
    transition-behavior: normal;
  }
  .delay-150 {
    transition-delay: .15s;
  }
  .duration-200 {
    --tw-duration:.2s;
    transition-duration: .2s;
  }
  .duration-300 {
    --tw-duration:.3s;
    transition-duration: .3s;
  }
  .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);
  }
  .will-change-auto {
    will-change: auto;
  }
  .will-change-contents {
    will-change: contents;
  }
  .will-change-scroll {
    will-change: scroll-position;
  }
  .will-change-transform {
    will-change: transform;
  }
  .contain-inline-size {
    --tw-contain-size:inline-size;
    contain: var(--tw-contain-size,)var(--tw-contain-layout,)var(--tw-contain-paint,)var(--tw-contain-style,);
  }
  .contain-layout {
    --tw-contain-layout:layout;
    contain: var(--tw-contain-size,)var(--tw-contain-layout,)var(--tw-contain-paint,)var(--tw-contain-style,);
  }
  .contain-paint {
    --tw-contain-paint:paint;
    contain: var(--tw-contain-size,)var(--tw-contain-layout,)var(--tw-contain-paint,)var(--tw-contain-style,);
  }
  .contain-size {
    --tw-contain-size:size;
    contain: var(--tw-contain-size,)var(--tw-contain-layout,)var(--tw-contain-paint,)var(--tw-contain-style,);
  }
  .contain-style {
    --tw-contain-style:style;
    contain: var(--tw-contain-size,)var(--tw-contain-layout,)var(--tw-contain-paint,)var(--tw-contain-style,);
  }
  .contain-content {
    contain: content;
  }
  .contain-none {
    contain: none;
  }
  .contain-strict {
    contain: strict;
  }
  .content-none {
    --tw-content:none;
    content: none;
  }
  .forced-color-adjust-auto {
    forced-color-adjust: auto;
  }
  .forced-color-adjust-none {
    forced-color-adjust: none;
  }
  .prose-gray {
    --tw-prose-body:oklch(.373 .034 259.733);
    --tw-prose-headings:oklch(.21 .034 264.665);
    --tw-prose-lead:oklch(.446 .03 256.802);
    --tw-prose-links:oklch(.21 .034 264.665);
    --tw-prose-bold:oklch(.21 .034 264.665);
    --tw-prose-counters:oklch(.551 .027 264.364);
    --tw-prose-bullets:oklch(.872 .01 258.338);
    --tw-prose-hr:oklch(.928 .006 264.531);
    --tw-prose-quotes:oklch(.21 .034 264.665);
    --tw-prose-quote-borders:oklch(.928 .006 264.531);
    --tw-prose-captions:oklch(.551 .027 264.364);
    --tw-prose-kbd:oklch(.21 .034 264.665);
    --tw-prose-kbd-shadows:NaN NaN NaN;
    --tw-prose-code:oklch(.21 .034 264.665);
    --tw-prose-pre-code:oklch(.928 .006 264.531);
    --tw-prose-pre-bg:oklch(.278 .033 256.848);
    --tw-prose-th-borders:oklch(.872 .01 258.338);
    --tw-prose-td-borders:oklch(.928 .006 264.531);
    --tw-prose-invert-body:oklch(.872 .01 258.338);
    --tw-prose-invert-headings:#fff;
    --tw-prose-invert-lead:oklch(.707 .022 261.325);
    --tw-prose-invert-links:#fff;
    --tw-prose-invert-bold:#fff;
    --tw-prose-invert-counters:oklch(.707 .022 261.325);
    --tw-prose-invert-bullets:oklch(.446 .03 256.802);
    --tw-prose-invert-hr:oklch(.373 .034 259.733);
    --tw-prose-invert-quotes:oklch(.967 .003 264.542);
    --tw-prose-invert-quote-borders:oklch(.373 .034 259.733);
    --tw-prose-invert-captions:oklch(.707 .022 261.325);
    --tw-prose-invert-kbd:#fff;
    --tw-prose-invert-kbd-shadows:255 255 255;
    --tw-prose-invert-code:#fff;
    --tw-prose-invert-pre-code:oklch(.872 .01 258.338);
    --tw-prose-invert-pre-bg:#00000080;
    --tw-prose-invert-th-borders:oklch(.446 .03 256.802);
    --tw-prose-invert-td-borders:oklch(.373 .034 259.733);
  }
  .prose-neutral {
    --tw-prose-body:oklch(.371 0 0);
    --tw-prose-headings:oklch(.205 0 0);
    --tw-prose-lead:oklch(.439 0 0);
    --tw-prose-links:oklch(.205 0 0);
    --tw-prose-bold:oklch(.205 0 0);
    --tw-prose-counters:oklch(.556 0 0);
    --tw-prose-bullets:oklch(.87 0 0);
    --tw-prose-hr:oklch(.922 0 0);
    --tw-prose-quotes:oklch(.205 0 0);
    --tw-prose-quote-borders:oklch(.922 0 0);
    --tw-prose-captions:oklch(.556 0 0);
    --tw-prose-kbd:oklch(.205 0 0);
    --tw-prose-kbd-shadows:NaN NaN NaN;
    --tw-prose-code:oklch(.205 0 0);
    --tw-prose-pre-code:oklch(.922 0 0);
    --tw-prose-pre-bg:oklch(.269 0 0);
    --tw-prose-th-borders:oklch(.87 0 0);
    --tw-prose-td-borders:oklch(.922 0 0);
    --tw-prose-invert-body:oklch(.87 0 0);
    --tw-prose-invert-headings:#fff;
    --tw-prose-invert-lead:oklch(.708 0 0);
    --tw-prose-invert-links:#fff;
    --tw-prose-invert-bold:#fff;
    --tw-prose-invert-counters:oklch(.708 0 0);
    --tw-prose-invert-bullets:oklch(.439 0 0);
    --tw-prose-invert-hr:oklch(.371 0 0);
    --tw-prose-invert-quotes:oklch(.97 0 0);
    --tw-prose-invert-quote-borders:oklch(.371 0 0);
    --tw-prose-invert-captions:oklch(.708 0 0);
    --tw-prose-invert-kbd:#fff;
    --tw-prose-invert-kbd-shadows:255 255 255;
    --tw-prose-invert-code:#fff;
    --tw-prose-invert-pre-code:oklch(.87 0 0);
    --tw-prose-invert-pre-bg:#00000080;
    --tw-prose-invert-th-borders:oklch(.439 0 0);
    --tw-prose-invert-td-borders:oklch(.371 0 0);
  }
  .prose-slate {
    --tw-prose-body:oklch(.372 .044 257.287);
    --tw-prose-headings:oklch(.208 .042 265.755);
    --tw-prose-lead:oklch(.446 .043 257.281);
    --tw-prose-links:oklch(.208 .042 265.755);
    --tw-prose-bold:oklch(.208 .042 265.755);
    --tw-prose-counters:oklch(.554 .046 257.417);
    --tw-prose-bullets:oklch(.869 .022 252.894);
    --tw-prose-hr:oklch(.929 .013 255.508);
    --tw-prose-quotes:oklch(.208 .042 265.755);
    --tw-prose-quote-borders:oklch(.929 .013 255.508);
    --tw-prose-captions:oklch(.554 .046 257.417);
    --tw-prose-kbd:oklch(.208 .042 265.755);
    --tw-prose-kbd-shadows:NaN NaN NaN;
    --tw-prose-code:oklch(.208 .042 265.755);
    --tw-prose-pre-code:oklch(.929 .013 255.508);
    --tw-prose-pre-bg:oklch(.279 .041 260.031);
    --tw-prose-th-borders:oklch(.869 .022 252.894);
    --tw-prose-td-borders:oklch(.929 .013 255.508);
    --tw-prose-invert-body:oklch(.869 .022 252.894);
    --tw-prose-invert-headings:#fff;
    --tw-prose-invert-lead:oklch(.704 .04 256.788);
    --tw-prose-invert-links:#fff;
    --tw-prose-invert-bold:#fff;
    --tw-prose-invert-counters:oklch(.704 .04 256.788);
    --tw-prose-invert-bullets:oklch(.446 .043 257.281);
    --tw-prose-invert-hr:oklch(.372 .044 257.287);
    --tw-prose-invert-quotes:oklch(.968 .007 247.896);
    --tw-prose-invert-quote-borders:oklch(.372 .044 257.287);
    --tw-prose-invert-captions:oklch(.704 .04 256.788);
    --tw-prose-invert-kbd:#fff;
    --tw-prose-invert-kbd-shadows:255 255 255;
    --tw-prose-invert-code:#fff;
    --tw-prose-invert-pre-code:oklch(.869 .022 252.894);
    --tw-prose-invert-pre-bg:#00000080;
    --tw-prose-invert-th-borders:oklch(.446 .043 257.281);
    --tw-prose-invert-td-borders:oklch(.372 .044 257.287);
  }
  .prose-stone {
    --tw-prose-body:oklch(.374 .01 67.558);
    --tw-prose-headings:oklch(.216 .006 56.043);
    --tw-prose-lead:oklch(.444 .011 73.639);
    --tw-prose-links:oklch(.216 .006 56.043);
    --tw-prose-bold:oklch(.216 .006 56.043);
    --tw-prose-counters:oklch(.553 .013 58.071);
    --tw-prose-bullets:oklch(.869 .005 56.366);
    --tw-prose-hr:oklch(.923 .003 48.717);
    --tw-prose-quotes:oklch(.216 .006 56.043);
    --tw-prose-quote-borders:oklch(.923 .003 48.717);
    --tw-prose-captions:oklch(.553 .013 58.071);
    --tw-prose-kbd:oklch(.216 .006 56.043);
    --tw-prose-kbd-shadows:NaN NaN NaN;
    --tw-prose-code:oklch(.216 .006 56.043);
    --tw-prose-pre-code:oklch(.923 .003 48.717);
    --tw-prose-pre-bg:oklch(.268 .007 34.298);
    --tw-prose-th-borders:oklch(.869 .005 56.366);
    --tw-prose-td-borders:oklch(.923 .003 48.717);
    --tw-prose-invert-body:oklch(.869 .005 56.366);
    --tw-prose-invert-headings:#fff;
    --tw-prose-invert-lead:oklch(.709 .01 56.259);
    --tw-prose-invert-links:#fff;
    --tw-prose-invert-bold:#fff;
    --tw-prose-invert-counters:oklch(.709 .01 56.259);
    --tw-prose-invert-bullets:oklch(.444 .011 73.639);
    --tw-prose-invert-hr:oklch(.374 .01 67.558);
    --tw-prose-invert-quotes:oklch(.97 .001 106.424);
    --tw-prose-invert-quote-borders:oklch(.374 .01 67.558);
    --tw-prose-invert-captions:oklch(.709 .01 56.259);
    --tw-prose-invert-kbd:#fff;
    --tw-prose-invert-kbd-shadows:255 255 255;
    --tw-prose-invert-code:#fff;
    --tw-prose-invert-pre-code:oklch(.869 .005 56.366);
    --tw-prose-invert-pre-bg:#00000080;
    --tw-prose-invert-th-borders:oklch(.444 .011 73.639);
    --tw-prose-invert-td-borders:oklch(.374 .01 67.558);
  }
  .prose-zinc {
    --tw-prose-body:oklch(.37 .013 285.805);
    --tw-prose-headings:oklch(.21 .006 285.885);
    --tw-prose-lead:oklch(.442 .017 285.786);
    --tw-prose-links:oklch(.21 .006 285.885);
    --tw-prose-bold:oklch(.21 .006 285.885);
    --tw-prose-counters:oklch(.552 .016 285.938);
    --tw-prose-bullets:oklch(.871 .006 286.286);
    --tw-prose-hr:oklch(.92 .004 286.32);
    --tw-prose-quotes:oklch(.21 .006 285.885);
    --tw-prose-quote-borders:oklch(.92 .004 286.32);
    --tw-prose-captions:oklch(.552 .016 285.938);
    --tw-prose-kbd:oklch(.21 .006 285.885);
    --tw-prose-kbd-shadows:NaN NaN NaN;
    --tw-prose-code:oklch(.21 .006 285.885);
    --tw-prose-pre-code:oklch(.92 .004 286.32);
    --tw-prose-pre-bg:oklch(.274 .006 286.033);
    --tw-prose-th-borders:oklch(.871 .006 286.286);
    --tw-prose-td-borders:oklch(.92 .004 286.32);
    --tw-prose-invert-body:oklch(.871 .006 286.286);
    --tw-prose-invert-headings:#fff;
    --tw-prose-invert-lead:oklch(.705 .015 286.067);
    --tw-prose-invert-links:#fff;
    --tw-prose-invert-bold:#fff;
    --tw-prose-invert-counters:oklch(.705 .015 286.067);
    --tw-prose-invert-bullets:oklch(.442 .017 285.786);
    --tw-prose-invert-hr:oklch(.37 .013 285.805);
    --tw-prose-invert-quotes:oklch(.967 .001 286.375);
    --tw-prose-invert-quote-borders:oklch(.37 .013 285.805);
    --tw-prose-invert-captions:oklch(.705 .015 286.067);
    --tw-prose-invert-kbd:#fff;
    --tw-prose-invert-kbd-shadows:255 255 255;
    --tw-prose-invert-code:#fff;
    --tw-prose-invert-pre-code:oklch(.871 .006 286.286);
    --tw-prose-invert-pre-bg:#00000080;
    --tw-prose-invert-th-borders:oklch(.442 .017 285.786);
    --tw-prose-invert-td-borders:oklch(.37 .013 285.805);
  }
  .tabs-bottom {
    --tabs-height:auto;
    --tabs-direction:row;
  }
  .tabs-bottom .tab {
    --tab-order:1;
    --tab-border:var(--border)0 0 0;
    --tab-radius-ss:0;
    --tab-radius-se:0;
    --tab-radius-es:min(var(--radius-field),var(--tab-radius-min));
    --tab-radius-ee:min(var(--radius-field),var(--tab-radius-min));
    --tab-border-colors:var(--tab-border-color)#0000 #0000 #0000;
    --tab-paddings:0 var(--tab-p)var(--border)var(--tab-p);
    --tab-corner-width:calc(100% + min(var(--radius-field),var(--tab-radius-min))*2);
    --tab-corner-height:min(var(--radius-field),var(--tab-radius-min));
    --tab-corner-position:top left,top right;
  }
  .tabs-bottom .tab:is(.tab-active, [aria-selected=true]):not(.tab-disabled, [disabled]),
  .tabs-bottom .tab:is(input:checked),
  .tabs-bottom .tab:is(label:has(:checked)) {
    --tab-border:0 var(--border)var(--border)var(--border);
    --tab-border-colors:#0000 var(--tab-border-color)var(--tab-border-color)var(--tab-border-color);
    --tab-paddings:var(--border)calc(var(--tab-p) - var(--border))0 calc(var(--tab-p) - var(--border));
    --tab-inset:0 auto auto auto;
    --radius-start:radial-gradient(
        circle at bottom left,#0000 var(--tab-grad),var(--tab-border-color)calc(var(--tab-grad) + .25px),var(--tab-border-color)calc(var(--tab-grad) + var(--border)),var(--tab-bg)calc(var(--tab-grad) + var(--border) + .25px));
    --radius-end:radial-gradient(
        circle at bottom right,#0000 var(--tab-grad),var(--tab-border-color)calc(var(--tab-grad) + .25px),var(--tab-border-color)calc(var(--tab-grad) + var(--border)),var(--tab-bg)calc(var(--tab-grad) + var(--border) + .25px));
  }
  .tabs-bottom:has(.tab-content) > .tab:first-child:not(.tab-active, [aria-selected=true]) {
    --tab-border-colors:#0000 var(--tab-border-color)var(--tab-border-color)var(--tab-border-color);
  }
  .tabs-bottom .tab-content {
    --tabcontent-order:0;
    --tabcontent-margin:0 0 calc(-1*var(--border))0;
    --tabcontent-radius-ss:var(--radius-box);
    --tabcontent-radius-se:var(--radius-box);
    --tabcontent-radius-es:0;
    --tabcontent-radius-ee:var(--radius-box);
  }
  :is(.tabs-bottom :checked, .tabs-bottom :is(label:has(:checked)), .tabs-bottom :is(.tab-active, [aria-selected=true])) + .tab-content:not(:nth-child(2)) {
    --tabcontent-radius-es:var(--radius-box);
  }
  .tabs-top {
    --tabs-height:auto;
    --tabs-direction:row;
  }
  .tabs-top .tab {
    --tab-order:0;
    --tab-border:0 0 var(--border)0;
    --tab-radius-ss:min(var(--radius-field),var(--tab-radius-min));
    --tab-radius-se:min(var(--radius-field),var(--tab-radius-min));
    --tab-radius-es:0;
    --tab-radius-ee:0;
    --tab-paddings:var(--border)var(--tab-p)0 var(--tab-p);
    --tab-border-colors:#0000 #0000 var(--tab-border-color)#0000;
    --tab-corner-width:calc(100% + min(var(--radius-field),var(--tab-radius-min))*2);
    --tab-corner-height:min(var(--radius-field),var(--tab-radius-min));
    --tab-corner-position:top left,top right;
  }
  .tabs-top .tab:is(.tab-active, [aria-selected=true]):not(.tab-disabled, [disabled]),
  .tabs-top .tab:is(input:checked),
  .tabs-top .tab:is(label:has(:checked)) {
    --tab-border:var(--border)var(--border)0 var(--border);
    --tab-border-colors:var(--tab-border-color)var(--tab-border-color)#0000 var(--tab-border-color);
    --tab-paddings:0 calc(var(--tab-p) - var(--border))var(--border)calc(var(--tab-p) - var(--border));
    --tab-inset:auto auto 0 auto;
    --radius-start:radial-gradient(
        circle at top left,#0000 var(--tab-grad),var(--tab-border-color)calc(var(--tab-grad) + .25px),var(--tab-border-color)calc(var(--tab-grad) + var(--border)),var(--tab-bg)calc(var(--tab-grad) + var(--border) + .25px));
    --radius-end:radial-gradient(
        circle at top right,#0000 var(--tab-grad),var(--tab-border-color)calc(var(--tab-grad) + .25px),var(--tab-border-color)calc(var(--tab-grad) + var(--border)),var(--tab-bg)calc(var(--tab-grad) + var(--border) + .25px));
  }
  .tabs-top:has(.tab-content) > .tab:first-child:not(.tab-active, [aria-selected=true]) {
    --tab-border-colors:var(--tab-border-color)var(--tab-border-color)#0000 var(--tab-border-color);
  }
  .tabs-top .tab-content {
    --tabcontent-order:1;
    --tabcontent-margin:calc(-1*var(--border))0 0 0;
    --tabcontent-radius-ss:0;
    --tabcontent-radius-se:var(--radius-box);
    --tabcontent-radius-es:var(--radius-box);
    --tabcontent-radius-ee:var(--radius-box);
  }
  :is(.tabs-top :checked, .tabs-top label:has(:checked), .tabs-top :is(.tab-active, [aria-selected=true])) + .tab-content:first-child,
  :is(.tabs-top :checked, .tabs-top label:has(:checked), .tabs-top :is(.tab-active, [aria-selected=true])) + .tab-content:nth-child(n+3) {
    --tabcontent-radius-ss:var(--radius-box);
  }
  .prose-invert {
    --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);
  }
  .btn-outline:not(.btn-active, :hover, :active:focus, :focus-visible, :disabled, [disabled], .btn-disabled, :checked) {
    --btn-shadow:"";
    --btn-bg:#0000;
    --btn-fg:var(--btn-color);
    --btn-border:var(--btn-color);
    --btn-noise:none;
  }
  .btn-soft:not(.btn-active, :hover, :active:focus, :focus-visible, :disabled, [disabled], .btn-disabled) {
    --btn-shadow:"";
    --btn-fg:var(--btn-color,var(--color-base-content));
    --btn-bg:color-mix(in oklab,var(--btn-color,var(--color-base-content))8%,var(--color-base-100));
    --btn-border:color-mix(in oklab,var(--btn-color,var(--color-base-content))10%,var(--color-base-100));
    --btn-noise:none;
  }
  .indicator-center {
    --inidicator-s:50%;
    --inidicator-e:50%;
    --inidicator-x:-50%;
  }
  [dir=rtl] .indicator-center {
    --inidicator-x:50%;
  }
  .mask-half-1 {
    -webkit-mask-position: 0;
    mask-position: 0;
    -webkit-mask-size: 200%;
    mask-size: 200%;
  }
  .mask-half-1:where(:dir(rtl), [dir=rtl], [dir=rtl] *) {
    -webkit-mask-position: 100%;
    mask-position: 100%;
  }
  .mask-half-2 {
    -webkit-mask-position: 100%;
    mask-position: 100%;
    -webkit-mask-size: 200%;
    mask-size: 200%;
  }
  .mask-half-2:where(:dir(rtl), [dir=rtl], [dir=rtl] *) {
    -webkit-mask-position: 0;
    mask-position: 0;
  }
  .btn-lg {
    --fontsize:1.125rem;
    --btn-p:1.25rem;
    --size:calc(var(--size-field,.25rem)*12);
  }
  .btn-md {
    --fontsize:.875rem;
    --btn-p:1rem;
    --size:calc(var(--size-field,.25rem)*10);
  }
  .btn-sm {
    --fontsize:.75rem;
    --btn-p:.75rem;
    --size:calc(var(--size-field,.25rem)*8);
  }
  .btn-xl {
    --fontsize:1.375rem;
    --btn-p:1.5rem;
    --size:calc(var(--size-field,.25rem)*14);
  }
  .btn-xs {
    --fontsize:.6875rem;
    --btn-p:.5rem;
    --size:calc(var(--size-field,.25rem)*6);
  }
  .card-lg .card-body {
    --card-p:2rem;
    --card-fs:1rem;
  }
  .card-lg .card-title {
    --cardtitle-fs:1.25rem;
  }
  .card-md .card-body {
    --card-p:1.5rem;
    --card-fs:.875rem;
  }
  .card-md .card-title {
    --cardtitle-fs:1.125rem;
  }
  .card-sm .card-body {
    --card-p:1rem;
    --card-fs:.75rem;
  }
  .card-sm .card-title {
    --cardtitle-fs:1rem;
  }
  .card-xl .card-body {
    --card-p:2.5rem;
    --card-fs:1.125rem;
  }
  .card-xl .card-title {
    --cardtitle-fs:1.375rem;
  }
  .card-xs .card-body {
    --card-p:.5rem;
    --card-fs:.6875rem;
  }
  .card-xs .card-title {
    --cardtitle-fs:.875rem;
  }
  .indicator-bottom {
    --inidicator-t:auto;
    --inidicator-b:0;
    --indicator-y:50%;
  }
  .indicator-end {
    --inidicator-s:auto;
    --inidicator-e:0;
    --inidicator-x:50%;
  }
  .indicator-middle {
    --inidicator-t:50%;
    --inidicator-b:50%;
    --indicator-y:-50%;
  }
  .indicator-start {
    --inidicator-s:0;
    --inidicator-e:auto;
    --inidicator-x:-50%;
  }
  .indicator-top {
    --inidicator-t:0;
    --inidicator-b:auto;
    --indicator-y:-50%;
  }
  .badge-accent {
    --badge-color:var(--color-accent);
    --badge-fg:var(--color-accent-content);
  }
  .badge-error {
    --badge-color:var(--color-error);
    --badge-fg:var(--color-error-content);
  }
  .badge-info {
    --badge-color:var(--color-info);
    --badge-fg:var(--color-info-content);
  }
  .badge-neutral {
    --badge-color:var(--color-neutral);
    --badge-fg:var(--color-neutral-content);
  }
  .badge-primary {
    --badge-color:var(--color-primary);
    --badge-fg:var(--color-primary-content);
  }
  .badge-secondary {
    --badge-color:var(--color-secondary);
    --badge-fg:var(--color-secondary-content);
  }
  .badge-success {
    --badge-color:var(--color-success);
    --badge-fg:var(--color-success-content);
  }
  .badge-warning {
    --badge-color:var(--color-warning);
    --badge-fg:var(--color-warning-content);
  }
  .btn-accent {
    --btn-color:var(--color-accent);
    --btn-fg:var(--color-accent-content);
  }
  .btn-error {
    --btn-color:var(--color-error);
    --btn-fg:var(--color-error-content);
  }
  .btn-info {
    --btn-color:var(--color-info);
    --btn-fg:var(--color-info-content);
  }
  .btn-neutral {
    --btn-color:var(--color-neutral);
    --btn-fg:var(--color-neutral-content);
  }
  .btn-primary {
    --btn-color:var(--color-primary);
    --btn-fg:var(--color-primary-content);
  }
  .btn-secondary {
    --btn-color:var(--color-secondary);
    --btn-fg:var(--color-secondary-content);
  }
  .btn-success {
    --btn-color:var(--color-success);
    --btn-fg:var(--color-success-content);
  }
  .btn-warning {
    --btn-color:var(--color-warning);
    --btn-fg:var(--color-warning-content);
  }
  .outline-dashed {
    --tw-outline-style:dashed;
    outline-style: dashed;
  }
  .outline-dotted {
    --tw-outline-style:dotted;
    outline-style: dotted;
  }
  .outline-double {
    --tw-outline-style:double;
    outline-style: double;
  }
  .outline-none {
    --tw-outline-style:none;
    outline-style: none;
  }
  .outline-solid {
    --tw-outline-style:solid;
    outline-style: solid;
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
  .timeline-snap-icon > li {
    --timeline-col-start:.5rem;
    --timeline-row-start:minmax(0,1fr);
  }
  .toggle-lg[type=checkbox],
  .toggle-lg:has([type=checkbox]) {
    --toggle-p:.25rem;
    --size:calc(var(--size-selector,.25rem)*7);
  }
  .toggle-md[type=checkbox],
  .toggle-md:has([type=checkbox]) {
    --toggle-p:.1875rem;
    --size:calc(var(--size-selector,.25rem)*6);
  }
  .toggle-sm[type=checkbox],
  .toggle-sm:has([type=checkbox]) {
    --toggle-p:.125rem;
    --size:calc(var(--size-selector,.25rem)*5);
  }
  .toggle-xl[type=checkbox],
  .toggle-xl:has([type=checkbox]) {
    --toggle-p:.3125rem;
    --size:calc(var(--size-selector,.25rem)*8);
  }
  .toggle-xs[type=checkbox],
  .toggle-xs:has([type=checkbox]) {
    --toggle-p:.0625rem;
    --size:calc(var(--size-selector,.25rem)*4);
  }
  .\[collection\:schematic\] {
    collection: schematic;
  }
  .\[emoji\:4\] {
    emoji: 4;
  }
  .\[emoji\:\<length\>\] {
    emoji: <length>;
  }
  .\[hash\:base64\] {
    hash: base64;
  }
  .\[k\:K\] {
    k: K;
  }
  .\[k\:string\] {
    k: string;
  }
  .\[vite\:html\] {
    vite: html;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .backface-visible {
    backface-visibility: visible;
  }
  :where(.divide-x-reverse > :not(:last-child)) {
    --tw-divide-x-reverse:1;
  }
  .duration-initial {
    --tw-duration:initial;
  }
  .ease-initial {
    --tw-ease:initial;
  }
  .input-accent,
  .input-accent:focus,
  .input-accent:focus-within {
    --input-color:var(--color-accent);
  }
  .input-error,
  .input-error:focus,
  .input-error:focus-within {
    --input-color:var(--color-error);
  }
  .input-info,
  .input-info:focus,
  .input-info:focus-within {
    --input-color:var(--color-info);
  }
  .input-neutral,
  .input-neutral:focus,
  .input-neutral:focus-within {
    --input-color:var(--color-neutral);
  }
  .input-primary,
  .input-primary:focus,
  .input-primary:focus-within {
    --input-color:var(--color-primary);
  }
  .input-secondary,
  .input-secondary:focus,
  .input-secondary:focus-within {
    --input-color:var(--color-secondary);
  }
  .input-success,
  .input-success:focus,
  .input-success:focus-within {
    --input-color:var(--color-success);
  }
  .input-warning,
  .input-warning:focus,
  .input-warning:focus-within {
    --input-color:var(--color-warning);
  }
  .loading-ball {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='12' cy='5' rx='4' ry='4'%3E%3Canimate attributeName='cy' values='5;20;20.5;20;5' keyTimes='0;0.469;0.5;0.531;1' dur='.8s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1'/%3E%3Canimate attributeName='rx' values='4;4;4.8;4;4' keyTimes='0;0.469;0.5;0.531;1' dur='.8s' repeatCount='indefinite'/%3E%3Canimate attributeName='ry' values='4;4;3;4;4' keyTimes='0;0.469;0.5;0.531;1' dur='.8s' repeatCount='indefinite'/%3E%3C/ellipse%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='12' cy='5' rx='4' ry='4'%3E%3Canimate attributeName='cy' values='5;20;20.5;20;5' keyTimes='0;0.469;0.5;0.531;1' dur='.8s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1'/%3E%3Canimate attributeName='rx' values='4;4;4.8;4;4' keyTimes='0;0.469;0.5;0.531;1' dur='.8s' repeatCount='indefinite'/%3E%3Canimate attributeName='ry' values='4;4;3;4;4' keyTimes='0;0.469;0.5;0.531;1' dur='.8s' repeatCount='indefinite'/%3E%3C/ellipse%3E%3C/svg%3E");
  }
  .loading-bars {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='6' height='22'%3E%3Canimate attributeName='y' values='1;5;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite'/%3E%3Canimate attributeName='height' values='22;14;22' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite'/%3E%3Canimate attributeName='opacity' values='1;0.2;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='9' y='1' width='6' height='22'%3E%3Canimate attributeName='y' values='1;5;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.65s'/%3E%3Canimate attributeName='height' values='22;14;22' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.65s'/%3E%3Canimate attributeName='opacity' values='1;0.2;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.65s'/%3E%3C/rect%3E%3Crect x='17' y='1' width='6' height='22'%3E%3Canimate attributeName='y' values='1;5;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.5s'/%3E%3Canimate attributeName='height' values='22;14;22' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.5s'/%3E%3Canimate attributeName='opacity' values='1;0.2;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.5s'/%3E%3C/rect%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='6' height='22'%3E%3Canimate attributeName='y' values='1;5;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite'/%3E%3Canimate attributeName='height' values='22;14;22' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite'/%3E%3Canimate attributeName='opacity' values='1;0.2;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='9' y='1' width='6' height='22'%3E%3Canimate attributeName='y' values='1;5;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.65s'/%3E%3Canimate attributeName='height' values='22;14;22' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.65s'/%3E%3Canimate attributeName='opacity' values='1;0.2;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.65s'/%3E%3C/rect%3E%3Crect x='17' y='1' width='6' height='22'%3E%3Canimate attributeName='y' values='1;5;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.5s'/%3E%3Canimate attributeName='height' values='22;14;22' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.5s'/%3E%3Canimate attributeName='opacity' values='1;0.2;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.5s'/%3E%3C/rect%3E%3C/svg%3E");
  }
  .loading-dots {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='12' r='3'%3E%3Canimate attributeName='cy' values='12;6;12;12' keyTimes='0;0.286;0.571;1' dur='1.05s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1'/%3E%3C/circle%3E%3Ccircle cx='12' cy='12' r='3'%3E%3Canimate attributeName='cy' values='12;6;12;12' keyTimes='0;0.286;0.571;1' dur='1.05s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1' begin='0.1s'/%3E%3C/circle%3E%3Ccircle cx='20' cy='12' r='3'%3E%3Canimate attributeName='cy' values='12;6;12;12' keyTimes='0;0.286;0.571;1' dur='1.05s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1' begin='0.2s'/%3E%3C/circle%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='12' r='3'%3E%3Canimate attributeName='cy' values='12;6;12;12' keyTimes='0;0.286;0.571;1' dur='1.05s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1'/%3E%3C/circle%3E%3Ccircle cx='12' cy='12' r='3'%3E%3Canimate attributeName='cy' values='12;6;12;12' keyTimes='0;0.286;0.571;1' dur='1.05s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1' begin='0.1s'/%3E%3C/circle%3E%3Ccircle cx='20' cy='12' r='3'%3E%3Canimate attributeName='cy' values='12;6;12;12' keyTimes='0;0.286;0.571;1' dur='1.05s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1' begin='0.2s'/%3E%3C/circle%3E%3C/svg%3E");
  }
  .loading-infinity {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='shape-rendering:auto;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Cpath fill='none' stroke='black' stroke-width='10' stroke-dasharray='205.271 51.318' d='M24.3 30C11.4 30 5 43.3 5 50s6.4 20 19.3 20c19.3 0 32.1-40 51.4-40C88.6 30 95 43.3 95 50s-6.4 20-19.3 20C56.4 70 43.6 30 24.3 30z' stroke-linecap='round' style='transform:scale(0.8);transform-origin:50px 50px'%3E%3Canimate attributeName='stroke-dashoffset' repeatCount='indefinite' dur='2s' keyTimes='0;1' values='0;256.589'/%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='shape-rendering:auto;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Cpath fill='none' stroke='black' stroke-width='10' stroke-dasharray='205.271 51.318' d='M24.3 30C11.4 30 5 43.3 5 50s6.4 20 19.3 20c19.3 0 32.1-40 51.4-40C88.6 30 95 43.3 95 50s-6.4 20-19.3 20C56.4 70 43.6 30 24.3 30z' stroke-linecap='round' style='transform:scale(0.8);transform-origin:50px 50px'%3E%3Canimate attributeName='stroke-dashoffset' repeatCount='indefinite' dur='2s' keyTimes='0;1' values='0;256.589'/%3E%3C/path%3E%3C/svg%3E");
  }
  .loading-ring {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg' stroke='white'%3E%3Cg fill='none' fill-rule='evenodd' stroke-width='2'%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='0s' dur='1.8s' values='1;20' calcMode='spline' keyTimes='0;1' keySplines='0.165,0.84,0.44,1' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-opacity' begin='0s' dur='1.8s' values='1;0' calcMode='spline' keyTimes='0;1' keySplines='0.3,0.61,0.355,1' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='-0.9s' dur='1.8s' values='1;20' calcMode='spline' keyTimes='0;1' keySplines='0.165,0.84,0.44,1' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-opacity' begin='-0.9s' dur='1.8s' values='1;0' calcMode='spline' keyTimes='0;1' keySplines='0.3,0.61,0.355,1' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg' stroke='white'%3E%3Cg fill='none' fill-rule='evenodd' stroke-width='2'%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='0s' dur='1.8s' values='1;20' calcMode='spline' keyTimes='0;1' keySplines='0.165,0.84,0.44,1' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-opacity' begin='0s' dur='1.8s' values='1;0' calcMode='spline' keyTimes='0;1' keySplines='0.3,0.61,0.355,1' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='-0.9s' dur='1.8s' values='1;20' calcMode='spline' keyTimes='0;1' keySplines='0.165,0.84,0.44,1' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-opacity' begin='-0.9s' dur='1.8s' values='1;0' calcMode='spline' keyTimes='0;1' keySplines='0.3,0.61,0.355,1' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
  }
  .loading-spinner {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
  }
  .mask-circle {
    -webkit-mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle fill='black' cx='100' cy='100' r='100' fill-rule='evenodd'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle fill='black' cx='100' cy='100' r='100' fill-rule='evenodd'/%3e%3c/svg%3e");
  }
  .mask-decagon {
    -webkit-mask-image: url("data:image/svg+xml,%3csvg width='192' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 0 58.779 19.098 36.327 50v61.804l-36.327 50L96 200l-58.779-19.098-36.327-50V69.098l36.327-50z' fill-rule='evenodd'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg width='192' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 0 58.779 19.098 36.327 50v61.804l-36.327 50L96 200l-58.779-19.098-36.327-50V69.098l36.327-50z' fill-rule='evenodd'/%3e%3c/svg%3e");
  }
  .mask-diamond {
    -webkit-mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m100 0 100 100-100 100L0 100z' fill-rule='evenodd'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m100 0 100 100-100 100L0 100z' fill-rule='evenodd'/%3e%3c/svg%3e");
  }
  .mask-heart {
    -webkit-mask-image: url("data:image/svg+xml,%3csvg width='200' height='185' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M100 184.606a15.384 15.384 0 0 1-8.653-2.678C53.565 156.28 37.205 138.695 28.182 127.7 8.952 104.264-.254 80.202.005 54.146.308 24.287 24.264 0 53.406 0c21.192 0 35.869 11.937 44.416 21.879a2.884 2.884 0 0 0 4.356 0C110.725 11.927 125.402 0 146.594 0c29.142 0 53.098 24.287 53.4 54.151.26 26.061-8.956 50.122-28.176 73.554-9.023 10.994-25.383 28.58-63.165 54.228a15.384 15.384 0 0 1-8.653 2.673Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg width='200' height='185' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M100 184.606a15.384 15.384 0 0 1-8.653-2.678C53.565 156.28 37.205 138.695 28.182 127.7 8.952 104.264-.254 80.202.005 54.146.308 24.287 24.264 0 53.406 0c21.192 0 35.869 11.937 44.416 21.879a2.884 2.884 0 0 0 4.356 0C110.725 11.927 125.402 0 146.594 0c29.142 0 53.098 24.287 53.4 54.151.26 26.061-8.956 50.122-28.176 73.554-9.023 10.994-25.383 28.58-63.165 54.228a15.384 15.384 0 0 1-8.653 2.673Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e");
  }
  .mask-hexagon {
    -webkit-mask-image: url("data:image/svg+xml,%3csvg width='182' height='201' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M.3 65.486c0-9.196 6.687-20.063 14.211-25.078l61.86-35.946c8.36-5.016 20.899-5.016 29.258 0l61.86 35.946c8.36 5.015 14.211 15.882 14.211 25.078v71.055c0 9.196-6.687 20.063-14.211 25.079l-61.86 35.945c-8.36 4.18-20.899 4.18-29.258 0L14.51 161.62C6.151 157.44.3 145.737.3 136.54V65.486Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg width='182' height='201' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M.3 65.486c0-9.196 6.687-20.063 14.211-25.078l61.86-35.946c8.36-5.016 20.899-5.016 29.258 0l61.86 35.946c8.36 5.015 14.211 15.882 14.211 25.078v71.055c0 9.196-6.687 20.063-14.211 25.079l-61.86 35.945c-8.36 4.18-20.899 4.18-29.258 0L14.51 161.62C6.151 157.44.3 145.737.3 136.54V65.486Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e");
  }
  .mask-hexagon-2 {
    -webkit-mask-image: url("data:image/svg+xml,%3csvg width='200' height='182' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M64.786 181.4c-9.196 0-20.063-6.687-25.079-14.21L3.762 105.33c-5.016-8.36-5.016-20.9 0-29.259l35.945-61.86C44.723 5.851 55.59 0 64.786 0h71.055c9.196 0 20.063 6.688 25.079 14.211l35.945 61.86c4.18 8.36 4.18 20.899 0 29.258l-35.945 61.86c-4.18 8.36-15.883 14.211-25.079 14.211H64.786Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg width='200' height='182' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M64.786 181.4c-9.196 0-20.063-6.687-25.079-14.21L3.762 105.33c-5.016-8.36-5.016-20.9 0-29.259l35.945-61.86C44.723 5.851 55.59 0 64.786 0h71.055c9.196 0 20.063 6.688 25.079 14.211l35.945 61.86c4.18 8.36 4.18 20.899 0 29.258l-35.945 61.86c-4.18 8.36-15.883 14.211-25.079 14.211H64.786Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e");
  }
  .mask-pentagon {
    -webkit-mask-image: url("data:image/svg+xml,%3csvg width='192' height='181' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 0 95.106 69.098-36.327 111.804H37.22L.894 69.098z' fill-rule='evenodd'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg width='192' height='181' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 0 95.106 69.098-36.327 111.804H37.22L.894 69.098z' fill-rule='evenodd'/%3e%3c/svg%3e");
  }
  .mask-squircle {
    -webkit-mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M100 0C20 0 0 20 0 100s20 100 100 100 100-20 100-100S180 0 100 0Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M100 0C20 0 0 20 0 100s20 100 100 100 100-20 100-100S180 0 100 0Z'/%3e%3c/svg%3e");
  }
  .mask-star {
    -webkit-mask-image: url("data:image/svg+xml,%3csvg width='192' height='180' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 137.263-58.779 42.024 22.163-68.389L.894 68.481l72.476-.243L96 0l22.63 68.238 72.476.243-58.49 42.417 22.163 68.389z' fill-rule='evenodd'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg width='192' height='180' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 137.263-58.779 42.024 22.163-68.389L.894 68.481l72.476-.243L96 0l22.63 68.238 72.476.243-58.49 42.417 22.163 68.389z' fill-rule='evenodd'/%3e%3c/svg%3e");
  }
  .mask-star-2 {
    -webkit-mask-image: url("data:image/svg+xml,%3csvg width='192' height='180' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 153.044-58.779 26.243 7.02-63.513L.894 68.481l63.117-13.01L96 0l31.989 55.472 63.117 13.01-43.347 47.292 7.02 63.513z' fill-rule='evenodd'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg width='192' height='180' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 153.044-58.779 26.243 7.02-63.513L.894 68.481l63.117-13.01L96 0l31.989 55.472 63.117 13.01-43.347 47.292 7.02 63.513z' fill-rule='evenodd'/%3e%3c/svg%3e");
  }
  .mask-triangle {
    -webkit-mask-image: url("data:image/svg+xml,%3csvg width='174' height='149' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m87 148.476-86.603.185L43.86 74.423 87 0l43.14 74.423 43.463 74.238z' fill-rule='evenodd'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg width='174' height='149' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m87 148.476-86.603.185L43.86 74.423 87 0l43.14 74.423 43.463 74.238z' fill-rule='evenodd'/%3e%3c/svg%3e");
  }
  .mask-triangle-2 {
    -webkit-mask-image: url("data:image/svg+xml,%3csvg width='174' height='150' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m87 .738 86.603-.184-43.463 74.238L87 149.214 43.86 74.792.397.554z' fill-rule='evenodd'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg width='174' height='150' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m87 .738 86.603-.184-43.463 74.238L87 149.214 43.86 74.792.397.554z' fill-rule='evenodd'/%3e%3c/svg%3e");
  }
  .mask-triangle-3 {
    -webkit-mask-image: url("data:image/svg+xml,%3csvg width='150' height='174' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m149.369 87.107.185 86.603-74.239-43.463L.893 87.107l74.422-43.14L149.554.505z' fill-rule='evenodd'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg width='150' height='174' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m149.369 87.107.185 86.603-74.239-43.463L.893 87.107l74.422-43.14L149.554.505z' fill-rule='evenodd'/%3e%3c/svg%3e");
  }
  .mask-triangle-4 {
    -webkit-mask-image: url("data:image/svg+xml,%3csvg width='150' height='174' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M.631 87.107.446.505l74.239 43.462 74.422 43.14-74.422 43.14L.446 173.71z' fill-rule='evenodd'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg width='150' height='174' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M.631 87.107.446.505l74.239 43.462 74.422 43.14-74.422 43.14L.446 173.71z' fill-rule='evenodd'/%3e%3c/svg%3e");
  }
  .perspective-none {
    perspective: none;
  }
  .perspective-origin-bottom {
    perspective-origin: bottom;
  }
  .perspective-origin-bottom-left {
    perspective-origin: 0 100%;
  }
  .perspective-origin-bottom-right {
    perspective-origin: 100% 100%;
  }
  .perspective-origin-center {
    perspective-origin: 50%;
  }
  .perspective-origin-left {
    perspective-origin: 0;
  }
  .perspective-origin-right {
    perspective-origin: 100%;
  }
  .perspective-origin-top {
    perspective-origin: top;
  }
  .perspective-origin-top-left {
    perspective-origin: 0 0;
  }
  .perspective-origin-top-right {
    perspective-origin: 100% 0;
  }
  .radio-accent {
    --input-color:var(--color-accent);
  }
  .radio-error {
    --input-color:var(--color-error);
  }
  .radio-info {
    --input-color:var(--color-info);
  }
  .radio-neutral {
    --input-color:var(--color-neutral);
  }
  .radio-primary {
    --input-color:var(--color-primary);
  }
  .radio-secondary {
    --input-color:var(--color-secondary);
  }
  .radio-success {
    --input-color:var(--color-success);
  }
  .radio-warning {
    --input-color:var(--color-warning);
  }
  .range-lg {
    --range-thumb-size:calc(var(--size-selector,.25rem)*7);
  }
  .range-md {
    --range-thumb-size:calc(var(--size-selector,.25rem)*6);
  }
  .range-sm {
    --range-thumb-size:calc(var(--size-selector,.25rem)*5);
  }
  .range-xl {
    --range-thumb-size:calc(var(--size-selector,.25rem)*8);
  }
  .range-xs {
    --range-thumb-size:calc(var(--size-selector,.25rem)*4);
  }
  .ring-inset {
    --tw-ring-inset:inset;
  }
  .select-accent,
  .select-accent:focus,
  .select-accent:focus-within {
    --input-color:var(--color-accent);
  }
  .select-error,
  .select-error:focus,
  .select-error:focus-within {
    --input-color:var(--color-error);
  }
  .select-info,
  .select-info:focus,
  .select-info:focus-within {
    --input-color:var(--color-info);
  }
  .select-neutral,
  .select-neutral:focus,
  .select-neutral:focus-within {
    --input-color:var(--color-neutral);
  }
  .select-primary,
  .select-primary:focus,
  .select-primary:focus-within {
    --input-color:var(--color-primary);
  }
  .select-secondary,
  .select-secondary:focus,
  .select-secondary:focus-within {
    --input-color:var(--color-secondary);
  }
  .select-success,
  .select-success:focus,
  .select-success:focus-within {
    --input-color:var(--color-success);
  }
  .select-warning,
  .select-warning:focus,
  .select-warning:focus-within {
    --input-color:var(--color-warning);
  }
  .textarea-accent,
  .textarea-accent:focus,
  .textarea-accent:focus-within {
    --input-color:var(--color-accent);
  }
  .textarea-error,
  .textarea-error:focus,
  .textarea-error:focus-within {
    --input-color:var(--color-error);
  }
  .textarea-info,
  .textarea-info:focus,
  .textarea-info:focus-within {
    --input-color:var(--color-info);
  }
  .textarea-neutral,
  .textarea-neutral:focus,
  .textarea-neutral:focus-within {
    --input-color:var(--color-neutral);
  }
  .textarea-primary,
  .textarea-primary:focus,
  .textarea-primary:focus-within {
    --input-color:var(--color-primary);
  }
  .textarea-secondary,
  .textarea-secondary:focus,
  .textarea-secondary:focus-within {
    --input-color:var(--color-secondary);
  }
  .textarea-success,
  .textarea-success:focus,
  .textarea-success:focus-within {
    --input-color:var(--color-success);
  }
  .textarea-warning,
  .textarea-warning:focus,
  .textarea-warning:focus-within {
    --input-color:var(--color-warning);
  }
  .toggle-accent:checked,
  .toggle-accent[aria-checked=true] {
    --input-color:var(--color-accent);
  }
  .toggle-error:checked,
  .toggle-error[aria-checked=true] {
    --input-color:var(--color-error);
  }
  .toggle-info:checked,
  .toggle-info[aria-checked=true] {
    --input-color:var(--color-info);
  }
  .toggle-neutral:checked,
  .toggle-neutral[aria-checked=true] {
    --input-color:var(--color-neutral);
  }
  .toggle-primary:checked,
  .toggle-primary[aria-checked=true] {
    --input-color:var(--color-primary);
  }
  .toggle-secondary:checked,
  .toggle-secondary[aria-checked=true] {
    --input-color:var(--color-secondary);
  }
  .toggle-success:checked,
  .toggle-success[aria-checked=true] {
    --input-color:var(--color-success);
  }
  .toggle-warning:checked,
  .toggle-warning[aria-checked=true] {
    --input-color:var(--color-warning);
  }
  .transform-3d {
    transform-style: preserve-3d;
  }
  .transform-border {
    transform-box: border-box;
  }
  .transform-content {
    transform-box: content-box;
  }
  .transform-fill {
    transform-box: fill-box;
  }
  .transform-flat {
    transform-style: flat;
  }
  .transform-stroke {
    transform-box: stroke-box;
  }
  .transform-view {
    transform-box: view-box;
  }
  @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);
    }
    .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);
    }
    .group-hover\:scale-x-100:is(:where(.group):hover *) {
      --tw-scale-x:100%;
      scale: var(--tw-scale-x)var(--tw-scale-y);
    }
    .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 1;
    }
    .hover\:z-20:hover {
      z-index: 20;
    }
    .hover\:prose-lg:hover {
      font-size: 1.125rem;
      line-height: 1.77778;
    }
    .hover\:prose-lg:hover :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.33333em;
      margin-bottom: 1.33333em;
    }
    .hover\:prose-lg:hover :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;
    }
    .hover\:prose-lg:hover :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.66667em;
      margin-bottom: 1.66667em;
      padding-inline-start: 1em;
    }
    .hover\:prose-lg:hover :where(h1):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
      margin-bottom: .833333em;
      font-size: 2.66667em;
      line-height: 1;
    }
    .hover\:prose-lg:hover :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;
    }
    .hover\:prose-lg:hover :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;
    }
    .hover\:prose-lg:hover :where(h4):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.77778em;
      margin-bottom: .444444em;
      line-height: 1.55556;
    }
    .hover\:prose-lg:hover :where(img):not(:where([class~=not-prose], [class~=not-prose] *)),
    .hover\:prose-lg:hover :where(picture):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.77778em;
      margin-bottom: 1.77778em;
    }
    .hover\:prose-lg:hover :where(picture > img):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    .hover\:prose-lg:hover :where(video):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.77778em;
      margin-bottom: 1.77778em;
    }
    .hover\:prose-lg:hover :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;
    }
    .hover\:prose-lg:hover :where(code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      font-size: .888889em;
    }
    .hover\:prose-lg:hover :where(h2 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      font-size: .866667em;
    }
    .hover\:prose-lg:hover :where(h3 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      font-size: .875em;
    }
    .hover\:prose-lg:hover :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;
    }
    .hover\:prose-lg:hover :where(ol):not(:where([class~=not-prose], [class~=not-prose] *)),
    .hover\:prose-lg:hover :where(ul):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.33333em;
      margin-bottom: 1.33333em;
      padding-inline-start: 1.55556em;
    }
    .hover\:prose-lg:hover :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: .666667em;
      margin-bottom: .666667em;
    }
    .hover\:prose-lg:hover :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *)),
    .hover\:prose-lg:hover :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-start: .444444em;
    }
    .hover\:prose-lg:hover :where(.hover\:prose-lg > ul > li p):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: .888889em;
      margin-bottom: .888889em;
    }
    .hover\:prose-lg:hover :where(.hover\:prose-lg > ul > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.33333em;
    }
    .hover\:prose-lg:hover :where(.hover\:prose-lg > ul > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-bottom: 1.33333em;
    }
    .hover\:prose-lg:hover :where(.hover\:prose-lg > ol > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.33333em;
    }
    .hover\:prose-lg:hover :where(.hover\:prose-lg > ol > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-bottom: 1.33333em;
    }
    .hover\:prose-lg:hover :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: .888889em;
      margin-bottom: .888889em;
    }
    .hover\:prose-lg:hover :where(dl):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.33333em;
      margin-bottom: 1.33333em;
    }
    .hover\:prose-lg:hover :where(dt):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.33333em;
    }
    .hover\:prose-lg:hover :where(dd):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: .666667em;
      padding-inline-start: 1.55556em;
    }
    .hover\:prose-lg:hover :where(hr):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 3.11111em;
      margin-bottom: 3.11111em;
    }
    .hover\:prose-lg:hover :where(hr + *):not(:where([class~=not-prose], [class~=not-prose] *)),
    .hover\:prose-lg:hover :where(h2 + *):not(:where([class~=not-prose], [class~=not-prose] *)),
    .hover\:prose-lg:hover :where(h3 + *):not(:where([class~=not-prose], [class~=not-prose] *)),
    .hover\:prose-lg:hover :where(h4 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
    }
    .hover\:prose-lg:hover :where(table):not(:where([class~=not-prose], [class~=not-prose] *)) {
      font-size: .888889em;
      line-height: 1.5;
    }
    .hover\:prose-lg:hover :where(thead th):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-end: .75em;
      padding-bottom: .75em;
      padding-inline-start: .75em;
    }
    .hover\:prose-lg:hover :where(thead th:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-start: 0;
    }
    .hover\:prose-lg:hover :where(thead th:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-end: 0;
    }
    .hover\:prose-lg:hover :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;
    }
    .hover\:prose-lg:hover :where(tbody td:first-child, tfoot td:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-start: 0;
    }
    .hover\:prose-lg:hover :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-end: 0;
    }
    .hover\:prose-lg:hover :where(figure):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.77778em;
      margin-bottom: 1.77778em;
    }
    .hover\:prose-lg:hover :where(figure > *):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    .hover\:prose-lg:hover :where(figcaption):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1em;
      font-size: .888889em;
      line-height: 1.5;
    }
    .hover\:prose-lg:hover :where(.hover\:prose-lg > :first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
    }
    .hover\:prose-lg:hover :where(.hover\:prose-lg > :last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-bottom: 0;
    }
    .hover\:-translate-y-2:hover {
      --tw-translate-y:calc(var(--spacing)*-2);
      translate: var(--tw-translate-x)var(--tw-translate-y);
    }
    .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);
    }
    .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);
    }
    .hover\:scale-\[1\.02\]:hover {
      scale: 1.02;
    }
    .hover\:rotate-0:hover {
      rotate: none;
    }
    .hover\:rotate-90:hover {
      rotate: 90deg;
    }
    .hover\:bg-accent\/5:hover {
      background-color: color-mix(in oklab, var(--color-accent)5%, transparent);
    }
    .hover\:bg-base-200:hover {
      background-color: var(--color-base-200);
    }
    .hover\:bg-primary:hover {
      background-color: var(--color-primary);
    }
    .hover\:bg-primary\/5:hover {
      background-color: color-mix(in oklab, var(--color-primary)5%, transparent);
    }
    .hover\:bg-secondary\/5:hover {
      background-color: color-mix(in oklab, var(--color-secondary)5%, transparent);
    }
    .hover\:text-error:hover {
      color: var(--color-error);
    }
    .hover\:text-primary:hover {
      color: var(--color-primary);
    }
    .hover\:text-primary-content:hover {
      color: var(--color-primary-content);
    }
    .hover\:no-underline:hover {
      text-decoration-line: none;
    }
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
    .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);
    }
    .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);
    }
    .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);
    }
  }
  .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-primary:focus {
    --tw-ring-color:var(--color-primary);
  }
  .focus\:outline-none:focus {
    --tw-outline-style:none;
    outline-style: none;
  }
  .focus\:input-primary:focus,
  .focus\:input-primary:focus:focus,
  .focus\:input-primary:focus:focus-within {
    --input-color:var(--color-primary);
  }
  .focus\:input-secondary:focus,
  .focus\:input-secondary:focus:focus,
  .focus\:input-secondary:focus:focus-within {
    --input-color:var(--color-secondary);
  }
  .focus\:textarea-primary:focus,
  .focus\:textarea-primary:focus:focus,
  .focus\:textarea-primary:focus:focus-within {
    --input-color:var(--color-primary);
  }
  @media (width<48rem) {
    .max-md\:timeline-compact {
      --timeline-row-start:0;
    }
    .max-md\:timeline-compact .timeline-start {
      grid-area: 3/1/4/4;
      place-self: flex-start center;
    }
    .max-md\:timeline-compact li:has(.timeline-start) .timeline-end {
      grid-row-start: auto;
      grid-column-start: none;
    }
    .max-md\:timeline-compact.timeline-vertical > li {
      --timeline-col-start:0;
    }
    .max-md\:timeline-compact.timeline-vertical .timeline-start {
      grid-area: 1/3/4/4;
      place-self: center flex-start;
    }
    .max-md\:timeline-compact.timeline-vertical li:has(.timeline-start) .timeline-end {
      grid-row-start: none;
      grid-column-start: auto;
    }
  }
  @media (width>=40rem) {
    .sm\:my-16 {
      margin-block: calc(var(--spacing)*16);
    }
    .sm\:prose {
      color: var(--tw-prose-body);
      --tw-prose-body:oklch(.373 .034 259.733);
      --tw-prose-headings:oklch(.21 .034 264.665);
      --tw-prose-lead:oklch(.446 .03 256.802);
      --tw-prose-links:oklch(.21 .034 264.665);
      --tw-prose-bold:oklch(.21 .034 264.665);
      --tw-prose-counters:oklch(.551 .027 264.364);
      --tw-prose-bullets:oklch(.872 .01 258.338);
      --tw-prose-hr:oklch(.928 .006 264.531);
      --tw-prose-quotes:oklch(.21 .034 264.665);
      --tw-prose-quote-borders:oklch(.928 .006 264.531);
      --tw-prose-captions:oklch(.551 .027 264.364);
      --tw-prose-kbd:oklch(.21 .034 264.665);
      --tw-prose-kbd-shadows:NaN NaN NaN;
      --tw-prose-code:oklch(.21 .034 264.665);
      --tw-prose-pre-code:oklch(.928 .006 264.531);
      --tw-prose-pre-bg:oklch(.278 .033 256.848);
      --tw-prose-th-borders:oklch(.872 .01 258.338);
      --tw-prose-td-borders:oklch(.928 .006 264.531);
      --tw-prose-invert-body:oklch(.872 .01 258.338);
      --tw-prose-invert-headings:#fff;
      --tw-prose-invert-lead:oklch(.707 .022 261.325);
      --tw-prose-invert-links:#fff;
      --tw-prose-invert-bold:#fff;
      --tw-prose-invert-counters:oklch(.707 .022 261.325);
      --tw-prose-invert-bullets:oklch(.446 .03 256.802);
      --tw-prose-invert-hr:oklch(.373 .034 259.733);
      --tw-prose-invert-quotes:oklch(.967 .003 264.542);
      --tw-prose-invert-quote-borders:oklch(.373 .034 259.733);
      --tw-prose-invert-captions:oklch(.707 .022 261.325);
      --tw-prose-invert-kbd:#fff;
      --tw-prose-invert-kbd-shadows:255 255 255;
      --tw-prose-invert-code:#fff;
      --tw-prose-invert-pre-code:oklch(.872 .01 258.338);
      --tw-prose-invert-pre-bg:#00000080;
      --tw-prose-invert-th-borders:oklch(.446 .03 256.802);
      --tw-prose-invert-td-borders:oklch(.373 .034 259.733);
      max-width: 65ch;
      font-size: 1rem;
      line-height: 1.75;
    }
    .sm\:prose :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    .sm\: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;
    }
    .sm\:prose :where(a):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: var(--tw-prose-links);
      font-weight: 500;
      text-decoration: underline;
    }
    .sm\:prose :where(strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    .sm\:prose :where(a strong):not(:where([class~=not-prose], [class~=not-prose] *)),
    .sm\:prose :where(blockquote strong):not(:where([class~=not-prose], [class~=not-prose] *)),
    .sm\:prose :where(thead th strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: inherit;
    }
    .sm\: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;
    }
    .sm\:prose :where(ol[type=A]):not(:where([class~=not-prose], [class~=not-prose] *)) {
      list-style-type: upper-alpha;
    }
    .sm\:prose :where(ol[type=a]):not(:where([class~=not-prose], [class~=not-prose] *)) {
      list-style-type: lower-alpha;
    }
    .sm\:prose :where(ol[type=A s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
      list-style-type: upper-alpha;
    }
    .sm\:prose :where(ol[type=a s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
      list-style-type: lower-alpha;
    }
    .sm\:prose :where(ol[type=I]):not(:where([class~=not-prose], [class~=not-prose] *)) {
      list-style-type: upper-roman;
    }
    .sm\:prose :where(ol[type=i]):not(:where([class~=not-prose], [class~=not-prose] *)) {
      list-style-type: lower-roman;
    }
    .sm\:prose :where(ol[type=I s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
      list-style-type: upper-roman;
    }
    .sm\:prose :where(ol[type=i s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
      list-style-type: lower-roman;
    }
    .sm\:prose :where(ol[type="1"]):not(:where([class~=not-prose], [class~=not-prose] *)) {
      list-style-type: decimal;
    }
    .sm\: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;
    }
    .sm\:prose :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *))::marker {
      color: var(--tw-prose-counters);
      font-weight: 400;
    }
    .sm\:prose :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *))::marker {
      color: var(--tw-prose-bullets);
    }
    .sm\:prose :where(dt):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: var(--tw-prose-headings);
      margin-top: 1.25em;
      font-weight: 600;
    }
    .sm\: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;
    }
    .sm\: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: "\201c""\201d""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
      font-style: italic;
      font-weight: 500;
    }
    .sm\:prose :where(blockquote p:first-of-type):not(:where([class~=not-prose], [class~=not-prose] *)):before {
      content: open-quote;
    }
    .sm\:prose :where(blockquote p:last-of-type):not(:where([class~=not-prose], [class~=not-prose] *)):after {
      content: close-quote;
    }
    .sm\: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;
    }
    .sm\:prose :where(h1 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: inherit;
      font-weight: 900;
    }
    .sm\: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;
    }
    .sm\:prose :where(h2 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: inherit;
      font-weight: 800;
    }
    .sm\: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;
    }
    .sm\:prose :where(h3 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: inherit;
      font-weight: 700;
    }
    .sm\: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;
    }
    .sm\:prose :where(h4 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: inherit;
      font-weight: 700;
    }
    .sm\:prose :where(img):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    .sm\:prose :where(picture):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
      display: block;
    }
    .sm\:prose :where(video):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    .sm\:prose :where(kbd):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);
      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;
    }
    .sm\:prose :where(code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: var(--tw-prose-code);
      font-size: .875em;
      font-weight: 600;
    }
    .sm\:prose :where(code):not(:where([class~=not-prose], [class~=not-prose] *)):before,
    .sm\:prose :where(code):not(:where([class~=not-prose], [class~=not-prose] *)):after {
      content: "`";
    }
    .sm\:prose :where(a code):not(:where([class~=not-prose], [class~=not-prose] *)),
    .sm\:prose :where(h1 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: inherit;
    }
    .sm\:prose :where(h2 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: inherit;
      font-size: .875em;
    }
    .sm\:prose :where(h3 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: inherit;
      font-size: .9em;
    }
    .sm\:prose :where(h4 code):not(:where([class~=not-prose], [class~=not-prose] *)),
    .sm\:prose :where(blockquote code):not(:where([class~=not-prose], [class~=not-prose] *)),
    .sm\:prose :where(thead th code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: inherit;
    }
    .sm\: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;
      border-radius: .375rem;
      margin-top: 1.71429em;
      margin-bottom: 1.71429em;
      padding-inline-start: 1.14286em;
      font-size: .875em;
      font-weight: 400;
      line-height: 1.71429;
      overflow-x: auto;
    }
    .sm\: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;
      background-color: #0000;
      border-width: 0;
      border-radius: 0;
      padding: 0;
    }
    .sm\:prose :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *)):before,
    .sm\:prose :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *)):after {
      content: none;
    }
    .sm\: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;
    }
    .sm\:prose :where(thead):not(:where([class~=not-prose], [class~=not-prose] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    .sm\: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;
    }
    .sm\:prose :where(tbody tr):not(:where([class~=not-prose], [class~=not-prose] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    .sm\:prose :where(tbody tr:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      border-bottom-width: 0;
    }
    .sm\:prose :where(tbody td):not(:where([class~=not-prose], [class~=not-prose] *)) {
      vertical-align: baseline;
    }
    .sm\:prose :where(tfoot):not(:where([class~=not-prose], [class~=not-prose] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    .sm\:prose :where(tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
      vertical-align: top;
    }
    .sm\:prose :where(th, td):not(:where([class~=not-prose], [class~=not-prose] *)) {
      text-align: start;
    }
    .sm\:prose :where(figure > *):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    .sm\: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;
    }
    .sm\:prose :where(picture > img):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    .sm\:prose :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: .5em;
      margin-bottom: .5em;
    }
    .sm\:prose :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *)),
    .sm\:prose :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-start: .375em;
    }
    .sm\:prose :where(.sm\:prose > ul > li p):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: .75em;
      margin-bottom: .75em;
    }
    .sm\:prose :where(.sm\:prose > ul > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.25em;
    }
    .sm\:prose :where(.sm\:prose > ul > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-bottom: 1.25em;
    }
    .sm\:prose :where(.sm\:prose > ol > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.25em;
    }
    .sm\:prose :where(.sm\:prose > ol > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-bottom: 1.25em;
    }
    .sm\:prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: .75em;
      margin-bottom: .75em;
    }
    .sm\:prose :where(dl):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    .sm\:prose :where(dd):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: .5em;
      padding-inline-start: 1.625em;
    }
    .sm\:prose :where(hr + *):not(:where([class~=not-prose], [class~=not-prose] *)),
    .sm\:prose :where(h2 + *):not(:where([class~=not-prose], [class~=not-prose] *)),
    .sm\:prose :where(h3 + *):not(:where([class~=not-prose], [class~=not-prose] *)),
    .sm\:prose :where(h4 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
    }
    .sm\:prose :where(thead th:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-start: 0;
    }
    .sm\:prose :where(thead th:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-end: 0;
    }
    .sm\: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;
    }
    .sm\:prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-start: 0;
    }
    .sm\:prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-end: 0;
    }
    .sm\:prose :where(figure):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    .sm\:prose :where(.sm\:prose > :first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
    }
    .sm\:prose :where(.sm\:prose > :last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-bottom: 0;
    }
    .sm\:mb-3 {
      margin-bottom: calc(var(--spacing)*3);
    }
    .sm\:mb-4 {
      margin-bottom: calc(var(--spacing)*4);
    }
    .sm\:mb-6 {
      margin-bottom: calc(var(--spacing)*6);
    }
    .sm\:mb-8 {
      margin-bottom: calc(var(--spacing)*8);
    }
    .sm\:mb-12 {
      margin-bottom: calc(var(--spacing)*12);
    }
    .sm\:mb-16 {
      margin-bottom: calc(var(--spacing)*16);
    }
    :root .sm\:prose {
      --tw-prose-body:color-mix(in oklab,var(--color-base-content)80%,#0000);
      --tw-prose-headings:var(--color-base-content);
      --tw-prose-lead:var(--color-base-content);
      --tw-prose-links:var(--color-base-content);
      --tw-prose-bold:var(--color-base-content);
      --tw-prose-counters:var(--color-base-content);
      --tw-prose-bullets:color-mix(in oklab,var(--color-base-content)50%,#0000);
      --tw-prose-hr:color-mix(in oklab,var(--color-base-content)20%,#0000);
      --tw-prose-quotes:var(--color-base-content);
      --tw-prose-quote-borders:color-mix(in oklab,var(--color-base-content)20%,#0000);
      --tw-prose-captions:color-mix(in oklab,var(--color-base-content)50%,#0000);
      --tw-prose-code:var(--color-base-content);
      --tw-prose-pre-code:var(--color-neutral-content);
      --tw-prose-pre-bg:var(--color-neutral);
      --tw-prose-th-borders:color-mix(in oklab,var(--color-base-content)50%,#0000);
      --tw-prose-td-borders:color-mix(in oklab,var(--color-base-content)20%,#0000);
      --tw-prose-kbd:color-mix(in oklab,var(--color-base-content)80%,#0000);
    }
    :root .sm\:prose :where(code):not(pre > code) {
      background-color: var(--color-base-200);
      border-radius: var(--radius-selector);
      border: var(--border)solid var(--color-base-300);
      font-weight: inherit;
      padding-inline: .5em;
    }
    :root .sm\:prose :where(code):not(pre > code):before,
    :root .sm\:prose :where(code):not(pre > code):after {
      display: none;
    }
    .sm\:block {
      display: block;
    }
    .sm\:h-7 {
      height: calc(var(--spacing)*7);
    }
    .sm\:h-10 {
      height: calc(var(--spacing)*10);
    }
    .sm\:h-20 {
      height: calc(var(--spacing)*20);
    }
    .sm\:h-40 {
      height: calc(var(--spacing)*40);
    }
    .sm\:h-48 {
      height: calc(var(--spacing)*48);
    }
    .sm\:min-h-\[70vh\] {
      min-height: 70vh;
    }
    .sm\:min-h-\[300px\] {
      min-height: 300px;
    }
    .sm\:w-7 {
      width: calc(var(--spacing)*7);
    }
    .sm\:w-10 {
      width: calc(var(--spacing)*10);
    }
    .sm\:w-80 {
      width: calc(var(--spacing)*80);
    }
    .sm\:w-auto {
      width: auto;
    }
    .sm\:footer-horizontal {
      grid-auto-flow: column;
    }
    .sm\:footer-horizontal.footer-center {
      grid-auto-flow: dense;
    }
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:flex-row {
      flex-direction: row;
    }
    .sm\:items-center {
      align-items: center;
    }
    .sm\:items-start {
      align-items: flex-start;
    }
    .sm\:items-stretch {
      align-items: stretch;
    }
    .sm\:gap-2 {
      gap: calc(var(--spacing)*2);
    }
    .sm\:gap-4 {
      gap: calc(var(--spacing)*4);
    }
    .sm\:gap-6 {
      gap: calc(var(--spacing)*6);
    }
    .sm\:gap-8 {
      gap: calc(var(--spacing)*8);
    }
    .sm\:p-4 {
      padding: calc(var(--spacing)*4);
    }
    .sm\:p-6 {
      padding: calc(var(--spacing)*6);
    }
    .sm\:badge-lg {
      --size:calc(var(--size-selector,.25rem)*7);
      padding-inline: calc(.25rem*3.5 - var(--border));
      font-size: 1rem;
    }
    .sm\:px-4 {
      padding-inline: calc(var(--spacing)*4);
    }
    .sm\:px-6 {
      padding-inline: calc(var(--spacing)*6);
    }
    .sm\:py-16 {
      padding-block: calc(var(--spacing)*16);
    }
    .sm\:pt-8 {
      padding-top: calc(var(--spacing)*8);
    }
    .sm\:pt-24 {
      padding-top: calc(var(--spacing)*24);
    }
    .sm\:pb-16 {
      padding-bottom: calc(var(--spacing)*16);
    }
    .sm\:pb-20 {
      padding-bottom: calc(var(--spacing)*20);
    }
    .sm\:text-left {
      text-align: left;
    }
    .sm\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading,var(--text-2xl--line-height));
    }
    .sm\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading,var(--text-3xl--line-height));
    }
    .sm\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading,var(--text-4xl--line-height));
    }
    .sm\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading,var(--text-6xl--line-height));
    }
    .sm\:text-7xl {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading,var(--text-7xl--line-height));
    }
    .sm\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading,var(--text-base--line-height));
    }
    .sm\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading,var(--text-lg--line-height));
    }
    .sm\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading,var(--text-xl--line-height));
    }
  }
  @media (width>=48rem) {
    .md\:absolute {
      position: absolute;
    }
    .md\:-top-4 {
      top: calc(var(--spacing)*-4);
    }
    .md\:right-0 {
      right: calc(var(--spacing)*0);
    }
    .md\:prose-lg {
      font-size: 1.125rem;
      line-height: 1.77778;
    }
    .md\:prose-lg :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.33333em;
      margin-bottom: 1.33333em;
    }
    .md\: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;
    }
    .md\:prose-lg :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.66667em;
      margin-bottom: 1.66667em;
      padding-inline-start: 1em;
    }
    .md\: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;
    }
    .md\: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;
    }
    .md\: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;
    }
    .md\:prose-lg :where(h4):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.77778em;
      margin-bottom: .444444em;
      line-height: 1.55556;
    }
    .md\:prose-lg :where(img):not(:where([class~=not-prose], [class~=not-prose] *)),
    .md\:prose-lg :where(picture):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.77778em;
      margin-bottom: 1.77778em;
    }
    .md\:prose-lg :where(picture > img):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    .md\:prose-lg :where(video):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.77778em;
      margin-bottom: 1.77778em;
    }
    .md\: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;
    }
    .md\:prose-lg :where(code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      font-size: .888889em;
    }
    .md\:prose-lg :where(h2 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      font-size: .866667em;
    }
    .md\:prose-lg :where(h3 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      font-size: .875em;
    }
    .md\: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;
    }
    .md\:prose-lg :where(ol):not(:where([class~=not-prose], [class~=not-prose] *)),
    .md\: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;
    }
    .md\:prose-lg :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: .666667em;
      margin-bottom: .666667em;
    }
    .md\:prose-lg :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *)),
    .md\:prose-lg :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-start: .444444em;
    }
    .md\:prose-lg :where(.md\:prose-lg > ul > li p):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: .888889em;
      margin-bottom: .888889em;
    }
    .md\:prose-lg :where(.md\:prose-lg > ul > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.33333em;
    }
    .md\:prose-lg :where(.md\:prose-lg > ul > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-bottom: 1.33333em;
    }
    .md\:prose-lg :where(.md\:prose-lg > ol > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.33333em;
    }
    .md\:prose-lg :where(.md\:prose-lg > ol > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-bottom: 1.33333em;
    }
    .md\: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;
    }
    .md\:prose-lg :where(dl):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.33333em;
      margin-bottom: 1.33333em;
    }
    .md\:prose-lg :where(dt):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.33333em;
    }
    .md\:prose-lg :where(dd):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: .666667em;
      padding-inline-start: 1.55556em;
    }
    .md\:prose-lg :where(hr):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 3.11111em;
      margin-bottom: 3.11111em;
    }
    .md\:prose-lg :where(hr + *):not(:where([class~=not-prose], [class~=not-prose] *)),
    .md\:prose-lg :where(h2 + *):not(:where([class~=not-prose], [class~=not-prose] *)),
    .md\:prose-lg :where(h3 + *):not(:where([class~=not-prose], [class~=not-prose] *)),
    .md\:prose-lg :where(h4 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
    }
    .md\:prose-lg :where(table):not(:where([class~=not-prose], [class~=not-prose] *)) {
      font-size: .888889em;
      line-height: 1.5;
    }
    .md\:prose-lg :where(thead th):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-end: .75em;
      padding-bottom: .75em;
      padding-inline-start: .75em;
    }
    .md\:prose-lg :where(thead th:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-start: 0;
    }
    .md\:prose-lg :where(thead th:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-end: 0;
    }
    .md\: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;
    }
    .md\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-start: 0;
    }
    .md\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-end: 0;
    }
    .md\:prose-lg :where(figure):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.77778em;
      margin-bottom: 1.77778em;
    }
    .md\:prose-lg :where(figure > *):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    .md\:prose-lg :where(figcaption):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1em;
      font-size: .888889em;
      line-height: 1.5;
    }
    .md\:prose-lg :where(.md\:prose-lg > :first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
    }
    .md\:prose-lg :where(.md\:prose-lg > :last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-bottom: 0;
    }
    .md\:prose-xl {
      font-size: 1.25rem;
      line-height: 1.8;
    }
    .md\:prose-xl :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    .md\:prose-xl :where([class~=lead]):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1em;
      margin-bottom: 1em;
      font-size: 1.2em;
      line-height: 1.5;
    }
    .md\:prose-xl :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1.06667em;
    }
    .md\:prose-xl :where(h1):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
      margin-bottom: .857143em;
      font-size: 2.8em;
      line-height: 1;
    }
    .md\:prose-xl :where(h2):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.55556em;
      margin-bottom: .888889em;
      font-size: 1.8em;
      line-height: 1.11111;
    }
    .md\:prose-xl :where(h3):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.6em;
      margin-bottom: .666667em;
      font-size: 1.5em;
      line-height: 1.33333;
    }
    .md\:prose-xl :where(h4):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.8em;
      margin-bottom: .6em;
      line-height: 1.6;
    }
    .md\:prose-xl :where(img):not(:where([class~=not-prose], [class~=not-prose] *)),
    .md\:prose-xl :where(picture):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    .md\:prose-xl :where(picture > img):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    .md\:prose-xl :where(video):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    .md\:prose-xl :where(kbd):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-top: .25em;
      padding-inline-end: .4em;
      padding-bottom: .25em;
      border-radius: .3125rem;
      padding-inline-start: .4em;
      font-size: .9em;
    }
    .md\:prose-xl :where(code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      font-size: .9em;
    }
    .md\:prose-xl :where(h2 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      font-size: .861111em;
    }
    .md\:prose-xl :where(h3 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      font-size: .9em;
    }
    .md\:prose-xl :where(pre):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-top: 1.11111em;
      padding-inline-end: 1.33333em;
      padding-bottom: 1.11111em;
      border-radius: .5rem;
      margin-top: 2em;
      margin-bottom: 2em;
      padding-inline-start: 1.33333em;
      font-size: .9em;
      line-height: 1.77778;
    }
    .md\:prose-xl :where(ol):not(:where([class~=not-prose], [class~=not-prose] *)),
    .md\:prose-xl :where(ul):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.2em;
      margin-bottom: 1.2em;
      padding-inline-start: 1.6em;
    }
    .md\:prose-xl :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: .6em;
      margin-bottom: .6em;
    }
    .md\:prose-xl :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *)),
    .md\:prose-xl :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-start: .4em;
    }
    .md\:prose-xl :where(.md\:prose-xl > ul > li p):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: .8em;
      margin-bottom: .8em;
    }
    .md\:prose-xl :where(.md\:prose-xl > ul > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.2em;
    }
    .md\:prose-xl :where(.md\:prose-xl > ul > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-bottom: 1.2em;
    }
    .md\:prose-xl :where(.md\:prose-xl > ol > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.2em;
    }
    .md\:prose-xl :where(.md\:prose-xl > ol > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-bottom: 1.2em;
    }
    .md\:prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: .8em;
      margin-bottom: .8em;
    }
    .md\:prose-xl :where(dl):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    .md\:prose-xl :where(dt):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.2em;
    }
    .md\:prose-xl :where(dd):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: .6em;
      padding-inline-start: 1.6em;
    }
    .md\:prose-xl :where(hr):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 2.8em;
      margin-bottom: 2.8em;
    }
    .md\:prose-xl :where(hr + *):not(:where([class~=not-prose], [class~=not-prose] *)),
    .md\:prose-xl :where(h2 + *):not(:where([class~=not-prose], [class~=not-prose] *)),
    .md\:prose-xl :where(h3 + *):not(:where([class~=not-prose], [class~=not-prose] *)),
    .md\:prose-xl :where(h4 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
    }
    .md\:prose-xl :where(table):not(:where([class~=not-prose], [class~=not-prose] *)) {
      font-size: .9em;
      line-height: 1.55556;
    }
    .md\:prose-xl :where(thead th):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-end: .666667em;
      padding-bottom: .888889em;
      padding-inline-start: .666667em;
    }
    .md\:prose-xl :where(thead th:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-start: 0;
    }
    .md\:prose-xl :where(thead th:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-end: 0;
    }
    .md\:prose-xl :where(tbody td, tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-top: .888889em;
      padding-inline-end: .666667em;
      padding-bottom: .888889em;
      padding-inline-start: .666667em;
    }
    .md\:prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-start: 0;
    }
    .md\:prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-end: 0;
    }
    .md\:prose-xl :where(figure):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    .md\:prose-xl :where(figure > *):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    .md\:prose-xl :where(figcaption):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1em;
      font-size: .9em;
      line-height: 1.55556;
    }
    .md\:prose-xl :where(.md\:prose-xl > :first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
    }
    .md\:prose-xl :where(.md\:prose-xl > :last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-bottom: 0;
    }
    .md\:block {
      display: block;
    }
    .md\:h-48 {
      height: calc(var(--spacing)*48);
    }
    .md\:min-h-\[350px\] {
      min-height: 350px;
    }
    .md\:max-w-2xl {
      max-width: var(--container-2xl);
    }
    .md\:translate-x-6 {
      --tw-translate-x:calc(var(--spacing)*6);
      translate: var(--tw-translate-x)var(--tw-translate-y);
    }
    .md\:-rotate-12 {
      rotate: -12deg;
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:flex-row {
      flex-direction: row;
    }
    .md\:justify-between {
      justify-content: space-between;
    }
    .md\:gap-0 {
      gap: calc(var(--spacing)*0);
    }
    .md\:p-8 {
      padding: calc(var(--spacing)*8);
    }
    .md\:px-8 {
      padding-inline: calc(var(--spacing)*8);
    }
    .md\:py-20 {
      padding-block: calc(var(--spacing)*20);
    }
    .md\:text-end {
      text-align: end;
    }
    .md\:text-left {
      text-align: left;
    }
    .md\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading,var(--text-2xl--line-height));
    }
    .md\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading,var(--text-4xl--line-height));
    }
    .md\:text-8xl {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading,var(--text-8xl--line-height));
    }
    .md\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading,var(--text-base--line-height));
    }
    .md\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading,var(--text-lg--line-height));
    }
    .md\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading,var(--text-xl--line-height));
    }
  }
  @media (width>=64rem) {
    .lg\:prose-lg {
      font-size: 1.125rem;
      line-height: 1.77778;
    }
    .lg\:prose-lg :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.33333em;
      margin-bottom: 1.33333em;
    }
    .lg\: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;
    }
    .lg\:prose-lg :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.66667em;
      margin-bottom: 1.66667em;
      padding-inline-start: 1em;
    }
    .lg\: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;
    }
    .lg\: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;
    }
    .lg\: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;
    }
    .lg\:prose-lg :where(h4):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.77778em;
      margin-bottom: .444444em;
      line-height: 1.55556;
    }
    .lg\:prose-lg :where(img):not(:where([class~=not-prose], [class~=not-prose] *)),
    .lg\:prose-lg :where(picture):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.77778em;
      margin-bottom: 1.77778em;
    }
    .lg\:prose-lg :where(picture > img):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    .lg\:prose-lg :where(video):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.77778em;
      margin-bottom: 1.77778em;
    }
    .lg\: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;
    }
    .lg\:prose-lg :where(code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      font-size: .888889em;
    }
    .lg\:prose-lg :where(h2 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      font-size: .866667em;
    }
    .lg\:prose-lg :where(h3 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      font-size: .875em;
    }
    .lg\: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;
    }
    .lg\:prose-lg :where(ol):not(:where([class~=not-prose], [class~=not-prose] *)),
    .lg\: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;
    }
    .lg\:prose-lg :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: .666667em;
      margin-bottom: .666667em;
    }
    .lg\:prose-lg :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *)),
    .lg\:prose-lg :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-start: .444444em;
    }
    .lg\:prose-lg :where(.lg\:prose-lg > ul > li p):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: .888889em;
      margin-bottom: .888889em;
    }
    .lg\:prose-lg :where(.lg\:prose-lg > ul > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.33333em;
    }
    .lg\:prose-lg :where(.lg\:prose-lg > ul > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-bottom: 1.33333em;
    }
    .lg\:prose-lg :where(.lg\:prose-lg > ol > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.33333em;
    }
    .lg\:prose-lg :where(.lg\:prose-lg > ol > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-bottom: 1.33333em;
    }
    .lg\: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;
    }
    .lg\:prose-lg :where(dl):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.33333em;
      margin-bottom: 1.33333em;
    }
    .lg\:prose-lg :where(dt):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.33333em;
    }
    .lg\:prose-lg :where(dd):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: .666667em;
      padding-inline-start: 1.55556em;
    }
    .lg\:prose-lg :where(hr):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 3.11111em;
      margin-bottom: 3.11111em;
    }
    .lg\:prose-lg :where(hr + *):not(:where([class~=not-prose], [class~=not-prose] *)),
    .lg\:prose-lg :where(h2 + *):not(:where([class~=not-prose], [class~=not-prose] *)),
    .lg\:prose-lg :where(h3 + *):not(:where([class~=not-prose], [class~=not-prose] *)),
    .lg\:prose-lg :where(h4 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
    }
    .lg\:prose-lg :where(table):not(:where([class~=not-prose], [class~=not-prose] *)) {
      font-size: .888889em;
      line-height: 1.5;
    }
    .lg\:prose-lg :where(thead th):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-end: .75em;
      padding-bottom: .75em;
      padding-inline-start: .75em;
    }
    .lg\:prose-lg :where(thead th:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-start: 0;
    }
    .lg\:prose-lg :where(thead th:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-end: 0;
    }
    .lg\: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;
    }
    .lg\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-start: 0;
    }
    .lg\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-end: 0;
    }
    .lg\:prose-lg :where(figure):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.77778em;
      margin-bottom: 1.77778em;
    }
    .lg\:prose-lg :where(figure > *):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    .lg\:prose-lg :where(figcaption):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1em;
      font-size: .888889em;
      line-height: 1.5;
    }
    .lg\:prose-lg :where(.lg\:prose-lg > :first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
    }
    .lg\:prose-lg :where(.lg\:prose-lg > :last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-bottom: 0;
    }
    .lg\:prose-xl {
      font-size: 1.25rem;
      line-height: 1.8;
    }
    .lg\:prose-xl :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    .lg\:prose-xl :where([class~=lead]):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1em;
      margin-bottom: 1em;
      font-size: 1.2em;
      line-height: 1.5;
    }
    .lg\:prose-xl :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1.06667em;
    }
    .lg\:prose-xl :where(h1):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
      margin-bottom: .857143em;
      font-size: 2.8em;
      line-height: 1;
    }
    .lg\:prose-xl :where(h2):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.55556em;
      margin-bottom: .888889em;
      font-size: 1.8em;
      line-height: 1.11111;
    }
    .lg\:prose-xl :where(h3):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.6em;
      margin-bottom: .666667em;
      font-size: 1.5em;
      line-height: 1.33333;
    }
    .lg\:prose-xl :where(h4):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.8em;
      margin-bottom: .6em;
      line-height: 1.6;
    }
    .lg\:prose-xl :where(img):not(:where([class~=not-prose], [class~=not-prose] *)),
    .lg\:prose-xl :where(picture):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    .lg\:prose-xl :where(picture > img):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    .lg\:prose-xl :where(video):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    .lg\:prose-xl :where(kbd):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-top: .25em;
      padding-inline-end: .4em;
      padding-bottom: .25em;
      border-radius: .3125rem;
      padding-inline-start: .4em;
      font-size: .9em;
    }
    .lg\:prose-xl :where(code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      font-size: .9em;
    }
    .lg\:prose-xl :where(h2 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      font-size: .861111em;
    }
    .lg\:prose-xl :where(h3 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      font-size: .9em;
    }
    .lg\:prose-xl :where(pre):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-top: 1.11111em;
      padding-inline-end: 1.33333em;
      padding-bottom: 1.11111em;
      border-radius: .5rem;
      margin-top: 2em;
      margin-bottom: 2em;
      padding-inline-start: 1.33333em;
      font-size: .9em;
      line-height: 1.77778;
    }
    .lg\:prose-xl :where(ol):not(:where([class~=not-prose], [class~=not-prose] *)),
    .lg\:prose-xl :where(ul):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.2em;
      margin-bottom: 1.2em;
      padding-inline-start: 1.6em;
    }
    .lg\:prose-xl :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: .6em;
      margin-bottom: .6em;
    }
    .lg\:prose-xl :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *)),
    .lg\:prose-xl :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-start: .4em;
    }
    .lg\:prose-xl :where(.lg\:prose-xl > ul > li p):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: .8em;
      margin-bottom: .8em;
    }
    .lg\:prose-xl :where(.lg\:prose-xl > ul > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.2em;
    }
    .lg\:prose-xl :where(.lg\:prose-xl > ul > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-bottom: 1.2em;
    }
    .lg\:prose-xl :where(.lg\:prose-xl > ol > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.2em;
    }
    .lg\:prose-xl :where(.lg\:prose-xl > ol > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-bottom: 1.2em;
    }
    .lg\:prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: .8em;
      margin-bottom: .8em;
    }
    .lg\:prose-xl :where(dl):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    .lg\:prose-xl :where(dt):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.2em;
    }
    .lg\:prose-xl :where(dd):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: .6em;
      padding-inline-start: 1.6em;
    }
    .lg\:prose-xl :where(hr):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 2.8em;
      margin-bottom: 2.8em;
    }
    .lg\:prose-xl :where(hr + *):not(:where([class~=not-prose], [class~=not-prose] *)),
    .lg\:prose-xl :where(h2 + *):not(:where([class~=not-prose], [class~=not-prose] *)),
    .lg\:prose-xl :where(h3 + *):not(:where([class~=not-prose], [class~=not-prose] *)),
    .lg\:prose-xl :where(h4 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
    }
    .lg\:prose-xl :where(table):not(:where([class~=not-prose], [class~=not-prose] *)) {
      font-size: .9em;
      line-height: 1.55556;
    }
    .lg\:prose-xl :where(thead th):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-end: .666667em;
      padding-bottom: .888889em;
      padding-inline-start: .666667em;
    }
    .lg\:prose-xl :where(thead th:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-start: 0;
    }
    .lg\:prose-xl :where(thead th:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-end: 0;
    }
    .lg\:prose-xl :where(tbody td, tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-top: .888889em;
      padding-inline-end: .666667em;
      padding-bottom: .888889em;
      padding-inline-start: .666667em;
    }
    .lg\:prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-start: 0;
    }
    .lg\:prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-end: 0;
    }
    .lg\:prose-xl :where(figure):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    .lg\:prose-xl :where(figure > *):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    .lg\:prose-xl :where(figcaption):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1em;
      font-size: .9em;
      line-height: 1.55556;
    }
    .lg\:prose-xl :where(.lg\:prose-xl > :first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
    }
    .lg\:prose-xl :where(.lg\:prose-xl > :last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-bottom: 0;
    }
    .lg\:block {
      display: block;
    }
    .lg\:flex {
      display: flex;
    }
    .lg\:hidden {
      display: none;
    }
    .lg\:h-12 {
      height: calc(var(--spacing)*12);
    }
    .lg\:h-56 {
      height: calc(var(--spacing)*56);
    }
    .lg\:max-w-3xl {
      max-width: var(--container-3xl);
    }
    .lg\:stats-horizontal {
      grid-auto-flow: column;
      overflow-x: auto;
    }
    .lg\:stats-horizontal .stat:not(:last-child) {
      border-inline-end: var(--border)dashed color-mix(in oklab, currentColor 10%, #0000);
      border-block-end: none;
    }
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:px-6 {
      padding-inline: calc(var(--spacing)*6);
    }
    .lg\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading,var(--text-5xl--line-height));
    }
  }
  @media (width>=80rem) {
    .xl\:hidden {
      display: none;
    }
    .xl\:inline {
      display: inline;
    }
    .xl\:w-64 {
      width: calc(var(--spacing)*64);
    }
    .xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  @media (prefers-color-scheme:dark) {
    .dark\:prose {
      color: var(--tw-prose-body);
      --tw-prose-body:oklch(.373 .034 259.733);
      --tw-prose-headings:oklch(.21 .034 264.665);
      --tw-prose-lead:oklch(.446 .03 256.802);
      --tw-prose-links:oklch(.21 .034 264.665);
      --tw-prose-bold:oklch(.21 .034 264.665);
      --tw-prose-counters:oklch(.551 .027 264.364);
      --tw-prose-bullets:oklch(.872 .01 258.338);
      --tw-prose-hr:oklch(.928 .006 264.531);
      --tw-prose-quotes:oklch(.21 .034 264.665);
      --tw-prose-quote-borders:oklch(.928 .006 264.531);
      --tw-prose-captions:oklch(.551 .027 264.364);
      --tw-prose-kbd:oklch(.21 .034 264.665);
      --tw-prose-kbd-shadows:NaN NaN NaN;
      --tw-prose-code:oklch(.21 .034 264.665);
      --tw-prose-pre-code:oklch(.928 .006 264.531);
      --tw-prose-pre-bg:oklch(.278 .033 256.848);
      --tw-prose-th-borders:oklch(.872 .01 258.338);
      --tw-prose-td-borders:oklch(.928 .006 264.531);
      --tw-prose-invert-body:oklch(.872 .01 258.338);
      --tw-prose-invert-headings:#fff;
      --tw-prose-invert-lead:oklch(.707 .022 261.325);
      --tw-prose-invert-links:#fff;
      --tw-prose-invert-bold:#fff;
      --tw-prose-invert-counters:oklch(.707 .022 261.325);
      --tw-prose-invert-bullets:oklch(.446 .03 256.802);
      --tw-prose-invert-hr:oklch(.373 .034 259.733);
      --tw-prose-invert-quotes:oklch(.967 .003 264.542);
      --tw-prose-invert-quote-borders:oklch(.373 .034 259.733);
      --tw-prose-invert-captions:oklch(.707 .022 261.325);
      --tw-prose-invert-kbd:#fff;
      --tw-prose-invert-kbd-shadows:255 255 255;
      --tw-prose-invert-code:#fff;
      --tw-prose-invert-pre-code:oklch(.872 .01 258.338);
      --tw-prose-invert-pre-bg:#00000080;
      --tw-prose-invert-th-borders:oklch(.446 .03 256.802);
      --tw-prose-invert-td-borders:oklch(.373 .034 259.733);
      max-width: 65ch;
      font-size: 1rem;
      line-height: 1.75;
    }
    .dark\:prose :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    .dark\: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;
    }
    .dark\:prose :where(a):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: var(--tw-prose-links);
      font-weight: 500;
      text-decoration: underline;
    }
    .dark\:prose :where(strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    .dark\:prose :where(a strong):not(:where([class~=not-prose], [class~=not-prose] *)),
    .dark\:prose :where(blockquote strong):not(:where([class~=not-prose], [class~=not-prose] *)),
    .dark\:prose :where(thead th strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: inherit;
    }
    .dark\: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;
    }
    .dark\:prose :where(ol[type=A]):not(:where([class~=not-prose], [class~=not-prose] *)) {
      list-style-type: upper-alpha;
    }
    .dark\:prose :where(ol[type=a]):not(:where([class~=not-prose], [class~=not-prose] *)) {
      list-style-type: lower-alpha;
    }
    .dark\:prose :where(ol[type=A s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
      list-style-type: upper-alpha;
    }
    .dark\:prose :where(ol[type=a s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
      list-style-type: lower-alpha;
    }
    .dark\:prose :where(ol[type=I]):not(:where([class~=not-prose], [class~=not-prose] *)) {
      list-style-type: upper-roman;
    }
    .dark\:prose :where(ol[type=i]):not(:where([class~=not-prose], [class~=not-prose] *)) {
      list-style-type: lower-roman;
    }
    .dark\:prose :where(ol[type=I s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
      list-style-type: upper-roman;
    }
    .dark\:prose :where(ol[type=i s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
      list-style-type: lower-roman;
    }
    .dark\:prose :where(ol[type="1"]):not(:where([class~=not-prose], [class~=not-prose] *)) {
      list-style-type: decimal;
    }
    .dark\: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;
    }
    .dark\:prose :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *))::marker {
      color: var(--tw-prose-counters);
      font-weight: 400;
    }
    .dark\:prose :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *))::marker {
      color: var(--tw-prose-bullets);
    }
    .dark\:prose :where(dt):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: var(--tw-prose-headings);
      margin-top: 1.25em;
      font-weight: 600;
    }
    .dark\: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;
    }
    .dark\: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: "\201c""\201d""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
      font-style: italic;
      font-weight: 500;
    }
    .dark\:prose :where(blockquote p:first-of-type):not(:where([class~=not-prose], [class~=not-prose] *)):before {
      content: open-quote;
    }
    .dark\:prose :where(blockquote p:last-of-type):not(:where([class~=not-prose], [class~=not-prose] *)):after {
      content: close-quote;
    }
    .dark\: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;
    }
    .dark\:prose :where(h1 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: inherit;
      font-weight: 900;
    }
    .dark\: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;
    }
    .dark\:prose :where(h2 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: inherit;
      font-weight: 800;
    }
    .dark\: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;
    }
    .dark\:prose :where(h3 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: inherit;
      font-weight: 700;
    }
    .dark\: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;
    }
    .dark\:prose :where(h4 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: inherit;
      font-weight: 700;
    }
    .dark\:prose :where(img):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    .dark\:prose :where(picture):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
      display: block;
    }
    .dark\:prose :where(video):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    .dark\:prose :where(kbd):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);
      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;
    }
    .dark\:prose :where(code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: var(--tw-prose-code);
      font-size: .875em;
      font-weight: 600;
    }
    .dark\:prose :where(code):not(:where([class~=not-prose], [class~=not-prose] *)):before,
    .dark\:prose :where(code):not(:where([class~=not-prose], [class~=not-prose] *)):after {
      content: "`";
    }
    .dark\:prose :where(a code):not(:where([class~=not-prose], [class~=not-prose] *)),
    .dark\:prose :where(h1 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: inherit;
    }
    .dark\:prose :where(h2 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: inherit;
      font-size: .875em;
    }
    .dark\:prose :where(h3 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: inherit;
      font-size: .9em;
    }
    .dark\:prose :where(h4 code):not(:where([class~=not-prose], [class~=not-prose] *)),
    .dark\:prose :where(blockquote code):not(:where([class~=not-prose], [class~=not-prose] *)),
    .dark\:prose :where(thead th code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: inherit;
    }
    .dark\: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;
      border-radius: .375rem;
      margin-top: 1.71429em;
      margin-bottom: 1.71429em;
      padding-inline-start: 1.14286em;
      font-size: .875em;
      font-weight: 400;
      line-height: 1.71429;
      overflow-x: auto;
    }
    .dark\: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;
      background-color: #0000;
      border-width: 0;
      border-radius: 0;
      padding: 0;
    }
    .dark\:prose :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *)):before,
    .dark\:prose :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *)):after {
      content: none;
    }
    .dark\: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;
    }
    .dark\:prose :where(thead):not(:where([class~=not-prose], [class~=not-prose] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    .dark\: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;
    }
    .dark\:prose :where(tbody tr):not(:where([class~=not-prose], [class~=not-prose] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    .dark\:prose :where(tbody tr:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      border-bottom-width: 0;
    }
    .dark\:prose :where(tbody td):not(:where([class~=not-prose], [class~=not-prose] *)) {
      vertical-align: baseline;
    }
    .dark\:prose :where(tfoot):not(:where([class~=not-prose], [class~=not-prose] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    .dark\:prose :where(tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
      vertical-align: top;
    }
    .dark\:prose :where(th, td):not(:where([class~=not-prose], [class~=not-prose] *)) {
      text-align: start;
    }
    .dark\:prose :where(figure > *):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    .dark\: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;
    }
    .dark\:prose :where(picture > img):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    .dark\:prose :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: .5em;
      margin-bottom: .5em;
    }
    .dark\:prose :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *)),
    .dark\:prose :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-start: .375em;
    }
    .dark\:prose :where(.dark\:prose > ul > li p):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: .75em;
      margin-bottom: .75em;
    }
    .dark\:prose :where(.dark\:prose > ul > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.25em;
    }
    .dark\:prose :where(.dark\:prose > ul > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-bottom: 1.25em;
    }
    .dark\:prose :where(.dark\:prose > ol > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.25em;
    }
    .dark\:prose :where(.dark\:prose > ol > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-bottom: 1.25em;
    }
    .dark\:prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: .75em;
      margin-bottom: .75em;
    }
    .dark\:prose :where(dl):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    .dark\:prose :where(dd):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: .5em;
      padding-inline-start: 1.625em;
    }
    .dark\:prose :where(hr + *):not(:where([class~=not-prose], [class~=not-prose] *)),
    .dark\:prose :where(h2 + *):not(:where([class~=not-prose], [class~=not-prose] *)),
    .dark\:prose :where(h3 + *):not(:where([class~=not-prose], [class~=not-prose] *)),
    .dark\:prose :where(h4 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
    }
    .dark\:prose :where(thead th:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-start: 0;
    }
    .dark\:prose :where(thead th:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-end: 0;
    }
    .dark\: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;
    }
    .dark\:prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-start: 0;
    }
    .dark\:prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-end: 0;
    }
    .dark\:prose :where(figure):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    .dark\:prose :where(.dark\:prose > :first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
    }
    .dark\:prose :where(.dark\:prose > :last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-bottom: 0;
    }
    :root .dark\:prose {
      --tw-prose-body:color-mix(in oklab,var(--color-base-content)80%,#0000);
      --tw-prose-headings:var(--color-base-content);
      --tw-prose-lead:var(--color-base-content);
      --tw-prose-links:var(--color-base-content);
      --tw-prose-bold:var(--color-base-content);
      --tw-prose-counters:var(--color-base-content);
      --tw-prose-bullets:color-mix(in oklab,var(--color-base-content)50%,#0000);
      --tw-prose-hr:color-mix(in oklab,var(--color-base-content)20%,#0000);
      --tw-prose-quotes:var(--color-base-content);
      --tw-prose-quote-borders:color-mix(in oklab,var(--color-base-content)20%,#0000);
      --tw-prose-captions:color-mix(in oklab,var(--color-base-content)50%,#0000);
      --tw-prose-code:var(--color-base-content);
      --tw-prose-pre-code:var(--color-neutral-content);
      --tw-prose-pre-bg:var(--color-neutral);
      --tw-prose-th-borders:color-mix(in oklab,var(--color-base-content)50%,#0000);
      --tw-prose-td-borders:color-mix(in oklab,var(--color-base-content)20%,#0000);
      --tw-prose-kbd:color-mix(in oklab,var(--color-base-content)80%,#0000);
    }
    :root .dark\:prose :where(code):not(pre > code) {
      background-color: var(--color-base-200);
      border-radius: var(--radius-selector);
      border: var(--border)solid var(--color-base-300);
      font-weight: inherit;
      padding-inline: .5em;
    }
    :root .dark\:prose :where(code):not(pre > code):before,
    :root .dark\:prose :where(code):not(pre > code):after {
      display: none;
    }
    .dark\:bg-gray-800 {
      background-color: var(--color-gray-800);
    }
    .dark\:text-gray-200 {
      color: var(--color-gray-200);
    }
    .dark\:prose-invert {
      --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);
    }
  }
  .prose-headings\:text-ellipsis :where(h1, h2, h3, h4, h5, h6, th):not(:where([class~=not-prose], [class~=not-prose] *)) {
    text-overflow: ellipsis;
  }
  .prose-headings\:underline :where(h1, h2, h3, h4, h5, h6, th):not(:where([class~=not-prose], [class~=not-prose] *)) {
    text-decoration-line: underline;
  }
  .prose-h1\:text-center :where(h1):not(:where([class~=not-prose], [class~=not-prose] *)) {
    text-align: center;
  }
  .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\: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\: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-h4\:text-lg :where(h4):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-size: var(--text-lg);
    line-height: var(--tw-leading,var(--text-lg--line-height));
  }
  .prose-h5\:text-sm :where(h5):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-size: var(--text-sm);
    line-height: var(--tw-leading,var(--text-sm--line-height));
  }
  .prose-h6\:text-xl :where(h6):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\:text-gray-700 :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
    color: var(--color-gray-700);
  }
  .prose-a\:font-bold :where(a):not(:where([class~=not-prose], [class~=not-prose] *)) {
    --tw-font-weight:var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .prose-a\:text-blue-600 :where(a):not(:where([class~=not-prose], [class~=not-prose] *)) {
    color: var(--color-blue-600);
  }
  @media (hover:hover) {
    .hover\:prose-a\:text-blue-500:hover :where(a):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: var(--color-blue-500);
    }
  }
  .prose-blockquote\:italic :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-style: italic;
  }
  .prose-figure\:mx-auto :where(figure):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-inline: auto;
  }
  .prose-figcaption\:opacity-75 :where(figcaption):not(:where([class~=not-prose], [class~=not-prose] *)) {
    opacity: .75;
  }
  .prose-strong\:font-medium :where(strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
    --tw-font-weight:var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .prose-em\:italic :where(em):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-style: italic;
  }
  .prose-kbd\:border-b-2 :where(kbd):not(:where([class~=not-prose], [class~=not-prose] *)) {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .prose-code\:font-mono :where(code):not(:where([class~=not-prose], [class~=not-prose] *)),
  .prose-pre\:font-mono :where(pre):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-family: var(--font-mono);
  }
  .prose-ol\:pl-6 :where(ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-left: calc(var(--spacing)*6);
  }
  .prose-ul\:pl-8 :where(ul):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-left: calc(var(--spacing)*8);
  }
  .prose-li\:my-4 :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-block: calc(var(--spacing)*4);
  }
  .prose-table\:my-8 :where(table):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-block: calc(var(--spacing)*8);
  }
  .prose-thead\:border-red-300 :where(thead):not(:where([class~=not-prose], [class~=not-prose] *)) {
    border-color: var(--color-red-300);
  }
  .prose-tr\:border-red-200 :where(tr):not(:where([class~=not-prose], [class~=not-prose] *)) {
    border-color: var(--color-red-200);
  }
  .prose-th\:text-left :where(th):not(:where([class~=not-prose], [class~=not-prose] *)) {
    text-align: left;
  }
  .prose-img\:rounded-lg :where(img):not(:where([class~=not-prose], [class~=not-prose] *)) {
    border-radius: var(--radius-lg);
  }
  .prose-img\:rounded-xl :where(img):not(:where([class~=not-prose], [class~=not-prose] *)) {
    border-radius: var(--radius-xl);
  }
  .prose-video\:my-12 :where(video):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-block: calc(var(--spacing)*12);
  }
  .prose-hr\:border-t-2 :where(hr):not(:where([class~=not-prose], [class~=not-prose] *)) {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .prose-lead\:italic :where([class~=lead]):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-style: italic;
  }
}
@keyframes skeleton {
  0% {
    background-position: 150%;
  }
  to {
    background-position: -50%;
  }
}
@keyframes progress {
  50% {
    background-position-x: -115%;
  }
}
@keyframes radio {
  0% {
    padding: 5px;
  }
  50% {
    padding: 3px;
  }
}
@keyframes dropdown {
  0% {
    opacity: 0;
  }
}
@keyframes rating {
  0%, 40% {
    filter: brightness(1.05)contrast(1.05);
    scale: 1.1;
  }
}
@keyframes toast {
  0% {
    opacity: 0;
    scale: .9;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
@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;initial-value:rotateX(0) }
@property --tw-rotate-y { syntax:"*";inherits:false;initial-value:rotateY(0) }
@property --tw-rotate-z { syntax:"*";inherits:false;initial-value:rotateZ(0) }
@property --tw-skew-x { syntax:"*";inherits:false;initial-value:skewX(0) }
@property --tw-skew-y { syntax:"*";inherits:false;initial-value:skewY(0) }
@property --tw-pan-x { syntax:"*";inherits:false }
@property --tw-pan-y { syntax:"*";inherits:false }
@property --tw-pinch-zoom { syntax:"*";inherits:false }
@property --tw-scroll-snap-strictness { syntax:"*";inherits:false;initial-value:proximity }
@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-inset-shadow { syntax:"*";inherits:false;initial-value:0 0 #0000 }
@property --tw-inset-shadow-color { syntax:"*";inherits:false }
@property --tw-ring-color { syntax:"*";inherits:false }
@property --tw-ring-shadow { syntax:"*";inherits:false;initial-value:0 0 #0000 }
@property --tw-inset-ring-color { syntax:"*";inherits:false }
@property --tw-inset-ring-shadow { syntax:"*";inherits:false;initial-value:0 0 #0000 }
@property --tw-ring-inset { syntax:"*";inherits:false }
@property --tw-ring-offset-width { syntax:"<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-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-contain-size { syntax:"*";inherits:false }
@property --tw-contain-layout { syntax:"*";inherits:false }
@property --tw-contain-paint { syntax:"*";inherits:false }
@property --tw-contain-style { syntax:"*";inherits:false }
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes ping {
  75%, to {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
@keyframes bounce {
  0%, to {
    animation-timing-function: cubic-bezier(.8, 0, 1, 1);
    transform: translateY(-25%);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0, .2, 1);
    transform: none;
  }
}

/* node_modules/ngx-sharebuttons/themes/default.scss */
.sb-default .sb-wrapper {
  --sb-color: #fff;
  --sb-background: var(--button-color);
  --sb-border-radius: 4px;
  --sb-overflow: hidden;
}
.sb-default .sb-wrapper.sb-show-icon.sb-show-text {
  --sb-text-padding: 0 1em 0 0;
}
.sb-default .sb-wrapper.sb-show-icon.sb-show-text .sb-text {
  filter: none;
}

/* angular:styles/global:styles */
