/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@charset "UTF-8";
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --tracking-tight: -0.025em;
    --tracking-wide: 0.025em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  @layer daisyui.l1.l2.l3 {
    .modal {
      pointer-events: none;
      visibility: hidden;
      position: fixed;
      inset: 0;
      margin: 0;
      display: grid;
      height: 100%;
      max-height: none;
      width: 100%;
      max-width: none;
      align-items: center;
      justify-items: center;
      background-color: transparent;
      padding: 0;
      color: inherit;
      transition: overlay 0.3s allow-discrete, visibility 0.3s allow-discrete, background-color 0.3s ease-out, opacity 0.1s ease-out;
      overflow: clip;
      overscroll-behavior: contain;
      z-index: 999;
      scrollbar-gutter: auto;
    }
    .modal::backdrop {
      display: none;
    }
    .modal[popover] {
      inset: 0;
      margin: 0;
      border: 0;
      padding: 0;
      background: transparent;
      color: inherit;
      max-width: none;
      max-height: none;
      &::backdrop {
        background-color: oklch(0% 0 0/ 0.4);
        transition: background-color 0.3s ease-out;
      }
    }
  }
  @layer daisyui.l1.l2 {
    .modal.modal-open, .modal[open], .modal:popover-open, .modal:target, .modal-toggle:checked + .modal {
      pointer-events: auto;
      visibility: visible;
      opacity: 100%;
      transition: visibility 0s allow-discrete, background-color 0.3s ease-out, opacity 0.1s ease-out;
      background-color: oklch(0% 0 0/ 0.4);
       > .modal-box {
        translate: 0 0;
        scale: 1;
        opacity: 1;
      }
      :root:has(&) {
        --page-scroll-lock:  ;
      }
    }
    @starting-style {
      .modal.modal-open, .modal[open], .modal:popover-open, .modal:target, .modal-toggle:checked + .modal {
        opacity: 0%;
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .tab:is(.tabs > .tab) {
      position: relative;
      display: inline-flex;
      cursor: pointer;
      appearance: none;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      text-align: center;
      webkit-user-select: none;
      user-select: none;
      &:hover {
        @media (hover: hover) {
          color: var(--color-base-content);
        }
      }
      --tab-p: 0.75rem;
      --tab-bg: var(--color-base-100);
      --tab-border-color: var(--color-base-300);
      --tab-radius-ss: 0;
      --tab-radius-se: 0;
      --tab-radius-es: 0;
      --tab-radius-ee: 0;
      --tab-order: 0;
      --tab-radius-min: calc(0.75rem - var(--border));
      --tab-radius-limit: min(var(--radius-field), var(--tab-radius-min));
      --tab-radius-grad: #0000 calc(69% - var(--border)), var(--tab-border-color) calc(69% - var(--border) + 0.25px),
        var(--tab-border-color) 69%, var(--tab-bg) calc(69% + 0.25px);
      border-color: #0000;
      order: var(--tab-order);
      height: var(--tab-height);
      font-size: 0.875rem;
      padding-inline: var(--tab-p);
      &:is(input[type="radio"]) {
        min-width: fit-content;
        &:after {
          --tw-content: attr(aria-label);
          content: var(--tw-content);
        }
      }
      &:is(label) {
        position: relative;
        input {
          position: absolute;
          inset: 0;
          cursor: pointer;
          appearance: none;
          opacity: 0%;
        }
      }
      &:checked, &:is(label:has(:checked)), &:is(.tab-active, [aria-selected="true"], [aria-current="true"], [aria-current="page"]) {
        & + .tab-content {
          display: block;
        }
      }
      &:not(:checked, label:has(:checked), :hover, .tab-active, [aria-selected="true"], [aria-current="true"], [aria-current="page"] ) {
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 50%, transparent);
        }
      }
      &:not(input):empty {
        flex-grow: 1;
        cursor: default;
      }
      &:focus {
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
      }
      &:focus-visible, &:is(label:has(:checked:focus-visible)) {
        outline: 2px solid currentColor;
        outline-offset: -5px;
      }
      &[disabled] {
        pointer-events: none;
        opacity: 40%;
      }
    }
    .menu {
      display: flex;
      width: fit-content;
      flex-direction: column;
      flex-wrap: wrap;
      padding: calc(0.25rem * 2);
      --menu-active-fg: var(--color-neutral-content);
      --menu-active-bg: var(--color-neutral);
      font-size: 0.875rem;
    }
    .menu :where(li ul, li menu) {
      position: relative;
      margin-inline-start: calc(0.25rem * 4);
      padding-inline-start: calc(0.25rem * 2);
      white-space: nowrap;
      &:before {
        position: absolute;
        inset-inline-start: calc(0.25rem * 0);
        top: calc(0.25rem * 3);
        bottom: calc(0.25rem * 3);
        background-color: var(--color-base-content);
        opacity: 10%;
        width: var(--border);
        content: "";
      }
    }
    .menu :where(li > .menu-dropdown:not(.menu-dropdown-show)) {
      display: none;
    }
    .menu :where(li:not(.menu-title) > *:not(ul, menu, details, .menu-title, .btn)), .menu  :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
      display: grid;
      grid-auto-flow: column;
      align-content: flex-start;
      align-items: center;
      gap: calc(0.25rem * 2);
      border-radius: var(--radius-field);
      padding-inline: calc(0.25rem * 3);
      padding-block: calc(0.25rem * 1.5);
      text-align: start;
      transition-property: color, background-color, box-shadow;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      grid-auto-columns: minmax(auto, max-content) auto max-content;
      user-select: none;
    }
    .menu :where(li > details > summary) {
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
      &::-webkit-details-marker {
        display: none;
      }
    }
    :is(.menu :where(li > details > summary), .menu  :where(li > .menu-dropdown-toggle)):after {
      justify-self: flex-end;
      display: block;
      height: 0.375rem;
      width: 0.375rem;
      rotate: -135deg;
      translate: 0 -1px;
      transition-property: rotate, translate;
      transition-duration: 0.2s;
      content: "";
      transform-origin: 50% 50%;
      box-shadow: 2px 2px inset;
      pointer-events: none;
    }
    .menu details {
      overflow: hidden;
      interpolate-size: allow-keywords;
    }
    .menu details::details-content {
      block-size: 0;
      @media (prefers-reduced-motion: no-preference) {
        transition-behavior: allow-discrete;
        transition-property: block-size, content-visibility;
        transition-duration: 0.2s;
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      }
    }
    .menu details[open]::details-content {
      block-size: auto;
    }
    .menu :where(li > details[open] > summary):after, .menu  :where(li > .menu-dropdown-toggle.menu-dropdown-show):after {
      rotate: 45deg;
      translate: 0 1px;
    }
    .menu :where(li:not(.menu-title, .disabled) > *:not(ul, menu, details, .menu-title), li:not(.menu-title, .disabled) > details > summary:not(.menu-title) ):not(.menu-active, :active, .btn).menu-focus, .menu :where(li:not(.menu-title, .disabled) > *:not(ul, menu, details, .menu-title), li:not(.menu-title, .disabled) > details > summary:not(.menu-title) ):not(.menu-active, :active, .btn):focus-visible {
      cursor: pointer;
      background-color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
      }
      color: var(--color-base-content);
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
    .menu :where(li:not(.menu-title, .disabled) > *:not(ul, menu, details, .menu-title):not(.menu-active, :active, .btn):hover, li:not(.menu-title, .disabled) > details > summary:not(.menu-title):not(.menu-active, :active, .btn):hover ) {
      cursor: pointer;
      background-color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
      }
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
      box-shadow: 0 1px oklch(0% 0 0 / 0.01) inset, 0 -1px oklch(100% 0 0 / 0.01) inset;
    }
    .menu :where(li:empty) {
      background-color: var(--color-base-content);
      opacity: 10%;
      margin: 0.5rem 1rem;
      height: 1px;
    }
    .menu :where(li) {
      position: relative;
      display: flex;
      flex-shrink: 0;
      flex-direction: column;
      flex-wrap: wrap;
      align-items: stretch;
      .badge {
        justify-self: flex-end;
      }
      & > *:not(ul, menu, .menu-title, details, .btn):active, & > *:not(ul, menu, .menu-title, details, .btn).menu-active, & > details > summary:active {
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
        color: var(--menu-active-fg);
        background-color: var(--menu-active-bg);
        background-size: auto, calc(var(--noise) * 100%);
        background-image: none, var(--fx-noise);
        &:not(&:active) {
          box-shadow: 0 2px calc(var(--depth) * 3px) -2px var(--menu-active-bg);
        }
      }
      &.menu-disabled, [disabled] {
        pointer-events: none;
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
        }
      }
    }
    .menu .dropdown:focus-within .menu-dropdown-toggle:after {
      rotate: 45deg;
      translate: 0 1px;
    }
    .menu .dropdown-content {
      margin-top: calc(0.25rem * 2);
      padding: calc(0.25rem * 2);
      &:before {
        display: none;
      }
    }
  }
  @layer daisyui.l1.l2 {
    .collapse-plus  > .collapse-title:after {
      position: absolute;
      display: block;
      height: 0.5rem;
      width: 0.5rem;
      @media (prefers-reduced-motion: no-preference) {
        transition-property: all;
        transition-duration: 300ms;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      }
      top: 0.9rem;
      inset-inline-end: 1.4rem;
      --tw-content: "+";
      content: var(--tw-content);
      pointer-events: none;
    }
  }
  @layer daisyui.l1.l2.l3 {
    :where(.btn) {
      width: unset;
    }
  }
  .prose :where(a.btn:not(.btn-link)):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    text-decoration-line: none;
  }
  @layer daisyui.l1.l2.l3 {
    .btn {
      --size: calc(var(--size-field, 0.25rem) * 10);
      --btn-p: 1rem;
      --btn-fg: var(--color-base-content);
      display: inline-flex;
      flex-shrink: 0;
      cursor: pointer;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center;
      gap: calc(0.25rem * 1.5);
      text-align: center;
      vertical-align: middle;
      outline-offset: 2px;
      webkit-user-select: none;
      user-select: none;
      font-weight: 600;
      border-start-start-radius: var(--join-ss, var(--radius-field));
      border-start-end-radius: var(--join-se, var(--radius-field));
      border-end-start-radius: var(--join-es, var(--radius-field));
      border-end-end-radius: var(--join-ee, var(--radius-field));
      border-width: var(--border);
      touch-action: manipulation;
      transition-property: color, background-color, border-color, box-shadow, transform;
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      transition-duration: 0.2s;
      --btn-bg: var(--btn-color, var(--color-base-200));
      --btn-border: var(--btn-color, var(--color-base-200));
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn {
        --btn-border: color-mix(
      in oklab,
      var(--btn-color, var(--color-base-200)),
      #000 calc(var(--depth) * 5%)
    );
      }
    }
    .btn {
      --btn-soft-bg: initial;
      --btn-shadow: 0 3px 2px -2px var(--btn-bg),
      0 4px 3px -2px var(--btn-bg);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn {
        --btn-shadow: 0 3px 2px -2px color-mix(in oklab, var(--btn-bg) calc(var(--depth) * 30%), #0000),
      0 4px 3px -2px color-mix(in oklab, var(--btn-bg) calc(var(--depth) * 30%), #0000);
      }
    }
    .btn {
      --btn-inset: 0 0.5px 0 0.5px oklch(100% 0 0 / calc(var(--depth) * 6%));
      height: var(--size);
      padding-inline: var(--btn-p);
      font-size: var(--fontsize, 0.875rem);
      background-color: var(--btn-bg);
      color: var(--btn-fg);
      border-color: var(--btn-border);
      border-style: var(--btn-border-style, solid);
      outline-color: var(--btn-color, var(--color-base-content));
      --tw-prose-links: var(--btn-fg);
      background-image: none, var(--fx-noise);
      background-size: auto, calc(var(--noise, 0) * 100%);
      text-shadow: 0 0.5px oklch(100% 0 0 / calc(var(--depth) * 0.15));
      box-shadow: var(--btn-inset) inset, var(--btn-shadow);
    }
    .btn:is([type="checkbox"], [type="radio"]) {
      appearance: none;
      &[aria-label]::after {
        --tw-content: attr(aria-label);
        content: var(--tw-content);
      }
    }
  }
  @layer daisyui.l1 {
    .btn:where(:checked:not(.filter [type="radio"].btn)) {
      --btn-color: var(--color-primary);
      --btn-fg: var(--color-primary-content);
    }
    @media (hover: hover) {
      .btn:hover {
        --btn-bg: var(--btn-color, var(--color-base-200));
        @supports (color: color-mix(in lab, red, red)) {
          --btn-bg: color-mix(in oklab, var(--btn-color, var(--color-base-200)), #000 7%);
        }
        color: var(--btn-fg);
        --btn-border: var(--btn-bg);
        @supports (color: color-mix(in lab, red, red)) {
          --btn-border: color-mix(in oklab, var(--btn-bg), #000 calc(var(--depth) * 5%));
        }
        --btn-border-style: solid;
        --btn-inset: 0 0.5px 0 0.5px oklch(100% 0 0 / calc(var(--depth) * 6%));
        --btn-shadow: 0 3px 2px -2px var(--btn-bg),
          0 4px 3px -2px var(--btn-bg);
        @supports (color: color-mix(in lab, red, red)) {
          --btn-shadow: 0 3px 2px -2px color-mix(in oklab, var(--btn-bg) calc(var(--depth) * 30%), #0000),
          0 4px 3px -2px color-mix(in oklab, var(--btn-bg) calc(var(--depth) * 30%), #0000);
        }
      }
    }
    .btn:active:not(.btn-active) {
      translate: 0 0.5px;
      --btn-bg: var(--btn-color, var(--color-base-200));
      @supports (color: color-mix(in lab, red, red)) {
        --btn-bg: color-mix(in oklab, var(--btn-color, var(--color-base-200)), #000 5%);
      }
      color: var(--btn-fg, var(--color-base-content));
      --btn-border: var(--btn-color, var(--color-base-200));
      @supports (color: color-mix(in lab, red, red)) {
        --btn-border: color-mix(in oklab, var(--btn-color, var(--color-base-200)), #000 7%);
      }
      --btn-border-style: solid;
      --btn-inset: 0 0 0 0 oklch(0% 0 0/0);
      --btn-shadow: 0 0 0 0 oklch(0% 0 0/0);
    }
    .btn:where(:checked:not(.filter [type="radio"].btn), :not([type="radio"], [type="checkbox"]):focus-visible ) {
      --btn-bg: var(--btn-color, var(--color-base-200));
      color: var(--btn-fg, var(--color-base-content));
      --btn-border: var(--btn-bg);
      @supports (color: color-mix(in lab, red, red)) {
        --btn-border: color-mix(in oklab, var(--btn-bg), #000 calc(var(--depth) * 5%));
      }
      --btn-border-style: solid;
      --btn-inset: 0 0.5px 0 0.5px oklch(100% 0 0 / calc(var(--depth) * 6%));
      --btn-shadow: 0 3px 2px -2px var(--btn-bg),
        0 4px 3px -2px var(--btn-bg);
      @supports (color: color-mix(in lab, red, red)) {
        --btn-shadow: 0 3px 2px -2px color-mix(in oklab, var(--btn-bg) calc(var(--depth) * 30%), #0000),
        0 4px 3px -2px color-mix(in oklab, var(--btn-bg) calc(var(--depth) * 30%), #0000);
      }
      isolation: isolate;
    }
    .btn:focus-visible, .btn:has(:focus-visible) {
      outline-width: 2px;
      outline-style: solid;
      isolation: isolate;
    }
  }
  @layer daisyui {
    .btn:is(:disabled, [disabled], [aria-disabled="true"]) {
      pointer-events: none;
      color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn:is(:disabled, [disabled], [aria-disabled="true"]) {
        color: color-mix(in oklch, var(--color-base-content) 20%, #0000);
      }
    }
    .btn:is(:disabled, [disabled], [aria-disabled="true"]) {
      --btn-bg: #0000;
      --btn-border: #0000;
      background-image: none;
      --btn-inset: 0 0 0 0 oklch(0% 0 0/0);
      --btn-shadow: 0 0 0 0 oklch(0% 0 0/0);
    }
    .btn:is(:disabled, [disabled], [aria-disabled="true"]):not(.btn-link, .btn-ghost) {
      background-color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .loading {
      pointer-events: none;
      display: inline-block;
      aspect-ratio: 1 / 1;
      background-color: currentcolor;
      vertical-align: middle;
      width: calc(var(--size-selector, 0.25rem) * 6);
      mask-size: 100%;
      mask-repeat: no-repeat;
      mask-position: center;
      mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='8s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='6s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='6s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
    }
    @media (prefers-reduced-motion: no-preference) {
      .loading {
        mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
      }
    }
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse:not(td, tr, colgroup) {
    visibility: revert-layer;
    @layer daisyui.l1.l2.l3 {
      display: grid;
      position: relative;
      border-radius: var(--radius-box, 1rem);
      width: 100%;
      grid-template-rows: max-content 0fr;
      grid-template-columns: minmax(0, 1fr);
      isolation: isolate;
      @media (prefers-reduced-motion: no-preference) {
        transition: grid-template-rows 0.2s;
      }
       > input:is([type="checkbox"], [type="radio"]) {
        grid-column-start: 1;
        grid-row-start: 1;
        appearance: none;
        opacity: 0;
        z-index: 1;
        width: 100%;
        padding: 1rem;
        padding-inline-end: 3rem;
        min-height: 1lh;
        transition: background-color 0.2s ease-out;
      }
      &:is([open], [tabindex]:focus:not(.collapse-close), [tabindex]:focus-within:not(.collapse-close) ), &:not(.collapse-close):has( > input:is([type="checkbox"], [type="radio"]):checked) {
        grid-template-rows: max-content 1fr;
      }
      &:is([open], [tabindex]:focus:not(.collapse-close), [tabindex]:focus-within:not(.collapse-close) ) > .collapse-content, &:not(.collapse-close) > :where(input:is([type="checkbox"], [type="radio"]):checked ~ .collapse-content) {
        --overflow-delay: 0.2s;
        overflow: revert-layer;
        content-visibility: visible;
        min-height: fit-content;
        @supports not (content-visibility: visible) {
          visibility: visible;
        }
      }
      &:focus-visible, &:has( > input:is([type="checkbox"], [type="radio"]):focus-visible), &:has(summary:focus-visible) {
        outline-color: var(--color-base-content);
        outline-style: solid;
        outline-width: 2px;
        outline-offset: 2px;
      }
      &:not(.collapse-close) {
         > input[type="checkbox"],  > input[type="radio"]:not(:checked),  > .collapse-title {
          cursor: pointer;
        }
      }
      &[tabindex]:focus:not(.collapse-close, .collapse[open]), &[tabindex]:focus-within:not(.collapse-close, .collapse[open]) {
         > .collapse-title {
          cursor: unset;
        }
      }
      &:is([open], [tabindex]:focus:not(.collapse-close), [tabindex]:focus-within:not(.collapse-close) ) > :where(.collapse-content), &:not(.collapse-close) > :where(input:is([type="checkbox"], [type="radio"]):checked ~ .collapse-content) {
        padding-bottom: 1rem;
      }
      &:is(details) {
        width: 100%;
        &::details-content {
          --overflow-delay: 0s;
          overflow: clip;
          height: 0;
        }
        &:where([open])::details-content {
          overflow: revert-layer;
          height: auto;
        }
        @media (prefers-reduced-motion: no-preference) {
          &::details-content {
            transition: overflow 0.2s allow-discrete var(--overflow-delay), content-visibility 0.2s allow-discrete, visibility 0.2s allow-discrete, min-height 0.2s ease-out allow-discrete, padding 0.1s ease-out 20ms, background-color 0.2s ease-out, height 0.2s;
            interpolate-size: allow-keywords;
          }
          &:where([open])::details-content {
            --overflow-delay: 0.2s;
          }
        }
         > summary {
          position: relative;
          display: block;
          outline: none;
          &::-webkit-details-marker {
            display: none;
          }
        }
      }
    }
    @layer daisyui.l1.l2 {
      &:is([open]) {
        &.collapse-arrow {
           > .collapse-title:after {
            @media (prefers-reduced-motion: no-preference) {
              transform: translateY(-50%) rotate(225deg);
            }
          }
        }
      }
      &.collapse-open {
        &.collapse-arrow {
           > .collapse-title:after {
            @media (prefers-reduced-motion: no-preference) {
              transform: translateY(-50%) rotate(225deg);
            }
          }
        }
        &.collapse-plus {
           > .collapse-title:after {
            --tw-content: "−";
            content: var(--tw-content);
          }
        }
      }
      &[tabindex].collapse-arrow:focus:not(.collapse-close), &.collapse-arrow[tabindex]:focus-within:not(.collapse-close) {
         > .collapse-title:after {
          transform: translateY(-50%) rotate(225deg);
        }
      }
      &.collapse-arrow:not(.collapse-close) {
         > input:is([type="checkbox"], [type="radio"]):checked ~ .collapse-title:after {
          transform: translateY(-50%) rotate(225deg);
        }
      }
      &[open] {
        &.collapse-plus {
           > .collapse-title:after {
            --tw-content: "−";
            content: var(--tw-content);
          }
        }
      }
      &[tabindex].collapse-plus:focus:not(.collapse-close) {
         > .collapse-title:after {
          --tw-content: "−";
          content: var(--tw-content);
        }
      }
      &.collapse-plus:not(.collapse-close) {
         > input:is([type="checkbox"], [type="radio"]):checked ~ .collapse-title:after {
          --tw-content: "−";
          content: var(--tw-content);
        }
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .collapse-content {
      --overflow-delay: 0s;
      content-visibility: hidden;
      overflow: clip;
      grid-column-start: 1;
      grid-row-start: 2;
      min-height: 0;
      padding-left: 1rem;
      padding-right: 1rem;
      cursor: unset;
    }
    @supports not (content-visibility: hidden) {
      .collapse-content {
        visibility: hidden;
      }
    }
    @media (prefers-reduced-motion: no-preference) {
      .collapse-content {
        transition: overflow 0.2s allow-discrete var(--overflow-delay), content-visibility 0.2s allow-discrete, visibility 0.2s allow-discrete, min-height 0.2s ease-out allow-discrete, padding 0.1s ease-out 20ms, background-color 0.2s ease-out;
      }
    }
    details > .collapse-content {
      content-visibility: visible;
    }
    .filter {
      display: flex;
      flex-wrap: wrap;
    }
    .filter [type="radio"] {
      width: auto;
    }
    .filter input {
      overflow: hidden;
      opacity: 100%;
      scale: 1;
      transition: visibility 0.1s allow-discrete, margin 0.1s, opacity 0.3s, padding 0.3s, border-width 0.1s;
      &.filter-reset {
        aspect-ratio: 1 / 1;
        &::after {
          --tw-content: "×";
          content: var(--tw-content);
        }
      }
    }
    .filter  > input:not(:last-child), .filter   > :not(:last-child) input {
      margin-inline-end: 0.25rem;
    }
  }
  @layer daisyui.l1 {
    .filter:not(:has(:checked:not(.filter-reset))) :is(.filter-reset, [type="reset"]):not(:focus-visible) {
      visibility: hidden;
    }
    .filter:not(:has(:checked:not(.filter-reset))) :is(.filter-reset, [type="reset"]):not(:focus-visible), .filter:not(:has(:focus-visible)):has(:checked:not(.filter-reset, [type="checkbox"])) :is(input, button):not(:checked, .filter-reset, [type="reset"]) {
      margin-inline: 0;
      width: 0;
      padding-inline: 0;
      opacity: 0%;
      scale: 0;
      border-width: 0;
    }
  }
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  @layer daisyui.l1.l2.l3 {
    .list {
      display: flex;
      flex-direction: column;
      font-size: 0.875rem;
    }
    .list .list-row {
      --list-grid-cols: minmax(0, auto) 1fr;
      position: relative;
      display: grid;
      grid-auto-flow: column;
      gap: calc(0.25rem * 4);
      border-radius: var(--radius-box);
      padding: calc(0.25rem * 4);
      word-break: break-word;
      grid-template-columns: var(--list-grid-cols);
    }
    :is(.list > :not(:last-child).list-row, .list > :not(:last-child)  .list-row):after {
      content: "";
      border-bottom: var(--border) solid;
      inset-inline: var(--radius-box);
      position: absolute;
      bottom: 0;
      border-color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-base-content) 5%, transparent);
      }
    }
  }
  @layer daisyui.l1.l2 {
    .list .list-row:has(.list-col-grow:nth-child(1)) {
      --list-grid-cols: 1fr;
    }
    .list .list-row:has(.list-col-grow:nth-child(2)) {
      --list-grid-cols: minmax(0, auto) 1fr;
    }
    .list .list-row:has(.list-col-grow:nth-child(3)) {
      --list-grid-cols: minmax(0, auto) minmax(0, auto) 1fr;
    }
    .list .list-row:has(.list-col-grow:nth-child(4)) {
      --list-grid-cols: minmax(0, auto) minmax(0, auto) minmax(0, auto) 1fr;
    }
    .list .list-row:has(.list-col-grow:nth-child(5)) {
      --list-grid-cols: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto) 1fr;
    }
    .list .list-row:has(.list-col-grow:nth-child(6)) {
      --list-grid-cols: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto)
          minmax(0, auto) 1fr;
    }
    .list .list-row  > * {
      grid-row-start: 1;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .toggle {
      border: var(--border) solid currentColor;
      color: var(--input-color);
      position: relative;
      display: inline-grid;
      flex-shrink: 0;
      cursor: pointer;
      appearance: none;
      place-content: center;
      vertical-align: middle;
      webkit-user-select: none;
      user-select: none;
      grid-template-columns: 0fr 1fr 1fr;
      --radius-selector-max: calc(
      var(--radius-selector) + var(--radius-selector) + var(--radius-selector)
    );
      border-radius: calc( var(--radius-selector) + min(var(--toggle-p), var(--radius-selector-max)) + min(var(--border), var(--radius-selector-max)) );
      padding: var(--toggle-p);
      box-shadow: 0 1px currentColor inset;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .toggle {
        box-shadow: 0 1px color-mix(in oklab, currentColor calc(var(--depth) * 10%), #0000) inset;
      }
    }
    .toggle {
      transition: color 0.3s, grid-template-columns 0.2s;
      --input-color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .toggle {
        --input-color: color-mix(in oklab, var(--color-base-content) 50%, #0000);
      }
    }
    .toggle {
      --toggle-p: calc(var(--size) * 0.125);
      --size: calc(var(--size-selector, 0.25rem) * 6);
      width: calc((var(--size) * 2) - (var(--border) + var(--toggle-p)) * 2);
      height: var(--size);
    }
    .toggle  > * {
      z-index: 1;
      grid-column: span 1 / span 1;
      grid-column-start: 2;
      grid-row-start: 1;
      height: 100%;
      cursor: pointer;
      appearance: none;
      background-color: transparent;
      padding: calc(0.25rem * 0.5);
      transition: opacity 0.2s, rotate 0.4s;
      border: none;
      &:focus {
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
      }
      &:nth-child(2) {
        color: var(--color-base-100);
        rotate: 0deg;
      }
      &:nth-child(3) {
        color: var(--color-base-100);
        opacity: 0%;
        rotate: -15deg;
      }
    }
    .toggle:has(:checked)  > :nth-child(2) {
      opacity: 0%;
      rotate: 15deg;
    }
    .toggle:has(:checked)  > :nth-child(3) {
      opacity: 100%;
      rotate: 0deg;
    }
    .toggle:before {
      position: relative;
      inset-inline-start: calc(0.25rem * 0);
      grid-column-start: 2;
      grid-row-start: 1;
      aspect-ratio: 1 / 1;
      height: 100%;
      width: 100%;
      border-radius: var(--radius-selector);
      background-color: currentcolor;
      translate: 0;
      --tw-content: "";
      content: var(--tw-content);
      transition: background-color 0.1s, translate 0.2s, inset-inline-start 0.2s;
      box-shadow: 0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px currentColor;
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px color-mix(in oklab, currentColor calc(var(--depth) * 10%), #0000);
      }
      background-size: auto, calc(var(--noise) * 100%);
      background-image: none, var(--fx-noise);
    }
    @media (forced-colors: active) {
      .toggle:before {
        outline-style: var(--tw-outline-style);
        outline-width: 1px;
        outline-offset: calc(1px * -1);
      }
    }
    @media print {
      .toggle:before {
        outline: 0.25rem solid;
        outline-offset: -1rem;
      }
    }
    .toggle:focus-visible, .toggle:has(:focus-visible) {
      outline: 2px solid currentColor;
      outline-offset: 2px;
    }
    .toggle:checked, .toggle[aria-checked="true"], .toggle:has( > input:checked) {
      grid-template-columns: 1fr 1fr 0fr;
      background-color: var(--color-base-100);
      --input-color: var(--color-base-content);
      &:before {
        background-color: currentcolor;
      }
      @starting-style {
        &:before {
          opacity: 0;
        }
      }
    }
    .toggle:indeterminate {
      grid-template-columns: 0.5fr 1fr 0.5fr;
    }
    .toggle:disabled {
      cursor: not-allowed;
      opacity: 30%;
      &:before {
        background-color: transparent;
        border: var(--border) solid currentColor;
      }
    }
    .input {
      position: relative;
      display: inline-flex;
      flex-shrink: 1;
      appearance: none;
      align-items: center;
      gap: calc(0.25rem * 2);
      background-color: var(--color-base-100);
      padding-inline: calc(0.25rem * 3);
      vertical-align: middle;
      white-space: nowrap;
      --size: calc(var(--size-field, 0.25rem) * var(--in-size-mul, 10));
      --input-color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .input {
        --input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000);
      }
    }
    .input {
      cursor: text;
      width: clamp(3rem, 20rem, 100%);
      height: var(--size);
      font-size: max(var(--font-size, 0rem), var(--font-size-min, 0.875rem));
      touch-action: manipulation;
      border-start-start-radius: var(--join-ss, var(--radius-field));
      border-start-end-radius: var(--join-se, var(--radius-field));
      border-end-start-radius: var(--join-es, var(--radius-field));
      border-end-end-radius: var(--join-ee, var(--radius-field));
      border: var(--border) solid var(--input-color, #0000);
      box-shadow: 0 1px var(--input-color) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .input {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
      }
    }
    .input input {
      height: 100%;
      width: 100%;
      appearance: none;
      background-color: transparent;
      border: none;
      &::placeholder {
        color: var(--color-base-content);
        opacity: 50%;
      }
      &:focus, &:focus-within {
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
      }
      &::-webkit-calendar-picker-indicator {
        inset-inline-end: -0.15em;
      }
    }
    .input::-webkit-inner-spin-button {
      margin-inline-end: -10px;
    }
    .input::-webkit-calendar-picker-indicator {
      inset-inline-end: 0.75em;
    }
    input.input, .input  input {
      position: relative;
      display: inline-flex;
      &[type="url"], &[type="email"] {
        text-align: left;
      }
      &::-webkit-datetime-edit, &::-webkit-date-and-time-value {
        display: grid;
        min-height: 100%;
        align-items: center;
        text-align: inherit;
      }
      &::-webkit-inner-spin-button {
        margin-block: calc(0.25rem * var(--spin-my, -3));
      }
      &::-webkit-calendar-picker-indicator {
        position: absolute;
        width: 1em;
        height: 1em;
        cursor: pointer;
      }
      &::-webkit-color-swatch-wrapper {
        padding-block: 0.25rem;
      }
    }
    .input:focus, .input:focus-within {
      --input-color: var(--color-base-content);
      box-shadow: 0 1px var(--input-color);
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000);
      }
      outline: 2px solid var(--input-color);
      outline-offset: 2px;
      isolation: isolate;
    }
    @media (pointer: coarse) {
      @supports (-webkit-touch-callout: none) {
        .input:focus, .input:focus-within {
          --font-size: 1rem;
        }
      }
    }
    .input:has( > input[disabled]), .input:is(:disabled, [disabled]), fieldset:disabled .input {
      cursor: not-allowed;
      border-color: var(--color-base-200);
      background-color: var(--color-base-200);
      &:is(input), :is(input) {
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
        }
      }
      box-shadow: none;
      &::placeholder, ::placeholder {
        color: var(--color-base-content);
        opacity: 20%;
      }
    }
    .input:has( > input[disabled]) > input[disabled] {
      cursor: not-allowed;
    }
    .table {
      font-size: 0.875rem;
      position: relative;
      width: 100%;
      border-collapse: separate;
      --tw-border-spacing-x: 0;
      --tw-border-spacing-y: 0;
      border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
      border-radius: var(--radius-box);
      text-align: left;
    }
    .table:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      text-align: right;
    }
    @media (hover: hover) {
      :is(:is(.table tr.row-hover), .table tr.row-hover:nth-child(even)):hover {
        background-color: var(--color-base-200);
      }
    }
    .table :where(th, td) {
      padding-inline: calc(0.25rem * 4);
      padding-block: calc(0.25rem * 3);
      vertical-align: middle;
    }
    .table :where(thead, tfoot) {
      white-space: nowrap;
      color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-base-content) 60%, transparent);
      }
      font-size: 0.875rem;
      font-weight: 600;
    }
    .table :where(tfoot tr:first-child :is(td, th)) {
      border-top: var(--border) solid var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        border-top: var(--border) solid color-mix(in oklch, var(--color-base-content) 5%, #0000);
      }
    }
    .table :where(.table-pin-rows thead tr) {
      position: sticky;
      top: 0;
      z-index: 1;
      background-color: var(--color-base-100);
    }
    .table :where(.table-pin-rows tfoot tr) {
      position: sticky;
      bottom: 0;
      z-index: 1;
      background-color: var(--color-base-100);
    }
    .table :where(.table-pin-cols tr th) {
      position: sticky;
      right: 0;
      left: 0;
      background-color: var(--color-base-100);
    }
    .table :where(thead tr :is(td, th), tbody tr:not(:last-child) :is(td, th)) {
      border-bottom: var(--border) solid var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        border-bottom: var(--border) solid color-mix(in oklch, var(--color-base-content) 5%, #0000);
      }
    }
    .steps {
      display: inline-grid;
      grid-auto-flow: column;
      overflow: hidden;
      overflow-x: auto;
      counter-reset: step;
      grid-auto-columns: 1fr;
    }
    .steps .step {
      display: grid;
      grid-template-columns: repeat(1, minmax(0, 1fr));
      grid-template-columns: auto;
      grid-template-rows: repeat(2, minmax(0, 1fr));
      grid-template-rows: 40px 1fr;
      place-items: center;
      text-align: center;
      min-width: 4rem;
      --step-bg: var(--color-base-300);
      --step-fg: var(--color-base-content);
      &:before {
        top: 0;
        grid-column-start: 1;
        grid-row-start: 1;
        height: calc(0.25rem * 2);
        width: 100%;
        border: 1px solid;
        color: var(--step-bg);
        background-color: var(--step-bg);
        content: "";
        margin-inline-start: -100%;
      }
       > .step-icon, &:not(:has(.step-icon)):after {
        --tw-content: counter(step);
        content: var(--tw-content);
        counter-increment: step;
        z-index: 1;
        color: var(--step-fg);
        background-color: var(--step-bg);
        border: 1px solid var(--step-bg);
        position: relative;
        grid-column-start: 1;
        grid-row-start: 1;
        display: grid;
        height: calc(0.25rem * 8);
        width: calc(0.25rem * 8);
        place-items: center;
        place-self: center;
        border-radius: calc(infinity * 1px);
      }
      &:first-child:before {
        --tw-content: none;
        content: var(--tw-content);
      }
      &[data-content]:after {
        --tw-content: attr(data-content);
        content: var(--tw-content);
      }
    }
  }
  @layer daisyui.l1.l2 {
    .steps .step-neutral  + .step-neutral:before, .steps .step-neutral:after, .steps .step-neutral   > .step-icon {
      --step-bg: var(--color-neutral);
      --step-fg: var(--color-neutral-content);
    }
    .steps .step-primary  + .step-primary:before, .steps .step-primary:after, .steps .step-primary   > .step-icon {
      --step-bg: var(--color-primary);
      --step-fg: var(--color-primary-content);
    }
    .steps .step-secondary  + .step-secondary:before, .steps .step-secondary:after, .steps .step-secondary   > .step-icon {
      --step-bg: var(--color-secondary);
      --step-fg: var(--color-secondary-content);
    }
    .steps .step-accent  + .step-accent:before, .steps .step-accent:after, .steps .step-accent   > .step-icon {
      --step-bg: var(--color-accent);
      --step-fg: var(--color-accent-content);
    }
    .steps .step-info  + .step-info:before, .steps .step-info:after, .steps .step-info   > .step-icon {
      --step-bg: var(--color-info);
      --step-fg: var(--color-info-content);
    }
    .steps .step-success  + .step-success:before, .steps .step-success:after, .steps .step-success   > .step-icon {
      --step-bg: var(--color-success);
      --step-fg: var(--color-success-content);
    }
    .steps .step-warning  + .step-warning:before, .steps .step-warning:after, .steps .step-warning   > .step-icon {
      --step-bg: var(--color-warning);
      --step-fg: var(--color-warning-content);
    }
    .steps .step-error  + .step-error:before, .steps .step-error:after, .steps .step-error   > .step-icon {
      --step-bg: var(--color-error);
      --step-fg: var(--color-error-content);
    }
  }
  @layer daisyui.l1.l2.l3 {
    .select {
      position: relative;
      display: inline-flex;
      flex-shrink: 1;
      appearance: none;
      align-items: center;
      gap: calc(0.25rem * 1.5);
      background-color: var(--color-base-100);
      padding-inline-start: calc(0.25rem * 3);
      padding-inline-end: calc(0.25rem * 7);
      vertical-align: middle;
      --size: calc(var(--size-field, 0.25rem) * var(--sl-size-mul, 10));
      --input-color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .select {
        --input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000);
      }
    }
    .select {
      width: clamp(3rem, 20rem, 100%);
      height: var(--size);
      font-size: max(var(--font-size, 0rem), var(--font-size-min, 0.875rem));
      touch-action: manipulation;
      border-start-start-radius: var(--join-ss, var(--radius-field));
      border-start-end-radius: var(--join-se, var(--radius-field));
      border-end-start-radius: var(--join-es, var(--radius-field));
      border-end-end-radius: var(--join-ee, var(--radius-field));
      background-image: linear-gradient(45deg, #0000 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, #0000 50%);
      background-position: calc(100% - 20px) calc(1px + 50%), calc(100% - 16.1px) calc(1px + 50%);
      background-size: 4px 4px, 4px 4px;
      background-repeat: no-repeat;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      border: var(--border) solid var(--input-color, #0000);
      box-shadow: 0 1px var(--input-color) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .select {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
      }
    }
    [dir="rtl"] .select {
      background-position: calc(0% + 12px) calc(1px + 50%), calc(0% + 16px) calc(1px + 50%);
      &::picker(select), select::picker(select) {
        translate: 0.5rem 0;
      }
    }
    .select[multiple] {
      height: auto;
      overflow: auto;
      padding-block: calc(0.25rem * 3);
      padding-inline-end: calc(0.25rem * 3);
      background-image: none;
    }
    .select select {
      margin-inline-start: calc(0.25rem * -3);
      margin-inline-end: calc(0.25rem * -7);
      width: calc(100% + 2.75rem);
      appearance: none;
      padding-inline-start: calc(0.25rem * 3);
      padding-inline-end: calc(0.25rem * 7);
      height: calc(100% - calc(var(--border) * 2));
      align-items: center;
      background: inherit;
      border-radius: inherit;
      border-style: none;
      &::placeholder {
        color: var(--color-base-content);
        opacity: 50%;
      }
      &:focus, &:focus-within {
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
      }
      &:not(:last-child) {
        margin-inline-end: calc(0.25rem * -5.5);
        background-image: none;
      }
    }
    .select:focus, .select:focus-within, .select:open {
      --input-color: var(--color-base-content);
      box-shadow: 0 1px var(--input-color);
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000);
      }
      outline: 2px solid var(--input-color);
      outline-offset: 2px;
      isolation: isolate;
      background-image: linear-gradient(135deg, #0000 50%, currentColor 50%), linear-gradient(45deg, currentColor 50%, #0000 50%);
    }
    .select:has( > select[disabled]), .select:is(:disabled, [disabled]), fieldset:disabled .select {
      cursor: not-allowed;
      border-color: var(--color-base-200);
      background-color: var(--color-base-200);
      &:is(select), :is(select) {
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
        }
      }
      box-shadow: none;
      &::placeholder, ::placeholder {
        color: var(--color-base-content);
        opacity: 20%;
      }
    }
    .select:has( > select[disabled]) > select[disabled] {
      cursor: not-allowed;
    }
    @supports (appearance: base-select) {
      :is(:is(.select), .select select), :is(:is(.select), .select select)::picker(select) {
        appearance: base-select;
      }
    }
    :is(:is(.select), .select select)::picker(select) {
      color: inherit;
      max-height: min(24rem, 70dvh);
      margin-inline: 0.5rem;
      translate: -0.5rem 0;
      border: var(--border) solid var(--color-base-200);
      margin-block: calc(0.25rem * 2);
      border-radius: var(--radius-box);
      padding: calc(0.25rem * 2);
      background-color: inherit;
      box-shadow: 0 2px calc(var(--depth) * 3px) -2px oklch(0% 0 0/0.2);
      box-shadow: 0 20px 25px -5px rgb(0 0 0 / calc(var(--depth) * 0.1)), 0 8px 10px -6px rgb(0 0 0 / calc(var(--depth) * 0.1));
    }
    :is(:is(.select), .select select)::picker-icon {
      display: none;
    }
    :is(:is(.select), .select select) selectedcontent {
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    :is(:is(.select), .select select) optgroup {
      padding-top: 0.5em;
      option {
        &:nth-child(1) {
          margin-top: 0.5em;
        }
      }
    }
    :is(:is(.select), .select select) option {
      border-radius: var(--radius-field);
      padding-block: calc(0.25rem * 1.5);
      padding-inline: calc(0.25rem * var(--option-px, 3));
      transition-property: color, background-color;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      white-space: normal;
      &:not(:disabled) {
        &:hover, &:focus-visible {
          cursor: pointer;
          background-color: var(--color-base-content);
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
          }
          --tw-outline-style: none;
          outline-style: none;
          @media (forced-colors: active) {
            outline: 2px solid transparent;
            outline-offset: 2px;
          }
        }
        &:active {
          background-color: var(--color-neutral);
          color: var(--color-neutral-content);
          box-shadow: 0 2px calc(var(--depth) * 3px) -2px var(--color-neutral);
        }
      }
    }
  }
  @layer daisyui.l1.l2 {
    .swap {
      position: relative;
      display: inline-grid;
      cursor: pointer;
      place-content: center;
      vertical-align: middle;
      webkit-user-select: none;
      user-select: none;
    }
    .swap input {
      appearance: none;
      border: none;
    }
    .swap  > * {
      grid-column-start: 1;
      grid-row-start: 1;
      @media (prefers-reduced-motion: no-preference) {
        transition-property: transform, rotate, opacity;
        transition-duration: 0.2s;
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      }
    }
    .swap .swap-on, .swap  .swap-indeterminate, .swap  input:indeterminate ~ .swap-on {
      opacity: 0%;
    }
    .swap input:is(:checked, :indeterminate) ~ .swap-off {
      opacity: 0%;
    }
    .swap input:checked ~ .swap-on, .swap  input:indeterminate ~ .swap-indeterminate {
      opacity: 100%;
      backface-visibility: visible;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .collapse-title {
      grid-column-start: 1;
      grid-row-start: 1;
      position: relative;
      width: 100%;
      padding: 1rem;
      padding-inline-end: 3rem;
      min-height: 1lh;
      transition: background-color 0.2s ease-out;
    }
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  @layer daisyui.l1.l2 {
    .menu-vertical {
      display: inline-flex;
      flex-direction: column;
      align-items: stretch;
    }
    .menu-vertical > li:not(.menu-title) > details > :is(ul, menu) {
      position: relative;
      margin-inline-start: calc(0.25rem * 4);
      margin-top: 0;
      padding-block: 0;
      padding-inline-end: 0;
      background-color: revert-layer;
      border-radius: revert-layer;
      animation: revert-layer;
      transition: revert-layer;
      box-shadow: revert-layer;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .checkbox {
      border: var(--border) solid var(--input-color, var(--color-base-content));
    }
    @supports (color: color-mix(in lab, red, red)) {
      .checkbox {
        border: var(--border) solid var(--input-color, color-mix(in oklab, var(--color-base-content) 20%, #0000));
      }
    }
    .checkbox {
      position: relative;
      display: inline-block;
      flex-shrink: 0;
      cursor: pointer;
      appearance: none;
      border-radius: var(--radius-selector);
      padding: 0.25rem;
      vertical-align: middle;
      color: var(--color-base-content);
      box-shadow: 0 1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 0 #0000 inset, 0 0 #0000;
      transition: background-color 0.2s, box-shadow 0.2s;
      --size: calc(var(--size-selector, 0.25rem) * 6);
      width: var(--size);
      height: var(--size);
      background-size: auto, calc(var(--noise) * 100%);
      background-image: none, var(--fx-noise);
    }
    .checkbox:before {
      --tw-content: "";
      content: var(--tw-content);
      display: block;
      width: 100%;
      height: 100%;
      rotate: 45deg;
      background-color: currentcolor;
      opacity: 0%;
      transition: clip-path 0.3s, opacity 0.1s, rotate 0.3s, translate 0.3s;
      transition-delay: 0.1s;
      clip-path: polygon(20% 100%, 20% 80%, 50% 80%, 50% 80%, 70% 80%, 70% 100%);
      box-shadow: 0px 3px 0 0px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
      font-size: 1rem;
      line-height: 0.75;
    }
    .checkbox:focus-visible {
      outline: 2px solid var(--input-color, currentColor);
      outline-offset: 2px;
    }
    .checkbox:checked, .checkbox[aria-checked="true"] {
      background-color: var(--input-color, #0000);
      box-shadow: 0 0 #0000 inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px oklch(0% 0 0 / calc(var(--depth) * 0.1));
      &:before {
        clip-path: polygon(20% 100%, 20% 80%, 50% 80%, 50% 0%, 70% 0%, 70% 100%);
        opacity: 100%;
      }
      @media (forced-colors: active) {
        &:before {
          rotate: 0deg;
          background-color: transparent;
          --tw-content: "✔︎";
          clip-path: none;
        }
      }
      @media print {
        &:before {
          rotate: 0deg;
          background-color: transparent;
          --tw-content: "✔︎";
          clip-path: none;
        }
      }
    }
    .checkbox:indeterminate {
      background-color: var(--input-color, var(--color-base-content) );
      @supports (color: color-mix(in lab, red, red)) {
        background-color: var(--input-color, color-mix(in oklab, var(--color-base-content) 20%, #0000) );
      }
      &:before {
        rotate: 0deg;
        opacity: 100%;
        translate: 0 -35%;
        clip-path: polygon(20% 100%, 20% 80%, 50% 80%, 50% 80%, 80% 80%, 80% 100%);
      }
    }
  }
  @layer daisyui.l1.l2 {
    .checkbox:disabled {
      cursor: not-allowed;
      opacity: 20%;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .radio {
      position: relative;
      display: inline-block;
      flex-shrink: 0;
      cursor: pointer;
      appearance: none;
      border-radius: calc(infinity * 1px);
      padding: 0.25rem;
      vertical-align: middle;
      border: var(--border) solid var(--input-color, currentColor);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .radio {
        border: var(--border) solid var(--input-color, color-mix(in srgb, currentColor 20%, #0000));
      }
    }
    .radio {
      box-shadow: 0 1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset;
      --size: calc(var(--size-selector, 0.25rem) * 6);
      width: var(--size);
      height: var(--size);
      color: var(--input-color, currentColor);
    }
    .radio:before {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: calc(infinity * 1px);
      --tw-content: "";
      content: var(--tw-content);
      background-size: auto, calc(var(--noise) * 100%);
      background-image: none, var(--fx-noise);
    }
    .radio:focus-visible {
      outline: 2px solid currentColor;
    }
    .radio:checked, .radio[aria-checked="true"] {
      border-color: currentcolor;
      background-color: var(--color-base-100);
      @media (prefers-reduced-motion: no-preference) {
        animation: radio 0.2s ease-out;
      }
      &:before {
        background-color: currentcolor;
        box-shadow: 0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px oklch(0% 0 0 / calc(var(--depth) * 0.1));
      }
      @media (forced-colors: active) {
        &:before {
          outline-style: var(--tw-outline-style);
          outline-width: 1px;
          outline-offset: calc(1px * -1);
        }
      }
      @media print {
        &:before {
          outline: 0.25rem solid;
          outline-offset: -1rem;
        }
      }
    }
  }
  @layer daisyui.l1.l2 {
    .radio:disabled {
      cursor: not-allowed;
      opacity: 20%;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .rating {
      position: relative;
      display: inline-flex;
      vertical-align: middle;
      --size: var(--size-selector, 0.25rem) * 6;
    }
    .rating input {
      cursor: pointer;
      appearance: none;
    }
    .rating * {
      border-radius: 0;
      background-color: var(--color-base-content);
      opacity: 20%;
      width: calc(var(--size) * 1);
      height: calc(var(--size));
      @media (prefers-reduced-motion: no-preference) {
        animation: rating 0.25s ease-out;
      }
    }
    .rating .rating-hidden {
      width: calc(0.25rem * 2);
      background-color: transparent;
    }
    .rating :checked, .rating  [aria-checked="true"], .rating  [aria-current="true"], .rating  :has( ~ :checked,  ~ [aria-checked="true"],  ~ [aria-current="true"]) {
      opacity: 100%;
    }
    .rating :focus-visible {
      scale: 1.1;
      @media (prefers-reduced-motion: no-preference) {
        transition: scale 0.2s ease-out;
      }
    }
    .rating :active:focus {
      animation: none;
      scale: 1.1;
    }
    .navbar {
      display: flex;
      width: 100%;
      align-items: center;
      padding: 0.5rem;
      min-height: 4rem;
    }
  }
  @layer daisyui.l1.l2 {
    :where(.navbar) {
      position: relative;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .card {
      position: relative;
      display: flex;
      flex-direction: column;
      border-radius: var(--radius-box);
      transition: outline 0.2s ease-in-out;
      outline: 2px solid #0000;
      outline-offset: 2px;
    }
    .card:focus-visible, .card[aria-checked="true"], .card:has( > :checked,  > :is([type="checkbox"], [type="radio"]):focus-visible) {
      outline-color: currentColor;
    }
    .card:has( > :checked:focus-visible), .card[aria-checked="true"]:focus-visible, .card[aria-checked="true"]:has( > :is([type="checkbox"], [type="radio"]):focus-visible) {
      outline-width: 4px;
    }
    .card:has( > :is([type="checkbox"], [type="radio"])) {
      cursor: pointer;
      user-select: none;
    }
    .card  > :is([type="checkbox"], [type="radio"]) {
      appearance: none;
    }
  }
  @layer daisyui.l1.l2.l3.l4 {
    .card figure:first-child {
      overflow: hidden;
      border-start-start-radius: inherit;
      border-start-end-radius: inherit;
      border-end-start-radius: unset;
      border-end-end-radius: unset;
    }
    .card figure:last-child {
      overflow: hidden;
      border-start-start-radius: unset;
      border-start-end-radius: unset;
      border-end-start-radius: inherit;
      border-end-end-radius: inherit;
    }
    .card figure {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .stats {
      position: relative;
      display: inline-grid;
      grid-auto-flow: column;
      overflow-x: auto;
      border-radius: var(--radius-box);
    }
    .progress {
      position: relative;
      height: calc(0.25rem * 2);
      width: 100%;
      appearance: none;
      overflow: hidden;
      border-radius: var(--radius-box);
      background-color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .progress {
        background-color: color-mix(in oklab, currentcolor 20%, transparent);
      }
    }
    .progress {
      color: var(--color-base-content);
    }
    .progress:indeterminate {
      background-image: repeating-linear-gradient( 90deg, currentColor -1%, currentColor 10%, #0000 10%, #0000 90% );
      background-size: 200%;
      background-position-x: 15%;
      @media (prefers-reduced-motion: no-preference) {
        animation: progress 5s ease-in-out infinite;
      }
      @supports (-moz-appearance: none) {
        &::-moz-progress-bar {
          background-color: transparent;
          @media (prefers-reduced-motion: no-preference) {
            animation: progress 5s ease-in-out infinite;
            background-image: repeating-linear-gradient( 90deg, currentColor -1%, currentColor 10%, #0000 10%, #0000 90% );
            background-size: 200%;
            background-position-x: 15%;
          }
        }
      }
    }
    @supports (-moz-appearance: none) {
      .progress::-moz-progress-bar {
        border-radius: var(--radius-box);
        background-color: currentcolor;
        @media (prefers-reduced-motion: no-preference) {
          transition: inline-size 0.3s ease;
        }
      }
    }
    @supports (-webkit-appearance: none) {
      .progress::-webkit-progress-bar {
        border-radius: var(--radius-box);
        background-color: transparent;
      }
      .progress::-webkit-progress-value {
        border-radius: var(--radius-box);
        background-color: currentColor;
        @media (prefers-reduced-motion: no-preference) {
          transition: inline-size 0.3s ease;
        }
      }
    }
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .-bottom-96 {
    bottom: calc(var(--spacing) * -96);
  }
  .-left-56 {
    left: calc(var(--spacing) * -56);
  }
  .join {
    display: inline-flex;
    align-items: stretch;
    --join-ss: 0;
    --join-se: 0;
    --join-es: 0;
    --join-ee: 0;
    --join-v: 0;
    --join-h: 1;
    @scope (&) {
       > :where(:focus, :has(:focus)) {
        z-index: 1;
      }
      @media (hover: hover) {
         > :where(.btn:hover, :has(.btn:hover)) {
          isolation: isolate;
        }
      }
      :where(:scope > :first-child) {
        --join-ss: var(--radius-field);
        --join-se: calc(var(--radius-field) * var(--join-v));
        --join-es: calc(var(--radius-field) * var(--join-h));
        --join-ee: 0;
      }
      :where(:scope > :last-child) {
        --join-ss: 0;
        --join-se: calc(var(--radius-field) * var(--join-h));
        --join-es: calc(var(--radius-field) * var(--join-v));
        --join-ee: var(--radius-field);
      }
      :where(:scope > :only-child) {
        --join-ss: var(--radius-field);
        --join-se: var(--radius-field);
        --join-es: var(--radius-field);
        --join-ee: var(--radius-field);
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .textarea {
      min-height: calc(0.25rem * 20);
      flex-shrink: 1;
      appearance: none;
      border-radius: var(--radius-field);
      background-color: var(--color-base-100);
      padding-inline: calc(0.25rem * 3);
      padding-block: calc(0.25rem * 2);
      vertical-align: middle;
      --input-color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .textarea {
        --input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000);
      }
    }
    .textarea {
      width: clamp(3rem, 20rem, 100%);
      font-size: max(var(--font-size, 0rem), var(--font-size-min, 0.875rem));
      touch-action: manipulation;
      border: var(--border) solid var(--input-color, #0000);
      box-shadow: 0 1px var(--input-color) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .textarea {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
      }
    }
    .textarea textarea {
      appearance: none;
      background-color: transparent;
      border: none;
      &::placeholder {
        color: var(--color-base-content);
        opacity: 50%;
      }
      &:focus, &:focus-within {
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
      }
    }
    .textarea:focus, .textarea:focus-within {
      --input-color: var(--color-base-content);
      box-shadow: 0 1px var(--input-color);
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000);
      }
      outline: 2px solid var(--input-color);
      outline-offset: 2px;
      isolation: isolate;
    }
    @media (pointer: coarse) {
      @supports (-webkit-touch-callout: none) {
        .textarea:focus, .textarea:focus-within {
          --font-size: 1rem;
        }
      }
    }
    .textarea:has( > textarea[disabled]), .textarea:is(:disabled, [disabled]) {
      cursor: not-allowed;
      border-color: var(--color-base-200);
      background-color: var(--color-base-200);
      color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
      }
      box-shadow: none;
      &::placeholder, ::placeholder {
        color: var(--color-base-content);
        opacity: 20%;
      }
    }
    .textarea:has( > textarea[disabled]) > textarea[disabled] {
      cursor: not-allowed;
    }
    .stack {
      display: inline-grid;
      grid-template-columns: 3px 4px 1fr 4px 3px;
      grid-template-rows: 3px 4px 1fr 4px 3px;
    }
    .stack > * {
      height: 100%;
      width: 100%;
      &:nth-child(n + 2) {
        width: 100%;
        opacity: 70%;
      }
      &:nth-child(2) {
        z-index: 2;
        opacity: 90%;
      }
      &:nth-child(1) {
        z-index: 3;
        width: 100%;
      }
    }
  }
  @layer daisyui.l1.l2 {
    :is(:is(.stack), .stack.stack-bottom)  > * {
      grid-column: 3 / 4;
      grid-row: 3 / 6;
      &:nth-child(2) {
        grid-column: 2 / 5;
        grid-row: 2 / 5;
      }
      &:nth-child(1) {
        grid-column: 1 / 6;
        grid-row: 1 / 4;
      }
    }
    .stack.stack-top  > * {
      grid-column: 3 / 4;
      grid-row: 1 / 4;
      &:nth-child(2) {
        grid-column: 2 / 5;
        grid-row: 2 / 5;
      }
      &:nth-child(1) {
        grid-column: 1 / 6;
        grid-row: 3 / 6;
      }
    }
    .stack.stack-start  > * {
      grid-column: 1 / 4;
      grid-row: 3 / 4;
      &:nth-child(2) {
        grid-column: 2 / 5;
        grid-row: 2 / 5;
      }
      &:nth-child(1) {
        grid-column: 3 / 6;
        grid-row: 1 / 6;
      }
    }
    .stack.stack-end  > * {
      grid-column: 3 / 6;
      grid-row: 3 / 4;
      &:nth-child(2) {
        grid-column: 2 / 5;
        grid-row: 2 / 5;
      }
      &:nth-child(1) {
        grid-column: 1 / 4;
        grid-row: 1 / 6;
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .modal-backdrop {
      grid-column-start: 1;
      grid-row-start: 1;
      display: grid;
      align-self: stretch;
      justify-self: stretch;
      color: transparent;
      z-index: -1;
    }
    .modal-backdrop button {
      cursor: pointer;
    }
  }
  .z-10 {
    z-index: 10;
  }
  @layer daisyui.l1.l2.l3 {
    .hero {
      display: grid;
      width: 100%;
      place-items: center;
      background-size: cover;
      background-position: center;
    }
    .hero > * {
      grid-column-start: 1;
      grid-row-start: 1;
    }
    .modal-box {
      grid-column-start: 1;
      grid-row-start: 1;
      max-height: 100vh;
      width: calc(11 / 12 * 100%);
      max-width: 32rem;
      background-color: var(--color-base-100);
      padding: calc(0.25rem * 6);
      transition: translate 0.3s ease-out, scale 0.3s ease-out, opacity 0.2s ease-out 0.05s, box-shadow 0.3s ease-out;
      border-top-left-radius: var(--modal-tl, var(--radius-box));
      border-top-right-radius: var(--modal-tr, var(--radius-box));
      border-bottom-left-radius: var(--modal-bl, var(--radius-box));
      border-bottom-right-radius: var(--modal-br, var(--radius-box));
      scale: 95%;
      opacity: 0;
      box-shadow: oklch(0% 0 0/ 0.25) 0px 25px 50px -12px;
      overflow-y: auto;
      overscroll-behavior: contain;
    }
  }
  .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-auto {
    margin-inline: auto;
  }
  @layer daisyui.l1.l2.l3 {
    .label {
      display: inline-flex;
      align-items: center;
      gap: calc(0.25rem * 1.5);
      white-space: nowrap;
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .label {
        color: color-mix(in oklab, currentcolor 60%, transparent);
      }
    }
    .label:has(input) {
      cursor: pointer;
    }
    .label:is(.input > *, .select > *) {
      display: flex;
      height: calc(100% - 0.5rem);
      align-items: center;
      padding-inline: calc(0.25rem * 3);
      white-space: nowrap;
      font-size: inherit;
      &:first-child {
        margin-inline-start: calc(0.25rem * -3);
        margin-inline-end: calc(0.25rem * 3);
        border-inline-end: var(--border) solid currentColor;
        @supports (color: color-mix(in lab, red, red)) {
          border-inline-end: var(--border) solid color-mix(in oklab, currentColor 10%, #0000);
        }
      }
      &:last-child {
        margin-inline-start: calc(0.25rem * 3);
        margin-inline-end: calc(0.25rem * -3);
        border-inline-start: var(--border) solid currentColor;
        @supports (color: color-mix(in lab, red, red)) {
          border-inline-start: var(--border) solid color-mix(in oklab, currentColor 10%, #0000);
        }
      }
    }
  }
  .join-item {
    @layer daisyui.l1.l2.l3.l4 {
       > * {
        --join-ss: initial;
        --join-se: initial;
        --join-es: initial;
        --join-ee: initial;
      }
    }
    border-style: solid;
    border-width: var(--border, 1px);
    border-start-start-radius: var(--join-ss);
    border-start-end-radius: var(--join-se);
    border-end-start-radius: var(--join-es);
    border-end-end-radius: var(--join-ee);
    &:not(:first-child, :disabled, [disabled], .btn-disabled) {
      margin-inline-start: calc(var(--border, 1px) * -1 * var(--join-h));
      margin-block-start: calc(var(--border, 1px) * -1 * var(--join-v));
    }
    &:is(:disabled, [disabled], .btn-disabled) {
      border-width: var(--border, 1px);
      border-inline-end-width: calc(var(--border, 1px) * var(--join-v));
      border-block-end-width: calc(var(--border, 1px) * var(--join-h));
    }
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .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-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-auto {
    margin-top: auto;
  }
  @layer daisyui.l1.l2.l3 {
    .footer-title {
      margin-bottom: calc(0.25rem * 2);
      text-transform: uppercase;
      opacity: 60%;
      font-weight: 600;
    }
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  @layer daisyui.l1.l2.l3 {
    .status {
      display: inline-block;
      aspect-ratio: 1 / 1;
      width: calc(0.25rem * 2);
      height: calc(0.25rem * 2);
      border-radius: var(--radius-selector);
      background-color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .status {
        background-color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
      }
    }
    .status {
      background-position: center;
      background-repeat: no-repeat;
      vertical-align: middle;
      color: color-mix(in srgb, #000 30%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .status {
        color: color-mix(in oklab, var(--color-black) 30%, transparent);
      }
    }
    .status {
      background-image: radial-gradient( circle at 35% 30%, oklch(1 0 0 / calc(var(--depth) * 0.5)), #0000 );
      box-shadow: 0 2px 3px -1px currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .status {
        box-shadow: 0 2px 3px -1px color-mix(in oklab, currentColor calc(var(--depth) * 100%), #0000);
      }
    }
    .badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: calc(0.25rem * 2);
      border-radius: var(--radius-selector);
      vertical-align: middle;
      color: var(--badge-fg);
      border: var(--border) solid var(--badge-color, var(--color-base-200));
      font-size: 0.875rem;
      width: fit-content;
      background-size: auto, calc(var(--noise) * 100%);
      background-image: none, var(--fx-noise);
      background-color: var(--badge-bg);
      --badge-bg: var(--badge-color, var(--color-base-100));
      --badge-fg: var(--color-base-content);
      --size: calc(var(--size-selector, 0.25rem) * 6);
      height: var(--size);
      padding-inline: calc(var(--size) / 2 - var(--border));
    }
    .tabs {
      display: flex;
      flex-wrap: wrap;
      --tabs-height: auto;
      --tabs-direction: row;
      --tab-height: calc(var(--size-field, 0.25rem) * 10);
      height: var(--tabs-height);
      flex-direction: var(--tabs-direction);
    }
    .footer {
      display: grid;
      width: 100%;
      grid-auto-flow: row;
      place-items: start;
      column-gap: calc(0.25rem * 4);
      row-gap: calc(0.25rem * 10);
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
    .footer > :not(script, style, template) {
      display: grid;
      place-items: start;
      gap: calc(0.25rem * 2);
    }
    .navbar-end {
      display: inline-flex;
      align-items: center;
      width: 50%;
      justify-content: flex-end;
    }
    .navbar-start {
      display: inline-flex;
      align-items: center;
      width: 50%;
      justify-content: flex-start;
    }
    .card-body {
      display: flex;
      flex: auto;
      flex-direction: column;
      gap: calc(0.25rem * 2);
      padding: var(--card-p, 1.5rem);
      font-size: var(--card-fs, 0.875rem);
    }
  }
  @layer daisyui.l1.l2.l3.l4 {
    .card-body p {
      flex-grow: 1;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .navbar-center {
      display: inline-flex;
      align-items: center;
      flex-shrink: 0;
    }
    .carousel {
      display: inline-flex;
      overflow-x: scroll;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
    }
    @media (prefers-reduced-motion: no-preference) {
      .carousel {
        scroll-behavior: smooth;
      }
    }
    .carousel::-webkit-scrollbar {
      display: none;
    }
    .card-actions {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      gap: calc(0.25rem * 2);
    }
    .card-title {
      display: flex;
      align-items: center;
      gap: calc(0.25rem * 2);
      font-size: var(--cardtitle-fs, 1.125rem);
      font-weight: 600;
    }
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  @layer daisyui.l1.l2 {
    .btn-circle {
      border-radius: calc(infinity * 1px);
      padding-inline: 0;
      width: var(--size);
      height: var(--size);
    }
    .btn-square {
      padding-inline: 0;
      width: var(--size);
      height: var(--size);
    }
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-\[46rem\] {
    height: 46rem;
  }
  .h-full {
    height: 100%;
  }
  .min-h-24 {
    min-height: calc(var(--spacing) * 24);
  }
  .min-h-28 {
    min-height: calc(var(--spacing) * 28);
  }
  .min-h-\[18rem\] {
    min-height: 18rem;
  }
  .min-h-\[75svh\] {
    min-height: 75svh;
  }
  @layer daisyui.l1.l2 {
    .btn-block {
      width: 100%;
    }
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .w-\[46rem\] {
    width: 46rem;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-0 {
    min-width: 0px;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  @layer daisyui.l1.l2.l3 {
    .link {
      cursor: pointer;
      text-decoration-line: underline;
    }
    .link:focus {
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
    .link:focus-visible {
      outline: 2px solid currentColor;
      outline-offset: 2px;
    }
  }
  .resize {
    resize: both;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .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);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-px {
    gap: 1px;
  }
  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-8 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-box {
    border-radius: var(--radius-box);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  @layer daisyui.l1.l2 {
    .badge-outline {
      color: var(--badge-color);
      --badge-bg: #0000;
      background-image: none;
      border-color: currentColor;
    }
  }
  .border-base-300 {
    border-color: var(--color-base-300);
  }
  .border-current\/15 {
    border-color: currentcolor;
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, currentcolor 15%, transparent);
    }
  }
  .border-current\/20 {
    border-color: currentcolor;
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, currentcolor 20%, transparent);
    }
  }
  .border-current\/25 {
    border-color: currentcolor;
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, currentcolor 25%, transparent);
    }
  }
  .border-white\/15 {
    border-color: color-mix(in srgb, #fff 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .bg-accent {
    background-color: var(--color-accent);
  }
  .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-info {
    background-color: var(--color-info);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-secondary {
    background-color: var(--color-secondary);
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-white\/15 {
    background-color: color-mix(in srgb, #fff 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  @layer daisyui.l1.l2.l3 {
    .btn-outline {
      --btn-bg: #0000;
      color: var(--btn-rest-fg, var(--btn-color, var(--color-base-content)));
      --btn-border: var(--btn-color, var(--color-base-content));
      --btn-border-style: solid;
      background-image: none;
      --btn-inset: 0 0 0 0 oklch(0% 0 0/0);
      --btn-shadow: 0 0 0 0 oklch(0% 0 0/0);
    }
    .btn-ghost {
      --btn-bg: #0000;
      color: var(--btn-rest-fg, var(--btn-color, var(--color-base-content, currentColor)));
      --btn-border: #0000;
      background-image: none;
      --btn-inset: 0 0 0 0 oklch(0% 0 0/0);
      --btn-shadow: 0 0 0 0 oklch(0% 0 0/0);
    }
  }
  .bg-\[radial-gradient\(circle\,color-mix\(in_oklch\,var\(--color-secondary\)_14\%\,transparent\)_0\%\,transparent_68\%\)\] {
    background-image: radial-gradient(circle,var(--color-secondary) 0%,transparent 68%);
    @supports (color: color-mix(in lab, red, red)) {
      background-image: radial-gradient(circle,color-mix(in oklch,var(--color-secondary) 14%,transparent) 0%,transparent 68%);
    }
  }
  .from-primary {
    --tw-gradient-from: var(--color-primary);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .via-accent {
    --tw-gradient-via: var(--color-accent);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-secondary {
    --tw-gradient-to: var(--color-secondary);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .object-cover {
    object-fit: cover;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-7 {
    padding-top: calc(var(--spacing) * 7);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  @layer daisyui.l1.l2 {
    .badge-lg {
      --size: calc(var(--size-selector, 0.25rem) * 7);
      font-size: 1rem;
    }
    .badge-sm {
      --size: calc(var(--size-selector, 0.25rem) * 5);
      font-size: 0.75rem;
    }
  }
  .text-\[0\.7rem\] {
    font-size: 0.7rem;
  }
  .text-\[0\.72rem\] {
    font-size: 0.72rem;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .text-accent {
    color: var(--color-accent);
  }
  .text-accent-content {
    color: var(--color-accent-content);
  }
  .text-base-content {
    color: var(--color-base-content);
  }
  .text-info-content {
    color: var(--color-info-content);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-primary-content {
    color: var(--color-primary-content);
  }
  .text-primary-content\/65 {
    color: var(--color-primary-content);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-primary-content) 65%, transparent);
    }
  }
  .text-secondary {
    color: var(--color-secondary);
  }
  .text-secondary-content {
    color: var(--color-secondary-content);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  @layer daisyui.l1.l2 {
    .link-hover {
      text-decoration-line: none;
    }
    @media (hover: hover) {
      .link-hover:hover {
        text-decoration-line: underline;
      }
    }
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-45 {
    opacity: 45%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-55 {
    opacity: 55%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-65 {
    opacity: 65%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  @layer daisyui.l1.l2 {
    .btn-primary {
      --btn-color: var(--color-primary);
      --btn-fg: var(--color-primary-content);
      --btn-soft-bg: initial;
    }
    .btn-secondary {
      --btn-color: var(--color-secondary);
      --btn-fg: var(--color-secondary-content);
      --btn-soft-bg: initial;
    }
    .btn-sm {
      --fontsize: 0.75rem;
      --btn-p: 0.75rem;
      --size: calc(var(--size-field, 0.25rem) * 8);
    }
    .card-border {
      border: var(--border) solid var(--color-base-200);
    }
  }
  @media (hover: hover) {
    .group-hover\:scale-\[1\.03\]:is(:where(.group):hover *) {
      scale: 1.03;
    }
    .group-hover\:border-primary:is(:where(.group):hover *) {
      border-color: var(--color-primary);
    }
    .group-hover\:bg-primary:is(:where(.group):hover *) {
      background-color: var(--color-primary);
    }
    .group-hover\:text-primary-content:is(:where(.group):hover *) {
      color: var(--color-primary-content);
    }
    .hover\:-translate-y-1:hover {
      --tw-translate-y: calc(var(--spacing) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .hover\:border-accent\/40:hover {
      border-color: var(--color-accent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:border-accent\/40:hover {
        border-color: color-mix(in oklab, var(--color-accent) 40%, transparent);
      }
    }
    .hover\:text-secondary:hover {
      color: var(--color-secondary);
    }
    .hover\:opacity-100:hover {
      opacity: 100%;
    }
    .hover\:shadow-xl:hover {
      --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  @media (width >= 40rem) {
    .sm\:block {
      display: block;
    }
    .sm\:grid {
      display: grid;
    }
    .sm\:min-h-28 {
      min-height: calc(var(--spacing) * 28);
    }
    .sm\:min-h-\[24rem\] {
      min-height: 24rem;
    }
    .sm\:min-h-\[26rem\] {
      min-height: 26rem;
    }
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .sm\:flex-row {
      flex-direction: row;
    }
    .sm\:items-end {
      align-items: flex-end;
    }
    .sm\:justify-between {
      justify-content: space-between;
    }
    .sm\:p-5 {
      padding: calc(var(--spacing) * 5);
    }
    .sm\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
    .sm\:p-9 {
      padding: calc(var(--spacing) * 9);
    }
    .sm\:p-10 {
      padding: calc(var(--spacing) * 10);
    }
    .sm\:text-right {
      text-align: right;
    }
    .sm\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    .sm\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
    .sm\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
    .sm\:text-7xl {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
    .sm\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  @media (width >= 48rem) {
    .md\:col-span-2 {
      grid-column: span 2 / span 2;
    }
    .md\:mt-12 {
      margin-top: calc(var(--spacing) * 12);
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .lg\:col-span-3 {
      grid-column: span 3 / span 3;
    }
    .lg\:mt-0 {
      margin-top: 0px;
    }
    .lg\:mt-10 {
      margin-top: calc(var(--spacing) * 10);
    }
    .lg\:mt-20 {
      margin-top: calc(var(--spacing) * 20);
    }
    .lg\:mt-24 {
      margin-top: calc(var(--spacing) * 24);
    }
    .lg\:flex {
      display: flex;
    }
    .lg\:grid {
      display: grid;
    }
    .lg\:hidden {
      display: none;
    }
    .lg\:inline-flex {
      display: inline-flex;
    }
    .lg\:aspect-auto {
      aspect-ratio: auto;
    }
    @layer daisyui.l1.l2 {
      .lg\:card-side {
        align-items: stretch;
        flex-direction: row;
      }
      .lg\:card-side :where(figure:first-child) {
        overflow: hidden;
        border-start-start-radius: inherit;
        border-start-end-radius: unset;
        border-end-start-radius: inherit;
        border-end-end-radius: unset;
      }
      .lg\:card-side :where(figure:last-child) {
        overflow: hidden;
        border-start-start-radius: unset;
        border-start-end-radius: inherit;
        border-end-start-radius: unset;
        border-end-end-radius: inherit;
      }
      .lg\:card-side figure > * {
        max-width: unset;
      }
      .lg\:card-side :where(figure > *) {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
    .lg\:min-h-\[34rem\] {
      min-height: 34rem;
    }
    .lg\:w-1\/2 {
      width: calc(1 / 2 * 100%);
    }
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .lg\:grid-cols-6 {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .lg\:grid-cols-\[\.2fr_\.6fr_1fr\] {
      grid-template-columns: .2fr .6fr 1fr;
    }
    .lg\:grid-cols-\[\.6fr_1fr\] {
      grid-template-columns: .6fr 1fr;
    }
    .lg\:grid-cols-\[\.7fr_1fr\] {
      grid-template-columns: .7fr 1fr;
    }
    .lg\:grid-cols-\[\.55fr_1fr\] {
      grid-template-columns: .55fr 1fr;
    }
    .lg\:grid-cols-\[\.62fr_1fr\] {
      grid-template-columns: .62fr 1fr;
    }
    .lg\:grid-cols-\[\.65fr_1fr\] {
      grid-template-columns: .65fr 1fr;
    }
    .lg\:grid-cols-\[1fr_\.8fr\] {
      grid-template-columns: 1fr .8fr;
    }
    .lg\:grid-cols-\[1fr_\.55fr\] {
      grid-template-columns: 1fr .55fr;
    }
    .lg\:grid-cols-\[1fr_auto\] {
      grid-template-columns: 1fr auto;
    }
    .lg\:grid-cols-\[minmax\(0\,1fr\)_minmax\(0\,\.8fr\)\] {
      grid-template-columns: minmax(0,1fr) minmax(0,.8fr);
    }
    .lg\:flex-row {
      flex-direction: row;
    }
    .lg\:items-center {
      align-items: center;
    }
    .lg\:items-end {
      align-items: flex-end;
    }
    .lg\:items-start {
      align-items: flex-start;
    }
    .lg\:justify-between {
      justify-content: space-between;
    }
    .lg\:justify-center {
      justify-content: center;
    }
    .lg\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }
    .lg\:gap-12 {
      gap: calc(var(--spacing) * 12);
    }
    .lg\:gap-16 {
      gap: calc(var(--spacing) * 16);
    }
    .lg\:gap-20 {
      gap: calc(var(--spacing) * 20);
    }
    .lg\:justify-self-end {
      justify-self: flex-end;
    }
    .lg\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
    .lg\:p-10 {
      padding: calc(var(--spacing) * 10);
    }
    .lg\:p-12 {
      padding: calc(var(--spacing) * 12);
    }
    .lg\:py-14 {
      padding-block: calc(var(--spacing) * 14);
    }
    .lg\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
    .lg\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
    .lg\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .\[\&_svg\]\:w-4 svg {
    width: calc(var(--spacing) * 4);
  }
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@font-face {
  font-family: Inter;
  src: url("../fonts/InterVariable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--color-base-100);
  font-size: clamp(15px, 0.9vw, 16px);
}
body {
  margin: 0;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--color-base-content);
  background: var(--color-base-100);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body, button, input, textarea, select {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body main {
  overflow: clip;
}
a {
  color: inherit;
  text-decoration: none;
}
img, svg {
  display: block;
}
button {
  cursor: pointer;
}
::selection {
  background: var(--color-secondary);
  color: var(--color-secondary-content);
}
:focus-visible {
  outline: 3px solid var(--color-accent);
  @supports (color: color-mix(in lab, red, red)) {
    outline: 3px solid color-mix(in oklch, var(--color-accent) 70%, white);
  }
  outline-offset: 3px;
}
.wrapper {
  position: relative;
  z-index: 2;
  width: min(100% - 2rem, 105rem);
  margin-inline: auto;
}
.section {
  position: relative;
  width: 100%;
}
.section-space {
  padding-block: clamp(5rem, 7vw, 8.5rem);
}
.section-space--bottom {
  padding-top: 0;
}
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.section-kicker::before {
  content: "";
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: var(--color-secondary);
}
.display {
  font-size: clamp(3rem, 5.5vw, 6rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.045em;
}
.headline {
  font-size: clamp(2.25rem, 3.7vw, 4.2rem);
  font-weight: 850;
  line-height: 1.04;
  letter-spacing: -0.035em;
}
.display strong, .display b, .headline strong, .headline b, .subhead strong, .subhead b {
  color: var(--color-secondary);
  font-weight: inherit;
}
.subhead {
  font-size: clamp(1.45rem, 2vw, 2.1rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
}
.copy {
  font-size: clamp(1rem, 1.15vw, 1.125rem);
  line-height: 1.6;
  color: currentColor;
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklch, currentColor 72%, transparent);
  }
}
.bg-primary {
  color: var(--color-primary-content);
}
.bg-secondary {
  color: var(--color-secondary-content);
}
.bg-accent {
  color: var(--color-accent-content);
}
.bg-neutral {
  color: var(--color-neutral-content);
}
.bg-base-100, .bg-base-200, .bg-base-300 {
  color: var(--color-base-content);
}
.noise-grid {
  background-image: linear-gradient(var(--color-base-content) 1px, transparent 1px), linear-gradient(90deg, var(--color-base-content) 1px, transparent 1px);
  @supports (color: color-mix(in lab, red, red)) {
    background-image: linear-gradient(color-mix(in oklch, var(--color-base-content) 6%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in oklch, var(--color-base-content) 6%, transparent) 1px, transparent 1px);
  }
  background-size: 42px 42px;
}
.tag {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-self: flex-start;
  align-items: center;
  border: 1px solid currentColor;
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in oklch, currentColor 20%, transparent);
  }
  border-radius: 999px;
  padding: 0.58rem 0.85rem;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1;
}
.tech-ticker {
  visibility: visible;
  overflow: hidden;
  white-space: nowrap;
}
.tech-ticker .splide__list {
  align-items: center;
  will-change: transform;
}
.tech-ticker .splide__slide {
  display: inline-flex;
  align-items: center;
  gap: 2.2rem;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  font-weight: 800;
}
.tech-ticker .splide__slide::after {
  content: "✦";
  color: var(--color-accent);
}
.tech-ticker .splide__track--draggable {
  cursor: grab;
}
.tech-ticker .splide__track--draggable:active {
  cursor: grabbing;
}
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
  .wrapper {
    width: min(100% - 1.25rem, 105rem);
  }
  .section-space {
    padding-block: 3.75rem;
  }
  .section-space--bottom {
    padding-top: 0;
  }
  .display {
    font-size: clamp(2.35rem, 10.5vw, 3.35rem);
    line-height: 1.02;
  }
  .headline {
    font-size: clamp(1.85rem, 8.4vw, 2.65rem);
    line-height: 1.08;
  }
  .subhead {
    font-size: clamp(1.35rem, 6.2vw, 1.75rem);
    line-height: 1.16;
  }
  .copy {
    font-size: 0.98rem;
    line-height: 1.58;
  }
  .section-kicker {
    gap: 0.55rem;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }
  .tag {
    padding: 0.48rem 0.7rem;
    font-size: 0.68rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.section-header {
  position: fixed;
  top: 0.65rem;
  right: 0;
  left: 0;
  z-index: 50;
  pointer-events: none;
}
.menu-open .section-header {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.header {
  min-height: 4.6rem;
  padding: 0.42rem 0.48rem 0.42rem 0.85rem;
  border: 1px solid var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in oklch, var(--color-primary) 10%, transparent);
  }
  border-radius: 1.1rem;
  background: var(--color-base-100);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklch, var(--color-base-100) 91%, transparent);
  }
  box-shadow: 0 0.55rem 2rem var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0.55rem 2rem color-mix(in oklch, var(--color-primary) 8%, transparent);
  }
  backdrop-filter: blur(20px);
  pointer-events: auto;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.08em;
  min-height: 2.75rem;
  font-size: 2.05rem;
  font-weight: 950;
  letter-spacing: -0.085em;
  line-height: 1;
}
.brand__mark {
  color: var(--color-secondary);
  font-size: 1.18em;
}
.brand__word {
  color: var(--color-primary);
}
.header-nav {
  gap: 0.12rem;
}
.header-nav li {
  list-style: none;
}
.header-nav a {
  position: relative;
  display: block;
  padding: 0.62rem 0.78rem;
  color: var(--color-base-content);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklch, var(--color-base-content) 72%, transparent);
  }
  font-size: 0.88rem;
  font-weight: 750;
  transition: color 0.24s ease, transform 0.24s ease;
}
.header-nav a::after {
  content: "";
  position: absolute;
  right: 0.78rem;
  bottom: 0.28rem;
  left: 0.78rem;
  height: 2px;
  border-radius: 999px;
  background: var(--color-secondary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.24s ease;
}
.header-nav a:hover, .header-nav a[aria-current=page] {
  color: var(--color-primary);
  transform: translateY(-1px);
}
.header-nav a:hover::after, .header-nav a[aria-current=page]::after {
  transform: scaleX(1);
}
.btn--menu,
.btn--menu-close {
  width: 3rem;
  height: 3rem;
  padding: 0.65rem;
  border-radius: 0.8rem;
}
.btn--menu svg,
.btn--menu-close svg {
  width: 100%;
  height: 100%;
}
.btn--menu svg path {
  transition: transform 0.24s ease, opacity 0.24s ease;
  transform-origin: center;
}
.btn--menu.active svg path:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.btn--menu.active svg path:nth-child(2) {
  opacity: 0;
}
.btn--menu.active svg path:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
@media (max-width: 768px) {
  .section-header {
    top: 0.4rem;
  }
  .header {
    min-height: 4.25rem;
    padding-left: 0.65rem;
    border-radius: 0.92rem;
  }
  .brand {
    font-size: 1.85rem;
  }
}
.menu-open body {
  overflow: hidden;
}
.mmenu {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklch, var(--color-primary) 32%, transparent);
  }
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}
.menu-open .mmenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.mmenu__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: transparent;
}
.mmenu__panel {
  position: absolute;
  top: 0.45rem;
  right: 0.45rem;
  bottom: 0.45rem;
  display: flex;
  width: min(30rem, 100% - 0.9rem);
  overflow-y: auto;
  flex-direction: column;
  gap: 1rem;
  padding: 0.85rem;
  border: 1px solid var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in oklch, var(--color-primary) 10%, transparent);
  }
  border-radius: 1.4rem;
  background: var(--color-base-100);
  box-shadow: -1.5rem 0 5rem var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: -1.5rem 0 5rem color-mix(in oklch, var(--color-primary) 22%, transparent);
  }
  color: var(--color-base-content);
  transform: translateX(calc(100% + 1rem));
  transition: transform 0.45s cubic-bezier(0.2, 0.75, 0.25, 1);
}
.menu-open .mmenu__panel {
  transform: none;
}
.mmenu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.mmenu__label {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.65rem;
  color: var(--color-accent);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.mmenu__label::before {
  content: "";
  width: 0.42rem;
  aspect-ratio: 1;
  border-radius: 999px;
  background: var(--color-secondary);
}
.mmenu__nav {
  flex: 1;
  padding-top: 0.35rem;
}
.mmenu__nav .menu {
  width: 100%;
  gap: 0;
  padding: 0;
  background: transparent;
}
.mmenu__nav .menu li {
  margin: 0;
}
.mmenu__nav .menu a {
  display: block;
  width: 100%;
  padding: 0.78rem 0.2rem;
  border-bottom: 1px solid var(--color-base-300);
  border-radius: 0;
  font-size: clamp(1.08rem, 5vw, 1.45rem);
  font-weight: 850;
  letter-spacing: -0.04em;
  white-space: nowrap;
  transition: color 0.24s ease, padding 0.24s ease;
}
.mmenu__nav .menu a::after {
  content: none;
}
.mmenu__nav .menu a:hover {
  padding-left: 0.5rem;
  background: transparent;
  color: var(--color-accent);
}
.mmenu__meta {
  padding: 1rem;
  border-radius: 1rem;
  background: var(--color-base-200);
}
.mmenu__meta .btn {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .mmenu {
    display: none;
  }
}
@media (max-width: 1023px) {
  .mmenu__panel {
    inset: 0;
    width: auto;
    border: 0;
    border-radius: 0;
    padding: 0.75rem;
  }
  .mmenu__nav .menu a {
    padding-block: 0.72rem;
  }
}
@media (max-width: 768px) {
  .mmenu__meta {
    padding: 0.8rem;
  }
  .mmenu__meta p {
    display: none;
  }
}
.btn {
  --itya-btn-bg: var(--color-base-200);
  --itya-btn-fg: var(--color-base-content);
  --itya-btn-border: var(--color-base-300);
  --itya-btn-hover-bg: var(--color-primary);
  --itya-btn-hover-fg: var(--color-primary-content);
  --itya-btn-hover-border: var(--color-primary);
  --itya-btn-active-bg: var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    --itya-btn-active-bg: color-mix(in oklch, var(--color-primary) 88%, black);
  }
  --itya-btn-active-fg: var(--color-primary-content);
  --itya-btn-active-border: var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    --itya-btn-active-border: color-mix(in oklch, var(--color-primary) 88%, black);
  }
  min-width: 0;
  border: 1px solid var(--itya-btn-border);
  background: var(--itya-btn-bg);
  box-shadow: none;
  color: var(--itya-btn-fg);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-decoration: none;
  isolation: isolate;
  transform: none;
  transition: transform 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}
@media (hover: hover) {
  .btn:hover:not(:disabled):not([disabled]):not(.btn-disabled):not([aria-disabled=true]) {
    border-color: var(--itya-btn-hover-border);
    background: var(--itya-btn-hover-bg);
    box-shadow: 0 0.45rem 1.1rem var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0.45rem 1.1rem color-mix(in oklch, var(--color-primary) 12%, transparent);
    }
    color: var(--itya-btn-hover-fg);
    transform: translateY(-2px);
  }
}
.btn:active:not(:disabled):not([disabled]):not(.btn-disabled):not([aria-disabled=true]) {
  border-color: var(--itya-btn-active-border);
  background: var(--itya-btn-active-bg);
  box-shadow: 0 0.2rem 0.65rem var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0.2rem 0.65rem color-mix(in oklch, var(--color-primary) 12%, transparent);
  }
  color: var(--itya-btn-active-fg);
  transform: translateY(0) scale(0.985);
}
.btn:focus-visible, .btn:has(:focus-visible) {
  z-index: 2;
  outline: 2px solid var(--color-base-100);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--color-accent), 0 0.55rem 1.4rem var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 0 5px var(--color-accent), 0 0.55rem 1.4rem color-mix(in oklch, var(--color-primary) 14%, transparent);
  }
}
.btn:disabled, .btn[disabled], .btn.btn-disabled, .btn[aria-disabled=true] {
  border-color: var(--color-base-300);
  background: var(--color-base-200);
  box-shadow: none;
  color: var(--color-base-content);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklch, var(--color-base-content) 42%, transparent);
  }
  cursor: not-allowed;
  opacity: 0.72;
  pointer-events: none;
  transform: none;
}
.btn:has(input:checked) {
  --itya-btn-bg: var(--color-primary);
  --itya-btn-fg: var(--color-primary-content);
  --itya-btn-border: var(--color-primary);
  --itya-btn-hover-bg: var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    --itya-btn-hover-bg: color-mix(in oklch, var(--color-primary) 88%, white);
  }
  --itya-btn-hover-fg: var(--color-primary-content);
  --itya-btn-hover-border: var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    --itya-btn-hover-border: color-mix(in oklch, var(--color-primary) 88%, white);
  }
}
.btn-primary {
  --itya-btn-bg: var(--color-primary);
  --itya-btn-fg: var(--color-primary-content);
  --itya-btn-border: var(--color-primary);
  --itya-btn-hover-bg: var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    --itya-btn-hover-bg: color-mix(in oklch, var(--color-primary) 86%, white);
  }
  --itya-btn-hover-fg: var(--color-primary-content);
  --itya-btn-hover-border: var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    --itya-btn-hover-border: color-mix(in oklch, var(--color-primary) 86%, white);
  }
  --itya-btn-active-bg: var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    --itya-btn-active-bg: color-mix(in oklch, var(--color-primary) 88%, black);
  }
  --itya-btn-active-fg: var(--color-primary-content);
  --itya-btn-active-border: var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    --itya-btn-active-border: color-mix(in oklch, var(--color-primary) 88%, black);
  }
}
.btn-secondary {
  --itya-btn-bg: var(--color-secondary);
  --itya-btn-fg: var(--color-secondary-content);
  --itya-btn-border: var(--color-secondary);
  --itya-btn-hover-bg: var(--color-secondary);
  @supports (color: color-mix(in lab, red, red)) {
    --itya-btn-hover-bg: color-mix(in oklch, var(--color-secondary) 82%, white);
  }
  --itya-btn-hover-fg: var(--color-secondary-content);
  --itya-btn-hover-border: var(--color-secondary);
  @supports (color: color-mix(in lab, red, red)) {
    --itya-btn-hover-border: color-mix(in oklch, var(--color-secondary) 82%, white);
  }
  --itya-btn-active-bg: var(--color-secondary);
  @supports (color: color-mix(in lab, red, red)) {
    --itya-btn-active-bg: color-mix(in oklch, var(--color-secondary) 82%, var(--color-primary));
  }
  --itya-btn-active-fg: var(--color-secondary-content);
  --itya-btn-active-border: var(--color-secondary);
  @supports (color: color-mix(in lab, red, red)) {
    --itya-btn-active-border: color-mix(in oklch, var(--color-secondary) 82%, var(--color-primary));
  }
}
.btn-accent {
  --itya-btn-bg: var(--color-accent);
  --itya-btn-fg: var(--color-accent-content);
  --itya-btn-border: var(--color-accent);
  --itya-btn-hover-bg: var(--color-accent);
  @supports (color: color-mix(in lab, red, red)) {
    --itya-btn-hover-bg: color-mix(in oklch, var(--color-accent) 86%, var(--color-primary));
  }
  --itya-btn-hover-fg: var(--color-accent-content);
  --itya-btn-hover-border: var(--color-accent);
  @supports (color: color-mix(in lab, red, red)) {
    --itya-btn-hover-border: color-mix(in oklch, var(--color-accent) 86%, var(--color-primary));
  }
  --itya-btn-active-bg: var(--color-accent);
  @supports (color: color-mix(in lab, red, red)) {
    --itya-btn-active-bg: color-mix(in oklch, var(--color-accent) 84%, black);
  }
  --itya-btn-active-fg: var(--color-accent-content);
  --itya-btn-active-border: var(--color-accent);
  @supports (color: color-mix(in lab, red, red)) {
    --itya-btn-active-border: color-mix(in oklch, var(--color-accent) 84%, black);
  }
}
.btn-outline {
  --itya-btn-bg: transparent;
  --itya-btn-fg: var(--color-base-content);
  --itya-btn-border: var(--color-base-content);
  @supports (color: color-mix(in lab, red, red)) {
    --itya-btn-border: color-mix(in oklch, var(--color-base-content) 36%, transparent);
  }
  --itya-btn-hover-bg: var(--color-primary);
  --itya-btn-hover-fg: var(--color-primary-content);
  --itya-btn-hover-border: var(--color-primary);
  --itya-btn-active-bg: var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    --itya-btn-active-bg: color-mix(in oklch, var(--color-primary) 88%, black);
  }
  --itya-btn-active-fg: var(--color-primary-content);
  --itya-btn-active-border: var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    --itya-btn-active-border: color-mix(in oklch, var(--color-primary) 88%, black);
  }
  box-shadow: none;
}
.bg-primary .btn-outline,
.text-primary-content .btn-outline,
.section-footer .btn-outline {
  --itya-btn-bg: transparent;
  --itya-btn-fg: var(--color-primary-content);
  --itya-btn-border: var(--color-primary-content);
  @supports (color: color-mix(in lab, red, red)) {
    --itya-btn-border: color-mix(in oklch, var(--color-primary-content) 48%, transparent);
  }
  --itya-btn-hover-bg: var(--color-primary-content);
  --itya-btn-hover-fg: var(--color-primary);
  --itya-btn-hover-border: var(--color-primary-content);
  --itya-btn-active-bg: var(--color-secondary);
  --itya-btn-active-fg: var(--color-secondary-content);
  --itya-btn-active-border: var(--color-secondary);
}
.btn-ghost {
  --itya-btn-bg: transparent;
  --itya-btn-fg: currentColor;
  --itya-btn-border: transparent;
  --itya-btn-hover-bg: currentColor;
  @supports (color: color-mix(in lab, red, red)) {
    --itya-btn-hover-bg: color-mix(in oklch, currentColor 10%, transparent);
  }
  --itya-btn-hover-fg: currentColor;
  --itya-btn-hover-border: transparent;
  --itya-btn-active-bg: currentColor;
  @supports (color: color-mix(in lab, red, red)) {
    --itya-btn-active-bg: color-mix(in oklch, currentColor 16%, transparent);
  }
  --itya-btn-active-fg: currentColor;
  --itya-btn-active-border: transparent;
  box-shadow: none;
}
.btn--default {
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  max-width: 100%;
  min-height: 3.25rem;
  padding: 0.72rem 1.25rem;
  border-radius: 999px;
  white-space: normal;
}
.btn--default > svg, .btn--default .icon {
  width: 1.15rem;
  height: auto;
  flex: 0 0 auto;
  transition: transform 0.24s ease;
}
.btn--default > svg svg, .btn--default .icon svg {
  width: 100%;
  height: auto;
}
@media (hover: hover) {
  .btn--default:hover:not(:disabled):not([disabled]):not(.btn-disabled):not([aria-disabled=true]) > svg, .btn--default:hover:not(:disabled):not([disabled]):not(.btn-disabled):not([aria-disabled=true]) .icon {
    transform: translate(3px, -3px);
  }
}
.btn-sm {
  min-height: 2.55rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  font-size: 0.78rem;
}
.btn-square {
  width: 2.75rem;
  height: 2.75rem;
  min-height: 0;
  padding: 0;
  border-radius: 0.8rem;
}
.btn-block {
  width: 100%;
}
.btn--submit {
  min-width: min(100%, 15rem);
}
.btn--card {
  --itya-btn-bg: var(--color-primary);
  --itya-btn-fg: var(--color-primary-content);
  --itya-btn-border: var(--color-primary);
  --itya-btn-hover-bg: var(--color-accent);
  --itya-btn-hover-fg: var(--color-accent-content);
  --itya-btn-hover-border: var(--color-accent);
  width: max-content;
  min-height: 2.8rem;
  padding-inline: 1rem;
}
.category-chip {
  min-height: 2.75rem;
  padding-inline: 0.85rem;
  border-color: var(--color-base-300);
  background: var(--color-base-100);
  color: var(--color-base-content);
  text-decoration: none;
  transition: background-color 0.24s ease, border-color 0.24s ease, color 0.24s ease, transform 0.24s ease;
}
@media (hover: hover) {
  .category-chip:hover {
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: var(--color-primary-content);
    transform: translateY(-1px);
  }
}
.category-chip:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}
.bg-primary .btn--card,
.bg-accent .btn--card {
  --itya-btn-bg: var(--color-secondary);
  --itya-btn-fg: var(--color-secondary-content);
  --itya-btn-border: var(--color-secondary);
  --itya-btn-hover-bg: var(--color-base-100);
  --itya-btn-hover-fg: var(--color-base-content);
  --itya-btn-hover-border: var(--color-base-100);
  --itya-btn-active-bg: var(--color-secondary);
  @supports (color: color-mix(in lab, red, red)) {
    --itya-btn-active-bg: color-mix(in oklch, var(--color-secondary) 82%, var(--color-primary));
  }
  --itya-btn-active-fg: var(--color-secondary-content);
  --itya-btn-active-border: var(--color-secondary);
  @supports (color: color-mix(in lab, red, red)) {
    --itya-btn-active-border: color-mix(in oklch, var(--color-secondary) 82%, var(--color-primary));
  }
}
.bg-secondary .btn--card {
  --itya-btn-bg: var(--color-primary);
  --itya-btn-fg: var(--color-primary-content);
  --itya-btn-border: var(--color-primary);
  --itya-btn-hover-bg: var(--color-accent);
  --itya-btn-hover-fg: var(--color-accent-content);
  --itya-btn-hover-border: var(--color-accent);
}
@media (max-width: 768px) {
  .btn--default {
    min-height: 3.05rem;
    padding: 0.68rem 1rem;
    font-size: 0.86rem;
  }
  .btn-sm {
    min-height: 2.75rem;
    padding: 0.48rem 0.8rem;
  }
}
.card {
  min-width: 0;
  overflow: hidden;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}
.card .card-body {
  min-width: 0;
}
a.card:hover {
  border-color: var(--color-accent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklch, var(--color-accent) 40%, transparent);
  }
  box-shadow: 0 1.25rem 3.5rem var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 1.25rem 3.5rem color-mix(in oklch, var(--color-primary) 12%, transparent);
  }
  transform: translateY(-0.25rem);
}
.section-services .card {
  height: 100%;
}
.section-services .card-body {
  min-height: 24rem;
}
.section-services .copy {
  margin-top: 0.45rem;
}
.section-insights .card {
  height: 100%;
}
.section-insights .card-body {
  min-height: 20rem;
}
.section-insights .card-actions {
  margin-top: auto;
  padding-top: 1.5rem;
}
.section-testimonials .testimonials {
  border: 1px solid var(--color-primary-content);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in oklch, var(--color-primary-content) 12%, transparent);
  }
  box-shadow: 0 2rem 5rem var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 2rem 5rem color-mix(in oklch, var(--color-primary) 16%, transparent);
  }
}
.section-testimonials .testimonials__quote {
  font-size: clamp(3.5rem, 5vw, 5rem);
  font-weight: 900;
  line-height: 0.65;
}
.section-testimonials .testimonials__arrows .splide__arrow {
  position: static;
  width: 2.9rem;
  height: 2.9rem;
  min-height: 0;
  border: 1px solid var(--color-primary-content);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in oklch, var(--color-primary-content) 22%, transparent);
  }
  background: var(--color-primary-content);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklch, var(--color-primary-content) 8%, transparent);
  }
  color: var(--color-primary-content);
  opacity: 1;
  transform: none;
}
.section-testimonials .testimonials__arrows .splide__arrow svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.section-testimonials .testimonials__arrows .splide__arrow:disabled {
  opacity: 0.35;
}
@media (hover: hover) {
  .section-testimonials .testimonials__arrows .splide__arrow:hover:not(:disabled) {
    border-color: var(--color-secondary);
    background: var(--color-secondary);
    color: var(--color-secondary-content);
  }
}
.section-testimonials .splide__track {
  border-radius: var(--radius-box);
}
.section-testimonials .splide__slide {
  height: auto;
}
.section-testimonials .card {
  height: 100%;
  border-color: currentColor;
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklch, currentColor 12%, transparent);
  }
}
.section-testimonials .card-body {
  min-height: 24rem;
  justify-content: space-between;
}
.section-testimonials .splide__pagination {
  position: static;
  justify-content: flex-start;
  gap: 0.1rem;
  margin-top: 1.35rem;
  padding: 0;
}
.section-testimonials .splide__pagination .splide__pagination__page {
  position: relative;
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  background: transparent;
}
.section-testimonials .splide__pagination .splide__pagination__page::before {
  content: "";
  position: absolute;
  inset: 50% 0.35rem auto;
  height: 0.2rem;
  border-radius: 999px;
  background: var(--color-primary-content);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklch, var(--color-primary-content) 28%, transparent);
  }
  transform: translateY(-50%);
  transition: background 0.24s ease, transform 0.24s ease;
}
.section-testimonials .splide__pagination .splide__pagination__page.is-active::before {
  background: var(--color-secondary);
  transform: translateY(-50%) scaleY(1.8);
}
.section-testimonials .testimonials.splide:not(.is-overflow) .testimonials__arrows, .section-testimonials .testimonials.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.section-content .card {
  height: 100%;
}
@media (max-width: 768px) {
  .section-testimonials .testimonials__header {
    align-items: flex-start;
  }
  .section-testimonials .card-body {
    min-height: 22rem;
  }
  .section-services .card-body, .section-insights .card-body {
    min-height: auto;
  }
}
.form {
  width: 100%;
}
.form form {
  display: grid;
  gap: 0.35rem;
}
.form-row {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.45rem;
  padding-bottom: 1.35rem;
}
.form-row .label {
  padding: 0;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  color: currentColor;
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklch, currentColor 72%, transparent);
  }
}
.form-row .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.form .input, .form .select, .form .textarea {
  width: 100%;
  border: 1px solid var(--color-base-content);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in oklch, var(--color-base-content) 18%, transparent);
  }
  border-radius: 0.85rem;
  background: var(--color-base-100);
  box-shadow: none;
  color: var(--color-base-content);
  font-size: 1rem;
  font-weight: 600;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.form .input::placeholder, .form .select::placeholder, .form .textarea::placeholder {
  font-weight: 500;
  color: var(--color-base-content);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklch, var(--color-base-content) 42%, transparent);
  }
}
.form .input:hover, .form .select:hover, .form .textarea:hover {
  border-color: var(--color-base-content);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklch, var(--color-base-content) 30%, transparent);
  }
}
.form .input:focus, .form .input:focus-within, .form .select:focus, .form .select:focus-within, .form .textarea:focus, .form .textarea:focus-within {
  border-color: var(--color-accent);
  outline: 0;
  box-shadow: 0 0 0 3px var(--color-accent);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-accent) 20%, transparent);
  }
}
.form .input, .form .select {
  height: 3.25rem;
  min-height: 3.25rem;
  padding-inline: 1rem;
}
.form .textarea {
  min-height: 8rem;
  padding: 0.9rem 1rem;
  line-height: 1.5;
  resize: vertical;
}
.form .select {
  cursor: pointer;
}
.form .wpcf7-not-valid,
.form [aria-invalid=true] {
  border-color: var(--color-error);
  box-shadow: 0 0 0 3px var(--color-error);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-error) 12%, transparent);
  }
}
.field-error,
.wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  bottom: 0.05rem;
  left: 0;
  display: block;
  min-height: 1rem;
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-error);
}
.form-row--checkbox,
.form-row[data-checkbox] {
  display: block;
  min-height: 2.8rem;
  padding-bottom: 1.2rem;
}
.form-row--checkbox > label,
.form-row--checkbox .wpcf7-list-item-label,
.form-row[data-checkbox] > label,
.form-row[data-checkbox] .wpcf7-list-item-label {
  display: grid;
  grid-template-columns: 1.35rem minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: none;
  color: currentColor;
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklch, currentColor 78%, transparent);
  }
}
.form-row--checkbox .icon,
.form-row[data-checkbox] .icon {
  display: grid;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.02rem;
  place-items: center;
  border: 1.5px solid var(--color-base-content);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1.5px solid color-mix(in oklch, var(--color-base-content) 35%, transparent);
  }
  border-radius: 0.35rem;
  background: var(--color-base-100);
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.form-row--checkbox .icon svg,
.form-row[data-checkbox] .icon svg {
  width: 0.9rem;
  height: 0.9rem;
  color: var(--color-primary-content);
  opacity: 0;
  transform: scale(0.55);
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.form-row--checkbox .text,
.form-row[data-checkbox] .text {
  min-width: 0;
}
.form-row--checkbox a,
.form-row[data-checkbox] a {
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.form-row--checkbox .checkbox,
.form-row[data-checkbox] .checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  appearance: none;
}
.form-row--checkbox .checkbox:checked + label .icon, .form-row--checkbox .checkbox:checked + .wpcf7-list-item-label .icon,
.form-row[data-checkbox] .checkbox:checked + label .icon,
.form-row[data-checkbox] .checkbox:checked + .wpcf7-list-item-label .icon {
  border-color: var(--color-secondary);
  background: var(--color-secondary);
}
.form-row--checkbox .checkbox:checked + label .icon svg, .form-row--checkbox .checkbox:checked + .wpcf7-list-item-label .icon svg,
.form-row[data-checkbox] .checkbox:checked + label .icon svg,
.form-row[data-checkbox] .checkbox:checked + .wpcf7-list-item-label .icon svg {
  opacity: 1;
  transform: scale(1);
}
.form-row--checkbox .checkbox:focus-visible + label .icon, .form-row--checkbox .checkbox:focus-visible + .wpcf7-list-item-label .icon,
.form-row[data-checkbox] .checkbox:focus-visible + label .icon,
.form-row[data-checkbox] .checkbox:focus-visible + .wpcf7-list-item-label .icon {
  box-shadow: 0 0 0 3px var(--color-secondary);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-secondary) 28%, transparent);
  }
}
.wpcf7-acceptance {
  display: block;
}
.wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin: 0;
}
.wpcf7-acceptance label {
  display: block;
  width: 100%;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  width: 100%;
}
.wpcf7-acceptance .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item-label::after {
  content: none;
}
.form-submit {
  position: relative;
  display: flex;
  margin-top: 0.15rem;
}
.form-submit .btn {
  min-width: min(100%, 13rem);
}
.form-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  margin: 0;
  transform: translateY(-50%);
}
.wpcf7-response-output {
  display: flex !important;
  align-items: center;
  min-height: 2.75rem;
  margin: 0.5rem 0 0 !important;
  padding: 0.65rem 0.85rem !important;
  border-width: 1px !important;
  border-radius: 0.75rem;
  font-size: 0.82rem;
  line-height: 1.35;
}
.wpcf7 form:not(.invalid):not(.sent):not(.failed):not(.aborted):not(.spam) .wpcf7-response-output {
  visibility: hidden;
  border-color: transparent !important;
}
.contact > * {
  min-width: 0;
}
.contact__form-card {
  border: 1px solid var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in oklch, var(--color-primary) 12%, transparent);
  }
  box-shadow: 0 1.5rem 4rem color-mix(in oklch, black 20%, transparent);
}
.search-form .input {
  height: 3.25rem;
  min-height: 3.25rem;
  border: 1px solid var(--color-base-content);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in oklch, var(--color-base-content) 18%, transparent);
  }
  border-radius: 0.85rem;
  font-size: 1rem;
  box-shadow: none;
}
.search-form .input:focus {
  border-color: var(--color-accent);
  outline: 0;
  box-shadow: 0 0 0 3px var(--color-accent);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-accent) 20%, transparent);
  }
}
@media (max-width: 768px) {
  .form form {
    gap: 0.2rem;
  }
  .form .input, .form .select {
    height: 3rem;
    min-height: 3rem;
  }
  .form .textarea {
    min-height: 7rem;
  }
  .form-row {
    padding-bottom: 1.25rem;
  }
  .form-row .label {
    font-size: 0.72rem;
  }
  .form-submit .btn {
    width: 100%;
  }
  .search-form {
    flex-direction: column;
    max-width: none;
  }
  .search-form > .flex {
    flex-direction: column;
  }
  .search-form .btn {
    width: 100%;
  }
}
.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: clamp(0.75rem, 2vw, 1.5rem);
  overflow: hidden;
  place-items: center;
  border: 0;
  background: transparent;
  color: inherit;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overscroll-behavior: contain;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}
.modal::backdrop {
  background: var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklch, var(--color-primary) 78%, transparent);
  }
  backdrop-filter: blur(12px);
}
.modal[open] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal[open] .modal-box {
  transform: none;
}
.modal-box {
  position: relative;
  z-index: 1;
  width: min(100%, 68rem);
  max-width: 68rem;
  max-height: calc(100dvh - 3rem);
  overflow: auto;
  padding: 0;
  border: 1px solid color-mix(in oklch, white 20%, transparent);
  border-radius: 1.75rem;
  background: var(--color-base-100);
  box-shadow: 0 2.5rem 8rem color-mix(in oklch, black 45%, transparent);
  transform: translateY(1.5rem) scale(0.98);
  transition: transform 0.35s cubic-bezier(0.2, 0.75, 0.25, 1);
}
.modal-backdrop {
  position: fixed;
  inset: 0;
}
.modal-backdrop button {
  width: 100%;
  height: 100%;
  cursor: default;
  color: transparent;
}
.project-modal__box {
  overflow: hidden;
}
.project-modal__grid {
  display: grid;
  grid-template-columns: minmax(20rem, 0.72fr) minmax(0, 1.28fr);
  min-height: min(42rem, 100dvh - 3rem);
}
.project-modal__intro {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(2rem, 4vw, 3.5rem);
  background: var(--color-primary);
  color: var(--color-primary-content);
}
.project-modal__intro .subhead {
  max-width: 28rem;
}
.project-modal__intro p {
  max-width: 30rem;
}
.project-modal__form {
  min-width: 0;
  align-self: center;
  padding: clamp(2rem, 4vw, 3.5rem);
}
.project-modal__form .wpcf7-response-output {
  margin: 0.75rem 0 0;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  font-size: 0.9rem;
}
.project-modal__form textarea {
  min-height: 6rem;
  max-height: 10rem;
}
.project-modal__close {
  position: absolute;
  z-index: 3;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  min-height: 0;
  border: 0;
  border-radius: 0.75rem;
  background: var(--color-base-100);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklch, var(--color-base-100) 75%, transparent);
  }
  color: var(--color-base-content);
  box-shadow: none;
  backdrop-filter: blur(10px);
}
.project-modal__close:hover {
  background: var(--color-base-200);
}
.project-modal__close svg {
  width: 1rem;
}
@media (max-width: 992px) {
  .project-modal__grid {
    grid-template-columns: minmax(16rem, 0.7fr) minmax(0, 1.3fr);
  }
}
@media (max-width: 768px) {
  .modal {
    padding: 0.5rem;
    align-items: end;
  }
  .modal-box {
    width: 100%;
    max-height: calc(100dvh - 1rem);
    border-radius: 1.25rem;
  }
  .project-modal__grid {
    display: block;
    min-height: 0;
  }
  .project-modal__intro {
    padding: 1.5rem 4.25rem 1.5rem 1.35rem;
  }
  .project-modal__intro .subhead {
    margin-top: 1rem;
    font-size: 1.65rem;
  }
  .project-modal__intro p {
    display: none;
  }
  .project-modal__form {
    padding: 1.35rem;
  }
  .project-modal__close {
    top: 0.85rem;
    right: 0.85rem;
    background: color-mix(in oklch, white 12%, transparent);
    color: var(--color-primary-content);
  }
  .project-modal__close:hover {
    background: color-mix(in oklch, white 20%, transparent);
  }
}
.section-footer {
  overflow: hidden;
  background: var(--color-base-content);
  color: var(--color-primary-content);
}
.footer {
  display: block;
  width: 100%;
  padding-bottom: 2rem;
}
.footer__cta {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(20rem, 0.65fr);
  align-items: end;
  gap: clamp(3rem, 7vw, 8rem);
  padding: clamp(5rem, 8vw, 8rem) 0;
  border-bottom: 1px solid color-mix(in oklch, white 15%, transparent);
}
.footer__cta .headline {
  max-width: 64rem;
}
.footer__action {
  max-width: 30rem;
  justify-self: end;
}
.footer__action p {
  font-size: 1.05rem;
  line-height: 1.7;
  opacity: 0.65;
}
.footer__action .btn {
  margin-top: 2rem;
}
.footer__grid {
  display: grid;
  grid-template-columns: minmax(20rem, 1.6fr) repeat(3, minmax(8rem, 0.65fr));
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(3.5rem, 6vw, 5rem) 0 3rem;
}
.footer .footer-title {
  margin-bottom: 1rem;
  color: var(--color-secondary);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.footer nav {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.footer a:not(.brand) {
  width: max-content;
  max-width: 100%;
  opacity: 0.72;
  transition: opacity 0.24s ease, color 0.24s ease;
}
.footer a:not(.brand):hover {
  opacity: 1;
  color: var(--color-secondary);
}
.footer .brand__word {
  color: var(--color-primary-content);
}
.footer .brand__mark {
  color: var(--color-secondary);
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in oklch, white 15%, transparent);
  font-size: 0.78rem;
  opacity: 0.65;
}
@media (max-width: 1200px) {
  .footer__cta {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 3rem;
  }
  .footer__grid {
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 992px) {
  .footer__cta {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .footer__action {
    justify-self: start;
  }
  .footer__grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer__grid aside {
    grid-column: 1/-1;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .footer__cta {
    gap: 2rem;
    padding-block: 4rem;
  }
  .footer__cta .headline {
    font-size: clamp(1.85rem, 8.5vw, 2.6rem);
  }
  .footer__action .btn {
    width: 100%;
  }
  .footer__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .footer__grid aside {
    grid-column: auto;
  }
  .footer nav {
    gap: 0.15rem;
  }
  .footer nav a, .footer__grid > div:last-child > a {
    display: inline-flex;
    align-items: center;
    min-height: 2.75rem;
    padding-block: 0.35rem;
  }
}
.section-hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.section-banner {
  display: flex;
  min-height: clamp(34rem, 68svh, 52rem);
  align-items: flex-end;
  overflow: hidden;
  padding-block: clamp(8.5rem, 11vw, 11rem) clamp(4.5rem, 6vw, 6.5rem);
}
.banner {
  width: min(100%, 82rem);
}
.banner .copy {
  max-width: 52rem;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(23rem, 0.92fr);
  align-items: center;
  justify-items: stretch;
  gap: clamp(2.5rem, 5vw, 5rem);
  padding-block: clamp(7.5rem, 9vw, 9rem) clamp(4.5rem, 6vw, 6.5rem);
}
.hero > * {
  grid-column: auto;
  grid-row: auto;
  min-width: 0;
  place-self: auto;
}
.hero__title-accent {
  position: relative;
  display: inline-block;
  color: var(--color-info);
}
.hero__visual {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
}
.hero__shape {
  position: absolute;
  border-radius: 2.4rem;
  transform: rotate(var(--shape-rotate));
}
.hero__shape--back {
  inset: 12% 4% 5% 14%;
  --shape-rotate: 8deg;
  background: var(--color-secondary);
}
.hero__shape--middle {
  inset: 6% 12% 12% 6%;
  --shape-rotate: -6deg;
  background: var(--color-accent);
}
.hero__panel {
  position: relative;
  z-index: 2;
  display: flex;
  width: 80%;
  min-height: 68%;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border: 1px solid color-mix(in oklch, white 16%, transparent);
  border-radius: 2rem;
  background: var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklch, var(--color-primary) 94%, transparent);
  }
  box-shadow: 0 2rem 5rem var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 2rem 5rem color-mix(in oklch, var(--color-primary) 24%, transparent);
  }
  color: var(--color-primary-content);
}
.hero__panel-top, .hero__panel-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.7;
}
.hero__status {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.hero__status::before {
  content: "";
  width: 0.45rem;
  aspect-ratio: 1;
  border-radius: 999px;
  background: var(--color-secondary);
  box-shadow: 0 0 0 0.3rem var(--color-secondary);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 0 0.3rem color-mix(in oklch, var(--color-secondary) 16%, transparent);
  }
}
.hero__steps {
  display: grid;
  gap: 0.75rem;
  margin-block: 2rem;
}
.hero__step {
  display: grid;
  grid-template-columns: 2.2rem 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid color-mix(in oklch, white 11%, transparent);
  border-radius: 1rem;
  background: color-mix(in oklch, white 6%, transparent);
}
.hero__step span:first-child {
  color: var(--color-secondary);
  font-size: 0.72rem;
  font-weight: 850;
}
.hero__step strong {
  font-size: clamp(1rem, 2vw, 1.35rem);
  letter-spacing: -0.03em;
}
.hero__step small {
  opacity: 0.45;
}
.hero__step--active {
  background: var(--color-secondary);
  color: var(--color-secondary-content);
}
.hero__step--active span:first-child {
  color: currentColor;
}
.hero__step--active small {
  opacity: 0.65;
}
.hero__badge {
  position: absolute;
  right: 0;
  bottom: 8%;
  z-index: 3;
  padding: 0.8rem 1rem;
  border: 1px solid var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in oklch, var(--color-primary) 10%, transparent);
  }
  border-radius: 999px;
  background: var(--color-base-100);
  box-shadow: 0 1rem 2.5rem var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 1rem 2.5rem color-mix(in oklch, var(--color-primary) 15%, transparent);
  }
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.03em;
}
@media (max-width: 992px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .hero__visual {
    width: min(100%, 30rem);
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .section-banner {
    min-height: auto;
    padding-block: 6.5rem 3.5rem;
  }
  .banner .copy {
    margin-top: 1.5rem;
    font-size: 0.98rem;
  }
  .section-hero {
    min-height: auto;
  }
  .hero {
    gap: 2rem;
    padding-block: 6.25rem 3.5rem;
  }
  .hero .copy {
    font-size: 1rem;
  }
  .hero > .hero__content > .mt-9 {
    display: grid;
  }
  .hero > .hero__content > .mt-9 .btn {
    width: 100%;
  }
  .hero__visual {
    max-width: 24rem;
    aspect-ratio: 1;
  }
  .hero__panel {
    width: 88%;
    min-height: 70%;
    padding: 1.2rem;
    border-radius: 1.5rem;
  }
  .hero__step {
    grid-template-columns: 1.8rem 1fr;
    gap: 0.65rem;
    padding: 0.8rem;
  }
  .hero__step small {
    display: none;
  }
  .hero__shape {
    border-radius: 1.7rem;
  }
}
.project-art {
  position: relative;
  min-height: 24rem;
  overflow: hidden;
  border-radius: 1.35rem;
  background: var(--project-bg, var(--color-primary));
}
.project-art::before {
  content: "";
  position: absolute;
  inset: 9% 8%;
  border-radius: 1.1rem;
  background: var(--color-base-100);
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.22);
  transform: rotate(var(--project-rotate, -3deg));
}
.project-art__bar {
  position: absolute;
  z-index: 2;
  top: 14%;
  right: 13%;
  left: 13%;
  height: 1.2rem;
  border-bottom: 1px solid var(--color-base-300);
}
.project-art__bar::before {
  content: "•••";
  position: absolute;
  top: -0.6rem;
  left: 0;
  color: var(--color-accent);
  letter-spacing: 0.12em;
}
.project-art__screen {
  position: absolute;
  z-index: 2;
  inset: 24% 14% 12%;
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 0.8rem;
  transform: rotate(var(--project-rotate, -3deg));
}
.project-art__screen span {
  display: block;
  border-radius: 0.65rem;
  background: var(--project-bg, var(--color-primary));
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklch, var(--project-bg, var(--color-primary)) 82%, white);
  }
}
.project-art__screen span:nth-child(2) {
  background: var(--color-secondary);
}
.project-art__screen span:nth-child(3) {
  grid-column: 1/-1;
  height: 3rem;
  align-self: end;
  background: var(--color-base-300);
}
@media (max-width: 768px) {
  .project-art {
    min-height: 14rem;
    border-radius: 1.1rem;
  }
  .section-cases .group > .mt-6 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .section-cases .group > .mt-6 h2, .section-cases .group > .mt-6 h3 {
    font-size: 1.45rem;
  }
  .section-cases .group > .mt-6 .copy {
    margin-top: 0.35rem;
  }
}
.process {
  display: grid;
  grid-template-columns: minmax(18rem, 0.65fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(3rem, 6vw, 7rem);
}
.process__intro {
  position: sticky;
  top: 7rem;
  min-width: 0;
}
.process__steps {
  display: grid;
  gap: 1rem;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.process__step {
  height: auto;
  border-color: var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklch, var(--color-primary) 12%, transparent);
  }
}
.process__step .card-body {
  padding: clamp(1.35rem, 2.5vw, 2rem);
}
.process__step-row {
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr);
  align-items: start;
  gap: clamp(1rem, 2vw, 1.5rem);
}
.process__number {
  display: grid;
  width: 3.25rem;
  height: 3.25rem;
  place-items: center;
  border-radius: 0.9rem;
  background: var(--color-primary);
  color: var(--color-primary-content);
  font-size: 0.78rem;
  font-weight: 900;
}
.process__content {
  min-width: 0;
}
.process__content .card-title {
  display: block;
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  line-height: 1.15;
}
.process__content .copy {
  flex-grow: 0;
  margin-top: 0.65rem;
}
@media (max-width: 992px) {
  .process {
    grid-template-columns: 1fr;
  }
  .process__intro {
    position: static;
    max-width: 46rem;
  }
}
@media (max-width: 768px) {
  .process {
    gap: 2.5rem;
  }
  .process__step-row {
    grid-template-columns: 2.75rem minmax(0, 1fr);
    gap: 0.9rem;
  }
  .process__number {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.75rem;
  }
}
.article-content {
  max-width: 56rem;
  margin-inline: auto;
  font-size: 1.08rem;
  line-height: 1.8;
}
.article-content .article-lead {
  font-size: 1.2rem;
  font-weight: 750;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.article-content > *:first-child {
  margin-top: 0;
}
.article-content > *:last-child {
  margin-bottom: 0;
}
.article-content h2, .article-content h3, .article-content h4 {
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.article-content h2 {
  margin: 2.2em 0 0.6em;
  font-size: clamp(1.9rem, 3.4vw, 2.9rem);
}
.article-content h3 {
  margin: 1.9em 0 0.55em;
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
}
.article-content h4 {
  margin: 1.7em 0 0.5em;
  font-size: 1.15rem;
  letter-spacing: 0;
}
.article-content p, .article-content ul, .article-content ol, .article-content blockquote, .article-content figure, .article-content table, .article-content pre {
  margin: 1.2em 0;
}
.article-content ul, .article-content ol {
  padding-left: 1.35rem;
}
.article-content ul li, .article-content ol li {
  margin: 0.5em 0;
  padding-left: 0.35rem;
}
.article-content ul li::marker, .article-content ol li::marker {
  color: var(--color-accent);
  font-weight: 800;
}
.article-content ul li::marker {
  content: "— ";
}
.article-content blockquote {
  border-left: 0.3rem solid var(--color-secondary);
  padding: 1.35rem 1.75rem;
  border-radius: 0 1.25rem 1.25rem 0;
  background: var(--color-base-200);
  font-size: 1.25rem;
  font-weight: 750;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.article-content blockquote p {
  margin: 0;
}
.article-content blockquote cite {
  display: block;
  margin-top: 0.8rem;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 700;
  opacity: 0.6;
}
.article-content .wp-block-pullquote {
  border: 0;
  border-block: 1px solid var(--color-base-300);
  padding: 2.25rem 0;
  text-align: left;
}
.article-content .wp-block-pullquote blockquote {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: none;
  font-size: clamp(1.4rem, 2.4vw, 1.8rem);
}
.article-content a:not(.category-chip) {
  color: var(--color-accent);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
  transition: color 0.24s ease;
}
@media (hover: hover) {
  .article-content a:not(.category-chip):hover {
    color: var(--color-primary);
  }
}
.article-content .category-chip {
  color: var(--color-base-content);
  text-decoration: none;
}
@media (hover: hover) {
  .article-content .category-chip:hover {
    color: var(--color-primary-content);
  }
}
.article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 1.25rem;
}
.article-content figure img {
  margin-inline: auto;
}
.article-content figcaption {
  margin-top: 0.7rem;
  font-size: 0.82rem;
  font-weight: 600;
  text-align: center;
  opacity: 0.55;
}
.article-content .wp-block-image.alignwide, .article-content.alignwide {
  max-width: 72rem;
}
.article-content .wp-block-table {
  overflow-x: auto;
}
.article-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.article-content table th, .article-content table td {
  border-bottom: 1px solid var(--color-base-300);
  padding: 0.85rem 1rem;
  text-align: left;
  vertical-align: top;
}
.article-content table th {
  border-bottom-width: 2px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.article-content code {
  border-radius: 0.45rem;
  padding: 0.15em 0.45em;
  background: var(--color-base-200);
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: 0.92em;
}
.article-content pre {
  overflow-x: auto;
  border-radius: 1.25rem;
  padding: 1.5rem 1.75rem;
  background: var(--color-primary);
  color: var(--color-primary-content);
  line-height: 1.65;
}
.article-content pre code {
  padding: 0;
  background: none;
}
.article-content hr, .article-content .wp-block-separator {
  margin: 3rem auto;
  width: 5rem;
  border: 0;
  border-top: 3px solid var(--color-secondary);
}
.article-content .wp-block-button__link {
  display: inline-flex;
  border-radius: 999px;
  border: 1px solid var(--color-primary);
  padding: 0.8rem 1.5rem;
  background: var(--color-primary);
  color: var(--color-primary-content);
  font-weight: 800;
  text-decoration: none;
  transition: background-color 0.24s ease, transform 0.24s ease;
}
@media (hover: hover) {
  .article-content .wp-block-button__link:hover {
    background: var(--color-accent);
    border-color: var(--color-accent);
    transform: translateY(-2px);
  }
}
.article-content .wp-block-columns {
  gap: 1.5rem;
}
.article-content .wp-block-gallery {
  gap: 1rem;
}
.article-content .wp-block-embed__wrapper {
  overflow: hidden;
  border-radius: 1.25rem;
}
.article-content strong {
  font-weight: 800;
}
.content__panel {
  position: relative;
  overflow: hidden;
  border: 1px solid color-mix(in oklch, white 14%, transparent);
  border-radius: 2rem;
  box-shadow: 0 2rem 5rem var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 2rem 5rem color-mix(in oklch, var(--color-primary) 18%, transparent);
  }
}
.content__panel::after {
  content: "";
  position: absolute;
  top: -22rem;
  right: -18rem;
  width: 42rem;
  height: 42rem;
  border-radius: 999px;
  background: radial-gradient(circle, var(--color-secondary) 0%, transparent 68%);
  @supports (color: color-mix(in lab, red, red)) {
    background: radial-gradient(circle, color-mix(in oklch, var(--color-secondary) 16%, transparent) 0%, transparent 68%);
  }
  pointer-events: none;
}
.content__panel-body {
  position: relative;
  z-index: 1;
  display: block;
  padding: clamp(2rem, 5vw, 4.5rem);
}
.content__head {
  max-width: 52rem;
}
.content__title {
  margin-top: 1.6rem;
  font-size: clamp(2.4rem, 4.2vw, 4.2rem);
}
.content__copy {
  display: grid;
  grid-template-columns: minmax(16rem, 0.8fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  margin-top: clamp(2rem, 4vw, 3.25rem);
  padding-top: clamp(1.75rem, 3vw, 2.5rem);
  border-top: 1px solid color-mix(in oklch, white 16%, transparent);
}
.content__lead {
  margin: 0;
  font-size: clamp(1.2rem, 1.9vw, 1.5rem);
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: -0.015em;
}
.content__text {
  margin: 0;
  color: var(--color-primary-content);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklch, var(--color-primary-content) 74%, transparent);
  }
  font-size: 1.02rem;
  line-height: 1.75;
  max-width: none;
}
.content__text p {
  margin: 1rem 0 0;
}
.content__text p:first-child {
  margin-top: 0;
}
.content__text a {
  color: var(--color-secondary);
}
@media (max-width: 992px) {
  .content__copy {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .article-content {
    font-size: 1rem;
    line-height: 1.68;
  }
  .article-content h2 {
    margin-top: 1.7em;
    font-size: 1.65rem;
  }
  .article-content h3 {
    margin-top: 1.55em;
    font-size: 1.3rem;
  }
  .article-content blockquote {
    padding: 1rem 1.1rem;
    font-size: 1.08rem;
  }
  .content__panel {
    border-radius: 1.35rem;
  }
  .content__panel-body {
    padding: 1.6rem;
  }
  .content__title {
    font-size: clamp(1.85rem, 8.4vw, 2.65rem);
  }
  .content__lead {
    font-size: 1.08rem;
  }
  .article-content .article-lead {
    font-size: 1.08rem;
  }
}
.article-title {
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.035em;
}
@media (max-width: 768px) {
  .article-title {
    font-size: clamp(2.05rem, 9.2vw, 2.8rem);
  }
}
.section-faq .faq {
  border: 1px solid var(--color-primary-content);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in oklch, var(--color-primary-content) 12%, transparent);
  }
  box-shadow: 0 2rem 5rem var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 2rem 5rem color-mix(in oklch, var(--color-primary) 16%, transparent);
  }
}
.section-faq .faq__intro {
  align-self: start;
  max-width: 36rem;
}
.section-faq .faq__intro .section-kicker {
  color: var(--color-secondary);
}
.section-faq .faq__intro .copy {
  max-width: 32rem;
  color: var(--color-primary-content);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklch, var(--color-primary-content) 72%, transparent);
  }
}
.section-faq .faq__list {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--color-base-content);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in oklch, var(--color-base-content) 10%, transparent);
  }
  box-shadow: 0 1.5rem 3.5rem var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 1.5rem 3.5rem color-mix(in oklch, var(--color-primary) 18%, transparent);
  }
}
.section-faq .faq__item {
  border-bottom: 1px solid var(--color-base-300);
  border-radius: 0;
}
.section-faq .faq__item:last-child {
  border-bottom: 0;
}
.section-faq .faq__item > input:focus-visible ~ .faq__question {
  outline: 3px solid var(--color-accent);
  @supports (color: color-mix(in lab, red, red)) {
    outline: 3px solid color-mix(in oklch, var(--color-accent) 70%, white);
  }
  outline-offset: -3px;
}
.section-faq .faq__item > input:checked ~ .faq__question .faq__number {
  color: var(--color-accent);
}
.section-faq .faq__item > input:checked ~ .faq__question .faq__icon {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: var(--color-primary-content);
  transform: rotate(180deg);
}
.section-faq .faq__question {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  min-height: 6.25rem;
  padding: 1.35rem 1.5rem;
  font-size: clamp(1.05rem, 1.4vw, 1.28rem);
  font-weight: 800;
  line-height: 1.35;
  transition: background-color 0.24s ease, color 0.24s ease;
}
.section-faq .faq__number {
  align-self: start;
  padding-top: 0.25rem;
  color: var(--color-base-content);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklch, var(--color-base-content) 42%, transparent);
  }
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  transition: color 0.24s ease;
}
.section-faq .faq__icon {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  border: 1px solid var(--color-base-300);
  border-radius: 999px;
  background: var(--color-base-200);
  color: var(--color-base-content);
  transition: transform 0.24s ease, border-color 0.24s ease, background-color 0.24s ease, color 0.24s ease;
}
.section-faq .faq__icon svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.section-faq .faq__answer {
  padding-inline: 4.4rem 5.3rem;
}
.section-faq .faq__answer .copy {
  min-height: 0;
  max-width: 46rem;
  margin: 0;
  padding-bottom: 1.75rem;
  color: var(--color-base-content);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklch, var(--color-base-content) 70%, transparent);
  }
}
@media (hover: hover) {
  .section-faq .faq__item:hover .faq__question {
    background: var(--color-base-200);
  }
  .section-faq .faq__item:hover .faq__icon {
    border-color: var(--color-secondary);
  }
}
@media (max-width: 768px) {
  .section-faq .faq {
    border-radius: 1.35rem;
  }
  .section-faq .faq__question {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 5.25rem;
    padding: 1rem;
  }
  .section-faq .faq__number {
    display: none;
  }
  .section-faq .faq__icon {
    width: 2.45rem;
    height: 2.45rem;
  }
  .section-faq .faq__answer {
    padding-inline: 1rem 4.45rem;
  }
  .section-faq .faq__answer .copy {
    padding-bottom: 1.35rem;
  }
}
.sitemap > div,
.sitemap > nav,
.map > div,
.map > nav {
  min-width: 0;
}
.sitemap ul,
.map ul {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}
.sitemap a,
.map a {
  display: flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--color-base-content);
  @supports (color: color-mix(in lab, red, red)) {
    border-bottom: 1px solid color-mix(in oklch, var(--color-base-content) 10%, transparent);
  }
  font-weight: 650;
  line-height: 1.35;
  overflow-wrap: anywhere;
  transition: color 0.24s ease, border-color 0.24s ease, padding-left 0.24s ease;
}
.sitemap a:hover,
.map a:hover {
  padding-left: 0.35rem;
  border-color: var(--color-secondary);
  color: var(--color-accent);
}
.hero-enter {
  opacity: 0;
  translate: 0 1.75rem;
  transition: opacity 0.75s cubic-bezier(0.2, 0.75, 0.25, 1), translate 0.75s cubic-bezier(0.2, 0.75, 0.25, 1);
  transition-delay: var(--hero-delay, 0ms);
}
.hero-enter.is-visible {
  opacity: 1;
  translate: 0 0;
}
.motion-ready .reveal {
  opacity: 0;
  translate: 0 1.5rem;
  transition: opacity 0.58s cubic-bezier(0.2, 0.75, 0.25, 1), translate 0.58s cubic-bezier(0.2, 0.75, 0.25, 1);
  transition-delay: var(--reveal-delay, 0ms);
}
.motion-ready .reveal.is-visible {
  opacity: 1;
  translate: 0 0;
}
.section-header {
  transition: top 0.24s ease, opacity 0.24s ease;
}
.section-header .header {
  transition: min-height 0.24s ease, background-color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}
.section-header.is-scrolled {
  top: 0.4rem;
}
.section-header.is-scrolled .header {
  border-color: var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklch, var(--color-primary) 16%, transparent);
  }
  background: var(--color-base-100);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklch, var(--color-base-100) 93%, transparent);
  }
  box-shadow: 0 0.85rem 2.8rem var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0.85rem 2.8rem color-mix(in oklch, var(--color-primary) 16%, transparent);
  }
  transform: translateY(-0.1rem);
}
.hero__shape, .hero__panel {
  will-change: transform;
  transition: transform 0.45s cubic-bezier(0.2, 0.75, 0.25, 1);
}
.hero__shape--back {
  transform: translate3d(var(--hero-back-x, 0), var(--hero-back-y, 0), 0) rotate(var(--shape-rotate));
}
.hero__shape--middle {
  transform: translate3d(var(--hero-middle-x, 0), var(--hero-middle-y, 0), 0) rotate(var(--shape-rotate));
}
.hero__panel {
  transform: translate3d(var(--hero-panel-x, 0), var(--hero-panel-y, 0), 0);
}
.hero__step {
  transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease, transform 0.4s cubic-bezier(0.2, 0.75, 0.25, 1);
}
.hero__step--active {
  transform: translateX(0.35rem);
}
.hero__status::before {
  animation: status-pulse 1.8s ease-in-out infinite;
}
.project-art {
  will-change: transform;
  transform: perspective(70rem) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 0.35s cubic-bezier(0.2, 0.75, 0.25, 1), box-shadow 0.35s ease;
}
.project-art::before, .project-art__screen {
  transition: transform 0.45s cubic-bezier(0.2, 0.75, 0.25, 1);
}
.project-art.is-tilting {
  box-shadow: 0 1.5rem 3.5rem var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 1.5rem 3.5rem color-mix(in oklch, var(--color-primary) 17%, transparent);
  }
}
.project-art:hover::before, .project-art:hover .project-art__screen {
  transform: rotate(var(--project-rotate, -3deg)) scale(1.025);
}
.brand__mark {
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}
.brand:hover .brand__mark {
  transform: rotate(-5deg) scale(1.04);
}
@keyframes status-pulse {
  0%, 100% {
    opacity: 0.55;
    transform: scale(0.85);
  }
  50% {
    opacity: 1;
    transform: scale(1.12);
  }
}
@media (max-width: 768px) {
  .motion-ready .reveal {
    opacity: 1;
    translate: none;
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-enter, .motion-ready .reveal {
    opacity: 1;
    translate: none;
    transition: none;
  }
  .hero__shape, .hero__panel, .project-art, .project-art::before, .project-art__screen {
    transition: none;
  }
  .hero__status::before {
    animation: none;
  }
}
@layer base {
  :root {
    --page-scroll-lock: initial;
    --page-overflow: var(--page-scroll-lock) hidden;
  }
  :root:not(span) {
    overflow: var(--page-overflow);
  }
  :root {
    --fx-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.34' numOctaves='4' stitchTiles='stitch'%3E%3C/feTurbulence%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23a)' opacity='0.2'%3E%3C/rect%3E%3C/svg%3E");
  }
  :root, [data-theme] {
    background-color: var(--root-bg);
    color: var(--color-base-content);
  }
  :root {
    background-color: var(--page-scroll-bg, var(--root-bg));
  }
  :where(:root, [data-theme]) {
    --root-bg: var(--color-base-100);
  }
  @property --radialprogress {
    syntax: "<percentage>";
    inherits: true;
    initial-value: 0%;
  }
  @property --aura-angle {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
  }
  :root {
    scrollbar-color: currentColor #0000;
    @supports (color: color-mix(in lab, red, red)) {
      scrollbar-color: color-mix(in oklch, currentColor 35%, #0000) #0000;
    }
    --page-has-backdrop: var(--page-scroll-lock) 1;
    --page-scroll-bg: var(--page-scroll-lock)
    var(--root-bg, #0000);
    @supports (color: color-mix(in lab, red, red)) {
      --page-scroll-bg: var(--page-scroll-lock)
    color-mix(in srgb, var(--root-bg, #0000), oklch(0% 0 0) calc(var(--page-has-backdrop, 0) * 40%));
    }
    background-image: var(--page-scroll-lock) linear-gradient(var(--root-bg, #0000), var(--root-bg, #0000));
    transition: var(--page-scroll-lock) background-color 0.3s ease-out;
    animation: var(--page-scroll-lock) set-page-has-scroll forwards;
    animation-timeline: var(--page-scroll-lock) scroll();
    --page-has-scroll: initial;
    scrollbar-gutter: var(--page-has-scroll) var(--page-scroll-lock) stable;
  }
  @keyframes set-page-has-scroll {
    0%, to {
      --page-has-scroll:  ;
    }
  }
}
@keyframes dropdown {
  0% {
    opacity: 0;
  }
}
@keyframes aura {
  to {
    --aura-angle: 360deg;
    transform: translateZ(1px);
  }
}
@keyframes aura-glow {
  20%, 80% {
    opacity: 0.7;
    filter: blur(0.25rem);
  }
  50% {
    opacity: 1;
    filter: blur(0.75rem);
  }
}
@keyframes aura-glow-after {
  20%, 80% {
    opacity: 0.3;
    filter: blur(1rem);
  }
  50% {
    opacity: 0.6;
    filter: blur(1.5rem);
  }
}
@keyframes progress {
  50% {
    background-position-x: -115%;
  }
}
@keyframes skeleton {
  0% {
    background-position: 150%;
  }
  100% {
    background-position: -50%;
  }
}
@keyframes rating {
  0%, 40% {
    scale: 1.1;
    filter: brightness(1.05) contrast(1.05);
  }
}
@keyframes menu {
  0% {
    opacity: 0;
  }
}
@keyframes toast {
  0% {
    scale: 0.9;
    opacity: 0;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
@keyframes rotator {
  89.9999%, 100% {
    --first-item-position: 0 0%;
  }
  90%, 99.9999% {
    --first-item-position: 0 calc(var(--items) * 100%);
  }
  100% {
    translate: 0 -100%;
  }
}
@keyframes radio {
  0% {
    padding: 5px;
  }
  50% {
    padding: 3px;
  }
}
@layer base {
  :where(:root),:root:has(input.theme-controller[value=itya]:checked),[data-theme="itya"] {
    color-scheme: light;
    --color-base-100: #f8fafb;
    --color-base-200: #e9e9ea;
    --color-base-300: #cdd9de;
    --color-base-content: #03161d;
    --color-primary: #17313b;
    --color-primary-content: #f8fafb;
    --color-secondary: #7dc2e5;
    --color-secondary-content: #03161d;
    --color-accent: #436a7b;
    --color-accent-content: #f8fafb;
    --color-neutral: #284551;
    --color-neutral-content: #f8fafb;
    --color-info: #75b5d4;
    --color-info-content: #03161d;
    --color-success: #6198b1;
    --color-success-content: #03161d;
    --color-warning: #d2b774;
    --color-warning-content: #03161d;
    --color-error: #bd5e68;
    --color-error-content: #f8fafb;
    --radius-selector: 1rem;
    --radius-field: 1rem;
    --radius-box: 1.5rem;
    --size-selector: 0.25rem;
    --size-field: 0.36rem;
    --border: 1px;
    --depth: 1;
    --noise: 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-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@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;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}