/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-2xl: 42rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-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;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  @layer daisyui.l1.l2.l3 {
    .modal {
      pointer-events: none;
      visibility: hidden;
      position: fixed;
      inset: 0;
      margin: 0;
      display: grid;
      height: 100%;
      max-height: none;
      width: 100%;
      max-width: none;
      align-items: center;
      justify-items: center;
      background-color: transparent;
      padding: 0;
      color: inherit;
      transition: overlay 0.3s allow-discrete, visibility 0.3s allow-discrete, background-color 0.3s ease-out, opacity 0.1s ease-out;
      overflow: clip;
      overscroll-behavior: contain;
      z-index: 999;
      scrollbar-gutter: auto;
    }
    .modal::backdrop {
      display: none;
    }
    .modal[popover] {
      inset: 0;
      margin: 0;
      border: 0;
      padding: 0;
      background: transparent;
      color: inherit;
      max-width: none;
      max-height: none;
      &::backdrop {
        background-color: oklch(0% 0 0/ 0.4);
        transition: background-color 0.3s ease-out;
      }
    }
  }
  @layer daisyui.l1.l2 {
    .modal.modal-open, .modal[open], .modal:popover-open, .modal:target, .modal-toggle:checked + .modal {
      pointer-events: auto;
      visibility: visible;
      opacity: 100%;
      transition: visibility 0s allow-discrete, background-color 0.3s ease-out, opacity 0.1s ease-out;
      background-color: oklch(0% 0 0/ 0.4);
       > .modal-box {
        translate: 0 0;
        scale: 1;
        opacity: 1;
      }
      :root:has(&) {
        --page-scroll-lock:  ;
      }
    }
    @starting-style {
      .modal.modal-open, .modal[open], .modal:popover-open, .modal:target, .modal-toggle:checked + .modal {
        opacity: 0%;
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    :where(.drawer-side) {
      overflow-x: hidden;
      overflow-y: hidden;
    }
    .drawer-side {
      pointer-events: none;
      visibility: hidden;
      position: fixed;
      inset-inline-start: calc(0.25rem * 0);
      top: 0;
      z-index: 10;
      grid-column-start: 1;
      grid-row-start: 1;
      display: grid;
      width: 100%;
      grid-template-columns: repeat(1, minmax(0, 1fr));
      grid-template-rows: repeat(1, minmax(0, 1fr));
      align-items: flex-start;
      justify-items: start;
      overscroll-behavior: contain;
      background-color: transparent;
      opacity: 0%;
      transition: opacity 0.2s ease-out 0.1s allow-discrete, visibility 0.3s ease-out 0.1s allow-discrete;
      height: 100vh;
      height: 100dvh;
    }
    .drawer-side  > .drawer-overlay {
      position: sticky;
      top: 0;
      cursor: pointer;
      place-self: stretch;
      background-color: oklch(0% 0 0 / 40%);
    }
    .drawer-side  > * {
      grid-column-start: 1;
      grid-row-start: 1;
    }
    .drawer-side  > :not(.drawer-overlay) {
      will-change: transform;
      transition: translate 0.3s ease-out, width 0.2s ease-out;
      translate: -100%;
      [dir="rtl"] & {
        translate: 100%;
      }
    }
    .drawer-toggle {
      position: fixed;
      height: 0;
      width: 0;
      appearance: none;
      opacity: 0%;
    }
    :where(.drawer-toggle:checked ~ .drawer-side) {
      scrollbar-color: currentColor oklch(0 0 0 / calc(var(--page-has-backdrop, 0) * 0.4));
      @supports (color: color-mix(in lab, red, red)) {
        scrollbar-color: color-mix(in oklch, currentColor 35%, #0000) oklch(0 0 0 / calc(var(--page-has-backdrop, 0) * 0.4));
      }
       > :not(.drawer-overlay) {
        transform: none;
        will-change: auto;
      }
    }
    :where(:root:has(.drawer-toggle:checked)) {
      --page-scroll-lock:  ;
    }
  }
  @layer daisyui.l1.l2 {
    :where(.drawer-toggle:checked ~ .drawer-side) {
      pointer-events: auto;
      visibility: visible;
      overflow-y: auto;
      opacity: 100%;
       > :not(.drawer-overlay) {
        translate: 0%;
      }
    }
    .drawer-toggle:focus-visible ~ .drawer-content label.drawer-button {
      outline: 2px solid;
      outline-offset: 2px;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .tab:is(.tabs > .tab) {
      position: relative;
      display: inline-flex;
      cursor: pointer;
      appearance: none;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      text-align: center;
      webkit-user-select: none;
      user-select: none;
      &:hover {
        @media (hover: hover) {
          color: var(--color-base-content);
        }
      }
      --tab-p: 0.75rem;
      --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(0.75rem - var(--border));
      --tab-radius-limit: min(var(--radius-field), var(--tab-radius-min));
      --tab-radius-grad: #0000 calc(69% - var(--border)), var(--tab-border-color) calc(69% - var(--border) + 0.25px),
        var(--tab-border-color) 69%, var(--tab-bg) calc(69% + 0.25px);
      border-color: #0000;
      order: var(--tab-order);
      height: var(--tab-height);
      font-size: 0.875rem;
      padding-inline: var(--tab-p);
      &:is(input[type="radio"]) {
        min-width: fit-content;
        &:after {
          --tw-content: attr(aria-label);
          content: var(--tw-content);
        }
      }
      &:is(label) {
        position: relative;
        input {
          position: absolute;
          inset: 0;
          cursor: pointer;
          appearance: none;
          opacity: 0%;
        }
      }
      &:checked, &:is(label:has(:checked)), &:is(.tab-active, [aria-selected="true"], [aria-current="true"], [aria-current="page"]) {
        & + .tab-content {
          display: block;
        }
      }
      &:not(:checked, label:has(:checked), :hover, .tab-active, [aria-selected="true"], [aria-current="true"], [aria-current="page"] ) {
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 50%, transparent);
        }
      }
      &:not(input):empty {
        flex-grow: 1;
        cursor: default;
      }
      &:focus {
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
      }
      &:focus-visible, &:is(label:has(:checked:focus-visible)) {
        outline: 2px solid currentColor;
        outline-offset: -5px;
      }
      &[disabled] {
        pointer-events: none;
        opacity: 40%;
      }
    }
    .menu {
      display: flex;
      width: fit-content;
      flex-direction: column;
      flex-wrap: wrap;
      padding: calc(0.25rem * 2);
      --menu-active-fg: var(--color-neutral-content);
      --menu-active-bg: var(--color-neutral);
      font-size: 0.875rem;
    }
    .menu :where(li ul, li menu) {
      position: relative;
      margin-inline-start: calc(0.25rem * 4);
      padding-inline-start: calc(0.25rem * 2);
      white-space: nowrap;
      &:before {
        position: absolute;
        inset-inline-start: calc(0.25rem * 0);
        top: calc(0.25rem * 3);
        bottom: calc(0.25rem * 3);
        background-color: var(--color-base-content);
        opacity: 10%;
        width: var(--border);
        content: "";
      }
    }
    .menu :where(li > .menu-dropdown:not(.menu-dropdown-show)) {
      display: none;
    }
    .menu :where(li:not(.menu-title) > *:not(ul, menu, details, .menu-title, .btn)), .menu  :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
      display: grid;
      grid-auto-flow: column;
      align-content: flex-start;
      align-items: center;
      gap: calc(0.25rem * 2);
      border-radius: var(--radius-field);
      padding-inline: calc(0.25rem * 3);
      padding-block: calc(0.25rem * 1.5);
      text-align: start;
      transition-property: color, background-color, box-shadow;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      grid-auto-columns: minmax(auto, max-content) auto max-content;
      user-select: none;
    }
    .menu :where(li > details > summary) {
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
      &::-webkit-details-marker {
        display: none;
      }
    }
    :is(.menu :where(li > details > summary), .menu  :where(li > .menu-dropdown-toggle)):after {
      justify-self: flex-end;
      display: block;
      height: 0.375rem;
      width: 0.375rem;
      rotate: -135deg;
      translate: 0 -1px;
      transition-property: rotate, translate;
      transition-duration: 0.2s;
      content: "";
      transform-origin: 50% 50%;
      box-shadow: 2px 2px inset;
      pointer-events: none;
    }
    .menu details {
      overflow: hidden;
      interpolate-size: allow-keywords;
    }
    .menu details::details-content {
      block-size: 0;
      @media (prefers-reduced-motion: no-preference) {
        transition-behavior: allow-discrete;
        transition-property: block-size, content-visibility;
        transition-duration: 0.2s;
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      }
    }
    .menu details[open]::details-content {
      block-size: auto;
    }
    .menu :where(li > details[open] > summary):after, .menu  :where(li > .menu-dropdown-toggle.menu-dropdown-show):after {
      rotate: 45deg;
      translate: 0 1px;
    }
    .menu :where(li:not(.menu-title, .disabled) > *:not(ul, menu, 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, menu, details, .menu-title), li:not(.menu-title, .disabled) > details > summary:not(.menu-title) ):not(.menu-active, :active, .btn):focus-visible {
      cursor: pointer;
      background-color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        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) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
    .menu :where(li:not(.menu-title, .disabled) > *:not(ul, menu, 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: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
      }
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
      box-shadow: 0 1px oklch(0% 0 0 / 0.01) inset, 0 -1px oklch(100% 0 0 / 0.01) inset;
    }
    .menu :where(li:empty) {
      background-color: var(--color-base-content);
      opacity: 10%;
      margin: 0.5rem 1rem;
      height: 1px;
    }
    .menu :where(li) {
      position: relative;
      display: flex;
      flex-shrink: 0;
      flex-direction: column;
      flex-wrap: wrap;
      align-items: stretch;
      .badge {
        justify-self: flex-end;
      }
      & > *:not(ul, menu, .menu-title, details, .btn):active, & > *:not(ul, menu, .menu-title, details, .btn).menu-active, & > details > summary:active {
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
        color: var(--menu-active-fg);
        background-color: var(--menu-active-bg);
        background-size: auto, calc(var(--noise) * 100%);
        background-image: none, var(--fx-noise);
        &:not(&:active) {
          box-shadow: 0 2px calc(var(--depth) * 3px) -2px var(--menu-active-bg);
        }
      }
      &.menu-disabled, [disabled] {
        pointer-events: none;
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
        }
      }
    }
    .menu .dropdown:focus-within .menu-dropdown-toggle:after {
      rotate: 45deg;
      translate: 0 1px;
    }
    .menu .dropdown-content {
      margin-top: calc(0.25rem * 2);
      padding: calc(0.25rem * 2);
      &:before {
        display: none;
      }
    }
  }
  @layer daisyui.l1.l2 {
    .collapse-arrow  > .collapse-title:after {
      position: absolute;
      display: block;
      height: 0.5rem;
      width: 0.5rem;
      transform: translateY(-100%) rotate(45deg);
      @media (prefers-reduced-motion: no-preference) {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 0.2s;
      }
      top: 50%;
      inset-inline-end: 1.4rem;
      content: "";
      transform-origin: 75% 75%;
      box-shadow: 2px 2px;
      pointer-events: none;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .dropdown {
      position: relative;
      display: inline-block;
      position-area: var(--anchor-v, bottom) var(--anchor-h, span-right);
    }
    .dropdown > :not(:has( ~ [class*="dropdown-content"])):focus {
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
    .dropdown .dropdown-content {
      position: absolute;
    }
    .dropdown.dropdown-close .dropdown-content, .dropdown:not(details, .dropdown-open, .dropdown-hover:hover, :focus-within) .dropdown-content, .dropdown.dropdown-hover:not(:hover) [tabindex]:first-child:focus:not(:focus-visible) ~ .dropdown-content {
      display: none;
      transform-origin: top;
      opacity: 0%;
      scale: 95%;
    }
    .dropdown[popover], .dropdown  .dropdown-content {
      z-index: 999;
      @media (prefers-reduced-motion: no-preference) {
        animation: dropdown 0.2s;
        transition-property: opacity, scale, display, overlay;
        transition-behavior: allow-discrete;
        transition-duration: 0.2s;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      }
    }
    @starting-style {
      .dropdown[popover], .dropdown  .dropdown-content {
        scale: 95%;
        opacity: 0;
      }
    }
    :is(.dropdown:not(.dropdown-close).dropdown-open, .dropdown:not(.dropdown-close):not(.dropdown-hover):focus, .dropdown:not(.dropdown-close):focus-within)  > [tabindex]:first-child {
      pointer-events: none;
    }
    :is(.dropdown:not(.dropdown-close).dropdown-open, .dropdown:not(.dropdown-close):not(.dropdown-hover):focus, .dropdown:not(.dropdown-close):focus-within) .dropdown-content {
      opacity: 100%;
      scale: 100%;
    }
    .dropdown:not(.dropdown-close).dropdown-hover:hover .dropdown-content {
      opacity: 100%;
      scale: 100%;
    }
    .dropdown:is(details) {
      overflow: revert-layer;
      summary {
        &::-webkit-details-marker {
          display: none;
        }
      }
    }
    .dropdown:where([popover]) {
      background: #0000;
    }
    .dropdown[popover] {
      position: fixed;
      color: inherit;
      @supports not (position-area: bottom) {
        margin: auto;
        &.dropdown-close, &.dropdown-open:not(:popover-open) {
          display: none;
          transform-origin: top;
          opacity: 0%;
          scale: 95%;
        }
        &::backdrop {
          background-color: color-mix(in oklab, #000 30%, #0000);
        }
      }
      &.dropdown-close, &:not(.dropdown-open, :popover-open) {
        display: none;
        transform-origin: top;
        opacity: 0%;
        scale: 95%;
      }
    }
    :where(.btn) {
      width: unset;
    }
  }
  .prose :where(a.btn:not(.btn-link)):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    text-decoration-line: none;
  }
  @layer daisyui.l1.l2.l3 {
    .btn {
      --size: calc(var(--size-field, 0.25rem) * 10);
      --btn-p: 1rem;
      --btn-fg: var(--color-base-content);
      display: inline-flex;
      flex-shrink: 0;
      cursor: pointer;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center;
      gap: calc(0.25rem * 1.5);
      text-align: center;
      vertical-align: middle;
      outline-offset: 2px;
      webkit-user-select: none;
      user-select: none;
      font-weight: 600;
      border-start-start-radius: var(--join-ss, var(--radius-field));
      border-start-end-radius: var(--join-se, var(--radius-field));
      border-end-start-radius: var(--join-es, var(--radius-field));
      border-end-end-radius: var(--join-ee, var(--radius-field));
      border-width: var(--border);
      touch-action: manipulation;
      transition-property: color, background-color, border-color, box-shadow, transform;
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      transition-duration: 0.2s;
      --btn-bg: var(--btn-color, var(--color-base-200));
      --btn-border: var(--btn-color, var(--color-base-200));
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn {
        --btn-border: color-mix(
      in oklab,
      var(--btn-color, var(--color-base-200)),
      #000 calc(var(--depth) * 5%)
    );
      }
    }
    .btn {
      --btn-soft-bg: initial;
      --btn-shadow: 0 3px 2px -2px var(--btn-bg),
      0 4px 3px -2px var(--btn-bg);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn {
        --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 {
      --btn-inset: 0 0.5px 0 0.5px oklch(100% 0 0 / calc(var(--depth) * 6%));
      height: var(--size);
      padding-inline: var(--btn-p);
      font-size: var(--fontsize, 0.875rem);
      background-color: var(--btn-bg);
      color: var(--btn-fg);
      border-color: var(--btn-border);
      border-style: var(--btn-border-style, solid);
      outline-color: var(--btn-color, var(--color-base-content));
      --tw-prose-links: var(--btn-fg);
      background-image: none, var(--fx-noise);
      background-size: auto, calc(var(--noise, 0) * 100%);
      text-shadow: 0 0.5px oklch(100% 0 0 / calc(var(--depth) * 0.15));
      box-shadow: var(--btn-inset) inset, var(--btn-shadow);
    }
    .btn:is([type="checkbox"], [type="radio"]) {
      appearance: none;
      &[aria-label]::after {
        --tw-content: attr(aria-label);
        content: var(--tw-content);
      }
    }
  }
  @layer daisyui.l1 {
    .btn:where(:checked:not(.filter [type="radio"].btn)) {
      --btn-color: var(--color-primary);
      --btn-fg: var(--color-primary-content);
    }
    @media (hover: hover) {
      .btn:hover {
        --btn-bg: var(--btn-color, var(--color-base-200));
        @supports (color: color-mix(in lab, red, red)) {
          --btn-bg: color-mix(in oklab, var(--btn-color, var(--color-base-200)), #000 7%);
        }
        color: var(--btn-fg);
        --btn-border: var(--btn-bg);
        @supports (color: color-mix(in lab, red, red)) {
          --btn-border: color-mix(in oklab, var(--btn-bg), #000 calc(var(--depth) * 5%));
        }
        --btn-border-style: solid;
        --btn-inset: 0 0.5px 0 0.5px oklch(100% 0 0 / calc(var(--depth) * 6%));
        --btn-shadow: 0 3px 2px -2px var(--btn-bg),
          0 4px 3px -2px var(--btn-bg);
        @supports (color: color-mix(in lab, red, red)) {
          --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:active:not(.btn-active) {
      translate: 0 0.5px;
      --btn-bg: var(--btn-color, var(--color-base-200));
      @supports (color: color-mix(in lab, red, red)) {
        --btn-bg: color-mix(in oklab, var(--btn-color, var(--color-base-200)), #000 5%);
      }
      color: var(--btn-fg, var(--color-base-content));
      --btn-border: var(--btn-color, var(--color-base-200));
      @supports (color: color-mix(in lab, red, red)) {
        --btn-border: color-mix(in oklab, var(--btn-color, var(--color-base-200)), #000 7%);
      }
      --btn-border-style: solid;
      --btn-inset: 0 0 0 0 oklch(0% 0 0/0);
      --btn-shadow: 0 0 0 0 oklch(0% 0 0/0);
    }
    .btn:where(:checked:not(.filter [type="radio"].btn), :not([type="radio"], [type="checkbox"]):focus-visible ) {
      --btn-bg: var(--btn-color, var(--color-base-200));
      color: var(--btn-fg, var(--color-base-content));
      --btn-border: var(--btn-bg);
      @supports (color: color-mix(in lab, red, red)) {
        --btn-border: color-mix(in oklab, var(--btn-bg), #000 calc(var(--depth) * 5%));
      }
      --btn-border-style: solid;
      --btn-inset: 0 0.5px 0 0.5px oklch(100% 0 0 / calc(var(--depth) * 6%));
      --btn-shadow: 0 3px 2px -2px var(--btn-bg),
        0 4px 3px -2px var(--btn-bg);
      @supports (color: color-mix(in lab, red, red)) {
        --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);
      }
      isolation: isolate;
    }
    .btn:focus-visible, .btn:has(:focus-visible) {
      outline-width: 2px;
      outline-style: solid;
      isolation: isolate;
    }
  }
  @layer daisyui {
    .btn:is(:disabled, [disabled], [aria-disabled="true"]) {
      pointer-events: none;
      color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn:is(:disabled, [disabled], [aria-disabled="true"]) {
        color: color-mix(in oklch, var(--color-base-content) 20%, #0000);
      }
    }
    .btn:is(:disabled, [disabled], [aria-disabled="true"]) {
      --btn-bg: #0000;
      --btn-border: #0000;
      background-image: none;
      --btn-inset: 0 0 0 0 oklch(0% 0 0/0);
      --btn-shadow: 0 0 0 0 oklch(0% 0 0/0);
    }
    .btn:is(:disabled, [disabled], [aria-disabled="true"]):not(.btn-link, .btn-ghost) {
      background-color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .loading {
      pointer-events: none;
      display: inline-block;
      aspect-ratio: 1 / 1;
      background-color: currentcolor;
      vertical-align: middle;
      width: calc(var(--size-selector, 0.25rem) * 6);
      mask-size: 100%;
      mask-repeat: no-repeat;
      mask-position: center;
      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='8s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='6s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='6s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
    }
    @media (prefers-reduced-motion: no-preference) {
      .loading {
        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");
      }
    }
  }
  @layer daisyui {
    .btn-disabled {
      pointer-events: none;
      color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn-disabled {
        color: color-mix(in oklch, var(--color-base-content) 20%, #0000);
      }
    }
    .btn-disabled {
      --btn-bg: #0000;
      --btn-border: #0000;
      background-image: none;
      --btn-inset: 0 0 0 0 oklch(0% 0 0/0);
      --btn-shadow: 0 0 0 0 oklch(0% 0 0/0);
    }
    .btn-disabled:not(.btn-link, .btn-ghost) {
      background-color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
      }
    }
  }
  .countdown.countdown {
    line-height: 1em;
  }
  @layer daisyui.l1.l2.l3 {
    .countdown {
      display: inline-flex;
    }
    .countdown > * {
      visibility: hidden;
      position: relative;
      display: inline-block;
      overflow-y: clip;
      transition: width 0.4s ease-out 0.2s;
      height: 1em;
      --value-v: calc(mod(max(0, var(--value)), 1000));
      --value-hundreds: calc(round(to-zero, var(--value-v) / 100, 1));
      --value-tens: calc(round(to-zero, mod(var(--value-v), 100) / 10, 1));
      --value-ones: calc(mod(var(--value-v), 100));
      --show-hundreds: clamp(clamp(0, var(--digits, 1) - 2, 1), var(--value-hundreds), 1);
      --show-tens: clamp(
        clamp(0, var(--digits, 1) - 1, 1),
        var(--value-tens) + var(--show-hundreds),
        1
      );
      --first-digits: calc(round(to-zero, var(--value-v) / 10, 1));
      width: calc(1ch + var(--show-tens) * 1ch + var(--show-hundreds) * 1ch);
      direction: ltr;
      &:before, &:after {
        visibility: visible;
        position: absolute;
        overflow-x: clip;
        --tw-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";
        content: var(--tw-content);
        font-variant-numeric: tabular-nums;
        white-space: pre;
        text-align: end;
        direction: rtl;
        transition: all 1s cubic-bezier(1, 0, 0, 1), width 0.2s ease-out 0.2s, opacity 0.2s ease-out 0.2s;
      }
      &:before {
        width: calc(1ch + var(--show-hundreds) * 1ch);
        top: calc(var(--first-digits) * -1em);
        inset-inline-end: 0;
        opacity: var(--show-tens);
      }
      &:after {
        width: 1ch;
        top: calc(var(--value-ones) * -1em);
        inset-inline-start: 0;
      }
    }
  }
  .collapse:not(td, tr, colgroup) {
    visibility: revert-layer;
    @layer daisyui.l1.l2.l3 {
      display: grid;
      position: relative;
      border-radius: var(--radius-box, 1rem);
      width: 100%;
      grid-template-rows: max-content 0fr;
      grid-template-columns: minmax(0, 1fr);
      isolation: isolate;
      @media (prefers-reduced-motion: no-preference) {
        transition: grid-template-rows 0.2s;
      }
       > input:is([type="checkbox"], [type="radio"]) {
        grid-column-start: 1;
        grid-row-start: 1;
        appearance: none;
        opacity: 0;
        z-index: 1;
        width: 100%;
        padding: 1rem;
        padding-inline-end: 3rem;
        min-height: 1lh;
        transition: background-color 0.2s ease-out;
      }
      &:is([open], [tabindex]:focus:not(.collapse-close), [tabindex]:focus-within:not(.collapse-close) ), &:not(.collapse-close):has( > input:is([type="checkbox"], [type="radio"]):checked) {
        grid-template-rows: max-content 1fr;
      }
      &:is([open], [tabindex]:focus:not(.collapse-close), [tabindex]:focus-within:not(.collapse-close) ) > .collapse-content, &:not(.collapse-close) > :where(input:is([type="checkbox"], [type="radio"]):checked ~ .collapse-content) {
        --overflow-delay: 0.2s;
        overflow: revert-layer;
        content-visibility: visible;
        min-height: fit-content;
        @supports not (content-visibility: visible) {
          visibility: visible;
        }
      }
      &:focus-visible, &:has( > input:is([type="checkbox"], [type="radio"]):focus-visible), &:has(summary:focus-visible) {
        outline-color: var(--color-base-content);
        outline-style: solid;
        outline-width: 2px;
        outline-offset: 2px;
      }
      &:not(.collapse-close) {
         > input[type="checkbox"],  > input[type="radio"]:not(:checked),  > .collapse-title {
          cursor: pointer;
        }
      }
      &[tabindex]:focus:not(.collapse-close, .collapse[open]), &[tabindex]:focus-within:not(.collapse-close, .collapse[open]) {
         > .collapse-title {
          cursor: unset;
        }
      }
      &:is([open], [tabindex]:focus:not(.collapse-close), [tabindex]:focus-within:not(.collapse-close) ) > :where(.collapse-content), &:not(.collapse-close) > :where(input:is([type="checkbox"], [type="radio"]):checked ~ .collapse-content) {
        padding-bottom: 1rem;
      }
      &:is(details) {
        width: 100%;
        &::details-content {
          --overflow-delay: 0s;
          overflow: clip;
          height: 0;
        }
        &:where([open])::details-content {
          overflow: revert-layer;
          height: auto;
        }
        @media (prefers-reduced-motion: no-preference) {
          &::details-content {
            transition: overflow 0.2s allow-discrete var(--overflow-delay), content-visibility 0.2s allow-discrete, visibility 0.2s allow-discrete, min-height 0.2s ease-out allow-discrete, padding 0.1s ease-out 20ms, background-color 0.2s ease-out, height 0.2s;
            interpolate-size: allow-keywords;
          }
          &:where([open])::details-content {
            --overflow-delay: 0.2s;
          }
        }
         > summary {
          position: relative;
          display: block;
          outline: none;
          &::-webkit-details-marker {
            display: none;
          }
        }
      }
    }
    @layer daisyui.l1.l2 {
      &:is([open]) {
        &.collapse-arrow {
           > .collapse-title:after {
            @media (prefers-reduced-motion: no-preference) {
              transform: translateY(-50%) rotate(225deg);
            }
          }
        }
      }
      &.collapse-open {
        &.collapse-arrow {
           > .collapse-title:after {
            @media (prefers-reduced-motion: no-preference) {
              transform: translateY(-50%) rotate(225deg);
            }
          }
        }
        &.collapse-plus {
           > .collapse-title:after {
            --tw-content: "−";
            content: var(--tw-content);
          }
        }
      }
      &[tabindex].collapse-arrow:focus:not(.collapse-close), &.collapse-arrow[tabindex]:focus-within:not(.collapse-close) {
         > .collapse-title:after {
          transform: translateY(-50%) rotate(225deg);
        }
      }
      &.collapse-arrow:not(.collapse-close) {
         > input:is([type="checkbox"], [type="radio"]):checked ~ .collapse-title:after {
          transform: translateY(-50%) rotate(225deg);
        }
      }
      &[open] {
        &.collapse-plus {
           > .collapse-title:after {
            --tw-content: "−";
            content: var(--tw-content);
          }
        }
      }
      &[tabindex].collapse-plus:focus:not(.collapse-close) {
         > .collapse-title:after {
          --tw-content: "−";
          content: var(--tw-content);
        }
      }
      &.collapse-plus:not(.collapse-close) {
         > input:is([type="checkbox"], [type="radio"]):checked ~ .collapse-title:after {
          --tw-content: "−";
          content: var(--tw-content);
        }
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .collapse-content {
      --overflow-delay: 0s;
      content-visibility: hidden;
      overflow: clip;
      grid-column-start: 1;
      grid-row-start: 2;
      min-height: 0;
      padding-left: 1rem;
      padding-right: 1rem;
      cursor: unset;
    }
    @supports not (content-visibility: hidden) {
      .collapse-content {
        visibility: hidden;
      }
    }
    @media (prefers-reduced-motion: no-preference) {
      .collapse-content {
        transition: overflow 0.2s allow-discrete var(--overflow-delay), content-visibility 0.2s allow-discrete, visibility 0.2s allow-discrete, min-height 0.2s ease-out allow-discrete, padding 0.1s ease-out 20ms, background-color 0.2s ease-out;
      }
    }
    details > .collapse-content {
      content-visibility: visible;
    }
    .filter {
      display: flex;
      flex-wrap: wrap;
    }
    .filter [type="radio"] {
      width: auto;
    }
    .filter input {
      overflow: hidden;
      opacity: 100%;
      scale: 1;
      transition: visibility 0.1s allow-discrete, margin 0.1s, opacity 0.3s, padding 0.3s, border-width 0.1s;
      &.filter-reset {
        aspect-ratio: 1 / 1;
        &::after {
          --tw-content: "×";
          content: var(--tw-content);
        }
      }
    }
    .filter  > input:not(:last-child), .filter   > :not(:last-child) input {
      margin-inline-end: 0.25rem;
    }
  }
  @layer daisyui.l1 {
    .filter:not(:has(:checked:not(.filter-reset))) :is(.filter-reset, [type="reset"]):not(:focus-visible) {
      visibility: hidden;
    }
    .filter:not(:has(:checked:not(.filter-reset))) :is(.filter-reset, [type="reset"]):not(:focus-visible), .filter:not(:has(:focus-visible)):has(:checked:not(.filter-reset, [type="checkbox"])) :is(input, button):not(:checked, .filter-reset, [type="reset"]) {
      margin-inline: 0;
      width: 0;
      padding-inline: 0;
      opacity: 0%;
      scale: 0;
      border-width: 0;
    }
  }
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  @layer daisyui.l1.l2.l3 {
    .list {
      display: flex;
      flex-direction: column;
      font-size: 0.875rem;
    }
    .list .list-row {
      --list-grid-cols: minmax(0, auto) 1fr;
      position: relative;
      display: grid;
      grid-auto-flow: column;
      gap: calc(0.25rem * 4);
      border-radius: var(--radius-box);
      padding: calc(0.25rem * 4);
      word-break: break-word;
      grid-template-columns: var(--list-grid-cols);
    }
    :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);
      position: absolute;
      bottom: 0;
      border-color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-base-content) 5%, transparent);
      }
    }
  }
  @layer daisyui.l1.l2 {
    .list .list-row:has(.list-col-grow:nth-child(1)) {
      --list-grid-cols: 1fr;
    }
    .list .list-row:has(.list-col-grow:nth-child(2)) {
      --list-grid-cols: minmax(0, auto) 1fr;
    }
    .list .list-row:has(.list-col-grow:nth-child(3)) {
      --list-grid-cols: minmax(0, auto) minmax(0, auto) 1fr;
    }
    .list .list-row:has(.list-col-grow:nth-child(4)) {
      --list-grid-cols: minmax(0, auto) minmax(0, auto) minmax(0, auto) 1fr;
    }
    .list .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 .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 .list-row  > * {
      grid-row-start: 1;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .toggle {
      border: var(--border) solid currentColor;
      color: var(--input-color);
      position: relative;
      display: inline-grid;
      flex-shrink: 0;
      cursor: pointer;
      appearance: none;
      place-content: center;
      vertical-align: middle;
      webkit-user-select: none;
      user-select: none;
      grid-template-columns: 0fr 1fr 1fr;
      --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 currentColor inset;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .toggle {
        box-shadow: 0 1px color-mix(in oklab, currentColor calc(var(--depth) * 10%), #0000) inset;
      }
    }
    .toggle {
      transition: color 0.3s, grid-template-columns 0.2s;
      --input-color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .toggle {
        --input-color: color-mix(in oklab, var(--color-base-content) 50%, #0000);
      }
    }
    .toggle {
      --toggle-p: calc(var(--size) * 0.125);
      --size: calc(var(--size-selector, 0.25rem) * 6);
      width: calc((var(--size) * 2) - (var(--border) + var(--toggle-p)) * 2);
      height: var(--size);
    }
    .toggle  > * {
      z-index: 1;
      grid-column: span 1 / span 1;
      grid-column-start: 2;
      grid-row-start: 1;
      height: 100%;
      cursor: pointer;
      appearance: none;
      background-color: transparent;
      padding: calc(0.25rem * 0.5);
      transition: opacity 0.2s, rotate 0.4s;
      border: none;
      &:focus {
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
      }
      &:nth-child(2) {
        color: var(--color-base-100);
        rotate: 0deg;
      }
      &: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: 100%;
      rotate: 0deg;
    }
    .toggle:before {
      position: relative;
      inset-inline-start: calc(0.25rem * 0);
      grid-column-start: 2;
      grid-row-start: 1;
      aspect-ratio: 1 / 1;
      height: 100%;
      width: 100%;
      border-radius: var(--radius-selector);
      background-color: currentcolor;
      translate: 0;
      --tw-content: "";
      content: var(--tw-content);
      transition: background-color 0.1s, translate 0.2s, inset-inline-start 0.2s;
      box-shadow: 0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px currentColor;
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px color-mix(in oklab, currentColor calc(var(--depth) * 10%), #0000);
      }
      background-size: auto, calc(var(--noise) * 100%);
      background-image: none, var(--fx-noise);
    }
    @media (forced-colors: active) {
      .toggle:before {
        outline-style: var(--tw-outline-style);
        outline-width: 1px;
        outline-offset: calc(1px * -1);
      }
    }
    @media print {
      .toggle:before {
        outline: 0.25rem solid;
        outline-offset: -1rem;
      }
    }
    .toggle:focus-visible, .toggle:has(:focus-visible) {
      outline: 2px solid currentColor;
      outline-offset: 2px;
    }
    .toggle:checked, .toggle[aria-checked="true"], .toggle:has( > input:checked) {
      grid-template-columns: 1fr 1fr 0fr;
      background-color: var(--color-base-100);
      --input-color: var(--color-base-content);
      &:before {
        background-color: currentcolor;
      }
      @starting-style {
        &:before {
          opacity: 0;
        }
      }
    }
    .toggle:indeterminate {
      grid-template-columns: 0.5fr 1fr 0.5fr;
    }
    .toggle:disabled {
      cursor: not-allowed;
      opacity: 30%;
      &:before {
        background-color: transparent;
        border: var(--border) solid currentColor;
      }
    }
    .input {
      position: relative;
      display: inline-flex;
      flex-shrink: 1;
      appearance: none;
      align-items: center;
      gap: calc(0.25rem * 2);
      background-color: var(--color-base-100);
      padding-inline: calc(0.25rem * 3);
      vertical-align: middle;
      white-space: nowrap;
      --size: calc(var(--size-field, 0.25rem) * var(--in-size-mul, 10));
      --input-color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .input {
        --input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000);
      }
    }
    .input {
      cursor: text;
      width: clamp(3rem, 20rem, 100%);
      height: var(--size);
      font-size: max(var(--font-size, 0rem), var(--font-size-min, 0.875rem));
      touch-action: manipulation;
      border-start-start-radius: var(--join-ss, var(--radius-field));
      border-start-end-radius: var(--join-se, var(--radius-field));
      border-end-start-radius: var(--join-es, var(--radius-field));
      border-end-end-radius: var(--join-ee, var(--radius-field));
      border: var(--border) solid var(--input-color, #0000);
      box-shadow: 0 1px var(--input-color) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .input {
        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) * 0.1)) inset;
      }
    }
    .input input {
      height: 100%;
      width: 100%;
      appearance: none;
      background-color: transparent;
      border: none;
      &::placeholder {
        color: var(--color-base-content);
        opacity: 50%;
      }
      &:focus, &:focus-within {
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
      }
      &::-webkit-calendar-picker-indicator {
        inset-inline-end: -0.15em;
      }
    }
    .input::-webkit-inner-spin-button {
      margin-inline-end: -10px;
    }
    .input::-webkit-calendar-picker-indicator {
      inset-inline-end: 0.75em;
    }
    input.input, .input  input {
      position: relative;
      display: inline-flex;
      &[type="url"], &[type="email"] {
        text-align: left;
      }
      &::-webkit-datetime-edit, &::-webkit-date-and-time-value {
        display: grid;
        min-height: 100%;
        align-items: center;
        text-align: inherit;
      }
      &::-webkit-inner-spin-button {
        margin-block: calc(0.25rem * var(--spin-my, -3));
      }
      &::-webkit-calendar-picker-indicator {
        position: absolute;
        width: 1em;
        height: 1em;
        cursor: pointer;
      }
      &::-webkit-color-swatch-wrapper {
        padding-block: 0.25rem;
      }
    }
    .input:focus, .input:focus-within {
      --input-color: var(--color-base-content);
      box-shadow: 0 1px var(--input-color);
      @supports (color: color-mix(in lab, red, red)) {
        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;
    }
    @media (pointer: coarse) {
      @supports (-webkit-touch-callout: none) {
        .input:focus, .input:focus-within {
          --font-size: 1rem;
        }
      }
    }
    .input:has( > input[disabled]), .input:is(:disabled, [disabled]), fieldset:disabled .input {
      cursor: not-allowed;
      border-color: var(--color-base-200);
      background-color: var(--color-base-200);
      &:is(input), :is(input) {
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
        }
      }
      box-shadow: none;
      &::placeholder, ::placeholder {
        color: var(--color-base-content);
        opacity: 20%;
      }
    }
    .input:has( > input[disabled]) > input[disabled] {
      cursor: not-allowed;
    }
    .indicator {
      position: relative;
      display: inline-flex;
      width: max-content;
    }
    .indicator :where(.indicator-item) {
      z-index: 1;
      position: absolute;
      white-space: nowrap;
      top: var(--indicator-t, 0);
      bottom: var(--indicator-b, auto);
      left: var(--indicator-s, auto);
      right: var(--indicator-e, 0);
      translate: var(--indicator-x, 50%) var(--indicator-y, -50%);
    }
    .table {
      font-size: 0.875rem;
      position: relative;
      width: 100%;
      border-collapse: separate;
      --tw-border-spacing-x: 0;
      --tw-border-spacing-y: 0;
      border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
      border-radius: var(--radius-box);
      text-align: left;
    }
    .table:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      text-align: right;
    }
    @media (hover: hover) {
      :is(:is(.table tr.row-hover), .table tr.row-hover:nth-child(even)):hover {
        background-color: var(--color-base-200);
      }
    }
    .table :where(th, td) {
      padding-inline: calc(0.25rem * 4);
      padding-block: calc(0.25rem * 3);
      vertical-align: middle;
    }
    .table :where(thead, tfoot) {
      white-space: nowrap;
      color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-base-content) 60%, transparent);
      }
      font-size: 0.875rem;
      font-weight: 600;
    }
    .table :where(tfoot tr:first-child :is(td, th)) {
      border-top: var(--border) solid var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        border-top: var(--border) solid color-mix(in oklch, var(--color-base-content) 5%, #0000);
      }
    }
    .table :where(.table-pin-rows thead tr) {
      position: sticky;
      top: 0;
      z-index: 1;
      background-color: var(--color-base-100);
    }
    .table :where(.table-pin-rows tfoot tr) {
      position: sticky;
      bottom: 0;
      z-index: 1;
      background-color: var(--color-base-100);
    }
    .table :where(.table-pin-cols tr th) {
      position: sticky;
      right: 0;
      left: 0;
      background-color: var(--color-base-100);
    }
    .table :where(thead tr :is(td, th), tbody tr:not(:last-child) :is(td, th)) {
      border-bottom: var(--border) solid var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        border-bottom: var(--border) solid color-mix(in oklch, var(--color-base-content) 5%, #0000);
      }
    }
    .steps {
      display: inline-grid;
      grid-auto-flow: column;
      overflow: hidden;
      overflow-x: auto;
      counter-reset: step;
      grid-auto-columns: 1fr;
    }
    .steps .step {
      display: grid;
      grid-template-columns: repeat(1, minmax(0, 1fr));
      grid-template-columns: auto;
      grid-template-rows: repeat(2, minmax(0, 1fr));
      grid-template-rows: 40px 1fr;
      place-items: center;
      text-align: center;
      min-width: 4rem;
      --step-bg: var(--color-base-300);
      --step-fg: var(--color-base-content);
      &:before {
        top: 0;
        grid-column-start: 1;
        grid-row-start: 1;
        height: calc(0.25rem * 2);
        width: 100%;
        border: 1px solid;
        color: var(--step-bg);
        background-color: var(--step-bg);
        content: "";
        margin-inline-start: -100%;
      }
       > .step-icon, &:not(:has(.step-icon)):after {
        --tw-content: counter(step);
        content: var(--tw-content);
        counter-increment: step;
        z-index: 1;
        color: var(--step-fg);
        background-color: var(--step-bg);
        border: 1px solid var(--step-bg);
        position: relative;
        grid-column-start: 1;
        grid-row-start: 1;
        display: grid;
        height: calc(0.25rem * 8);
        width: calc(0.25rem * 8);
        place-items: center;
        place-self: center;
        border-radius: calc(infinity * 1px);
      }
      &:first-child:before {
        --tw-content: none;
        content: var(--tw-content);
      }
      &[data-content]:after {
        --tw-content: attr(data-content);
        content: var(--tw-content);
      }
    }
  }
  @layer daisyui.l1.l2 {
    .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);
    }
  }
  @layer daisyui.l1.l2.l3 {
    .chat-bubble {
      position: relative;
      display: block;
      width: fit-content;
      border-radius: var(--radius-field);
      background-color: var(--color-base-300);
      padding-inline: calc(0.25rem * 4);
      padding-block: calc(0.25rem * 2);
      color: var(--color-base-content);
      grid-row-end: 3;
      min-height: 2rem;
      min-width: 2.5rem;
      max-width: 90%;
    }
    .chat-bubble:before {
      position: absolute;
      bottom: 0;
      height: calc(0.25rem * 3);
      width: calc(0.25rem * 3);
      background-color: inherit;
      content: "";
      mask-repeat: no-repeat;
      mask-image: var(--mask-chat);
      mask-position: 0px -1px;
      mask-size: 0.8125rem;
    }
    .select {
      position: relative;
      display: inline-flex;
      flex-shrink: 1;
      appearance: none;
      align-items: center;
      gap: calc(0.25rem * 1.5);
      background-color: var(--color-base-100);
      padding-inline-start: calc(0.25rem * 3);
      padding-inline-end: calc(0.25rem * 7);
      vertical-align: middle;
      --size: calc(var(--size-field, 0.25rem) * var(--sl-size-mul, 10));
      --input-color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .select {
        --input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000);
      }
    }
    .select {
      width: clamp(3rem, 20rem, 100%);
      height: var(--size);
      font-size: max(var(--font-size, 0rem), var(--font-size-min, 0.875rem));
      touch-action: manipulation;
      border-start-start-radius: var(--join-ss, var(--radius-field));
      border-start-end-radius: var(--join-se, var(--radius-field));
      border-end-start-radius: var(--join-es, var(--radius-field));
      border-end-end-radius: var(--join-ee, var(--radius-field));
      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-size: 4px 4px, 4px 4px;
      background-repeat: no-repeat;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      border: var(--border) solid var(--input-color, #0000);
      box-shadow: 0 1px var(--input-color) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .select {
        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) * 0.1)) inset;
      }
    }
    [dir="rtl"] .select {
      background-position: calc(0% + 12px) calc(1px + 50%), calc(0% + 16px) calc(1px + 50%);
      &::picker(select), select::picker(select) {
        translate: 0.5rem 0;
      }
    }
    .select[multiple] {
      height: auto;
      overflow: auto;
      padding-block: calc(0.25rem * 3);
      padding-inline-end: calc(0.25rem * 3);
      background-image: none;
    }
    .select select {
      margin-inline-start: calc(0.25rem * -3);
      margin-inline-end: calc(0.25rem * -7);
      width: calc(100% + 2.75rem);
      appearance: none;
      padding-inline-start: calc(0.25rem * 3);
      padding-inline-end: calc(0.25rem * 7);
      height: calc(100% - calc(var(--border) * 2));
      align-items: center;
      background: inherit;
      border-radius: inherit;
      border-style: none;
      &::placeholder {
        color: var(--color-base-content);
        opacity: 50%;
      }
      &:focus, &:focus-within {
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
      }
      &:not(:last-child) {
        margin-inline-end: calc(0.25rem * -5.5);
        background-image: none;
      }
    }
    .select:focus, .select:focus-within, .select:open {
      --input-color: var(--color-base-content);
      box-shadow: 0 1px var(--input-color);
      @supports (color: color-mix(in lab, red, red)) {
        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;
      background-image: linear-gradient(135deg, #0000 50%, currentColor 50%), linear-gradient(45deg, currentColor 50%, #0000 50%);
    }
    .select:has( > select[disabled]), .select:is(:disabled, [disabled]), fieldset:disabled .select {
      cursor: not-allowed;
      border-color: var(--color-base-200);
      background-color: var(--color-base-200);
      &:is(select), :is(select) {
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
        }
      }
      box-shadow: none;
      &::placeholder, ::placeholder {
        color: var(--color-base-content);
        opacity: 20%;
      }
    }
    .select:has( > select[disabled]) > select[disabled] {
      cursor: not-allowed;
    }
    @supports (appearance: base-select) {
      :is(:is(.select), .select select), :is(:is(.select), .select select)::picker(select) {
        appearance: base-select;
      }
    }
    :is(:is(.select), .select select)::picker(select) {
      color: inherit;
      max-height: min(24rem, 70dvh);
      margin-inline: 0.5rem;
      translate: -0.5rem 0;
      border: var(--border) solid var(--color-base-200);
      margin-block: calc(0.25rem * 2);
      border-radius: var(--radius-box);
      padding: calc(0.25rem * 2);
      background-color: inherit;
      box-shadow: 0 2px calc(var(--depth) * 3px) -2px oklch(0% 0 0/0.2);
      box-shadow: 0 20px 25px -5px rgb(0 0 0 / calc(var(--depth) * 0.1)), 0 8px 10px -6px rgb(0 0 0 / calc(var(--depth) * 0.1));
    }
    :is(:is(.select), .select select)::picker-icon {
      display: none;
    }
    :is(:is(.select), .select select) selectedcontent {
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    :is(:is(.select), .select select) optgroup {
      padding-top: 0.5em;
      option {
        &:nth-child(1) {
          margin-top: 0.5em;
        }
      }
    }
    :is(:is(.select), .select select) option {
      border-radius: var(--radius-field);
      padding-block: calc(0.25rem * 1.5);
      padding-inline: calc(0.25rem * var(--option-px, 3));
      transition-property: color, background-color;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      white-space: normal;
      &:not(:disabled) {
        &:hover, &:focus-visible {
          cursor: pointer;
          background-color: var(--color-base-content);
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
          }
          --tw-outline-style: none;
          outline-style: none;
          @media (forced-colors: active) {
            outline: 2px solid transparent;
            outline-offset: 2px;
          }
        }
        &:active {
          background-color: var(--color-neutral);
          color: var(--color-neutral-content);
          box-shadow: 0 2px calc(var(--depth) * 3px) -2px var(--color-neutral);
        }
      }
    }
  }
  @layer daisyui.l1.l2 {
    .swap {
      position: relative;
      display: inline-grid;
      cursor: pointer;
      place-content: center;
      vertical-align: middle;
      webkit-user-select: none;
      user-select: none;
    }
    .swap input {
      appearance: none;
      border: none;
    }
    .swap  > * {
      grid-column-start: 1;
      grid-row-start: 1;
      @media (prefers-reduced-motion: no-preference) {
        transition-property: transform, rotate, opacity;
        transition-duration: 0.2s;
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      }
    }
    .swap .swap-on, .swap  .swap-indeterminate, .swap  input:indeterminate ~ .swap-on {
      opacity: 0%;
    }
    .swap input:is(:checked, :indeterminate) ~ .swap-off {
      opacity: 0%;
    }
    .swap input:checked ~ .swap-on, .swap  input:indeterminate ~ .swap-indeterminate {
      opacity: 100%;
      backface-visibility: visible;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .collapse-title {
      grid-column-start: 1;
      grid-row-start: 1;
      position: relative;
      width: 100%;
      padding: 1rem;
      padding-inline-end: 3rem;
      min-height: 1lh;
      transition: background-color 0.2s ease-out;
    }
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  @layer daisyui.l1.l2.l3 {
    .avatar {
      position: relative;
      display: inline-flex;
      align-self: center;
      vertical-align: middle;
    }
    .avatar > div {
      display: block;
      aspect-ratio: 1 / 1;
      overflow: hidden;
    }
    .avatar img {
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
    .checkbox {
      border: var(--border) solid var(--input-color, var(--color-base-content));
    }
    @supports (color: color-mix(in lab, red, red)) {
      .checkbox {
        border: var(--border) solid var(--input-color, color-mix(in oklab, var(--color-base-content) 20%, #0000));
      }
    }
    .checkbox {
      position: relative;
      display: inline-block;
      flex-shrink: 0;
      cursor: pointer;
      appearance: none;
      border-radius: var(--radius-selector);
      padding: 0.25rem;
      vertical-align: middle;
      color: var(--color-base-content);
      box-shadow: 0 1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 0 #0000 inset, 0 0 #0000;
      transition: background-color 0.2s, box-shadow 0.2s;
      --size: calc(var(--size-selector, 0.25rem) * 6);
      width: var(--size);
      height: var(--size);
      background-size: auto, calc(var(--noise) * 100%);
      background-image: none, var(--fx-noise);
    }
    .checkbox:before {
      --tw-content: "";
      content: var(--tw-content);
      display: block;
      width: 100%;
      height: 100%;
      rotate: 45deg;
      background-color: currentcolor;
      opacity: 0%;
      transition: clip-path 0.3s, opacity 0.1s, rotate 0.3s, translate 0.3s;
      transition-delay: 0.1s;
      clip-path: polygon(20% 100%, 20% 80%, 50% 80%, 50% 80%, 70% 80%, 70% 100%);
      box-shadow: 0px 3px 0 0px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
      font-size: 1rem;
      line-height: 0.75;
    }
    .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) * 0.1)) inset, 0 1px oklch(0% 0 0 / calc(var(--depth) * 0.1));
      &:before {
        clip-path: polygon(20% 100%, 20% 80%, 50% 80%, 50% 0%, 70% 0%, 70% 100%);
        opacity: 100%;
      }
      @media (forced-colors: active) {
        &:before {
          rotate: 0deg;
          background-color: transparent;
          --tw-content: "✔︎";
          clip-path: none;
        }
      }
      @media print {
        &:before {
          rotate: 0deg;
          background-color: transparent;
          --tw-content: "✔︎";
          clip-path: none;
        }
      }
    }
    .checkbox:indeterminate {
      background-color: var(--input-color, var(--color-base-content) );
      @supports (color: color-mix(in lab, red, red)) {
        background-color: var(--input-color, color-mix(in oklab, var(--color-base-content) 20%, #0000) );
      }
      &:before {
        rotate: 0deg;
        opacity: 100%;
        translate: 0 -35%;
        clip-path: polygon(20% 100%, 20% 80%, 50% 80%, 50% 80%, 80% 80%, 80% 100%);
      }
    }
  }
  @layer daisyui.l1.l2 {
    .checkbox:disabled {
      cursor: not-allowed;
      opacity: 20%;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .radio {
      position: relative;
      display: inline-block;
      flex-shrink: 0;
      cursor: pointer;
      appearance: none;
      border-radius: calc(infinity * 1px);
      padding: 0.25rem;
      vertical-align: middle;
      border: var(--border) solid var(--input-color, currentColor);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .radio {
        border: var(--border) solid var(--input-color, color-mix(in srgb, currentColor 20%, #0000));
      }
    }
    .radio {
      box-shadow: 0 1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset;
      --size: calc(var(--size-selector, 0.25rem) * 6);
      width: var(--size);
      height: var(--size);
      color: var(--input-color, currentColor);
    }
    .radio:before {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: calc(infinity * 1px);
      --tw-content: "";
      content: var(--tw-content);
      background-size: auto, calc(var(--noise) * 100%);
      background-image: none, var(--fx-noise);
    }
    .radio:focus-visible {
      outline: 2px solid currentColor;
    }
    .radio:checked, .radio[aria-checked="true"] {
      border-color: currentcolor;
      background-color: var(--color-base-100);
      @media (prefers-reduced-motion: no-preference) {
        animation: radio 0.2s ease-out;
      }
      &:before {
        background-color: currentcolor;
        box-shadow: 0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px oklch(0% 0 0 / calc(var(--depth) * 0.1));
      }
      @media (forced-colors: active) {
        &:before {
          outline-style: var(--tw-outline-style);
          outline-width: 1px;
          outline-offset: calc(1px * -1);
        }
      }
      @media print {
        &:before {
          outline: 0.25rem solid;
          outline-offset: -1rem;
        }
      }
    }
  }
  @layer daisyui.l1.l2 {
    .radio:disabled {
      cursor: not-allowed;
      opacity: 20%;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .navbar {
      display: flex;
      width: 100%;
      align-items: center;
      padding: 0.5rem;
      min-height: 4rem;
    }
  }
  @layer daisyui.l1.l2 {
    :where(.navbar) {
      position: relative;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .drawer {
      position: relative;
      display: grid;
      width: 100%;
      grid-auto-columns: max-content auto;
    }
    .card {
      position: relative;
      display: flex;
      flex-direction: column;
      border-radius: var(--radius-box);
      transition: outline 0.2s ease-in-out;
      outline: 2px solid #0000;
      outline-offset: 2px;
    }
    .card:focus-visible, .card[aria-checked="true"], .card:has( > :checked,  > :is([type="checkbox"], [type="radio"]):focus-visible) {
      outline-color: currentColor;
    }
    .card:has( > :checked:focus-visible), .card[aria-checked="true"]:focus-visible, .card[aria-checked="true"]:has( > :is([type="checkbox"], [type="radio"]):focus-visible) {
      outline-width: 4px;
    }
    .card:has( > :is([type="checkbox"], [type="radio"])) {
      cursor: pointer;
      user-select: none;
    }
    .card  > :is([type="checkbox"], [type="radio"]) {
      appearance: none;
    }
  }
  @layer daisyui.l1.l2.l3.l4 {
    .card figure:first-child {
      overflow: hidden;
      border-start-start-radius: inherit;
      border-start-end-radius: inherit;
      border-end-start-radius: unset;
      border-end-end-radius: unset;
    }
    .card figure:last-child {
      overflow: hidden;
      border-start-start-radius: unset;
      border-start-end-radius: unset;
      border-end-start-radius: inherit;
      border-end-end-radius: inherit;
    }
    .card figure {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .progress {
      position: relative;
      height: calc(0.25rem * 2);
      width: 100%;
      appearance: none;
      overflow: hidden;
      border-radius: var(--radius-box);
      background-color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .progress {
        background-color: color-mix(in oklab, currentcolor 20%, transparent);
      }
    }
    .progress {
      color: var(--color-base-content);
    }
    .progress:indeterminate {
      background-image: repeating-linear-gradient( 90deg, currentColor -1%, currentColor 10%, #0000 10%, #0000 90% );
      background-size: 200%;
      background-position-x: 15%;
      @media (prefers-reduced-motion: no-preference) {
        animation: progress 5s ease-in-out infinite;
      }
      @supports (-moz-appearance: none) {
        &::-moz-progress-bar {
          background-color: transparent;
          @media (prefers-reduced-motion: no-preference) {
            animation: progress 5s ease-in-out infinite;
            background-image: repeating-linear-gradient( 90deg, currentColor -1%, currentColor 10%, #0000 10%, #0000 90% );
            background-size: 200%;
            background-position-x: 15%;
          }
        }
      }
    }
    @supports (-moz-appearance: none) {
      .progress::-moz-progress-bar {
        border-radius: var(--radius-box);
        background-color: currentcolor;
        @media (prefers-reduced-motion: no-preference) {
          transition: inline-size 0.3s ease;
        }
      }
    }
    @supports (-webkit-appearance: none) {
      .progress::-webkit-progress-bar {
        border-radius: var(--radius-box);
        background-color: transparent;
      }
      .progress::-webkit-progress-value {
        border-radius: var(--radius-box);
        background-color: currentColor;
        @media (prefers-reduced-motion: no-preference) {
          transition: inline-size 0.3s ease;
        }
      }
    }
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  @layer daisyui.l1.l2 {
    .chat-end {
      place-items: end;
      grid-template-columns: 1fr auto;
    }
    .chat-end .chat-header {
      grid-column-start: 1;
    }
    .chat-end .chat-footer {
      grid-column-start: 1;
    }
    .chat-end .chat-image {
      grid-column-start: 2;
    }
    .chat-end .chat-bubble {
      grid-column-start: 1;
      border-end-end-radius: 0;
      &:before {
        transform: rotateY(180deg);
        inset-inline-start: 100%;
      }
      [dir="rtl"] &:before {
        transform: rotateY(0deg);
      }
    }
    .dropdown-end {
      --anchor-h: span-left;
    }
    .dropdown-end :where(.dropdown-content) {
      inset-inline-end: calc(0.25rem * 0);
      translate: 0 0;
      [dir="rtl"] & {
        translate: 0 0;
      }
    }
    .dropdown-end.dropdown-left {
      --anchor-h: left;
      --anchor-v: span-top;
      .dropdown-content {
        top: auto;
        bottom: 0;
      }
    }
    .dropdown-end.dropdown-right {
      --anchor-h: right;
      --anchor-v: span-top;
      .dropdown-content {
        top: auto;
        bottom: 0;
      }
    }
    .dropdown-bottom {
      --anchor-v: bottom;
    }
    .dropdown-bottom .dropdown-content {
      top: 100%;
      bottom: auto;
      transform-origin: top;
    }
  }
  .top-0 {
    top: 0px;
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-12 {
    right: calc(var(--spacing) * 12);
  }
  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .join {
    display: inline-flex;
    align-items: stretch;
    --join-ss: 0;
    --join-se: 0;
    --join-es: 0;
    --join-ee: 0;
    --join-v: 0;
    --join-h: 1;
    @scope (&) {
       > :where(:focus, :has(:focus)) {
        z-index: 1;
      }
      @media (hover: hover) {
         > :where(.btn:hover, :has(.btn:hover)) {
          isolation: isolate;
        }
      }
      :where(:scope > :first-child) {
        --join-ss: var(--radius-field);
        --join-se: calc(var(--radius-field) * var(--join-v));
        --join-es: calc(var(--radius-field) * var(--join-h));
        --join-ee: 0;
      }
      :where(:scope > :last-child) {
        --join-ss: 0;
        --join-se: calc(var(--radius-field) * var(--join-h));
        --join-es: calc(var(--radius-field) * var(--join-v));
        --join-ee: var(--radius-field);
      }
      :where(:scope > :only-child) {
        --join-ss: var(--radius-field);
        --join-se: var(--radius-field);
        --join-es: var(--radius-field);
        --join-ee: var(--radius-field);
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .textarea {
      min-height: calc(0.25rem * 20);
      flex-shrink: 1;
      appearance: none;
      border-radius: var(--radius-field);
      background-color: var(--color-base-100);
      padding-inline: calc(0.25rem * 3);
      padding-block: calc(0.25rem * 2);
      vertical-align: middle;
      --input-color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .textarea {
        --input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000);
      }
    }
    .textarea {
      width: clamp(3rem, 20rem, 100%);
      font-size: max(var(--font-size, 0rem), var(--font-size-min, 0.875rem));
      touch-action: manipulation;
      border: var(--border) solid var(--input-color, #0000);
      box-shadow: 0 1px var(--input-color) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .textarea {
        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) * 0.1)) inset;
      }
    }
    .textarea textarea {
      appearance: none;
      background-color: transparent;
      border: none;
      &::placeholder {
        color: var(--color-base-content);
        opacity: 50%;
      }
      &:focus, &:focus-within {
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
      }
    }
    .textarea:focus, .textarea:focus-within {
      --input-color: var(--color-base-content);
      box-shadow: 0 1px var(--input-color);
      @supports (color: color-mix(in lab, red, red)) {
        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;
    }
    @media (pointer: coarse) {
      @supports (-webkit-touch-callout: none) {
        .textarea:focus, .textarea:focus-within {
          --font-size: 1rem;
        }
      }
    }
    .textarea:has( > textarea[disabled]), .textarea:is(:disabled, [disabled]) {
      cursor: not-allowed;
      border-color: var(--color-base-200);
      background-color: var(--color-base-200);
      color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
      }
      box-shadow: none;
      &::placeholder, ::placeholder {
        color: var(--color-base-content);
        opacity: 20%;
      }
    }
    .textarea:has( > textarea[disabled]) > textarea[disabled] {
      cursor: not-allowed;
    }
  }
  @layer daisyui.l1.l2 {
    .btn-active {
      --btn-bg: var(--btn-color, var(--color-base-200));
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn-active {
        --btn-bg: color-mix(in oklab, var(--btn-color, var(--color-base-200)), #000 5%);
      }
    }
    .btn-active {
      color: var(--btn-fg, var(--color-base-content));
      --btn-border: var(--btn-color, var(--color-base-200));
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn-active {
        --btn-border: color-mix(in oklab, var(--btn-color, var(--color-base-200)), #000 7%);
      }
    }
    .btn-active {
      --btn-border-style: solid;
      --btn-inset: 0 0 0 0 oklch(0% 0 0/0);
      --btn-shadow: 0 0 0 0 oklch(0% 0 0/0);
      isolation: isolate;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .modal-backdrop {
      grid-column-start: 1;
      grid-row-start: 1;
      display: grid;
      align-self: stretch;
      justify-self: stretch;
      color: transparent;
      z-index: -1;
    }
    .modal-backdrop button {
      cursor: pointer;
    }
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  @layer daisyui.l1.l2.l3 {
    .modal-box {
      grid-column-start: 1;
      grid-row-start: 1;
      max-height: 100vh;
      width: calc(11 / 12 * 100%);
      max-width: 32rem;
      background-color: var(--color-base-100);
      padding: calc(0.25rem * 6);
      transition: translate 0.3s ease-out, scale 0.3s ease-out, opacity 0.2s ease-out 0.05s, box-shadow 0.3s ease-out;
      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));
      scale: 95%;
      opacity: 0;
      box-shadow: oklch(0% 0 0/ 0.25) 0px 25px 50px -12px;
      overflow-y: auto;
      overscroll-behavior: contain;
    }
    .drawer-content {
      grid-column-start: 2;
      grid-row-start: 1;
      min-width: 0;
    }
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .divider {
      display: flex;
      height: calc(0.25rem * 4);
      flex-direction: row;
      align-items: center;
      align-self: stretch;
      white-space: nowrap;
      margin: var(--divider-m, 1rem 0);
      --divider-color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .divider {
        --divider-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
      }
    }
    .divider:before, .divider:after {
      content: "";
      height: calc(0.25rem * 0.5);
      width: 100%;
      flex-grow: 1;
      background-color: var(--divider-color);
    }
    @media print {
      .divider:before, .divider:after {
        border: 0.5px solid;
      }
    }
    .divider:not(:empty) {
      gap: calc(0.25rem * 4);
    }
  }
  .m-0 {
    margin: 0px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-1 {
    margin-block: var(--spacing);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  @layer daisyui.l1.l2.l3 {
    .breadcrumbs {
      max-width: 100%;
      overflow-x: auto;
      padding-block: calc(0.25rem * 2);
    }
    .breadcrumbs  > menu, .breadcrumbs   > ul, .breadcrumbs   > ol {
      display: flex;
      min-height: min-content;
      align-items: center;
      white-space: nowrap;
       > li {
        display: flex;
        align-items: center;
         > * {
          display: flex;
          cursor: pointer;
          align-items: center;
          gap: calc(0.25rem * 2);
          &:hover {
            @media (hover: hover) {
              text-decoration-line: underline;
            }
          }
          &:focus {
            --tw-outline-style: none;
            outline-style: none;
            @media (forced-colors: active) {
              outline: 2px solid transparent;
              outline-offset: 2px;
            }
          }
          &:focus-visible {
            outline: 2px solid currentColor;
            outline-offset: 2px;
          }
        }
        & + *:before {
          content: "";
          margin-inline-start: calc(0.25rem * 2);
          margin-inline-end: calc(0.25rem * 3);
          display: block;
          height: calc(0.25rem * 1.5);
          width: calc(0.25rem * 1.5);
          opacity: 40%;
          rotate: 45deg;
          border-top: 1px solid;
          border-right: 1px solid;
          background-color: #0000;
        }
        [dir="rtl"] & + *:before {
          rotate: -135deg;
        }
      }
    }
    .label {
      display: inline-flex;
      align-items: center;
      gap: calc(0.25rem * 1.5);
      white-space: nowrap;
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .label {
        color: color-mix(in oklab, currentcolor 60%, transparent);
      }
    }
    .label:has(input) {
      cursor: pointer;
    }
    .label:is(.input > *, .select > *) {
      display: flex;
      height: calc(100% - 0.5rem);
      align-items: center;
      padding-inline: calc(0.25rem * 3);
      white-space: nowrap;
      font-size: inherit;
      &:first-child {
        margin-inline-start: calc(0.25rem * -3);
        margin-inline-end: calc(0.25rem * 3);
        border-inline-end: var(--border) solid currentColor;
        @supports (color: color-mix(in lab, red, red)) {
          border-inline-end: var(--border) solid color-mix(in oklab, currentColor 10%, #0000);
        }
      }
      &:last-child {
        margin-inline-start: calc(0.25rem * 3);
        margin-inline-end: calc(0.25rem * -3);
        border-inline-start: var(--border) solid currentColor;
        @supports (color: color-mix(in lab, red, red)) {
          border-inline-start: var(--border) solid color-mix(in oklab, currentColor 10%, #0000);
        }
      }
    }
  }
  .join-item {
    @layer daisyui.l1.l2.l3.l4 {
       > * {
        --join-ss: initial;
        --join-se: initial;
        --join-es: initial;
        --join-ee: initial;
      }
    }
    border-style: solid;
    border-width: var(--border, 1px);
    border-start-start-radius: var(--join-ss);
    border-start-end-radius: var(--join-se);
    border-end-start-radius: var(--join-es);
    border-end-end-radius: var(--join-ee);
    &:not(:first-child, :disabled, [disabled], .btn-disabled) {
      margin-inline-start: calc(var(--border, 1px) * -1 * var(--join-h));
      margin-block-start: calc(var(--border, 1px) * -1 * var(--join-v));
    }
    &:is(:disabled, [disabled], .btn-disabled) {
      border-width: var(--border, 1px);
      border-inline-end-width: calc(var(--border, 1px) * var(--join-v));
      border-block-end-width: calc(var(--border, 1px) * var(--join-h));
    }
  }
  .ms-6 {
    margin-inline-start: calc(var(--spacing) * 6);
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .prose-base {
    font-size: 1rem;
    line-height: 1.75;
    :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.875em;
    }
    :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.9em;
    }
    :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose-base > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose-base > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose-base > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose-base > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose-base > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    :where(.prose-base > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :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.7777778;
    :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 1.2222222em;
      line-height: 1.4545455;
      margin-top: 1.0909091em;
      margin-bottom: 1.0909091em;
    }
    :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.6666667em;
      margin-bottom: 1.6666667em;
      padding-inline-start: 1em;
    }
    :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 2.6666667em;
      margin-top: 0;
      margin-bottom: 0.8333333em;
      line-height: 1;
    }
    :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 1.6666667em;
      margin-top: 1.8666667em;
      margin-bottom: 1.0666667em;
      line-height: 1.3333333;
    }
    :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 1.3333333em;
      margin-top: 1.6666667em;
      margin-bottom: 0.6666667em;
      line-height: 1.5;
    }
    :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.7777778em;
      margin-bottom: 0.4444444em;
      line-height: 1.5555556;
    }
    :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.7777778em;
      margin-bottom: 1.7777778em;
    }
    :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.7777778em;
      margin-bottom: 1.7777778em;
    }
    :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.7777778em;
      margin-bottom: 1.7777778em;
    }
    :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.8888889em;
      border-radius: 0.3125rem;
      padding-top: 0.2222222em;
      padding-inline-end: 0.4444444em;
      padding-bottom: 0.2222222em;
      padding-inline-start: 0.4444444em;
    }
    :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.8888889em;
    }
    :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.8666667em;
    }
    :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.875em;
    }
    :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.8888889em;
      line-height: 1.75;
      margin-top: 2em;
      margin-bottom: 2em;
      border-radius: 0.375rem;
      padding-top: 1em;
      padding-inline-end: 1.5em;
      padding-bottom: 1em;
      padding-inline-start: 1.5em;
    }
    :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em;
      padding-inline-start: 1.5555556em;
    }
    :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em;
      padding-inline-start: 1.5555556em;
    }
    :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.6666667em;
      margin-bottom: 0.6666667em;
    }
    :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0.4444444em;
    }
    :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0.4444444em;
    }
    :where(.prose-lg > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.8888889em;
      margin-bottom: 0.8888889em;
    }
    :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.3333333em;
    }
    :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-bottom: 1.3333333em;
    }
    :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.3333333em;
    }
    :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-bottom: 1.3333333em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.8888889em;
      margin-bottom: 0.8888889em;
    }
    :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em;
    }
    :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.3333333em;
    }
    :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.6666667em;
      padding-inline-start: 1.5555556em;
    }
    :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 3.1111111em;
      margin-bottom: 3.1111111em;
    }
    :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.8888889em;
      line-height: 1.5;
    }
    :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-end: 0.75em;
      padding-bottom: 0.75em;
      padding-inline-start: 0.75em;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-top: 0.75em;
      padding-inline-end: 0.75em;
      padding-bottom: 0.75em;
      padding-inline-start: 0.75em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.7777778em;
      margin-bottom: 1.7777778em;
    }
    :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.8888889em;
      line-height: 1.5;
      margin-top: 1em;
    }
    :where(.prose-lg > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose-lg > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .prose-sm {
    font-size: 0.875rem;
    line-height: 1.7142857;
    :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.1428571em;
      margin-bottom: 1.1428571em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 1.2857143em;
      line-height: 1.5555556;
      margin-top: 0.8888889em;
      margin-bottom: 0.8888889em;
    }
    :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em;
      padding-inline-start: 1.1111111em;
    }
    :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 2.1428571em;
      margin-top: 0;
      margin-bottom: 0.8em;
      line-height: 1.2;
    }
    :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 1.4285714em;
      margin-top: 1.6em;
      margin-bottom: 0.8em;
      line-height: 1.4;
    }
    :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 1.2857143em;
      margin-top: 1.5555556em;
      margin-bottom: 0.4444444em;
      line-height: 1.5555556;
    }
    :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.4285714em;
      margin-bottom: 0.5714286em;
      line-height: 1.4285714;
    }
    :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
    }
    :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
    }
    :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
    }
    :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.8571429em;
      border-radius: 0.3125rem;
      padding-top: 0.1428571em;
      padding-inline-end: 0.3571429em;
      padding-bottom: 0.1428571em;
      padding-inline-start: 0.3571429em;
    }
    :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.8571429em;
    }
    :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.9em;
    }
    :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.8888889em;
    }
    :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.8571429em;
      line-height: 1.6666667;
      margin-top: 1.6666667em;
      margin-bottom: 1.6666667em;
      border-radius: 0.25rem;
      padding-top: 0.6666667em;
      padding-inline-end: 1em;
      padding-bottom: 0.6666667em;
      padding-inline-start: 1em;
    }
    :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.1428571em;
      margin-bottom: 1.1428571em;
      padding-inline-start: 1.5714286em;
    }
    :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.1428571em;
      margin-bottom: 1.1428571em;
      padding-inline-start: 1.5714286em;
    }
    :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.2857143em;
      margin-bottom: 0.2857143em;
    }
    :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0.4285714em;
    }
    :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0.4285714em;
    }
    :where(.prose-sm > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.5714286em;
      margin-bottom: 0.5714286em;
    }
    :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.1428571em;
    }
    :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-bottom: 1.1428571em;
    }
    :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.1428571em;
    }
    :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-bottom: 1.1428571em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.5714286em;
      margin-bottom: 0.5714286em;
    }
    :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.1428571em;
      margin-bottom: 1.1428571em;
    }
    :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.1428571em;
    }
    :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.2857143em;
      padding-inline-start: 1.5714286em;
    }
    :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 2.8571429em;
      margin-bottom: 2.8571429em;
    }
    :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.8571429em;
      line-height: 1.5;
    }
    :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-end: 1em;
      padding-bottom: 0.6666667em;
      padding-inline-start: 1em;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-top: 0.6666667em;
      padding-inline-end: 1em;
      padding-bottom: 0.6666667em;
      padding-inline-start: 1em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
    }
    :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.8571429em;
      line-height: 1.3333333;
      margin-top: 0.6666667em;
    }
    :where(.prose-sm > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose-sm > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .modal-action {
      margin-top: calc(0.25rem * 6);
      display: flex;
      justify-content: flex-end;
      gap: calc(0.25rem * 2);
    }
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .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-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-1 {
    margin-right: var(--spacing);
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .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-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .ml-1 {
    margin-left: var(--spacing);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-auto {
    margin-left: auto;
  }
  @layer daisyui.l1.l2.l3 {
    .status {
      display: inline-block;
      aspect-ratio: 1 / 1;
      width: calc(0.25rem * 2);
      height: calc(0.25rem * 2);
      border-radius: var(--radius-selector);
      background-color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .status {
        background-color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
      }
    }
    .status {
      background-position: center;
      background-repeat: no-repeat;
      vertical-align: middle;
      color: color-mix(in srgb, #000 30%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .status {
        color: color-mix(in oklab, var(--color-black) 30%, transparent);
      }
    }
    .status {
      background-image: radial-gradient( circle at 35% 30%, oklch(1 0 0 / calc(var(--depth) * 0.5)), #0000 );
      box-shadow: 0 2px 3px -1px currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .status {
        box-shadow: 0 2px 3px -1px color-mix(in oklab, currentColor calc(var(--depth) * 100%), #0000);
      }
    }
    .badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: calc(0.25rem * 2);
      border-radius: var(--radius-selector);
      vertical-align: middle;
      color: var(--badge-fg);
      border: var(--border) solid var(--badge-color, var(--color-base-200));
      font-size: 0.875rem;
      width: fit-content;
      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, 0.25rem) * 6);
      height: var(--size);
      padding-inline: calc(var(--size) / 2 - var(--border));
    }
    .tabs {
      display: flex;
      flex-wrap: wrap;
      --tabs-height: auto;
      --tabs-direction: row;
      --tab-height: calc(var(--size-field, 0.25rem) * 10);
      height: var(--tabs-height);
      flex-direction: var(--tabs-direction);
    }
    .footer {
      display: grid;
      width: 100%;
      grid-auto-flow: row;
      place-items: start;
      column-gap: calc(0.25rem * 4);
      row-gap: calc(0.25rem * 10);
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
    .footer > :not(script, style, template) {
      display: grid;
      place-items: start;
      gap: calc(0.25rem * 2);
    }
    .navbar-end {
      display: inline-flex;
      align-items: center;
      width: 50%;
      justify-content: flex-end;
    }
    .navbar-start {
      display: inline-flex;
      align-items: center;
      width: 50%;
      justify-content: flex-start;
    }
    .card-body {
      display: flex;
      flex: auto;
      flex-direction: column;
      gap: calc(0.25rem * 2);
      padding: var(--card-p, 1.5rem);
      font-size: var(--card-fs, 0.875rem);
    }
  }
  @layer daisyui.l1.l2.l3.l4 {
    .card-body p {
      flex-grow: 1;
    }
  }
  .alert {
    border-width: var(--border);
    border-color: var(--alert-border-color, var(--color-base-200));
    @layer daisyui.l1.l2.l3 {
      border-style: solid;
      --alert-border-color: var(--color-base-200);
      display: grid;
      align-items: center;
      gap: calc(0.25rem * 4);
      border-radius: var(--radius-box);
      padding-inline: calc(0.25rem * 4);
      padding-block: calc(0.25rem * 3);
      color: var(--color-base-content);
      background-color: var(--alert-color, var(--color-base-200));
      justify-content: start;
      justify-items: start;
      grid-auto-flow: column;
      grid-template-columns: auto;
      text-align: start;
      font-size: 0.875rem;
      line-height: 1.25rem;
      background-size: auto, calc(var(--noise) * 33%);
      background-image: none, var(--fx-noise);
      box-shadow: 0 3px 0 -2px oklch(100% 0 0 / calc(var(--depth) * 0.08)) inset, 0 1px #000, 0 4px 3px -2px oklch(0% 0 0 / calc(var(--depth) * 0.08));
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 3px 0 -2px oklch(100% 0 0 / calc(var(--depth) * 0.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) * 0.08));
      }
      &:has(:nth-child(2)) {
        grid-template-columns: auto minmax(auto, 1fr);
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .chat {
      display: grid;
      grid-auto-rows: min-content;
      column-gap: calc(0.25rem * 3);
      padding-block: 0.25rem;
      --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");
    }
    .card-actions {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      gap: calc(0.25rem * 2);
    }
  }
  @layer daisyui.l1.l2 {
    .avatar-placeholder > div {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .card-title {
      display: flex;
      align-items: center;
      gap: calc(0.25rem * 2);
      font-size: var(--cardtitle-fs, 1.125rem);
      font-weight: 600;
    }
  }
  :root .prose {
    --tw-prose-body: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      --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: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-prose-bullets: color-mix(in oklab, var(--color-base-content) 50%, #0000);
    }
    --tw-prose-hr: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-prose-hr: color-mix(in oklab, var(--color-base-content) 20%, #0000);
    }
    --tw-prose-quotes: var(--color-base-content);
    --tw-prose-quote-borders: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-prose-quote-borders: color-mix(in oklab, var(--color-base-content) 20%, #0000);
    }
    --tw-prose-captions: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      --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: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-prose-th-borders: color-mix(in oklab, var(--color-base-content) 50%, #0000);
    }
    --tw-prose-td-borders: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-prose-td-borders: color-mix(in oklab, var(--color-base-content) 20%, #0000);
    }
    --tw-prose-kbd: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-prose-kbd: color-mix(in oklab, var(--color-base-content) 80%, #0000);
    }
    :where(code):not(pre > code) {
      background-color: var(--color-base-200);
      border-radius: var(--radius-selector);
      border: var(--border) solid var(--color-base-300);
      padding-inline: 0.5em;
      padding-block: 0.2em;
      font-weight: inherit;
      &:before, &:after {
        display: none;
      }
    }
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  @layer daisyui.l1.l2 {
    .btn-circle {
      border-radius: calc(infinity * 1px);
      padding-inline: 0;
      width: var(--size);
      height: var(--size);
    }
    .btn-square {
      padding-inline: 0;
      width: var(--size);
      height: var(--size);
    }
  }
  .h-2\.5 {
    height: calc(var(--spacing) * 2.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-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-\[calc\(100vh-4rem\)\] {
    height: calc(100vh - 4rem);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-32 {
    max-height: calc(var(--spacing) * 32);
  }
  .max-h-\[800px\] {
    max-height: 800px;
  }
  .min-h-16 {
    min-height: calc(var(--spacing) * 16);
  }
  .min-h-96 {
    min-height: calc(var(--spacing) * 96);
  }
  .min-h-\[2rem\] {
    min-height: 2rem;
  }
  .min-h-\[3\.5rem\] {
    min-height: 3.5rem;
  }
  .min-h-\[3rem\] {
    min-height: 3rem;
  }
  .min-h-full {
    min-height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  @layer daisyui.l1.l2 {
    .loading-md {
      width: calc(var(--size-selector, 0.25rem) * 6);
    }
    .loading-sm {
      width: calc(var(--size-selector, 0.25rem) * 5);
    }
    .loading-xs {
      width: calc(var(--size-selector, 0.25rem) * 4);
    }
  }
  .w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
  .w-1\/3 {
    width: calc(1 / 3 * 100%);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }
  .w-3\/4 {
    width: calc(3 / 4 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-5\/6 {
    width: calc(5 / 6 * 100%);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-52 {
    width: calc(var(--spacing) * 52);
  }
  .w-56 {
    width: calc(var(--spacing) * 56);
  }
  .w-60 {
    width: calc(var(--spacing) * 60);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .-translate-x-2 {
    --tw-translate-x: calc(var(--spacing) * -2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: 0px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-4 {
    --tw-translate-x: calc(var(--spacing) * 4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: 0px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-4 {
    --tw-translate-y: calc(var(--spacing) * 4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-75 {
    --tw-scale-x: 75%;
    --tw-scale-y: 75%;
    --tw-scale-z: 75%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  @layer daisyui.l1.l2.l3 {
    .link {
      cursor: pointer;
      text-decoration-line: underline;
    }
    .link:focus {
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
    .link:focus-visible {
      outline: 2px solid currentColor;
      outline-offset: 2px;
    }
  }
  .cursor-grab {
    cursor: grab;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize-none {
    resize: none;
  }
  .scrollbar-thin {
    scrollbar-width: thin;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  @layer daisyui.l1.l2 {
    .footer-center {
      grid-auto-flow: column dense;
      place-items: center;
      text-align: center;
    }
    .footer-center > :not(script, style, template) {
      place-items: center;
    }
  }
  .grid-flow-col {
    grid-auto-flow: column;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .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-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(var(--spacing) * var(--tw-space-y-reverse));
    margin-block-end: calc(var(--spacing) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-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-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)));
  }
  .self-start {
    align-self: flex-start;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-box {
    border-radius: var(--radius-box);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-tr-box {
    border-top-right-radius: var(--radius-box);
  }
  .rounded-b-box {
    border-bottom-right-radius: var(--radius-box);
    border-bottom-left-radius: var(--radius-box);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-4 {
    border-top-style: var(--tw-border-style);
    border-top-width: 4px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  @layer daisyui.l1.l2 {
    .badge-ghost {
      border-color: var(--color-base-200);
      background-color: var(--color-base-200);
      color: var(--color-base-content);
      background-image: none;
    }
    .badge-outline {
      color: var(--badge-color);
      --badge-bg: #0000;
      background-image: none;
      border-color: currentColor;
    }
  }
  .border-base-100 {
    border-color: var(--color-base-100);
  }
  .border-base-200 {
    border-color: var(--color-base-200);
  }
  .border-base-300 {
    border-color: var(--color-base-300);
  }
  .border-error {
    border-color: var(--color-error);
  }
  .border-error\/20 {
    border-color: var(--color-error);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-error) 20%, transparent);
    }
  }
  .border-error\/30 {
    border-color: var(--color-error);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-error) 30%, transparent);
    }
  }
  .border-transparent {
    border-color: transparent;
  }
  @layer daisyui.l1.l2 {
    .chat-bubble-primary {
      background-color: var(--color-primary);
      color: var(--color-primary-content);
    }
    .table-zebra tbody tr:where(:nth-child(even)) {
      background-color: var(--color-base-200);
      :where(.table-pin-cols tr th) {
        background-color: var(--color-base-200);
      }
    }
    @media (hover: hover) {
      :is(:is(.table-zebra tbody tr.row-hover), .table-zebra tbody tr.row-hover:where(:nth-child(even))):hover {
        background-color: var(--color-base-300);
      }
    }
  }
  .bg-accent\/20 {
    background-color: var(--color-accent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-accent) 20%, transparent);
    }
  }
  .bg-base-100 {
    background-color: var(--color-base-100);
  }
  .bg-base-100\/80 {
    background-color: var(--color-base-100);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-base-100) 80%, transparent);
    }
  }
  .bg-base-200 {
    background-color: var(--color-base-200);
  }
  .bg-base-200\/30 {
    background-color: var(--color-base-200);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-base-200) 30%, transparent);
    }
  }
  .bg-base-200\/50 {
    background-color: var(--color-base-200);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-base-200) 50%, transparent);
    }
  }
  .bg-base-300 {
    background-color: var(--color-base-300);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-error {
    background-color: var(--color-error);
  }
  .bg-error\/10 {
    background-color: var(--color-error);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-error) 10%, transparent);
    }
  }
  .bg-error\/20 {
    background-color: var(--color-error);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-error) 20%, transparent);
    }
  }
  .bg-info {
    background-color: var(--color-info);
  }
  .bg-info\/20 {
    background-color: var(--color-info);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-info) 20%, transparent);
    }
  }
  .bg-neutral {
    background-color: var(--color-neutral);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-primary\/10 {
    background-color: var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-primary) 10%, transparent);
    }
  }
  .bg-primary\/20 {
    background-color: var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-primary) 20%, transparent);
    }
  }
  .bg-secondary {
    background-color: var(--color-secondary);
  }
  .bg-secondary\/20 {
    background-color: var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-secondary) 20%, transparent);
    }
  }
  .bg-success {
    background-color: var(--color-success);
  }
  .bg-success\/20 {
    background-color: var(--color-success);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-success) 20%, transparent);
    }
  }
  .bg-warning {
    background-color: var(--color-warning);
  }
  .bg-warning\/20 {
    background-color: var(--color-warning);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-warning) 20%, transparent);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  @layer daisyui.l1.l2.l3 {
    .btn-outline {
      --btn-bg: #0000;
      color: var(--btn-rest-fg, var(--btn-color, var(--color-base-content)));
      --btn-border: var(--btn-color, var(--color-base-content));
      --btn-border-style: solid;
      background-image: none;
      --btn-inset: 0 0 0 0 oklch(0% 0 0/0);
      --btn-shadow: 0 0 0 0 oklch(0% 0 0/0);
    }
    .btn-ghost {
      --btn-bg: #0000;
      color: var(--btn-rest-fg, var(--btn-color, var(--color-base-content, currentColor)));
      --btn-border: #0000;
      background-image: none;
      --btn-inset: 0 0 0 0 oklch(0% 0 0/0);
      --btn-shadow: 0 0 0 0 oklch(0% 0 0/0);
    }
  }
  .from-secondary\/10 {
    --tw-gradient-from: var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: 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));
  }
  .from-success\/10 {
    --tw-gradient-from: var(--color-success);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-success) 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-accent\/10 {
    --tw-gradient-to: var(--color-accent);
    @supports (color: color-mix(in lab, red, red)) {
      --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-info\/10 {
    --tw-gradient-to: var(--color-info);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-info) 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));
  }
  @layer daisyui.l1.l2 {
    .loading-ring {
      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='5.4s' 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='5.4s' 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='5.4s' 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='5.4s' 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");
    }
    @media (prefers-reduced-motion: no-preference) {
      .loading-ring {
        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 {
      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='8s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='6s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='6s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
    }
    @media (prefers-reduced-motion: no-preference) {
      .loading-spinner {
        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");
      }
    }
  }
  .stroke-current {
    stroke: currentcolor;
  }
  .object-contain {
    object-fit: contain;
  }
  @layer daisyui.l1.l2 {
    .checkbox-sm {
      padding: 0.1875rem;
      --size: calc(var(--size-selector, 0.25rem) * 5);
    }
  }
  .p-0 {
    padding: 0px;
  }
  .p-1 {
    padding: var(--spacing);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  @layer daisyui.l1.l2.l3 {
    .menu-title {
      padding-inline: calc(0.25rem * 3);
      padding-block: calc(0.25rem * 2);
      color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .menu-title {
        color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
      }
    }
    .menu-title {
      font-size: 0.875rem;
      font-weight: 600;
    }
  }
  .px-1 {
    padding-inline: var(--spacing);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pr-12 {
    padding-right: calc(var(--spacing) * 12);
  }
  .pr-24 {
    padding-right: calc(var(--spacing) * 24);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-12 {
    padding-left: calc(var(--spacing) * 12);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-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));
  }
  @layer daisyui.l1.l2 {
    .badge-lg {
      --size: calc(var(--size-selector, 0.25rem) * 7);
      font-size: 1rem;
    }
    .badge-sm {
      --size: calc(var(--size-selector, 0.25rem) * 5);
      font-size: 0.75rem;
    }
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .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-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  @layer daisyui.l1.l2 {
    .alert-error {
      color: var(--color-error-content);
      --alert-border-color: var(--color-error);
      --alert-color: var(--color-error);
    }
    .alert-info {
      color: var(--color-info-content);
      --alert-border-color: var(--color-info);
      --alert-color: var(--color-info);
    }
    .alert-success {
      color: var(--color-success-content);
      --alert-border-color: var(--color-success);
      --alert-color: var(--color-success);
    }
    .alert-warning {
      color: var(--color-warning-content);
      --alert-border-color: var(--color-warning);
      --alert-color: var(--color-warning);
    }
    .checkbox-primary {
      color: var(--color-primary-content);
      --input-color: var(--color-primary);
    }
    .link-primary {
      color: var(--color-primary);
    }
    @media (hover: hover) {
      .link-primary:hover {
        color: var(--color-primary);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-primary) 80%, #000);
        }
      }
    }
  }
  .text-accent {
    color: var(--color-accent);
  }
  .text-base-content {
    color: var(--color-base-content);
  }
  .text-base-content\/30 {
    color: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-base-content) 30%, transparent);
    }
  }
  .text-base-content\/40 {
    color: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
    }
  }
  .text-base-content\/50 {
    color: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-base-content) 50%, transparent);
    }
  }
  .text-base-content\/60 {
    color: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-base-content) 60%, transparent);
    }
  }
  .text-base-content\/70 {
    color: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-base-content) 70%, transparent);
    }
  }
  .text-base-content\/80 {
    color: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-base-content) 80%, transparent);
    }
  }
  .text-base-content\/90 {
    color: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-base-content) 90%, transparent);
    }
  }
  .text-black {
    color: var(--color-black);
  }
  .text-error {
    color: var(--color-error);
  }
  .text-error-content {
    color: var(--color-error-content);
  }
  .text-error\/60 {
    color: var(--color-error);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-error) 60%, transparent);
    }
  }
  .text-info {
    color: var(--color-info);
  }
  .text-info-content {
    color: var(--color-info-content);
  }
  .text-neutral-content {
    color: var(--color-neutral-content);
  }
  .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-success-content {
    color: var(--color-success-content);
  }
  .text-warning {
    color: var(--color-warning);
  }
  .text-warning-content {
    color: var(--color-warning-content);
  }
  @layer daisyui.l1.l2 {
    .link-hover {
      text-decoration-line: none;
    }
    @media (hover: hover) {
      .link-hover:hover {
        text-decoration-line: underline;
      }
    }
  }
  .prose :where(a.btn:not(.btn-link)):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    text-decoration-line: none;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    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, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .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,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-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));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  @layer daisyui.l1.l2 {
    .btn-error {
      --btn-color: var(--color-error);
      --btn-fg: var(--color-error-content);
      --btn-soft-bg: initial;
    }
    .btn-primary {
      --btn-color: var(--color-primary);
      --btn-fg: var(--color-primary-content);
      --btn-soft-bg: initial;
    }
    .btn-sm {
      --fontsize: 0.75rem;
      --btn-p: 0.75rem;
      --size: calc(var(--size-field, 0.25rem) * 8);
    }
    .btn-xs {
      --fontsize: 0.6875rem;
      --btn-p: 0.5rem;
      --size: calc(var(--size-field, 0.25rem) * 6);
    }
    .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-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);
    }
    :is(.input-error), .input-error:focus, .input-error:focus-within {
      --input-color: var(--color-error);
    }
    :is(.textarea-error), .textarea-error:focus, .textarea-error:focus-within {
      --input-color: var(--color-error);
    }
    .toggle-primary:checked, .toggle-primary[aria-checked="true"] {
      --input-color: var(--color-primary);
    }
  }
  @media (hover: hover) {
    .group-hover\:translate-x-0:is(:where(.group):hover *) {
      --tw-translate-x: 0px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .group-hover\:text-base-content\/60:is(:where(.group):hover *) {
      color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .group-hover\:text-base-content\/60:is(:where(.group):hover *) {
        color: color-mix(in oklab, var(--color-base-content) 60%, transparent);
      }
    }
    .group-hover\:text-base-content\/70:is(:where(.group):hover *) {
      color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .group-hover\:text-base-content\/70:is(:where(.group):hover *) {
        color: color-mix(in oklab, var(--color-base-content) 70%, transparent);
      }
    }
    .group-hover\:text-primary:is(:where(.group):hover *) {
      color: var(--color-primary);
    }
    .group-hover\:opacity-80:is(:where(.group):hover *) {
      opacity: 80%;
    }
    .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 100%;
    }
    .hover\:border-error:hover {
      border-color: var(--color-error);
    }
    .hover\:border-primary:hover {
      border-color: var(--color-primary);
    }
    .hover\:bg-base-100:hover {
      background-color: var(--color-base-100);
    }
    .hover\:bg-base-200:hover {
      background-color: var(--color-base-200);
    }
    .hover\:bg-error:hover {
      background-color: var(--color-error);
    }
    .hover\:bg-primary:hover {
      background-color: var(--color-primary);
    }
    .hover\:bg-transparent:hover {
      background-color: transparent;
    }
    .hover\:text-error-content:hover {
      color: var(--color-error-content);
    }
    .hover\:text-primary:hover {
      color: var(--color-primary);
    }
    .hover\:text-primary-content:hover {
      color: var(--color-primary-content);
    }
    .hover\:shadow-lg:hover {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    .hover\:shadow-md:hover {
      --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    .hover\:shadow-xl:hover {
      --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:border-primary:focus {
    border-color: var(--color-primary);
  }
  .focus\:bg-base-100:focus {
    background-color: var(--color-base-100);
  }
  .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\/20:focus {
    --tw-ring-color: var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-primary) 20%, transparent);
    }
  }
  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  @media (width >= 40rem) {
    .sm\:mt-0 {
      margin-top: 0px;
    }
    .sm\:inline {
      display: inline;
    }
    .sm\:flex-row {
      flex-direction: row;
    }
    .sm\:items-center {
      align-items: center;
    }
    .sm\:justify-between {
      justify-content: space-between;
    }
    .sm\:justify-end {
      justify-content: flex-end;
    }
    .sm\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
    .sm\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
    .sm\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    .sm\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:flex-row {
      flex-direction: row;
    }
    .md\:items-start {
      align-items: flex-start;
    }
  }
  @media (width >= 64rem) {
    .lg\:col-span-2 {
      grid-column: span 2 / span 2;
    }
    .lg\:flex {
      display: flex;
    }
    .lg\:hidden {
      display: none;
    }
    .lg\:w-1\/2 {
      width: calc(1 / 2 * 100%);
    }
    .lg\:w-1\/3 {
      width: calc(1 / 3 * 100%);
    }
    .lg\:w-2\/3 {
      width: calc(2 / 3 * 100%);
    }
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:flex-row {
      flex-direction: row;
    }
    .lg\:p-6 {
      padding: calc(var(--spacing) * 6);
    }
    .lg\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .prose-headings\:font-bold :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .prose-headings\:text-base-content :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
    color: var(--color-base-content);
  }
  .prose-p\:text-base-content\/80 :is(:where(p):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
    color: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-base-content) 80%, transparent);
    }
  }
  .prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
    color: var(--color-primary);
  }
  @layer daisyui.l1.l2 {
    .prose-table\:table-zebra :is(:where(table):not(:where([class~="not-prose"], [class~="not-prose"] *))) tbody tr:where(:nth-child(even)) {
      background-color: var(--color-base-200);
      :where(.table-pin-cols tr th) {
        background-color: var(--color-base-200);
      }
    }
    @media (hover: hover) {
      :is(:is(.prose-table\:table-zebra :is(:where(table):not(:where([class~="not-prose"], [class~="not-prose"] *))) tbody tr.row-hover), .prose-table\:table-zebra :is(:where(table):not(:where([class~="not-prose"], [class~="not-prose"] *))) tbody tr.row-hover:where(:nth-child(even))):hover {
        background-color: var(--color-base-300);
      }
    }
  }
  .prose-th\:bg-base-200 :is(:where(th):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
    background-color: var(--color-base-200);
  }
}
@layer components {
  .document-upload-body {
    background: radial-gradient(circle at 6% 5%, rgb(0 153 255 / 9%), transparent 25rem), radial-gradient(circle at 94% 18%, rgb(170 91 255 / 10%), transparent 28rem), #f5f7fb;
    color: #292832;
    font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", Inter, ui-sans-serif, system-ui, sans-serif;
  }
  .document-upload-main {
    padding: 0;
  }
  .document-upload-page {
    width: min(100%, 92rem);
    margin-inline: auto;
    padding: clamp(1.75rem, 2.7vw, 3rem) clamp(1rem, 2.8vw, 3rem) 3.5rem;
  }
  .document-upload-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: clamp(1.5rem, 2.2vw, 2.25rem);
  }
  .document-upload-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-bottom: 1rem;
    color: #74727d;
    font-size: 0.78rem;
    font-weight: 750;
    transition: color 180ms ease, transform 180ms ease;
  }
  .document-upload-back-link:hover {
    color: #7357d5;
    transform: translateX(-2px);
  }
  .document-upload-back-link svg, .document-upload-limit__icon svg, .document-drop-zone__icon svg, .document-file-picker svg, .document-file-row__remove svg, .document-upload-submit svg {
    width: 1.15rem;
    height: 1.15rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }
  .document-upload-eyebrow, .document-upload-card__kicker {
    margin: 0 0 0.45rem;
    background: linear-gradient(90deg, #0097f8, #a35aff);
    background-clip: text;
    color: transparent;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
  .document-upload-header h1 {
    margin: 0;
    color: #34333b;
    font-size: clamp(1.9rem, 2.65vw, 3rem);
    font-weight: 850;
    letter-spacing: -0.045em;
    line-height: 1.18;
  }
  .document-upload-lead {
    margin: 0.75rem 0 0;
    color: #76747f;
    font-size: 0.96rem;
    line-height: 1.65;
  }
  .document-upload-limit {
    display: flex;
    flex: none;
    align-items: center;
    gap: 0.8rem;
    border: 1px solid rgb(94 87 122 / 10%);
    border-radius: 1.15rem;
    padding: 0.85rem 1.05rem;
    background: rgb(255 255 255 / 83%);
    box-shadow: 0 0.85rem 2.5rem rgb(52 44 92 / 7%);
  }
  .document-upload-limit__icon {
    display: inline-flex;
    width: 2.55rem;
    height: 2.55rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.8rem;
    background: linear-gradient(135deg, #0b9af8, #a65df5);
    color: #fff;
    box-shadow: 0 0.6rem 1.3rem rgb(96 96 229 / 20%);
  }
  .document-upload-limit > span:last-child {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
  }
  .document-upload-limit small {
    color: #96919e;
    font-size: 0.64rem;
    font-weight: 750;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .document-upload-limit strong {
    color: #4a4651;
    font-size: 0.8rem;
    font-weight: 850;
    white-space: nowrap;
  }
  .document-upload-workspace {
    display: grid;
    grid-template-columns: minmax(0, 1.48fr) minmax(20rem, 0.72fr);
    align-items: start;
    gap: 1.45rem;
  }
  .document-upload-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgb(77 71 105 / 9%);
    border-radius: 1.75rem;
    background: rgb(255 255 255 / 95%);
    box-shadow: 0 1.25rem 4rem rgb(43 38 73 / 8%);
  }
  .document-upload-card--main {
    display: flex;
    min-height: 40rem;
    flex-direction: column;
    padding: clamp(1.45rem, 2.25vw, 2.45rem);
    background: linear-gradient(145deg, rgb(255 255 255 / 98%) 0%, rgb(252 251 255 / 98%) 65%, rgb(246 250 255 / 98%) 100%);
  }
  .document-upload-card--main::after {
    position: absolute;
    z-index: 0;
    top: -12rem;
    right: -11rem;
    width: 27rem;
    height: 27rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgb(0 151 248 / 9%), rgb(166 89 245 / 9%));
    content: "";
    pointer-events: none;
  }
  .document-upload-card__header, .document-upload-title-group, .document-upload-sidebar__heading {
    display: flex;
    align-items: center;
  }
  .document-upload-card__header {
    position: relative;
    z-index: 1;
    justify-content: space-between;
    gap: 1rem;
  }
  .document-upload-title-group, .document-upload-sidebar__heading {
    gap: 0.85rem;
  }
  .document-upload-step {
    display: inline-flex;
    width: 2.8rem;
    height: 2.8rem;
    flex: none;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(140 100 255 / 15%);
    border-radius: 0.85rem;
    background: rgb(141 99 255 / 8%);
    color: #775bd1;
    font-size: 0.72rem;
    font-weight: 900;
  }
  .document-upload-step--blue {
    border-color: rgb(0 151 248 / 15%);
    background: rgb(0 151 248 / 7%);
    color: #178ed8;
  }
  .document-upload-step--violet {
    border-color: rgb(166 89 245 / 15%);
    background: rgb(166 89 245 / 7%);
    color: #8b58d0;
  }
  .document-upload-card__kicker {
    margin-bottom: 0.22rem;
    font-size: 0.63rem;
    letter-spacing: 0.12em;
  }
  .document-upload-card h2 {
    margin: 0;
    color: #39363f;
    font-size: clamp(1.15rem, 1.45vw, 1.42rem);
    font-weight: 850;
    letter-spacing: -0.035em;
    line-height: 1.25;
  }
  .document-upload-state {
    display: inline-flex;
    min-height: 1.85rem;
    align-items: center;
    border-radius: 999px;
    padding-inline: 0.75rem;
    background: #fff7df;
    color: #9b721a;
    font-size: 0.66rem;
    font-weight: 850;
    white-space: nowrap;
    transition: background-color 180ms ease, color 180ms ease;
  }
  .document-upload-state--complete {
    background: #eaf8f1;
    color: #1f875b;
  }
  .document-upload-alert, .document-rejection-list {
    position: relative;
    z-index: 1;
    border: 1px solid #f2caca;
    border-radius: 1rem;
    background: #fff5f5;
    color: #a84343;
  }
  .document-upload-alert {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-top: 1.25rem;
    padding: 0.9rem 1rem;
  }
  .document-upload-alert__icon, .document-rejection-list__header > span {
    display: inline-flex;
    width: 1.65rem;
    height: 1.65rem;
    flex: none;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #d85757;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 900;
  }
  .document-upload-alert strong, .document-rejection-list strong {
    font-size: 0.8rem;
    font-weight: 850;
  }
  .document-upload-alert p {
    margin: 0.15rem 0 0;
    font-size: 0.72rem;
    line-height: 1.5;
  }
  .document-drop-zone {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 14rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 1.35rem;
    border: 1.5px dashed #d4cede;
    border-radius: 1.4rem;
    padding: 1.6rem;
    background: linear-gradient(145deg, rgb(249 251 255 / 86%), rgb(252 249 255 / 86%));
    text-align: center;
    transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  }
  .document-drop-zone--active {
    border-color: #7963e8;
    background: #f7f4ff;
    box-shadow: inset 0 0 0 3px rgb(121 99 232 / 8%);
    transform: scale(1.005);
  }
  .document-drop-zone__icon {
    display: inline-flex;
    width: 3.7rem;
    height: 3.7rem;
    align-items: center;
    justify-content: center;
    border-radius: 1.15rem;
    background: linear-gradient(135deg, #169cf3, #a45ff2);
    color: #fff;
    box-shadow: 0 0.8rem 1.8rem rgb(106 92 214 / 20%);
  }
  .document-drop-zone__icon svg {
    width: 1.55rem;
    height: 1.55rem;
  }
  .document-drop-zone__copy h3 {
    margin: 1rem 0 0;
    color: #45414b;
    font-size: 1.02rem;
    font-weight: 850;
    letter-spacing: -0.02em;
  }
  .document-drop-zone__copy p {
    margin: 0.35rem 0 0;
    color: #8c8793;
    font-size: 0.76rem;
    line-height: 1.5;
  }
  .document-file-picker {
    display: inline-flex;
    min-height: 2.7rem;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    margin-top: 1rem;
    border-radius: 999px;
    padding-inline: 1.15rem;
    background: #423f4b;
    color: #fff;
    cursor: pointer;
    font-size: 0.78rem;
    font-weight: 850;
    box-shadow: 0 0.65rem 1.3rem rgb(55 49 70 / 16%);
    transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  }
  .document-file-picker:hover {
    background: #6753cf;
    box-shadow: 0 0.8rem 1.6rem rgb(90 72 170 / 20%);
    transform: translateY(-1px);
  }
  .document-drop-zone__hint {
    margin: 0.8rem 0 0;
    color: #aaa5af;
    font-size: 0.64rem;
    font-weight: 750;
    letter-spacing: 0.025em;
  }
  .document-rejection-list {
    margin-top: 0.85rem;
    padding: 0.85rem 1rem;
  }
  .document-rejection-list__header {
    display: flex;
    align-items: center;
    gap: 0.55rem;
  }
  .document-rejection-list__header > span {
    width: 1.4rem;
    height: 1.4rem;
    font-size: 0.62rem;
  }
  .document-rejection-list p {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 0.55rem 0 0 1.95rem;
    font-size: 0.72rem;
  }
  .document-rejection-list p > span {
    overflow: hidden;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .document-rejection-list small {
    flex: none;
    color: #bd6262;
  }
  .document-queue {
    position: relative;
    z-index: 1;
    margin-top: 1rem;
    border: 1px solid #e7e3ec;
    border-radius: 1.25rem;
    background: rgb(255 255 255 / 80%);
  }
  .document-queue__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem 0.8rem;
  }
  .document-queue__header h3 {
    margin: 0;
    color: #47434c;
    font-size: 0.83rem;
    font-weight: 850;
  }
  .document-queue__header p {
    margin: 0.2rem 0 0;
    color: #99949e;
    font-size: 0.67rem;
  }
  .document-queue__header button {
    border-radius: 999px;
    padding: 0.4rem 0.6rem;
    color: #8e8794;
    cursor: pointer;
    font-size: 0.67rem;
    font-weight: 800;
    transition: background-color 180ms ease, color 180ms ease;
  }
  .document-queue__header button:hover {
    background: #f4f1f8;
    color: #7559d4;
  }
  .document-queue__list {
    max-height: 20rem;
    margin: 0;
    padding: 0 1.1rem;
    overflow-y: auto;
    scrollbar-color: #d7d0e0 transparent;
    scrollbar-width: thin;
  }
  .document-file-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 0.75rem;
    min-height: 4.2rem;
    border-top: 1px solid #f0edf3;
    padding-block: 0.7rem;
  }
  .document-file-badge {
    display: inline-flex;
    width: 2.65rem;
    height: 2.65rem;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(0 151 248 / 14%);
    border-radius: 0.78rem;
    background: rgb(0 151 248 / 8%);
    color: #178bd2;
    font-size: 0.56rem;
    font-weight: 900;
    letter-spacing: -0.015em;
  }
  .document-file-badge--coral {
    border-color: rgb(232 96 89 / 14%);
    background: rgb(232 96 89 / 8%);
    color: #cf5650;
  }
  .document-file-badge--green {
    border-color: rgb(37 162 108 / 14%);
    background: rgb(37 162 108 / 8%);
    color: #218b60;
  }
  .document-file-badge--violet {
    border-color: rgb(157 86 230 / 14%);
    background: rgb(157 86 230 / 8%);
    color: #8952c8;
  }
  .document-file-row__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0.22rem;
  }
  .document-file-row__copy strong {
    overflow: hidden;
    color: #49454e;
    font-size: 0.76rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .document-file-row__copy span {
    color: #aaa5ad;
    font-size: 0.64rem;
  }
  .document-file-row__status {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    border-radius: 999px;
    padding: 0.32rem 0.55rem;
    background: #eaf8f1;
    color: #21845a;
    font-size: 0.62rem;
    font-weight: 850;
    white-space: nowrap;
  }
  .document-file-row__remove {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #aaa4ae;
    cursor: pointer;
    transition: background-color 180ms ease, color 180ms ease;
  }
  .document-file-row__remove:hover {
    background: #fff0f0;
    color: #c45454;
  }
  .document-add-more {
    display: flex;
    min-height: 2.75rem;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    border-top: 1px solid #f0edf3;
    color: #7559d2;
    cursor: pointer;
    font-size: 0.7rem;
    font-weight: 850;
    transition: background-color 180ms ease;
  }
  .document-add-more:hover {
    background: #faf8fd;
  }
  .document-add-more > span {
    font-size: 1rem;
    font-weight: 500;
  }
  .document-upload-submit-bar {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    margin-top: auto;
    padding-top: 1.4rem;
  }
  .document-upload-submit-bar > div:first-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0.2rem;
  }
  .document-upload-submit-bar > div:first-child strong {
    color: #514d57;
    font-size: 0.75rem;
    font-weight: 850;
  }
  .document-upload-submit-bar > div:first-child span {
    color: #9b96a0;
    font-size: 0.66rem;
    line-height: 1.45;
  }
  .document-upload-submit-bar__actions {
    display: flex;
    flex: none;
    align-items: center;
    gap: 0.55rem;
  }
  .document-upload-cancel {
    display: inline-flex;
    min-height: 2.9rem;
    align-items: center;
    border-radius: 999px;
    padding-inline: 1rem;
    color: #807a87;
    font-size: 0.74rem;
    font-weight: 800;
    transition: background-color 180ms ease, color 180ms ease;
  }
  .document-upload-cancel:hover {
    background: #f2eff6;
    color: #5a5361;
  }
  .document-upload-submit {
    display: inline-flex;
    min-height: 3.05rem;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 999px;
    padding-inline: 1rem 1.15rem;
    background: linear-gradient(135deg, #159bf2, #8b5dec);
    color: #fff;
    cursor: pointer;
    font-size: 0.74rem;
    font-weight: 850;
    box-shadow: 0 0.75rem 1.7rem rgb(91 82 191 / 20%);
    transition: box-shadow 180ms ease, opacity 180ms ease, transform 180ms ease;
  }
  .document-upload-submit:hover:not(:disabled) {
    box-shadow: 0 0.95rem 2rem rgb(91 82 191 / 27%);
    transform: translateY(-1px);
  }
  .document-upload-submit:disabled {
    background: #dcd8e2;
    box-shadow: none;
    color: #9d97a5;
    cursor: not-allowed;
  }
  .document-upload-submit__count {
    display: inline-flex;
    min-width: 1.5rem;
    height: 1.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgb(255 255 255 / 20%);
    font-size: 0.64rem;
  }
  .document-upload-sidebar {
    display: grid;
    gap: 1.45rem;
  }
  .document-upload-card--formats, .document-upload-card--process {
    padding: clamp(1.35rem, 1.8vw, 1.8rem);
  }
  .document-upload-card--formats {
    background: linear-gradient(145deg, rgb(255 255 255 / 97%), rgb(246 251 255 / 97%));
  }
  .document-upload-card--process {
    background: linear-gradient(145deg, rgb(255 255 255 / 97%), rgb(251 248 255 / 97%));
  }
  .document-upload-sidebar__lead {
    margin: 1.15rem 0 0;
    color: #85818c;
    font-size: 0.73rem;
    line-height: 1.6;
  }
  .document-format-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
    margin-top: 1.15rem;
  }
  .document-format-pill {
    display: inline-flex;
    min-height: 2.65rem;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(80 76 94 / 8%);
    border-radius: 0.75rem;
    background: #f6f4f8;
    color: #77717d;
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.04em;
  }
  .document-format-pill--coral {
    background: #fff2f1;
    color: #c95752;
  }
  .document-format-pill--blue {
    background: #eef8fe;
    color: #187fbf;
  }
  .document-format-pill--green {
    background: #edf9f3;
    color: #25845c;
  }
  .document-format-pill--violet {
    background: #f6f0fc;
    color: #8250bb;
  }
  .document-upload-sidebar__note {
    margin: 1rem 0 0;
    border-top: 1px solid #eeeaf2;
    padding-top: 0.85rem;
    color: #9b96a0;
    font-size: 0.65rem;
    line-height: 1.55;
  }
  .document-process-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 1.35rem 0 0;
  }
  .document-process-list li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 0.75rem;
  }
  .document-process-list li > span {
    display: inline-flex;
    width: 1.9rem;
    height: 1.9rem;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(137 88 208 / 12%);
    border-radius: 999px;
    background: rgb(137 88 208 / 7%);
    color: #8053bc;
    font-size: 0.64rem;
    font-weight: 900;
  }
  .document-process-list strong {
    display: block;
    color: #4e4953;
    font-size: 0.74rem;
    font-weight: 850;
  }
  .document-process-list p {
    margin: 0.2rem 0 0;
    color: #97929c;
    font-size: 0.66rem;
    line-height: 1.5;
  }
  .document-upload-sidebar__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.25rem;
    border-top: 1px solid #eeeaf2;
    padding-top: 0.9rem;
    color: #7457ce;
    font-size: 0.7rem;
    font-weight: 850;
    transition: color 180ms ease;
  }
  .document-upload-sidebar__link:hover {
    color: #513aa4;
  }
  .document-upload-back-link:focus-visible, .document-file-picker:focus-within, .document-queue__header button:focus-visible, .document-file-row__remove:focus-visible, .document-add-more:focus-within, .document-upload-cancel:focus-visible, .document-upload-submit:focus-visible, .document-upload-sidebar__link:focus-visible {
    outline: 3px solid rgb(98 102 235 / 28%);
    outline-offset: 3px;
  }
  @media (max-width: 63.99rem) {
    .document-upload-workspace {
      grid-template-columns: 1fr;
    }
    .document-upload-card--main {
      min-height: 32rem;
    }
    .document-upload-sidebar {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (max-width: 47.99rem) {
    .document-upload-page {
      padding-top: 1.4rem;
    }
    .document-upload-header {
      align-items: flex-start;
      flex-direction: column;
      gap: 1.1rem;
    }
    .document-upload-limit {
      width: 100%;
    }
    .document-upload-card {
      border-radius: 1.35rem;
    }
    .document-upload-card--main {
      min-height: 0;
      padding: 1.2rem;
    }
    .document-upload-card__header {
      align-items: flex-start;
    }
    .document-upload-state {
      margin-top: 0.4rem;
    }
    .document-drop-zone {
      min-height: 13rem;
      padding: 1.25rem 0.8rem;
    }
    .document-rejection-list p {
      align-items: flex-start;
      flex-direction: column;
      gap: 0.15rem;
    }
    .document-file-row {
      grid-template-columns: auto minmax(0, 1fr) auto;
    }
    .document-file-row__status {
      display: none;
    }
    .document-upload-submit-bar {
      align-items: stretch;
      flex-direction: column;
    }
    .document-upload-submit-bar__actions {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr);
    }
    .document-upload-submit {
      width: 100%;
    }
    .document-upload-sidebar {
      grid-template-columns: 1fr;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .document-upload-back-link, .document-drop-zone, .document-file-picker, .document-queue__header button, .document-file-row__remove, .document-add-more, .document-upload-cancel, .document-upload-submit {
      transition: none;
    }
  }
  .dashboard-body {
    background: radial-gradient(circle at 9% 8%, rgb(0 150 255 / 8%), transparent 25rem), radial-gradient(circle at 92% 22%, rgb(187 100 255 / 9%), transparent 28rem), #f6f7fb;
    color: #26262b;
    font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", Inter, ui-sans-serif, system-ui, sans-serif;
  }
  .dashboard-main {
    padding: 0;
  }
  .dashboard-page {
    width: min(100%, 94rem);
    margin-inline: auto;
    padding: clamp(2rem, 3.4vw, 3.75rem) clamp(1.25rem, 3vw, 3rem) 4rem;
  }
  .dashboard-intro {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: clamp(1.75rem, 2.5vw, 2.75rem);
  }
  .dashboard-intro__eyebrow, .dashboard-panel__kicker {
    margin: 0 0 0.6rem;
    background: linear-gradient(90deg, #0096ff, #a457ff);
    background-clip: text;
    color: transparent;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.16em;
  }
  .dashboard-intro h1 {
    margin: 0;
    color: #35343a;
    font-size: clamp(1.8rem, 2.45vw, 2.75rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.2;
  }
  .dashboard-intro h1 span {
    background: linear-gradient(90deg, #0096ff, #a457ff);
    background-clip: text;
    color: transparent;
    font-weight: 900;
  }
  .dashboard-intro > div > p:last-child {
    margin: 0.75rem 0 0;
    color: #72717b;
    font-size: 1rem;
    line-height: 1.6;
  }
  .dashboard-upload-button {
    display: inline-flex;
    min-height: 3.25rem;
    flex: none;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    border: 1px solid rgb(74 70 90 / 10%);
    border-radius: 999px;
    padding-inline: 1.35rem;
    background: #fff;
    color: #403d49;
    font-size: 0.92rem;
    font-weight: 800;
    box-shadow: 0 0.75rem 2rem rgb(47 42 72 / 7%);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  }
  .dashboard-upload-button:hover {
    border-color: rgb(143 100 255 / 35%);
    box-shadow: 0 1rem 2.5rem rgb(91 74 153 / 12%);
    transform: translateY(-2px);
  }
  .dashboard-upload-button span {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
  }
  .dashboard-grid {
    display: grid;
    min-height: 43rem;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 1.5rem;
  }
  .dashboard-side {
    display: grid;
    min-width: 0;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
  .dashboard-panel {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgb(78 73 101 / 9%);
    border-radius: 1.75rem;
    background: rgb(255 255 255 / 94%);
    box-shadow: 0 1.25rem 4rem rgb(43 38 73 / 8%);
  }
  .dashboard-panel--playbooks {
    display: flex;
    flex-direction: column;
    padding: clamp(1.75rem, 2.5vw, 2.75rem);
    background: linear-gradient(145deg, rgb(255 255 255 / 98%) 0%, rgb(250 248 255 / 98%) 55%, rgb(242 249 255 / 98%) 100%);
  }
  .dashboard-panel--playbooks::after {
    position: absolute;
    top: -10rem;
    right: -9rem;
    width: 22rem;
    height: 22rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgb(0 150 255 / 11%), rgb(187 100 255 / 10%));
    content: "";
    filter: blur(1px);
    pointer-events: none;
  }
  .dashboard-panel--compact {
    display: flex;
    min-height: 0;
    flex-direction: column;
    padding: clamp(1.4rem, 1.8vw, 2rem);
  }
  .dashboard-panel__header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
  }
  .dashboard-panel__header h2 {
    margin: 0;
    color: #343239;
    font-size: clamp(1.55rem, 1.8vw, 2rem);
    font-weight: 850;
    letter-spacing: -0.035em;
    line-height: 1.25;
  }
  .dashboard-panel__header > div > p:last-child {
    margin: 0.65rem 0 0;
    color: #777481;
    font-size: 0.95rem;
    line-height: 1.6;
  }
  .dashboard-panel__header--compact {
    align-items: center;
  }
  .dashboard-panel__header--compact .dashboard-panel__kicker {
    margin-bottom: 0.25rem;
  }
  .dashboard-panel__header--compact h2 {
    font-size: 1.35rem;
  }
  .dashboard-step-badge {
    display: inline-flex;
    min-height: 2rem;
    align-items: center;
    border: 1px solid rgb(142 106 255 / 18%);
    border-radius: 999px;
    padding-inline: 0.85rem;
    background: rgb(143 105 255 / 8%);
    color: #795bd4;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }
  .dashboard-playbook-list {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.85rem;
    margin-top: clamp(1.8rem, 2.5vw, 2.75rem);
  }
  .dashboard-playbook-option {
    display: grid;
    min-height: 5.7rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    border: 1px solid rgb(72 68 91 / 10%);
    border-radius: 1.25rem;
    padding: 1rem 1.1rem;
    background: rgb(255 255 255 / 82%);
    color: #38353f;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  }
  .dashboard-playbook-option:hover {
    border-color: rgb(138 100 255 / 35%);
    box-shadow: 0 1rem 2.5rem rgb(90 72 147 / 10%);
    transform: translateY(-2px);
  }
  .dashboard-playbook-option__number {
    display: inline-flex;
    width: 2.9rem;
    height: 2.9rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.95rem;
    background: linear-gradient(135deg, #0799ff, #ac62ff);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 900;
    box-shadow: 0 0.65rem 1.4rem rgb(109 105 255 / 22%);
  }
  .dashboard-playbook-option__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0.3rem;
  }
  .dashboard-playbook-option__content strong {
    overflow: hidden;
    font-size: 1rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dashboard-playbook-option__content span {
    overflow: hidden;
    color: #85818c;
    font-size: 0.78rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dashboard-playbook-option__arrow {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f1eef8;
    color: #716b80;
    font-size: 1rem;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
  }
  .dashboard-playbook-option:hover .dashboard-playbook-option__arrow {
    background: #765ef1;
    color: #fff;
    transform: translateX(2px);
  }
  .dashboard-panel__hint {
    position: relative;
    z-index: 1;
    margin: 1.25rem 0 0;
    color: #8b8791;
    font-size: 0.78rem;
    line-height: 1.55;
  }
  .dashboard-text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    border-radius: 999px;
    padding: 0.45rem 0.65rem;
    color: #736d7b;
    font-size: 0.78rem;
    font-weight: 750;
    white-space: nowrap;
    transition: background-color 180ms ease, color 180ms ease;
  }
  .dashboard-text-link:hover {
    background: #f3f0fa;
    color: #7159d5;
  }
  .dashboard-resource-list {
    display: flex;
    min-height: 0;
    flex: 1;
    flex-direction: column;
    margin: 1rem 0 0;
    overflow-y: auto;
  }
  .dashboard-resource-list li + li {
    border-top: 1px solid #efedf3;
  }
  .dashboard-resource {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.8rem;
    border-radius: 0.8rem;
    padding: 0.7rem 0.35rem;
    color: #38363e;
    transition: background-color 180ms ease;
  }
  .dashboard-resource:hover {
    background: #f8f6fc;
  }
  .dashboard-resource__type {
    display: inline-flex;
    width: 2.45rem;
    height: 2.45rem;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(0 150 255 / 13%);
    border-radius: 0.75rem;
    background: rgb(0 150 255 / 7%);
    color: #168cdc;
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.02em;
  }
  .dashboard-resource__type--report {
    border-color: rgb(165 90 255 / 13%);
    background: rgb(165 90 255 / 7%);
    color: #8b54d0;
  }
  .dashboard-resource__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0.25rem;
  }
  .dashboard-resource__content strong, .dashboard-resource__content > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dashboard-resource__content strong {
    font-size: 0.86rem;
    font-weight: 750;
  }
  .dashboard-resource__content > span {
    color: #96929c;
    font-size: 0.69rem;
  }
  .dashboard-status {
    display: inline-flex;
    min-height: 1.6rem;
    align-items: center;
    border-radius: 999px;
    padding-inline: 0.55rem;
    font-size: 0.64rem;
    font-weight: 800;
    white-space: nowrap;
  }
  .dashboard-status--ready {
    background: #eaf8f1;
    color: #20885b;
  }
  .dashboard-status--pending {
    background: #fff5dd;
    color: #9a6c13;
  }
  .dashboard-status--failed {
    background: #fff0f0;
    color: #bd4848;
  }
  .dashboard-empty {
    display: flex;
    flex: 1;
    align-items: center;
    gap: 0.9rem;
    margin-top: 1rem;
    border: 1px dashed #ded9e8;
    border-radius: 1rem;
    padding: 1rem;
    background: #faf9fc;
  }
  .dashboard-empty--large {
    flex-direction: column;
    justify-content: center;
    margin-top: 2rem;
    text-align: center;
  }
  .dashboard-empty__mark {
    display: inline-flex;
    width: 2.6rem;
    height: 2.6rem;
    flex: none;
    align-items: center;
    justify-content: center;
    border-radius: 0.8rem;
    background: rgb(0 150 255 / 8%);
    color: #158fdc;
    font-size: 0.8rem;
    font-weight: 900;
  }
  .dashboard-empty__mark--report {
    background: rgb(165 90 255 / 8%);
    color: #8b54d0;
  }
  .dashboard-empty h3 {
    margin: 0;
    color: #4a4650;
    font-size: 0.84rem;
    font-weight: 800;
  }
  .dashboard-empty p {
    margin: 0.2rem 0 0;
    color: #95919b;
    font-size: 0.7rem;
    line-height: 1.45;
  }
  .dashboard-empty__action {
    margin-left: auto;
    color: #7759d7;
    font-size: 0.72rem;
    font-weight: 800;
    white-space: nowrap;
  }
  .dashboard-upload-button:focus-visible, .dashboard-playbook-option:focus-visible, .dashboard-resource:focus-visible, .dashboard-text-link:focus-visible, .dashboard-empty__action:focus-visible {
    outline: 3px solid rgb(104 105 255 / 30%);
    outline-offset: 3px;
  }
  @media (max-width: 63.99rem) {
    .dashboard-grid {
      min-height: 0;
      grid-template-columns: 1fr;
    }
    .dashboard-side {
      grid-template-rows: none;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .dashboard-panel--playbooks {
      min-height: 36rem;
    }
    .dashboard-panel--compact {
      min-height: 22rem;
    }
  }
  @media (max-width: 47.99rem) {
    .dashboard-page {
      padding-top: 1.75rem;
    }
    .dashboard-intro {
      align-items: flex-start;
      flex-direction: column;
      gap: 1.25rem;
    }
    .dashboard-upload-button {
      width: 100%;
    }
    .dashboard-side {
      grid-template-columns: 1fr;
    }
    .dashboard-panel {
      border-radius: 1.35rem;
    }
    .dashboard-panel--playbooks {
      min-height: 0;
      padding: 1.35rem;
    }
    .dashboard-panel__header {
      flex-direction: column;
    }
    .dashboard-panel__header--compact {
      align-items: center;
      flex-direction: row;
    }
    .dashboard-playbook-option {
      min-height: 5.25rem;
      gap: 0.75rem;
      padding-inline: 0.85rem;
    }
    .dashboard-playbook-option__number {
      width: 2.5rem;
      height: 2.5rem;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .dashboard-upload-button, .dashboard-playbook-option, .dashboard-playbook-option__arrow, .dashboard-resource, .dashboard-text-link {
      transition: none;
    }
  }
  [x-cloak] {
    display: none !important;
  }
  .research-create-body {
    background: radial-gradient(circle at 5% 4%, rgb(8 151 255 / 9%), transparent 24rem), radial-gradient(circle at 95% 20%, rgb(166 91 255 / 10%), transparent 27rem), #f5f7fb;
    color: #282832;
    font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", Inter, ui-sans-serif, system-ui, sans-serif;
  }
  .research-create-main {
    padding: 0;
  }
  .research-create-page {
    width: min(100%, 96rem);
    margin-inline: auto;
    padding: clamp(1.6rem, 2.5vw, 2.75rem) clamp(1rem, 2.6vw, 2.75rem) 3rem;
  }
  .research-create-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: clamp(1.35rem, 2vw, 2rem);
  }
  .research-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-bottom: 1.05rem;
    color: #74727d;
    font-size: 0.78rem;
    font-weight: 750;
    transition: color 180ms ease, transform 180ms ease;
  }
  .research-back-link:hover {
    color: #7357d5;
    transform: translateX(-2px);
  }
  .research-back-link svg, .research-icon-button svg, .research-scroll-hint svg, .research-playbook-option__check svg, .research-document-option__file svg, .research-document-option__checkbox svg, .research-mode-option__icon svg, .research-submit-button svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }
  .research-back-link svg {
    width: 1rem;
    height: 1rem;
  }
  .research-create-eyebrow, .research-card__kicker {
    margin: 0;
    background: linear-gradient(90deg, #0798ff, #9f5fff);
    background-clip: text;
    color: transparent;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }
  .research-create-header h1 {
    margin: 0.38rem 0 0;
    color: #302f38;
    font-size: clamp(1.85rem, 2.55vw, 2.75rem);
    font-weight: 850;
    letter-spacing: -0.045em;
    line-height: 1.15;
  }
  .research-create-lead {
    margin: 0.65rem 0 0;
    color: #777581;
    font-size: 0.92rem;
    line-height: 1.6;
  }
  .research-create-progress {
    display: flex;
    flex: none;
    align-items: center;
    padding-bottom: 0.4rem;
  }
  .research-create-progress > span:not(.research-create-progress__dot) {
    width: clamp(1.15rem, 2vw, 2.25rem);
    height: 1px;
    background: #ddd9e8;
  }
  .research-create-progress__dot {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2deeb;
    border-radius: 999px;
    background: rgb(255 255 255 / 80%);
    color: #908c99;
    font-size: 0.66rem;
    font-weight: 900;
    box-shadow: 0 0.4rem 1.2rem rgb(54 47 85 / 5%);
  }
  .research-create-progress__dot--active {
    border-color: transparent;
    background: linear-gradient(135deg, #109cff, #9a63ff);
    color: #fff;
    box-shadow: 0 0.55rem 1.35rem rgb(99 97 244 / 22%);
  }
  .research-workspace {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
    gap: 1.25rem;
    align-items: stretch;
  }
  .research-workspace__right {
    display: grid;
    min-width: 0;
    grid-template-rows: 19.5rem 22rem;
    gap: 1.25rem;
  }
  .research-form-alert {
    display: flex;
    grid-column: 1 / -1;
    align-items: flex-start;
    gap: 0.75rem;
    border: 1px solid rgb(214 69 82 / 18%);
    border-radius: 1rem;
    padding: 0.9rem 1rem;
    background: #fff7f7;
    color: #9f3541;
    box-shadow: 0 0.8rem 2rem rgb(142 43 56 / 5%);
  }
  .research-form-alert__icon {
    display: inline-flex;
    width: 1.55rem;
    height: 1.55rem;
    flex: none;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #d64a59;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 900;
  }
  .research-form-alert strong {
    display: block;
    font-size: 0.82rem;
    font-weight: 850;
  }
  .research-form-alert p {
    margin: 0.15rem 0 0;
    font-size: 0.75rem;
    line-height: 1.45;
  }
  .research-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgb(72 67 95 / 9%);
    border-radius: 1.6rem;
    background: rgb(255 255 255 / 95%);
    box-shadow: 0 1.1rem 3.5rem rgb(48 41 78 / 7%);
  }
  .research-card--playbooks {
    display: flex;
    min-height: 42.75rem;
    flex-direction: column;
    padding: clamp(1.4rem, 2vw, 2rem);
    background: linear-gradient(145deg, rgb(255 255 255 / 98%) 0%, rgb(251 249 255 / 98%) 60%, rgb(246 251 255 / 98%) 100%);
  }
  .research-card--playbooks::after {
    position: absolute;
    z-index: 0;
    top: -11rem;
    right: -10rem;
    width: 23rem;
    height: 23rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgb(10 154 255 / 9%), rgb(167 94 255 / 9%));
    content: "";
    pointer-events: none;
  }
  .research-card--documents, .research-card--modes {
    display: flex;
    min-height: 0;
    flex-direction: column;
    padding: clamp(1.25rem, 1.65vw, 1.65rem);
  }
  .research-card__header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
  }
  .research-card__title-group {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 0.85rem;
  }
  .research-card__title-group > div {
    min-width: 0;
  }
  .research-step {
    display: inline-flex;
    width: 2.45rem;
    height: 2.45rem;
    flex: none;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(139 94 255 / 13%);
    border-radius: 0.82rem;
    background: rgb(141 95 255 / 8%);
    color: #7958d3;
    font-size: 0.7rem;
    font-weight: 900;
  }
  .research-step--blue {
    border-color: rgb(0 148 255 / 13%);
    background: rgb(0 148 255 / 8%);
    color: #1789d4;
  }
  .research-step--violet {
    border-color: rgb(165 85 255 / 13%);
    background: rgb(165 85 255 / 8%);
    color: #8b51cf;
  }
  .research-card__kicker {
    margin-bottom: 0.22rem;
    font-size: 0.58rem;
  }
  .research-card__header h2 {
    overflow: hidden;
    margin: 0;
    color: #37353e;
    font-size: clamp(1.05rem, 1.25vw, 1.28rem);
    font-weight: 850;
    letter-spacing: -0.03em;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .research-state-badge {
    display: inline-flex;
    min-height: 1.7rem;
    flex: none;
    align-items: center;
    border-radius: 999px;
    padding-inline: 0.65rem;
    background: #fff7e5;
    color: #946814;
    font-size: 0.61rem;
    font-weight: 850;
    white-space: nowrap;
  }
  .research-state-badge--complete {
    background: #eaf8f1;
    color: #20885b;
  }
  .research-set-switcher {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.8rem;
    margin: 1.45rem 0 1rem;
    border: 1px solid rgb(91 83 121 / 9%);
    border-radius: 1.05rem;
    padding: 0.6rem;
    background: rgb(255 255 255 / 74%);
    box-shadow: 0 0.7rem 2rem rgb(59 51 91 / 5%);
  }
  .research-icon-button {
    display: inline-flex;
    width: 2.55rem;
    height: 2.55rem;
    align-items: center;
    justify-content: center;
    border: 1px solid #ebe7f1;
    border-radius: 0.8rem;
    background: #fff;
    color: #625d6d;
    cursor: pointer;
    transition: border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
  }
  .research-icon-button:hover:not(:disabled) {
    border-color: rgb(127 94 234 / 30%);
    color: #7659d5;
    box-shadow: 0 0.55rem 1.35rem rgb(79 59 138 / 9%);
    transform: translateY(-1px);
  }
  .research-icon-button:disabled {
    opacity: 0.38;
    cursor: not-allowed;
  }
  .research-icon-button svg {
    width: 1.05rem;
    height: 1.05rem;
  }
  .research-set-switcher__label {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    text-align: center;
  }
  .research-set-switcher__label > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0.1rem;
  }
  .research-set-switcher__label span {
    color: #9a96a0;
    font-size: 0.57rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .research-set-switcher__label strong {
    overflow: hidden;
    color: #413e49;
    font-size: 0.9rem;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .research-set-switcher__label small {
    flex: none;
    color: #9995a0;
    font-size: 0.62rem;
    font-weight: 800;
  }
  .research-playbook-stage {
    position: relative;
    z-index: 1;
    min-height: 0;
    flex: 1;
  }
  .research-playbook-list {
    display: flex;
    height: clamp(23rem, 43vh, 27rem);
    flex-direction: column;
    gap: 0.72rem;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0.2rem 0.35rem 0.2rem 0.15rem;
    scroll-behavior: smooth;
    scrollbar-color: #d9d3e6 transparent;
    scrollbar-width: thin;
  }
  .research-playbook-list:focus-visible {
    border-radius: 1rem;
    outline: 3px solid rgb(111 101 232 / 20%);
    outline-offset: 3px;
  }
  .research-playbook-option {
    position: relative;
    display: grid;
    width: 100%;
    min-height: 7.25rem;
    flex: none;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.9rem;
    border: 1px solid #ece9f1;
    border-radius: 1.1rem;
    padding: 1rem;
    background: rgb(255 255 255 / 82%);
    color: #3b3942;
    font: inherit;
    text-align: left;
    cursor: pointer;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background-color 180ms ease;
  }
  .research-playbook-option:hover {
    border-color: rgb(129 94 231 / 25%);
    box-shadow: 0 0.8rem 2rem rgb(76 60 126 / 7%);
    transform: translateY(-1px);
  }
  .research-playbook-option--selected {
    border-color: rgb(119 88 222 / 48%);
    background: linear-gradient(135deg, #fbf9ff, #f8fbff);
    box-shadow: 0 0 0 2px rgb(117 89 224 / 9%), 0 0.8rem 2.2rem rgb(80 63 139 / 9%);
  }
  .research-document-option input, .research-mode-option input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
  }
  .research-playbook-option__number {
    display: inline-flex;
    width: 2.65rem;
    height: 2.65rem;
    flex: none;
    align-items: center;
    justify-content: center;
    border-radius: 0.8rem;
    background: #f2eff7;
    color: #80798d;
    font-size: 0.65rem;
    font-weight: 900;
    transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
  }
  .research-playbook-option--selected .research-playbook-option__number {
    background: linear-gradient(135deg, #0a9aff, #a15fff);
    color: #fff;
    box-shadow: 0 0.55rem 1.35rem rgb(91 94 238 / 20%);
  }
  .research-playbook-option__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0.34rem;
  }
  .research-playbook-option__copy strong {
    overflow: hidden;
    font-size: 0.9rem;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .research-playbook-option__copy > span {
    display: -webkit-box;
    overflow: hidden;
    color: #85818d;
    font-size: 0.7rem;
    line-height: 1.48;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .research-playbook-option__check {
    display: inline-flex;
    width: 1.55rem;
    height: 1.55rem;
    align-items: center;
    justify-content: center;
    border: 1px solid #ded9e8;
    border-radius: 999px;
    color: transparent;
    transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
  }
  .research-playbook-option__check svg {
    width: 0.9rem;
    height: 0.9rem;
    stroke-width: 2.4;
  }
  .research-playbook-option--selected .research-playbook-option__check {
    border-color: #765cdf;
    background: #765cdf;
    color: #fff;
  }
  .research-scroll-hint {
    display: flex;
    min-height: 1.6rem;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    margin: 0.65rem 0 0;
    color: #98949e;
    font-size: 0.63rem;
    font-weight: 700;
  }
  .research-scroll-hint svg {
    width: 0.82rem;
    height: 0.82rem;
  }
  .research-document-actions {
    display: flex;
    flex: none;
    align-items: center;
    gap: 0.45rem;
  }
  .research-text-action {
    display: inline-flex;
    min-height: 1.8rem;
    align-items: center;
    gap: 0.2rem;
    border-radius: 999px;
    padding-inline: 0.6rem;
    color: #7057ca;
    font-size: 0.65rem;
    font-weight: 850;
    transition: background-color 180ms ease;
  }
  .research-text-action:hover {
    background: #f5f1fb;
  }
  .research-text-action span {
    font-size: 0.85rem;
    line-height: 1;
  }
  .research-document-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 1rem 0 0.45rem;
    padding-bottom: 0.55rem;
    border-bottom: 1px solid #f0edf4;
  }
  .research-document-toolbar p {
    margin: 0;
    color: #8f8b96;
    font-size: 0.67rem;
    line-height: 1.4;
  }
  .research-document-toolbar button {
    flex: none;
    border: 0;
    background: transparent;
    color: #7c7489;
    font-size: 0.64rem;
    font-weight: 800;
    cursor: pointer;
  }
  .research-document-toolbar button:hover:not(:disabled) {
    color: #7655cf;
  }
  .research-document-toolbar button:disabled {
    opacity: 0.35;
    cursor: not-allowed;
  }
  .research-document-list {
    display: flex;
    min-height: 0;
    flex: 1;
    flex-direction: column;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 0.2rem;
    scrollbar-color: #d9d3e6 transparent;
    scrollbar-width: thin;
  }
  .research-document-option {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.72rem;
    border-radius: 0.85rem;
    padding: 0.56rem 0.45rem;
    color: #45424c;
    cursor: pointer;
    transition: background-color 180ms ease;
  }
  .research-document-option + .research-document-option {
    border-top: 1px solid #f1eef4;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .research-document-option:hover {
    background: #faf8fd;
  }
  .research-document-option:has(input:checked) {
    background: #f7fbff;
  }
  .research-document-option__file {
    display: inline-flex;
    width: 2.2rem;
    height: 2.2rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.68rem;
    background: #eef8ff;
    color: #238dd0;
  }
  .research-document-option__file svg {
    width: 1.05rem;
    height: 1.05rem;
  }
  .research-document-option__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0.2rem;
  }
  .research-document-option__copy strong {
    overflow: hidden;
    font-size: 0.74rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .research-document-option__copy > span {
    color: #a09ca5;
    font-size: 0.59rem;
  }
  .research-document-option__checkbox {
    display: inline-flex;
    width: 1.25rem;
    height: 1.25rem;
    align-items: center;
    justify-content: center;
    border: 1px solid #dcd7e5;
    border-radius: 0.4rem;
    color: transparent;
    transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
  }
  .research-document-option__checkbox svg {
    width: 0.76rem;
    height: 0.76rem;
    stroke-width: 2.5;
  }
  .research-document-option:has(input:checked) .research-document-option__checkbox {
    border-color: #218ed3;
    background: #218ed3;
    color: #fff;
  }
  .research-mode-list {
    display: grid;
    grid-auto-columns: minmax(11.5rem, 1fr);
    grid-auto-flow: column;
    gap: 0.7rem;
    margin-top: 1rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 0.15rem 0.2rem 0.45rem;
    scroll-snap-type: inline proximity;
    scrollbar-color: #d9d3e6 transparent;
    scrollbar-width: thin;
  }
  .research-mode-option {
    position: relative;
    display: flex;
    min-height: 9.2rem;
    flex-direction: column;
    border: 1px solid #ebe7f0;
    border-radius: 1rem;
    padding: 0.85rem;
    background: #fff;
    color: #403d47;
    cursor: pointer;
    scroll-snap-align: start;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background-color 180ms ease;
  }
  .research-mode-option:hover {
    border-color: rgb(128 92 226 / 27%);
    box-shadow: 0 0.7rem 1.8rem rgb(76 58 130 / 7%);
    transform: translateY(-1px);
  }
  .research-mode-option:has(input:checked) {
    border-color: rgb(119 82 222 / 48%);
    background: linear-gradient(145deg, #fbf9ff, #f7fbff);
    box-shadow: 0 0 0 2px rgb(115 82 222 / 8%);
  }
  .research-mode-option__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0.7rem;
  }
  .research-mode-option__icon {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.65rem;
    background: #f2eff9;
    color: #765acf;
  }
  .research-mode-option__icon svg {
    width: 1rem;
    height: 1rem;
  }
  .research-mode-option__radio {
    width: 0.95rem;
    height: 0.95rem;
    border: 1px solid #d9d3e4;
    border-radius: 999px;
    box-shadow: inset 0 0 0 3px #fff;
    transition: border-color 180ms ease, background-color 180ms ease;
  }
  .research-mode-option:has(input:checked) .research-mode-option__radio {
    border-color: #775bdd;
    background: #775bdd;
  }
  .research-mode-option > strong {
    overflow: hidden;
    font-size: 0.78rem;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .research-mode-option > span:last-child {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 0.3rem;
    color: #8e8995;
    font-size: 0.63rem;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .research-submit-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: auto;
    border-top: 1px solid #efecf3;
    padding-top: 0.85rem;
  }
  .research-submit-bar > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0.2rem;
  }
  .research-submit-bar > div strong {
    overflow: hidden;
    color: #49464f;
    font-size: 0.72rem;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .research-submit-bar > div span {
    color: #9a96a0;
    font-size: 0.61rem;
  }
  .research-submit-button {
    display: inline-flex;
    min-height: 2.7rem;
    flex: none;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    border: 0;
    border-radius: 999px;
    padding-inline: 1.05rem;
    background: linear-gradient(90deg, #1a97ef, #865ee6);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 850;
    box-shadow: 0 0.65rem 1.7rem rgb(91 83 210 / 22%);
    cursor: pointer;
    transition: box-shadow 180ms ease, transform 180ms ease, opacity 180ms ease;
  }
  .research-submit-button:hover:not(:disabled) {
    box-shadow: 0 0.85rem 2rem rgb(91 83 210 / 30%);
    transform: translateY(-1px);
  }
  .research-submit-button:disabled {
    box-shadow: none;
    opacity: 0.42;
    cursor: not-allowed;
  }
  .research-submit-button svg {
    width: 0.95rem;
    height: 0.95rem;
  }
  .research-empty-state {
    display: flex;
    min-height: 7rem;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px dashed #dcd6e6;
    border-radius: 1rem;
    padding: 1rem;
    background: #fbfafc;
    text-align: center;
  }
  .research-empty-state--large {
    margin-top: 1.5rem;
  }
  .research-empty-state__icon {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.55rem;
    border-radius: 0.65rem;
    background: #f0edf7;
    color: #786b91;
    font-size: 0.66rem;
    font-weight: 900;
  }
  .research-empty-state strong {
    color: #5b5663;
    font-size: 0.76rem;
    font-weight: 850;
  }
  .research-empty-state p {
    margin: 0.22rem 0 0;
    color: #97929d;
    font-size: 0.64rem;
    line-height: 1.45;
  }
  .research-empty-state a {
    margin-top: 0.7rem;
    color: #7656cd;
    font-size: 0.67rem;
    font-weight: 850;
  }
  .research-back-link:focus-visible, .research-icon-button:focus-visible, .research-text-action:focus-visible, .research-document-toolbar button:focus-visible, .research-submit-button:focus-visible, .research-empty-state a:focus-visible, .research-playbook-option:focus-visible, .research-document-option:has(input:focus-visible), .research-mode-option:has(input:focus-visible) {
    outline: 3px solid rgb(105 96 226 / 25%);
    outline-offset: 3px;
  }
  @media (max-width: 69.99rem) {
    .research-workspace {
      grid-template-columns: 1fr;
    }
    .research-card--playbooks {
      min-height: 0;
    }
    .research-playbook-list {
      height: 24rem;
    }
    .research-workspace__right {
      grid-template-rows: none;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .research-card--documents, .research-card--modes {
      min-height: 23rem;
    }
  }
  @media (max-width: 47.99rem) {
    .research-create-page {
      padding-top: 1.25rem;
    }
    .research-create-header {
      align-items: flex-start;
      flex-direction: column;
      gap: 1rem;
    }
    .research-create-progress {
      display: none;
    }
    .research-workspace__right {
      grid-template-columns: 1fr;
    }
    .research-card {
      border-radius: 1.25rem;
    }
    .research-card--playbooks, .research-card--documents, .research-card--modes {
      min-height: 0;
      padding: 1.15rem;
    }
    .research-playbook-list {
      height: 23.3rem;
    }
    .research-card__header {
      gap: 0.6rem;
    }
    .research-card__header h2 {
      font-size: 1rem;
    }
    .research-document-actions {
      align-items: flex-end;
      flex-direction: column-reverse;
      gap: 0.2rem;
    }
    .research-mode-list {
      grid-auto-columns: minmax(10.75rem, 78%);
    }
  }
  @media (max-width: 31.99rem) {
    .research-playbook-option {
      grid-template-columns: minmax(0, 1fr) auto;
    }
    .research-playbook-option__number {
      display: none;
    }
    .research-set-switcher__label {
      gap: 0.4rem;
    }
    .research-set-switcher__label small {
      display: none;
    }
    .research-submit-bar {
      align-items: stretch;
      flex-direction: column;
    }
    .research-submit-button {
      width: 100%;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .research-back-link, .research-icon-button, .research-playbook-option, .research-playbook-option__number, .research-playbook-option__check, .research-document-option, .research-document-option__checkbox, .research-mode-option, .research-mode-option__radio, .research-submit-button {
      transition: none;
    }
    .research-playbook-list {
      scroll-behavior: auto;
    }
  }
  .document-library-body {
    background: radial-gradient(circle at 5% 6%, rgb(8 151 255 / 9%), transparent 26rem), radial-gradient(circle at 96% 18%, rgb(166 91 255 / 10%), transparent 29rem), #f5f7fb;
    color: #292832;
    font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", Inter, ui-sans-serif, system-ui, sans-serif;
  }
  .document-library-main {
    padding: 0;
  }
  .document-library-page {
    width: min(100%, 98rem);
    margin-inline: auto;
    padding: clamp(1.6rem, 2.5vw, 2.75rem) clamp(1rem, 2.6vw, 2.75rem) 3rem;
  }
  .document-library-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1.15rem;
  }
  .document-library-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-bottom: 1rem;
    color: #74727d;
    font-size: 0.78rem;
    font-weight: 750;
    transition: color 180ms ease, transform 180ms ease;
  }
  .document-library-back-link:hover {
    color: #7357d5;
    transform: translateX(-2px);
  }
  .document-library-back-link svg, .document-library-upload-button svg, .document-library-icon-action svg, .document-library-state__icon svg, .document-library-primary-action svg, .document-row-select svg, .document-index-search svg, .document-index-no-results svg, .document-index-report-button svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }
  .document-library-back-link svg {
    width: 1rem;
    height: 1rem;
  }
  .document-library-eyebrow, .document-index-header p, .document-library-state > p, .document-preview-heading p {
    margin: 0;
    background: linear-gradient(90deg, #0798ff, #9f5fff);
    background-clip: text;
    color: transparent;
    font-size: 0.67rem;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
  .document-library-header h1 {
    margin: 0.38rem 0 0;
    color: #302f38;
    font-size: clamp(1.85rem, 2.55vw, 2.8rem);
    font-weight: 850;
    letter-spacing: -0.045em;
    line-height: 1.15;
  }
  .document-library-lead {
    margin: 0.65rem 0 0;
    color: #777581;
    font-size: 0.92rem;
    line-height: 1.6;
  }
  .document-library-header__actions {
    display: flex;
    flex: none;
    align-items: center;
    gap: 0.65rem;
    padding-bottom: 0.25rem;
  }
  .document-library-upload-button, .document-library-retry-button {
    display: inline-flex;
    min-height: 3rem;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    border-radius: 999px;
    padding-inline: 1.1rem;
    font-size: 0.76rem;
    font-weight: 850;
    cursor: pointer;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, opacity 180ms ease;
  }
  .document-library-upload-button {
    background: linear-gradient(135deg, #159bf2, #8b5dec);
    color: #fff;
    box-shadow: 0 0.75rem 1.8rem rgb(91 82 191 / 20%);
  }
  .document-library-upload-button:hover {
    box-shadow: 0 0.95rem 2.1rem rgb(91 82 191 / 28%);
    transform: translateY(-1px);
  }
  .document-library-upload-button svg {
    width: 1rem;
    height: 1rem;
  }
  .document-library-retry-button {
    border: 1px solid #f0d3d3;
    background: rgb(255 255 255 / 80%);
    color: #b44d4d;
  }
  .document-library-retry-button:hover:not(:disabled) {
    border-color: #e4b0b0;
    box-shadow: 0 0.7rem 1.7rem rgb(153 61 61 / 8%);
    transform: translateY(-1px);
  }
  .document-library-retry-button:disabled {
    opacity: 0.55;
    cursor: wait;
  }
  .document-library-retry-button > span:first-child {
    display: inline-flex;
    width: 1.25rem;
    height: 1.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #d85b5b;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 900;
  }
  .document-library-retry-button small {
    display: inline-flex;
    min-width: 1.25rem;
    height: 1.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #fff0f0;
    font-size: 0.62rem;
  }
  .document-library-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 1rem;
    border: 1px solid rgb(78 73 101 / 8%);
    border-radius: 1.15rem;
    background: rgb(255 255 255 / 76%);
    box-shadow: 0 0.8rem 2.4rem rgb(43 38 73 / 5%);
  }
  .document-library-summary > div {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    padding: 0.75rem 1rem;
  }
  .document-library-summary > div + div {
    border-left: 1px solid #efedf3;
  }
  .document-library-summary span {
    overflow: hidden;
    color: #8d8994;
    font-size: 0.66rem;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .document-library-summary strong {
    color: #4b4752;
    font-size: 0.78rem;
    font-weight: 900;
    white-space: nowrap;
  }
  .document-library-summary > div:nth-child(2) strong {
    color: #23875f;
  }
  .document-library-summary > div:nth-child(3) strong {
    color: #9c6f18;
  }
  .document-library-workspace {
    display: grid;
    grid-template-columns: minmax(0, 1.42fr) minmax(22rem, 0.72fr);
    gap: 1.25rem;
    align-items: stretch;
  }
  .document-library-card {
    position: relative;
    min-width: 0;
    height: clamp(42rem, calc(100vh - 16rem), 53rem);
    overflow: hidden;
    border: 1px solid rgb(72 67 95 / 9%);
    border-radius: 1.65rem;
    background: rgb(255 255 255 / 95%);
    box-shadow: 0 1.1rem 3.5rem rgb(48 41 78 / 7%);
  }
  .document-library-preview {
    display: flex;
    flex-direction: column;
    background: linear-gradient(145deg, rgb(255 255 255 / 98%) 0%, rgb(251 250 255 / 98%) 70%, rgb(247 251 255 / 98%) 100%);
  }
  .document-library-preview::after {
    position: absolute;
    z-index: 0;
    top: -13rem;
    right: -11rem;
    width: 28rem;
    height: 28rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgb(10 154 255 / 8%), rgb(167 94 255 / 8%));
    content: "";
    pointer-events: none;
  }
  .document-preview-header {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 6.2rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid #efedf3;
    padding: 1.1rem clamp(1.1rem, 1.8vw, 1.7rem);
    background: rgb(255 255 255 / 72%);
    backdrop-filter: blur(10px);
  }
  .document-preview-heading {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 0.85rem;
  }
  .document-library-file-badge {
    display: inline-flex;
    width: 3rem;
    height: 3rem;
    flex: none;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(0 151 248 / 14%);
    border-radius: 0.88rem;
    background: rgb(0 151 248 / 8%);
    color: #178bd2;
    font-size: 0.56rem;
    font-weight: 900;
    letter-spacing: -0.015em;
  }
  .document-library-file-badge--small {
    width: 2.45rem;
    height: 2.45rem;
    border-radius: 0.72rem;
    font-size: 0.51rem;
  }
  .document-library-file-badge--coral {
    border-color: rgb(232 96 89 / 14%);
    background: rgb(232 96 89 / 8%);
    color: #cf5650;
  }
  .document-library-file-badge--green {
    border-color: rgb(37 162 108 / 14%);
    background: rgb(37 162 108 / 8%);
    color: #218b60;
  }
  .document-library-file-badge--violet {
    border-color: rgb(157 86 230 / 14%);
    background: rgb(157 86 230 / 8%);
    color: #8952c8;
  }
  .document-preview-heading > div {
    min-width: 0;
  }
  .document-preview-heading p {
    margin-bottom: 0.27rem;
    font-size: 0.59rem;
    letter-spacing: 0.12em;
  }
  .document-preview-heading h2 {
    overflow: hidden;
    margin: 0;
    color: #3d3944;
    font-size: 0.92rem;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .document-preview-heading > div > span {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.27rem;
    color: #9b96a0;
    font-size: 0.61rem;
  }
  .document-preview-heading i, .document-row-copy i {
    font-style: normal;
  }
  .document-preview-actions {
    display: flex;
    flex: none;
    align-items: center;
    gap: 0.42rem;
  }
  .document-library-status {
    display: inline-flex;
    min-height: 1.65rem;
    align-items: center;
    justify-content: center;
    gap: 0.28rem;
    border-radius: 999px;
    padding-inline: 0.58rem;
    font-size: 0.59rem;
    font-weight: 850;
    white-space: nowrap;
  }
  .document-library-status--ready {
    background: #eaf8f1;
    color: #20865b;
  }
  .document-library-status--working {
    background: #eef7ff;
    color: #237fb9;
  }
  .document-library-status--failed {
    background: #fff0f0;
    color: #b84a4a;
  }
  .document-library-status--idle {
    background: #fff6df;
    color: #926815;
  }
  .document-library-icon-action {
    display: inline-flex;
    width: 2.15rem;
    height: 2.15rem;
    align-items: center;
    justify-content: center;
    border: 1px solid #ece8f1;
    border-radius: 0.72rem;
    background: rgb(255 255 255 / 76%);
    color: #716b78;
    transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
  }
  .document-library-icon-action:hover {
    border-color: rgb(113 86 211 / 24%);
    background: #f8f5fd;
    color: #7458d0;
    transform: translateY(-1px);
  }
  .document-library-icon-action--danger:hover {
    border-color: #f0caca;
    background: #fff4f4;
    color: #bc4e4e;
  }
  .document-library-icon-action svg {
    width: 1rem;
    height: 1rem;
  }
  .document-preview-body {
    position: relative;
    z-index: 1;
    min-height: 0;
    flex: 1;
    overflow: auto;
    overscroll-behavior: contain;
    scrollbar-color: #d9d3e6 transparent;
    scrollbar-width: thin;
  }
  .document-library-state {
    display: flex;
    min-height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2rem;
    text-align: center;
  }
  .document-library-state__icon {
    display: inline-flex;
    width: 4.6rem;
    height: 4.6rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
    border: 1px solid rgb(112 89 214 / 12%);
    border-radius: 1.35rem;
    background: linear-gradient(145deg, #f1f8ff, #f6f0ff);
    color: #7658cf;
    font-size: 1.3rem;
    font-weight: 900;
    box-shadow: 0 0.9rem 2.2rem rgb(72 58 129 / 9%);
  }
  .document-library-state__icon svg {
    width: 2rem;
    height: 2rem;
  }
  .document-library-state > p {
    margin-bottom: 0.5rem;
    font-size: 0.62rem;
  }
  .document-library-state h3 {
    margin: 0;
    color: #403c47;
    font-size: clamp(1.25rem, 1.7vw, 1.6rem);
    font-weight: 850;
    letter-spacing: -0.035em;
  }
  .document-library-state > span:not(.document-library-state__icon, .document-library-orbit) {
    max-width: 31rem;
    margin-top: 0.65rem;
    color: #8a8590;
    font-size: 0.75rem;
    line-height: 1.65;
  }
  .document-library-state--error .document-library-state__icon {
    border-color: #f0cece;
    background: #fff3f3;
    color: #c04f4f;
  }
  .document-library-orbit {
    position: relative;
    display: inline-flex;
    width: 5rem;
    height: 5rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    border-radius: 999px;
    background: linear-gradient(145deg, #f1f8ff, #f5efff);
  }
  .document-library-orbit::before, .document-library-orbit::after {
    position: absolute;
    border: 1px solid rgb(112 89 214 / 16%);
    border-radius: 999px;
    content: "";
    inset: 0.45rem;
  }
  .document-library-orbit::after {
    border-top-color: #7559d5;
    animation: document-library-spin 1.4s linear infinite;
    inset: 0;
  }
  .document-library-orbit i {
    position: absolute;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: #149af3;
    box-shadow: 0 0 0.8rem rgb(20 154 243 / 40%);
    transform: translate(2.25rem, -0.2rem);
  }
  .document-library-orbit b {
    background: linear-gradient(135deg, #159bf2, #8b5dec);
    background-clip: text;
    color: transparent;
    font-size: 1.1rem;
    font-weight: 950;
  }
  @keyframes document-library-spin {
    to {
      transform: rotate(360deg);
    }
  }
  .document-library-progress {
    width: min(100%, 20rem);
    height: 0.3rem;
    margin-top: 1.25rem;
    overflow: hidden;
    border-radius: 999px;
    background: #ede9f2;
  }
  .document-library-progress span {
    display: block;
    width: 35%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #169bf3, #9a5ff1);
    animation: document-library-progress 1.6s ease-in-out infinite;
  }
  @keyframes document-library-progress {
    0% {
      transform: translateX(-110%);
    }
    100% {
      transform: translateX(300%);
    }
  }
  .document-library-primary-action {
    display: inline-flex;
    min-height: 2.85rem;
    align-items: center;
    justify-content: center;
    gap: 0.42rem;
    margin-top: 1.25rem;
    border: 0;
    border-radius: 999px;
    padding-inline: 1.1rem;
    background: linear-gradient(135deg, #159bf2, #8b5dec);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 850;
    box-shadow: 0 0.75rem 1.7rem rgb(91 82 191 / 20%);
    cursor: pointer;
    transition: box-shadow 180ms ease, transform 180ms ease;
  }
  .document-library-primary-action:hover {
    box-shadow: 0 0.95rem 2rem rgb(91 82 191 / 28%);
    transform: translateY(-1px);
  }
  .document-library-primary-action--danger {
    background: linear-gradient(135deg, #d85b5b, #bd525f);
    box-shadow: 0 0.75rem 1.7rem rgb(174 63 76 / 16%);
  }
  .document-library-primary-action svg {
    width: 0.95rem;
    height: 0.95rem;
  }
  .document-library-error-details {
    width: min(100%, 34rem);
    margin-top: 1rem;
    border: 1px solid #f0d2d2;
    border-radius: 0.85rem;
    background: #fff7f7;
    color: #a84444;
    text-align: left;
  }
  .document-library-error-details summary {
    padding: 0.7rem 0.85rem;
    font-size: 0.67rem;
    font-weight: 850;
    cursor: pointer;
  }
  .document-library-error-details pre {
    max-height: 8rem;
    margin: 0;
    overflow: auto;
    border-top: 1px solid #f3dddd;
    padding: 0.8rem;
    font-size: 0.62rem;
    line-height: 1.5;
    white-space: pre-wrap;
  }
  .document-markdown-shell {
    min-height: 100%;
    padding: clamp(1.5rem, 2.5vw, 2.7rem);
    background: linear-gradient(90deg, transparent 2.15rem, rgb(125 105 191 / 5%) 2.2rem, transparent 2.25rem), rgb(255 255 255 / 66%);
  }
  .document-markdown-skeleton {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  .document-markdown-skeleton span {
    height: 0.75rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #eeebf2 25%, #f7f5fa 50%, #eeebf2 75%);
    background-size: 200% 100%;
    animation: document-library-shimmer 1.5s infinite;
  }
  .document-markdown-skeleton span:first-child {
    width: 42%;
    height: 1.45rem;
    margin-bottom: 0.7rem;
  }
  .document-markdown-skeleton span:nth-child(3) {
    width: 91%;
  }
  .document-markdown-skeleton span:nth-child(4) {
    width: 84%;
  }
  .document-markdown-skeleton span:nth-child(5) {
    width: 63%;
  }
  @keyframes document-library-shimmer {
    to {
      background-position: -200% 0;
    }
  }
  .document-library-prose {
    max-width: 52rem;
    margin-inline: auto;
    color: #4f4b55;
    font-size: 0.86rem;
    line-height: 1.8;
    overflow-wrap: anywhere;
  }
  .document-library-prose > :first-child {
    margin-top: 0;
  }
  .document-library-prose > :last-child {
    margin-bottom: 0;
  }
  .document-library-prose h1, .document-library-prose h2, .document-library-prose h3, .document-library-prose h4 {
    color: #34313a;
    font-weight: 850;
    letter-spacing: -0.03em;
    line-height: 1.35;
  }
  .document-library-prose h1 {
    margin: 0 0 1.5rem;
    border-bottom: 1px solid #e9e5ee;
    padding-bottom: 1rem;
    font-size: 1.8rem;
  }
  .document-library-prose h2 {
    margin: 2rem 0 0.8rem;
    font-size: 1.35rem;
  }
  .document-library-prose h3 {
    margin: 1.6rem 0 0.65rem;
    font-size: 1.08rem;
  }
  .document-library-prose p, .document-library-prose ul, .document-library-prose ol, .document-library-prose blockquote, .document-library-prose pre {
    margin: 0.85rem 0;
  }
  .document-library-prose ul, .document-library-prose ol {
    padding-left: 1.35rem;
  }
  .document-library-prose ul {
    list-style: disc;
  }
  .document-library-prose ol {
    list-style: decimal;
  }
  .document-library-prose li + li {
    margin-top: 0.3rem;
  }
  .document-library-prose a {
    color: #6d55c7;
    font-weight: 750;
    text-decoration: underline;
    text-decoration-color: rgb(109 85 199 / 30%);
    text-underline-offset: 0.18em;
  }
  .document-library-prose blockquote {
    border-left: 3px solid #8b68df;
    border-radius: 0 0.7rem 0.7rem 0;
    padding: 0.7rem 1rem;
    background: #f8f5fd;
    color: #6e6875;
  }
  .document-library-prose code {
    border-radius: 0.3rem;
    padding: 0.12rem 0.3rem;
    background: #f0edf5;
    color: #6b4fae;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.82em;
  }
  .document-library-prose pre {
    overflow-x: auto;
    border-radius: 0.85rem;
    padding: 1rem;
    background: #34313a;
    color: #f5f3f8;
  }
  .document-library-prose pre code {
    padding: 0;
    background: transparent;
    color: inherit;
  }
  .document-markdown-table {
    width: 100%;
    margin: 1rem 0;
    overflow-x: auto;
    border: 1px solid #e6e2eb;
    border-radius: 0.85rem;
  }
  .document-markdown-table table {
    width: 100%;
    min-width: 30rem;
    border-collapse: collapse;
    font-size: 0.76rem;
  }
  .document-markdown-table th, .document-markdown-table td {
    border-bottom: 1px solid #ece9f0;
    padding: 0.7rem 0.8rem;
    text-align: left;
  }
  .document-markdown-table th {
    background: #f6f3f9;
    color: #4f4a56;
    font-weight: 850;
  }
  .document-preview-footer {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 4.6rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid #efedf3;
    padding: 0.8rem clamp(1.1rem, 1.8vw, 1.7rem);
    background: rgb(255 255 255 / 82%);
    backdrop-filter: blur(10px);
  }
  .document-preview-footer > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0.18rem;
  }
  .document-preview-footer strong {
    color: #4b4751;
    font-size: 0.71rem;
    font-weight: 850;
  }
  .document-preview-footer span {
    overflow: hidden;
    color: #99949e;
    font-size: 0.61rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .document-preview-select {
    display: inline-flex;
    min-height: 2.55rem;
    flex: none;
    align-items: center;
    justify-content: center;
    border: 1px solid #ded9e8;
    border-radius: 999px;
    padding-inline: 0.9rem;
    background: #fff;
    color: #6f6878;
    font-size: 0.67rem;
    font-weight: 850;
    cursor: pointer;
    transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
  }
  .document-preview-select:hover {
    border-color: rgb(115 84 213 / 30%);
    color: #7356ce;
  }
  .document-preview-select--selected {
    border-color: #d4eadd;
    background: #eaf8f1;
    color: #20865b;
  }
  .document-library-index {
    display: flex;
    flex-direction: column;
    padding: 1.25rem;
  }
  .document-index-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
  .document-index-header p {
    margin-bottom: 0.25rem;
    font-size: 0.6rem;
    letter-spacing: 0.12em;
  }
  .document-index-header h2 {
    margin: 0;
    color: #38353e;
    font-size: 1.25rem;
    font-weight: 850;
    letter-spacing: -0.035em;
  }
  .document-index-header > span {
    display: inline-flex;
    min-height: 1.75rem;
    align-items: center;
    border-radius: 999px;
    padding-inline: 0.65rem;
    background: #f2eff7;
    color: #7e7688;
    font-size: 0.61rem;
    font-weight: 850;
  }
  .document-index-search {
    position: relative;
    display: flex;
    min-height: 2.8rem;
    align-items: center;
    gap: 0.45rem;
    margin-top: 1rem;
    border: 1px solid #e7e3ec;
    border-radius: 0.9rem;
    padding: 0 0.75rem;
    background: #faf9fc;
    transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
  }
  .document-index-search:focus-within {
    border-color: rgb(113 82 214 / 35%);
    background: #fff;
    box-shadow: 0 0 0 3px rgb(113 82 214 / 7%);
  }
  .document-index-search svg {
    width: 0.95rem;
    height: 0.95rem;
    flex: none;
    color: #9c96a3;
  }
  .document-index-search input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #4b4751;
    font-size: 0.7rem;
  }
  .document-index-search input::placeholder {
    color: #aaa5af;
  }
  .document-index-search button {
    display: inline-flex;
    width: 1.35rem;
    height: 1.35rem;
    flex: none;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #ece8f1;
    color: #7e7786;
    font-size: 0.85rem;
    cursor: pointer;
  }
  .document-index-filters {
    display: flex;
    gap: 0.35rem;
    margin-top: 0.65rem;
    overflow-x: auto;
    padding-bottom: 0.18rem;
    scrollbar-width: none;
  }
  .document-index-filters::-webkit-scrollbar {
    display: none;
  }
  .document-index-filters button {
    display: inline-flex;
    min-height: 1.9rem;
    flex: none;
    align-items: center;
    gap: 0.3rem;
    border-radius: 999px;
    padding-inline: 0.65rem;
    background: #f5f3f8;
    color: #85808c;
    font-size: 0.59rem;
    font-weight: 800;
    cursor: pointer;
    transition: background-color 180ms ease, color 180ms ease;
  }
  .document-index-filters button:hover {
    background: #efebf6;
    color: #655e6e;
  }
  .document-index-filters button.is-active {
    background: #4a4651;
    color: #fff;
  }
  .document-index-filters small {
    display: inline-flex;
    min-width: 1.05rem;
    height: 1.05rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgb(255 255 255 / 68%);
    color: inherit;
    font-size: 0.52rem;
  }
  .document-index-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 0.65rem;
    border-bottom: 1px solid #efecf3;
    padding: 0 0.2rem 0.55rem;
  }
  .document-index-toolbar > span {
    color: #9b96a0;
    font-size: 0.58rem;
  }
  .document-index-toolbar strong {
    color: #716a79;
    font-weight: 900;
  }
  .document-index-toolbar button {
    border: 0;
    background: transparent;
    color: #7358ca;
    font-size: 0.59rem;
    font-weight: 850;
    cursor: pointer;
  }
  .document-index-toolbar button:disabled {
    color: #b5b0b9;
    cursor: not-allowed;
  }
  .document-index-list {
    min-height: 0;
    flex: 1;
    margin-top: 0.35rem;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 0.2rem;
    scrollbar-color: #d9d3e6 transparent;
    scrollbar-width: thin;
  }
  .document-library-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.4rem;
    border: 1px solid transparent;
    border-radius: 1rem;
    padding: 0.28rem;
    transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  }
  .document-library-row + .document-library-row {
    margin-top: 0.18rem;
  }
  .document-library-row:hover {
    background: #faf8fd;
  }
  .document-library-row--active {
    border-color: rgb(115 86 213 / 18%);
    background: linear-gradient(135deg, #faf8ff, #f7fbff);
    box-shadow: 0 0.55rem 1.4rem rgb(70 55 120 / 5%);
  }
  .document-row-preview {
    display: grid;
    min-width: 0;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.65rem;
    border-radius: 0.8rem;
    padding: 0.45rem 0.25rem;
    color: #45414a;
  }
  .document-row-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0.22rem;
  }
  .document-row-copy strong {
    overflow: hidden;
    font-size: 0.7rem;
    font-weight: 820;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .document-row-copy > span {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    color: #a19ca6;
    font-size: 0.57rem;
  }
  .document-row-select {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.65rem;
    cursor: pointer;
    transition: background-color 180ms ease;
  }
  .document-row-select:hover {
    background: #f0edf5;
  }
  .document-row-select input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
  }
  .document-row-select > span {
    display: inline-flex;
    width: 1.18rem;
    height: 1.18rem;
    align-items: center;
    justify-content: center;
    border: 1px solid #dcd7e5;
    border-radius: 0.38rem;
    background: #fff;
    color: transparent;
    transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
  }
  .document-row-select svg {
    width: 0.74rem;
    height: 0.74rem;
    stroke-width: 2.5;
  }
  .document-row-select:has(input:checked) > span {
    border-color: #765cdf;
    background: #765cdf;
    color: #fff;
  }
  .document-index-no-results {
    display: flex;
    min-height: 14rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1rem;
    text-align: center;
  }
  .document-index-no-results > span {
    display: inline-flex;
    width: 2.8rem;
    height: 2.8rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.85rem;
    background: #f1eef6;
    color: #817a8b;
  }
  .document-index-no-results svg {
    width: 1.2rem;
    height: 1.2rem;
  }
  .document-index-no-results strong {
    margin-top: 0.7rem;
    color: #59545f;
    font-size: 0.75rem;
    font-weight: 850;
  }
  .document-index-no-results p {
    margin: 0.25rem 0 0;
    color: #9a95a0;
    font-size: 0.63rem;
  }
  .document-index-no-results button {
    margin-top: 0.7rem;
    color: #7357ce;
    font-size: 0.64rem;
    font-weight: 850;
    cursor: pointer;
  }
  .document-index-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    margin-top: 0.65rem;
    border-top: 1px solid #efecf3;
    padding-top: 0.8rem;
  }
  .document-index-footer > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0.18rem;
  }
  .document-index-footer strong {
    color: #4b4751;
    font-size: 0.7rem;
    font-weight: 850;
  }
  .document-index-footer > div > span {
    overflow: hidden;
    color: #9b96a0;
    font-size: 0.58rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .document-index-report-button {
    display: inline-flex;
    min-height: 2.7rem;
    flex: none;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    border-radius: 999px;
    padding-inline: 0.95rem;
    background: linear-gradient(135deg, #159bf2, #8b5dec);
    color: #fff;
    font-size: 0.66rem;
    font-weight: 850;
    box-shadow: 0 0.65rem 1.5rem rgb(91 82 191 / 18%);
    transition: box-shadow 180ms ease, opacity 180ms ease, transform 180ms ease;
  }
  .document-index-report-button:hover:not([aria-disabled="true"]) {
    box-shadow: 0 0.85rem 1.8rem rgb(91 82 191 / 26%);
    transform: translateY(-1px);
  }
  .document-index-report-button[aria-disabled="true"] {
    background: #dcd8e2;
    box-shadow: none;
    color: #9d97a5;
    cursor: not-allowed;
  }
  .document-index-report-button svg {
    width: 0.85rem;
    height: 0.85rem;
  }
  .document-index-empty {
    display: flex;
    min-height: 0;
    flex: 1;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1.5rem;
    text-align: center;
  }
  .document-index-empty strong {
    margin-top: 0.85rem;
    color: #504b56;
    font-size: 0.8rem;
    font-weight: 850;
  }
  .document-index-empty p {
    max-width: 17rem;
    margin: 0.35rem 0 0;
    color: #99949e;
    font-size: 0.64rem;
    line-height: 1.55;
  }
  .document-index-empty a {
    margin-top: 0.85rem;
    color: #7357ce;
    font-size: 0.68rem;
    font-weight: 850;
  }
  .document-library-back-link:focus-visible, .document-library-upload-button:focus-visible, .document-library-retry-button:focus-visible, .document-library-icon-action:focus-visible, .document-library-primary-action:focus-visible, .document-preview-select:focus-visible, .document-index-search button:focus-visible, .document-index-filters button:focus-visible, .document-index-toolbar button:focus-visible, .document-row-preview:focus-visible, .document-row-select:has(input:focus-visible), .document-index-no-results button:focus-visible, .document-index-report-button:focus-visible, .document-index-empty a:focus-visible {
    outline: 3px solid rgb(105 96 226 / 25%);
    outline-offset: 3px;
  }
  @media (max-width: 75rem) {
    .document-library-workspace {
      grid-template-columns: minmax(0, 1.2fr) minmax(20rem, 0.8fr);
    }
  }
  @media (max-width: 63.99rem) {
    .document-library-workspace {
      grid-template-columns: 1fr;
    }
    .document-library-card {
      height: auto;
      min-height: 42rem;
    }
    .document-library-index {
      height: 42rem;
      min-height: 0;
    }
    .document-preview-body {
      min-height: 32rem;
    }
  }
  @media (max-width: 47.99rem) {
    .document-library-page {
      padding-top: 1.25rem;
    }
    .document-library-header {
      align-items: flex-start;
      flex-direction: column;
      gap: 1rem;
    }
    .document-library-header__actions, .document-library-upload-button {
      width: 100%;
    }
    .document-library-retry-button {
      flex: none;
    }
    .document-library-summary {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .document-library-summary > div:nth-child(3) {
      border-left: 0;
      border-top: 1px solid #efedf3;
    }
    .document-library-summary > div:nth-child(4) {
      border-top: 1px solid #efedf3;
    }
    .document-library-card {
      min-height: 38rem;
      border-radius: 1.3rem;
    }
    .document-preview-header {
      align-items: flex-start;
      flex-direction: column;
    }
    .document-preview-actions {
      width: 100%;
    }
    .document-preview-actions .document-library-status {
      margin-right: auto;
    }
    .document-preview-body {
      min-height: 27rem;
    }
    .document-preview-footer {
      align-items: stretch;
      flex-direction: column;
    }
    .document-preview-select {
      width: 100%;
    }
    .document-library-index {
      height: 40rem;
      min-height: 0;
    }
  }
  @media (max-width: 31.99rem) {
    .document-library-header__actions {
      align-items: stretch;
      flex-direction: column-reverse;
    }
    .document-library-retry-button {
      width: 100%;
    }
    .document-library-summary {
      grid-template-columns: 1fr;
    }
    .document-library-summary > div + div, .document-library-summary > div:nth-child(3) {
      border-top: 1px solid #efedf3;
      border-left: 0;
    }
    .document-preview-heading .document-library-file-badge {
      width: 2.5rem;
      height: 2.5rem;
    }
    .document-row-preview {
      grid-template-columns: auto minmax(0, 1fr);
    }
    .document-row-preview > .document-library-status {
      display: none;
    }
    .document-index-footer {
      align-items: stretch;
      flex-direction: column;
    }
    .document-index-report-button {
      width: 100%;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .document-library-back-link, .document-library-upload-button, .document-library-retry-button, .document-library-icon-action, .document-library-primary-action, .document-preview-select, .document-index-search, .document-index-filters button, .document-library-row, .document-row-select, .document-row-select > span, .document-index-report-button {
      transition: none;
    }
    .document-library-orbit::after, .document-library-progress span, .document-markdown-skeleton span {
      animation: none;
    }
  }
  .home-hero {
    position: relative;
    isolation: isolate;
    min-height: max(680px, 100svh);
    overflow: hidden;
    background: #000;
    color: #fff;
    font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", Inter, ui-sans-serif, system-ui, sans-serif;
  }
  .home-hero__background {
    position: absolute;
    z-index: -3;
    top: -16.75%;
    left: 0;
    width: 126%;
    max-width: none;
    height: 128%;
    object-fit: cover;
    object-position: center;
    opacity: 0.21;
    pointer-events: none;
  }
  .home-hero__shade {
    position: absolute;
    z-index: -2;
    inset: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 4%), rgb(0 0 0 / 16%));
    pointer-events: none;
  }
  .home-hero__nav {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: grid;
    width: 100%;
    min-height: clamp(76px, 5.52vw, 112px);
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding-inline: clamp(1.25rem, 4.4vw, 5.5rem);
  }
  .home-hero__language {
    min-width: 0;
    justify-self: start;
  }
  .home-hero__logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    justify-self: center;
  }
  .home-hero__logo-link:focus-visible, .home-hero__nav-link:focus-visible, .home-hero__button:focus-visible, .home-hero__cta:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
  }
  .home-hero__logo {
    display: block;
    width: clamp(8rem, 11.73vw, 14.875rem);
    height: auto;
  }
  .home-hero__actions {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(0.5rem, 0.65vw, 0.8rem);
    justify-self: end;
  }
  .home-hero__nav-link {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: clamp(0.35rem, 0.45vw, 0.6rem);
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #fff;
    font-size: clamp(0.8125rem, 0.985vw, 1.25rem);
    font-weight: 600;
    letter-spacing: 0.04em;
    white-space: nowrap;
    cursor: pointer;
    transition: color 180ms ease, background-color 180ms ease;
  }
  .home-hero__nav-link:hover {
    color: rgb(255 255 255 / 78%);
  }
  .home-hero__language-icon {
    width: clamp(1.5rem, 2.12vw, 2.6875rem);
    height: clamp(1.5rem, 2.12vw, 2.6875rem);
    flex: none;
  }
  .home-hero__user-icon {
    width: clamp(1.35rem, 1.87vw, 2.375rem);
    height: clamp(1.35rem, 1.87vw, 2.375rem);
    flex: none;
  }
  .home-hero__account-label {
    max-width: 10rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .home-hero__button {
    display: inline-flex;
    min-height: clamp(2.5rem, 2.27vw, 2.875rem);
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding-inline: clamp(1rem, 1.3vw, 1.65rem);
    font-size: clamp(0.8125rem, 0.985vw, 1.25rem);
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1;
    white-space: nowrap;
    transition: box-shadow 180ms ease, transform 180ms ease;
  }
  .home-hero__button:hover, .home-hero__cta:hover {
    transform: translateY(-2px);
  }
  .home-hero__button--light {
    background: #fff;
    color: #080808;
  }
  .home-hero__button--gradient {
    min-width: clamp(6.5rem, 7.2vw, 9.125rem);
    background: linear-gradient(90deg, #8274fe, #b767ff);
    color: #fff;
    box-shadow: 0 0.75rem 2.5rem rgb(139 109 255 / 18%);
  }
  .home-hero__content {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: max(680px, 100svh);
    flex-direction: column;
    align-items: center;
    padding: clamp(9.75rem, 21.75svh, 15.5rem) clamp(1.25rem, 5vw, 6rem) 3.5rem;
    text-align: center;
  }
  .home-hero__title, .home-hero__description {
    margin: 0;
  }
  .home-hero__eyebrow, .home-hero__headline, .home-hero__description {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home-hero__eyebrow {
    font-size: clamp(1.3rem, 2.81vw, 3.5625rem);
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.315;
  }
  .home-hero__headline {
    margin-top: clamp(1.65rem, 3vw, 3.8rem);
    font-size: clamp(2.55rem, 4.53vw, 5.75rem);
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1.05;
  }
  .home-hero__description {
    margin-top: clamp(2.25rem, 3.65vw, 4.625rem);
    color: rgb(255 255 255 / 82%);
    font-size: clamp(1.05rem, 1.48vw, 1.875rem);
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: 1.47;
  }
  .home-hero__cta {
    display: inline-flex;
    width: clamp(15rem, 17vw, 21.5625rem);
    min-height: clamp(3.25rem, 3.25vw, 4.125rem);
    align-items: center;
    justify-content: center;
    margin-top: clamp(2.75rem, 4vw, 5.1rem);
    border-radius: 999px;
    background: linear-gradient(90deg, #7c75ff, #bb65ff);
    color: #fff;
    font-size: clamp(1.125rem, 1.48vw, 1.875rem);
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 1rem 3rem rgb(124 117 255 / 20%);
    transition: box-shadow 180ms ease, transform 180ms ease;
  }
  .home-hero__cta:hover {
    box-shadow: 0 1.25rem 3.5rem rgb(174 101 255 / 32%);
  }
  #home-lang-dd {
    position-area: bottom span-right;
    margin-top: 0.75rem;
  }
  #home-user-dd {
    position-area: bottom span-left;
    margin-top: 0.75rem;
  }
  #home-lang-dd, #home-user-dd {
    display: none !important;
  }
  #home-lang-dd:popover-open, #home-user-dd:popover-open {
    display: flex !important;
  }
  .home-outcome {
    display: flex;
    width: 100%;
    aspect-ratio: 2049 / 1116;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    padding-top: min(7.808vw, 10rem);
    background: #fff;
    color: rgb(0 0 0 / 82%);
    font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", Inter, ui-sans-serif, system-ui, sans-serif;
    text-align: center;
  }
  .home-outcome__logo {
    display: block;
    width: clamp(10rem, 16.008vw, 20.5rem);
    height: auto;
    flex: none;
  }
  .home-outcome__title {
    display: flex;
    width: 56.76%;
    flex-direction: column;
    align-items: center;
    margin: min(1.367vw, 1.75rem) 0 0;
    color: #474545;
    font-size: clamp(2.1875rem, 3.416vw, 4.375rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.243;
  }
  .home-outcome__title > span {
    display: block;
    white-space: nowrap;
  }
  .home-outcome__title strong, .home-outcome__limitation-title {
    background: linear-gradient(90deg, #0096ff, #bb64ff);
    background-clip: text;
    color: transparent;
    font-weight: 900;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .home-outcome__description {
    width: 60.17%;
    max-width: 77.0625rem;
    margin-top: min(2.831vw, 3.625rem);
    font-size: clamp(0.9375rem, 1.464vw, 1.875rem);
    font-weight: 400;
    letter-spacing: -0.018em;
    line-height: 1.5;
    overflow-wrap: break-word;
    word-break: keep-all;
  }
  .home-outcome__description p {
    margin: 0;
  }
  .home-outcome__description p + p {
    margin-top: min(2.196vw, 2.8125rem);
  }
  .home-outcome__limitation-title {
    margin: min(3.416vw, 4.375rem) 0 0;
    font-size: clamp(2.1875rem, 3.416vw, 4.375rem);
    letter-spacing: -0.035em;
    line-height: 1.243;
  }
  .home-outcome__limitation-copy {
    width: 60.17%;
    max-width: 77.0625rem;
    margin: min(1.66vw, 2.125rem) 0 0;
    font-size: clamp(0.9375rem, 1.464vw, 1.875rem);
    font-weight: 400;
    letter-spacing: -0.018em;
    line-height: 1.5;
    overflow-wrap: break-word;
    word-break: keep-all;
  }
  .home-impact, .home-capabilities, .home-performance, .home-value, .home-final-cta {
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", Inter, ui-sans-serif, system-ui, sans-serif;
    word-break: keep-all;
  }
  .home-section-kicker, .home-impact__title strong, .home-impact-card h3, .home-capability-card__number, .home-performance-card__keyword, .home-value__content strong {
    background: linear-gradient(90deg, #0197ff 27.4%, #bb64ff 71.15%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .home-impact {
    display: flex;
    aspect-ratio: 2028 / 1118;
    flex-direction: column;
    align-items: center;
    padding-top: min(13.41vw, 17rem);
    background: #f5f5f7;
    color: rgb(0 0 0 / 82%);
    text-align: center;
  }
  .home-impact__title {
    width: 67.55%;
    margin: 0;
    color: #474545;
    font-size: clamp(2.5rem, 3.45vw, 4.375rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.243;
  }
  .home-impact__title strong {
    font-weight: 900;
  }
  .home-impact__title strong::after {
    content: " :";
    color: #474545;
    -webkit-text-fill-color: #474545;
  }
  .home-impact__description {
    width: 57.45%;
    max-width: 72.8125rem;
    margin: min(3.55vw, 4.5rem) 0 0;
    font-size: clamp(1rem, 1.58vw, 2rem);
    letter-spacing: -0.018em;
    line-height: 1.25;
  }
  .home-impact__grid {
    display: grid;
    width: 80.47%;
    max-width: 102rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: min(1.185vw, 1.5rem);
    margin-top: min(3.5vw, 4.4375rem);
  }
  .home-impact-card {
    display: flex;
    aspect-ratio: 390 / 296.447;
    flex-direction: column;
    align-items: center;
    border: 1px solid #b2b2b2;
    border-radius: min(1.48vw, 1.875rem);
    padding: min(3.21vw, 4.0625rem) min(1.3vw, 1.625rem) min(2vw, 2.5rem);
    background: #fff;
  }
  .home-impact-card h3 {
    margin: 0;
    font-size: clamp(1.5rem, 2.465vw, 3.125rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.243;
  }
  .home-impact-card h3 span {
    font-weight: 900;
  }
  .home-impact-card p {
    margin: min(1.17vw, 1.5rem) 0 0;
    font-size: clamp(0.875rem, 1.233vw, 1.5625rem);
    letter-spacing: -0.018em;
    line-height: 1.48;
  }
  .home-capabilities {
    display: flex;
    aspect-ratio: 2020 / 2438;
    flex-direction: column;
    align-items: center;
    padding-top: min(9.8vw, 12.375rem);
    background: #fff;
    color: rgb(0 0 0 / 82%);
    text-align: center;
  }
  .home-capabilities__intro {
    display: flex;
    width: min(64%, 80rem);
    flex-direction: column;
    align-items: center;
  }
  .home-section-kicker {
    margin: 0;
    font-size: clamp(2.5rem, 3.465vw, 4.375rem);
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1.243;
  }
  .home-capabilities__intro h2 {
    margin: min(0.84vw, 1.0625rem) 0 0;
    color: #474545;
    font-size: clamp(2.5rem, 3.465vw, 4.375rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.243;
  }
  .home-capabilities__intro-copy {
    margin-top: min(2.575vw, 3.25rem);
    font-size: clamp(1rem, 1.485vw, 1.875rem);
    letter-spacing: -0.018em;
    line-height: 1.45;
  }
  .home-capabilities__intro-copy p {
    margin: 0;
  }
  .home-capabilities__intro-copy p + p {
    margin-top: min(1.1vw, 1.375rem);
  }
  .home-capabilities__intro-copy strong {
    color: #292727;
    font-size: clamp(1.375rem, 1.98vw, 2.5rem);
    font-weight: 800;
  }
  .home-capabilities__grid {
    display: grid;
    width: 85.1%;
    max-width: 107.4375rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: min(2.475vw, 3.125rem) min(1.93vw, 2.4375rem);
    margin: min(5.45vw, 6.875rem) 0 0;
    padding: 0;
    list-style: none;
  }
  .home-capability-card {
    display: flex;
    aspect-ratio: 547 / 546;
    flex-direction: column;
    align-items: center;
    border: 1px solid #b2b2b2;
    border-radius: min(1.485vw, 1.875rem);
    padding: min(3.9vw, 4.9375rem) min(2.25vw, 2.8125rem) min(2.5vw, 3.125rem);
    background: #fff;
  }
  .home-capability-card__number {
    font-size: clamp(2.5rem, 3.465vw, 4.375rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1;
  }
  .home-capability-card h3 {
    margin: min(3.15vw, 4rem) 0 0;
    color: #413e3e;
    font-size: clamp(1.5rem, 2.228vw, 2.8125rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.243;
  }
  .home-capability-card p {
    margin: min(1.75vw, 2.1875rem) 0 0;
    font-size: clamp(0.875rem, 1.337vw, 1.6875rem);
    letter-spacing: -0.018em;
    line-height: 1.42;
  }
  .home-capabilities__closing {
    display: flex;
    width: 71.2%;
    max-width: 90rem;
    flex-direction: column;
    margin: min(3.1vw, 3.9375rem) 0 0;
    font-size: clamp(1rem, 1.485vw, 1.875rem);
    letter-spacing: -0.018em;
    line-height: 1.5;
  }
  .home-capabilities__closing strong {
    font-weight: 400;
  }
  .home-performance {
    display: flex;
    aspect-ratio: 2028 / 1342;
    flex-direction: column;
    align-items: center;
    padding-top: min(9.12vw, 11.5625rem);
    background: #f5f5f7;
    color: rgb(0 0 0 / 82%);
    text-align: center;
  }
  .home-performance h2 {
    width: 54%;
    margin: min(1.04vw, 1.3125rem) 0 0;
    color: #474545;
    font-size: clamp(2.25rem, 3.205vw, 4.0625rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.243;
  }
  .home-performance__description {
    width: 44%;
    margin: min(2.515vw, 3.1875rem) 0 0;
    font-size: clamp(1rem, 1.48vw, 1.875rem);
    letter-spacing: -0.018em;
    line-height: 1.45;
  }
  .home-performance__grid {
    display: grid;
    width: 82.84%;
    max-width: 105rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: min(0.99vw, 1.25rem);
    margin-top: min(5.77vw, 7.3125rem);
  }
  .home-performance-card {
    display: flex;
    aspect-ratio: 405 / 403;
    flex-direction: column;
    align-items: center;
    border: 1px solid #b2b2b2;
    border-radius: min(1.48vw, 1.875rem);
    padding: min(3.85vw, 4.875rem) min(1.3vw, 1.625rem) min(2.4vw, 3rem);
    background: #fff;
  }
  .home-performance-card__keyword {
    margin: 0;
    font-size: clamp(1.75rem, 2.22vw, 2.8125rem);
    font-weight: 900;
    letter-spacing: -0.025em;
    line-height: 1;
  }
  .home-performance-card h3 {
    margin: min(3.22vw, 4.0625rem) 0 0;
    color: #413e3e;
    font-size: clamp(1.25rem, 1.725vw, 2.1875rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.243;
  }
  .home-performance-card > p:last-child {
    margin: min(2.35vw, 3rem) 0 0;
    font-size: clamp(0.875rem, 1.33vw, 1.6875rem);
    letter-spacing: -0.018em;
    line-height: 1.4;
  }
  .home-performance__closing {
    margin: min(4.2vw, 5.3125rem) 0 0;
    font-size: clamp(1rem, 1.48vw, 1.875rem);
    letter-spacing: -0.018em;
    line-height: 1.45;
  }
  .home-value {
    display: grid;
    aspect-ratio: 2028 / 967;
    grid-template-columns: 43.7% 1fr;
    align-items: center;
    gap: 3.45%;
    padding: 0 5.08% 0 9.47%;
    background: #fff;
    color: rgb(0 0 0 / 82%);
  }
  .home-value__visual {
    width: 100%;
    aspect-ratio: 721 / 549;
    margin: 0;
    overflow: hidden;
    border-radius: min(1.185vw, 1.5rem);
  }
  .home-value__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 55% center;
  }
  .home-value__content {
    min-width: 0;
  }
  .home-value__content h2 {
    display: flex;
    flex-direction: column;
    margin: 0;
    color: #474545;
    font-size: clamp(2.25rem, 3.205vw, 4.0625rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.243;
  }
  .home-value__content h2 > span {
    white-space: nowrap;
  }
  .home-value__content strong {
    font-weight: 900;
  }
  .home-value__description {
    width: 91%;
    margin: min(2.12vw, 2.6875rem) 0 0;
    font-size: clamp(1rem, 1.48vw, 1.875rem);
    letter-spacing: -0.018em;
    line-height: 1.5;
  }
  .home-value__game-changer {
    margin-top: min(3.055vw, 3.875rem);
  }
  .home-value__game-changer h3 {
    margin: 0;
    color: rgb(0 0 0 / 82%);
    font-size: clamp(1.75rem, 2.22vw, 2.8125rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.25;
  }
  .home-value__game-changer p {
    width: 97%;
    margin: min(0.56vw, 0.6875rem) 0 0;
    font-size: clamp(1rem, 1.48vw, 1.875rem);
    letter-spacing: -0.018em;
    line-height: 1.53;
  }
  .home-final-cta {
    display: flex;
    aspect-ratio: 2030 / 592;
    flex-direction: column;
    align-items: center;
    padding-top: min(7.39vw, 9.375rem);
    background: #1e1e1e;
    color: #fff;
    text-align: center;
  }
  .home-final-cta h2 {
    margin: 0;
    font-size: clamp(2.25rem, 2.955vw, 3.75rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.243;
  }
  .home-final-cta__actions {
    display: flex;
    gap: min(1.92vw, 2.4375rem);
    margin-top: min(2.71vw, 3.4375rem);
  }
  .home-final-cta__button {
    display: inline-flex;
    width: min(18.13vw, 23rem);
    min-height: min(3.65vw, 4.625rem);
    align-items: center;
    justify-content: center;
    border-radius: min(0.985vw, 1.25rem);
    font-size: clamp(1rem, 1.48vw, 1.875rem);
    font-weight: 700;
    letter-spacing: -0.018em;
    line-height: 1.2;
    transition: box-shadow 180ms ease, transform 180ms ease;
  }
  .home-final-cta__button:hover {
    transform: translateY(-2px);
  }
  .home-final-cta__button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
  }
  .home-final-cta__button--primary {
    background: linear-gradient(90deg, #0197ff 27.4%, #bb64ff 71.15%);
    color: rgb(255 255 255 / 88%);
    box-shadow: 0 1rem 2.5rem rgb(1 151 255 / 14%);
  }
  .home-final-cta__button--primary:hover {
    box-shadow: 0 1.25rem 3rem rgb(187 100 255 / 22%);
  }
  .home-final-cta__button--secondary {
    background: #fff;
    color: rgb(0 0 0 / 82%);
  }
  @media (max-width: 47.99rem) {
    .home-hero {
      min-height: max(740px, 100svh);
    }
    .home-hero__background {
      top: 0;
      left: 50%;
      width: auto;
      min-width: 100%;
      height: 100%;
      transform: translateX(-50%);
      object-position: 47% center;
      opacity: 0.24;
    }
    .home-hero__nav {
      min-height: 5rem;
      padding-inline: 1rem;
    }
    .home-hero__language .home-hero__nav-link > span, .home-hero__login-link > span, .home-hero__account-label, .home-hero__button--light {
      display: none;
    }
    .home-hero__logo {
      width: clamp(7.25rem, 31vw, 8.5rem);
    }
    .home-hero__actions {
      gap: 0.4rem;
    }
    .home-hero__button--gradient {
      min-width: 0;
      min-height: 2.35rem;
      padding-inline: 0.8rem;
    }
    .home-hero__content {
      min-height: max(740px, 100svh);
      padding: clamp(8rem, 17svh, 9rem) 1.25rem 2.5rem;
    }
    .home-hero__eyebrow {
      display: block;
      width: 100%;
      font-size: clamp(1.05rem, 4.8vw, 1.35rem);
      line-height: 1.45;
    }
    .home-hero__eyebrow > span {
      display: inline;
    }
    .home-hero__eyebrow > span + span::before {
      content: " ";
    }
    .home-hero__headline {
      margin-top: 1.75rem;
      font-size: clamp(2rem, 9.3vw, 2.8rem);
      line-height: 1.08;
    }
    .home-hero__headline > span {
      display: inline;
    }
    .home-hero__headline > span + span::before {
      content: " ";
    }
    .home-hero__description {
      margin-top: 2.5rem;
      font-size: clamp(0.95rem, 4vw, 1.1rem);
      line-height: 1.55;
    }
    .home-hero__description > span {
      display: inline;
    }
    .home-hero__description > span + span::before {
      content: " ";
    }
    .home-hero__cta {
      width: min(100%, 17.5rem);
      min-height: 3.25rem;
      margin-top: 3.25rem;
      font-size: 1.05rem;
    }
    .home-impact__grid, .home-capabilities__grid, .home-performance__grid {
      grid-template-columns: 1fr;
    }
    .home-impact-card, .home-capability-card, .home-performance-card {
      aspect-ratio: auto;
    }
    .home-final-cta__actions {
      width: 100%;
      flex-direction: column;
      align-items: center;
    }
  }
  @media (max-width: 63.99rem) {
    .home-outcome {
      aspect-ratio: auto;
      overflow: visible;
      padding: 4.75rem 1.25rem 5.5rem;
    }
    .home-outcome__logo {
      width: clamp(10rem, 46vw, 13rem);
    }
    .home-outcome__title {
      width: min(100%, 43rem);
      margin-top: 2rem;
      font-size: clamp(2rem, 8.7vw, 2.75rem);
      line-height: 1.2;
    }
    .home-outcome__title > span {
      white-space: normal;
    }
    .home-outcome__description {
      width: min(100%, 42rem);
      margin-top: 2.25rem;
      font-size: 1rem;
      line-height: 1.7;
    }
    .home-outcome__description p + p {
      margin-top: 1.5rem;
    }
    .home-outcome__limitation-title {
      margin-top: 3.5rem;
      font-size: clamp(2.25rem, 9.5vw, 3rem);
      line-height: 1.2;
    }
    .home-outcome__limitation-copy {
      width: min(100%, 40rem);
      margin-top: 1.75rem;
      font-size: 1rem;
      line-height: 1.7;
    }
    .home-outcome__desktop-break {
      display: none;
    }
    .home-impact, .home-capabilities, .home-performance, .home-value, .home-final-cta {
      aspect-ratio: auto;
      overflow: visible;
    }
    .home-impact {
      padding: 5.5rem 1.25rem 6rem;
    }
    .home-impact__title {
      display: flex;
      width: min(100%, 44rem);
      flex-direction: column;
      font-size: clamp(2rem, 7vw, 3rem);
      line-height: 1.25;
    }
    .home-impact__description {
      width: min(100%, 40rem);
      margin-top: 2rem;
      font-size: 1rem;
      line-height: 1.7;
    }
    .home-impact__grid {
      width: min(100%, 44rem);
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1rem;
      margin-top: 3.5rem;
    }
    .home-impact-card {
      min-height: 15rem;
      justify-content: center;
      border-radius: 1.5rem;
      padding: 2rem 1.5rem;
    }
    .home-impact-card h3 {
      font-size: 1.75rem;
    }
    .home-impact-card p {
      margin-top: 1.25rem;
      font-size: 0.95rem;
      line-height: 1.6;
    }
    .home-capabilities {
      padding: 5.5rem 1.25rem 6rem;
    }
    .home-capabilities__intro {
      width: min(100%, 44rem);
    }
    .home-section-kicker, .home-capabilities__intro h2 {
      font-size: clamp(2.25rem, 9vw, 3.5rem);
      line-height: 1.15;
    }
    .home-capabilities__intro h2 {
      margin-top: 0.75rem;
    }
    .home-capabilities__intro-copy {
      margin-top: 2.25rem;
      font-size: 1rem;
      line-height: 1.7;
    }
    .home-capabilities__intro-copy p + p {
      margin-top: 1.25rem;
    }
    .home-capabilities__intro-copy strong {
      font-size: 1.35rem;
    }
    .home-capabilities__grid {
      width: min(100%, 44rem);
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1rem;
      margin-top: 3.5rem;
    }
    .home-capability-card {
      min-height: 19rem;
      border-radius: 1.5rem;
      padding: 2.25rem 1.5rem;
    }
    .home-capability-card__number {
      font-size: 2.75rem;
    }
    .home-capability-card h3 {
      margin-top: 1.75rem;
      font-size: 1.5rem;
    }
    .home-capability-card p {
      margin-top: 1.25rem;
      font-size: 0.95rem;
      line-height: 1.6;
    }
    .home-capabilities__closing {
      width: min(100%, 42rem);
      margin-top: 3rem;
      font-size: 1rem;
      line-height: 1.7;
    }
    .home-performance {
      padding: 5.5rem 1.25rem 6rem;
    }
    .home-performance h2 {
      width: min(100%, 44rem);
      margin-top: 1.25rem;
      font-size: clamp(2rem, 7vw, 3rem);
      line-height: 1.25;
    }
    .home-performance__description {
      width: min(100%, 40rem);
      margin-top: 2rem;
      font-size: 1rem;
      line-height: 1.7;
    }
    .home-performance__grid {
      width: min(100%, 44rem);
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1rem;
      margin-top: 3.5rem;
    }
    .home-performance-card {
      min-height: 17rem;
      border-radius: 1.5rem;
      padding: 2.25rem 1rem;
    }
    .home-performance-card__keyword {
      font-size: 2.25rem;
    }
    .home-performance-card h3 {
      margin-top: 2rem;
      font-size: 1.4rem;
    }
    .home-performance-card > p:last-child {
      margin-top: 1.5rem;
      font-size: 0.95rem;
      line-height: 1.55;
    }
    .home-performance__closing {
      width: min(100%, 40rem);
      margin-top: 3rem;
      font-size: 1rem;
      line-height: 1.7;
    }
    .home-value {
      display: flex;
      flex-direction: column;
      gap: 0;
      padding: 5.5rem 1.25rem 6rem;
    }
    .home-value__visual {
      width: min(100%, 44rem);
      border-radius: 1.5rem;
    }
    .home-value__content {
      width: min(100%, 44rem);
      margin-top: 3rem;
      text-align: center;
    }
    .home-value__content h2 {
      font-size: clamp(2rem, 7vw, 3rem);
      line-height: 1.25;
    }
    .home-value__content h2 > span {
      white-space: normal;
    }
    .home-value__description {
      width: 100%;
      margin-top: 2rem;
      font-size: 1rem;
      line-height: 1.7;
    }
    .home-value__game-changer {
      margin-top: 2.75rem;
    }
    .home-value__game-changer h3 {
      font-size: 2rem;
    }
    .home-value__game-changer p {
      width: 100%;
      margin-top: 0.75rem;
      font-size: 1rem;
      line-height: 1.7;
    }
    .home-final-cta {
      min-height: 28rem;
      justify-content: center;
      padding: 5rem 1.25rem;
    }
    .home-final-cta h2 {
      width: min(100%, 42rem);
      font-size: clamp(2rem, 7.5vw, 3rem);
      line-height: 1.25;
    }
    .home-final-cta__actions {
      gap: 1rem;
      margin-top: 2.5rem;
    }
    .home-final-cta__button {
      width: min(100%, 23rem);
      min-height: 4rem;
      border-radius: 1.25rem;
      padding: 0 1.5rem;
      font-size: 1.125rem;
    }
  }
  @media (max-width: 47.99rem) {
    .home-impact__grid, .home-capabilities__grid, .home-performance__grid {
      grid-template-columns: 1fr;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .home-hero__button, .home-hero__cta, .home-hero__nav-link, .home-final-cta__button {
      transition: none;
    }
  }
}
@layer base {
  :where(:root),:root:has(input.theme-controller[value=light]:checked),[data-theme=light] {
    color-scheme: light;
    --color-base-100: oklch(100% 0 0);
    --color-base-200: oklch(98% 0 0);
    --color-base-300: oklch(95% 0 0);
    --color-base-content: oklch(21% 0.006 285.885);
    --color-primary: oklch(45% 0.24 277.023);
    --color-primary-content: oklch(93% 0.034 272.788);
    --color-secondary: oklch(65% 0.241 354.308);
    --color-secondary-content: oklch(94% 0.028 342.258);
    --color-accent: oklch(77% 0.152 181.912);
    --color-accent-content: oklch(38% 0.063 188.416);
    --color-neutral: oklch(14% 0.005 285.823);
    --color-neutral-content: oklch(92% 0.004 286.32);
    --color-info: oklch(74% 0.16 232.661);
    --color-info-content: oklch(29% 0.066 243.157);
    --color-success: oklch(76% 0.177 163.223);
    --color-success-content: oklch(37% 0.077 168.94);
    --color-warning: oklch(82% 0.189 84.429);
    --color-warning-content: oklch(41% 0.112 45.904);
    --color-error: oklch(71% 0.194 13.428);
    --color-error-content: oklch(27% 0.105 12.094);
    --radius-selector: 0.5rem;
    --radius-field: 0.25rem;
    --radius-box: 0.5rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 1;
    --noise: 0;
  }
  @media (prefers-color-scheme: dark) {
    :root:not([data-theme]) {
      color-scheme: dark;
      --color-base-100: oklch(25.33% 0.016 252.42);
      --color-base-200: oklch(23.26% 0.014 253.1);
      --color-base-300: oklch(21.15% 0.012 254.09);
      --color-base-content: oklch(97.807% 0.029 256.847);
      --color-primary: oklch(58% 0.233 277.117);
      --color-primary-content: oklch(96% 0.018 272.314);
      --color-secondary: oklch(65% 0.241 354.308);
      --color-secondary-content: oklch(94% 0.028 342.258);
      --color-accent: oklch(77% 0.152 181.912);
      --color-accent-content: oklch(38% 0.063 188.416);
      --color-neutral: oklch(14% 0.005 285.823);
      --color-neutral-content: oklch(92% 0.004 286.32);
      --color-info: oklch(74% 0.16 232.661);
      --color-info-content: oklch(29% 0.066 243.157);
      --color-success: oklch(76% 0.177 163.223);
      --color-success-content: oklch(37% 0.077 168.94);
      --color-warning: oklch(82% 0.189 84.429);
      --color-warning-content: oklch(41% 0.112 45.904);
      --color-error: oklch(71% 0.194 13.428);
      --color-error-content: oklch(27% 0.105 12.094);
      --radius-selector: 0.5rem;
      --radius-field: 0.25rem;
      --radius-box: 0.5rem;
      --size-selector: 0.25rem;
      --size-field: 0.25rem;
      --border: 1px;
      --depth: 1;
      --noise: 0;
    }
  }
  :root:has(input.theme-controller[value=light]:checked),[data-theme=light] {
    color-scheme: light;
    --color-base-100: oklch(100% 0 0);
    --color-base-200: oklch(98% 0 0);
    --color-base-300: oklch(95% 0 0);
    --color-base-content: oklch(21% 0.006 285.885);
    --color-primary: oklch(45% 0.24 277.023);
    --color-primary-content: oklch(93% 0.034 272.788);
    --color-secondary: oklch(65% 0.241 354.308);
    --color-secondary-content: oklch(94% 0.028 342.258);
    --color-accent: oklch(77% 0.152 181.912);
    --color-accent-content: oklch(38% 0.063 188.416);
    --color-neutral: oklch(14% 0.005 285.823);
    --color-neutral-content: oklch(92% 0.004 286.32);
    --color-info: oklch(74% 0.16 232.661);
    --color-info-content: oklch(29% 0.066 243.157);
    --color-success: oklch(76% 0.177 163.223);
    --color-success-content: oklch(37% 0.077 168.94);
    --color-warning: oklch(82% 0.189 84.429);
    --color-warning-content: oklch(41% 0.112 45.904);
    --color-error: oklch(71% 0.194 13.428);
    --color-error-content: oklch(27% 0.105 12.094);
    --radius-selector: 0.5rem;
    --radius-field: 0.25rem;
    --radius-box: 0.5rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 1;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=dark]:checked),[data-theme=dark] {
    color-scheme: dark;
    --color-base-100: oklch(25.33% 0.016 252.42);
    --color-base-200: oklch(23.26% 0.014 253.1);
    --color-base-300: oklch(21.15% 0.012 254.09);
    --color-base-content: oklch(97.807% 0.029 256.847);
    --color-primary: oklch(58% 0.233 277.117);
    --color-primary-content: oklch(96% 0.018 272.314);
    --color-secondary: oklch(65% 0.241 354.308);
    --color-secondary-content: oklch(94% 0.028 342.258);
    --color-accent: oklch(77% 0.152 181.912);
    --color-accent-content: oklch(38% 0.063 188.416);
    --color-neutral: oklch(14% 0.005 285.823);
    --color-neutral-content: oklch(92% 0.004 286.32);
    --color-info: oklch(74% 0.16 232.661);
    --color-info-content: oklch(29% 0.066 243.157);
    --color-success: oklch(76% 0.177 163.223);
    --color-success-content: oklch(37% 0.077 168.94);
    --color-warning: oklch(82% 0.189 84.429);
    --color-warning-content: oklch(41% 0.112 45.904);
    --color-error: oklch(71% 0.194 13.428);
    --color-error-content: oklch(27% 0.105 12.094);
    --radius-selector: 0.5rem;
    --radius-field: 0.25rem;
    --radius-box: 0.5rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 1;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=cupcake]:checked),[data-theme=cupcake] {
    color-scheme: light;
    --color-base-100: oklch(97.788% 0.004 56.375);
    --color-base-200: oklch(93.982% 0.007 61.449);
    --color-base-300: oklch(91.586% 0.006 53.44);
    --color-base-content: oklch(23.574% 0.066 313.189);
    --color-primary: oklch(85% 0.138 181.071);
    --color-primary-content: oklch(43% 0.078 188.216);
    --color-secondary: oklch(89% 0.061 343.231);
    --color-secondary-content: oklch(45% 0.187 3.815);
    --color-accent: oklch(90% 0.076 70.697);
    --color-accent-content: oklch(47% 0.157 37.304);
    --color-neutral: oklch(27% 0.006 286.033);
    --color-neutral-content: oklch(92% 0.004 286.32);
    --color-info: oklch(68% 0.169 237.323);
    --color-info-content: oklch(29% 0.066 243.157);
    --color-success: oklch(69% 0.17 162.48);
    --color-success-content: oklch(26% 0.051 172.552);
    --color-warning: oklch(79% 0.184 86.047);
    --color-warning-content: oklch(28% 0.066 53.813);
    --color-error: oklch(64% 0.246 16.439);
    --color-error-content: oklch(27% 0.105 12.094);
    --radius-selector: 1rem;
    --radius-field: 2rem;
    --radius-box: 1rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 2px;
    --depth: 1;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=bumblebee]:checked),[data-theme=bumblebee] {
    color-scheme: light;
    --color-base-100: oklch(100% 0 0);
    --color-base-200: oklch(97% 0 0);
    --color-base-300: oklch(92% 0 0);
    --color-base-content: oklch(20% 0 0);
    --color-primary: oklch(85% 0.199 91.936);
    --color-primary-content: oklch(42% 0.095 57.708);
    --color-secondary: oklch(75% 0.183 55.934);
    --color-secondary-content: oklch(40% 0.123 38.172);
    --color-accent: oklch(0% 0 0);
    --color-accent-content: oklch(100% 0 0);
    --color-neutral: oklch(37% 0.01 67.558);
    --color-neutral-content: oklch(92% 0.003 48.717);
    --color-info: oklch(74% 0.16 232.661);
    --color-info-content: oklch(39% 0.09 240.876);
    --color-success: oklch(76% 0.177 163.223);
    --color-success-content: oklch(37% 0.077 168.94);
    --color-warning: oklch(82% 0.189 84.429);
    --color-warning-content: oklch(41% 0.112 45.904);
    --color-error: oklch(70% 0.191 22.216);
    --color-error-content: oklch(39% 0.141 25.723);
    --radius-selector: 1rem;
    --radius-field: 0.5rem;
    --radius-box: 1rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 1;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=emerald]:checked),[data-theme=emerald] {
    color-scheme: light;
    --color-base-100: oklch(100% 0 0);
    --color-base-200: oklch(93% 0 0);
    --color-base-300: oklch(86% 0 0);
    --color-base-content: oklch(35.519% 0.032 262.988);
    --color-primary: oklch(76.662% 0.135 153.45);
    --color-primary-content: oklch(33.387% 0.04 162.24);
    --color-secondary: oklch(61.302% 0.202 261.294);
    --color-secondary-content: oklch(100% 0 0);
    --color-accent: oklch(72.772% 0.149 33.2);
    --color-accent-content: oklch(0% 0 0);
    --color-neutral: oklch(35.519% 0.032 262.988);
    --color-neutral-content: oklch(98.462% 0.001 247.838);
    --color-info: oklch(72.06% 0.191 231.6);
    --color-info-content: oklch(0% 0 0);
    --color-success: oklch(64.8% 0.15 160);
    --color-success-content: oklch(0% 0 0);
    --color-warning: oklch(84.71% 0.199 83.87);
    --color-warning-content: oklch(0% 0 0);
    --color-error: oklch(71.76% 0.221 22.18);
    --color-error-content: oklch(0% 0 0);
    --radius-selector: 1rem;
    --radius-field: 0.5rem;
    --radius-box: 1rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 0;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=corporate]:checked),[data-theme=corporate] {
    color-scheme: light;
    --color-base-100: oklch(100% 0 0);
    --color-base-200: oklch(93% 0 0);
    --color-base-300: oklch(86% 0 0);
    --color-base-content: oklch(22.389% 0.031 278.072);
    --color-primary: oklch(58% 0.158 241.966);
    --color-primary-content: oklch(100% 0 0);
    --color-secondary: oklch(55% 0.046 257.417);
    --color-secondary-content: oklch(100% 0 0);
    --color-accent: oklch(60% 0.118 184.704);
    --color-accent-content: oklch(100% 0 0);
    --color-neutral: oklch(0% 0 0);
    --color-neutral-content: oklch(100% 0 0);
    --color-info: oklch(60% 0.126 221.723);
    --color-info-content: oklch(100% 0 0);
    --color-success: oklch(62% 0.194 149.214);
    --color-success-content: oklch(100% 0 0);
    --color-warning: oklch(85% 0.199 91.936);
    --color-warning-content: oklch(0% 0 0);
    --color-error: oklch(70% 0.191 22.216);
    --color-error-content: oklch(0% 0 0);
    --radius-selector: 0.25rem;
    --radius-field: 0.25rem;
    --radius-box: 0.25rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 0;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=synthwave]:checked),[data-theme=synthwave] {
    color-scheme: dark;
    --color-base-100: oklch(15% 0.09 281.288);
    --color-base-200: oklch(20% 0.09 281.288);
    --color-base-300: oklch(25% 0.09 281.288);
    --color-base-content: oklch(78% 0.115 274.713);
    --color-primary: oklch(71% 0.202 349.761);
    --color-primary-content: oklch(28% 0.109 3.907);
    --color-secondary: oklch(82% 0.111 230.318);
    --color-secondary-content: oklch(29% 0.066 243.157);
    --color-accent: oklch(75% 0.183 55.934);
    --color-accent-content: oklch(26% 0.079 36.259);
    --color-neutral: oklch(45% 0.24 277.023);
    --color-neutral-content: oklch(87% 0.065 274.039);
    --color-info: oklch(74% 0.16 232.661);
    --color-info-content: oklch(29% 0.066 243.157);
    --color-success: oklch(77% 0.152 181.912);
    --color-success-content: oklch(27% 0.046 192.524);
    --color-warning: oklch(90% 0.182 98.111);
    --color-warning-content: oklch(42% 0.095 57.708);
    --color-error: oklch(73.7% 0.121 32.639);
    --color-error-content: oklch(23.501% 0.096 290.329);
    --radius-selector: 1rem;
    --radius-field: 0.5rem;
    --radius-box: 1rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 0;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=retro]:checked),[data-theme=retro] {
    color-scheme: light;
    --color-base-100: oklch(91.637% 0.034 90.515);
    --color-base-200: oklch(88.272% 0.049 91.774);
    --color-base-300: oklch(84.133% 0.065 90.856);
    --color-base-content: oklch(41% 0.112 45.904);
    --color-primary: oklch(80% 0.114 19.571);
    --color-primary-content: oklch(39% 0.141 25.723);
    --color-secondary: oklch(92% 0.084 155.995);
    --color-secondary-content: oklch(44% 0.119 151.328);
    --color-accent: oklch(68% 0.162 75.834);
    --color-accent-content: oklch(41% 0.112 45.904);
    --color-neutral: oklch(44% 0.011 73.639);
    --color-neutral-content: oklch(86% 0.005 56.366);
    --color-info: oklch(58% 0.158 241.966);
    --color-info-content: oklch(96% 0.059 95.617);
    --color-success: oklch(51% 0.096 186.391);
    --color-success-content: oklch(96% 0.059 95.617);
    --color-warning: oklch(64% 0.222 41.116);
    --color-warning-content: oklch(96% 0.059 95.617);
    --color-error: oklch(70% 0.191 22.216);
    --color-error-content: oklch(40% 0.123 38.172);
    --radius-selector: 0.25rem;
    --radius-field: 0.25rem;
    --radius-box: 0.5rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 0;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=cyberpunk]:checked),[data-theme=cyberpunk] {
    color-scheme: light;
    --color-base-100: oklch(94.51% 0.179 104.32);
    --color-base-200: oklch(91.51% 0.179 104.32);
    --color-base-300: oklch(85.51% 0.179 104.32);
    --color-base-content: oklch(0% 0 0);
    --color-primary: oklch(74.22% 0.209 6.35);
    --color-primary-content: oklch(14.844% 0.041 6.35);
    --color-secondary: oklch(83.33% 0.184 204.72);
    --color-secondary-content: oklch(16.666% 0.036 204.72);
    --color-accent: oklch(71.86% 0.217 310.43);
    --color-accent-content: oklch(14.372% 0.043 310.43);
    --color-neutral: oklch(23.04% 0.065 269.31);
    --color-neutral-content: oklch(94.51% 0.179 104.32);
    --color-info: oklch(72.06% 0.191 231.6);
    --color-info-content: oklch(0% 0 0);
    --color-success: oklch(64.8% 0.15 160);
    --color-success-content: oklch(0% 0 0);
    --color-warning: oklch(84.71% 0.199 83.87);
    --color-warning-content: oklch(0% 0 0);
    --color-error: oklch(71.76% 0.221 22.18);
    --color-error-content: oklch(0% 0 0);
    --radius-selector: 0rem;
    --radius-field: 0rem;
    --radius-box: 0rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 0;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=valentine]:checked),[data-theme=valentine] {
    color-scheme: light;
    --color-base-100: oklch(97% 0.014 343.198);
    --color-base-200: oklch(94% 0.028 342.258);
    --color-base-300: oklch(89% 0.061 343.231);
    --color-base-content: oklch(52% 0.223 3.958);
    --color-primary: oklch(65% 0.241 354.308);
    --color-primary-content: oklch(100% 0 0);
    --color-secondary: oklch(62% 0.265 303.9);
    --color-secondary-content: oklch(97% 0.014 308.299);
    --color-accent: oklch(82% 0.111 230.318);
    --color-accent-content: oklch(39% 0.09 240.876);
    --color-neutral: oklch(40% 0.153 2.432);
    --color-neutral-content: oklch(89% 0.061 343.231);
    --color-info: oklch(86% 0.127 207.078);
    --color-info-content: oklch(44% 0.11 240.79);
    --color-success: oklch(84% 0.143 164.978);
    --color-success-content: oklch(43% 0.095 166.913);
    --color-warning: oklch(75% 0.183 55.934);
    --color-warning-content: oklch(26% 0.079 36.259);
    --color-error: oklch(63% 0.237 25.331);
    --color-error-content: oklch(97% 0.013 17.38);
    --radius-selector: 1rem;
    --radius-field: 2rem;
    --radius-box: 1rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 0;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=halloween]:checked),[data-theme=halloween] {
    color-scheme: dark;
    --color-base-100: oklch(21% 0.006 56.043);
    --color-base-200: oklch(14% 0.004 49.25);
    --color-base-300: oklch(0% 0 0);
    --color-base-content: oklch(84.955% 0 0);
    --color-primary: oklch(77.48% 0.204 60.62);
    --color-primary-content: oklch(19.693% 0.004 196.779);
    --color-secondary: oklch(45.98% 0.248 305.03);
    --color-secondary-content: oklch(89.196% 0.049 305.03);
    --color-accent: oklch(64.8% 0.223 136.073);
    --color-accent-content: oklch(0% 0 0);
    --color-neutral: oklch(24.371% 0.046 65.681);
    --color-neutral-content: oklch(84.874% 0.009 65.681);
    --color-info: oklch(54.615% 0.215 262.88);
    --color-info-content: oklch(90.923% 0.043 262.88);
    --color-success: oklch(62.705% 0.169 149.213);
    --color-success-content: oklch(12.541% 0.033 149.213);
    --color-warning: oklch(66.584% 0.157 58.318);
    --color-warning-content: oklch(13.316% 0.031 58.318);
    --color-error: oklch(65.72% 0.199 27.33);
    --color-error-content: oklch(13.144% 0.039 27.33);
    --radius-selector: 1rem;
    --radius-field: 0.5rem;
    --radius-box: 1rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 1;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=garden]:checked),[data-theme=garden] {
    color-scheme: light;
    --color-base-100: oklch(92.951% 0.002 17.197);
    --color-base-200: oklch(86.445% 0.002 17.197);
    --color-base-300: oklch(79.938% 0.001 17.197);
    --color-base-content: oklch(16.961% 0.001 17.32);
    --color-primary: oklch(62.45% 0.278 3.836);
    --color-primary-content: oklch(100% 0 0);
    --color-secondary: oklch(48.495% 0.11 355.095);
    --color-secondary-content: oklch(89.699% 0.022 355.095);
    --color-accent: oklch(56.273% 0.054 154.39);
    --color-accent-content: oklch(100% 0 0);
    --color-neutral: oklch(24.155% 0.049 89.07);
    --color-neutral-content: oklch(92.951% 0.002 17.197);
    --color-info: oklch(72.06% 0.191 231.6);
    --color-info-content: oklch(0% 0 0);
    --color-success: oklch(64.8% 0.15 160);
    --color-success-content: oklch(0% 0 0);
    --color-warning: oklch(84.71% 0.199 83.87);
    --color-warning-content: oklch(0% 0 0);
    --color-error: oklch(71.76% 0.221 22.18);
    --color-error-content: oklch(0% 0 0);
    --radius-selector: 1rem;
    --radius-field: 0.5rem;
    --radius-box: 1rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 0;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=forest]:checked),[data-theme=forest] {
    color-scheme: dark;
    --color-base-100: oklch(20.84% 0.008 17.911);
    --color-base-200: oklch(18.522% 0.007 17.911);
    --color-base-300: oklch(16.203% 0.007 17.911);
    --color-base-content: oklch(83.768% 0.001 17.911);
    --color-primary: oklch(68.628% 0.185 148.958);
    --color-primary-content: oklch(0% 0 0);
    --color-secondary: oklch(69.776% 0.135 168.327);
    --color-secondary-content: oklch(13.955% 0.027 168.327);
    --color-accent: oklch(70.628% 0.119 185.713);
    --color-accent-content: oklch(14.125% 0.023 185.713);
    --color-neutral: oklch(30.698% 0.039 171.364);
    --color-neutral-content: oklch(86.139% 0.007 171.364);
    --color-info: oklch(72.06% 0.191 231.6);
    --color-info-content: oklch(0% 0 0);
    --color-success: oklch(64.8% 0.15 160);
    --color-success-content: oklch(0% 0 0);
    --color-warning: oklch(84.71% 0.199 83.87);
    --color-warning-content: oklch(0% 0 0);
    --color-error: oklch(71.76% 0.221 22.18);
    --color-error-content: oklch(0% 0 0);
    --radius-selector: 1rem;
    --radius-field: 2rem;
    --radius-box: 1rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 0;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=aqua]:checked),[data-theme=aqua] {
    color-scheme: dark;
    --color-base-100: oklch(37% 0.146 265.522);
    --color-base-200: oklch(28% 0.091 267.935);
    --color-base-300: oklch(22% 0.091 267.935);
    --color-base-content: oklch(90% 0.058 230.902);
    --color-primary: oklch(85.661% 0.144 198.645);
    --color-primary-content: oklch(40.124% 0.068 197.603);
    --color-secondary: oklch(60.682% 0.108 309.782);
    --color-secondary-content: oklch(96% 0.016 293.756);
    --color-accent: oklch(93.426% 0.102 94.555);
    --color-accent-content: oklch(18.685% 0.02 94.555);
    --color-neutral: oklch(27% 0.146 265.522);
    --color-neutral-content: oklch(80% 0.146 265.522);
    --color-info: oklch(54.615% 0.215 262.88);
    --color-info-content: oklch(90.923% 0.043 262.88);
    --color-success: oklch(62.705% 0.169 149.213);
    --color-success-content: oklch(12.541% 0.033 149.213);
    --color-warning: oklch(66.584% 0.157 58.318);
    --color-warning-content: oklch(27% 0.077 45.635);
    --color-error: oklch(73.95% 0.19 27.33);
    --color-error-content: oklch(14.79% 0.038 27.33);
    --radius-selector: 1rem;
    --radius-field: 0.5rem;
    --radius-box: 1rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 1;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=lofi]:checked),[data-theme=lofi] {
    color-scheme: light;
    --color-base-100: oklch(100% 0 0);
    --color-base-200: oklch(97% 0 0);
    --color-base-300: oklch(94% 0 0);
    --color-base-content: oklch(0% 0 0);
    --color-primary: oklch(15.906% 0 0);
    --color-primary-content: oklch(100% 0 0);
    --color-secondary: oklch(21.455% 0.001 17.278);
    --color-secondary-content: oklch(100% 0 0);
    --color-accent: oklch(26.861% 0 0);
    --color-accent-content: oklch(100% 0 0);
    --color-neutral: oklch(0% 0 0);
    --color-neutral-content: oklch(100% 0 0);
    --color-info: oklch(79.54% 0.103 205.9);
    --color-info-content: oklch(15.908% 0.02 205.9);
    --color-success: oklch(90.13% 0.153 164.14);
    --color-success-content: oklch(18.026% 0.03 164.14);
    --color-warning: oklch(88.37% 0.135 79.94);
    --color-warning-content: oklch(17.674% 0.027 79.94);
    --color-error: oklch(78.66% 0.15 28.47);
    --color-error-content: oklch(15.732% 0.03 28.47);
    --radius-selector: 2rem;
    --radius-field: 0.25rem;
    --radius-box: 0.5rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 0;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=pastel]:checked),[data-theme=pastel] {
    color-scheme: light;
    --color-base-100: oklch(100% 0 0);
    --color-base-200: oklch(98.462% 0.001 247.838);
    --color-base-300: oklch(92.462% 0.001 247.838);
    --color-base-content: oklch(20% 0 0);
    --color-primary: oklch(90% 0.063 306.703);
    --color-primary-content: oklch(49% 0.265 301.924);
    --color-secondary: oklch(89% 0.058 10.001);
    --color-secondary-content: oklch(51% 0.222 16.935);
    --color-accent: oklch(90% 0.093 164.15);
    --color-accent-content: oklch(50% 0.118 165.612);
    --color-neutral: oklch(55% 0.046 257.417);
    --color-neutral-content: oklch(92% 0.013 255.508);
    --color-info: oklch(86% 0.127 207.078);
    --color-info-content: oklch(52% 0.105 223.128);
    --color-success: oklch(87% 0.15 154.449);
    --color-success-content: oklch(52% 0.154 150.069);
    --color-warning: oklch(83% 0.128 66.29);
    --color-warning-content: oklch(55% 0.195 38.402);
    --color-error: oklch(80% 0.114 19.571);
    --color-error-content: oklch(50% 0.213 27.518);
    --radius-selector: 1rem;
    --radius-field: 2rem;
    --radius-box: 1rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 2px;
    --depth: 0;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=fantasy]:checked),[data-theme=fantasy] {
    color-scheme: light;
    --color-base-100: oklch(100% 0 0);
    --color-base-200: oklch(93% 0 0);
    --color-base-300: oklch(86% 0 0);
    --color-base-content: oklch(27.807% 0.029 256.847);
    --color-primary: oklch(37.45% 0.189 325.02);
    --color-primary-content: oklch(87.49% 0.037 325.02);
    --color-secondary: oklch(53.92% 0.162 241.36);
    --color-secondary-content: oklch(90.784% 0.032 241.36);
    --color-accent: oklch(75.98% 0.204 56.72);
    --color-accent-content: oklch(15.196% 0.04 56.72);
    --color-neutral: oklch(27.807% 0.029 256.847);
    --color-neutral-content: oklch(85.561% 0.005 256.847);
    --color-info: oklch(72.06% 0.191 231.6);
    --color-info-content: oklch(0% 0 0);
    --color-success: oklch(64.8% 0.15 160);
    --color-success-content: oklch(0% 0 0);
    --color-warning: oklch(84.71% 0.199 83.87);
    --color-warning-content: oklch(0% 0 0);
    --color-error: oklch(71.76% 0.221 22.18);
    --color-error-content: oklch(0% 0 0);
    --radius-selector: 1rem;
    --radius-field: 0.5rem;
    --radius-box: 1rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 1;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=wireframe]:checked),[data-theme=wireframe] {
    color-scheme: light;
    --color-base-100: oklch(100% 0 0);
    --color-base-200: oklch(97% 0 0);
    --color-base-300: oklch(94% 0 0);
    --color-base-content: oklch(20% 0 0);
    --color-primary: oklch(87% 0 0);
    --color-primary-content: oklch(26% 0 0);
    --color-secondary: oklch(87% 0 0);
    --color-secondary-content: oklch(26% 0 0);
    --color-accent: oklch(87% 0 0);
    --color-accent-content: oklch(26% 0 0);
    --color-neutral: oklch(87% 0 0);
    --color-neutral-content: oklch(26% 0 0);
    --color-info: oklch(44% 0.11 240.79);
    --color-info-content: oklch(90% 0.058 230.902);
    --color-success: oklch(43% 0.095 166.913);
    --color-success-content: oklch(90% 0.093 164.15);
    --color-warning: oklch(47% 0.137 46.201);
    --color-warning-content: oklch(92% 0.12 95.746);
    --color-error: oklch(44% 0.177 26.899);
    --color-error-content: oklch(88% 0.062 18.334);
    --radius-selector: 0rem;
    --radius-field: 0.25rem;
    --radius-box: 0.25rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 0;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=black]:checked),[data-theme=black] {
    color-scheme: dark;
    --color-base-100: oklch(0% 0 0);
    --color-base-200: oklch(19% 0 0);
    --color-base-300: oklch(22% 0 0);
    --color-base-content: oklch(87.609% 0 0);
    --color-primary: oklch(35% 0 0);
    --color-primary-content: oklch(100% 0 0);
    --color-secondary: oklch(35% 0 0);
    --color-secondary-content: oklch(100% 0 0);
    --color-accent: oklch(35% 0 0);
    --color-accent-content: oklch(100% 0 0);
    --color-neutral: oklch(35% 0 0);
    --color-neutral-content: oklch(100% 0 0);
    --color-info: oklch(45.201% 0.313 264.052);
    --color-info-content: oklch(89.04% 0.062 264.052);
    --color-success: oklch(51.975% 0.176 142.495);
    --color-success-content: oklch(90.395% 0.035 142.495);
    --color-warning: oklch(96.798% 0.211 109.769);
    --color-warning-content: oklch(19.359% 0.042 109.769);
    --color-error: oklch(62.795% 0.257 29.233);
    --color-error-content: oklch(12.559% 0.051 29.233);
    --radius-selector: 0rem;
    --radius-field: 0rem;
    --radius-box: 0rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 0;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=luxury]:checked),[data-theme=luxury] {
    color-scheme: dark;
    --color-base-100: oklch(14.076% 0.004 285.822);
    --color-base-200: oklch(20.219% 0.004 308.229);
    --color-base-300: oklch(23.219% 0.004 308.229);
    --color-base-content: oklch(75.687% 0.123 76.89);
    --color-primary: oklch(100% 0 0);
    --color-primary-content: oklch(20% 0 0);
    --color-secondary: oklch(27.581% 0.064 261.069);
    --color-secondary-content: oklch(85.516% 0.012 261.069);
    --color-accent: oklch(36.674% 0.051 338.825);
    --color-accent-content: oklch(87.334% 0.01 338.825);
    --color-neutral: oklch(24.27% 0.057 59.825);
    --color-neutral-content: oklch(93.203% 0.089 90.861);
    --color-info: oklch(79.061% 0.121 237.133);
    --color-info-content: oklch(15.812% 0.024 237.133);
    --color-success: oklch(78.119% 0.192 132.154);
    --color-success-content: oklch(15.623% 0.038 132.154);
    --color-warning: oklch(86.127% 0.136 102.891);
    --color-warning-content: oklch(17.225% 0.027 102.891);
    --color-error: oklch(71.753% 0.176 22.568);
    --color-error-content: oklch(14.35% 0.035 22.568);
    --radius-selector: 1rem;
    --radius-field: 0.5rem;
    --radius-box: 1rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 1;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=dracula]:checked),[data-theme=dracula] {
    color-scheme: dark;
    --color-base-100: oklch(28.822% 0.022 277.508);
    --color-base-200: oklch(26.805% 0.02 277.508);
    --color-base-300: oklch(24.787% 0.019 277.508);
    --color-base-content: oklch(97.747% 0.007 106.545);
    --color-primary: oklch(75.461% 0.183 346.812);
    --color-primary-content: oklch(15.092% 0.036 346.812);
    --color-secondary: oklch(74.202% 0.148 301.883);
    --color-secondary-content: oklch(14.84% 0.029 301.883);
    --color-accent: oklch(83.392% 0.124 66.558);
    --color-accent-content: oklch(16.678% 0.024 66.558);
    --color-neutral: oklch(39.445% 0.032 275.524);
    --color-neutral-content: oklch(87.889% 0.006 275.524);
    --color-info: oklch(88.263% 0.093 212.846);
    --color-info-content: oklch(17.652% 0.018 212.846);
    --color-success: oklch(87.099% 0.219 148.024);
    --color-success-content: oklch(17.419% 0.043 148.024);
    --color-warning: oklch(95.533% 0.134 112.757);
    --color-warning-content: oklch(19.106% 0.026 112.757);
    --color-error: oklch(68.22% 0.206 24.43);
    --color-error-content: oklch(13.644% 0.041 24.43);
    --radius-selector: 1rem;
    --radius-field: 0.5rem;
    --radius-box: 1rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 0;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=cmyk]:checked),[data-theme=cmyk] {
    color-scheme: light;
    --color-base-100: oklch(100% 0 0);
    --color-base-200: oklch(95% 0 0);
    --color-base-300: oklch(90% 0 0);
    --color-base-content: oklch(20% 0 0);
    --color-primary: oklch(71.772% 0.133 239.443);
    --color-primary-content: oklch(14.354% 0.026 239.443);
    --color-secondary: oklch(64.476% 0.202 359.339);
    --color-secondary-content: oklch(12.895% 0.04 359.339);
    --color-accent: oklch(94.228% 0.189 105.306);
    --color-accent-content: oklch(18.845% 0.037 105.306);
    --color-neutral: oklch(21.778% 0 0);
    --color-neutral-content: oklch(84.355% 0 0);
    --color-info: oklch(68.475% 0.094 217.284);
    --color-info-content: oklch(13.695% 0.018 217.284);
    --color-success: oklch(46.949% 0.162 321.406);
    --color-success-content: oklch(89.389% 0.032 321.406);
    --color-warning: oklch(71.236% 0.159 52.023);
    --color-warning-content: oklch(14.247% 0.031 52.023);
    --color-error: oklch(62.013% 0.208 28.717);
    --color-error-content: oklch(12.402% 0.041 28.717);
    --radius-selector: 1rem;
    --radius-field: 0.5rem;
    --radius-box: 1rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 0;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=autumn]:checked),[data-theme=autumn] {
    color-scheme: light;
    --color-base-100: oklch(95.814% 0 0);
    --color-base-200: oklch(89.107% 0 0);
    --color-base-300: oklch(82.4% 0 0);
    --color-base-content: oklch(19.162% 0 0);
    --color-primary: oklch(40.723% 0.161 17.53);
    --color-primary-content: oklch(88.144% 0.032 17.53);
    --color-secondary: oklch(61.676% 0.169 23.865);
    --color-secondary-content: oklch(12.335% 0.033 23.865);
    --color-accent: oklch(73.425% 0.094 60.729);
    --color-accent-content: oklch(14.685% 0.018 60.729);
    --color-neutral: oklch(54.367% 0.037 51.902);
    --color-neutral-content: oklch(90.873% 0.007 51.902);
    --color-info: oklch(69.224% 0.097 207.284);
    --color-info-content: oklch(13.844% 0.019 207.284);
    --color-success: oklch(60.995% 0.08 174.616);
    --color-success-content: oklch(12.199% 0.016 174.616);
    --color-warning: oklch(70.081% 0.164 56.844);
    --color-warning-content: oklch(14.016% 0.032 56.844);
    --color-error: oklch(53.07% 0.241 24.16);
    --color-error-content: oklch(90.614% 0.048 24.16);
    --radius-selector: 1rem;
    --radius-field: 0.5rem;
    --radius-box: 1rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 1;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=business]:checked),[data-theme=business] {
    color-scheme: dark;
    --color-base-100: oklch(24.353% 0 0);
    --color-base-200: oklch(22.648% 0 0);
    --color-base-300: oklch(20.944% 0 0);
    --color-base-content: oklch(84.87% 0 0);
    --color-primary: oklch(41.703% 0.099 251.473);
    --color-primary-content: oklch(88.34% 0.019 251.473);
    --color-secondary: oklch(64.092% 0.027 229.389);
    --color-secondary-content: oklch(12.818% 0.005 229.389);
    --color-accent: oklch(67.271% 0.167 35.791);
    --color-accent-content: oklch(13.454% 0.033 35.791);
    --color-neutral: oklch(27.441% 0.013 253.041);
    --color-neutral-content: oklch(85.488% 0.002 253.041);
    --color-info: oklch(62.616% 0.143 240.033);
    --color-info-content: oklch(12.523% 0.028 240.033);
    --color-success: oklch(70.226% 0.094 156.596);
    --color-success-content: oklch(14.045% 0.018 156.596);
    --color-warning: oklch(77.482% 0.115 81.519);
    --color-warning-content: oklch(15.496% 0.023 81.519);
    --color-error: oklch(51.61% 0.146 29.674);
    --color-error-content: oklch(90.322% 0.029 29.674);
    --radius-selector: 0rem;
    --radius-field: 0.25rem;
    --radius-box: 0.25rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 0;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=acid]:checked),[data-theme=acid] {
    color-scheme: light;
    --color-base-100: oklch(98% 0 0);
    --color-base-200: oklch(95% 0 0);
    --color-base-300: oklch(91% 0 0);
    --color-base-content: oklch(0% 0 0);
    --color-primary: oklch(71.9% 0.357 330.759);
    --color-primary-content: oklch(14.38% 0.071 330.759);
    --color-secondary: oklch(73.37% 0.224 48.25);
    --color-secondary-content: oklch(14.674% 0.044 48.25);
    --color-accent: oklch(92.78% 0.264 122.962);
    --color-accent-content: oklch(18.556% 0.052 122.962);
    --color-neutral: oklch(21.31% 0.128 278.68);
    --color-neutral-content: oklch(84.262% 0.025 278.68);
    --color-info: oklch(60.72% 0.227 252.05);
    --color-info-content: oklch(12.144% 0.045 252.05);
    --color-success: oklch(85.72% 0.266 158.53);
    --color-success-content: oklch(17.144% 0.053 158.53);
    --color-warning: oklch(91.01% 0.212 100.5);
    --color-warning-content: oklch(18.202% 0.042 100.5);
    --color-error: oklch(64.84% 0.293 29.349);
    --color-error-content: oklch(12.968% 0.058 29.349);
    --radius-selector: 1rem;
    --radius-field: 1rem;
    --radius-box: 1rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 1;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=lemonade]:checked),[data-theme=lemonade] {
    color-scheme: light;
    --color-base-100: oklch(98.71% 0.02 123.72);
    --color-base-200: oklch(91.8% 0.018 123.72);
    --color-base-300: oklch(84.89% 0.017 123.72);
    --color-base-content: oklch(19.742% 0.004 123.72);
    --color-primary: oklch(58.92% 0.199 134.6);
    --color-primary-content: oklch(11.784% 0.039 134.6);
    --color-secondary: oklch(77.75% 0.196 111.09);
    --color-secondary-content: oklch(15.55% 0.039 111.09);
    --color-accent: oklch(85.39% 0.201 100.73);
    --color-accent-content: oklch(17.078% 0.04 100.73);
    --color-neutral: oklch(30.98% 0.075 108.6);
    --color-neutral-content: oklch(86.196% 0.015 108.6);
    --color-info: oklch(86.19% 0.047 224.14);
    --color-info-content: oklch(17.238% 0.009 224.14);
    --color-success: oklch(86.19% 0.047 157.85);
    --color-success-content: oklch(17.238% 0.009 157.85);
    --color-warning: oklch(86.19% 0.047 102.15);
    --color-warning-content: oklch(17.238% 0.009 102.15);
    --color-error: oklch(86.19% 0.047 25.85);
    --color-error-content: oklch(17.238% 0.009 25.85);
    --radius-selector: 1rem;
    --radius-field: 0.5rem;
    --radius-box: 1rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 0;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=night]:checked),[data-theme=night] {
    color-scheme: dark;
    --color-base-100: oklch(20.768% 0.039 265.754);
    --color-base-200: oklch(19.314% 0.037 265.754);
    --color-base-300: oklch(17.86% 0.034 265.754);
    --color-base-content: oklch(84.153% 0.007 265.754);
    --color-primary: oklch(75.351% 0.138 232.661);
    --color-primary-content: oklch(15.07% 0.027 232.661);
    --color-secondary: oklch(68.011% 0.158 276.934);
    --color-secondary-content: oklch(13.602% 0.031 276.934);
    --color-accent: oklch(72.36% 0.176 350.048);
    --color-accent-content: oklch(14.472% 0.035 350.048);
    --color-neutral: oklch(27.949% 0.036 260.03);
    --color-neutral-content: oklch(85.589% 0.007 260.03);
    --color-info: oklch(68.455% 0.148 237.251);
    --color-info-content: oklch(0% 0 0);
    --color-success: oklch(78.452% 0.132 181.911);
    --color-success-content: oklch(15.69% 0.026 181.911);
    --color-warning: oklch(83.242% 0.139 82.95);
    --color-warning-content: oklch(16.648% 0.027 82.95);
    --color-error: oklch(71.785% 0.17 13.118);
    --color-error-content: oklch(14.357% 0.034 13.118);
    --radius-selector: 1rem;
    --radius-field: 0.5rem;
    --radius-box: 1rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 0;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=coffee]:checked),[data-theme=coffee] {
    color-scheme: dark;
    --color-base-100: oklch(24% 0.023 329.708);
    --color-base-200: oklch(21% 0.021 329.708);
    --color-base-300: oklch(16% 0.019 329.708);
    --color-base-content: oklch(72.354% 0.092 79.129);
    --color-primary: oklch(71.996% 0.123 62.756);
    --color-primary-content: oklch(14.399% 0.024 62.756);
    --color-secondary: oklch(34.465% 0.029 199.194);
    --color-secondary-content: oklch(86.893% 0.005 199.194);
    --color-accent: oklch(42.621% 0.074 224.389);
    --color-accent-content: oklch(88.524% 0.014 224.389);
    --color-neutral: oklch(16.51% 0.015 326.261);
    --color-neutral-content: oklch(83.302% 0.003 326.261);
    --color-info: oklch(79.49% 0.063 184.558);
    --color-info-content: oklch(15.898% 0.012 184.558);
    --color-success: oklch(74.722% 0.072 131.116);
    --color-success-content: oklch(14.944% 0.014 131.116);
    --color-warning: oklch(88.15% 0.14 87.722);
    --color-warning-content: oklch(17.63% 0.028 87.722);
    --color-error: oklch(77.318% 0.128 31.871);
    --color-error-content: oklch(15.463% 0.025 31.871);
    --radius-selector: 1rem;
    --radius-field: 0.5rem;
    --radius-box: 1rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 0;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=winter]:checked),[data-theme=winter] {
    color-scheme: light;
    --color-base-100: oklch(100% 0 0);
    --color-base-200: oklch(97.466% 0.011 259.822);
    --color-base-300: oklch(93.268% 0.016 262.751);
    --color-base-content: oklch(41.886% 0.053 255.824);
    --color-primary: oklch(56.86% 0.255 257.57);
    --color-primary-content: oklch(91.372% 0.051 257.57);
    --color-secondary: oklch(42.551% 0.161 282.339);
    --color-secondary-content: oklch(88.51% 0.032 282.339);
    --color-accent: oklch(59.939% 0.191 335.171);
    --color-accent-content: oklch(11.988% 0.038 335.171);
    --color-neutral: oklch(19.616% 0.063 257.651);
    --color-neutral-content: oklch(83.923% 0.012 257.651);
    --color-info: oklch(88.127% 0.085 214.515);
    --color-info-content: oklch(17.625% 0.017 214.515);
    --color-success: oklch(80.494% 0.077 197.823);
    --color-success-content: oklch(16.098% 0.015 197.823);
    --color-warning: oklch(89.172% 0.045 71.47);
    --color-warning-content: oklch(17.834% 0.009 71.47);
    --color-error: oklch(73.092% 0.11 20.076);
    --color-error-content: oklch(14.618% 0.022 20.076);
    --radius-selector: 1rem;
    --radius-field: 0.5rem;
    --radius-box: 1rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 0;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=dim]:checked),[data-theme=dim] {
    color-scheme: dark;
    --color-base-100: oklch(30.857% 0.023 264.149);
    --color-base-200: oklch(28.036% 0.019 264.182);
    --color-base-300: oklch(26.346% 0.018 262.177);
    --color-base-content: oklch(82.901% 0.031 222.959);
    --color-primary: oklch(86.133% 0.141 139.549);
    --color-primary-content: oklch(17.226% 0.028 139.549);
    --color-secondary: oklch(73.375% 0.165 35.353);
    --color-secondary-content: oklch(14.675% 0.033 35.353);
    --color-accent: oklch(74.229% 0.133 311.379);
    --color-accent-content: oklch(14.845% 0.026 311.379);
    --color-neutral: oklch(24.731% 0.02 264.094);
    --color-neutral-content: oklch(82.901% 0.031 222.959);
    --color-info: oklch(86.078% 0.142 206.182);
    --color-info-content: oklch(17.215% 0.028 206.182);
    --color-success: oklch(86.171% 0.142 166.534);
    --color-success-content: oklch(17.234% 0.028 166.534);
    --color-warning: oklch(86.163% 0.142 94.818);
    --color-warning-content: oklch(17.232% 0.028 94.818);
    --color-error: oklch(82.418% 0.099 33.756);
    --color-error-content: oklch(16.483% 0.019 33.756);
    --radius-selector: 1rem;
    --radius-field: 0.5rem;
    --radius-box: 1rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 0;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=nord]:checked),[data-theme=nord] {
    color-scheme: light;
    --color-base-100: oklch(95.127% 0.007 260.731);
    --color-base-200: oklch(93.299% 0.01 261.788);
    --color-base-300: oklch(89.925% 0.016 262.749);
    --color-base-content: oklch(32.437% 0.022 264.182);
    --color-primary: oklch(59.435% 0.077 254.027);
    --color-primary-content: oklch(11.887% 0.015 254.027);
    --color-secondary: oklch(69.651% 0.059 248.687);
    --color-secondary-content: oklch(13.93% 0.011 248.687);
    --color-accent: oklch(77.464% 0.062 217.469);
    --color-accent-content: oklch(15.492% 0.012 217.469);
    --color-neutral: oklch(45.229% 0.035 264.131);
    --color-neutral-content: oklch(89.925% 0.016 262.749);
    --color-info: oklch(69.207% 0.062 332.664);
    --color-info-content: oklch(13.841% 0.012 332.664);
    --color-success: oklch(76.827% 0.074 131.063);
    --color-success-content: oklch(15.365% 0.014 131.063);
    --color-warning: oklch(85.486% 0.089 84.093);
    --color-warning-content: oklch(17.097% 0.017 84.093);
    --color-error: oklch(60.61% 0.12 15.341);
    --color-error-content: oklch(12.122% 0.024 15.341);
    --radius-selector: 1rem;
    --radius-field: 0.25rem;
    --radius-box: 0.5rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 0;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=sunset]:checked),[data-theme=sunset] {
    color-scheme: dark;
    --color-base-100: oklch(22% 0.019 237.69);
    --color-base-200: oklch(20% 0.019 237.69);
    --color-base-300: oklch(18% 0.019 237.69);
    --color-base-content: oklch(77.383% 0.043 245.096);
    --color-primary: oklch(74.703% 0.158 39.947);
    --color-primary-content: oklch(14.94% 0.031 39.947);
    --color-secondary: oklch(72.537% 0.177 2.72);
    --color-secondary-content: oklch(14.507% 0.035 2.72);
    --color-accent: oklch(71.294% 0.166 299.844);
    --color-accent-content: oklch(14.258% 0.033 299.844);
    --color-neutral: oklch(26% 0.019 237.69);
    --color-neutral-content: oklch(70% 0.019 237.69);
    --color-info: oklch(85.559% 0.085 206.015);
    --color-info-content: oklch(17.111% 0.017 206.015);
    --color-success: oklch(85.56% 0.085 144.778);
    --color-success-content: oklch(17.112% 0.017 144.778);
    --color-warning: oklch(85.569% 0.084 74.427);
    --color-warning-content: oklch(17.113% 0.016 74.427);
    --color-error: oklch(85.511% 0.078 16.886);
    --color-error-content: oklch(17.102% 0.015 16.886);
    --radius-selector: 1rem;
    --radius-field: 0.5rem;
    --radius-box: 1rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 0;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=caramellatte]:checked),[data-theme=caramellatte] {
    color-scheme: light;
    --color-base-100: oklch(98% 0.016 73.684);
    --color-base-200: oklch(95% 0.038 75.164);
    --color-base-300: oklch(90% 0.076 70.697);
    --color-base-content: oklch(40% 0.123 38.172);
    --color-primary: oklch(0% 0 0);
    --color-primary-content: oklch(100% 0 0);
    --color-secondary: oklch(22.45% 0.075 37.85);
    --color-secondary-content: oklch(90% 0.076 70.697);
    --color-accent: oklch(46.44% 0.111 37.85);
    --color-accent-content: oklch(90% 0.076 70.697);
    --color-neutral: oklch(55% 0.195 38.402);
    --color-neutral-content: oklch(98% 0.016 73.684);
    --color-info: oklch(42% 0.199 265.638);
    --color-info-content: oklch(90% 0.076 70.697);
    --color-success: oklch(43% 0.095 166.913);
    --color-success-content: oklch(90% 0.076 70.697);
    --color-warning: oklch(82% 0.189 84.429);
    --color-warning-content: oklch(41% 0.112 45.904);
    --color-error: oklch(70% 0.191 22.216);
    --color-error-content: oklch(39% 0.141 25.723);
    --radius-selector: 2rem;
    --radius-field: 0.5rem;
    --radius-box: 1rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 2px;
    --depth: 1;
    --noise: 1;
  }
  :root:has(input.theme-controller[value=abyss]:checked),[data-theme=abyss] {
    color-scheme: dark;
    --color-base-100: oklch(20% 0.08 209);
    --color-base-200: oklch(15% 0.08 209);
    --color-base-300: oklch(10% 0.08 209);
    --color-base-content: oklch(90% 0.076 70.697);
    --color-primary: oklch(92% 0.2653 125);
    --color-primary-content: oklch(50% 0.2653 125);
    --color-secondary: oklch(83.27% 0.0764 298.3);
    --color-secondary-content: oklch(43.27% 0.0764 298.3);
    --color-accent: oklch(43% 0 0);
    --color-accent-content: oklch(98% 0 0);
    --color-neutral: oklch(30% 0.08 209);
    --color-neutral-content: oklch(90% 0.076 70.697);
    --color-info: oklch(74% 0.16 232.661);
    --color-info-content: oklch(29% 0.066 243.157);
    --color-success: oklch(79% 0.209 151.711);
    --color-success-content: oklch(26% 0.065 152.934);
    --color-warning: oklch(84.8% 0.1962 84.62);
    --color-warning-content: oklch(44.8% 0.1962 84.62);
    --color-error: oklch(65% 0.1985 24.22);
    --color-error-content: oklch(27% 0.1985 24.22);
    --radius-selector: 2rem;
    --radius-field: 0.25rem;
    --radius-box: 0.5rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 1;
    --noise: 0;
  }
  :root:has(input.theme-controller[value=silk]:checked),[data-theme=silk] {
    color-scheme: light;
    --color-base-100: oklch(97% 0.0035 67.78);
    --color-base-200: oklch(95% 0.0081 61.42);
    --color-base-300: oklch(90% 0.0081 61.42);
    --color-base-content: oklch(40% 0.0081 61.42);
    --color-primary: oklch(23.27% 0.0249 284.3);
    --color-primary-content: oklch(94.22% 0.2505 117.44);
    --color-secondary: oklch(23.27% 0.0249 284.3);
    --color-secondary-content: oklch(73.92% 0.2135 50.94);
    --color-accent: oklch(23.27% 0.0249 284.3);
    --color-accent-content: oklch(88.92% 0.2061 189.9);
    --color-neutral: oklch(20% 0 0);
    --color-neutral-content: oklch(80% 0.0081 61.42);
    --color-info: oklch(80.39% 0.1148 241.68);
    --color-info-content: oklch(30.39% 0.1148 241.68);
    --color-success: oklch(83.92% 0.0901 136.87);
    --color-success-content: oklch(23.92% 0.0901 136.87);
    --color-warning: oklch(83.92% 0.1085 80);
    --color-warning-content: oklch(43.92% 0.1085 80);
    --color-error: oklch(75.1% 0.1814 22.37);
    --color-error-content: oklch(35.1% 0.1814 22.37);
    --radius-selector: 2rem;
    --radius-field: 0.5rem;
    --radius-box: 1rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 2px;
    --depth: 1;
    --noise: 0;
  }
  :root {
    --page-scroll-lock: initial;
    --page-overflow: var(--page-scroll-lock) hidden;
  }
  :root:not(span) {
    overflow: var(--page-overflow);
  }
  :root {
    --fx-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.34' numOctaves='4' stitchTiles='stitch'%3E%3C/feTurbulence%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23a)' opacity='0.2'%3E%3C/rect%3E%3C/svg%3E");
  }
  :root, [data-theme] {
    background-color: var(--root-bg);
    color: var(--color-base-content);
  }
  :root {
    background-color: var(--page-scroll-bg, var(--root-bg));
  }
  :where(:root, [data-theme]) {
    --root-bg: var(--color-base-100);
  }
  @property --radialprogress {
    syntax: "<percentage>";
    inherits: true;
    initial-value: 0%;
  }
  @property --aura-angle {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
  }
  :root {
    scrollbar-color: currentColor #0000;
    @supports (color: color-mix(in lab, red, red)) {
      scrollbar-color: color-mix(in oklch, currentColor 35%, #0000) #0000;
    }
    --page-has-backdrop: var(--page-scroll-lock) 1;
    --page-scroll-bg: var(--page-scroll-lock)
    var(--root-bg, #0000);
    @supports (color: color-mix(in lab, red, red)) {
      --page-scroll-bg: var(--page-scroll-lock)
    color-mix(in srgb, var(--root-bg, #0000), oklch(0% 0 0) calc(var(--page-has-backdrop, 0) * 40%));
    }
    background-image: var(--page-scroll-lock) linear-gradient(var(--root-bg, #0000), var(--root-bg, #0000));
    transition: var(--page-scroll-lock) background-color 0.3s ease-out;
    animation: var(--page-scroll-lock) set-page-has-scroll forwards;
    animation-timeline: var(--page-scroll-lock) scroll();
    --page-has-scroll: initial;
    scrollbar-gutter: var(--page-has-scroll) var(--page-scroll-lock) stable;
  }
  @keyframes set-page-has-scroll {
    0%, to {
      --page-has-scroll:  ;
    }
  }
}
@keyframes dropdown {
  0% {
    opacity: 0;
  }
}
@keyframes aura {
  to {
    --aura-angle: 360deg;
    transform: translateZ(1px);
  }
}
@keyframes aura-glow {
  20%, 80% {
    opacity: 0.7;
    filter: blur(0.25rem);
  }
  50% {
    opacity: 1;
    filter: blur(0.75rem);
  }
}
@keyframes aura-glow-after {
  20%, 80% {
    opacity: 0.3;
    filter: blur(1rem);
  }
  50% {
    opacity: 0.6;
    filter: blur(1.5rem);
  }
}
@keyframes progress {
  50% {
    background-position-x: -115%;
  }
}
@keyframes skeleton {
  0% {
    background-position: 150%;
  }
  100% {
    background-position: -50%;
  }
}
@keyframes rating {
  0%, 40% {
    scale: 1.1;
    filter: brightness(1.05) contrast(1.05);
  }
}
@keyframes menu {
  0% {
    opacity: 0;
  }
}
@keyframes toast {
  0% {
    scale: 0.9;
    opacity: 0;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
@keyframes rotator {
  89.9999%, 100% {
    --first-item-position: 0 0%;
  }
  90%, 99.9999% {
    --first-item-position: 0 calc(var(--items) * 100%);
  }
  100% {
    translate: 0 -100%;
  }
}
@keyframes radio {
  0% {
    padding: 5px;
  }
  50% {
    padding: 3px;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-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;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
