/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-black: #000;
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --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-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tighter: -0.05em;
    --radius-lg: 0.5rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .modal {
    @layer daisyui.l1.l2.l3 {
      pointer-events: none;
      visibility: hidden;
      position: fixed;
      inset: calc(0.25rem * 0);
      margin: calc(0.25rem * 0);
      display: grid;
      height: 100%;
      max-height: none;
      width: 100%;
      max-width: none;
      align-items: center;
      justify-items: center;
      background-color: transparent;
      padding: calc(0.25rem * 0);
      color: inherit;
      transition: 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;
      &::backdrop {
        display: none;
      }
    }
    @layer daisyui.l1.l2 {
      &.modal-open, &[open], &:target, .modal-toggle:checked + & {
        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-has-backdrop: 1;
          --page-overflow: hidden;
          --page-scroll-bg: var(--page-scroll-bg-on);
          --page-scroll-gutter: stable;
          --page-scroll-transition: var(--page-scroll-transition-on);
          animation: set-page-has-scroll forwards;
          animation-timeline: scroll();
        }
      }
      @starting-style {
        &.modal-open, &[open], &:target, .modal-toggle:checked + & {
          opacity: 0%;
        }
      }
    }
  }
  .tab {
    @layer daisyui.l1.l2.l3 {
      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: calc(0.25rem * 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%;
      }
    }
  }
  .btn {
    :where(&) {
      @layer daisyui.l1.l2.l3 {
        width: unset;
      }
    }
    .prose :where(a&:not(.btn-link)):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      text-decoration-line: none;
    }
    @layer daisyui.l1.l2.l3 {
      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;
      padding-inline: var(--btn-p);
      color: var(--btn-fg);
      --tw-prose-links: var(--btn-fg);
      height: var(--size);
      font-size: var(--fontsize, 0.875rem);
      font-weight: 600;
      outline-color: var(--btn-color, var(--color-base-content));
      transition-property: color, background-color, border-color, box-shadow;
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      transition-duration: 0.2s;
      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-color: var(--btn-bg);
      background-size: auto, calc(var(--noise) * 100%);
      background-image: none, var(--btn-noise);
      border-width: var(--border);
      border-style: solid;
      border-color: var(--btn-border);
      text-shadow: 0 0.5px oklch(100% 0 0 / calc(var(--depth) * 0.15));
      touch-action: manipulation;
      box-shadow: 0 0.5px 0 0.5px oklch(100% 0 0 / calc(var(--depth) * 6%)) inset, var(--btn-shadow);
      --size: calc(var(--size-field, 0.25rem) * 10);
      --btn-bg: var(--btn-color, var(--color-base-200));
      --btn-fg: var(--color-base-content);
      --btn-p: 1rem;
      --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-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-noise: var(--fx-noise);
      @media (hover: hover) {
        &: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%);
          }
        }
      }
      &:focus-visible, &:has(:focus-visible) {
        outline-width: 2px;
        outline-style: solid;
        isolation: isolate;
      }
      &: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%);
        }
        --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-shadow: 0 0 0 0 oklch(0% 0 0/0), 0 0 0 0 oklch(0% 0 0/0);
      }
      &:is(input[type="checkbox"], input[type="radio"]) {
        appearance: none;
        &[aria-label]::after {
          --tw-content: attr(aria-label);
          content: var(--tw-content);
        }
      }
      &:where(input:checked:not(.filter .btn)) {
        --btn-color: var(--color-primary);
        --btn-fg: var(--color-primary-content);
        isolation: isolate;
      }
    }
    &:disabled {
      @layer daisyui.l1.l2 {
        &: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);
          }
          box-shadow: none;
        }
        pointer-events: none;
        --btn-border: #0000;
        --btn-noise: none;
        --btn-fg: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          --btn-fg: color-mix(in oklch, var(--color-base-content) 20%, #0000);
        }
      }
    }
    &[disabled] {
      @layer daisyui.l1.l2 {
        &: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);
          }
          box-shadow: none;
        }
        pointer-events: none;
        --btn-border: #0000;
        --btn-noise: none;
        --btn-fg: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          --btn-fg: color-mix(in oklch, var(--color-base-content) 20%, #0000);
        }
      }
    }
  }
  .list {
    @layer daisyui.l1.l2.l3 {
      display: flex;
      flex-direction: column;
      font-size: 0.875rem;
      .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);
      }
      & > :not(:last-child) {
        &.list-row, .list-row {
          &:after {
            content: "";
            border-bottom: var(--border) solid;
            inset-inline: var(--radius-box);
            position: absolute;
            bottom: calc(0.25rem * 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-row {
        &:has(.list-col-grow:nth-child(1)) {
          --list-grid-cols: 1fr;
        }
        &:has(.list-col-grow:nth-child(2)) {
          --list-grid-cols: minmax(0, auto) 1fr;
        }
        &:has(.list-col-grow:nth-child(3)) {
          --list-grid-cols: minmax(0, auto) minmax(0, auto) 1fr;
        }
        &:has(.list-col-grow:nth-child(4)) {
          --list-grid-cols: minmax(0, auto) minmax(0, auto) minmax(0, auto) 1fr;
        }
        &:has(.list-col-grow:nth-child(5)) {
          --list-grid-cols: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto) 1fr;
        }
        &: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;
        }
        > * {
          grid-row-start: 1;
        }
      }
    }
  }
  .toast {
    @layer daisyui.l1.l2.l3 {
      position: fixed;
      inset-inline-start: auto;
      inset-inline-end: calc(0.25rem * 4);
      top: auto;
      bottom: calc(0.25rem * 4);
      display: flex;
      flex-direction: column;
      gap: calc(0.25rem * 2);
      background-color: transparent;
      translate: var(--toast-x, 0) var(--toast-y, 0);
      width: max-content;
      max-width: calc(100vw - 2rem);
      & > * {
        @media (prefers-reduced-motion: no-preference) {
          animation: toast 0.25s ease-out;
        }
      }
    }
  }
  .toggle {
    @layer daisyui.l1.l2.l3 {
      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)) {
        box-shadow: 0 1px color-mix(in oklab, currentColor calc(var(--depth) * 10%), #0000) inset;
      }
      transition: color 0.3s, grid-template-columns 0.2s;
      --input-color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        --input-color: color-mix(in oklab, var(--color-base-content) 50%, #0000);
      }
      --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);
      > * {
        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;
        }
      }
      &:has(:checked) {
        > :nth-child(2) {
          opacity: 0%;
          rotate: 15deg;
        }
        > :nth-child(3) {
          opacity: 100%;
          rotate: 0deg;
        }
      }
      &: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) {
        &: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;
        }
      }
      &:focus-visible, &:has(:focus-visible) {
        outline: 2px solid currentColor;
        outline-offset: 2px;
      }
      &:checked, &[aria-checked="true"], &: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;
          }
        }
      }
      &:indeterminate {
        grid-template-columns: 0.5fr 1fr 0.5fr;
      }
      &:disabled {
        cursor: not-allowed;
        opacity: 30%;
        &:before {
          background-color: transparent;
          border: var(--border) solid currentColor;
        }
      }
    }
  }
  .input {
    @layer daisyui.l1.l2.l3 {
      cursor: text;
      border: var(--border) solid #0000;
      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;
      width: clamp(3rem, 20rem, 100%);
      height: var(--size);
      font-size: max(var(--font-size, 0.875rem), 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-color: var(--input-color);
      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)) {
        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;
      }
      --size: calc(var(--size-field, 0.25rem) * 10);
      --input-color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        --input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000);
      }
      &:where(input) {
        display: inline-flex;
      }
      :where(input) {
        display: inline-flex;
        height: 100%;
        width: 100%;
        appearance: none;
        background-color: transparent;
        border: none;
        &:focus, &:focus-within {
          --tw-outline-style: none;
          outline-style: none;
          @media (forced-colors: active) {
            outline: 2px solid transparent;
            outline-offset: 2px;
          }
        }
      }
      :where(input[type="url"]), :where(input[type="email"]) {
        direction: ltr;
      }
      :where(input[type="date"]) {
        display: inline-flex;
      }
      &:focus, &: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) {
          &:focus, &:focus-within {
            --font-size: 1rem;
          }
        }
      }
      &:has(> input[disabled]), &:is(:disabled, [disabled]), fieldset: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);
        }
        &::placeholder {
          color: var(--color-base-content);
          @supports (color: color-mix(in lab, red, red)) {
            color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
          }
        }
        box-shadow: none;
      }
      &:has(> input[disabled]) > input[disabled] {
        cursor: not-allowed;
      }
      &::-webkit-date-and-time-value {
        text-align: inherit;
      }
      &[type="number"] {
        &::-webkit-inner-spin-button {
          margin-block: calc(0.25rem * -3);
          margin-inline-end: calc(0.25rem * -3);
        }
      }
      &::-webkit-calendar-picker-indicator {
        position: absolute;
        inset-inline-end: 0.75em;
      }
      &:has(> input[type="date"]) {
        :where(input[type="date"]) {
          display: inline-flex;
          webkit-appearance: none;
          appearance: none;
        }
        input[type="date"]::-webkit-calendar-picker-indicator {
          position: absolute;
          inset-inline-end: 0.75em;
          width: 1em;
          height: 1em;
          cursor: pointer;
        }
      }
    }
  }
  .table {
    @layer daisyui.l1.l2.l3 {
      font-size: 0.875rem;
      position: relative;
      width: 100%;
      border-collapse: separate;
      --tw-border-spacing-x: calc(0.25rem * 0);
      --tw-border-spacing-y: calc(0.25rem * 0);
      border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
      border-radius: var(--radius-box);
      text-align: left;
      &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
        text-align: right;
      }
      tr.row-hover {
        &, &:nth-child(even) {
          &:hover {
            @media (hover: hover) {
              background-color: var(--color-base-200);
            }
          }
        }
      }
      :where(th, td) {
        padding-inline: calc(0.25rem * 4);
        padding-block: calc(0.25rem * 3);
        vertical-align: middle;
      }
      :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;
      }
      :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);
        }
      }
      :where(.table-pin-rows thead tr) {
        position: sticky;
        top: calc(0.25rem * 0);
        z-index: 1;
        background-color: var(--color-base-100);
      }
      :where(.table-pin-rows tfoot tr) {
        position: sticky;
        bottom: calc(0.25rem * 0);
        z-index: 1;
        background-color: var(--color-base-100);
      }
      :where(.table-pin-cols tr th) {
        position: sticky;
        right: calc(0.25rem * 0);
        left: calc(0.25rem * 0);
        background-color: var(--color-base-100);
      }
      :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 {
    @layer daisyui.l1.l2.l3 {
      display: inline-grid;
      grid-auto-flow: column;
      overflow: hidden;
      overflow-x: auto;
      counter-reset: step;
      grid-auto-columns: 1fr;
      .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: calc(0.25rem * 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 {
      .step-neutral {
        + .step-neutral:before, &:after, > .step-icon {
          --step-bg: var(--color-neutral);
          --step-fg: var(--color-neutral-content);
        }
      }
      .step-primary {
        + .step-primary:before, &:after, > .step-icon {
          --step-bg: var(--color-primary);
          --step-fg: var(--color-primary-content);
        }
      }
      .step-secondary {
        + .step-secondary:before, &:after, > .step-icon {
          --step-bg: var(--color-secondary);
          --step-fg: var(--color-secondary-content);
        }
      }
      .step-accent {
        + .step-accent:before, &:after, > .step-icon {
          --step-bg: var(--color-accent);
          --step-fg: var(--color-accent-content);
        }
      }
      .step-info {
        + .step-info:before, &:after, > .step-icon {
          --step-bg: var(--color-info);
          --step-fg: var(--color-info-content);
        }
      }
      .step-success {
        + .step-success:before, &:after, > .step-icon {
          --step-bg: var(--color-success);
          --step-fg: var(--color-success-content);
        }
      }
      .step-warning {
        + .step-warning:before, &:after, > .step-icon {
          --step-bg: var(--color-warning);
          --step-fg: var(--color-warning-content);
        }
      }
      .step-error {
        + .step-error:before, &:after, > .step-icon {
          --step-bg: var(--color-error);
          --step-fg: var(--color-error-content);
        }
      }
    }
  }
  .range {
    @layer daisyui.l1.l2.l3 {
      appearance: none;
      webkit-appearance: none;
      --range-thumb: var(--color-base-100);
      --range-thumb-size: calc(var(--size-selector, 0.25rem) * 6);
      --range-progress: currentColor;
      --range-fill: 1;
      --range-p: 0.25rem;
      --range-bg: currentColor;
      @supports (color: color-mix(in lab, red, red)) {
        --range-bg: color-mix(in oklab, currentColor 10%, #0000);
      }
      cursor: pointer;
      overflow: hidden;
      background-color: transparent;
      vertical-align: middle;
      width: clamp(3rem, 20rem, 100%);
      --radius-selector-max: calc(
      var(--radius-selector) + var(--radius-selector) + var(--radius-selector)
    );
      border-radius: calc(var(--radius-selector) + min(var(--range-p), var(--radius-selector-max)));
      border: none;
      height: var(--range-thumb-size);
      [dir="rtl"] & {
        --range-dir: -1;
      }
      &:focus {
        outline: none;
      }
      &:focus-visible {
        outline: 2px solid;
        outline-offset: 2px;
      }
      &::-webkit-slider-runnable-track {
        width: 100%;
        background-color: var(--range-bg);
        border-radius: var(--radius-selector);
        height: calc(var(--range-thumb-size) * 0.5);
      }
      @media (forced-colors: active) {
        &::-webkit-slider-runnable-track {
          border: 1px solid;
        }
      }
      @media (forced-colors: active) {
        &::-moz-range-track {
          border: 1px solid;
        }
      }
      &::-webkit-slider-thumb {
        position: relative;
        box-sizing: border-box;
        border-radius: calc(var(--radius-selector) + min(var(--range-p), var(--radius-selector-max)));
        background-color: var(--range-thumb);
        height: var(--range-thumb-size);
        width: var(--range-thumb-size);
        border: var(--range-p) solid;
        appearance: none;
        webkit-appearance: none;
        top: 50%;
        color: var(--range-progress);
        transform: translateY(-50%);
        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, 0 0 0 2rem var(--range-thumb) inset, calc((var(--range-dir, 1) * -100cqw) - (var(--range-dir, 1) * var(--range-thumb-size) / 2)) 0 0 calc(100cqw * var(--range-fill));
        @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), 0 0 0 2rem var(--range-thumb) inset, calc((var(--range-dir, 1) * -100cqw) - (var(--range-dir, 1) * var(--range-thumb-size) / 2)) 0 0 calc(100cqw * var(--range-fill));
        }
      }
      &::-moz-range-track {
        width: 100%;
        background-color: var(--range-bg);
        border-radius: var(--radius-selector);
        height: calc(var(--range-thumb-size) * 0.5);
      }
      &::-moz-range-thumb {
        position: relative;
        box-sizing: border-box;
        border-radius: calc(var(--radius-selector) + min(var(--range-p), var(--radius-selector-max)));
        background-color: currentColor;
        height: var(--range-thumb-size);
        width: var(--range-thumb-size);
        border: var(--range-p) solid;
        top: 50%;
        color: var(--range-progress);
        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, 0 0 0 2rem var(--range-thumb) inset, calc((var(--range-dir, 1) * -100cqw) - (var(--range-dir, 1) * var(--range-thumb-size) / 2)) 0 0 calc(100cqw * var(--range-fill));
        @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), 0 0 0 2rem var(--range-thumb) inset, calc((var(--range-dir, 1) * -100cqw) - (var(--range-dir, 1) * var(--range-thumb-size) / 2)) 0 0 calc(100cqw * var(--range-fill));
        }
      }
      &:disabled {
        cursor: not-allowed;
        opacity: 30%;
      }
    }
  }
  .select {
    @layer daisyui.l1.l2.l3 {
      border: var(--border) solid #0000;
      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;
      width: clamp(3rem, 20rem, 100%);
      height: var(--size);
      font-size: 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;
      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)) {
        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;
      }
      border-color: var(--input-color);
      --input-color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        --input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000);
      }
      --size: calc(var(--size-field, 0.25rem) * 10);
      [dir="rtl"] & {
        background-position: calc(0% + 12px) calc(1px + 50%), calc(0% + 16px) calc(1px + 50%);
        &::picker(select), select::picker(select) {
          translate: 0.5rem 0;
        }
      }
      &[multiple] {
        height: auto;
        overflow: auto;
        padding-block: calc(0.25rem * 3);
        padding-inline-end: calc(0.25rem * 3);
        background-image: none;
      }
      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;
        &: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;
        }
      }
      &:focus, &: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;
      }
      &:has(> select[disabled]), &:is(:disabled, [disabled]), fieldset: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);
        }
        &::placeholder {
          color: var(--color-base-content);
          @supports (color: color-mix(in lab, red, red)) {
            color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
          }
        }
      }
      &:has(> select[disabled]) > select[disabled] {
        cursor: not-allowed;
      }
      &, & select {
        @supports (appearance: base-select) {
          appearance: base-select;
        }
        @supports (appearance: base-select) {
          &::picker(select) {
            appearance: base-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));
        }
        &::picker-icon {
          display: none;
        }
        optgroup {
          padding-top: 0.5em;
          option {
            &:nth-child(1) {
              margin-top: 0.5em;
            }
          }
        }
        option {
          border-radius: var(--radius-field);
          padding-inline: calc(0.25rem * 3);
          padding-block: calc(0.25rem * 1.5);
          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);
            }
          }
        }
      }
    }
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .checkbox {
    @layer daisyui.l1.l2.l3 {
      border: var(--border) solid var(--input-color, var(--color-base-content));
      @supports (color: color-mix(in lab, red, red)) {
        border: var(--border) solid var(--input-color, color-mix(in oklab, var(--color-base-content) 20%, #0000));
      }
      position: relative;
      display: inline-block;
      flex-shrink: 0;
      cursor: pointer;
      appearance: none;
      border-radius: var(--radius-selector);
      padding: calc(0.25rem * 1);
      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);
      &: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;
      }
      &:focus-visible {
        outline: 2px solid var(--input-color, currentColor);
        outline-offset: 2px;
      }
      &:checked, &[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;
          }
        }
      }
      &: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%);
        }
      }
    }
    &:disabled {
      @layer daisyui.l1.l2 {
        cursor: not-allowed;
        opacity: 20%;
      }
    }
  }
  .card {
    @layer daisyui.l1.l2.l3 {
      position: relative;
      display: flex;
      flex-direction: column;
      border-radius: var(--radius-box);
      outline-width: 2px;
      transition: outline 0.2s ease-in-out;
      outline: 0 solid #0000;
      outline-offset: 2px;
      &:focus {
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
      }
      &:focus-visible {
        outline-color: currentColor;
      }
      :where(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;
      }
      :where(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;
      }
      figure {
        display: flex;
        align-items: center;
        justify-content: center;
      }
      &:has(> input:is(input[type="checkbox"], input[type="radio"])) {
        cursor: pointer;
        user-select: none;
      }
      &:has(> :checked) {
        outline: 2px solid currentColor;
      }
    }
  }
  .progress {
    @layer daisyui.l1.l2.l3 {
      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)) {
        background-color: color-mix(in oklab, currentcolor 20%, transparent);
      }
      color: var(--color-base-content);
      &: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) {
        &::-moz-progress-bar {
          border-radius: var(--radius-box);
          background-color: currentcolor;
        }
      }
      @supports (-webkit-appearance: none) {
        &::-webkit-progress-bar {
          border-radius: var(--radius-box);
          background-color: transparent;
        }
        &::-webkit-progress-value {
          border-radius: var(--radius-box);
          background-color: currentColor;
        }
      }
    }
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }
  .toast-end {
    @layer daisyui.l1.l2 {
      inset-inline-start: auto;
      inset-inline-end: calc(0.25rem * 4);
      --toast-x: 0;
    }
  }
  .toast-top {
    @layer daisyui.l1.l2 {
      top: calc(0.25rem * 4);
      bottom: auto;
      --toast-y: 0;
    }
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[40rem\] {
    left: 40rem;
  }
  .textarea {
    @layer daisyui.l1.l2.l3 {
      border: var(--border) solid #0000;
      min-height: calc(0.25rem * 20);
      flex-shrink: 1;
      appearance: none;
      border-radius: var(--radius-field);
      background-color: var(--color-base-100);
      padding-block: calc(0.25rem * 2);
      vertical-align: middle;
      width: clamp(3rem, 20rem, 100%);
      padding-inline-start: 0.75rem;
      padding-inline-end: 0.75rem;
      font-size: max(var(--font-size, 0.875rem), 0.875rem);
      touch-action: manipulation;
      border-color: var(--input-color);
      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)) {
        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-color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        --input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000);
      }
      textarea {
        appearance: none;
        background-color: transparent;
        border: none;
        &:focus, &:focus-within {
          --tw-outline-style: none;
          outline-style: none;
          @media (forced-colors: active) {
            outline: 2px solid transparent;
            outline-offset: 2px;
          }
        }
      }
      &:focus, &: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) {
          &:focus, &:focus-within {
            --font-size: 1rem;
          }
        }
      }
      &:has(> textarea[disabled]), &: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);
        }
        &::placeholder {
          color: var(--color-base-content);
          @supports (color: color-mix(in lab, red, red)) {
            color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
          }
        }
        box-shadow: none;
      }
      &:has(> textarea[disabled]) > textarea[disabled] {
        cursor: not-allowed;
      }
    }
  }
  .z-0 {
    z-index: 0;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .-mx-2 {
    margin-inline: calc(var(--spacing) * -2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .input-sm {
    @layer daisyui.l1.l2 {
      --size: calc(var(--size-field, 0.25rem) * 8);
      font-size: max(var(--font-size, 0.75rem), 0.75rem);
      &[type="number"] {
        &::-webkit-inner-spin-button {
          margin-block: calc(0.25rem * -2);
          margin-inline-end: calc(0.25rem * -3);
        }
      }
    }
  }
  .-my-0\.5 {
    margin-block: calc(var(--spacing) * -0.5);
  }
  .label {
    @layer daisyui.l1.l2.l3 {
      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)) {
        color: color-mix(in oklab, currentcolor 60%, transparent);
      }
      &:has(input) {
        cursor: pointer;
      }
      &: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);
          }
        }
      }
    }
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-auto {
    margin-left: auto;
  }
  .status {
    @layer daisyui.l1.l2.l3 {
      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)) {
        background-color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
      }
      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)) {
        color: color-mix(in oklab, var(--color-black) 30%, transparent);
      }
      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)) {
        box-shadow: 0 2px 3px -1px color-mix(in oklab, currentColor calc(var(--depth) * 100%), #0000);
      }
    }
  }
  .badge {
    @layer daisyui.l1.l2.l3 {
      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));
    }
  }
  .hero-arrow-path {
    --hero-arrow-path: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16.023%209.348h4.992v-.001M2.985%2019.644v-4.992m0%200h4.992m-4.993%200%203.181%203.183a8.25%208.25%200%200%200%2013.803-3.7M4.031%209.865a8.25%208.25%200%200%201%2013.803-3.7l3.181%203.182m0-4.991v4.99%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-arrow-path);
    mask: var(--hero-arrow-path);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero-arrow-right {
    --hero-arrow-right: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.5%204.5%2021%2012m0%200-7.5%207.5M21%2012H3%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-arrow-right);
    mask: var(--hero-arrow-right);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero-arrow-up-tray {
    --hero-arrow-up-tray: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3%2016.5v2.25A2.25%202.25%200%200%200%205.25%2021h13.5A2.25%202.25%200%200%200%2021%2018.75V16.5m-13.5-9L12%203m0%200%204.5%204.5M12%203v13.5%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-arrow-up-tray);
    mask: var(--hero-arrow-up-tray);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero-arrows-pointing-out {
    --hero-arrows-pointing-out: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3.75%203.75v4.5m0-4.5h4.5m-4.5%200L9%209M3.75%2020.25v-4.5m0%204.5h4.5m-4.5%200L9%2015M20.25%203.75h-4.5m4.5%200v4.5m0-4.5L15%209m5.25%2011.25h-4.5m4.5%200v-4.5m0%204.5L15%2015%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-arrows-pointing-out);
    mask: var(--hero-arrows-pointing-out);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero-bars-3-bottom-left {
    --hero-bars-3-bottom-left: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3.75%206.75h16.5M3.75%2012h16.5m-16.5%205.25H12%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-bars-3-bottom-left);
    mask: var(--hero-bars-3-bottom-left);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero-building-office-2 {
    --hero-building-office-2: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2.25%2021h19.5m-18-18v18m10.5-18v18m6-13.5V21M6.75%206.75h.75m-.75%203h.75m-.75%203h.75m3-6h.75m-.75%203h.75m-.75%203h.75M6.75%2021v-3.375c0-.621.504-1.125%201.125-1.125h2.25c.621%200%201.125.504%201.125%201.125V21M3%203h12m-.75%204.5H21m-3.75%203.75h.008v.008h-.008v-.008Zm0%203h.008v.008h-.008v-.008Zm0%203h.008v.008h-.008v-.008Z%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-building-office-2);
    mask: var(--hero-building-office-2);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero-chat-bubble-left-right {
    --hero-chat-bubble-left-right: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.25%208.511c.884.284%201.5%201.128%201.5%202.097v4.286c0%201.136-.847%202.1-1.98%202.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354%200-2.694-.055-4.02-.163a2.115%202.115%200%200%201-.825-.242m9.345-8.334a2.126%202.126%200%200%200-.476-.095%2048.64%2048.64%200%200%200-8.048%200c-1.131.094-1.976%201.057-1.976%202.192v4.286c0%20.837.46%201.58%201.155%201.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455%2048.455%200%200%200%2011.25%203c-2.115%200-4.198.137-6.24.402-1.608.209-2.76%201.614-2.76%203.235v6.226c0%201.621%201.152%203.026%202.76%203.235.577.075%201.157.14%201.74.194V21l4.155-4.155%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-chat-bubble-left-right);
    mask: var(--hero-chat-bubble-left-right);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero-check-circle {
    --hero-check-circle: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2012.75%2011.25%2015%2015%209.75M21%2012a9%209%200%201%201-18%200%209%209%200%200%201%2018%200Z%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-check-circle);
    mask: var(--hero-check-circle);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero-check-circle-micro {
    --hero-check-circle-micro: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8%2015A7%207%200%201%200%208%201a7%207%200%200%200%200%2014Zm3.844-8.791a.75.75%200%200%200-1.188-.918l-3.7%204.79-1.649-1.833a.75.75%200%201%200-1.114%201.004l2.25%202.5a.75.75%200%200%200%201.15-.043l4.25-5.5Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-check-circle-micro);
    mask: var(--hero-check-circle-micro);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1rem;
    height: 1rem;
  }
  .hero-chevron-down {
    --hero-chevron-down: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m19.5%208.25-7.5%207.5-7.5-7.5%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-chevron-down);
    mask: var(--hero-chevron-down);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero-chevron-down-micro {
    --hero-chevron-down-micro: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.22%206.22a.75.75%200%200%201%201.06%200L8%208.94l2.72-2.72a.75.75%200%201%201%201.06%201.06l-3.25%203.25a.75.75%200%200%201-1.06%200L4.22%207.28a.75.75%200%200%201%200-1.06Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-chevron-down-micro);
    mask: var(--hero-chevron-down-micro);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1rem;
    height: 1rem;
  }
  .hero-chevron-left {
    --hero-chevron-left: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15.75%2019.5%208.25%2012l7.5-7.5%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-chevron-left);
    mask: var(--hero-chevron-left);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero-chevron-right {
    --hero-chevron-right: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m8.25%204.5%207.5%207.5-7.5%207.5%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-chevron-right);
    mask: var(--hero-chevron-right);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero-clock {
    --hero-clock: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%206v6h4.5m4.5%200a9%209%200%201%201-18%200%209%209%200%200%201%2018%200Z%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-clock);
    mask: var(--hero-clock);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero-computer-desktop-micro {
    --hero-computer-desktop-micro: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%204.25A2.25%202.25%200%200%201%204.25%202h7.5A2.25%202.25%200%200%201%2014%204.25v5.5A2.25%202.25%200%200%201%2011.75%2012h-1.312c.1.128.21.248.328.36a.75.75%200%200%201%20.234.545v.345a.75.75%200%200%201-.75.75h-4.5a.75.75%200%200%201-.75-.75v-.345a.75.75%200%200%201%20.234-.545c.118-.111.228-.232.328-.36H4.25A2.25%202.25%200%200%201%202%209.75v-5.5Zm2.25-.75a.75.75%200%200%200-.75.75v4.5c0%20.414.336.75.75.75h7.5a.75.75%200%200%200%20.75-.75v-4.5a.75.75%200%200%200-.75-.75h-7.5Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-computer-desktop-micro);
    mask: var(--hero-computer-desktop-micro);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1rem;
    height: 1rem;
  }
  .hero-cursor-arrow-rays {
    --hero-cursor-arrow-rays: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15.042%2021.672%2013.684%2016.6m0%200-2.51%202.225.569-9.47%205.227%207.917-3.286-.672ZM12%202.25V4.5m5.834.166-1.591%201.591M20.25%2010.5H18M7.757%2014.743l-1.59%201.59M6%2010.5H3.75m4.007-4.243-1.59-1.59%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-cursor-arrow-rays);
    mask: var(--hero-cursor-arrow-rays);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero-document-text {
    --hero-document-text: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19.5%2014.25v-2.625a3.375%203.375%200%200%200-3.375-3.375h-1.5A1.125%201.125%200%200%201%2013.5%207.125v-1.5a3.375%203.375%200%200%200-3.375-3.375H8.25m0%2012.75h7.5m-7.5%203H12M10.5%202.25H5.625c-.621%200-1.125.504-1.125%201.125v17.25c0%20.621.504%201.125%201.125%201.125h12.75c.621%200%201.125-.504%201.125-1.125V11.25a9%209%200%200%200-9-9Z%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-document-text);
    mask: var(--hero-document-text);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero-ellipsis-horizontal {
    --hero-ellipsis-horizontal: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6.75%2012a.75.75%200%201%201-1.5%200%20.75.75%200%200%201%201.5%200ZM12.75%2012a.75.75%200%201%201-1.5%200%20.75.75%200%200%201%201.5%200ZM18.75%2012a.75.75%200%201%201-1.5%200%20.75.75%200%200%201%201.5%200Z%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-ellipsis-horizontal);
    mask: var(--hero-ellipsis-horizontal);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero-exclamation-circle {
    --hero-exclamation-circle: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%209v3.75m9-.75a9%209%200%201%201-18%200%209%209%200%200%201%2018%200Zm-9%203.75h.008v.008H12v-.008Z%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-exclamation-circle);
    mask: var(--hero-exclamation-circle);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero-eye {
    --hero-eye: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2.036%2012.322a1.012%201.012%200%200%201%200-.639C3.423%207.51%207.36%204.5%2012%204.5c4.638%200%208.573%203.007%209.963%207.178.07.207.07.431%200%20.639C20.577%2016.49%2016.64%2019.5%2012%2019.5c-4.638%200-8.573-3.007-9.963-7.178Z%22%2F%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15%2012a3%203%200%201%201-6%200%203%203%200%200%201%206%200Z%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-eye);
    mask: var(--hero-eye);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero-eye-slash {
    --hero-eye-slash: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3.98%208.223A10.477%2010.477%200%200%200%201.934%2012C3.226%2016.338%207.244%2019.5%2012%2019.5c.993%200%201.953-.138%202.863-.395M6.228%206.228A10.451%2010.451%200%200%201%2012%204.5c4.756%200%208.773%203.162%2010.065%207.498a10.522%2010.522%200%200%201-4.293%205.774M6.228%206.228%203%203m3.228%203.228%203.65%203.65m7.894%207.894L21%2021m-3.228-3.228-3.65-3.65m0%200a3%203%200%201%200-4.243-4.243m4.242%204.242L9.88%209.88%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-eye-slash);
    mask: var(--hero-eye-slash);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero-folder {
    --hero-folder: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2.25%2012.75V12A2.25%202.25%200%200%201%204.5%209.75h15A2.25%202.25%200%200%201%2021.75%2012v.75m-8.69-6.44-2.12-2.12a1.5%201.5%200%200%200-1.061-.44H4.5A2.25%202.25%200%200%200%202.25%206v12a2.25%202.25%200%200%200%202.25%202.25h15A2.25%202.25%200%200%200%2021.75%2018V9a2.25%202.25%200%200%200-2.25-2.25h-5.379a1.5%201.5%200%200%201-1.06-.44Z%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-folder);
    mask: var(--hero-folder);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero-folder-open {
    --hero-folder-open: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3.75%209.776c.112-.017.227-.026.344-.026h15.812c.117%200%20.232.009.344.026m-16.5%200a2.25%202.25%200%200%200-1.883%202.542l.857%206a2.25%202.25%200%200%200%202.227%201.932H19.05a2.25%202.25%200%200%200%202.227-1.932l.857-6a2.25%202.25%200%200%200-1.883-2.542m-16.5%200V6A2.25%202.25%200%200%201%206%203.75h3.879a1.5%201.5%200%200%201%201.06.44l2.122%202.12a1.5%201.5%200%200%200%201.06.44H18A2.25%202.25%200%200%201%2020.25%209v.776%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-folder-open);
    mask: var(--hero-folder-open);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero-home {
    --hero-home: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m2.25%2012%208.954-8.955c.44-.439%201.152-.439%201.591%200L21.75%2012M4.5%209.75v10.125c0%20.621.504%201.125%201.125%201.125H9.75v-4.875c0-.621.504-1.125%201.125-1.125h2.25c.621%200%201.125.504%201.125%201.125V21h4.125c.621%200%201.125-.504%201.125-1.125V9.75M8.25%2021h8.25%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-home);
    mask: var(--hero-home);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero-information-circle {
    --hero-information-circle: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m11.25%2011.25.041-.02a.75.75%200%200%201%201.063.852l-.708%202.836a.75.75%200%200%200%201.063.853l.041-.021M21%2012a9%209%200%201%201-18%200%209%209%200%200%201%2018%200Zm-9-3.75h.008v.008H12V8.25Z%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-information-circle);
    mask: var(--hero-information-circle);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero-lock-closed {
    --hero-lock-closed: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16.5%2010.5V6.75a4.5%204.5%200%201%200-9%200v3.75m-.75%2011.25h10.5a2.25%202.25%200%200%200%202.25-2.25v-6.75a2.25%202.25%200%200%200-2.25-2.25H6.75a2.25%202.25%200%200%200-2.25%202.25v6.75a2.25%202.25%200%200%200%202.25%202.25Z%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-lock-closed);
    mask: var(--hero-lock-closed);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero-magnifying-glass {
    --hero-magnifying-glass: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m21%2021-5.197-5.197m0%200A7.5%207.5%200%201%200%205.196%205.196a7.5%207.5%200%200%200%2010.607%2010.607Z%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-magnifying-glass);
    mask: var(--hero-magnifying-glass);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero-moon-micro {
    --hero-moon-micro: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20d%3D%22M14.438%2010.148c.19-.425-.321-.787-.748-.601A5.5%205.5%200%200%201%206.453%202.31c.186-.427-.176-.938-.6-.748a6.501%206.501%200%201%200%208.585%208.586Z%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-moon-micro);
    mask: var(--hero-moon-micro);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1rem;
    height: 1rem;
  }
  .hero-pencil-square {
    --hero-pencil-square: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m16.862%204.487%201.687-1.688a1.875%201.875%200%201%201%202.652%202.652L10.582%2016.07a4.5%204.5%200%200%201-1.897%201.13L6%2018l.8-2.685a4.5%204.5%200%200%201%201.13-1.897l8.932-8.931Zm0%200L19.5%207.125M18%2014v4.75A2.25%202.25%200%200%201%2015.75%2021H5.25A2.25%202.25%200%200%201%203%2018.75V8.25A2.25%202.25%200%200%201%205.25%206H10%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-pencil-square);
    mask: var(--hero-pencil-square);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero-photo {
    --hero-photo: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m2.25%2015.75%205.159-5.159a2.25%202.25%200%200%201%203.182%200l5.159%205.159m-1.5-1.5%201.409-1.409a2.25%202.25%200%200%201%203.182%200l2.909%202.909m-18%203.75h16.5a1.5%201.5%200%200%200%201.5-1.5V6a1.5%201.5%200%200%200-1.5-1.5H3.75A1.5%201.5%200%200%200%202.25%206v12a1.5%201.5%200%200%200%201.5%201.5Zm10.5-11.25h.008v.008h-.008V8.25Zm.375%200a.375.375%200%201%201-.75%200%20.375.375%200%200%201%20.75%200Z%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-photo);
    mask: var(--hero-photo);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero-plus {
    --hero-plus: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%204.5v15m7.5-7.5h-15%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-plus);
    mask: var(--hero-plus);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero-sparkles {
    --hero-sparkles: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9.813%2015.904%209%2018.75l-.813-2.846a4.5%204.5%200%200%200-3.09-3.09L2.25%2012l2.846-.813a4.5%204.5%200%200%200%203.09-3.09L9%205.25l.813%202.846a4.5%204.5%200%200%200%203.09%203.09L15.75%2012l-2.846.813a4.5%204.5%200%200%200-3.09%203.09ZM18.259%208.715%2018%209.75l-.259-1.035a3.375%203.375%200%200%200-2.455-2.456L14.25%206l1.036-.259a3.375%203.375%200%200%200%202.455-2.456L18%202.25l.259%201.035a3.375%203.375%200%200%200%202.456%202.456L21.75%206l-1.035.259a3.375%203.375%200%200%200-2.456%202.456ZM16.894%2020.567%2016.5%2021.75l-.394-1.183a2.25%202.25%200%200%200-1.423-1.423L13.5%2018.75l1.183-.394a2.25%202.25%200%200%200%201.423-1.423l.394-1.183.394%201.183a2.25%202.25%200%200%200%201.423%201.423l1.183.394-1.183.394a2.25%202.25%200%200%200-1.423%201.423Z%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-sparkles);
    mask: var(--hero-sparkles);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero-squares-2x2 {
    --hero-squares-2x2: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3.75%206A2.25%202.25%200%200%201%206%203.75h2.25A2.25%202.25%200%200%201%2010.5%206v2.25a2.25%202.25%200%200%201-2.25%202.25H6a2.25%202.25%200%200%201-2.25-2.25V6ZM3.75%2015.75A2.25%202.25%200%200%201%206%2013.5h2.25a2.25%202.25%200%200%201%202.25%202.25V18a2.25%202.25%200%200%201-2.25%202.25H6A2.25%202.25%200%200%201%203.75%2018v-2.25ZM13.5%206a2.25%202.25%200%200%201%202.25-2.25H18A2.25%202.25%200%200%201%2020.25%206v2.25A2.25%202.25%200%200%201%2018%2010.5h-2.25a2.25%202.25%200%200%201-2.25-2.25V6ZM13.5%2015.75a2.25%202.25%200%200%201%202.25-2.25H18a2.25%202.25%200%200%201%202.25%202.25V18A2.25%202.25%200%200%201%2018%2020.25h-2.25A2.25%202.25%200%200%201%2013.5%2018v-2.25Z%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-squares-2x2);
    mask: var(--hero-squares-2x2);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero-squares-plus {
    --hero-squares-plus: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.5%2016.875h3.375m0%200h3.375m-3.375%200V13.5m0%203.375v3.375M6%2010.5h2.25a2.25%202.25%200%200%200%202.25-2.25V6a2.25%202.25%200%200%200-2.25-2.25H6A2.25%202.25%200%200%200%203.75%206v2.25A2.25%202.25%200%200%200%206%2010.5Zm0%209.75h2.25A2.25%202.25%200%200%200%2010.5%2018v-2.25a2.25%202.25%200%200%200-2.25-2.25H6a2.25%202.25%200%200%200-2.25%202.25V18A2.25%202.25%200%200%200%206%2020.25Zm9.75-9.75H18a2.25%202.25%200%200%200%202.25-2.25V6A2.25%202.25%200%200%200%2018%203.75h-2.25A2.25%202.25%200%200%200%2013.5%206v2.25a2.25%202.25%200%200%200%202.25%202.25Z%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-squares-plus);
    mask: var(--hero-squares-plus);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero-sun-micro {
    --hero-sun-micro: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20d%3D%22M8%201a.75.75%200%200%201%20.75.75v1.5a.75.75%200%200%201-1.5%200v-1.5A.75.75%200%200%201%208%201ZM10.5%208a2.5%202.5%200%201%201-5%200%202.5%202.5%200%200%201%205%200ZM12.95%204.11a.75.75%200%201%200-1.06-1.06l-1.062%201.06a.75.75%200%200%200%201.061%201.062l1.06-1.061ZM15%208a.75.75%200%200%201-.75.75h-1.5a.75.75%200%200%201%200-1.5h1.5A.75.75%200%200%201%2015%208ZM11.89%2012.95a.75.75%200%200%200%201.06-1.06l-1.06-1.062a.75.75%200%200%200-1.062%201.061l1.061%201.06ZM8%2012a.75.75%200%200%201%20.75.75v1.5a.75.75%200%200%201-1.5%200v-1.5A.75.75%200%200%201%208%2012ZM5.172%2011.89a.75.75%200%200%200-1.061-1.062L3.05%2011.89a.75.75%200%201%200%201.06%201.06l1.06-1.06ZM4%208a.75.75%200%200%201-.75.75h-1.5a.75.75%200%200%201%200-1.5h1.5A.75.75%200%200%201%204%208ZM4.11%205.172A.75.75%200%200%200%205.173%204.11L4.11%203.05a.75.75%200%201%200-1.06%201.06l1.06%201.06Z%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-sun-micro);
    mask: var(--hero-sun-micro);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1rem;
    height: 1rem;
  }
  .hero-x-mark {
    --hero-x-mark: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20aria-hidden%3D%22true%22%20data-slot%3D%22icon%22%3E%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%2018%2018%206M6%206l12%2012%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask: var(--hero-x-mark);
    mask: var(--hero-x-mark);
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .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) * 100%);
      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);
      }
    }
  }
  .fieldset {
    @layer daisyui.l1.l2.l3 {
      display: grid;
      gap: calc(0.25rem * 1.5);
      padding-block: calc(0.25rem * 1);
      font-size: 0.75rem;
      grid-template-columns: 1fr;
      grid-auto-rows: max-content;
    }
  }
  .mask {
    @layer daisyui.l1.l2.l3 {
      display: inline-block;
      vertical-align: middle;
      mask-size: contain;
      mask-repeat: no-repeat;
      mask-position: center;
    }
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-7 {
    width: calc(var(--spacing) * 7);
    height: calc(var(--spacing) * 7);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-full {
    height: 100%;
  }
  .min-h-24 {
    min-height: calc(var(--spacing) * 24);
  }
  .min-h-28 {
    min-height: calc(var(--spacing) * 28);
  }
  .min-h-80 {
    min-height: calc(var(--spacing) * 80);
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-1\/3 {
    width: calc(1 / 3 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-full {
    width: 100%;
  }
  .max-w-80 {
    max-width: calc(var(--spacing) * 80);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    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);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .skeleton {
    @layer daisyui.l1.l2.l3 {
      border-radius: var(--radius-box);
      background-color: var(--color-base-300);
      @media (prefers-reduced-motion: reduce) {
        transition-duration: 15s;
      }
      will-change: background-position;
      background-image: linear-gradient( 105deg, #0000 0% 40%, var(--color-base-100) 50%, #0000 60% 100% );
      background-size: 200% auto;
      background-position-x: -50%;
      @media (prefers-reduced-motion: no-preference) {
        animation: skeleton 1.8s ease-in-out infinite;
      }
    }
  }
  .link {
    @layer daisyui.l1.l2.l3 {
      cursor: pointer;
      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;
      }
    }
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .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;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .space-y-2 {
    :where(& > :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)));
    }
  }
  .space-y-3 {
    :where(& > :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)));
    }
  }
  .space-y-4 {
    :where(& > :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)));
    }
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .self-center {
    align-self: center;
  }
  .self-end {
    align-self: flex-end;
  }
  .self-start {
    align-self: flex-start;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-box {
    border-radius: var(--radius-box);
  }
  .rounded-box {
    border-radius: var(--radius-box);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .badge-ghost {
    @layer daisyui.l1.l2 {
      border-color: var(--color-base-200);
      background-color: var(--color-base-200);
      color: var(--color-base-content);
      background-image: none;
    }
  }
  .badge-outline {
    @layer daisyui.l1.l2 {
      color: var(--badge-color);
      --badge-bg: #0000;
      background-image: none;
      border-color: currentColor;
    }
  }
  .border-base-200 {
    border-color: var(--color-base-200);
  }
  .border-base-300 {
    border-color: var(--color-base-300);
  }
  .table-zebra {
    @layer daisyui.l1.l2 {
      tbody {
        tr {
          &:where(:nth-child(even)) {
            background-color: var(--color-base-200);
            :where(.table-pin-cols tr th) {
              background-color: var(--color-base-200);
            }
          }
          &.row-hover {
            &, &:where(:nth-child(even)) {
              &:hover {
                @media (hover: hover) {
                  background-color: var(--color-base-300);
                }
              }
            }
          }
        }
      }
    }
  }
  .bg-base-100 {
    background-color: var(--color-base-100);
  }
  .bg-base-200 {
    background-color: var(--color-base-200);
  }
  .bg-base-300 {
    background-color: var(--color-base-300);
  }
  .bg-warning\/10 {
    background-color: var(--color-warning);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-warning) 10%, transparent);
    }
  }
  .fill-base-content\/40 {
    fill: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      fill: color-mix(in oklab, var(--color-base-content) 40%, transparent);
    }
  }
  .object-cover {
    object-fit: cover;
  }
  .checkbox-sm {
    @layer daisyui.l1.l2 {
      padding: 0.1875rem;
      --size: calc(var(--size-selector, 0.25rem) * 5);
    }
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .select-sm {
    @layer daisyui.l1.l2 {
      --size: calc(var(--size-field, 0.25rem) * 8);
      font-size: 0.75rem;
      option {
        padding-inline: calc(0.25rem * 2.5);
        padding-block: calc(0.25rem * 1);
      }
    }
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .text-right {
    text-align: right;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .badge-sm {
    @layer daisyui.l1.l2 {
      --size: calc(var(--size-selector, 0.25rem) * 5);
      font-size: 0.75rem;
    }
  }
  .text-\[2rem\] {
    font-size: 2rem;
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-10 {
    --tw-leading: calc(var(--spacing) * 10);
    line-height: calc(var(--spacing) * 10);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tighter {
    --tw-tracking: var(--tracking-tighter);
    letter-spacing: var(--tracking-tighter);
  }
  .text-balance {
    text-wrap: balance;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .alert-error {
    @layer daisyui.l1.l2 {
      color: var(--color-error-content);
      --alert-border-color: var(--color-error);
      --alert-color: var(--color-error);
    }
  }
  .alert-info {
    @layer daisyui.l1.l2 {
      color: var(--color-info-content);
      --alert-border-color: var(--color-info);
      --alert-color: var(--color-info);
    }
  }
  .text-base-content\/45 {
    color: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-base-content) 45%, 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-error {
    color: var(--color-error);
  }
  .text-warning {
    color: var(--color-warning);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .btn-ghost {
    @layer daisyui.l1 {
      &:not(.btn-active, :hover, :active:focus, :focus-visible, input:checked:not(.filter .btn)) {
        --btn-shadow: "";
        --btn-bg: #0000;
        --btn-border: #0000;
        --btn-noise: none;
        &:not(:disabled, [disabled], .btn-disabled) {
          outline-color: currentcolor;
          --btn-fg: var(--btn-color, currentColor);
        }
      }
      @media (hover: none) {
        &:not(.btn-active, :active, :focus-visible, input:checked:not(.filter .btn)):hover {
          outline-color: currentcolor;
          --btn-shadow: "";
          --btn-bg: #0000;
          --btn-fg: var(--btn-color, currentColor);
          --btn-border: #0000;
          --btn-noise: none;
        }
      }
    }
  }
  .brightness-200 {
    --tw-brightness: brightness(200%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[left\] {
    transition-property: left;
    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));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .btn-outline {
    @layer daisyui.l1 {
      &:not( .btn-active, :hover, :active:focus, :focus-visible, input:checked:not(.filter .btn), :disabled, [disabled], .btn-disabled ) {
        --btn-shadow: "";
        --btn-bg: #0000;
        --btn-fg: var(--btn-color);
        --btn-border: var(--btn-color);
        --btn-noise: none;
      }
      @media (hover: none) {
        &:not(.btn-active, :active, :focus-visible, input:checked:not(.filter .btn)):hover {
          --btn-shadow: "";
          --btn-bg: #0000;
          --btn-fg: var(--btn-color);
          --btn-border: var(--btn-color);
          --btn-noise: none;
        }
      }
    }
  }
  .btn-soft {
    @layer daisyui.l1 {
      &:not( .btn-active, :hover, :active:focus, :focus-visible, input:checked:not(.filter .btn), :disabled, [disabled], .btn-disabled ) {
        --btn-shadow: "";
        --btn-fg: var(--btn-color, var(--color-base-content));
        --btn-bg: var(--btn-color, var(--color-base-content));
        @supports (color: color-mix(in lab, red, red)) {
          --btn-bg: color-mix(
        in oklab,
        var(--btn-color, var(--color-base-content)) 8%,
        var(--color-base-100)
      );
        }
        --btn-border: var(--btn-color, var(--color-base-content));
        @supports (color: color-mix(in lab, red, red)) {
          --btn-border: color-mix(
        in oklab,
        var(--btn-color, var(--color-base-content)) 10%,
        var(--color-base-100)
      );
        }
        --btn-noise: none;
      }
      @media (hover: none) {
        &:not(.btn-active, :active, :focus-visible, input:checked:not(.filter .btn)):hover {
          --btn-shadow: "";
          --btn-fg: var(--btn-color, var(--color-base-content));
          --btn-bg: var(--btn-color, var(--color-base-content));
          @supports (color: color-mix(in lab, red, red)) {
            --btn-bg: color-mix(
          in oklab,
          var(--btn-color, var(--color-base-content)) 8%,
          var(--color-base-100)
        );
          }
          --btn-border: var(--btn-color, var(--color-base-content));
          @supports (color: color-mix(in lab, red, red)) {
            --btn-border: color-mix(
          in oklab,
          var(--btn-color, var(--color-base-content)) 10%,
          var(--color-base-100)
        );
          }
          --btn-noise: none;
        }
      }
    }
  }
  .btn-sm {
    @layer daisyui.l1.l2 {
      --fontsize: 0.75rem;
      --btn-p: 0.75rem;
      --size: calc(var(--size-field, 0.25rem) * 8);
    }
  }
  .btn-xs {
    @layer daisyui.l1.l2 {
      --fontsize: 0.6875rem;
      --btn-p: 0.5rem;
      --size: calc(var(--size-field, 0.25rem) * 6);
    }
  }
  .badge-warning {
    @layer daisyui.l1.l2 {
      --badge-color: var(--color-warning);
      --badge-fg: var(--color-warning-content);
    }
  }
  .btn-primary {
    @layer daisyui.l1.l2.l3 {
      --btn-color: var(--color-primary);
      --btn-fg: var(--color-primary-content);
    }
  }
  .input-error {
    @layer daisyui.l1.l2 {
      &, &:focus, &:focus-within {
        --input-color: var(--color-error);
      }
    }
  }
  .select-error {
    @layer daisyui.l1.l2 {
      &, &:focus, &:focus-within {
        --input-color: var(--color-error);
      }
    }
  }
  .textarea-error {
    @layer daisyui.l1.l2 {
      &, &:focus, &:focus-within {
        --input-color: var(--color-error);
      }
    }
  }
  .group-hover\:bg-base-300 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-base-300);
      }
    }
  }
  .group-hover\:fill-base-content {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: var(--color-base-content);
      }
    }
  }
  .group-hover\:opacity-70 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 70%;
      }
    }
  }
  .hover\:cursor-pointer {
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
  }
  .hover\:bg-base-200 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-base-200);
      }
    }
  }
  .hover\:text-base-content {
    &:hover {
      @media (hover: hover) {
        color: var(--color-base-content);
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .motion-safe\:animate-spin {
    @media (prefers-reduced-motion: no-preference) {
      animation: var(--animate-spin);
    }
  }
  .sm\:w-96 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 96);
    }
  }
  .sm\:w-auto {
    @media (width >= 40rem) {
      width: auto;
    }
  }
  .sm\:max-w-96 {
    @media (width >= 40rem) {
      max-width: calc(var(--spacing) * 96);
    }
  }
  .sm\:translate-y-0 {
    @media (width >= 40rem) {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .sm\:scale-95 {
    @media (width >= 40rem) {
      --tw-scale-x: 95%;
      --tw-scale-y: 95%;
      --tw-scale-z: 95%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .sm\:scale-100 {
    @media (width >= 40rem) {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:flex-col {
    @media (width >= 40rem) {
      flex-direction: column;
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:py-6 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .sm\:py-28 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 28);
    }
  }
  .sm\:group-hover\:scale-105 {
    @media (width >= 40rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          --tw-scale-x: 105%;
          --tw-scale-y: 105%;
          --tw-scale-z: 105%;
          scale: var(--tw-scale-x) var(--tw-scale-y);
        }
      }
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:mx-0 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .xl\:left-\[50rem\] {
    @media (width >= 80rem) {
      left: 50rem;
    }
  }
  .xl\:grid-cols-2 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .xl\:px-28 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 28);
    }
  }
  .xl\:py-32 {
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  .\[\[data-theme-source\=system\]_\&\]\:\!left-0 {
    [data-theme-source=system] & {
      left: calc(var(--spacing) * 0) !important;
    }
  }
  .\[\[data-theme\=dark\]_\&\]\:left-2\/3 {
    [data-theme=dark] & {
      left: calc(2 / 3 * 100%);
    }
  }
  .\[\[data-theme\=light\]_\&\]\:left-1\/3 {
    [data-theme=light] & {
      left: calc(1 / 3 * 100%);
    }
  }
}
[data-phx-session], [data-phx-teleported-src] {
  display: contents;
}
:root {
  --studio-ink: #17191d;
  --studio-muted: #68707c;
  --studio-line: #e2e4e8;
  --studio-accent: #ed1639;
  --studio-accent-strong: #d70d2d;
  --studio-success: #18865d;
  --studio-rail: #14171b;
  --studio-canvas: #f5f5f3;
}
body {
  min-height: 100vh;
  background: var(--studio-canvas);
  color: var(--studio-ink);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.studio-topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  min-height: 4.5rem;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--studio-line);
  background: var(--color-base-100);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklab, var(--color-base-100) 88%, transparent);
  }
  padding: 0 1.5rem;
  backdrop-filter: blur(18px);
}
.studio-brand {
  display: flex;
  align-items: center;
  gap: .75rem;
  font-weight: 750;
  letter-spacing: -.02em;
}
.studio-brand-mark {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: .65rem;
  background: var(--studio-accent);
  color: white;
  font-size: .72rem;
  letter-spacing: .08em;
}
.studio-main {
  padding: 2rem 1rem 5rem;
}
.studio-main-workspace {
  padding: 0;
}
.studio-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 1.25rem;
}
.studio-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem .25rem 1.75rem;
}
.studio-heading h1 {
  margin-top: .3rem;
  font-size: clamp(2rem, 5vw, 4.5rem);
  font-weight: 780;
  line-height: .95;
  letter-spacing: -.055em;
}
.studio-heading p:not(.studio-kicker) {
  max-width: 42rem;
  margin-top: .8rem;
  color: var(--studio-muted);
}
.studio-kicker {
  color: var(--studio-accent);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.studio-back {
  display: inline-block;
  margin-bottom: 1.3rem;
  color: var(--studio-muted);
  font-size: .85rem;
}
.studio-user {
  display: grid;
  justify-items: end;
  gap: .25rem;
  color: var(--studio-muted);
  font-size: .78rem;
}
.studio-user span:last-child {
  color: var(--studio-accent);
  text-transform: uppercase;
  letter-spacing: .12em;
}
.studio-panel {
  border: 1px solid var(--studio-line);
  border-radius: 1.25rem;
  background: var(--color-base-100);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklab, var(--color-base-100) 94%, transparent);
  }
  padding: clamp(1.1rem, 3vw, 2rem);
  box-shadow: 0 20px 55px rgb(20 20 25 / .05);
}
.studio-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.studio-section-title h2 {
  margin-top: .15rem;
  font-size: 1.35rem;
  font-weight: 740;
  letter-spacing: -.025em;
}
.studio-count {
  display: grid;
  min-width: 2.1rem;
  height: 2.1rem;
  place-items: center;
  border-radius: 999px;
  background: var(--color-base-200);
  font-size: .78rem;
  font-weight: 700;
}
.studio-form-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}
.studio-form-grid > :nth-child(2) {
  grid-column: span 1;
}
.studio-project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
}
.studio-project-card {
  border: 1px solid var(--studio-line);
  border-radius: 1rem;
  padding: 1.2rem;
  transition: transform .18s ease, border-color .18s ease;
}
.studio-project-card:hover {
  transform: translateY(-2px);
  border-color: var(--studio-accent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklab, var(--studio-accent) 55%, transparent);
  }
}
.studio-project-card h3 {
  margin-top: .9rem;
  font-size: 1.12rem;
  font-weight: 720;
}
.studio-project-card p {
  margin-top: .35rem;
  color: var(--studio-muted);
  font-size: .86rem;
}
.studio-status {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  background: var(--color-base-200);
  padding: .25rem .55rem;
  font-size: .65rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.studio-format {
  display: inline-flex;
  border: 1px solid var(--studio-line);
  border-radius: .55rem;
  padding: .3rem .5rem;
  color: var(--studio-muted);
  font-size: .68rem;
}
.studio-format-large {
  padding: .55rem .75rem;
  background: var(--color-base-100);
}
.studio-empty {
  border: 1px dashed var(--studio-line);
  border-radius: .85rem;
  padding: 1rem;
  color: var(--studio-muted);
  font-size: .85rem;
}
.studio-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  border: 1px solid var(--studio-line);
  border-radius: 1rem;
  background: var(--color-base-100);
}
.studio-steps span {
  padding: .8rem 1rem;
  border-right: 1px solid var(--studio-line);
  color: var(--studio-muted);
  font-size: .7rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.studio-steps span:last-child {
  border-right: 0;
}
.studio-steps .is-active {
  background: var(--studio-accent);
  color: white;
}
.studio-upload {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .8rem;
  align-items: start;
}
.studio-upload-entry {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(8rem, 2fr);
  gap: .75rem;
  align-items: center;
  font-size: .78rem;
}
.studio-asset-grid, .studio-revision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  margin-top: 1rem;
}
.studio-asset-card, .studio-revision-card {
  overflow: hidden;
  border: 1px solid var(--studio-line);
  border-radius: .9rem;
  background: var(--color-base-100);
}
.studio-asset-preview {
  display: grid;
  aspect-ratio: 16 / 9;
  place-items: center;
  overflow: hidden;
  background: var(--color-base-200);
  color: var(--studio-muted);
  font-size: .75rem;
}
.studio-asset-preview img, .studio-revision-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.studio-asset-card > div:last-child, .studio-revision-card > div {
  padding: .8rem;
}
.studio-asset-card h3 {
  margin-top: .5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .82rem;
  font-weight: 650;
}
.studio-asset-card p, .studio-revision-card p {
  margin-top: .25rem;
  color: var(--studio-muted);
  font-size: .7rem;
}
.studio-policy {
  display: grid;
  gap: .55rem;
  border: 1px solid var(--studio-line);
  border-radius: .85rem;
  padding: .9rem;
}
.studio-label {
  display: block;
  color: var(--studio-muted);
  font-size: .72rem;
  font-weight: 720;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.studio-generation-asset {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1.5fr 1fr;
  gap: .7rem;
  align-items: center;
  border-top: 1px solid var(--studio-line);
  padding: .8rem 0;
}
.studio-generation-asset > div {
  display: grid;
  min-width: 0;
}
.studio-generation-asset strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .8rem;
}
.studio-generation-asset span {
  color: var(--studio-muted);
  font-size: .68rem;
}
.studio-check {
  display: flex;
  align-items: center;
  gap: .45rem;
  font-size: .72rem;
}
.studio-attempt {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: .8rem;
  align-items: center;
  border: 1px solid var(--studio-line);
  border-radius: .8rem;
  padding: .8rem 1rem;
}
.studio-attempt strong {
  font-size: .8rem;
}
.studio-attempt p {
  margin-top: .12rem;
  color: var(--studio-muted);
  font-size: .7rem;
}
.studio-dot {
  width: .55rem;
  height: .55rem;
  border-radius: 999px;
  background: #8a8f98;
}
.studio-dot.is-succeeded {
  background: #18a979;
}
.studio-dot.is-failed {
  background: #d83d48;
}
.studio-dot.is-running, .studio-dot.is-submitted, .studio-dot.is-submitting {
  background: #e9a126;
  box-shadow: 0 0 0 .3rem rgb(233 161 38 / .14);
}
.studio-revision-card img {
  height: 18rem;
  object-fit: contain;
  background: var(--color-base-200);
}
.studio-mask-editor {
  display: grid;
  gap: .65rem;
  border-top: 1px solid var(--studio-line);
  padding: .8rem;
}
.studio-mask-editor canvas {
  width: 100%;
  height: auto;
  border-radius: .55rem;
  background: #000;
  cursor: crosshair;
  touch-action: none;
}
.studio-mask-controls {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  align-items: center;
}
.studio-mask-controls label {
  display: flex;
  align-items: center;
  gap: .35rem;
  color: var(--studio-muted);
  font-size: .7rem;
}
.studio-mask-controls [data-mask-label] {
  min-width: 12rem;
  flex: 1;
}
.layout-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 22rem;
  gap: 1rem;
  align-items: start;
}
.layout-stage-panel {
  padding: .75rem;
  overflow: hidden;
}
.layout-canvas {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: .75rem;
  background: #101216;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / .1);
  touch-action: none;
  user-select: none;
}
.layout-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
}
.layout-blank {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgb(255 255 255 / .3);
  font-size: .8rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.layout-item {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px dashed rgb(255 255 255 / .65);
  cursor: move;
  transform-origin: center;
}
.layout-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}
.layout-item > span:not(.layout-resize) {
  width: 100%;
  overflow: hidden;
  padding: .2rem;
  font-weight: 750;
  line-height: 1;
  text-align: center;
}
.layout-text-vector {
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}
.layout-text-vector text {
  font-family: Arial, sans-serif;
}
.layout-remove {
  position: absolute;
  top: -.65rem;
  right: -.65rem;
  display: grid;
  width: 1.3rem;
  height: 1.3rem;
  place-items: center;
  border-radius: 999px;
  background: #e44949;
  color: white;
  font-size: .8rem;
  cursor: pointer;
}
.layout-resize {
  position: absolute;
  right: -.35rem;
  bottom: -.35rem;
  width: .8rem;
  height: .8rem;
  border: 2px solid white;
  border-radius: .2rem;
  background: var(--studio-accent);
  cursor: nwse-resize;
}
.layout-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
}
.project-workspace {
  display: grid;
  min-height: 100vh;
  grid-template-columns: 15.5rem minmax(0, 1fr);
  background: var(--studio-canvas);
}
.project-rail {
  position: sticky;
  top: 0;
  display: flex;
  height: 100vh;
  flex-direction: column;
  overflow: auto;
  background: var(--studio-rail);
  color: #f7f8f9;
}
.project-rail-brand {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: .7rem;
  align-items: center;
  min-height: 4.6rem;
  border-bottom: 1px solid rgb(255 255 255 / .09);
  padding: .85rem 1rem;
}
.project-rail-brand small, .project-rail-project small, .project-rail-footer small {
  display: block;
  color: rgb(255 255 255 / .46);
  font-size: .67rem;
}
.project-rail-brand strong, .project-rail-project strong, .project-rail-footer strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .82rem;
}
.project-rail-mark {
  display: grid;
  width: 2.15rem;
  height: 2.15rem;
  place-items: center;
  border-radius: .55rem;
  background: var(--studio-accent);
  color: white;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: -.02em;
}
.project-rail-project {
  padding: 1.2rem 1rem;
  border-bottom: 1px solid rgb(255 255 255 / .09);
}
.project-rail-project strong {
  margin-top: .35rem;
  white-space: normal;
  line-height: 1.35;
}
.project-step-nav {
  display: grid;
  gap: .3rem;
  padding: .8rem;
}
.project-step-link {
  display: grid;
  min-height: 4.05rem;
  grid-template-columns: 2rem 1fr auto;
  grid-template-areas: "number copy count";
  gap: .7rem;
  align-items: center;
  border-radius: .7rem;
  padding: .65rem .7rem;
  color: rgb(255 255 255 / .68);
  transition: background .16s ease, color .16s ease;
}
.project-step-link:hover {
  background: rgb(255 255 255 / .06);
  color: white;
}
.project-step-link.is-active {
  background: var(--studio-accent);
  color: white;
}
.project-step-number {
  grid-area: number;
  display: grid;
  width: 1.8rem;
  height: 1.8rem;
  place-items: center;
  border: 1px solid rgb(255 255 255 / .22);
  border-radius: 999px;
  font-size: .65rem;
  font-weight: 750;
}
.project-step-icon {
  display: none;
}
.project-step-copy {
  grid-area: copy;
  min-width: 0;
}
.project-step-copy strong {
  display: block;
  font-size: .82rem;
  font-weight: 720;
}
.project-step-copy small {
  display: block;
  overflow: hidden;
  margin-top: .15rem;
  color: currentColor;
  font-size: .65rem;
  opacity: .62;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.project-step-count {
  grid-area: count;
  display: grid;
  min-width: 1.35rem;
  height: 1.35rem;
  place-items: center;
  border-radius: 999px;
  background: rgb(255 255 255 / .12);
  font-size: .62rem;
  font-weight: 800;
}
.project-step-link.is-active .project-step-count {
  background: white;
  color: var(--studio-accent);
}
.project-rail-footer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .7rem;
  align-items: center;
  margin-top: auto;
  border-top: 1px solid rgb(255 255 255 / .09);
  padding: 1rem;
}
.project-user-avatar {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 999px;
  background: #4a4f57;
  font-size: .68rem;
  font-weight: 800;
}
.project-stage {
  min-width: 0;
}
.project-stage-header {
  position: sticky;
  top: 0;
  z-index: 25;
  display: flex;
  min-height: 4.6rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--studio-line);
  background: rgb(255 255 255 / .94);
  padding: .75rem 1.5rem;
  backdrop-filter: blur(14px);
}
.project-stage-header > div:first-child {
  display: flex;
  gap: .75rem;
  align-items: baseline;
}
.project-stage-header span {
  color: var(--studio-muted);
  font-size: .72rem;
}
.project-stage-header h1 {
  font-size: 1.35rem;
  font-weight: 780;
  letter-spacing: -.025em;
}
.project-stage-context {
  display: flex;
  gap: .8rem;
  align-items: center;
}
.project-stage-project {
  max-width: 26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.project-saved-state {
  display: inline-flex;
  gap: .35rem;
  align-items: center;
  border-radius: 999px;
  background: #eaf7f0;
  padding: .35rem .65rem;
  color: var(--studio-success) !important;
  font-weight: 650;
}
.project-stage-body {
  display: grid;
  gap: 1rem;
  width: 100%;
  padding: 1.25rem;
}
.project-step-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20rem;
  gap: 1rem;
  align-items: start;
}
.project-step-main {
  display: grid;
  min-width: 0;
  gap: 1rem;
}
.project-help-panel {
  position: sticky;
  top: 5.8rem;
  display: grid;
  gap: 1rem;
  border: 1px solid var(--studio-line);
  border-radius: .85rem;
  background: white;
  padding: 1.25rem;
}
.project-help-panel h2 {
  font-size: 1.05rem;
  font-weight: 760;
  line-height: 1.25;
}
.project-help-panel > p:not(.studio-kicker) {
  color: var(--studio-muted);
  font-size: .8rem;
  line-height: 1.55;
}
.project-check-list {
  display: grid;
  gap: .75rem;
  padding: .2rem 0 .5rem;
}
.project-check-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .55rem;
  color: #4e5661;
  font-size: .78rem;
  line-height: 1.4;
}
.project-check-list svg {
  color: var(--studio-success);
}
.project-brief-card .studio-section-title {
  margin-bottom: .8rem;
}
.project-brief-card .studio-section-title p {
  margin-top: .2rem;
  color: var(--studio-muted);
  font-size: .78rem;
}
.project-brief-text {
  max-width: 76rem;
  white-space: pre-wrap;
  color: #343940;
  font-size: .9rem;
  line-height: 1.65;
}
.material-upload-box {
  display: grid;
  grid-template-columns: minmax(13rem, .55fr) minmax(0, 1.45fr);
  gap: 1rem;
  border: 1px dashed #cfd3d9;
  border-radius: .75rem;
  background: #fafafa;
  padding: 1rem;
}
.material-upload-box form:first-child p {
  margin-top: .45rem;
  color: var(--studio-muted);
  font-size: .7rem;
  line-height: 1.45;
}
.asset-group {
  margin-top: 1.4rem;
}
.asset-group-title {
  display: flex;
  gap: .5rem;
  align-items: center;
  margin-bottom: .65rem;
}
.asset-group-title h3 {
  font-size: .85rem;
  font-weight: 740;
}
.asset-group-title span {
  display: grid;
  min-width: 1.35rem;
  height: 1.35rem;
  place-items: center;
  border-radius: 999px;
  background: #f0f1f3;
  color: var(--studio-muted);
  font-size: .65rem;
  font-weight: 750;
}
.asset-group .studio-asset-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 0;
}
.project-advanced {
  padding: 0 !important;
  overflow: hidden;
}
.project-advanced summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  cursor: pointer;
  list-style: none;
}
.project-advanced summary::-webkit-details-marker {
  display: none;
}
.project-advanced summary strong {
  display: block;
  font-size: .88rem;
}
.project-advanced summary small {
  display: block;
  margin-top: .2rem;
  color: var(--studio-muted);
  font-size: .7rem;
}
.project-advanced[open] summary {
  border-bottom: 1px solid var(--studio-line);
}
.project-advanced[open] summary svg {
  transform: rotate(180deg);
}
.project-advanced-note {
  margin: 1rem 1.25rem;
  color: var(--studio-muted);
  font-size: .78rem;
}
.project-advanced > div {
  padding: 0 1.25rem 1.25rem;
}
.generation-workspace {
  display: grid;
  height: calc(100vh - 7.1rem);
  grid-template-columns: minmax(0, 1fr) 20rem;
  grid-template-rows: minmax(0, 1fr) auto;
  grid-template-areas: "composer inspector" "next inspector";
  gap: 1rem;
  align-items: start;
  overflow: hidden;
}
.generation-inspector {
  grid-area: inspector;
  height: 100%;
  overflow-y: auto;
}
.generation-composer {
  grid-area: composer;
  height: 100%;
  overflow-y: auto;
}
.generation-next-step {
  grid-area: next;
  display: flex;
  justify-content: flex-end;
  padding-bottom: .5rem;
}
.generation-empty {
  display: grid;
  min-height: 16rem;
  place-items: center;
  align-content: center;
  gap: .45rem;
  border: 1px dashed var(--studio-line);
  border-radius: .75rem;
  color: var(--studio-muted);
  text-align: center;
}
.generation-empty strong {
  color: var(--color-base-content);
  font-size: .9rem;
}
.generation-empty p {
  max-width: 26rem;
  font-size: .76rem;
}
.generation-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
}
.generation-result-card {
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: .75rem;
  background: #f4f5f6;
  text-align: left;
  transition: border-color .16s ease, transform .16s ease;
}
.generation-result-card:hover {
  transform: translateY(-1px);
}
.generation-result-card.is-selected {
  border-color: var(--studio-accent);
}
.generation-result-card.is-hidden {
  opacity: .48;
}
.generation-hidden-badge {
  position: absolute;
  z-index: 2;
  left: .55rem;
  top: .55rem;
  border-radius: 999px;
  background: #17191d;
  padding: .22rem .5rem;
  color: #fff;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.generation-result-select {
  display: block;
  width: 100%;
  text-align: left;
}
.generation-result-image {
  position: relative;
  display: block;
  background: #141518;
}
.generation-result-image > img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}
.generation-model-badge {
  position: absolute;
  z-index: 2;
  left: .55rem;
  bottom: .55rem;
  max-width: calc(100% - 1.1rem);
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / .18);
  border-radius: 999px;
  background: rgb(10 12 15 / .82);
  padding: .24rem .55rem;
  color: #fff;
  font-size: .62rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  backdrop-filter: blur(8px);
}
.generation-result-zoom {
  position: absolute;
  z-index: 3;
  top: .55rem;
  left: .55rem;
  display: grid;
  width: 1.8rem;
  height: 1.8rem;
  place-items: center;
  border-radius: .45rem;
  background: rgb(10 12 15 / .72);
  color: white;
}
.generation-result-check {
  position: absolute;
  z-index: 2;
  top: .55rem;
  right: .55rem;
  display: none;
  width: 1.45rem;
  height: 1.45rem;
  place-items: center;
  border-radius: 999px;
  background: var(--studio-accent);
  color: white;
}
.generation-result-card.is-selected .generation-result-check {
  display: grid;
}
.generation-gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  margin: -.35rem 0 1rem;
}
.generation-gallery-filters button {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  border: 1px solid var(--studio-line);
  border-radius: .5rem;
  background: white;
  padding: .4rem .6rem;
  color: var(--studio-muted);
  font-size: .67rem;
  font-weight: 700;
}
.generation-gallery-filters button.is-active {
  border-color: var(--studio-accent);
  background: #fff3f5;
  color: var(--studio-accent);
}
.generation-result-meta {
  display: grid;
  gap: .15rem;
  padding: .7rem .8rem .8rem;
}
.generation-result-meta strong {
  overflow: hidden;
  font-size: .78rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.generation-result-meta small {
  color: var(--studio-muted);
  font-size: .67rem;
}
.selected-revision-summary {
  display: grid;
  gap: .45rem;
}
.selected-revision-summary img {
  width: 100%;
  max-height: 11rem;
  border-radius: .6rem;
  background: #15171a;
  object-fit: contain;
}
.selected-revision-summary strong {
  margin-top: .25rem;
  font-size: .82rem;
}
.selected-revision-summary > span {
  color: var(--studio-muted);
  font-size: .7rem;
}
.selected-revision-preview {
  position: relative;
  overflow: hidden;
  border-radius: .65rem;
  background: #17191c;
}
.selected-revision-preview img {
  width: 100%;
  max-height: 14rem;
  object-fit: contain;
}
.selected-revision-preview span {
  position: absolute;
  right: .5rem;
  bottom: .5rem;
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  border-radius: .4rem;
  background: rgb(10 12 15 / .76);
  padding: .35rem .5rem;
  color: white;
  font-size: .62rem;
}
.selected-revision-actions {
  display: grid;
  gap: .45rem;
}
.selected-revision-summary p {
  display: -webkit-box;
  overflow: hidden;
  color: #4e5661;
  font-size: .72rem;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.generation-queue-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.25rem;
  border-top: 1px solid var(--studio-line);
  padding-top: 1rem;
  font-size: .78rem;
}
.generation-queue-heading span {
  display: grid;
  min-width: 1.35rem;
  height: 1.35rem;
  place-items: center;
  border-radius: 999px;
  background: #f0f1f3;
  color: var(--studio-muted);
  font-size: .64rem;
  font-weight: 750;
}
.generation-queue-list {
  display: grid;
  margin-top: .6rem;
}
.generation-queue-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: .55rem;
  align-items: center;
  border-top: 1px solid #eceef0;
  padding: .65rem 0;
}
.generation-queue-row:first-child {
  border-top: 0;
}
.generation-queue-row strong, .generation-queue-row small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.generation-queue-row strong {
  font-size: .7rem;
}
.generation-queue-row small, .generation-queue-row > span:last-child {
  color: var(--studio-muted);
  font-size: .62rem;
}
.generation-form {
  display: grid;
  gap: 1rem;
}
.generation-form-settings {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .75rem;
}
.generation-model-capabilities {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  border: 1px solid var(--studio-line);
  border-radius: .65rem;
  background: #f7f7f8;
  padding: .75rem;
}
.generation-model-capabilities svg {
  flex: 0 0 auto;
  color: var(--studio-accent);
}
.generation-model-capabilities div {
  display: grid;
  gap: .15rem;
}
.generation-model-capabilities strong {
  font-size: .76rem;
}
.generation-model-capabilities span {
  color: var(--studio-muted);
  font-size: .68rem;
  line-height: 1.45;
}
.generation-format-pack {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  border: 1px solid var(--studio-line);
  border-radius: .65rem;
  padding: .75rem;
}
.generation-format-pack > strong {
  width: 100%;
  font-size: .72rem;
}
.generation-format-pack label {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  border-radius: .5rem;
  background: #f1f2f4;
  padding: .45rem .6rem;
  font-size: .68rem;
}
.generation-source-list {
  display: grid;
  gap: .55rem;
  border-top: 1px solid var(--studio-line);
  padding-top: 1rem;
}
.generation-source-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
}
.generation-source-heading strong {
  font-size: .82rem;
}
.generation-source-heading span {
  color: var(--studio-muted);
  font-size: .7rem;
}
.generation-source-row {
  border: 1px solid var(--studio-line);
  border-radius: .65rem;
  background: #fafafa;
}
.generation-source-row > summary {
  display: grid;
  grid-template-columns: 2.5rem minmax(8rem, 1fr) auto auto auto;
  gap: .75rem;
  align-items: center;
  padding: .65rem .75rem;
  cursor: pointer;
  list-style: none;
}
.generation-source-row > summary::-webkit-details-marker {
  display: none;
}
.generation-source-row > summary img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: .4rem;
  background: #e8eaed;
  object-fit: contain;
}
.generation-source-row > summary strong, .generation-source-row > summary small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.generation-source-row > summary strong {
  font-size: .75rem;
}
.generation-source-row > summary small {
  margin-top: .12rem;
  color: var(--studio-muted);
  font-size: .65rem;
}
.generation-source-row > summary .generation-current-instruction {
  color: #4d535c;
}
.generation-source-row[open] > summary {
  border-bottom: 1px solid var(--studio-line);
}
.generation-source-row[open] > summary > svg {
  transform: rotate(180deg);
}
.generation-source-options {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: .75rem;
  padding: .75rem;
}
.generation-source-options label {
  display: grid;
  gap: .35rem;
  color: var(--studio-muted);
  font-size: .68rem;
}
.generation-company-instruction {
  grid-column: 1 / -1;
  display: grid;
  gap: .25rem;
  border-radius: .5rem;
  background: #f1f2f4;
  padding: .65rem .75rem;
  color: var(--studio-muted);
  font-size: .67rem;
  line-height: 1.45;
}
.generation-company-instruction strong {
  color: var(--studio-ink);
  font-size: .65rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.generation-submit-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  border-top: 1px solid var(--studio-line);
  padding-top: 1rem;
}
.generation-submit-row span {
  color: var(--studio-muted);
  font-size: .7rem;
}
.generation-assets-panel {
  border-top: 1px solid var(--studio-line);
  padding-top: 0;
}
.generation-assets-panel > summary {
  align-items: center;
  padding: .8rem 0;
  cursor: pointer;
  list-style: none;
}
.generation-assets-panel > summary::-webkit-details-marker {
  display: none;
}
.generation-assets-panel[open] > summary svg {
  transform: rotate(180deg);
}
.review-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 23rem;
  gap: 1rem;
  align-items: start;
}
.review-canvas-panel {
  min-width: 0;
}
.review-main-canvas {
  overflow: hidden;
  border-radius: .75rem;
  background: #111316;
}
.review-main-preview {
  position: relative;
  display: block;
  width: 100%;
}
.review-main-preview > img {
  width: 100%;
  max-height: calc(100vh - 18rem);
  min-height: 24rem;
  object-fit: contain;
}
.review-main-preview > span {
  position: absolute;
  right: .75rem;
  bottom: .75rem;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  border-radius: .45rem;
  background: rgb(10 12 15 / .76);
  padding: .4rem .55rem;
  color: white;
  font-size: .65rem;
}
.review-canvas-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgb(255 255 255 / .1);
  padding: .75rem .9rem;
  color: white;
}
.review-canvas-caption strong, .review-canvas-caption small {
  display: block;
}
.review-canvas-caption strong {
  font-size: .78rem;
}
.review-canvas-caption small {
  margin-top: .15rem;
  color: rgb(255 255 255 / .5);
  font-size: .66rem;
}
.review-canvas-caption .result-origin-badge {
  display: inline-flex;
  margin-top: .4rem;
  border: 1px solid rgb(255 255 255 / .2);
  border-radius: .4rem;
  background: rgb(255 255 255 / .09);
  padding: .25rem .4rem;
  color: white;
  font-size: .61rem;
  font-weight: 720;
}
.review-canvas-caption .studio-status {
  border-color: rgb(255 255 255 / .14);
  background: rgb(255 255 255 / .1);
  color: white;
}
.revision-lineage {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .32rem;
  border-top: 1px solid rgb(255 255 255 / .1);
  background: #191b1f;
  padding: .55rem .9rem;
  color: rgb(255 255 255 / .56);
  font-size: .57rem;
}
.revision-lineage span {
  border: 1px solid rgb(255 255 255 / .1);
  border-radius: .35rem;
  padding: .2rem .35rem;
}
.revision-lineage span.is-current {
  border-color: rgb(255 83 114 / .55);
  background: rgb(237 15 56 / .18);
  color: white;
  font-weight: 720;
}
.review-filmstrip {
  display: flex;
  gap: .55rem;
  overflow-x: auto;
  margin-top: .75rem;
  padding-bottom: .25rem;
}
.review-filmstrip-item {
  flex: 0 0 7.5rem;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: .55rem;
  background: #f2f3f4;
  text-align: left;
}
.review-filmstrip-item.is-selected {
  border-color: var(--studio-accent);
}
.review-filmstrip-item img {
  width: 100%;
  height: 4.2rem;
  background: #17191c;
  object-fit: contain;
}
.review-filmstrip-item span {
  display: block;
  overflow: hidden;
  padding: .35rem .45rem;
  font-size: .62rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.review-filmstrip-item span strong, .review-filmstrip-item span small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.review-filmstrip-item span small {
  margin-top: .12rem;
  color: var(--studio-muted);
  font-size: .58rem;
  font-weight: 500;
}
.review-filmstrip-item .result-origin-badge {
  color: var(--studio-accent-strong);
  font-weight: 720;
}
.review-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: .75rem;
}
.review-inspector {
  position: sticky;
  top: 5.8rem;
  display: grid;
  gap: 1rem;
  max-height: calc(100vh - 7rem);
  overflow-y: auto;
}
.review-mode-heading h2 {
  margin-top: .15rem;
  font-size: 1.05rem;
  font-weight: 760;
}
.review-mode-heading > p:last-child {
  margin-top: .3rem;
  color: var(--studio-muted);
  font-size: .72rem;
  line-height: 1.5;
}
.review-edit-form {
  display: grid;
  gap: .75rem;
}
.review-edit-form label {
  display: grid;
  gap: .35rem;
  color: #4e5661;
  font-size: .68rem;
  font-weight: 650;
}
.review-edit-form :is(input, select, textarea) {
  width: 100%;
  font-weight: 400;
}
.review-field-row {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(5rem, .6fr);
  gap: .55rem;
}
.studio-seed-row {
  display: flex;
  align-items: center;
  gap: .45rem;
}
.studio-seed-row .input {
  min-width: 0;
  flex: 1;
}
.studio-seed-row .btn {
  flex: none;
  white-space: nowrap;
}
.review-mask-mode {
  border-top: 1px solid var(--studio-line);
  border-bottom: 1px solid var(--studio-line);
}
.review-mask-mode > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: .85rem 0;
  cursor: pointer;
  list-style: none;
}
.review-mask-mode > summary::-webkit-details-marker {
  display: none;
}
.review-mask-mode > summary strong, .review-mask-mode > summary small {
  display: block;
}
.review-mask-mode > summary strong {
  font-size: .78rem;
}
.review-mask-mode > summary small {
  margin-top: .15rem;
  color: var(--studio-muted);
  font-size: .64rem;
  font-weight: 400;
}
.review-mask-mode[open] > summary svg {
  transform: rotate(180deg);
}
.review-mask-content {
  display: grid;
  gap: .85rem;
  padding-bottom: 1rem;
}
.review-mask-list {
  display: grid;
  gap: .75rem;
}
.review-mask-card {
  display: grid;
  gap: .75rem;
  border-top: 1px solid var(--studio-line);
  padding-top: .75rem;
}
.review-mask-card > div:first-child {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: .6rem;
  align-items: center;
}
.review-mask-card img {
  width: 3rem;
  height: 3rem;
  border-radius: .4rem;
  background: #15171a;
  object-fit: contain;
}
.review-mask-card strong, .review-mask-card small {
  display: block;
}
.review-mask-card strong {
  font-size: .72rem;
}
.review-mask-card small {
  color: var(--studio-muted);
  font-size: .62rem;
}
.layout-editor-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid var(--studio-line);
  border-radius: .85rem;
  background: white;
  padding: .85rem 1rem;
}
.layout-editor-toolbar h1 {
  margin-top: .1rem;
  font-size: 1.05rem;
  font-weight: 780;
}
.layout-editor-toolbar > div:first-child > p:last-child {
  margin-top: .15rem;
  color: var(--studio-muted);
  font-size: .68rem;
}
.layout-toolbar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  align-items: center;
  justify-content: end;
}
.layout-draft-state {
  border-radius: 999px;
  background: #eaf7f0;
  padding: .36rem .65rem;
  color: var(--studio-success);
  font-size: .64rem;
  font-weight: 720;
}
.layout-draft-state.is-dirty {
  background: #fff2d7;
  color: #8c5b00;
}
.layout-contract-bar {
  display: flex;
  align-items: center;
  gap: .8rem;
  border: 1px solid var(--studio-line);
  border-radius: .85rem;
  background: #181b20;
  padding: .75rem 1rem;
  color: white;
}
.layout-contract-bar > div {
  display: flex;
  min-width: 0;
  flex: 1;
  gap: .65rem;
  align-items: center;
}
.layout-contract-bar > svg {
  flex: 0 0 auto;
  color: rgb(255 255 255 / .35);
}
.layout-contract-number {
  display: grid;
  width: 1.6rem;
  height: 1.6rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  background: var(--studio-accent);
  font-size: .65rem;
  font-weight: 800;
}
.layout-contract-bar strong, .layout-contract-bar small {
  display: block;
}
.layout-contract-bar strong {
  font-size: .69rem;
}
.layout-contract-bar small {
  margin-top: .1rem;
  color: rgb(255 255 255 / .52);
  font-size: .58rem;
  line-height: 1.3;
}
.project-stage-body > .layout-workspace {
  display: grid;
  grid-template-columns: 14rem minmax(0, 1fr) 20rem;
  gap: 1rem;
  align-items: start;
}
.layout-layer-panel, .layout-inspector-panel {
  position: sticky;
  top: 5.8rem;
  max-height: calc(100vh - 7rem);
  overflow-y: auto;
}
.layout-layer-list {
  display: grid;
  gap: .35rem;
}
.layout-layer-row {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: .55rem;
  align-items: center;
  border: 1px solid transparent;
  border-radius: .55rem;
  padding: .5rem;
  text-align: left;
}
.layout-layer-row:hover {
  background: #f5f6f7;
}
.layout-layer-row.is-selected {
  border-color: #ffc0cb;
  background: #fff0f3;
}
.layout-layer-icon {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: .42rem;
  background: #eceef0;
  color: #5f6670;
}
.layout-layer-row strong, .layout-layer-row small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layout-layer-row strong {
  font-size: .7rem;
}
.layout-layer-row small {
  margin-top: .1rem;
  color: var(--studio-muted);
  font-size: .6rem;
}
.layout-background-row {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr) auto;
  gap: .55rem;
  align-items: center;
  margin: .75rem 0 .45rem;
  border: 1px solid #dfe2e6;
  border-radius: .6rem;
  background: #f6f7f8;
  padding: .45rem;
}
.layout-background-row > svg {
  color: #858b94;
}
.layout-background-thumb {
  display: grid;
  width: 2.5rem;
  height: 2rem;
  place-items: center;
  overflow: hidden;
  border-radius: .35rem;
  background: #1a1d21;
  color: white;
}
.layout-background-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layout-background-row strong, .layout-background-row small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layout-background-row strong {
  font-size: .69rem;
}
.layout-background-row small {
  margin-top: .12rem;
  color: var(--studio-muted);
  font-size: .57rem;
}
.layout-layer-explanation {
  margin-bottom: .55rem;
  color: var(--studio-muted);
  font-size: .59rem;
  line-height: 1.4;
}
.layout-stage-panel {
  min-width: 0;
}
.layout-canvas-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .1rem .15rem .7rem;
  color: var(--studio-muted);
  font-size: .66rem;
}
.project-stage-body .layout-canvas {
  border-radius: .6rem;
}
.layout-item {
  border-color: rgb(255 255 255 / .42);
}
.layout-item.is-selected {
  border: 2px solid var(--studio-accent);
  box-shadow: 0 0 0 1px white;
}
.layout-item:not(.is-selected) .layout-resize {
  display: none;
}
.layout-inspector-panel {
  display: grid;
  gap: 1rem;
}
.layout-background-panel p {
  color: var(--studio-muted);
  font-size: .65rem;
  line-height: 1.45;
}
.layout-background-panel form {
  margin-top: .7rem;
}
.layout-background-panel label {
  display: grid;
  gap: .3rem;
  color: #4e5661;
  font-size: .64rem;
  font-weight: 650;
}
.layout-properties-panel .studio-section-title h2 {
  max-width: 15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layout-property-form {
  display: grid;
  gap: .65rem;
}
.layout-property-form label {
  display: grid;
  gap: .3rem;
  color: #4e5661;
  font-size: .66rem;
  font-weight: 650;
}
.layout-property-form .layout-field-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.layout-field-grid label {
  min-width: 0;
}
.layout-field-grid label span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layout-selected-source {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: .65rem;
  align-items: center;
  margin: .75rem 0;
  border-radius: .55rem;
  background: #f4f5f6;
  padding: .55rem;
}
.layout-selected-source img {
  width: 4rem;
  height: 3rem;
  border-radius: .35rem;
  background: #17191d;
  object-fit: contain;
}
.layout-selected-source strong, .layout-selected-source small {
  display: block;
}
.layout-selected-source strong {
  font-size: .65rem;
}
.layout-selected-source small {
  margin-top: .15rem;
  color: var(--studio-muted);
  font-size: .58rem;
  line-height: 1.35;
}
.layout-layer-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .4rem;
}
.layout-action-fields {
  display: grid;
  gap: .55rem;
  border-top: 1px solid var(--studio-line);
  padding-top: .65rem;
}
.layout-action-fields > small {
  color: var(--studio-muted);
  font-size: .58rem;
  line-height: 1.4;
}
.layout-text-style-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
}
.layout-text-style-grid label:last-child {
  grid-column: 1 / -1;
}
.layout-selection-help h2 {
  margin-top: .15rem;
  font-size: .95rem;
  font-weight: 760;
}
.layout-selection-help > p:last-child {
  margin-top: .35rem;
  color: var(--studio-muted);
  font-size: .72rem;
  line-height: 1.5;
}
.layout-resize {
  right: -.42rem;
  bottom: -.42rem;
  width: .85rem;
  height: .85rem;
  background: var(--studio-accent);
}
.layout-add-panel {
  padding: 0 !important;
}
.layout-add-panel > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: .85rem 1rem;
  cursor: pointer;
  list-style: none;
}
.layout-add-panel > summary::-webkit-details-marker {
  display: none;
}
.layout-add-panel > summary small, .layout-add-panel > summary strong {
  display: block;
}
.layout-add-panel > summary small {
  color: var(--studio-accent);
  font-size: .61rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.layout-add-panel > summary strong {
  margin-top: .12rem;
  font-size: .78rem;
}
.layout-add-panel[open] > summary {
  border-bottom: 1px solid var(--studio-line);
}
.layout-add-panel[open] > summary svg {
  transform: rotate(45deg);
}
.layout-add-panel > form {
  padding: .85rem 1rem 1rem;
}
.layout-asset-picker {
  display: grid;
  max-height: 16rem;
  gap: .4rem;
  overflow-y: auto;
}
.layout-asset-option {
  position: relative;
  display: grid !important;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: .5rem !important;
  align-items: center;
  border: 1px solid var(--studio-line);
  border-radius: .5rem;
  padding: .4rem;
  cursor: pointer;
}
.layout-asset-option:has(input:checked) {
  border-color: var(--studio-accent);
  background: #fff0f3;
}
.layout-asset-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.layout-asset-option img {
  width: 3rem;
  height: 2.5rem;
  border-radius: .3rem;
  background: #17191d;
  object-fit: contain;
}
.layout-asset-option strong, .layout-asset-option small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layout-asset-option strong {
  font-size: .62rem;
}
.layout-asset-option small {
  margin-top: .1rem;
  color: var(--studio-muted);
  font-size: .56rem;
}
.layout-media-link {
  color: var(--studio-accent);
  font-size: .62rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: .15rem;
}
.layout-create-form {
  display: grid;
  grid-template-columns: minmax(12rem, .8fr) minmax(14rem, 1fr) minmax(18rem, 1.35fr) auto;
  gap: .8rem;
  align-items: end;
  margin-top: 1rem;
}
.layout-create-form label {
  display: grid;
  min-width: 0;
  gap: .35rem;
  color: #414852;
  font-size: .68rem;
  font-weight: 700;
}
.layout-create-form label :is(input, select) {
  width: 100%;
  font-weight: 450;
}
.layout-create-form label small {
  min-height: 2rem;
  color: var(--studio-muted);
  font-size: .6rem;
  font-weight: 450;
  line-height: 1.35;
}
.layout-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
}
.layout-summary-card {
  display: grid;
  grid-template-columns: 9rem minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--studio-line);
  border-radius: .85rem;
  background: white;
  transition: border-color .16s ease, transform .16s ease;
}
.layout-summary-card:hover {
  transform: translateY(-1px);
  border-color: #ff9caf;
}
.layout-summary-preview {
  display: grid;
  min-height: 7rem;
  place-items: center;
  overflow: hidden;
  background: #15171a;
  color: rgb(255 255 255 / .45);
  font-size: .65rem;
}
.layout-summary-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layout-summary-copy {
  min-width: 0;
  padding: .85rem;
}
.layout-summary-copy h3 {
  overflow: hidden;
  margin-top: .45rem;
  font-size: .86rem;
  font-weight: 740;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layout-summary-copy p, .layout-summary-copy small {
  display: block;
  margin-top: .25rem;
  color: var(--studio-muted);
  font-size: .65rem;
}
.dashboard-shell {
  max-width: 74rem;
}
.dashboard-heading {
  align-items: center;
}
.dashboard-company-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
}
.dashboard-company-card, .dashboard-admin-card {
  display: grid;
  grid-template-columns: 3.2rem minmax(0, 1fr) auto;
  gap: .9rem;
  align-items: center;
  border: 1px solid var(--studio-line);
  border-radius: 1rem;
  background: white;
  padding: 1rem;
  transition: border-color .16s ease, transform .16s ease;
}
.dashboard-company-card:hover, .dashboard-admin-card:hover {
  transform: translateY(-1px);
  border-color: #ff9caf;
}
.dashboard-company-mark {
  display: grid;
  width: 3.2rem;
  height: 3.2rem;
  place-items: center;
  border-radius: .75rem;
  background: var(--studio-accent);
  color: white;
  font-size: .9rem;
  font-weight: 850;
}
.dashboard-company-mark.is-dark {
  background: var(--studio-rail);
}
.dashboard-company-copy small, .dashboard-company-copy strong, .dashboard-company-copy > span {
  display: block;
}
.dashboard-company-copy small {
  color: var(--studio-accent);
  font-size: .61rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.dashboard-company-copy strong {
  margin-top: .18rem;
  font-size: .94rem;
}
.dashboard-company-copy > span {
  margin-top: .15rem;
  color: var(--studio-muted);
  font-size: .68rem;
}
.dashboard-admin-card {
  margin-top: .85rem;
  background: #1a1d21;
  color: white;
}
.dashboard-admin-card .dashboard-company-copy > span {
  color: rgb(255 255 255 / .5);
}
.company-create-panel {
  padding: 0;
}
.company-create-panel > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  cursor: pointer;
  list-style: none;
}
.company-create-panel > summary::-webkit-details-marker {
  display: none;
}
.company-create-panel > summary small, .company-create-panel > summary strong {
  display: block;
}
.company-create-panel > summary small {
  color: var(--studio-accent);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.company-create-panel > summary strong {
  margin-top: .15rem;
  font-size: .9rem;
}
.company-create-panel[open] > summary {
  border-bottom: 1px solid var(--studio-line);
}
.company-create-panel[open] > summary svg {
  transform: rotate(45deg);
}
.company-create-panel > form {
  padding: 1rem 1.25rem 1.25rem;
}
.studio-project-card > p:nth-of-type(1) {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.media-workspace {
  max-width: 92rem;
}
.media-workspace-heading {
  align-items: end;
}
.media-workspace-heading h1 {
  max-width: 48rem;
}
.media-workspace-summary {
  display: grid;
  min-width: 11rem;
  justify-items: end;
  border-left: 1px solid var(--studio-line);
  padding-left: 1.5rem;
}
.media-workspace-summary strong {
  font-size: 2.2rem;
  font-weight: 820;
  line-height: 1;
  letter-spacing: -.06em;
}
.media-workspace-summary span {
  margin-top: .35rem;
  color: var(--studio-muted);
  font-size: .66rem;
}
.media-workspace-layout {
  display: grid;
  grid-template-columns: 16rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}
.media-library-sidebar {
  position: sticky;
  top: 5.5rem;
  display: grid;
  max-height: calc(100vh - 7rem);
  gap: 1rem;
  padding: 1rem;
}
.media-sidebar-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}
.media-sidebar-heading h2 {
  margin-top: .15rem;
  font-size: 1.05rem;
  font-weight: 780;
}
.media-sidebar-heading > button {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border: 1px solid var(--studio-line);
  border-radius: .55rem;
}
.media-folder-list {
  display: grid;
  gap: .22rem;
  overflow-y: auto;
}
.media-folder-list button {
  display: flex;
  align-items: center;
  gap: .55rem;
  width: 100%;
  border: 1px solid transparent;
  border-radius: .6rem;
  padding: .57rem .65rem .57rem calc(.65rem + var(--folder-depth, 0) * .85rem);
  color: var(--studio-muted);
  font-size: .72rem;
  text-align: left;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.media-folder-list button span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.media-folder-list button:hover {
  background: #f5f5f6;
  color: var(--studio-ink);
}
.media-folder-list button.is-active {
  border-color: #ffd1da;
  background: #fff1f4;
  color: var(--studio-accent-strong);
  font-weight: 720;
}
.media-folder-list button.is-drop-target {
  border-color: var(--studio-accent);
  background: #ffe5eb;
}
.media-folder-create {
  display: grid;
  gap: .45rem;
  border-top: 1px solid var(--studio-line);
  padding-top: .9rem;
}
.media-folder-create > label {
  color: var(--studio-muted);
  font-size: .62rem;
  font-weight: 720;
}
.media-folder-create > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 2.1rem;
  gap: .35rem;
}
.media-folder-create input, .media-folder-create button {
  height: 2.1rem;
  border: 1px solid var(--studio-line);
  border-radius: .5rem;
  background: white;
}
.media-folder-create input {
  min-width: 0;
  padding: 0 .65rem;
  font-size: .7rem;
}
.media-folder-create button {
  display: grid;
  place-items: center;
  color: var(--studio-accent);
}
.media-library-main {
  display: grid;
  min-width: 0;
  gap: 1rem;
}
.media-command-bar {
  display: flex;
  min-height: 3.4rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .75rem 1rem;
}
.media-breadcrumbs {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: .4rem;
  color: var(--studio-muted);
  font-size: .7rem;
}
.media-breadcrumbs button {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: var(--studio-ink);
  font-weight: 680;
}
.media-folder-actions {
  position: relative;
}
.media-folder-actions summary {
  display: flex;
  align-items: center;
  gap: .4rem;
  cursor: pointer;
  font-size: .7rem;
  font-weight: 700;
  list-style: none;
}
.media-folder-actions summary::-webkit-details-marker {
  display: none;
}
.media-folder-popover {
  position: absolute;
  z-index: 25;
  top: 2rem;
  right: 0;
  display: grid;
  width: 18rem;
  gap: .75rem;
  border: 1px solid var(--studio-line);
  border-radius: .8rem;
  background: white;
  padding: .9rem;
  box-shadow: 0 16px 48px rgb(20 20 25 / .14);
}
.media-folder-popover form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .35rem;
}
.media-folder-popover label {
  grid-column: 1 / -1;
  color: var(--studio-muted);
  font-size: .6rem;
  font-weight: 700;
}
.media-folder-popover :is(input, select) {
  min-width: 0;
  border: 1px solid var(--studio-line);
  border-radius: .45rem;
  padding: .45rem .55rem;
  font-size: .68rem;
}
.media-folder-popover button {
  color: var(--studio-accent-strong);
  font-size: .65rem;
  font-weight: 720;
}
.media-upload-panel {
  display: grid;
  grid-template-columns: 15rem minmax(0, 1fr);
  gap: 1.25rem;
  padding: 1.1rem;
}
.media-upload-copy h2 {
  margin-top: .2rem;
  font-size: 1.05rem;
  font-weight: 780;
}
.media-upload-copy > p:last-child {
  margin-top: .7rem;
  color: var(--studio-muted);
  font-size: .68rem;
  line-height: 1.5;
}
.media-upload-form {
  display: grid;
  min-width: 0;
  gap: .75rem;
}
.media-upload-dropzone {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr) auto;
  gap: .85rem;
  align-items: center;
  min-height: 6.8rem;
  border: 1.5px dashed #d6d7db;
  border-radius: .85rem;
  background: #fafafa;
  padding: 1rem;
  transition: border-color .15s ease, background .15s ease;
}
.media-upload-dropzone:hover, .media-upload-dropzone:has(input:focus) {
  border-color: var(--studio-accent);
  background: #fff8f9;
}
.media-upload-icon {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border-radius: .65rem;
  background: #ffe8ed;
  color: var(--studio-accent);
}
.media-upload-dropzone strong, .media-upload-dropzone span {
  display: block;
}
.media-upload-dropzone strong {
  font-size: .82rem;
}
.media-upload-dropzone span {
  margin-top: .25rem;
  color: var(--studio-muted);
  font-size: .63rem;
  line-height: 1.45;
}
.media-upload-defaults {
  display: flex;
  align-items: end;
  gap: .8rem;
}
.media-upload-defaults label {
  display: grid;
  gap: .3rem;
  color: var(--studio-muted);
  font-size: .6rem;
  font-weight: 720;
}
.media-upload-defaults select, .media-upload-queue select {
  min-width: 10rem;
  border: 1px solid var(--studio-line);
  border-radius: .5rem;
  background: white;
  padding: .5rem .6rem;
  color: var(--studio-ink);
  font-size: .68rem;
}
.media-upload-defaults > span {
  padding-bottom: .5rem;
  color: var(--studio-muted);
  font-size: .62rem;
}
.media-upload-queue {
  display: grid;
  gap: .45rem;
}
.media-upload-queue article {
  display: grid;
  grid-template-columns: minmax(12rem, 1.4fr) minmax(9rem, .65fr) minmax(8rem, .7fr) 2rem;
  gap: .65rem;
  align-items: center;
  border: 1px solid var(--studio-line);
  border-radius: .7rem;
  padding: .65rem;
}
.media-upload-file {
  display: grid;
  min-width: 0;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: .55rem;
  align-items: center;
}
.media-file-extension {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: .45rem;
  background: #202227;
  color: white;
  font-size: .48rem;
  font-weight: 820;
}
.media-upload-file strong, .media-upload-file span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.media-upload-file strong {
  font-size: .68rem;
}
.media-upload-file div span {
  margin-top: .12rem;
  color: var(--studio-muted);
  font-size: .57rem;
}
.media-upload-queue label {
  color: var(--studio-muted);
  font-size: .57rem;
  font-weight: 700;
}
.media-upload-queue label select {
  display: block;
  width: 100%;
  min-width: 0;
  margin-top: .2rem;
}
.media-upload-progress {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .4rem;
  align-items: center;
}
.media-upload-progress progress {
  width: 100%;
  height: .35rem;
  accent-color: var(--studio-accent);
}
.media-upload-progress span {
  color: var(--studio-muted);
  font-size: .56rem;
}
.media-upload-queue article > button {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: .45rem;
  color: var(--studio-muted);
}
.media-upload-queue article > p {
  grid-column: 1 / -1;
  border-radius: .45rem;
  background: #fff2d9;
  padding: .45rem .55rem;
  color: #835712;
  font-size: .62rem;
}
.media-duplicate-confirm {
  display: flex;
  gap: .5rem;
  align-items: start;
  border: 1px solid #f1d391;
  border-radius: .65rem;
  background: #fff9e9;
  padding: .7rem;
  color: #694a12;
  font-size: .65rem;
  line-height: 1.45;
}
.media-upload-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.media-upload-submit span {
  color: var(--studio-muted);
  font-size: .63rem;
}
.media-results-panel {
  min-width: 0;
  padding: 1rem;
}
.media-filter-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}
.media-filter-bar > form {
  display: grid;
  min-width: min(100%, 34rem);
  grid-template-columns: minmax(12rem, 1fr) 10rem;
  gap: .6rem;
}
.media-search {
  display: flex;
  align-items: center;
  gap: .45rem;
  border: 1px solid var(--studio-line);
  border-radius: .55rem;
  padding: 0 .65rem;
  color: var(--studio-muted);
}
.media-search input {
  width: 100%;
  min-width: 0;
  height: 2.3rem;
  background: transparent;
  font-size: .7rem;
  outline: none;
}
.media-filter-bar select {
  border: 1px solid var(--studio-line);
  border-radius: .55rem;
  background: white;
  padding: 0 .65rem;
  font-size: .68rem;
}
.media-filter-bar > button {
  display: flex;
  align-items: center;
  gap: .4rem;
  color: var(--studio-muted);
  font-size: .65rem;
}
.media-filter-bar > button.is-active {
  color: var(--studio-accent);
}
.media-results-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.15rem;
  border-top: 1px solid var(--studio-line);
  padding-top: 1rem;
}
.media-results-heading h2 {
  font-size: 1rem;
  font-weight: 780;
}
.media-results-heading p {
  margin-top: .25rem;
  color: var(--studio-muted);
  font-size: .63rem;
}
.media-results-heading > button {
  color: var(--studio-accent);
  font-size: .65rem;
  font-weight: 720;
}
.media-empty-state {
  display: grid;
  min-height: 13rem;
  place-items: center;
  align-content: center;
  gap: .45rem;
  margin-top: .8rem;
}
.media-empty-state svg {
  color: #b4b7be;
}
.media-empty-state strong {
  font-size: .78rem;
}
.media-empty-state span {
  color: var(--studio-muted);
  font-size: .65rem;
}
.media-library-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: .8rem;
}
.media-library-grid .studio-asset-card {
  position: relative;
  border-radius: .8rem;
  transition: border-color .15s ease, box-shadow .15s ease, opacity .15s ease;
}
.media-library-grid .studio-asset-card.is-selected {
  border-color: var(--studio-accent);
  box-shadow: 0 0 0 2px rgb(237 15 56 / .1);
}
.media-library-grid .studio-asset-card.is-dragging {
  opacity: .42;
}
.media-card-select {
  position: absolute;
  z-index: 2;
  top: .55rem;
  left: .55rem;
  display: grid;
  width: 1.35rem;
  height: 1.35rem;
  place-items: center;
  border-radius: .35rem;
  background: white;
  box-shadow: 0 2px 10px rgb(0 0 0 / .14);
}
.media-card-select input {
  width: .82rem;
  height: .82rem;
  accent-color: var(--studio-accent);
}
.media-library-grid .studio-asset-preview {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
}
.media-preview-action {
  position: absolute;
  right: .5rem;
  bottom: .5rem;
  display: flex;
  align-items: center;
  gap: .25rem;
  border-radius: .4rem;
  background: rgb(20 22 25 / .78);
  padding: .3rem .45rem;
  color: white;
  font-size: .55rem;
  opacity: 0;
  transition: opacity .15s ease;
}
.studio-asset-preview:hover .media-preview-action {
  opacity: 1;
}
.media-card-body {
  position: relative;
  padding: .7rem;
}
.media-card-labels {
  display: flex;
  gap: .3rem;
}
.studio-status.is-muted {
  background: #eceef1;
  color: #666d76;
}
.media-card-body h3 {
  padding-right: 1.7rem;
}
.media-card-menu {
  position: absolute;
  top: .6rem;
  right: .5rem;
}
.media-card-menu summary {
  display: grid;
  width: 1.7rem;
  height: 1.7rem;
  place-items: center;
  border-radius: .4rem;
  cursor: pointer;
  list-style: none;
}
.media-card-menu summary::-webkit-details-marker {
  display: none;
}
.media-card-menu > div {
  position: absolute;
  z-index: 20;
  top: 1.8rem;
  right: 0;
  display: grid;
  min-width: 10rem;
  border: 1px solid var(--studio-line);
  border-radius: .55rem;
  background: white;
  padding: .35rem;
  box-shadow: 0 12px 30px rgb(20 20 25 / .14);
}
.media-card-menu button {
  border-radius: .35rem;
  padding: .45rem .55rem;
  font-size: .63rem;
  text-align: left;
}
.media-card-menu button:hover {
  background: #f3f4f5;
}
.media-bulk-bar {
  position: fixed;
  z-index: 60;
  bottom: 1.25rem;
  left: 50%;
  display: flex;
  width: min(42rem, calc(100% - 2rem));
  align-items: center;
  gap: .8rem;
  border: 1px solid rgb(255 255 255 / .15);
  border-radius: .9rem;
  background: #181a1e;
  padding: .75rem .85rem .75rem 1rem;
  color: white;
  box-shadow: 0 18px 55px rgb(0 0 0 / .28);
  transform: translateX(-50%);
}
.media-bulk-bar > div {
  min-width: 0;
  flex: 1;
}
.media-bulk-bar strong, .media-bulk-bar span {
  display: block;
}
.media-bulk-bar strong {
  font-size: .75rem;
}
.media-bulk-bar span {
  margin-top: .12rem;
  color: rgb(255 255 255 / .48);
  font-size: .56rem;
}
.media-bulk-bar > button:not(.btn) {
  color: rgb(255 255 255 / .68);
  font-size: .65rem;
}
.studio-modal-backdrop {
  position: fixed;
  z-index: 85;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgb(10 12 15 / .72);
  padding: 1.25rem;
}
.studio-modal.media-move-dialog {
  width: min(28rem, 100%);
  border-radius: .95rem;
  background: white;
  padding: 1.2rem;
  box-shadow: 0 28px 80px rgb(0 0 0 / .3);
}
.media-move-dialog h2 {
  margin-top: .2rem;
  font-size: 1.15rem;
  font-weight: 780;
}
.media-move-dialog p:last-child {
  margin-top: .35rem;
  color: var(--studio-muted);
  font-size: .68rem;
}
.media-move-dialog form {
  display: grid;
  gap: .9rem;
  margin-top: 1rem;
}
.media-move-dialog select {
  width: 100%;
  border: 1px solid var(--studio-line);
  border-radius: .55rem;
  background: white;
  padding: .65rem;
  font-size: .7rem;
}
.media-move-dialog form > div {
  display: flex;
  justify-content: end;
  gap: .55rem;
}
.media-move-dialog form > div > button:first-child {
  color: var(--studio-muted);
  font-size: .68rem;
}
.media-picker-backdrop {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgb(10 12 15 / .72);
  padding: 1.5rem;
}
.media-picker-dialog {
  display: grid;
  width: min(72rem, 100%);
  max-height: calc(100vh - 3rem);
  gap: 1rem;
  overflow-y: auto;
  border-radius: 1rem;
  background: white;
  padding: 1.25rem;
  box-shadow: 0 30px 100px rgb(0 0 0 / .35);
}
.media-picker-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}
.media-picker-header h2 {
  margin-top: .2rem;
  font-size: 1.35rem;
  font-weight: 780;
}
.media-picker-header p:last-child {
  margin-top: .35rem;
  color: var(--studio-muted);
  font-size: .75rem;
}
.media-picker-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow-y: auto;
}
.media-picker-grid .studio-asset-card.is-selected {
  border-color: var(--studio-accent);
  box-shadow: 0 0 0 2px rgb(237 15 56 / .1);
}
.media-picker-grid .studio-asset-preview {
  position: relative;
  width: 100%;
}
.media-picker-footer {
  position: sticky;
  bottom: -1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--studio-line);
  background: white;
  padding: .85rem 0 1.1rem;
}
.media-picker-footer span {
  overflow: hidden;
  color: var(--studio-muted);
  font-size: .68rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.media-picker-lightbox {
  z-index: 95;
}
.generation-lightbox {
  position: fixed;
  z-index: 90;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 22rem;
  gap: 1rem;
  background: rgb(8 9 11 / .96);
  padding: 3.5rem 4.5rem 2rem;
  color: white;
}
.generation-lightbox-canvas {
  display: grid;
  min-width: 0;
  place-items: center;
}
.generation-lightbox-canvas img {
  max-width: 100%;
  max-height: calc(100vh - 5.5rem);
  object-fit: contain;
}
.generation-lightbox-meta {
  display: grid;
  align-content: start;
  gap: 1rem;
  overflow-y: auto;
  border-left: 1px solid rgb(255 255 255 / .12);
  padding: 1rem 0 1rem 1.25rem;
}
.generation-lightbox-meta h2 {
  font-size: 1.2rem;
  font-weight: 780;
}
.generation-lightbox-meta dl {
  display: grid;
  gap: .55rem;
}
.generation-lightbox-meta dl div {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr);
  gap: .6rem;
  font-size: .72rem;
}
.generation-lightbox-meta dt {
  color: rgb(255 255 255 / .45);
}
.generation-lightbox-prompt {
  display: grid;
  gap: .4rem;
  border-top: 1px solid rgb(255 255 255 / .12);
  padding-top: 1rem;
}
.generation-lightbox-prompt p {
  color: rgb(255 255 255 / .68);
  font-size: .74rem;
  line-height: 1.55;
  white-space: pre-wrap;
}
.generation-lightbox-close, .generation-lightbox-arrow {
  position: fixed;
  z-index: 2;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgb(255 255 255 / .1);
  color: white;
}
.generation-lightbox-close {
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
}
.generation-lightbox-arrow {
  top: 50%;
  width: 2.75rem;
  height: 2.75rem;
  transform: translateY(-50%);
}
.generation-lightbox-arrow.is-previous {
  left: .8rem;
}
.generation-lightbox-arrow.is-next {
  right: 23rem;
}
.auth-shell {
  display: grid;
  width: min(70rem, 100%);
  min-height: 39rem;
  grid-template-columns: 1.15fr .85fr;
  overflow: hidden;
  margin: 2rem auto 0;
  border: 1px solid var(--studio-line);
  border-radius: 1.25rem;
  background: white;
  box-shadow: 0 28px 80px rgb(20 20 25 / .1);
}
.auth-context {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--studio-rail);
  padding: clamp(2rem, 6vw, 5rem);
  color: white;
}
.auth-context-mark {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  margin-bottom: 2.5rem;
  border-radius: .75rem;
  background: var(--studio-accent);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .08em;
}
.auth-context h1 {
  max-width: 31rem;
  margin-top: .5rem;
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -.05em;
}
.auth-context > p:not(.studio-kicker) {
  max-width: 31rem;
  margin-top: 1rem;
  color: rgb(255 255 255 / .57);
  font-size: .85rem;
  line-height: 1.6;
}
.auth-context ul {
  display: grid;
  gap: .75rem;
  margin-top: 2rem;
}
.auth-context li {
  display: flex;
  gap: .55rem;
  align-items: center;
  color: rgb(255 255 255 / .72);
  font-size: .76rem;
}
.auth-context li svg {
  color: var(--studio-accent);
}
.auth-form-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4rem);
}
.auth-form-panel h2 {
  margin-top: .35rem;
  font-size: 1.8rem;
  font-weight: 780;
  letter-spacing: -.035em;
}
.auth-form-panel > p:not(.studio-kicker) {
  margin-top: .45rem;
  color: var(--studio-muted);
  font-size: .78rem;
}
.auth-form {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}
.auth-form-panel > small {
  margin-top: 1rem;
  color: var(--studio-muted);
  font-size: .65rem;
  line-height: 1.5;
}
.project-stage-body .studio-panel {
  border-color: var(--studio-line);
  border-radius: .85rem;
  background: white;
  box-shadow: none;
}
.project-stage-body .studio-kicker {
  color: var(--studio-accent);
}
.project-stage-body .btn-primary {
  border-color: var(--studio-accent);
  background: var(--studio-accent);
  color: white;
}
.project-stage-body .btn-primary:hover {
  border-color: var(--studio-accent-strong);
  background: var(--studio-accent-strong);
}
.export-layout-list {
  display: grid;
  gap: .75rem;
}
.export-layout-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  border-top: 1px solid var(--studio-line);
  padding: 1rem 0;
}
.export-layout-row:first-child {
  border-top: 0;
}
.export-layout-row h3 {
  margin-top: .45rem;
  font-size: 1rem;
  font-weight: 720;
}
.export-layout-row p {
  margin-top: .2rem;
  color: var(--studio-muted);
  font-size: .78rem;
}
.export-layout-actions, .export-file-actions {
  display: flex;
  gap: .5rem;
  align-items: center;
}
.export-layout-actions {
  justify-content: end;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  .studio-heading {
    display: grid;
  }
  .studio-user {
    justify-items: start;
  }
  .studio-form-grid, .studio-project-grid, .studio-asset-grid, .studio-revision-grid {
    grid-template-columns: 1fr;
  }
  .studio-generation-asset {
    grid-template-columns: 1fr;
  }
  .studio-steps {
    grid-template-columns: 1fr 1fr;
  }
  .studio-steps span {
    border-bottom: 1px solid var(--studio-line);
  }
  .layout-workspace {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 980px) {
  .media-workspace-layout {
    grid-template-columns: 13rem minmax(0, 1fr);
  }
  .media-upload-panel {
    grid-template-columns: 1fr;
  }
  .media-library-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .media-upload-queue article {
    grid-template-columns: minmax(10rem, 1fr) minmax(8rem, .7fr) 2rem;
  }
  .media-upload-progress {
    grid-column: 1 / 3;
  }
  .project-workspace {
    display: block;
  }
  .project-rail {
    position: sticky;
    z-index: 35;
    width: 100%;
    height: auto;
    overflow: visible;
  }
  .project-rail-brand {
    min-height: 3.8rem;
    border-bottom: 0;
  }
  .project-rail-project, .project-rail-footer {
    display: none;
  }
  .project-step-nav {
    display: flex;
    gap: .35rem;
    overflow-x: auto;
    border-top: 1px solid rgb(255 255 255 / .09);
    padding: .45rem .6rem;
    scrollbar-width: none;
  }
  .project-step-link {
    display: flex;
    min-width: max-content;
    min-height: 2.6rem;
    gap: .4rem;
    padding: .45rem .65rem;
  }
  .project-step-number, .project-step-copy small, .project-step-count {
    display: none;
  }
  .project-step-icon {
    display: block;
  }
  .project-stage-header {
    top: 7.2rem;
  }
  .project-step-layout {
    grid-template-columns: 1fr;
  }
  .project-help-panel {
    position: static;
  }
  .asset-group .studio-asset-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .generation-workspace {
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "composer" "inspector" "next";
    overflow: visible;
  }
  .generation-inspector, .generation-composer {
    height: auto;
    max-height: none;
    overflow: visible;
  }
  .generation-inspector {
    position: static;
  }
  .review-workspace {
    grid-template-columns: 1fr;
  }
  .review-inspector {
    position: static;
    max-height: none;
  }
  .project-stage-body > .layout-workspace {
    grid-template-columns: 12rem minmax(0, 1fr);
  }
  .layout-inspector-panel {
    position: static;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: none;
  }
  .layout-properties-panel, .layout-selection-help {
    grid-column: 1 / -1;
  }
  .layout-create-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .layout-contract-bar {
    align-items: stretch;
  }
  .layout-contract-bar > div {
    align-items: start;
  }
}
@media (max-width: 640px) {
  .media-workspace-heading {
    align-items: start;
  }
  .media-workspace-summary {
    justify-items: start;
    border: 0;
    padding: 0;
  }
  .media-workspace-layout {
    grid-template-columns: 1fr;
  }
  .media-library-sidebar {
    position: static;
    max-height: none;
  }
  .media-folder-list {
    max-height: 15rem;
  }
  .media-command-bar, .media-filter-bar, .media-upload-defaults, .media-upload-submit {
    align-items: stretch;
    flex-direction: column;
  }
  .media-folder-actions {
    align-self: end;
  }
  .media-upload-dropzone {
    grid-template-columns: 2.5rem minmax(0, 1fr);
  }
  .media-upload-dropzone > label {
    grid-column: 1 / -1;
  }
  .media-upload-queue article {
    grid-template-columns: minmax(0, 1fr) 2rem;
  }
  .media-upload-queue article > label, .media-upload-progress {
    grid-column: 1 / -1;
  }
  .media-filter-bar > form {
    min-width: 0;
    grid-template-columns: 1fr;
  }
  .media-filter-bar select {
    min-height: 2.3rem;
  }
  .media-results-heading {
    align-items: start;
  }
  .media-library-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .media-bulk-bar {
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .media-bulk-bar > div {
    grid-column: 1 / -1;
  }
  .generation-lightbox {
    grid-template-columns: 1fr;
    padding: 3.5rem 2.5rem 1rem;
  }
  .generation-lightbox-meta {
    display: none;
  }
  .generation-lightbox-arrow.is-next {
    right: .5rem;
  }
  .generation-lightbox-arrow.is-previous {
    left: .5rem;
  }
  .project-stage-header {
    position: static;
    display: grid;
    padding: .8rem 1rem;
  }
  .project-stage-header > div:first-child {
    display: grid;
    gap: .15rem;
  }
  .project-stage-context {
    justify-content: space-between;
  }
  .project-stage-project {
    max-width: 13rem;
  }
  .project-stage-body {
    padding: .75rem;
  }
  .project-saved-state {
    display: none;
  }
  .export-layout-row {
    grid-template-columns: 1fr;
  }
  .export-layout-actions {
    justify-content: start;
  }
  .material-upload-box {
    grid-template-columns: 1fr;
  }
  .asset-group .studio-asset-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .generation-result-grid, .generation-form-settings, .generation-source-options {
    grid-template-columns: 1fr;
  }
  .generation-source-row > summary {
    position: relative;
    grid-template-columns: 2.5rem minmax(0, 1fr) auto;
  }
  .generation-source-row > summary .studio-check {
    grid-column: 2 / -1;
  }
  .generation-source-row > summary > svg {
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
  .generation-submit-row, .generation-source-heading {
    display: grid;
  }
  .review-main-preview > img {
    min-height: 14rem;
  }
  .review-field-row {
    grid-template-columns: 1fr;
  }
  .layout-editor-toolbar {
    display: grid;
  }
  .layout-toolbar-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .project-stage-body > .layout-workspace {
    grid-template-columns: 1fr;
  }
  .layout-layer-panel {
    position: static;
    max-height: none;
  }
  .layout-layer-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .layout-inspector-panel {
    display: grid;
    grid-column: auto;
    grid-template-columns: 1fr;
  }
  .layout-canvas-heading {
    display: grid;
  }
  .layout-contract-bar {
    display: grid;
  }
  .layout-contract-bar > svg {
    display: none;
  }
  .layout-create-form, .layout-card-grid {
    grid-template-columns: 1fr;
  }
  .layout-summary-card {
    grid-template-columns: 7rem minmax(0, 1fr);
  }
  .dashboard-company-grid {
    grid-template-columns: 1fr;
  }
  .auth-shell {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .auth-context {
    display: none;
  }
}
@layer base {
  :root:not(span) {
    overflow: var(--page-overflow);
  }
}
@layer base {
  :root, [data-theme] {
    background: var(--page-scroll-bg, var(--root-bg));
    color: var(--color-base-content);
  }
  :where(:root, [data-theme]) {
    --root-bg: var(--color-base-100);
  }
}
@layer base {
  :root {
    background: var(--page-scroll-bg, var(--root-bg));
    --page-scroll-bg-on: linear-gradient(var(--root-bg, #0000), var(--root-bg, #0000))
    var(--root-bg, #0000);
    @supports (color: color-mix(in lab, red, red)) {
      --page-scroll-bg-on: linear-gradient(var(--root-bg, #0000), var(--root-bg, #0000))
    color-mix(in srgb, var(--root-bg, #0000), oklch(0% 0 0) calc(var(--page-has-backdrop, 0) * 40%));
    }
    --page-scroll-transition-on: background-color 0.3s ease-out;
    transition: var(--page-scroll-transition);
    scrollbar-gutter: var(--page-scroll-gutter, unset);
    scrollbar-gutter: if(style(--page-has-scroll: 1): var(--page-scroll-gutter, unset) ; else: unset);
  }
  @keyframes set-page-has-scroll {
    0%, to {
      --page-has-scroll: 1;
    }
  }
}
@layer base {
  :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");
  }
}
@layer base {
  :root {
    scrollbar-color: currentColor #0000;
    @supports (color: color-mix(in lab, red, red)) {
      scrollbar-color: color-mix(in oklch, currentColor 35%, #0000) #0000;
    }
  }
}
@layer base {
  @property --radialprogress {
    syntax: "<percentage>";
    inherits: true;
    initial-value: 0%;
  }
}
@keyframes menu {
  0% {
    opacity: 0;
  }
}
@keyframes dropdown {
  0% {
    opacity: 0;
  }
}
@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 progress {
  50% {
    background-position-x: -115%;
  }
}
@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;
  }
}
@layer base {
  @media (prefers-color-scheme: dark) {
    :root:not([data-theme]) {
      color-scheme: dark;
      --color-base-100: oklch(30.33% 0.016 252.42);
      --color-base-200: oklch(25.26% 0.014 253.1);
      --color-base-300: oklch(20.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(58% 0.233 277.117);
      --color-secondary-content: oklch(96% 0.018 272.314);
      --color-accent: oklch(60% 0.25 292.717);
      --color-accent-content: oklch(96% 0.016 293.756);
      --color-neutral: oklch(37% 0.044 257.287);
      --color-neutral-content: oklch(98% 0.003 247.858);
      --color-info: oklch(58% 0.158 241.966);
      --color-info-content: oklch(97% 0.013 236.62);
      --color-success: oklch(60% 0.118 184.704);
      --color-success-content: oklch(98% 0.014 180.72);
      --color-warning: oklch(66% 0.179 58.318);
      --color-warning-content: oklch(98% 0.022 95.277);
      --color-error: oklch(58% 0.253 17.585);
      --color-error-content: oklch(96% 0.015 12.422);
      --radius-selector: 0.25rem;
      --radius-field: 0.25rem;
      --radius-box: 0.5rem;
      --size-selector: 0.21875rem;
      --size-field: 0.21875rem;
      --border: 1.5px;
      --depth: 1;
      --noise: 0;
    }
  }
}
@layer base {
  :root:has(input.theme-controller[value=dark]:checked),[data-theme="dark"] {
    color-scheme: dark;
    --color-base-100: oklch(30.33% 0.016 252.42);
    --color-base-200: oklch(25.26% 0.014 253.1);
    --color-base-300: oklch(20.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(58% 0.233 277.117);
    --color-secondary-content: oklch(96% 0.018 272.314);
    --color-accent: oklch(60% 0.25 292.717);
    --color-accent-content: oklch(96% 0.016 293.756);
    --color-neutral: oklch(37% 0.044 257.287);
    --color-neutral-content: oklch(98% 0.003 247.858);
    --color-info: oklch(58% 0.158 241.966);
    --color-info-content: oklch(97% 0.013 236.62);
    --color-success: oklch(60% 0.118 184.704);
    --color-success-content: oklch(98% 0.014 180.72);
    --color-warning: oklch(66% 0.179 58.318);
    --color-warning-content: oklch(98% 0.022 95.277);
    --color-error: oklch(58% 0.253 17.585);
    --color-error-content: oklch(96% 0.015 12.422);
    --radius-selector: 0.25rem;
    --radius-field: 0.25rem;
    --radius-box: 0.5rem;
    --size-selector: 0.21875rem;
    --size-field: 0.21875rem;
    --border: 1.5px;
    --depth: 1;
    --noise: 0;
  }
}
@layer base {
  :where(:root),:root:has(input.theme-controller[value=light]:checked),[data-theme="light"] {
    color-scheme: light;
    --color-base-100: oklch(98% 0 0);
    --color-base-200: oklch(96% 0.001 286.375);
    --color-base-300: oklch(92% 0.004 286.32);
    --color-base-content: oklch(21% 0.006 285.885);
    --color-primary: oklch(70% 0.213 47.604);
    --color-primary-content: oklch(98% 0.016 73.684);
    --color-secondary: oklch(55% 0.027 264.364);
    --color-secondary-content: oklch(98% 0.002 247.839);
    --color-accent: oklch(0% 0 0);
    --color-accent-content: oklch(100% 0 0);
    --color-neutral: oklch(44% 0.017 285.786);
    --color-neutral-content: oklch(98% 0 0);
    --color-info: oklch(62% 0.214 259.815);
    --color-info-content: oklch(97% 0.014 254.604);
    --color-success: oklch(70% 0.14 182.503);
    --color-success-content: oklch(98% 0.014 180.72);
    --color-warning: oklch(66% 0.179 58.318);
    --color-warning-content: oklch(98% 0.022 95.277);
    --color-error: oklch(58% 0.253 17.585);
    --color-error-content: oklch(96% 0.015 12.422);
    --radius-selector: 0.25rem;
    --radius-field: 0.25rem;
    --radius-box: 0.5rem;
    --size-selector: 0.21875rem;
    --size-field: 0.21875rem;
    --border: 1.5px;
    --depth: 1;
    --noise: 0;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
