/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
:root {
  --border-radius--small: 5px;
  --border-radius--base: 0.5rem;
  --border-radius--large: 1rem;
  --border-radius--pill: 3rem;
  --border-radius--circle: 100%;
  --border-width--base: 1px;
  --border-width--thick: 3px;
}
:root {
  --color--black: #000;
  --color--blue-light: #e9f1f3;
  --color--blue: #6dc8df;
  --color--blue-dark: #00a4cc;
  --color--blue-gray: #cddbdc;
  --color--blue-transparent: rgb(0 164 204 / 0.1);
  --color--teal-dark: #007cad;
  --color--teal-light: #9cc;
  --color--teal-transparent: rgb(0 124 173 / 0.3);
  --color--gray: #d3d3d3;
  --color--gray-light: #eaeaea;
  --color--gray-dark: #a0a0a0;
  --color--navy: #1e293b;
  --color--offwhite: #eceef2;
  --color--orange: #ff761a;
  --color--orange-light: #ff5722;
  --color--orange-dark: #c95100;
  --color--purple: #af8be2;
  --color--red: #a81818;
  --color--red-transparent: rgb(168 24 24 / 0.1);
  --color--white: #fff;
  --color--success: #4caf50;
  --color--error: #f44336;
  --color--green-light: #B8DDB8;
  --gradient--orange-purple-blue: linear-gradient(
    90deg,
    #ff6700 0%,
    #d9a7ec 51.82%,
    #80dcf2 92.01%
  );
  --gradient--navy-purple: linear-gradient(
    36deg,
    rgb(2 2 79 / 1) 0%,
    rgb(2 2 79 / 1) 85%,
    rgb(0 124 173 / 1) 100%
  );
  --gradient--yellow-orange: linear-gradient(90deg, #fc3 0%, #ff6700 92.01%);
}
:root {
  --space--x-small: 0.25rem;
  --space--small: 0.5rem;
  --space--base: 1rem;
  --space--medium: 1.5rem;
  --space--large: 2.5rem;
}
:root {
  --font-family--body: "Inter", system-ui, -apple-system, BlinkMacSystemFont,
    "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue",
    "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell",
    "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic",
    "Liberation Sans", sans-serif;
  --font-family--header: "Inter", "Garamond", "Baskerville",
    "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  --font-family--heading: "Inter", "Garamond", "Baskerville",
    "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  --font-weight--normal: 400;
  --font-weight--bold: 600;
  --font-size-scale--x-small: 0.7rem;
  --font-size-scale--small: 0.85rem;
  --font-size-scale--base: 1rem;
  --font-size-scale--medium: 1.25rem;
  --font-size-scale--large: 2rem;
  --line-height--base: 1.5;
  --line-height--tight: 1.1;
}
:root {
  --border--base: var(--border-width--base) solid var(--color--gray);
  --border--fancy: var(--gradient--yellow-orange) 1;
  --color--accent-primary: var(--color--orange-light);
  --color--accent-secondary: var(--color--blue-dark);
  --color--box-shadow: var(--color--blue-gray);
  --color--button: var(--color--orange);
  --color--button-disabled: var(--color--gray-light);
  --color--button-hover: var(--color--orange-dark);
  --color--button-text-inverse: var(--color--white);
  --color--button-tertiary: var(--color--blue);
  --color--button-tertiary-bg: var(--color--white);
  --color--empty-bg: var(--color--gray-light);
  --color--error: var(--color--red);
  --color--error-bg: var(--color--red-transparent);
  --color--focus: var(--color--orange);
  --color--global-nav-bg: var(--color--orange-light);
  --color--global-nav-submenu-bg: var(--color--white);
  --color--input-accent: var(--color--orange);
  --color--input-bg: var(--color--white);
  --color--input-border: var(--color--navy);
  --color--link-underline: var(--color--blue);
  --color--main-bg: var(--color--offwhite);
  --color--header-bg: var(--color--navy);
  --color--card-bg: var(--color--blue-light);
  --color--container-bg: var(--color--white);
  --color--fill-inverse: var(--color--offwhite);
  --color--meta-bg: var(--color--blue-light);
  --color--meta-outline: var(--color--blue);
  --color--table-bg: var(--color--blue-transparent);
  --color--table-stroke: var(--color--blue);
  --color--text: var(--color--navy);
  --color--text-inverse: var(--color--white);
  --color--text-disabled: var(--color--gray-dark);
  --color--progress-bar-background: var(--color--teal-transparent);
  --color--donut-fg: var(--color--success);
  --color--donut-bg: var(--color--green-light);
  --font-size--tiny: var(--font-size-scale--x-small);
  --font-size--meta: var(--font-size-scale--small);
  --font-size--label: var(--font-size-scale--base);
  --font-size--hint: var(--font-size-scale--small);
  --font-size--body: var(--font-size-scale--base);
  --font-size--subhead: var(--font-size-scale--medium);
  --font-size--head: var(--font-size-scale--large);
  --transition-timing--base: 0.2s;
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(//app.generus.com/assets/inter-v18-latin-regular-4257feae4ab4d639ab5c04aa4e3be1e51a632cc3189abf481212a464607cba55.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: italic;
  font-weight: 400;
  src: url(//app.generus.com/assets/inter-v18-latin-italic-ad2124ecb2d4730cc9ba2876bf29e97803080c603cab6c65c3e05ed65569a605.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src: url(//app.generus.com/assets/inter-v18-latin-600-eff1df42f259b7bea6b036e8d66414f539f58459a1cf1977083aae4731df0127.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 900;
  src: url(//app.generus.com/assets/inter-v18-latin-900-36dffad51ee6d10d28a1a5878f2821fad88a5bfe81008309b87debd416c62ffa.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: italic;
  font-weight: 900;
  src: url(//app.generus.com/assets/inter-v18-latin-900italic-120a8b58af028080f49a051c2c4851407130779b5b127b9059ed1e704c42e8de.woff2) format('woff2');
}
@keyframes slide-in {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-out {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}
.slide-in {
  animation: slide-in 0.3s forwards;
}
.slide-out {
  animation: slide-out 0.3s forwards;
}
.button {
  background-color: transparent;
  border-style: none;
  border-radius: var(--border-radius--base);
  color: var(--color--text);
  display: block;
  font-weight: var(--font-weight--bold);
  padding: var(--space--base);
  text-align: center;
  text-decoration: none;
  width: -moz-max-content;
  width: max-content;
  &[disabled] {
    background-color: var(--color--button-disabled);
    border: 0;
    color: var(--color--text);
    cursor: not-allowed;
    &:hover {
      background-color: var(--color--button-disabled);
    }
  }
}
.button--primary {
  background-color: var(--color--button);
  color: var(--color--text-inverse);
  width: 100%;
  transition: background-color var(--transition-timing--base) ease-in-out;
  &:hover {
    background-color: var(--color--button-hover);
  }
}
.button--secondary {
  border: var(--border-width--thick) solid var(--color--button);
  transition: background-color var(--transition-timing--base) ease-in-out;
  width: 100%;
  &:hover {
    background-color: var(--color--button);
  }
}
.button--tertiary {
  background-color: var(--color--button-tertiary-bg);
  border: var(--border-width--base) solid var(--color--button-tertiary);
  padding: var(--space--small);
  transition: background-color var(--transition-timing--base) ease-in-out;
  width: 100%;
  &:hover,
  &.active {
    background-color: var(--color--button-tertiary);
  }
}
.button--close {
  align-self: end;
  color: var(--color--text);
  padding: 0;
  & svg {
    fill: currentColor;
    transition: fill var(--transition-timing--base) ease-in-out;
  }
  &:hover svg {
    fill: var(--color--accent-primary);
  }
}
.button--icon {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: var(--space--small);
  & svg {
    fill: var(--color--accent-primary);
  }
  &.button--primary svg {
    fill: var(--color--button-text-inverse);
  }
}
.button--text {
  font-size: var(--font-size--label);
  padding: 0;
}
.button--small {
  padding: var(--space--x-small) var(--space--base);
}
.button--fit-content {
  width: -moz-fit-content;
  width: fit-content;
}
dl {
  margin: 0;
}
dt {
  font-weight: var(--font-weight--bold);
}
dd {
  margin: 0;
}
dialog {
  border: none;
}
dialog:focus {
  outline: solid var(--border-width--base);
}
dialog::backdrop {
  background-color: rgb(40 51 74 / 0.75);
}
legend {
  margin-bottom: var(--space--small);
}
.radio-option:has(input:disabled) {
  opacity: 0.5;
}
html {
  @media (prefers-reduced-motion: no-preference) {
    scroll-behavior: smooth;
  }
}
.l-container {
  display: grid;
  min-height: 100vh;
}
.l-container--single {
  grid-template-columns: minmax(auto, 75rem);
}
.l-container--column {
  gap: var(--space--large);
  grid-template-rows: min-content 1fr;
  @media screen and (min-width: 50em) {
    grid-template-columns: min(15rem) 1fr;
    grid-template-rows: auto;
    justify-content: center;
    min-height: 100vh;
  }
}
.l-container--center {
  place-content: center;
}
.l-header {
  display: flex;
  flex-direction: column;
  gap: var(--space--base);
  background-color: var(--color--header-bg);
  @media screen and (min-width: 50em) {
    min-height: 100vh;
  }
}
.l-main {
  padding: 3rem var(--space--medium) var(--space--medium) var(--space--medium);
  @media screen and (min-width: 50em) {
    padding: 3rem var(--space--base) var(--space--base) var(--space--base);
  }
}
.l-header__logo-link {
  align-self: center;
  display: inline-flex;
  & svg {
    width: 100%;
    height: 57.14px;
  }
}
button.l-header__menu {
  @media screen and (min-width: 50em) {
    display: none;
  }
}
.l-nav {
  display: none;
  @media screen and (min-width: 50em) {
    display: block;
    position: sticky;
    top: var(--space--base);
    flex-grow: 1;
  }
}
.l-form {
  width: 100%;
}
.l-form--separator fieldset {
  border-bottom-width: var(--border-width--base);
  border-bottom-style: solid;
  -o-border-image: var(--border--fancy);
     border-image: var(--border--fancy);
  padding-bottom: var(--space--medium);
}
fieldset .description {
  margin-left: 2rem;
}
.l-fieldset {
  display: flex;
  flex-direction: column;
  gap: var(--space--small);
}
.l-grid--large {
  display: flex;
  flex-direction: column;
  gap: var(--space--large);
}
.l-grid--base {
  display: flex;
  flex-direction: column;
  gap: var(--space--medium);
}
.l-grid--small {
  display: flex;
  flex-direction: column;
  gap: var(--space--base);
}
.l-grid--x-small {
  display: flex;
  flex-direction: column;
  gap: var(--space--small);
}
.l-grid--direction-row {
  flex-direction: row;
}
.l-grid--direction-row-reverse {
  flex-direction: row-reverse;
}
.l-grid--justify-center {
  justify-content: center;
}
.l-grid--justify-end {
  justify-content: end;
}
.l-grid--column {
  display: grid;
  -moz-column-gap: var(--space--base);
       column-gap: var(--space--base);
  grid-template-columns: repeat(2, 1fr);
}
.l-grid--column--expanded {
  grid-column: 1 / -1;
}
.l-subcontainer {
  background-color: var(--color--container-bg);
  border-radius: var(--border-radius--base);
  padding: var(--space--medium);
}
.l-text-center {
  text-align: center;
}
.l-footer {
  margin-top: var(--space--base);
  display: flex;
  align-items: end;
  justify-content: center;
  gap: var(--space--x-small);
  color: var(--color--text);
  & svg {
    height: 1rem;
    width: 4.3rem;
  }
}
.l-logo {
  margin-bottom: var(--space--base);
  text-align: center;
  & svg,
  & img {
    display: block;
    margin: 0 auto;
    width: 8rem;
  }
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
figure {
  margin: 0;
}
img {
  border-radius: var(--border-radius--base);
  display: block;
  width: 100%;
}
video {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius--small);
}
table {
  background-color: var(--color--table-bg);
  border-collapse: collapse;
  border-radius: var(--border-radius--base);
  padding: var(--space--base);
  width: 100%;
}
th {
  padding: var(--space--small) var(--space--base);
  text-align: left;
}
thead th {
  font-size: var(--font-size--label);
}
thead tr,
tbody tr:not(:last-child) {
  border-bottom: var(--border-width--base) solid var(--color--table-stroke);
}
td {
  padding: var(--space--base);
  &.actions {
    display: flex;
    flex-direction: row-reverse;
    gap: var(--space--x-small);
    a:not(:last-child)::before {
      content: '|';
      font-weight: var(--font-weight--normal);
      margin-right: var(--space--x-small);
    }
  }
}
.table-wrapper {
  max-height: 30rem;
  overflow-y: auto;
}
body {
  accent-color: var(--color--accent-primary);
  background-color: var(--color--main-bg);
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--color--text);
}
*:focus {
  outline-color: var(--color--focus);
}
hr {
  background-image: var(--gradient--yellow-orange);
  border: 0;
  height: var(--border-width--base);
  width: 100%;
}
.t-inverse {
  color: var(--color--text-inverse);
}
html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: var(--font-family--body);
  font-size: var(--font-size--body);
  font-weight: var(--font-weight--normal);
  line-height: var(--line-height--base);
}
label {
  font-size: var(--font-size--label);
  font-weight: var(--font-weight--bold);
}
:is(h1, h2, h3, h4, p) {
  margin: 0;
}
:is(h1, h2, h3) {
  font-family: var(--font-family--header);
  line-height: var(--line-height--tight);
  font-weight: var(--font-weight--bold);
}
h1 {
  font-size: var(--font-size--head);
}
h2 ~ h3 {
  font-family: var(--font-family--header);
  font-size: var(--font-size--body);
}
h2 {
  font-size: var(--font-size--subhead);
}
strong {
  font-weight: var(--font-weight--bold);
}
.t-title {
  font-size: clamp(2.4rem, 5vw, 2.6rem);
  font-weight: var(--font-weight--normal);
  line-height: var(--line-height--tight);
}
.tf-v1-widget {
  width: 100%;
  height: 100%;
  min-height: inherit;
  position: relative;
}
.tf-v1-widget iframe {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
  border-radius: 8px;
  min-height: inherit;
}
.tf-v1-widget-close {
  display: none;
}
.tf-v1-widget-iframe-overlay {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
.tf-v1-widget-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  width: 100% !important;
  height: 100% !important;
}
.tf-v1-widget-fullscreen .tf-v1-widget-close {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  font-size: 32px;
  font-weight: normal;
  line-height: 24px;
  width: 24px;
  height: 24px;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  opacity: .75;
  transition: opacity .25s ease-in-out;
  text-decoration: none;
  color: #000;
  top: 6px;
  right: 8px;
  background: none;
  border: none;
  border-radius: 0;
  z-index: 1;
}
.tf-v1-widget-fullscreen .tf-v1-widget-close:hover {
  opacity: 1;
}
@media (min-width: 481px) {
  .tf-v1-widget-fullscreen .tf-v1-widget-close {
    color: #fff !important;
  }
}
.tf-v1-widget-fullscreen iframe {
  border-radius: 0;
}
.shepherd-element {
  background-color: var(--color--container-bg);
  border-radius: var(--border-radius--base);
  margin: 0;
  max-width: 20rem;
  width: 100%;
  opacity: 0;
  outline: none;
  transition: opacity 0.3s,
    visibility 0.3s;
  visibility: hidden;
  z-index: 9999;
}
.shepherd-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  .shepherd-button:last-child {
    margin-right: 0;
  }
  .shepherd-progress {
    font-size: 0.8rem;
  }
}
.shepherd-footer .shepherd-button:last-child {
  margin-right: 0;
}
.shepherd-cancel-icon {
  background: transparent;
  border: none;
  color: hsl(0deg 0% 50% / 0.75);
  cursor: pointer;
  font-size: 2em;
  font-weight: 400;
  margin: 0;
  padding: 0;
  transition: color 0.5s ease;
}
.shepherd-cancel-icon:hover {
  color: rgb(0 0 0 / 0.75);
}
.shepherd-has-title .shepherd-content .shepherd-cancel-icon {
  color: hsl(0deg 0% 50% / 0.75);
}
.shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover {
  color: rgb(0 0 0 / 0.75);
}
.shepherd-title {
  display: flex;
  flex: 1 0 auto;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.shepherd-header {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  line-height: 2em;
}
.shepherd-has-title .shepherd-content .shepherd-header {
  background: #e6e6e6;
  padding: 1em;
}
.shepherd-text {
  font-size: var(--font-size--body);
  padding: 0.75em 0;
}
.shepherd-text p {
  margin-top: 0;
}
.shepherd-text p:last-child {
  margin-bottom: 0;
}
.shepherd-content {
  outline: none;
  padding: 0;
}
.shepherd-enabled.shepherd-element {
  opacity: 1;
  visibility: visible;
}
.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered) {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.shepherd-element,
.shepherd-element *,
.shepherd-element ::after,
.shepherd-element ::before {
  box-sizing: border-box;
}
.shepherd-arrow,
.shepherd-arrow::before {
  height: 16px;
  position: absolute;
  width: 16px;
  z-index: -1;
}
.shepherd-arrow::before {
  background: #fff;
  content: "";
  transform: rotate(45deg);
}
.shepherd-element[data-popper-placement^="top"] > .shepherd-arrow {
  bottom: -8px;
}
.shepherd-element[data-popper-placement^="bottom"] > .shepherd-arrow {
  top: -8px;
}
.shepherd-element[data-popper-placement^="left"] > .shepherd-arrow {
  right: -8px;
}
.shepherd-element[data-popper-placement^="right"] > .shepherd-arrow {
  left: -8px;
}
.shepherd-element.shepherd-centered > .shepherd-arrow {
  opacity: 0;
}
.shepherd-element.shepherd-has-title[data-popper-placement^="bottom"]
  > .shepherd-arrow::before {
  background-color: #e6e6e6;
}
.shepherd-target-click-disabled.shepherd-enabled.shepherd-target,
.shepherd-target-click-disabled.shepherd-enabled.shepherd-target * {
  pointer-events: none;
}
.shepherd-modal-overlay-container {
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: all 0.3s ease-out,
    height 0s 0.3s,
    opacity 0.3s 0s;
  width: 100vw;
  z-index: 9997;
}
.shepherd-modal-overlay-container.shepherd-modal-is-visible {
  height: 100vh;
  opacity: 0.5;
  transform: translateZ(0);
  transition: all 0.3s ease-out,
    height 0s 0s,
    opacity 0.3s 0s;
}
.shepherd-modal-overlay-container.shepherd-modal-is-visible path {
  pointer-events: all;
}
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-neutral-50: oklch(98.5% 0 0);
    --color-neutral-100: oklch(97% 0 0);
    --color-neutral-200: oklch(92.2% 0 0);
    --color-neutral-300: oklch(87% 0 0);
    --color-neutral-400: oklch(70.8% 0 0);
    --color-neutral-500: oklch(55.6% 0 0);
    --color-neutral-600: oklch(43.9% 0 0);
    --color-neutral-700: oklch(37.1% 0 0);
    --color-neutral-800: oklch(26.9% 0 0);
    --color-neutral-900: oklch(20.5% 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-2xl: 42rem;
    --container-7xl: 80rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::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 {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .diff {
    @layer daisyui.l1.l2.l3 {
      position: relative;
      display: grid;
      width: 100%;
      overflow: hidden;
      webkit-user-select: none;
      -webkit-user-select: none;
         -moz-user-select: none;
              user-select: none;
      grid-template-rows: 1fr 1.8rem 1fr;
      direction: ltr;
      container-type: inline-size;
      grid-template-columns: auto 1fr;
      &:focus-visible, &:has(.diff-item-1:focus-visible) {
        outline-style: var(--tw-outline-style);
        outline-width: 2px;
        outline-offset: 1px;
        outline-color: var(--color-base-content);
      }
      &:focus-visible {
        outline-style: var(--tw-outline-style);
        outline-width: 2px;
        outline-offset: 1px;
        outline-color: var(--color-base-content);
        .diff-resizer {
          min-width: 95cqi;
          max-width: 95cqi;
        }
      }
      &:has(.diff-item-1:focus-visible) {
        outline-style: var(--tw-outline-style);
        outline-width: 2px;
        outline-offset: 1px;
        .diff-resizer {
          min-width: 5cqi;
          max-width: 5cqi;
        }
      }
      @supports (-webkit-overflow-scrolling: touch) and (overflow: -webkit-paged-x) {
        &:focus {
          .diff-resizer {
            min-width: 5cqi;
            max-width: 5cqi;
          }
        }
        &:has(.diff-item-1:focus) {
          .diff-resizer {
            min-width: 95cqi;
            max-width: 95cqi;
          }
        }
      }
    }
  }
  .\@container {
    container-type: inline-size;
  }
  .modal {
    @layer daisyui.l1.l2.l3 {
      pointer-events: none;
      visibility: hidden;
      position: fixed;
      inset: calc(0.25rem * 0);
      margin: calc(0.25rem * 0);
      display: grid;
      height: 100%;
      max-height: none;
      width: 100%;
      max-width: none;
      align-items: center;
      justify-items: center;
      background-color: transparent;
      padding: calc(0.25rem * 0);
      color: inherit;
      transition: visibility 0.3s allow-discrete, background-color 0.3s ease-out, opacity 0.1s ease-out;
      overflow: clip;
      overscroll-behavior: contain;
      z-index: 999;
      scrollbar-gutter: auto;
      &::backdrop {
        display: none;
      }
    }
    @layer daisyui.l1.l2 {
      &.modal-open, &[open], &:target, .modal-toggle:checked + & {
        pointer-events: auto;
        visibility: visible;
        opacity: 100%;
        transition: visibility 0s allow-discrete, background-color 0.3s ease-out, opacity 0.1s ease-out;
        background-color: oklch(0% 0 0/ 0.4);
        .modal-box {
          translate: 0 0;
          scale: 1;
          opacity: 1;
        }
        :root:has(&) {
          --page-has-backdrop: 1;
          --page-overflow: hidden;
          --page-scroll-bg: var(--page-scroll-bg-on);
          --page-scroll-gutter: stable;
          --page-scroll-transition: var(--page-scroll-transition-on);
          animation: set-page-has-scroll forwards;
          animation-timeline: scroll();
        }
      }
      @starting-style {
        &.modal-open, &[open], &:target, .modal-toggle:checked + & {
          opacity: 0%;
        }
      }
    }
  }
  .tooltip {
    @layer daisyui.l1.l2.l3 {
      position: relative;
      display: inline-block;
      --tt-bg: var(--color-neutral);
      --tt-off: calc(100% + 0.5rem);
      --tt-tail: calc(100% + 1px + 0.25rem);
      & > .tooltip-content, &[data-tip]:before {
        position: absolute;
        max-width: 20rem;
        border-radius: var(--radius-field);
        padding-inline: calc(0.25rem * 2);
        padding-block: calc(0.25rem * 1);
        text-align: center;
        white-space: normal;
        color: var(--color-neutral-content);
        opacity: 0%;
        font-size: 0.875rem;
        line-height: 1.25;
        background-color: var(--tt-bg);
        width: -moz-max-content;
        width: max-content;
        pointer-events: none;
        z-index: 2;
        --tw-content: attr(data-tip);
        content: var(--tw-content);
      }
      &:after {
        opacity: 0%;
        background-color: var(--tt-bg);
        content: "";
        pointer-events: none;
        width: 0.625rem;
        height: 0.25rem;
        display: block;
        position: absolute;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-position: -1px 0;
                mask-position: -1px 0;
        --mask-tooltip: url("data:image/svg+xml,%3Csvg width='10' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.500009 1C3.5 1 3.00001 4 5.00001 4C7 4 6.5 1 9.5 1C10 1 10 0.499897 10 0H0C-1.99338e-08 0.5 0 1 0.500009 1Z' fill='black'/%3E%3C/svg%3E%0A");
        -webkit-mask-image: var(--mask-tooltip);
                mask-image: var(--mask-tooltip);
      }
      @media (prefers-reduced-motion: no-preference) {
        & > .tooltip-content, &[data-tip]:before, &:after {
          transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 75ms, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 75ms;
        }
      }
      &:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))) {
        &.tooltip-open, &:hover, &:has(:focus-visible) {
          & > .tooltip-content, &[data-tip]:before, &:after {
            opacity: 100%;
            --tt-pos: 0rem;
            @media (prefers-reduced-motion: no-preference) {
              transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
            }
          }
        }
      }
    }
    @layer daisyui.l1.l2 {
      > .tooltip-content, &[data-tip]:before {
        transform: translateX(-50%) translateY(var(--tt-pos, 0.25rem));
        inset: auto auto var(--tt-off) 50%;
      }
      &:after {
        transform: translateX(-50%) translateY(var(--tt-pos, 0.25rem));
        inset: auto auto var(--tt-tail) 50%;
      }
    }
  }
  .tab {
    @layer daisyui.l1.l2.l3 {
      position: relative;
      display: inline-flex;
      cursor: pointer;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      text-align: center;
      webkit-user-select: none;
      -webkit-user-select: none;
         -moz-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(calc(69% - var(--border)) + 0.25px),
      var(--tab-border-color) calc(calc(69% - var(--border)) + var(--border)),
      var(--tab-bg) calc(calc(69% - var(--border)) + var(--border) + 0.25px);
      border-color: #0000;
      order: var(--tab-order);
      height: var(--tab-height);
      font-size: 0.875rem;
      padding-inline-start: var(--tab-p);
      padding-inline-end: var(--tab-p);
      &:is(input[type="radio"]) {
        min-width: -moz-fit-content;
        min-width: fit-content;
        &:after {
          --tw-content: attr(aria-label);
          content: var(--tw-content);
        }
      }
      &:is(label) {
        position: relative;
        input {
          position: absolute;
          inset: calc(0.25rem * 0);
          cursor: pointer;
          -webkit-appearance: none;
             -moz-appearance: none;
                  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 {
    @layer daisyui.l1.l2.l3 {
      display: flex;
      width: -moz-fit-content;
      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;
      :where(li ul) {
        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: "";
        }
      }
      :where(li > .menu-dropdown:not(.menu-dropdown-show)) {
        display: none;
      }
      :where(li:not(.menu-title) > *:not(ul, details, .menu-title, .btn)), :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;
        text-wrap: balance;
        -webkit-user-select: none;
           -moz-user-select: none;
                user-select: none;
      }
      :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;
        }
      }
      :where(li > details > summary), :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;
        }
      }
      details {
        overflow: hidden;
        interpolate-size: allow-keywords;
      }
      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);
        }
      }
      details[open]::details-content {
        block-size: auto;
      }
      :where(li > details[open] > summary):after, :where(li > .menu-dropdown-toggle.menu-dropdown-show):after {
        rotate: 45deg;
        translate: 0 1px;
      }
      :where( li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title), li:not(.menu-title, .disabled) > details > summary:not(.menu-title) ):not(.menu-active, :active, .btn) {
        &.menu-focus, &: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;
          }
        }
      }
      :where( li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title):not(.menu-active, :active, .btn):hover, li:not(.menu-title, .disabled) > details > summary:not(.menu-title):not(.menu-active, :active, .btn):hover ) {
        cursor: pointer;
        background-color: 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;
      }
      :where(li:empty) {
        background-color: var(--color-base-content);
        opacity: 10%;
        margin: 0.5rem 1rem;
        height: 1px;
      }
      :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-title, details, .btn):active, & > *:not(ul, .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 {
          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);
          }
        }
      }
      .dropdown:focus-within {
        .menu-dropdown-toggle:after {
          rotate: 45deg;
          translate: 0 1px;
        }
      }
      .dropdown-content {
        margin-top: calc(0.25rem * 2);
        padding: calc(0.25rem * 2);
        &:before {
          display: none;
        }
      }
    }
  }
  .dropdown {
    @layer daisyui.l1.l2.l3 {
      position: relative;
      display: inline-block;
      position-area: var(--anchor-v, bottom) var(--anchor-h, span-right);
      & > *:not(:has(~ [class*="dropdown-content"])):focus {
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
      }
      .dropdown-content {
        position: absolute;
      }
      &.dropdown-close .dropdown-content, &:not(details, .dropdown-open, .dropdown-hover:hover, :focus-within) .dropdown-content, &.dropdown-hover:not(:hover) [tabindex]:first-child:focus:not(:focus-visible) ~ .dropdown-content {
        display: none;
        transform-origin: top;
        opacity: 0%;
        scale: 95%;
      }
      &[popover], .dropdown-content {
        z-index: 999;
        @media (prefers-reduced-motion: no-preference) {
          animation: dropdown 0.2s;
          transition-property: opacity, scale, display;
          transition-behavior: allow-discrete;
          transition-duration: 0.2s;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        }
      }
      @starting-style {
        &[popover], .dropdown-content {
          scale: 95%;
          opacity: 0;
        }
      }
      &:not(.dropdown-close) {
        &.dropdown-open, &:not(.dropdown-hover):focus, &:focus-within {
          > [tabindex]:first-child {
            pointer-events: none;
          }
          .dropdown-content {
            opacity: 100%;
            scale: 100%;
          }
        }
        &.dropdown-hover:hover {
          .dropdown-content {
            opacity: 100%;
            scale: 100%;
          }
        }
      }
      &:is(details) {
        summary {
          &::-webkit-details-marker {
            display: none;
          }
        }
      }
      &:where([popover]) {
        background: #0000;
      }
      &[popover] {
        position: fixed;
        color: inherit;
        @supports not (position-area: bottom) {
          margin: auto;
          &.dropdown-close, &.dropdown-open:not(:popover-open) {
            display: none;
            transform-origin: top;
            opacity: 0%;
            scale: 95%;
          }
          &::backdrop {
            background-color: color-mix(in oklab, #000 30%, #0000);
          }
        }
        &.dropdown-close, &:not(.dropdown-open, :popover-open) {
          display: none;
          transform-origin: top;
          opacity: 0%;
          scale: 95%;
        }
      }
    }
  }
  .btn {
    :where(&) {
      @layer daisyui.l1.l2.l3 {
        width: unset;
      }
    }
    @layer daisyui.l1.l2.l3 {
      display: inline-flex;
      flex-shrink: 0;
      cursor: pointer;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center;
      gap: calc(0.25rem * 1.5);
      text-align: center;
      vertical-align: middle;
      outline-offset: 2px;
      webkit-user-select: none;
      -webkit-user-select: none;
         -moz-user-select: none;
              user-select: none;
      padding-inline: var(--btn-p);
      color: var(--btn-fg);
      --tw-prose-links: var(--btn-fg);
      height: var(--size);
      font-size: var(--fontsize, 0.875rem);
      font-weight: 600;
      outline-color: var(--btn-color, var(--color-base-content));
      transition-property: color, background-color, border-color, box-shadow;
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      transition-duration: 0.2s;
      border-start-start-radius: var(--join-ss, var(--radius-field));
      border-start-end-radius: var(--join-se, var(--radius-field));
      border-end-start-radius: var(--join-es, var(--radius-field));
      border-end-end-radius: var(--join-ee, var(--radius-field));
      background-color: var(--btn-bg);
      background-size: auto, calc(var(--noise) * 100%);
      background-image: none, var(--btn-noise);
      border-width: var(--border);
      border-style: solid;
      border-color: var(--btn-border);
      text-shadow: 0 0.5px oklch(100% 0 0 / calc(var(--depth) * 0.15));
      touch-action: manipulation;
      box-shadow: 0 0.5px 0 0.5px oklch(100% 0 0 / calc(var(--depth) * 6%)) inset, var(--btn-shadow);
      --size: calc(var(--size-field, 0.25rem) * 10);
      --btn-bg: var(--btn-color, var(--color-base-200));
      --btn-fg: var(--color-base-content);
      --btn-p: 1rem;
      --btn-border: var(--btn-bg);
      @supports (color: color-mix(in lab, red, red)) {
        --btn-border: color-mix(in oklab, var(--btn-bg), #000 calc(var(--depth) * 5%));
      }
      --btn-shadow: 0 3px 2px -2px var(--btn-bg),
      0 4px 3px -2px var(--btn-bg);
      @supports (color: color-mix(in lab, red, red)) {
        --btn-shadow: 0 3px 2px -2px color-mix(in oklab, var(--btn-bg) calc(var(--depth) * 30%), #0000),
      0 4px 3px -2px color-mix(in oklab, var(--btn-bg) calc(var(--depth) * 30%), #0000);
      }
      --btn-noise: var(--fx-noise);
      @media (hover: hover) {
        &:hover {
          --btn-bg: var(--btn-color, var(--color-base-200));
          @supports (color: color-mix(in lab, red, red)) {
            --btn-bg: color-mix(in oklab, var(--btn-color, var(--color-base-200)), #000 7%);
          }
        }
      }
      &:focus-visible, &:has(:focus-visible) {
        outline-width: 2px;
        outline-style: solid;
        isolation: isolate;
      }
      &:active:not(.btn-active) {
        translate: 0 0.5px;
        --btn-bg: var(--btn-color, var(--color-base-200));
        @supports (color: color-mix(in lab, red, red)) {
          --btn-bg: color-mix(in oklab, var(--btn-color, var(--color-base-200)), #000 5%);
        }
        --btn-border: var(--btn-color, var(--color-base-200));
        @supports (color: color-mix(in lab, red, red)) {
          --btn-border: color-mix(in oklab, var(--btn-color, var(--color-base-200)), #000 7%);
        }
        --btn-shadow: 0 0 0 0 oklch(0% 0 0/0), 0 0 0 0 oklch(0% 0 0/0);
      }
      &:is(input[type="checkbox"], input[type="radio"]) {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        &[aria-label]::after {
          --tw-content: attr(aria-label);
          content: var(--tw-content);
        }
      }
      &:where(input:checked:not(.filter .btn)) {
        --btn-color: var(--color-primary);
        --btn-fg: var(--color-primary-content);
        isolation: isolate;
      }
    }
    &:disabled {
      @layer daisyui.l1.l2 {
        &:not(.btn-link, .btn-ghost) {
          background-color: var(--color-base-content);
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
          }
          box-shadow: none;
        }
        pointer-events: none;
        --btn-border: #0000;
        --btn-noise: none;
        --btn-fg: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          --btn-fg: color-mix(in oklch, var(--color-base-content) 20%, #0000);
        }
      }
    }
    &[disabled] {
      @layer daisyui.l1.l2 {
        &:not(.btn-link, .btn-ghost) {
          background-color: var(--color-base-content);
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
          }
          box-shadow: none;
        }
        pointer-events: none;
        --btn-border: #0000;
        --btn-noise: none;
        --btn-fg: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          --btn-fg: color-mix(in oklch, var(--color-base-content) 20%, #0000);
        }
      }
    }
  }
  .loading {
    @layer daisyui.l1.l2.l3 {
      pointer-events: none;
      display: inline-block;
      aspect-ratio: 1 / 1;
      background-color: currentcolor;
      vertical-align: middle;
      width: calc(var(--size-selector, 0.25rem) * 6);
      -webkit-mask-size: 100%;
              mask-size: 100%;
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      -webkit-mask-position: center;
              mask-position: center;
      -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
              mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
    }
  }
  .countdown {
    &.countdown {
      line-height: 1em;
    }
    @layer daisyui.l1.l2.l3 {
      display: inline-flex;
      & > * {
        visibility: hidden;
        position: relative;
        display: inline-block;
        overflow-y: clip;
        transition: width 0.4s ease-out 0.2s;
        height: 1em;
        --value-v: calc(mod(max(0, var(--value)), 1000));
        --value-hundreds: calc(round(to-zero, var(--value-v) / 100, 1));
        --value-tens: calc(round(to-zero, mod(var(--value-v), 100) / 10, 1));
        --value-ones: calc(mod(var(--value-v), 100));
        --show-hundreds: clamp(clamp(0, var(--digits, 1) - 2, 1), var(--value-hundreds), 1);
        --show-tens: clamp(
        clamp(0, var(--digits, 1) - 1, 1),
        var(--value-tens) + var(--show-hundreds),
        1
      );
        --first-digits: calc(round(to-zero, var(--value-v) / 10, 1));
        width: calc(1ch + var(--show-tens) * 1ch + var(--show-hundreds) * 1ch);
        direction: ltr;
        &:before, &:after {
          visibility: visible;
          position: absolute;
          overflow-x: clip;
          --tw-content: "00\A 01\A 02\A 03\A 04\A 05\A 06\A 07\A 08\A 09\A 10\A 11\A 12\A 13\A 14\A 15\A 16\A 17\A 18\A 19\A 20\A 21\A 22\A 23\A 24\A 25\A 26\A 27\A 28\A 29\A 30\A 31\A 32\A 33\A 34\A 35\A 36\A 37\A 38\A 39\A 40\A 41\A 42\A 43\A 44\A 45\A 46\A 47\A 48\A 49\A 50\A 51\A 52\A 53\A 54\A 55\A 56\A 57\A 58\A 59\A 60\A 61\A 62\A 63\A 64\A 65\A 66\A 67\A 68\A 69\A 70\A 71\A 72\A 73\A 74\A 75\A 76\A 77\A 78\A 79\A 80\A 81\A 82\A 83\A 84\A 85\A 86\A 87\A 88\A 89\A 90\A 91\A 92\A 93\A 94\A 95\A 96\A 97\A 98\A 99\A";
          content: var(--tw-content);
          font-variant-numeric: tabular-nums;
          white-space: pre;
          text-align: end;
          direction: rtl;
          transition: all 1s cubic-bezier(1, 0, 0, 1), width 0.2s ease-out 0.2s, opacity 0.2s ease-out 0.2s;
        }
        &:before {
          width: calc(1ch + var(--show-hundreds) * 1ch);
          top: calc(var(--first-digits) * -1em);
          inset-inline-end: 0;
          opacity: var(--show-tens);
        }
        &:after {
          width: 1ch;
          top: calc(var(--value-ones) * -1em);
          inset-inline-start: 0;
        }
      }
    }
  }
  .collapse {
    &:not(td, tr, colgroup) {
      visibility: revert-layer;
    }
    @layer daisyui.l1.l2.l3 {
      display: grid;
      position: relative;
      overflow: hidden;
      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;
        -webkit-appearance: none;
           -moz-appearance: none;
                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) {
        content-visibility: visible;
        min-height: -moz-fit-content;
        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;
      }
    }
    @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);
        }
      }
    }
    &:is(details) {
      @layer daisyui.l1.l2.l3 {
        width: 100%;
        @media (prefers-reduced-motion: no-preference) {
          &::details-content {
            transition: content-visibility 0.2s allow-discrete, visibility 0.2s allow-discrete, padding 0.2s ease-out, background-color 0.2s ease-out, height 0.2s;
            height: 0;
            interpolate-size: allow-keywords;
          }
          &:where([open])::details-content {
            height: auto;
          }
        }
        & summary {
          position: relative;
          display: block;
          &::-webkit-details-marker {
            display: none;
          }
        }
        & > .collapse-content {
          content-visibility: visible;
        }
      }
    }
    &:is(details) summary {
      @layer daisyui.l1.l2.l3 {
        outline: none;
      }
    }
  }
  .validator {
    @layer daisyui.l1.l2.l3 {
      &:user-valid, &:has(:user-valid) {
        &, &:focus, &:checked, &[aria-checked="true"], &:focus-within {
          --input-color: var(--color-success);
        }
      }
      &:user-invalid, &:has(:user-invalid), &[aria-invalid]:not([aria-invalid="false"]), &:has([aria-invalid]:not([aria-invalid="false"])) {
        &, &:focus, &:checked, &[aria-checked="true"], &:focus-within {
          --input-color: var(--color-error);
        }
        & ~ .validator-hint {
          visibility: visible;
          color: var(--color-error);
        }
      }
    }
    &:user-invalid, &:has(:user-invalid), &[aria-invalid]:not([aria-invalid="false"]), &:has([aria-invalid]:not([aria-invalid="false"])) {
      & ~ .validator-hint {
        display: revert-layer;
      }
    }
  }
  .\!visible {
    visibility: visible !important;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .list {
    @layer daisyui.l1.l2.l3 {
      display: flex;
      flex-direction: column;
      font-size: 0.875rem;
      .list-row {
        --list-grid-cols: minmax(0, auto) 1fr;
        position: relative;
        display: grid;
        grid-auto-flow: column;
        gap: calc(0.25rem * 4);
        border-radius: var(--radius-box);
        padding: calc(0.25rem * 4);
        word-break: break-word;
        grid-template-columns: var(--list-grid-cols);
      }
      & > :not(:last-child) {
        &.list-row, .list-row {
          &:after {
            content: "";
            border-bottom: var(--border) solid;
            inset-inline: var(--radius-box);
            position: absolute;
            bottom: calc(0.25rem * 0);
            border-color: var(--color-base-content);
            @supports (color: color-mix(in lab, red, red)) {
              border-color: color-mix(in oklab, var(--color-base-content) 5%, transparent);
            }
          }
        }
      }
    }
    @layer daisyui.l1.l2 {
      .list-row {
        &:has(.list-col-grow:nth-child(1)) {
          --list-grid-cols: 1fr;
        }
        &:has(.list-col-grow:nth-child(2)) {
          --list-grid-cols: minmax(0, auto) 1fr;
        }
        &:has(.list-col-grow:nth-child(3)) {
          --list-grid-cols: minmax(0, auto) minmax(0, auto) 1fr;
        }
        &:has(.list-col-grow:nth-child(4)) {
          --list-grid-cols: minmax(0, auto) minmax(0, auto) minmax(0, auto) 1fr;
        }
        &:has(.list-col-grow:nth-child(5)) {
          --list-grid-cols: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto) 1fr;
        }
        &:has(.list-col-grow:nth-child(6)) {
          --list-grid-cols: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto)
          minmax(0, auto) 1fr;
        }
        > :not(.list-col-wrap) {
          grid-row-start: 1;
        }
      }
    }
  }
  .list\! {
    @layer daisyui.l1.l2.l3 {
      display: flex !important;
      flex-direction: column !important;
      font-size: 0.875rem !important;
      .list-row {
        --list-grid-cols: minmax(0, auto) 1fr !important;
        position: relative !important;
        display: grid !important;
        grid-auto-flow: column !important;
        gap: calc(0.25rem * 4) !important;
        border-radius: var(--radius-box) !important;
        padding: calc(0.25rem * 4) !important;
        word-break: break-word !important;
        grid-template-columns: var(--list-grid-cols) !important;
      }
      & > :not(:last-child) {
        &.list-row, .list-row {
          &:after {
            content: "" !important;
            border-bottom: var(--border) solid !important;
            inset-inline: var(--radius-box) !important;
            position: absolute !important;
            bottom: calc(0.25rem * 0) !important;
            border-color: var(--color-base-content) !important;
            @supports (color: color-mix(in lab, red, red)) {
              border-color: color-mix(in oklab, var(--color-base-content) 5%, transparent) !important;
            }
          }
        }
      }
    }
    @layer daisyui.l1.l2 {
      .list-row {
        &:has(.list-col-grow:nth-child(1)) {
          --list-grid-cols: 1fr !important;
        }
        &:has(.list-col-grow:nth-child(2)) {
          --list-grid-cols: minmax(0, auto) 1fr !important;
        }
        &:has(.list-col-grow:nth-child(3)) {
          --list-grid-cols: minmax(0, auto) minmax(0, auto) 1fr !important;
        }
        &:has(.list-col-grow:nth-child(4)) {
          --list-grid-cols: minmax(0, auto) minmax(0, auto) minmax(0, auto) 1fr !important;
        }
        &:has(.list-col-grow:nth-child(5)) {
          --list-grid-cols: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto) 1fr !important;
        }
        &: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 !important;
        }
        > :not(.list-col-wrap) {
          grid-row-start: 1 !important;
        }
      }
    }
  }
  .toast {
    @layer daisyui.l1.l2.l3 {
      position: fixed;
      inset-inline-start: auto;
      inset-inline-end: calc(0.25rem * 4);
      top: auto;
      bottom: calc(0.25rem * 4);
      display: flex;
      flex-direction: column;
      gap: calc(0.25rem * 2);
      background-color: transparent;
      translate: var(--toast-x, 0) var(--toast-y, 0);
      width: -moz-max-content;
      width: max-content;
      max-width: calc(100vw - 2rem);
      & > * {
        @media (prefers-reduced-motion: no-preference) {
          animation: toast 0.25s ease-out;
        }
      }
    }
  }
  .toggle {
    @layer daisyui.l1.l2.l3 {
      border: var(--border) solid currentColor;
      color: var(--input-color);
      position: relative;
      display: inline-grid;
      flex-shrink: 0;
      cursor: pointer;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      place-content: center;
      vertical-align: middle;
      webkit-user-select: none;
      -webkit-user-select: none;
         -moz-user-select: none;
              user-select: none;
      grid-template-columns: 0fr 1fr 1fr;
      --radius-selector-max: calc(
      var(--radius-selector) + var(--radius-selector) + var(--radius-selector)
    );
      border-radius: calc( var(--radius-selector) + min(var(--toggle-p), var(--radius-selector-max)) + min(var(--border), var(--radius-selector-max)) );
      padding: var(--toggle-p);
      box-shadow: 0 1px currentColor inset;
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 1px color-mix(in oklab, currentColor calc(var(--depth) * 10%), #0000) inset;
      }
      transition: color 0.3s, grid-template-columns 0.2s;
      --input-color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        --input-color: color-mix(in oklab, var(--color-base-content) 50%, #0000);
      }
      --toggle-p: calc(var(--size) * 0.125);
      --size: calc(var(--size-selector, 0.25rem) * 6);
      width: calc((var(--size) * 2) - (var(--border) + var(--toggle-p)) * 2);
      height: var(--size);
      > * {
        z-index: 1;
        grid-column: span 1 / span 1;
        grid-column-start: 2;
        grid-row-start: 1;
        height: 100%;
        cursor: pointer;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        background-color: transparent;
        padding: calc(0.25rem * 0.5);
        transition: opacity 0.2s, rotate 0.4s;
        border: none;
        &:focus {
          --tw-outline-style: none;
          outline-style: none;
          @media (forced-colors: active) {
            outline: 2px solid transparent;
            outline-offset: 2px;
          }
        }
        &:nth-child(2) {
          color: var(--color-base-100);
          rotate: 0deg;
        }
        &:nth-child(3) {
          color: var(--color-base-100);
          opacity: 0%;
          rotate: -15deg;
        }
      }
      &:has(:checked) {
        > :nth-child(2) {
          opacity: 0%;
          rotate: 15deg;
        }
        > :nth-child(3) {
          opacity: 100%;
          rotate: 0deg;
        }
      }
      &:before {
        position: relative;
        inset-inline-start: calc(0.25rem * 0);
        grid-column-start: 2;
        grid-row-start: 1;
        aspect-ratio: 1 / 1;
        height: 100%;
        border-radius: var(--radius-selector);
        background-color: currentcolor;
        translate: 0;
        --tw-content: "";
        content: var(--tw-content);
        transition: background-color 0.1s, translate 0.2s, inset-inline-start 0.2s;
        box-shadow: 0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px currentColor;
        @supports (color: color-mix(in lab, red, red)) {
          box-shadow: 0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px color-mix(in oklab, currentColor calc(var(--depth) * 10%), #0000);
        }
        background-size: auto, calc(var(--noise) * 100%);
        background-image: none, var(--fx-noise);
      }
      @media (forced-colors: active) {
        &:before {
          outline-style: var(--tw-outline-style);
          outline-width: 1px;
          outline-offset: calc(1px * -1);
        }
      }
      @media print {
        &:before {
          outline: 0.25rem solid;
          outline-offset: -1rem;
        }
      }
      &:focus-visible, &:has(:focus-visible) {
        outline: 2px solid currentColor;
        outline-offset: 2px;
      }
      &:checked, &[aria-checked="true"], &:has(> input:checked) {
        grid-template-columns: 1fr 1fr 0fr;
        background-color: var(--color-base-100);
        --input-color: var(--color-base-content);
        &:before {
          background-color: currentcolor;
        }
        @starting-style {
          &:before {
            opacity: 0;
          }
        }
      }
      &:indeterminate {
        grid-template-columns: 0.5fr 1fr 0.5fr;
      }
      &:disabled {
        cursor: not-allowed;
        opacity: 30%;
        &:before {
          background-color: transparent;
          border: var(--border) solid currentColor;
        }
      }
    }
  }
  .\!input {
    @layer daisyui.l1.l2.l3 {
      cursor: text !important;
      border: var(--border) solid #0000 !important;
      position: relative !important;
      display: inline-flex !important;
      flex-shrink: 1 !important;
      -webkit-appearance: none !important;
         -moz-appearance: none !important;
              appearance: none !important;
      align-items: center !important;
      gap: calc(0.25rem * 2) !important;
      background-color: var(--color-base-100) !important;
      padding-inline: calc(0.25rem * 3) !important;
      vertical-align: middle !important;
      white-space: nowrap !important;
      width: clamp(3rem, 20rem, 100%) !important;
      height: var(--size) !important;
      font-size: max(var(--font-size, 0.875rem), 0.875rem) !important;
      touch-action: manipulation !important;
      border-start-start-radius: var(--join-ss, var(--radius-field)) !important;
      border-start-end-radius: var(--join-se, var(--radius-field)) !important;
      border-end-start-radius: var(--join-es, var(--radius-field)) !important;
      border-end-end-radius: var(--join-ee, var(--radius-field)) !important;
      border-color: var(--input-color) !important;
      box-shadow: 0 1px var(--input-color) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset !important;
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset !important;
      }
      --size: calc(var(--size-field, 0.25rem) * 10) !important;
      --input-color: var(--color-base-content) !important;
      @supports (color: color-mix(in lab, red, red)) {
        --input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000) !important;
      }
      &:where(input) {
        display: inline-flex !important;
      }
      :where(input) {
        display: inline-flex !important;
        height: 100% !important;
        width: 100% !important;
        -webkit-appearance: none !important;
           -moz-appearance: none !important;
                appearance: none !important;
        background-color: transparent !important;
        border: none !important;
        &:focus, &:focus-within {
          --tw-outline-style: none !important;
          outline-style: none !important;
          @media (forced-colors: active) {
            outline: 2px solid transparent !important;
            outline-offset: 2px !important;
          }
        }
      }
      :where(input[type="url"]), :where(input[type="email"]) {
        direction: ltr !important;
      }
      :where(input[type="date"]) {
        display: inline-flex !important;
      }
      &:focus, &:focus-within {
        --input-color: var(--color-base-content) !important;
        box-shadow: 0 1px var(--input-color) !important;
        @supports (color: color-mix(in lab, red, red)) {
          box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000) !important;
        }
        outline: 2px solid var(--input-color) !important;
        outline-offset: 2px !important;
        isolation: isolate !important;
        z-index: 1 !important;
      }
      @media (pointer: coarse) {
        @supports (-webkit-touch-callout: none) {
          &:focus, &:focus-within {
            --font-size: 1rem !important;
          }
        }
      }
      &:has(> input[disabled]), &:is(:disabled, [disabled]), fieldset:disabled & {
        cursor: not-allowed !important;
        border-color: var(--color-base-200) !important;
        background-color: var(--color-base-200) !important;
        color: var(--color-base-content) !important;
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 40%, transparent) !important;
        }
        &::-moz-placeholder {
          color: var(--color-base-content) !important;
          @supports (color: color-mix(in lab, red, red)) {
            color: color-mix(in oklab, var(--color-base-content) 20%, transparent) !important;
          }
        }
        &::placeholder {
          color: var(--color-base-content) !important;
          @supports (color: color-mix(in lab, red, red)) {
            color: color-mix(in oklab, var(--color-base-content) 20%, transparent) !important;
          }
        }
        box-shadow: none !important;
      }
      &:has(> input[disabled]) > input[disabled] {
        cursor: not-allowed !important;
      }
      &::-webkit-date-and-time-value {
        text-align: inherit !important;
      }
      &[type="number"] {
        &::-webkit-inner-spin-button {
          margin-block: calc(0.25rem * -3) !important;
          margin-inline-end: calc(0.25rem * -3) !important;
        }
      }
      &::-webkit-calendar-picker-indicator {
        position: absolute !important;
        inset-inline-end: 0.75em !important;
      }
      &:has(> input[type="date"]) {
        :where(input[type="date"]) {
          display: inline-flex !important;
          webkit-appearance: none !important;
          -webkit-appearance: none !important;
             -moz-appearance: none !important;
                  appearance: none !important;
        }
        input[type="date"]::-webkit-calendar-picker-indicator {
          position: absolute !important;
          inset-inline-end: 0.75em !important;
          width: 1em !important;
          height: 1em !important;
          cursor: pointer !important;
        }
      }
    }
  }
  .input {
    @layer daisyui.l1.l2.l3 {
      cursor: text;
      border: var(--border) solid #0000;
      position: relative;
      display: inline-flex;
      flex-shrink: 1;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      align-items: center;
      gap: calc(0.25rem * 2);
      background-color: var(--color-base-100);
      padding-inline: calc(0.25rem * 3);
      vertical-align: middle;
      white-space: nowrap;
      width: clamp(3rem, 20rem, 100%);
      height: var(--size);
      font-size: max(var(--font-size, 0.875rem), 0.875rem);
      touch-action: manipulation;
      border-start-start-radius: var(--join-ss, var(--radius-field));
      border-start-end-radius: var(--join-se, var(--radius-field));
      border-end-start-radius: var(--join-es, var(--radius-field));
      border-end-end-radius: var(--join-ee, var(--radius-field));
      border-color: var(--input-color);
      box-shadow: 0 1px var(--input-color) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
      }
      --size: calc(var(--size-field, 0.25rem) * 10);
      --input-color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        --input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000);
      }
      &:where(input) {
        display: inline-flex;
      }
      :where(input) {
        display: inline-flex;
        height: 100%;
        width: 100%;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        background-color: transparent;
        border: none;
        &:focus, &:focus-within {
          --tw-outline-style: none;
          outline-style: none;
          @media (forced-colors: active) {
            outline: 2px solid transparent;
            outline-offset: 2px;
          }
        }
      }
      :where(input[type="url"]), :where(input[type="email"]) {
        direction: ltr;
      }
      :where(input[type="date"]) {
        display: inline-flex;
      }
      &:focus, &:focus-within {
        --input-color: var(--color-base-content);
        box-shadow: 0 1px var(--input-color);
        @supports (color: color-mix(in lab, red, red)) {
          box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000);
        }
        outline: 2px solid var(--input-color);
        outline-offset: 2px;
        isolation: isolate;
        z-index: 1;
      }
      @media (pointer: coarse) {
        @supports (-webkit-touch-callout: none) {
          &:focus, &:focus-within {
            --font-size: 1rem;
          }
        }
      }
      &:has(> input[disabled]), &:is(:disabled, [disabled]), fieldset:disabled & {
        cursor: not-allowed;
        border-color: var(--color-base-200);
        background-color: var(--color-base-200);
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
        }
        &::-moz-placeholder {
          color: var(--color-base-content);
          @supports (color: color-mix(in lab, red, red)) {
            color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
          }
        }
        &::placeholder {
          color: var(--color-base-content);
          @supports (color: color-mix(in lab, red, red)) {
            color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
          }
        }
        box-shadow: none;
      }
      &:has(> input[disabled]) > input[disabled] {
        cursor: not-allowed;
      }
      &::-webkit-date-and-time-value {
        text-align: inherit;
      }
      &[type="number"] {
        &::-webkit-inner-spin-button {
          margin-block: calc(0.25rem * -3);
          margin-inline-end: calc(0.25rem * -3);
        }
      }
      &::-webkit-calendar-picker-indicator {
        position: absolute;
        inset-inline-end: 0.75em;
      }
      &:has(> input[type="date"]) {
        :where(input[type="date"]) {
          display: inline-flex;
          webkit-appearance: none;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
        }
        input[type="date"]::-webkit-calendar-picker-indicator {
          position: absolute;
          inset-inline-end: 0.75em;
          width: 1em;
          height: 1em;
          cursor: pointer;
        }
      }
    }
  }
  .input\! {
    @layer daisyui.l1.l2.l3 {
      cursor: text !important;
      border: var(--border) solid #0000 !important;
      position: relative !important;
      display: inline-flex !important;
      flex-shrink: 1 !important;
      -webkit-appearance: none !important;
         -moz-appearance: none !important;
              appearance: none !important;
      align-items: center !important;
      gap: calc(0.25rem * 2) !important;
      background-color: var(--color-base-100) !important;
      padding-inline: calc(0.25rem * 3) !important;
      vertical-align: middle !important;
      white-space: nowrap !important;
      width: clamp(3rem, 20rem, 100%) !important;
      height: var(--size) !important;
      font-size: max(var(--font-size, 0.875rem), 0.875rem) !important;
      touch-action: manipulation !important;
      border-start-start-radius: var(--join-ss, var(--radius-field)) !important;
      border-start-end-radius: var(--join-se, var(--radius-field)) !important;
      border-end-start-radius: var(--join-es, var(--radius-field)) !important;
      border-end-end-radius: var(--join-ee, var(--radius-field)) !important;
      border-color: var(--input-color) !important;
      box-shadow: 0 1px var(--input-color) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset !important;
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset !important;
      }
      --size: calc(var(--size-field, 0.25rem) * 10) !important;
      --input-color: var(--color-base-content) !important;
      @supports (color: color-mix(in lab, red, red)) {
        --input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000) !important;
      }
      &:where(input) {
        display: inline-flex !important;
      }
      :where(input) {
        display: inline-flex !important;
        height: 100% !important;
        width: 100% !important;
        -webkit-appearance: none !important;
           -moz-appearance: none !important;
                appearance: none !important;
        background-color: transparent !important;
        border: none !important;
        &:focus, &:focus-within {
          --tw-outline-style: none !important;
          outline-style: none !important;
          @media (forced-colors: active) {
            outline: 2px solid transparent !important;
            outline-offset: 2px !important;
          }
        }
      }
      :where(input[type="url"]), :where(input[type="email"]) {
        direction: ltr !important;
      }
      :where(input[type="date"]) {
        display: inline-flex !important;
      }
      &:focus, &:focus-within {
        --input-color: var(--color-base-content) !important;
        box-shadow: 0 1px var(--input-color) !important;
        @supports (color: color-mix(in lab, red, red)) {
          box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000) !important;
        }
        outline: 2px solid var(--input-color) !important;
        outline-offset: 2px !important;
        isolation: isolate !important;
        z-index: 1 !important;
      }
      @media (pointer: coarse) {
        @supports (-webkit-touch-callout: none) {
          &:focus, &:focus-within {
            --font-size: 1rem !important;
          }
        }
      }
      &:has(> input[disabled]), &:is(:disabled, [disabled]), fieldset:disabled & {
        cursor: not-allowed !important;
        border-color: var(--color-base-200) !important;
        background-color: var(--color-base-200) !important;
        color: var(--color-base-content) !important;
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 40%, transparent) !important;
        }
        &::-moz-placeholder {
          color: var(--color-base-content) !important;
          @supports (color: color-mix(in lab, red, red)) {
            color: color-mix(in oklab, var(--color-base-content) 20%, transparent) !important;
          }
        }
        &::placeholder {
          color: var(--color-base-content) !important;
          @supports (color: color-mix(in lab, red, red)) {
            color: color-mix(in oklab, var(--color-base-content) 20%, transparent) !important;
          }
        }
        box-shadow: none !important;
      }
      &:has(> input[disabled]) > input[disabled] {
        cursor: not-allowed !important;
      }
      &::-webkit-date-and-time-value {
        text-align: inherit !important;
      }
      &[type="number"] {
        &::-webkit-inner-spin-button {
          margin-block: calc(0.25rem * -3) !important;
          margin-inline-end: calc(0.25rem * -3) !important;
        }
      }
      &::-webkit-calendar-picker-indicator {
        position: absolute !important;
        inset-inline-end: 0.75em !important;
      }
      &:has(> input[type="date"]) {
        :where(input[type="date"]) {
          display: inline-flex !important;
          webkit-appearance: none !important;
          -webkit-appearance: none !important;
             -moz-appearance: none !important;
                  appearance: none !important;
        }
        input[type="date"]::-webkit-calendar-picker-indicator {
          position: absolute !important;
          inset-inline-end: 0.75em !important;
          width: 1em !important;
          height: 1em !important;
          cursor: pointer !important;
        }
      }
    }
  }
  .indicator {
    @layer daisyui.l1.l2.l3 {
      position: relative;
      display: inline-flex;
      width: -moz-max-content;
      width: max-content;
      :where(.indicator-item) {
        z-index: 1;
        position: absolute;
        white-space: nowrap;
        top: var(--indicator-t, 0);
        bottom: var(--indicator-b, auto);
        left: var(--indicator-s, auto);
        right: var(--indicator-e, 0);
        translate: var(--indicator-x, 50%) var(--indicator-y, -50%);
      }
    }
  }
  .indicator\! {
    @layer daisyui.l1.l2.l3 {
      position: relative !important;
      display: inline-flex !important;
      width: -moz-max-content !important;
      width: max-content !important;
      :where(.indicator-item) {
        z-index: 1 !important;
        position: absolute !important;
        white-space: nowrap !important;
        top: var(--indicator-t, 0) !important;
        bottom: var(--indicator-b, auto) !important;
        left: var(--indicator-s, auto) !important;
        right: var(--indicator-e, 0) !important;
        translate: var(--indicator-x, 50%) var(--indicator-y, -50%) !important;
      }
    }
  }
  .table {
    @layer daisyui.l1.l2.l3 {
      font-size: 0.875rem;
      position: relative;
      width: 100%;
      border-collapse: separate;
      --tw-border-spacing-x: calc(0.25rem * 0);
      --tw-border-spacing-y: calc(0.25rem * 0);
      border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
      border-radius: var(--radius-box);
      text-align: left;
      &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
        text-align: right;
      }
      tr.row-hover {
        &, &:nth-child(even) {
          &:hover {
            @media (hover: hover) {
              background-color: var(--color-base-200);
            }
          }
        }
      }
      :where(th, td) {
        padding-inline: calc(0.25rem * 4);
        padding-block: calc(0.25rem * 3);
        vertical-align: middle;
      }
      :where(thead, tfoot) {
        white-space: nowrap;
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 60%, transparent);
        }
        font-size: 0.875rem;
        font-weight: 600;
      }
      :where(tfoot tr:first-child :is(td, th)) {
        border-top: var(--border) solid var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          border-top: var(--border) solid color-mix(in oklch, var(--color-base-content) 5%, #0000);
        }
      }
      :where(.table-pin-rows thead tr) {
        position: sticky;
        top: calc(0.25rem * 0);
        z-index: 1;
        background-color: var(--color-base-100);
      }
      :where(.table-pin-rows tfoot tr) {
        position: sticky;
        bottom: calc(0.25rem * 0);
        z-index: 1;
        background-color: var(--color-base-100);
      }
      :where(.table-pin-cols tr th) {
        position: sticky;
        right: calc(0.25rem * 0);
        left: calc(0.25rem * 0);
        background-color: var(--color-base-100);
      }
      :where(thead tr :is(td, th), tbody tr:not(:last-child) :is(td, th)) {
        border-bottom: var(--border) solid var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          border-bottom: var(--border) solid color-mix(in oklch, var(--color-base-content) 5%, #0000);
        }
      }
    }
  }
  .table\! {
    @layer daisyui.l1.l2.l3 {
      font-size: 0.875rem !important;
      position: relative !important;
      width: 100% !important;
      border-collapse: separate !important;
      --tw-border-spacing-x: calc(0.25rem * 0) !important;
      --tw-border-spacing-y: calc(0.25rem * 0) !important;
      border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y) !important;
      border-radius: var(--radius-box) !important;
      text-align: left !important;
      &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
        text-align: right !important;
      }
      tr.row-hover {
        &, &:nth-child(even) {
          &:hover {
            @media (hover: hover) {
              background-color: var(--color-base-200) !important;
            }
          }
        }
      }
      :where(th, td) {
        padding-inline: calc(0.25rem * 4) !important;
        padding-block: calc(0.25rem * 3) !important;
        vertical-align: middle !important;
      }
      :where(thead, tfoot) {
        white-space: nowrap !important;
        color: var(--color-base-content) !important;
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 60%, transparent) !important;
        }
        font-size: 0.875rem !important;
        font-weight: 600 !important;
      }
      :where(tfoot tr:first-child :is(td, th)) {
        border-top: var(--border) solid var(--color-base-content) !important;
        @supports (color: color-mix(in lab, red, red)) {
          border-top: var(--border) solid color-mix(in oklch, var(--color-base-content) 5%, #0000) !important;
        }
      }
      :where(.table-pin-rows thead tr) {
        position: sticky !important;
        top: calc(0.25rem * 0) !important;
        z-index: 1 !important;
        background-color: var(--color-base-100) !important;
      }
      :where(.table-pin-rows tfoot tr) {
        position: sticky !important;
        bottom: calc(0.25rem * 0) !important;
        z-index: 1 !important;
        background-color: var(--color-base-100) !important;
      }
      :where(.table-pin-cols tr th) {
        position: sticky !important;
        right: calc(0.25rem * 0) !important;
        left: calc(0.25rem * 0) !important;
        background-color: var(--color-base-100) !important;
      }
      :where(thead tr :is(td, th), tbody tr:not(:last-child) :is(td, th)) {
        border-bottom: var(--border) solid var(--color-base-content) !important;
        @supports (color: color-mix(in lab, red, red)) {
          border-bottom: var(--border) solid color-mix(in oklch, var(--color-base-content) 5%, #0000) !important;
        }
      }
    }
  }
  .steps {
    @layer daisyui.l1.l2.l3 {
      display: inline-grid;
      grid-auto-flow: column;
      overflow: hidden;
      overflow-x: auto;
      counter-reset: step;
      grid-auto-columns: 1fr;
      .step {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-template-columns: auto;
        grid-template-rows: repeat(2, minmax(0, 1fr));
        grid-template-rows: 40px 1fr;
        place-items: center;
        text-align: center;
        min-width: 4rem;
        --step-bg: var(--color-base-300);
        --step-fg: var(--color-base-content);
        &:before {
          top: calc(0.25rem * 0);
          grid-column-start: 1;
          grid-row-start: 1;
          height: calc(0.25rem * 2);
          width: 100%;
          border: 1px solid;
          color: var(--step-bg);
          background-color: var(--step-bg);
          content: "";
          margin-inline-start: -100%;
        }
        > .step-icon, &:not(:has(.step-icon)):after {
          --tw-content: counter(step);
          content: var(--tw-content);
          counter-increment: step;
          z-index: 1;
          color: var(--step-fg);
          background-color: var(--step-bg);
          border: 1px solid var(--step-bg);
          position: relative;
          grid-column-start: 1;
          grid-row-start: 1;
          display: grid;
          height: calc(0.25rem * 8);
          width: calc(0.25rem * 8);
          place-items: center;
          place-self: center;
          border-radius: calc(infinity * 1px);
        }
        &:first-child:before {
          --tw-content: none;
          content: var(--tw-content);
        }
        &[data-content]:after {
          --tw-content: attr(data-content);
          content: var(--tw-content);
        }
      }
    }
    @layer daisyui.l1.l2 {
      .step-neutral {
        + .step-neutral:before, &:after, > .step-icon {
          --step-bg: var(--color-neutral);
          --step-fg: var(--color-neutral-content);
        }
      }
      .step-primary {
        + .step-primary:before, &:after, > .step-icon {
          --step-bg: var(--color-primary);
          --step-fg: var(--color-primary-content);
        }
      }
      .step-secondary {
        + .step-secondary:before, &:after, > .step-icon {
          --step-bg: var(--color-secondary);
          --step-fg: var(--color-secondary-content);
        }
      }
      .step-accent {
        + .step-accent:before, &:after, > .step-icon {
          --step-bg: var(--color-accent);
          --step-fg: var(--color-accent-content);
        }
      }
      .step-info {
        + .step-info:before, &:after, > .step-icon {
          --step-bg: var(--color-info);
          --step-fg: var(--color-info-content);
        }
      }
      .step-success {
        + .step-success:before, &:after, > .step-icon {
          --step-bg: var(--color-success);
          --step-fg: var(--color-success-content);
        }
      }
      .step-warning {
        + .step-warning:before, &:after, > .step-icon {
          --step-bg: var(--color-warning);
          --step-fg: var(--color-warning-content);
        }
      }
      .step-error {
        + .step-error:before, &:after, > .step-icon {
          --step-bg: var(--color-error);
          --step-fg: var(--color-error-content);
        }
      }
    }
  }
  .range {
    @layer daisyui.l1.l2.l3 {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      webkit-appearance: none;
      --range-thumb: var(--color-base-100);
      --range-thumb-size: calc(var(--size-selector, 0.25rem) * 6);
      --range-progress: currentColor;
      --range-fill: 1;
      --range-p: 0.25rem;
      --range-bg: currentColor;
      @supports (color: color-mix(in lab, red, red)) {
        --range-bg: color-mix(in oklab, currentColor 10%, #0000);
      }
      cursor: pointer;
      overflow: hidden;
      background-color: transparent;
      vertical-align: middle;
      width: clamp(3rem, 20rem, 100%);
      --radius-selector-max: calc(
      var(--radius-selector) + var(--radius-selector) + var(--radius-selector)
    );
      border-radius: calc(var(--radius-selector) + min(var(--range-p), var(--radius-selector-max)));
      border: none;
      height: var(--range-thumb-size);
      [dir="rtl"] & {
        --range-dir: -1;
      }
      &:focus {
        outline: none;
      }
      &:focus-visible {
        outline: 2px solid;
        outline-offset: 2px;
      }
      &::-webkit-slider-runnable-track {
        width: 100%;
        background-color: var(--range-bg);
        border-radius: var(--radius-selector);
        height: calc(var(--range-thumb-size) * 0.5);
      }
      @media (forced-colors: active) {
        &::-webkit-slider-runnable-track {
          border: 1px solid;
        }
      }
      @media (forced-colors: active) {
        &::-moz-range-track {
          border: 1px solid;
        }
      }
      &::-webkit-slider-thumb {
        position: relative;
        box-sizing: border-box;
        border-radius: calc(var(--radius-selector) + min(var(--range-p), var(--radius-selector-max)));
        background-color: var(--range-thumb);
        height: var(--range-thumb-size);
        width: var(--range-thumb-size);
        border: var(--range-p) solid;
        -webkit-appearance: none;
                appearance: none;
        webkit-appearance: none;
        top: 50%;
        color: var(--range-progress);
        transform: translateY(-50%);
        box-shadow: 0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px currentColor, 0 0 0 2rem var(--range-thumb) inset, calc((var(--range-dir, 1) * -100rem) - (var(--range-dir, 1) * var(--range-thumb-size) / 2)) 0 0 calc(100rem * var(--range-fill));
        @supports (color: color-mix(in lab, red, red)) {
          box-shadow: 0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px color-mix(in oklab, currentColor calc(var(--depth) * 10%), #0000), 0 0 0 2rem var(--range-thumb) inset, calc((var(--range-dir, 1) * -100rem) - (var(--range-dir, 1) * var(--range-thumb-size) / 2)) 0 0 calc(100rem * var(--range-fill));
        }
      }
      &::-moz-range-track {
        width: 100%;
        background-color: var(--range-bg);
        border-radius: var(--radius-selector);
        height: calc(var(--range-thumb-size) * 0.5);
      }
      &::-moz-range-thumb {
        position: relative;
        box-sizing: border-box;
        border-radius: calc(var(--radius-selector) + min(var(--range-p), var(--radius-selector-max)));
        background-color: currentColor;
        height: var(--range-thumb-size);
        width: var(--range-thumb-size);
        border: var(--range-p) solid;
        top: 50%;
        color: var(--range-progress);
        box-shadow: 0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px currentColor, 0 0 0 2rem var(--range-thumb) inset, calc((var(--range-dir, 1) * -100rem) - (var(--range-dir, 1) * var(--range-thumb-size) / 2)) 0 0 calc(100rem * var(--range-fill));
        @supports (color: color-mix(in lab, red, red)) {
          box-shadow: 0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px color-mix(in oklab, currentColor calc(var(--depth) * 10%), #0000), 0 0 0 2rem var(--range-thumb) inset, calc((var(--range-dir, 1) * -100rem) - (var(--range-dir, 1) * var(--range-thumb-size) / 2)) 0 0 calc(100rem * var(--range-fill));
        }
      }
      &:disabled {
        cursor: not-allowed;
        opacity: 30%;
      }
    }
  }
  .range\! {
    @layer daisyui.l1.l2.l3 {
      -webkit-appearance: none !important;
         -moz-appearance: none !important;
              appearance: none !important;
      webkit-appearance: none !important;
      --range-thumb: var(--color-base-100) !important;
      --range-thumb-size: calc(var(--size-selector, 0.25rem) * 6) !important;
      --range-progress: currentColor !important;
      --range-fill: 1 !important;
      --range-p: 0.25rem !important;
      --range-bg: currentColor !important;
      @supports (color: color-mix(in lab, red, red)) {
        --range-bg: color-mix(in oklab, currentColor 10%, #0000) !important;
      }
      cursor: pointer !important;
      overflow: hidden !important;
      background-color: transparent !important;
      vertical-align: middle !important;
      width: clamp(3rem, 20rem, 100%) !important;
      --radius-selector-max: calc(
      var(--radius-selector) + var(--radius-selector) + var(--radius-selector)
    ) !important;
      border-radius: calc(var(--radius-selector) + min(var(--range-p), var(--radius-selector-max))) !important;
      border: none !important;
      height: var(--range-thumb-size) !important;
      [dir="rtl"] & {
        --range-dir: -1 !important;
      }
      &:focus {
        outline: none !important;
      }
      &:focus-visible {
        outline: 2px solid !important;
        outline-offset: 2px !important;
      }
      &::-webkit-slider-runnable-track {
        width: 100% !important;
        background-color: var(--range-bg) !important;
        border-radius: var(--radius-selector) !important;
        height: calc(var(--range-thumb-size) * 0.5) !important;
      }
      @media (forced-colors: active) {
        &::-webkit-slider-runnable-track {
          border: 1px solid !important;
        }
      }
      @media (forced-colors: active) {
        &::-moz-range-track {
          border: 1px solid !important;
        }
      }
      &::-webkit-slider-thumb {
        position: relative !important;
        box-sizing: border-box !important;
        border-radius: calc(var(--radius-selector) + min(var(--range-p), var(--radius-selector-max))) !important;
        background-color: var(--range-thumb) !important;
        height: var(--range-thumb-size) !important;
        width: var(--range-thumb-size) !important;
        border: var(--range-p) solid !important;
        -webkit-appearance: none !important;
                appearance: none !important;
        webkit-appearance: none !important;
        top: 50% !important;
        color: var(--range-progress) !important;
        transform: translateY(-50%) !important;
        box-shadow: 0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px currentColor, 0 0 0 2rem var(--range-thumb) inset, calc((var(--range-dir, 1) * -100rem) - (var(--range-dir, 1) * var(--range-thumb-size) / 2)) 0 0 calc(100rem * var(--range-fill)) !important;
        @supports (color: color-mix(in lab, red, red)) {
          box-shadow: 0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px color-mix(in oklab, currentColor calc(var(--depth) * 10%), #0000), 0 0 0 2rem var(--range-thumb) inset, calc((var(--range-dir, 1) * -100rem) - (var(--range-dir, 1) * var(--range-thumb-size) / 2)) 0 0 calc(100rem * var(--range-fill)) !important;
        }
      }
      &::-moz-range-track {
        width: 100% !important;
        background-color: var(--range-bg) !important;
        border-radius: var(--radius-selector) !important;
        height: calc(var(--range-thumb-size) * 0.5) !important;
      }
      &::-moz-range-thumb {
        position: relative !important;
        box-sizing: border-box !important;
        border-radius: calc(var(--radius-selector) + min(var(--range-p), var(--radius-selector-max))) !important;
        background-color: currentColor !important;
        height: var(--range-thumb-size) !important;
        width: var(--range-thumb-size) !important;
        border: var(--range-p) solid !important;
        top: 50% !important;
        color: var(--range-progress) !important;
        box-shadow: 0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px currentColor, 0 0 0 2rem var(--range-thumb) inset, calc((var(--range-dir, 1) * -100rem) - (var(--range-dir, 1) * var(--range-thumb-size) / 2)) 0 0 calc(100rem * var(--range-fill)) !important;
        @supports (color: color-mix(in lab, red, red)) {
          box-shadow: 0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px color-mix(in oklab, currentColor calc(var(--depth) * 10%), #0000), 0 0 0 2rem var(--range-thumb) inset, calc((var(--range-dir, 1) * -100rem) - (var(--range-dir, 1) * var(--range-thumb-size) / 2)) 0 0 calc(100rem * var(--range-fill)) !important;
        }
      }
      &:disabled {
        cursor: not-allowed !important;
        opacity: 30% !important;
      }
    }
  }
  .select {
    @layer daisyui.l1.l2.l3 {
      border: var(--border) solid #0000;
      position: relative;
      display: inline-flex;
      flex-shrink: 1;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      align-items: center;
      gap: calc(0.25rem * 1.5);
      background-color: var(--color-base-100);
      padding-inline-start: calc(0.25rem * 3);
      padding-inline-end: calc(0.25rem * 7);
      vertical-align: middle;
      width: clamp(3rem, 20rem, 100%);
      height: var(--size);
      font-size: 0.875rem;
      touch-action: manipulation;
      border-start-start-radius: var(--join-ss, var(--radius-field));
      border-start-end-radius: var(--join-se, var(--radius-field));
      border-end-start-radius: var(--join-es, var(--radius-field));
      border-end-end-radius: var(--join-ee, var(--radius-field));
      background-image: linear-gradient(45deg, #0000 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, #0000 50%);
      background-position: calc(100% - 20px) calc(1px + 50%), calc(100% - 16.1px) calc(1px + 50%);
      background-size: 4px 4px, 4px 4px;
      background-repeat: no-repeat;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      box-shadow: 0 1px var(--input-color) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
      }
      border-color: var(--input-color);
      --input-color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        --input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000);
      }
      --size: calc(var(--size-field, 0.25rem) * 10);
      [dir="rtl"] & {
        background-position: calc(0% + 12px) calc(1px + 50%), calc(0% + 16px) calc(1px + 50%);
        &::picker(select), select::picker(select) {
          translate: 0.5rem 0;
        }
      }
      &[multiple] {
        height: auto;
        overflow: auto;
        padding-block: calc(0.25rem * 3);
        padding-inline-end: calc(0.25rem * 3);
        background-image: none;
      }
      select {
        margin-inline-start: calc(0.25rem * -3);
        margin-inline-end: calc(0.25rem * -7);
        width: calc(100% + 2.75rem);
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        padding-inline-start: calc(0.25rem * 3);
        padding-inline-end: calc(0.25rem * 7);
        height: calc(100% - calc(var(--border) * 2));
        align-items: center;
        background: inherit;
        border-radius: inherit;
        border-style: none;
        &:focus, &:focus-within {
          --tw-outline-style: none;
          outline-style: none;
          @media (forced-colors: active) {
            outline: 2px solid transparent;
            outline-offset: 2px;
          }
        }
        &:not(:last-child) {
          margin-inline-end: calc(0.25rem * -5.5);
          background-image: none;
        }
      }
      &:focus, &:focus-within {
        --input-color: var(--color-base-content);
        box-shadow: 0 1px var(--input-color);
        @supports (color: color-mix(in lab, red, red)) {
          box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000);
        }
        outline: 2px solid var(--input-color);
        outline-offset: 2px;
        isolation: isolate;
        z-index: 1;
      }
      &:has(> select[disabled]), &:is(:disabled, [disabled]), fieldset:disabled & {
        cursor: not-allowed;
        border-color: var(--color-base-200);
        background-color: var(--color-base-200);
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
        }
        &::-moz-placeholder {
          color: var(--color-base-content);
          @supports (color: color-mix(in lab, red, red)) {
            color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
          }
        }
        &::placeholder {
          color: var(--color-base-content);
          @supports (color: color-mix(in lab, red, red)) {
            color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
          }
        }
      }
      &:has(> select[disabled]) > select[disabled] {
        cursor: not-allowed;
      }
      &, & select {
        @supports ((-webkit-appearance: base-select) or (-moz-appearance: base-select) or (appearance: base-select)) {
          -webkit-appearance: base-select;
             -moz-appearance: base-select;
                  appearance: base-select;
        }
        @supports ((-webkit-appearance: base-select) or (-moz-appearance: base-select) or (appearance: base-select)) {
          &::picker(select) {
            -webkit-appearance: base-select;
               -moz-appearance: base-select;
                    appearance: base-select;
          }
        }
        &::picker(select) {
          color: inherit;
          max-height: min(24rem, 70dvh);
          margin-inline: 0.5rem;
          translate: -0.5rem 0;
          border: var(--border) solid var(--color-base-200);
          margin-block: calc(0.25rem * 2);
          border-radius: var(--radius-box);
          padding: calc(0.25rem * 2);
          background-color: inherit;
          box-shadow: 0 2px calc(var(--depth) * 3px) -2px oklch(0% 0 0/0.2);
          box-shadow: 0 20px 25px -5px rgb(0 0 0 / calc(var(--depth) * 0.1)), 0 8px 10px -6px rgb(0 0 0 / calc(var(--depth) * 0.1));
        }
        &::picker-icon {
          display: none;
        }
        optgroup {
          padding-top: 0.5em;
          option {
            &:nth-child(1) {
              margin-top: 0.5em;
            }
          }
        }
        option {
          border-radius: var(--radius-field);
          padding-inline: calc(0.25rem * 3);
          padding-block: calc(0.25rem * 1.5);
          transition-property: color, background-color;
          transition-duration: 0.2s;
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          white-space: normal;
          &:not(:disabled) {
            &:hover, &:focus-visible {
              cursor: pointer;
              background-color: var(--color-base-content);
              @supports (color: color-mix(in lab, red, red)) {
                background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
              }
              --tw-outline-style: none;
              outline-style: none;
              @media (forced-colors: active) {
                outline: 2px solid transparent;
                outline-offset: 2px;
              }
            }
            &:active {
              background-color: var(--color-neutral);
              color: var(--color-neutral-content);
              box-shadow: 0 2px calc(var(--depth) * 3px) -2px var(--color-neutral);
            }
          }
        }
      }
    }
  }
  .select\! {
    @layer daisyui.l1.l2.l3 {
      border: var(--border) solid #0000 !important;
      position: relative !important;
      display: inline-flex !important;
      flex-shrink: 1 !important;
      -webkit-appearance: none !important;
         -moz-appearance: none !important;
              appearance: none !important;
      align-items: center !important;
      gap: calc(0.25rem * 1.5) !important;
      background-color: var(--color-base-100) !important;
      padding-inline-start: calc(0.25rem * 3) !important;
      padding-inline-end: calc(0.25rem * 7) !important;
      vertical-align: middle !important;
      width: clamp(3rem, 20rem, 100%) !important;
      height: var(--size) !important;
      font-size: 0.875rem !important;
      touch-action: manipulation !important;
      border-start-start-radius: var(--join-ss, var(--radius-field)) !important;
      border-start-end-radius: var(--join-se, var(--radius-field)) !important;
      border-end-start-radius: var(--join-es, var(--radius-field)) !important;
      border-end-end-radius: var(--join-ee, var(--radius-field)) !important;
      background-image: linear-gradient(45deg, #0000 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, #0000 50%) !important;
      background-position: calc(100% - 20px) calc(1px + 50%), calc(100% - 16.1px) calc(1px + 50%) !important;
      background-size: 4px 4px, 4px 4px !important;
      background-repeat: no-repeat !important;
      white-space: nowrap !important;
      overflow: hidden !important;
      text-overflow: ellipsis !important;
      box-shadow: 0 1px var(--input-color) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset !important;
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset !important;
      }
      border-color: var(--input-color) !important;
      --input-color: var(--color-base-content) !important;
      @supports (color: color-mix(in lab, red, red)) {
        --input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000) !important;
      }
      --size: calc(var(--size-field, 0.25rem) * 10) !important;
      [dir="rtl"] & {
        background-position: calc(0% + 12px) calc(1px + 50%), calc(0% + 16px) calc(1px + 50%) !important;
        &::picker(select), select::picker(select) {
          translate: 0.5rem 0 !important;
        }
      }
      &[multiple] {
        height: auto !important;
        overflow: auto !important;
        padding-block: calc(0.25rem * 3) !important;
        padding-inline-end: calc(0.25rem * 3) !important;
        background-image: none !important;
      }
      select {
        margin-inline-start: calc(0.25rem * -3) !important;
        margin-inline-end: calc(0.25rem * -7) !important;
        width: calc(100% + 2.75rem) !important;
        -webkit-appearance: none !important;
           -moz-appearance: none !important;
                appearance: none !important;
        padding-inline-start: calc(0.25rem * 3) !important;
        padding-inline-end: calc(0.25rem * 7) !important;
        height: calc(100% - calc(var(--border) * 2)) !important;
        align-items: center !important;
        background: inherit !important;
        border-radius: inherit !important;
        border-style: none !important;
        &:focus, &:focus-within {
          --tw-outline-style: none !important;
          outline-style: none !important;
          @media (forced-colors: active) {
            outline: 2px solid transparent !important;
            outline-offset: 2px !important;
          }
        }
        &:not(:last-child) {
          margin-inline-end: calc(0.25rem * -5.5) !important;
          background-image: none !important;
        }
      }
      &:focus, &:focus-within {
        --input-color: var(--color-base-content) !important;
        box-shadow: 0 1px var(--input-color) !important;
        @supports (color: color-mix(in lab, red, red)) {
          box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000) !important;
        }
        outline: 2px solid var(--input-color) !important;
        outline-offset: 2px !important;
        isolation: isolate !important;
        z-index: 1 !important;
      }
      &:has(> select[disabled]), &:is(:disabled, [disabled]), fieldset:disabled & {
        cursor: not-allowed !important;
        border-color: var(--color-base-200) !important;
        background-color: var(--color-base-200) !important;
        color: var(--color-base-content) !important;
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 40%, transparent) !important;
        }
        &::-moz-placeholder {
          color: var(--color-base-content) !important;
          @supports (color: color-mix(in lab, red, red)) {
            color: color-mix(in oklab, var(--color-base-content) 20%, transparent) !important;
          }
        }
        &::placeholder {
          color: var(--color-base-content) !important;
          @supports (color: color-mix(in lab, red, red)) {
            color: color-mix(in oklab, var(--color-base-content) 20%, transparent) !important;
          }
        }
      }
      &:has(> select[disabled]) > select[disabled] {
        cursor: not-allowed !important;
      }
      &, & select {
        @supports ((-webkit-appearance: base-select) or (-moz-appearance: base-select) or (appearance: base-select)) {
          -webkit-appearance: base-select !important;
             -moz-appearance: base-select !important;
                  appearance: base-select !important;
        }
        @supports ((-webkit-appearance: base-select) or (-moz-appearance: base-select) or (appearance: base-select)) {
          &::picker(select) {
            -webkit-appearance: base-select !important;
               -moz-appearance: base-select !important;
                    appearance: base-select !important;
          }
        }
        &::picker(select) {
          color: inherit !important;
          max-height: min(24rem, 70dvh) !important;
          margin-inline: 0.5rem !important;
          translate: -0.5rem 0 !important;
          border: var(--border) solid var(--color-base-200) !important;
          margin-block: calc(0.25rem * 2) !important;
          border-radius: var(--radius-box) !important;
          padding: calc(0.25rem * 2) !important;
          background-color: inherit !important;
          box-shadow: 0 2px calc(var(--depth) * 3px) -2px oklch(0% 0 0/0.2) !important;
          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)) !important;
        }
        &::picker-icon {
          display: none !important;
        }
        optgroup {
          padding-top: 0.5em !important;
          option {
            &:nth-child(1) {
              margin-top: 0.5em !important;
            }
          }
        }
        option {
          border-radius: var(--radius-field) !important;
          padding-inline: calc(0.25rem * 3) !important;
          padding-block: calc(0.25rem * 1.5) !important;
          transition-property: color, background-color !important;
          transition-duration: 0.2s !important;
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
          white-space: normal !important;
          &:not(:disabled) {
            &:hover, &:focus-visible {
              cursor: pointer !important;
              background-color: var(--color-base-content) !important;
              @supports (color: color-mix(in lab, red, red)) {
                background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent) !important;
              }
              --tw-outline-style: none !important;
              outline-style: none !important;
              @media (forced-colors: active) {
                outline: 2px solid transparent !important;
                outline-offset: 2px !important;
              }
            }
            &:active {
              background-color: var(--color-neutral) !important;
              color: var(--color-neutral-content) !important;
              box-shadow: 0 2px calc(var(--depth) * 3px) -2px var(--color-neutral) !important;
            }
          }
        }
      }
    }
  }
  .timeline {
    @layer daisyui.l1.l2.l3 {
      position: relative;
      display: flex;
      > li {
        position: relative;
        display: grid;
        flex-shrink: 0;
        align-items: center;
        grid-template-rows: var(--timeline-row-start, minmax(0, 1fr)) auto var( --timeline-row-end, minmax(0, 1fr) );
        grid-template-columns: var(--timeline-col-start, minmax(0, 1fr)) auto var( --timeline-col-end, minmax(0, 1fr) );
        > hr {
          border: none;
          width: 100%;
          &:first-child {
            grid-column-start: 1;
            grid-row-start: 2;
          }
          &:last-child {
            grid-column-start: 3;
            grid-column-end: none;
            grid-row-start: 2;
            grid-row-end: auto;
          }
          @media print {
            border: 0.1px solid var(--color-base-300);
          }
        }
      }
      :where(hr) {
        height: calc(0.25rem * 1);
        background-color: var(--color-base-300);
      }
      &:has(.timeline-middle hr) {
        &:first-child {
          border-start-start-radius: 0;
          border-end-start-radius: 0;
          border-start-end-radius: var(--radius-selector);
          border-end-end-radius: var(--radius-selector);
        }
        &:last-child {
          border-start-start-radius: var(--radius-selector);
          border-end-start-radius: var(--radius-selector);
          border-start-end-radius: 0;
          border-end-end-radius: 0;
        }
      }
      &:not(:has(.timeline-middle)) {
        :first-child hr:last-child {
          border-start-start-radius: var(--radius-selector);
          border-end-start-radius: var(--radius-selector);
          border-start-end-radius: 0;
          border-end-end-radius: 0;
        }
        :last-child hr:first-child {
          border-start-start-radius: 0;
          border-end-start-radius: 0;
          border-start-end-radius: var(--radius-selector);
          border-end-end-radius: var(--radius-selector);
        }
      }
    }
  }
  .swap {
    @layer daisyui.l1.l2.l3 {
      position: relative;
      display: inline-grid;
      cursor: pointer;
      place-content: center;
      vertical-align: middle;
      webkit-user-select: none;
      -webkit-user-select: none;
         -moz-user-select: none;
              user-select: none;
      input {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        border: none;
      }
      > * {
        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-on, .swap-indeterminate, input:indeterminate ~ .swap-on {
        opacity: 0%;
      }
      input:is(:checked, :indeterminate) {
        & ~ .swap-off {
          opacity: 0%;
        }
      }
      input:checked ~ .swap-on, input:indeterminate ~ .swap-indeterminate {
        opacity: 100%;
        backface-visibility: visible;
      }
    }
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .avatar {
    @layer daisyui.l1.l2.l3 {
      position: relative;
      display: inline-flex;
      vertical-align: middle;
      & > div {
        display: block;
        aspect-ratio: 1 / 1;
        overflow: hidden;
      }
      img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
      }
    }
  }
  .checkbox {
    @layer daisyui.l1.l2.l3 {
      border: var(--border) solid var(--input-color, var(--color-base-content));
      @supports (color: color-mix(in lab, red, red)) {
        border: var(--border) solid var(--input-color, color-mix(in oklab, var(--color-base-content) 20%, #0000));
      }
      position: relative;
      display: inline-block;
      flex-shrink: 0;
      cursor: pointer;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border-radius: var(--radius-selector);
      padding: calc(0.25rem * 1);
      vertical-align: middle;
      color: var(--color-base-content);
      box-shadow: 0 1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 0 #0000 inset, 0 0 #0000;
      transition: background-color 0.2s, box-shadow 0.2s;
      --size: calc(var(--size-selector, 0.25rem) * 6);
      width: var(--size);
      height: var(--size);
      background-size: auto, calc(var(--noise) * 100%);
      background-image: none, var(--fx-noise);
      &:before {
        --tw-content: "";
        content: var(--tw-content);
        display: block;
        width: 100%;
        height: 100%;
        rotate: 45deg;
        background-color: currentcolor;
        opacity: 0%;
        transition: clip-path 0.3s, opacity 0.1s, rotate 0.3s, translate 0.3s;
        transition-delay: 0.1s;
        clip-path: polygon(20% 100%, 20% 80%, 50% 80%, 50% 80%, 70% 80%, 70% 100%);
        box-shadow: 0px 3px 0 0px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
        font-size: 1rem;
        line-height: 0.75;
      }
      &:focus-visible {
        outline: 2px solid var(--input-color, currentColor);
        outline-offset: 2px;
      }
      &:checked, &[aria-checked="true"] {
        background-color: var(--input-color, #0000);
        box-shadow: 0 0 #0000 inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px oklch(0% 0 0 / calc(var(--depth) * 0.1));
        &:before {
          clip-path: polygon(20% 100%, 20% 80%, 50% 80%, 50% 0%, 70% 0%, 70% 100%);
          opacity: 100%;
        }
        @media (forced-colors: active) {
          &:before {
            rotate: 0deg;
            background-color: transparent;
            --tw-content: "✔︎";
            clip-path: none;
          }
        }
        @media print {
          &:before {
            rotate: 0deg;
            background-color: transparent;
            --tw-content: "✔︎";
            clip-path: none;
          }
        }
      }
      &:indeterminate {
        background-color: var( --input-color, var(--color-base-content) );
        @supports (color: color-mix(in lab, red, red)) {
          background-color: var( --input-color, color-mix(in oklab, var(--color-base-content) 20%, #0000) );
        }
        &:before {
          rotate: 0deg;
          opacity: 100%;
          translate: 0 -35%;
          clip-path: polygon(20% 100%, 20% 80%, 50% 80%, 50% 80%, 80% 80%, 80% 100%);
        }
      }
    }
    &:disabled {
      @layer daisyui.l1.l2 {
        cursor: not-allowed;
        opacity: 20%;
      }
    }
  }
  .radio {
    @layer daisyui.l1.l2.l3 {
      position: relative;
      display: inline-block;
      flex-shrink: 0;
      cursor: pointer;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border-radius: calc(infinity * 1px);
      padding: calc(0.25rem * 1);
      vertical-align: middle;
      border: var(--border) solid var(--input-color, currentColor);
      @supports (color: color-mix(in lab, red, red)) {
        border: var(--border) solid var(--input-color, color-mix(in srgb, currentColor 20%, #0000));
      }
      box-shadow: 0 1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset;
      --size: calc(var(--size-selector, 0.25rem) * 6);
      width: var(--size);
      height: var(--size);
      color: var(--input-color, currentColor);
      &: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);
      }
      &:focus-visible {
        outline: 2px solid currentColor;
      }
      &:checked, &[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;
          }
        }
      }
    }
    &:disabled {
      @layer daisyui.l1.l2 {
        cursor: not-allowed;
        opacity: 20%;
      }
    }
  }
  .rating {
    @layer daisyui.l1.l2.l3 {
      position: relative;
      display: inline-flex;
      vertical-align: middle;
      & input {
        border: none;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
      }
      :where(*) {
        height: calc(0.25rem * 6);
        width: calc(0.25rem * 6);
        border-radius: 0;
        background-color: var(--color-base-content);
        opacity: 20%;
        @media (prefers-reduced-motion: no-preference) {
          animation: rating 0.25s ease-out;
        }
        &:is(input) {
          cursor: pointer;
        }
      }
      & .rating-hidden {
        width: calc(0.25rem * 2);
        background-color: transparent;
      }
      input[type="radio"]:checked {
        background-image: none;
      }
      * {
        &:checked, &[aria-checked="true"], &[aria-current="true"], &:has(~ *:checked, ~ *[aria-checked="true"], ~ *[aria-current="true"]) {
          opacity: 100%;
        }
        &:focus-visible {
          scale: 1.1;
          @media (prefers-reduced-motion: no-preference) {
            transition: scale 0.2s ease-out;
          }
        }
      }
      & *:active:focus {
        animation: none;
        scale: 1.1;
      }
    }
    @layer daisyui.l1.l2 {
      &.rating-xs :where(*:not(.rating-hidden)) {
        width: calc(0.25rem * 4);
        height: calc(0.25rem * 4);
      }
      &.rating-sm :where(*:not(.rating-hidden)) {
        width: calc(0.25rem * 5);
        height: calc(0.25rem * 5);
      }
      &.rating-md :where(*:not(.rating-hidden)) {
        width: calc(0.25rem * 6);
        height: calc(0.25rem * 6);
      }
      &.rating-lg :where(*:not(.rating-hidden)) {
        width: calc(0.25rem * 7);
        height: calc(0.25rem * 7);
      }
      &.rating-xl :where(*:not(.rating-hidden)) {
        width: calc(0.25rem * 8);
        height: calc(0.25rem * 8);
      }
    }
  }
  .navbar {
    @layer daisyui.l1.l2.l3 {
      display: flex;
      width: 100%;
      align-items: center;
      padding: 0.5rem;
      min-height: 4rem;
    }
    :where(&) {
      @layer daisyui.l1.l2 {
        position: relative;
      }
    }
  }
  .card {
    @layer daisyui.l1.l2.l3 {
      position: relative;
      display: flex;
      flex-direction: column;
      border-radius: var(--radius-box);
      outline-width: 2px;
      transition: outline 0.2s ease-in-out;
      outline: 0 solid #0000;
      outline-offset: 2px;
      &:focus {
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
      }
      &:focus-visible {
        outline-color: currentColor;
      }
      :where(figure:first-child) {
        overflow: hidden;
        border-start-start-radius: inherit;
        border-start-end-radius: inherit;
        border-end-start-radius: unset;
        border-end-end-radius: unset;
      }
      :where(figure:last-child) {
        overflow: hidden;
        border-start-start-radius: unset;
        border-start-end-radius: unset;
        border-end-start-radius: inherit;
        border-end-end-radius: inherit;
      }
      figure {
        display: flex;
        align-items: center;
        justify-content: center;
      }
      &:has(> input:is(input[type="checkbox"], input[type="radio"])) {
        cursor: pointer;
        -webkit-user-select: none;
           -moz-user-select: none;
                user-select: none;
      }
      &:has(> :checked) {
        outline: 2px solid currentColor;
      }
    }
  }
  .stats {
    @layer daisyui.l1.l2.l3 {
      position: relative;
      display: inline-grid;
      grid-auto-flow: column;
      overflow-x: auto;
      border-radius: var(--radius-box);
    }
  }
  .progress {
    @layer daisyui.l1.l2.l3 {
      position: relative;
      height: calc(0.25rem * 2);
      width: 100%;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      overflow: hidden;
      border-radius: var(--radius-box);
      background-color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, currentcolor 20%, transparent);
      }
      color: var(--color-base-content);
      &:indeterminate {
        background-image: repeating-linear-gradient( 90deg, currentColor -1%, currentColor 10%, #0000 10%, #0000 90% );
        background-size: 200%;
        background-position-x: 15%;
        @media (prefers-reduced-motion: no-preference) {
          animation: progress 5s ease-in-out infinite;
        }
        @supports (-moz-appearance: none) {
          &::-moz-progress-bar {
            background-color: transparent;
            @media (prefers-reduced-motion: no-preference) {
              animation: progress 5s ease-in-out infinite;
              background-image: repeating-linear-gradient( 90deg, currentColor -1%, currentColor 10%, #0000 10%, #0000 90% );
              background-size: 200%;
              background-position-x: 15%;
            }
          }
        }
      }
      @supports (-moz-appearance: none) {
        &::-moz-progress-bar {
          border-radius: var(--radius-box);
          background-color: currentcolor;
        }
      }
      @supports (-webkit-appearance: none) {
        &::-webkit-progress-bar {
          border-radius: var(--radius-box);
          background-color: transparent;
        }
        &::-webkit-progress-value {
          border-radius: var(--radius-box);
          background-color: currentColor;
        }
      }
    }
  }
  .absolute {
    position: absolute;
  }
  .absolute\! {
    position: absolute !important;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .relative\! {
    position: relative !important;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start-1 {
    inset-inline-start: calc(var(--spacing) * 1);
  }
  .start-50 {
    inset-inline-start: calc(var(--spacing) * 50);
  }
  .dropdown-center {
    @layer daisyui.l1.l2 {
      --anchor-h: center;
      :where(.dropdown-content) {
        inset-inline-end: calc(1/2 * 100%);
        translate: 50% 0;
        [dir="rtl"] & {
          translate: -50% 0;
        }
      }
      &.dropdown-left {
        --anchor-h: left;
        --anchor-v: center;
        .dropdown-content {
          top: auto;
          bottom: calc(1/2 * 100%);
          translate: 0 50%;
        }
      }
      &.dropdown-right {
        --anchor-h: right;
        --anchor-v: center;
        .dropdown-content {
          top: auto;
          bottom: calc(1/2 * 100%);
          translate: 0 50%;
        }
      }
    }
  }
  .dropdown-end {
    @layer daisyui.l1.l2 {
      --anchor-h: span-left;
      :where(.dropdown-content) {
        inset-inline-end: calc(0.25rem * 0);
        translate: 0 0;
        [dir="rtl"] & {
          translate: 0 0;
        }
      }
      &.dropdown-left {
        --anchor-h: left;
        --anchor-v: span-top;
        .dropdown-content {
          top: auto;
          bottom: calc(0.25rem * 0);
        }
      }
      &.dropdown-right {
        --anchor-h: right;
        --anchor-v: span-top;
        .dropdown-content {
          top: auto;
          bottom: calc(0.25rem * 0);
        }
      }
    }
  }
  .file-input {
    @layer daisyui.l1.l2.l3 {
      cursor: pointer;
      cursor: pointer;
      border: var(--border) solid #0000;
      display: inline-flex;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      align-items: center;
      background-color: var(--color-base-100);
      vertical-align: middle;
      webkit-user-select: none;
      -webkit-user-select: none;
         -moz-user-select: none;
              user-select: none;
      width: clamp(3rem, 20rem, 100%);
      height: var(--size);
      padding-inline-end: 0.75rem;
      font-size: 0.875rem;
      line-height: 2;
      border-start-start-radius: var(--join-ss, var(--radius-field));
      border-start-end-radius: var(--join-se, var(--radius-field));
      border-end-start-radius: var(--join-es, var(--radius-field));
      border-end-end-radius: var(--join-ee, var(--radius-field));
      border-color: var(--input-color);
      box-shadow: 0 1px var(--input-color) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
      }
      --size: calc(var(--size-field, 0.25rem) * 10);
      --input-color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        --input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000);
      }
      &::file-selector-button {
        margin-inline-end: calc(0.25rem * 4);
        cursor: pointer;
        padding-inline: calc(0.25rem * 4);
        webkit-user-select: none;
        -webkit-user-select: none;
           -moz-user-select: none;
                user-select: none;
        height: calc(100% + var(--border) * 2);
        margin-block: calc(var(--border) * -1);
        margin-inline-start: calc(var(--border) * -1);
        font-size: 0.875rem;
        color: var(--btn-fg);
        border-width: var(--border);
        border-style: solid;
        border-color: var(--btn-border);
        border-start-start-radius: calc(var(--join-ss, var(--radius-field) - var(--border)));
        border-end-start-radius: calc(var(--join-es, var(--radius-field) - var(--border)));
        font-weight: 600;
        background-color: var(--btn-bg);
        background-size: calc(var(--noise) * 100%);
        background-image: var(--btn-noise);
        text-shadow: 0 0.5px oklch(1 0 0 / calc(var(--depth) * 0.15));
        box-shadow: 0 0.5px 0 0.5px white inset, var(--btn-shadow);
        @supports (color: color-mix(in lab, red, red)) {
          box-shadow: 0 0.5px 0 0.5px color-mix( in oklab, color-mix(in oklab, white 30%, var(--btn-bg)) calc(var(--depth) * 20%), #0000 ) inset, var(--btn-shadow);
        }
        --size: calc(var(--size-field, 0.25rem) * 10);
        --btn-bg: var(--btn-color, var(--color-base-200));
        --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 5%);
        }
        --btn-shadow: 0 3px 2px -2px var(--btn-bg),
        0 4px 3px -2px var(--btn-bg);
        @supports (color: color-mix(in lab, red, red)) {
          --btn-shadow: 0 3px 2px -2px color-mix(in oklab, var(--btn-bg) 30%, #0000),
        0 4px 3px -2px color-mix(in oklab, var(--btn-bg) 30%, #0000);
        }
        --btn-noise: var(--fx-noise);
      }
      &:focus {
        --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) 10%, #0000);
        }
        outline: 2px solid var(--input-color);
        outline-offset: 2px;
        isolation: isolate;
      }
      &:has(> input[disabled]), &:is(:disabled, [disabled]) {
        cursor: not-allowed;
        border-color: var(--color-base-200);
        background-color: var(--color-base-200);
        &::-moz-placeholder {
          color: var(--color-base-content);
          @supports (color: color-mix(in lab, red, red)) {
            color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
          }
        }
        &::placeholder {
          color: var(--color-base-content);
          @supports (color: color-mix(in lab, red, red)) {
            color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
          }
        }
        box-shadow: none;
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklch, var(--color-base-content) 20%, #0000);
        }
        &::file-selector-button {
          cursor: not-allowed;
          border-color: var(--color-base-200);
          background-color: var(--color-base-200);
          --btn-border: #0000;
          --btn-noise: none;
          --btn-fg: var(--color-base-content);
          @supports (color: color-mix(in lab, red, red)) {
            --btn-fg: color-mix(in oklch, var(--color-base-content) 20%, #0000);
          }
        }
      }
    }
  }
  .textarea {
    @layer daisyui.l1.l2.l3 {
      border: var(--border) solid #0000;
      min-height: calc(0.25rem * 20);
      flex-shrink: 1;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border-radius: var(--radius-field);
      background-color: var(--color-base-100);
      padding-block: calc(0.25rem * 2);
      vertical-align: middle;
      width: clamp(3rem, 20rem, 100%);
      padding-inline-start: 0.75rem;
      padding-inline-end: 0.75rem;
      font-size: max(var(--font-size, 0.875rem), 0.875rem);
      touch-action: manipulation;
      border-color: var(--input-color);
      box-shadow: 0 1px var(--input-color) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
      }
      --input-color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        --input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000);
      }
      textarea {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        background-color: transparent;
        border: none;
        &:focus, &:focus-within {
          --tw-outline-style: none;
          outline-style: none;
          @media (forced-colors: active) {
            outline: 2px solid transparent;
            outline-offset: 2px;
          }
        }
      }
      &:focus, &:focus-within {
        --input-color: var(--color-base-content);
        box-shadow: 0 1px var(--input-color);
        @supports (color: color-mix(in lab, red, red)) {
          box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000);
        }
        outline: 2px solid var(--input-color);
        outline-offset: 2px;
        isolation: isolate;
      }
      @media (pointer: coarse) {
        @supports (-webkit-touch-callout: none) {
          &:focus, &:focus-within {
            --font-size: 1rem;
          }
        }
      }
      &:has(> textarea[disabled]), &:is(:disabled, [disabled]) {
        cursor: not-allowed;
        border-color: var(--color-base-200);
        background-color: var(--color-base-200);
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
        }
        &::-moz-placeholder {
          color: var(--color-base-content);
          @supports (color: color-mix(in lab, red, red)) {
            color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
          }
        }
        &::placeholder {
          color: var(--color-base-content);
          @supports (color: color-mix(in lab, red, red)) {
            color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
          }
        }
        box-shadow: none;
      }
      &:has(> textarea[disabled]) > textarea[disabled] {
        cursor: not-allowed;
      }
    }
  }
  .isolate {
    isolation: isolate;
  }
  .\!stack {
    @layer daisyui.l1.l2.l3 {
      display: inline-grid !important;
      grid-template-columns: 3px 4px 1fr 4px 3px !important;
      grid-template-rows: 3px 4px 1fr 4px 3px !important;
      & > * {
        height: 100% !important;
        width: 100% !important;
        &:nth-child(n + 2) {
          width: 100% !important;
          opacity: 70% !important;
        }
        &:nth-child(2) {
          z-index: 2 !important;
          opacity: 90% !important;
        }
        &:nth-child(1) {
          z-index: 3 !important;
          width: 100% !important;
        }
      }
    }
    @layer daisyui.l1.l2 {
      &, &.stack-bottom {
        > * {
          grid-column: 3 / 4 !important;
          grid-row: 3 / 6 !important;
          &:nth-child(2) {
            grid-column: 2 / 5 !important;
            grid-row: 2 / 5 !important;
          }
          &:nth-child(1) {
            grid-column: 1 / 6 !important;
            grid-row: 1 / 4 !important;
          }
        }
      }
      &.stack-top {
        > * {
          grid-column: 3 / 4 !important;
          grid-row: 1 / 4 !important;
          &:nth-child(2) {
            grid-column: 2 / 5 !important;
            grid-row: 2 / 5 !important;
          }
          &:nth-child(1) {
            grid-column: 1 / 6 !important;
            grid-row: 3 / 6 !important;
          }
        }
      }
      &.stack-start {
        > * {
          grid-column: 1 / 4 !important;
          grid-row: 3 / 4 !important;
          &:nth-child(2) {
            grid-column: 2 / 5 !important;
            grid-row: 2 / 5 !important;
          }
          &:nth-child(1) {
            grid-column: 3 / 6 !important;
            grid-row: 1 / 6 !important;
          }
        }
      }
      &.stack-end {
        > * {
          grid-column: 3 / 6 !important;
          grid-row: 3 / 4 !important;
          &:nth-child(2) {
            grid-column: 2 / 5 !important;
            grid-row: 2 / 5 !important;
          }
          &:nth-child(1) {
            grid-column: 1 / 4 !important;
            grid-row: 1 / 6 !important;
          }
        }
      }
    }
  }
  .stack {
    @layer daisyui.l1.l2.l3 {
      display: inline-grid;
      grid-template-columns: 3px 4px 1fr 4px 3px;
      grid-template-rows: 3px 4px 1fr 4px 3px;
      & > * {
        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 {
      &, &.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-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-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-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;
          }
        }
      }
    }
  }
  .stack\! {
    @layer daisyui.l1.l2.l3 {
      display: inline-grid !important;
      grid-template-columns: 3px 4px 1fr 4px 3px !important;
      grid-template-rows: 3px 4px 1fr 4px 3px !important;
      & > * {
        height: 100% !important;
        width: 100% !important;
        &:nth-child(n + 2) {
          width: 100% !important;
          opacity: 70% !important;
        }
        &:nth-child(2) {
          z-index: 2 !important;
          opacity: 90% !important;
        }
        &:nth-child(1) {
          z-index: 3 !important;
          width: 100% !important;
        }
      }
    }
    @layer daisyui.l1.l2 {
      &, &.stack-bottom {
        > * {
          grid-column: 3 / 4 !important;
          grid-row: 3 / 6 !important;
          &:nth-child(2) {
            grid-column: 2 / 5 !important;
            grid-row: 2 / 5 !important;
          }
          &:nth-child(1) {
            grid-column: 1 / 6 !important;
            grid-row: 1 / 4 !important;
          }
        }
      }
      &.stack-top {
        > * {
          grid-column: 3 / 4 !important;
          grid-row: 1 / 4 !important;
          &:nth-child(2) {
            grid-column: 2 / 5 !important;
            grid-row: 2 / 5 !important;
          }
          &:nth-child(1) {
            grid-column: 1 / 6 !important;
            grid-row: 3 / 6 !important;
          }
        }
      }
      &.stack-start {
        > * {
          grid-column: 1 / 4 !important;
          grid-row: 3 / 4 !important;
          &:nth-child(2) {
            grid-column: 2 / 5 !important;
            grid-row: 2 / 5 !important;
          }
          &:nth-child(1) {
            grid-column: 3 / 6 !important;
            grid-row: 1 / 6 !important;
          }
        }
      }
      &.stack-end {
        > * {
          grid-column: 3 / 6 !important;
          grid-row: 3 / 4 !important;
          &:nth-child(2) {
            grid-column: 2 / 5 !important;
            grid-row: 2 / 5 !important;
          }
          &:nth-child(1) {
            grid-column: 1 / 4 !important;
            grid-row: 1 / 6 !important;
          }
        }
      }
    }
  }
  .modal-backdrop {
    @layer daisyui.l1.l2.l3 {
      grid-column-start: 1;
      grid-row-start: 1;
      display: grid;
      align-self: stretch;
      justify-self: stretch;
      color: transparent;
      z-index: -1;
      button {
        cursor: pointer;
      }
    }
  }
  .tab-content {
    @layer daisyui.l1.l2.l3 {
      order: var(--tabcontent-order);
      display: none;
      border-color: transparent;
      --tabcontent-radius-ss: var(--radius-box);
      --tabcontent-radius-se: var(--radius-box);
      --tabcontent-radius-es: var(--radius-box);
      --tabcontent-radius-ee: var(--radius-box);
      --tabcontent-order: 1;
      width: 100%;
      height: calc(100% - var(--tab-height) + var(--border));
      margin: var(--tabcontent-margin);
      border-width: var(--border);
      border-start-start-radius: var(--tabcontent-radius-ss);
      border-start-end-radius: var(--tabcontent-radius-se);
      border-end-start-radius: var(--tabcontent-radius-es);
      border-end-end-radius: var(--tabcontent-radius-ee);
    }
  }
  .col-2 {
    grid-column: 2;
  }
  .col-3 {
    grid-column: 3;
  }
  .col-4 {
    grid-column: 4;
  }
  .col-6 {
    grid-column: 6;
  }
  .col-12 {
    grid-column: 12;
  }
  .col-auto {
    grid-column: auto;
  }
  .hero {
    @layer daisyui.l1.l2.l3 {
      display: grid;
      width: 100%;
      place-items: center;
      background-size: cover;
      background-position: center;
      & > * {
        grid-column-start: 1;
        grid-row-start: 1;
      }
    }
  }
  .modal-box {
    @layer daisyui.l1.l2.l3 {
      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;
    }
  }
  .float-end {
    float: inline-end;
  }
  .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;
    }
  }
  .divider {
    @layer daisyui.l1.l2.l3 {
      display: flex;
      height: calc(0.25rem * 4);
      flex-direction: row;
      align-items: center;
      align-self: stretch;
      white-space: nowrap;
      margin: var(--divider-m, 1rem 0);
      --divider-color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        --divider-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
      }
      &:before, &:after {
        content: "";
        height: calc(0.25rem * 0.5);
        width: 100%;
        flex-grow: 1;
        background-color: var(--divider-color);
      }
      @media print {
        &:before, &:after {
          border: 0.5px solid;
        }
      }
      &:not(:empty) {
        gap: calc(0.25rem * 4);
      }
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .\!filter {
    @layer daisyui.l1.l2.l3 {
      display: flex !important;
      flex-wrap: wrap !important;
      input[type="radio"] {
        width: auto !important;
      }
      input {
        overflow: hidden !important;
        opacity: 100% !important;
        scale: 1 !important;
        transition: margin 0.1s, opacity 0.3s, padding 0.3s, border-width 0.1s !important;
        &:not(:last-child) {
          margin-inline-end: calc(0.25rem * 1) !important;
        }
        &.filter-reset {
          aspect-ratio: 1 / 1 !important;
          &::after {
            --tw-content: "×" !important;
            content: var(--tw-content) !important;
          }
        }
      }
      &:not(:has(input:checked:not(.filter-reset))) {
        .filter-reset, input[type="reset"] {
          scale: 0 !important;
          border-width: 0 !important;
          margin-inline: calc(0.25rem * 0) !important;
          width: calc(0.25rem * 0) !important;
          padding-inline: calc(0.25rem * 0) !important;
          opacity: 0% !important;
        }
      }
      &:has(input:checked:not(.filter-reset)) {
        input:not(:checked, .filter-reset, input[type="reset"]) {
          scale: 0 !important;
          border-width: 0 !important;
          margin-inline: calc(0.25rem * 0) !important;
          width: calc(0.25rem * 0) !important;
          padding-inline: calc(0.25rem * 0) !important;
          opacity: 0% !important;
        }
      }
    }
  }
  .filter {
    @layer daisyui.l1.l2.l3 {
      display: flex;
      flex-wrap: wrap;
      input[type="radio"] {
        width: auto;
      }
      input {
        overflow: hidden;
        opacity: 100%;
        scale: 1;
        transition: margin 0.1s, opacity 0.3s, padding 0.3s, border-width 0.1s;
        &:not(:last-child) {
          margin-inline-end: calc(0.25rem * 1);
        }
        &.filter-reset {
          aspect-ratio: 1 / 1;
          &::after {
            --tw-content: "×";
            content: var(--tw-content);
          }
        }
      }
      &:not(:has(input:checked:not(.filter-reset))) {
        .filter-reset, input[type="reset"] {
          scale: 0;
          border-width: 0;
          margin-inline: calc(0.25rem * 0);
          width: calc(0.25rem * 0);
          padding-inline: calc(0.25rem * 0);
          opacity: 0%;
        }
      }
      &:has(input:checked:not(.filter-reset)) {
        input:not(:checked, .filter-reset, input[type="reset"]) {
          scale: 0;
          border-width: 0;
          margin-inline: calc(0.25rem * 0);
          width: calc(0.25rem * 0);
          padding-inline: calc(0.25rem * 0);
          opacity: 0%;
        }
      }
    }
  }
  .filter\! {
    @layer daisyui.l1.l2.l3 {
      display: flex !important;
      flex-wrap: wrap !important;
      input[type="radio"] {
        width: auto !important;
      }
      input {
        overflow: hidden !important;
        opacity: 100% !important;
        scale: 1 !important;
        transition: margin 0.1s, opacity 0.3s, padding 0.3s, border-width 0.1s !important;
        &:not(:last-child) {
          margin-inline-end: calc(0.25rem * 1) !important;
        }
        &.filter-reset {
          aspect-ratio: 1 / 1 !important;
          &::after {
            --tw-content: "×" !important;
            content: var(--tw-content) !important;
          }
        }
      }
      &:not(:has(input:checked:not(.filter-reset))) {
        .filter-reset, input[type="reset"] {
          scale: 0 !important;
          border-width: 0 !important;
          margin-inline: calc(0.25rem * 0) !important;
          width: calc(0.25rem * 0) !important;
          padding-inline: calc(0.25rem * 0) !important;
          opacity: 0% !important;
        }
      }
      &:has(input:checked:not(.filter-reset)) {
        input:not(:checked, .filter-reset, input[type="reset"]) {
          scale: 0 !important;
          border-width: 0 !important;
          margin-inline: calc(0.25rem * 0) !important;
          width: calc(0.25rem * 0) !important;
          padding-inline: calc(0.25rem * 0) !important;
          opacity: 0% !important;
        }
      }
    }
  }
  .mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .label {
    @layer daisyui.l1.l2.l3 {
      display: inline-flex;
      align-items: center;
      gap: calc(0.25rem * 1.5);
      white-space: nowrap;
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 60%, transparent);
      }
      &:has(input) {
        cursor: pointer;
      }
      &:is(.input > *, .select > *) {
        display: flex;
        height: calc(100% - 0.5rem);
        align-items: center;
        padding-inline: calc(0.25rem * 3);
        white-space: nowrap;
        font-size: inherit;
        &:first-child {
          margin-inline-start: calc(0.25rem * -3);
          margin-inline-end: calc(0.25rem * 3);
          border-inline-end: var(--border) solid currentColor;
          @supports (color: color-mix(in lab, red, red)) {
            border-inline-end: var(--border) solid color-mix(in oklab, currentColor 10%, #0000);
          }
        }
        &:last-child {
          margin-inline-start: calc(0.25rem * 3);
          margin-inline-end: calc(0.25rem * -3);
          border-inline-start: var(--border) solid currentColor;
          @supports (color: color-mix(in lab, red, red)) {
            border-inline-start: var(--border) solid color-mix(in oklab, currentColor 10%, #0000);
          }
        }
      }
    }
  }
  .label\! {
    @layer daisyui.l1.l2.l3 {
      display: inline-flex !important;
      align-items: center !important;
      gap: calc(0.25rem * 1.5) !important;
      white-space: nowrap !important;
      color: currentcolor !important;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 60%, transparent) !important;
      }
      &:has(input) {
        cursor: pointer !important;
      }
      &:is(.input > *, .select > *) {
        display: flex !important;
        height: calc(100% - 0.5rem) !important;
        align-items: center !important;
        padding-inline: calc(0.25rem * 3) !important;
        white-space: nowrap !important;
        font-size: inherit !important;
        &:first-child {
          margin-inline-start: calc(0.25rem * -3) !important;
          margin-inline-end: calc(0.25rem * 3) !important;
          border-inline-end: var(--border) solid currentColor !important;
          @supports (color: color-mix(in lab, red, red)) {
            border-inline-end: var(--border) solid color-mix(in oklab, currentColor 10%, #0000) !important;
          }
        }
        &:last-child {
          margin-inline-start: calc(0.25rem * 3) !important;
          margin-inline-end: calc(0.25rem * -3) !important;
          border-inline-start: var(--border) solid currentColor !important;
          @supports (color: color-mix(in lab, red, red)) {
            border-inline-start: var(--border) solid color-mix(in oklab, currentColor 10%, #0000) !important;
          }
        }
      }
    }
  }
  .ms-1 {
    margin-inline-start: calc(var(--spacing) * 1);
  }
  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }
  .ms-auto {
    margin-inline-start: auto;
  }
  .me-1 {
    margin-inline-end: calc(var(--spacing) * 1);
  }
  .me-2 {
    margin-inline-end: calc(var(--spacing) * 2);
  }
  .me-auto {
    margin-inline-end: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-auto {
    margin-top: auto;
  }
  .breadcrumbs {
    @layer daisyui.l1.l2.l3 {
      max-width: 100%;
      overflow-x: auto;
      padding-block: calc(0.25rem * 2);
      > menu, > ul, > ol {
        display: flex;
        min-height: -moz-min-content;
        min-height: min-content;
        align-items: center;
        white-space: nowrap;
        > li {
          display: flex;
          align-items: center;
          > * {
            display: flex;
            cursor: pointer;
            align-items: center;
            gap: calc(0.25rem * 2);
            &:hover {
              @media (hover: hover) {
                text-decoration-line: underline;
              }
            }
            &:focus {
              --tw-outline-style: none;
              outline-style: none;
              @media (forced-colors: active) {
                outline: 2px solid transparent;
                outline-offset: 2px;
              }
            }
            &:focus-visible {
              outline: 2px solid currentColor;
              outline-offset: 2px;
            }
          }
          & + *:before {
            content: "";
            margin-right: calc(0.25rem * 3);
            margin-left: calc(0.25rem * 2);
            display: block;
            height: calc(0.25rem * 1.5);
            width: calc(0.25rem * 1.5);
            opacity: 40%;
            rotate: 45deg;
            border-top: 1px solid;
            border-right: 1px solid;
            background-color: #0000;
          }
          [dir="rtl"] & + *:before {
            rotate: -135deg;
          }
        }
      }
    }
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .carousel-item {
    @layer daisyui.l1.l2.l3 {
      box-sizing: content-box;
      display: flex;
      flex: none;
      scroll-snap-align: start;
    }
  }
  .\!status {
    @layer daisyui.l1.l2.l3 {
      display: inline-block !important;
      aspect-ratio: 1 / 1 !important;
      width: calc(0.25rem * 2) !important;
      height: calc(0.25rem * 2) !important;
      border-radius: var(--radius-selector) !important;
      background-color: var(--color-base-content) !important;
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-base-content) 20%, transparent) !important;
      }
      background-position: center !important;
      background-repeat: no-repeat !important;
      vertical-align: middle !important;
      color: color-mix(in srgb, #000 30%, transparent) !important;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-black) 30%, transparent) !important;
      }
      background-image: radial-gradient( circle at 35% 30%, oklch(1 0 0 / calc(var(--depth) * 0.5)), #0000 ) !important;
      box-shadow: 0 2px 3px -1px currentColor !important;
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 2px 3px -1px color-mix(in oklab, currentColor calc(var(--depth) * 100%), #0000) !important;
      }
    }
  }
  .status {
    @layer daisyui.l1.l2.l3 {
      display: inline-block;
      aspect-ratio: 1 / 1;
      width: calc(0.25rem * 2);
      height: calc(0.25rem * 2);
      border-radius: var(--radius-selector);
      background-color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
      }
      background-position: center;
      background-repeat: no-repeat;
      vertical-align: middle;
      color: color-mix(in srgb, #000 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-black) 30%, transparent);
      }
      background-image: radial-gradient( circle at 35% 30%, oklch(1 0 0 / calc(var(--depth) * 0.5)), #0000 );
      box-shadow: 0 2px 3px -1px currentColor;
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 2px 3px -1px color-mix(in oklab, currentColor calc(var(--depth) * 100%), #0000);
      }
    }
  }
  .status\! {
    @layer daisyui.l1.l2.l3 {
      display: inline-block !important;
      aspect-ratio: 1 / 1 !important;
      width: calc(0.25rem * 2) !important;
      height: calc(0.25rem * 2) !important;
      border-radius: var(--radius-selector) !important;
      background-color: var(--color-base-content) !important;
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-base-content) 20%, transparent) !important;
      }
      background-position: center !important;
      background-repeat: no-repeat !important;
      vertical-align: middle !important;
      color: color-mix(in srgb, #000 30%, transparent) !important;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-black) 30%, transparent) !important;
      }
      background-image: radial-gradient( circle at 35% 30%, oklch(1 0 0 / calc(var(--depth) * 0.5)), #0000 ) !important;
      box-shadow: 0 2px 3px -1px currentColor !important;
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 2px 3px -1px color-mix(in oklab, currentColor calc(var(--depth) * 100%), #0000) !important;
      }
    }
  }
  .badge {
    @layer daisyui.l1.l2.l3 {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: calc(0.25rem * 2);
      border-radius: var(--radius-selector);
      vertical-align: middle;
      color: var(--badge-fg);
      border: var(--border) solid var(--badge-color, var(--color-base-200));
      font-size: 0.875rem;
      width: -moz-fit-content;
      width: fit-content;
      padding-inline: calc(0.25rem * 3 - var(--border));
      background-size: auto, calc(var(--noise) * 100%);
      background-image: none, var(--fx-noise);
      background-color: var(--badge-bg);
      --badge-bg: var(--badge-color, var(--color-base-100));
      --badge-fg: var(--color-base-content);
      --size: calc(var(--size-selector, 0.25rem) * 6);
      height: var(--size);
    }
  }
  .kbd {
    box-shadow: none;
    @layer daisyui.l1.l2.l3 {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: var(--radius-field);
      background-color: var(--color-base-200);
      vertical-align: middle;
      padding-left: 0.5em;
      padding-right: 0.5em;
      border: var(--border) solid var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        border: var(--border) solid color-mix(in srgb, var(--color-base-content) 20%, #0000);
      }
      border-bottom: calc(var(--border) + 1px) solid var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        border-bottom: calc(var(--border) + 1px) solid color-mix(in srgb, var(--color-base-content) 20%, #0000);
      }
      --size: calc(var(--size-selector, 0.25rem) * 6);
      font-size: 0.875rem;
      height: var(--size);
      min-width: var(--size);
    }
  }
  .tabs {
    @layer daisyui.l1.l2.l3 {
      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 {
    @layer daisyui.l1.l2.l3 {
      display: grid;
      width: 100%;
      grid-auto-flow: row;
      place-items: start;
      -moz-column-gap: calc(0.25rem * 4);
           column-gap: calc(0.25rem * 4);
      row-gap: calc(0.25rem * 10);
      font-size: 0.875rem;
      line-height: 1.25rem;
      & > * {
        display: grid;
        place-items: start;
        gap: calc(0.25rem * 2);
      }
      &.footer-center {
        grid-auto-flow: column dense;
        place-items: center;
        text-align: center;
        & > * {
          place-items: center;
        }
      }
    }
  }
  .stat {
    @layer daisyui.l1.l2.l3 {
      display: inline-grid;
      width: 100%;
      -moz-column-gap: calc(0.25rem * 4);
           column-gap: calc(0.25rem * 4);
      padding-inline: calc(0.25rem * 6);
      padding-block: calc(0.25rem * 4);
      grid-template-columns: repeat(1, 1fr);
      &:not(:last-child) {
        border-inline-end: var(--border) dashed currentColor;
        @supports (color: color-mix(in lab, red, red)) {
          border-inline-end: var(--border) dashed color-mix(in oklab, currentColor 10%, #0000);
        }
        border-block-end: none;
      }
    }
  }
  .stat\! {
    @layer daisyui.l1.l2.l3 {
      display: inline-grid !important;
      width: 100% !important;
      -moz-column-gap: calc(0.25rem * 4) !important;
           column-gap: calc(0.25rem * 4) !important;
      padding-inline: calc(0.25rem * 6) !important;
      padding-block: calc(0.25rem * 4) !important;
      grid-template-columns: repeat(1, 1fr) !important;
      &:not(:last-child) {
        border-inline-end: var(--border) dashed currentColor !important;
        @supports (color: color-mix(in lab, red, red)) {
          border-inline-end: var(--border) dashed color-mix(in oklab, currentColor 10%, #0000) !important;
        }
        border-block-end: none !important;
      }
    }
  }
  .card-body {
    @layer daisyui.l1.l2.l3 {
      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);
      :where(p) {
        flex-grow: 1;
      }
    }
  }
  .carousel {
    @layer daisyui.l1.l2.l3 {
      display: inline-flex;
      overflow-x: scroll;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
      @media (prefers-reduced-motion: no-preference) {
        scroll-behavior: smooth;
      }
      &::-webkit-scrollbar {
        display: none;
      }
    }
  }
  .alert {
    border-width: var(--border);
    border-color: var(--alert-border-color, var(--color-base-200));
    @layer daisyui.l1.l2.l3 {
      border-style: solid;
      --alert-border-color: var(--color-base-200);
      display: grid;
      align-items: center;
      gap: calc(0.25rem * 4);
      border-radius: var(--radius-box);
      padding-inline: calc(0.25rem * 4);
      padding-block: calc(0.25rem * 3);
      color: var(--color-base-content);
      background-color: var(--alert-color, var(--color-base-200));
      justify-content: start;
      justify-items: start;
      grid-auto-flow: column;
      grid-template-columns: auto;
      text-align: start;
      font-size: 0.875rem;
      line-height: 1.25rem;
      background-size: auto, calc(var(--noise) * 100%);
      background-image: none, var(--fx-noise);
      box-shadow: 0 3px 0 -2px oklch(100% 0 0 / calc(var(--depth) * 0.08)) inset, 0 1px #000, 0 4px 3px -2px oklch(0% 0 0 / calc(var(--depth) * 0.08));
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 3px 0 -2px oklch(100% 0 0 / calc(var(--depth) * 0.08)) inset, 0 1px color-mix( in oklab, color-mix(in oklab, #000 20%, var(--alert-color, var(--color-base-200))) calc(var(--depth) * 20%), #0000 ), 0 4px 3px -2px oklch(0% 0 0 / calc(var(--depth) * 0.08));
      }
      &:has(:nth-child(2)) {
        grid-template-columns: auto minmax(auto, 1fr);
      }
    }
  }
  .alert\! {
    border-width: var(--border) !important;
    border-color: var(--alert-border-color, var(--color-base-200)) !important;
    @layer daisyui.l1.l2.l3 {
      border-style: solid !important;
      --alert-border-color: var(--color-base-200) !important;
      display: grid !important;
      align-items: center !important;
      gap: calc(0.25rem * 4) !important;
      border-radius: var(--radius-box) !important;
      padding-inline: calc(0.25rem * 4) !important;
      padding-block: calc(0.25rem * 3) !important;
      color: var(--color-base-content) !important;
      background-color: var(--alert-color, var(--color-base-200)) !important;
      justify-content: start !important;
      justify-items: start !important;
      grid-auto-flow: column !important;
      grid-template-columns: auto !important;
      text-align: start !important;
      font-size: 0.875rem !important;
      line-height: 1.25rem !important;
      background-size: auto, calc(var(--noise) * 100%) !important;
      background-image: none, var(--fx-noise) !important;
      box-shadow: 0 3px 0 -2px oklch(100% 0 0 / calc(var(--depth) * 0.08)) inset, 0 1px #000, 0 4px 3px -2px oklch(0% 0 0 / calc(var(--depth) * 0.08)) !important;
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 3px 0 -2px oklch(100% 0 0 / calc(var(--depth) * 0.08)) inset, 0 1px color-mix( in oklab, color-mix(in oklab, #000 20%, var(--alert-color, var(--color-base-200))) calc(var(--depth) * 20%), #0000 ), 0 4px 3px -2px oklch(0% 0 0 / calc(var(--depth) * 0.08)) !important;
      }
      &:has(:nth-child(2)) {
        grid-template-columns: auto minmax(auto, 1fr) !important;
      }
    }
  }
  .fieldset {
    @layer daisyui.l1.l2.l3 {
      display: grid;
      gap: calc(0.25rem * 1.5);
      padding-block: calc(0.25rem * 1);
      font-size: 0.75rem;
      grid-template-columns: 1fr;
      grid-auto-rows: max-content;
    }
  }
  .join {
    display: inline-flex;
    align-items: stretch;
    --join-ss: 0;
    --join-se: 0;
    --join-es: 0;
    --join-ee: 0;
    :where(.join-item) {
      border-start-start-radius: var(--join-ss, 0);
      border-start-end-radius: var(--join-se, 0);
      border-end-start-radius: var(--join-es, 0);
      border-end-end-radius: var(--join-ee, 0);
      * {
        --join-ss: var(--radius-field);
        --join-se: var(--radius-field);
        --join-es: var(--radius-field);
        --join-ee: var(--radius-field);
      }
    }
    > .join-item:where(:first-child) {
      --join-ss: var(--radius-field);
      --join-se: 0;
      --join-es: var(--radius-field);
      --join-ee: 0;
    }
    :first-child:not(:last-child) {
      :where(.join-item) {
        --join-ss: var(--radius-field);
        --join-se: 0;
        --join-es: var(--radius-field);
        --join-ee: 0;
      }
    }
    > .join-item:where(:last-child) {
      --join-ss: 0;
      --join-se: var(--radius-field);
      --join-es: 0;
      --join-ee: var(--radius-field);
    }
    :last-child:not(:first-child) {
      :where(.join-item) {
        --join-ss: 0;
        --join-se: var(--radius-field);
        --join-es: 0;
        --join-ee: var(--radius-field);
      }
    }
    > .join-item:where(:only-child) {
      --join-ss: var(--radius-field);
      --join-se: var(--radius-field);
      --join-es: var(--radius-field);
      --join-ee: var(--radius-field);
    }
    :only-child {
      :where(.join-item) {
        --join-ss: var(--radius-field);
        --join-se: var(--radius-field);
        --join-es: var(--radius-field);
        --join-ee: var(--radius-field);
      }
    }
  }
  .join\! {
    display: inline-flex !important;
    align-items: stretch !important;
    --join-ss: 0 !important;
    --join-se: 0 !important;
    --join-es: 0 !important;
    --join-ee: 0 !important;
    :where(.join-item) {
      border-start-start-radius: var(--join-ss, 0) !important;
      border-start-end-radius: var(--join-se, 0) !important;
      border-end-start-radius: var(--join-es, 0) !important;
      border-end-end-radius: var(--join-ee, 0) !important;
      * {
        --join-ss: var(--radius-field) !important;
        --join-se: var(--radius-field) !important;
        --join-es: var(--radius-field) !important;
        --join-ee: var(--radius-field) !important;
      }
    }
    > .join-item:where(:first-child) {
      --join-ss: var(--radius-field) !important;
      --join-se: 0 !important;
      --join-es: var(--radius-field) !important;
      --join-ee: 0 !important;
    }
    :first-child:not(:last-child) {
      :where(.join-item) {
        --join-ss: var(--radius-field) !important;
        --join-se: 0 !important;
        --join-es: var(--radius-field) !important;
        --join-ee: 0 !important;
      }
    }
    > .join-item:where(:last-child) {
      --join-ss: 0 !important;
      --join-se: var(--radius-field) !important;
      --join-es: 0 !important;
      --join-ee: var(--radius-field) !important;
    }
    :last-child:not(:first-child) {
      :where(.join-item) {
        --join-ss: 0 !important;
        --join-se: var(--radius-field) !important;
        --join-es: 0 !important;
        --join-ee: var(--radius-field) !important;
      }
    }
    > .join-item:where(:only-child) {
      --join-ss: var(--radius-field) !important;
      --join-se: var(--radius-field) !important;
      --join-es: var(--radius-field) !important;
      --join-ee: var(--radius-field) !important;
    }
    :only-child {
      :where(.join-item) {
        --join-ss: var(--radius-field) !important;
        --join-se: var(--radius-field) !important;
        --join-es: var(--radius-field) !important;
        --join-ee: var(--radius-field) !important;
      }
    }
  }
  .chat {
    @layer daisyui.l1.l2.l3 {
      display: grid;
      -moz-column-gap: calc(0.25rem * 3);
           column-gap: calc(0.25rem * 3);
      padding-block: calc(0.25rem * 1);
      --mask-chat: url("data:image/svg+xml,%3csvg width='13' height='13' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M0 11.5004C0 13.0004 2 13.0004 2 13.0004H12H13V0.00036329L12.5 0C12.5 0 11.977 2.09572 11.8581 2.50033C11.6075 3.35237 10.9149 4.22374 9 5.50036C6 7.50036 0 10.0004 0 11.5004Z'/%3e%3c/svg%3e");
    }
  }
  .mask {
    @layer daisyui.l1.l2.l3 {
      display: inline-block;
      vertical-align: middle;
      -webkit-mask-size: contain;
              mask-size: contain;
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      -webkit-mask-position: center;
              mask-position: center;
    }
  }
  .\!block {
    display: block !important;
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline\! {
    display: inline !important;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .table\! {
    display: table !important;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .table-row {
    display: table-row;
  }
  .btn-circle {
    @layer daisyui.l1.l2 {
      border-radius: calc(infinity * 1px);
      padding-inline: calc(0.25rem * 0);
      width: var(--size);
      height: var(--size);
    }
  }
  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-100 {
    height: calc(var(--spacing) * 100);
  }
  .h-full {
    height: 100%;
  }
  .min-h-10 {
    min-height: calc(var(--spacing) * 10);
  }
  .btn-block {
    @layer daisyui.l1.l2 {
      width: 100%;
    }
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-2xl {
    min-width: var(--container-2xl);
  }
  .min-w-auto {
    min-width: auto;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink\! {
    flex-shrink: 1 !important;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .flex-grow-1 {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform\! {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,) !important;
  }
  .skeleton {
    @layer daisyui.l1.l2.l3 {
      border-radius: var(--radius-box);
      background-color: var(--color-base-300);
      @media (prefers-reduced-motion: reduce) {
        transition-duration: 15s;
      }
      will-change: background-position;
      background-image: linear-gradient( 105deg, #0000 0% 40%, var(--color-base-100) 50%, #0000 60% 100% );
      background-size: 200% auto;
      background-position-x: -50%;
      @media (prefers-reduced-motion: no-preference) {
        animation: skeleton 1.8s ease-in-out infinite;
      }
    }
  }
  .link {
    @layer daisyui.l1.l2.l3 {
      cursor: pointer;
      text-decoration-line: underline;
      &:focus {
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
      }
      &:focus-visible {
        outline: 2px solid currentColor;
        outline-offset: 2px;
      }
    }
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-base-300 {
    border-color: var(--color-base-300);
  }
  .border-slate-700 {
    border-color: var(--color-slate-700);
  }
  .glass {
    border: none;
    backdrop-filter: blur(var(--glass-blur, 40px));
    background-color: #0000;
    background-image: linear-gradient( 135deg, oklch(100% 0 0 / var(--glass-opacity, 30%)) 0%, oklch(0% 0 0 / 0%) 100% ), linear-gradient( var(--glass-reflect-degree, 100deg), oklch(100% 0 0 / var(--glass-reflect-opacity, 5%)) 25%, oklch(0% 0 0 / 0%) 25% );
    box-shadow: 0 0 0 1px oklch(100% 0 0 / var(--glass-border-opacity, 20%)) inset, 0 0 0 2px oklch(0% 0 0 / 5%);
    text-shadow: 0 1px oklch(0% 0 0 / var(--glass-text-shadow-opacity, 5%));
  }
  .fill-primary {
    fill: var(--color-primary);
  }
  .fill-slate-300 {
    fill: var(--color-slate-300);
  }
  .fill-white {
    fill: var(--color-white);
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .ps-1 {
    padding-inline-start: calc(var(--spacing) * 1);
  }
  .pe-3 {
    padding-inline-end: calc(var(--spacing) * 3);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-right {
    text-align: right;
  }
  .align-middle {
    vertical-align: middle;
  }
  .align-text-bottom {
    vertical-align: text-bottom;
  }
  .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));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .alert-error {
    @layer daisyui.l1.l2 {
      color: var(--color-error-content);
      --alert-border-color: var(--color-error);
      --alert-color: var(--color-error);
    }
  }
  .alert-info {
    @layer daisyui.l1.l2 {
      color: var(--color-info-content);
      --alert-border-color: var(--color-info);
      --alert-color: var(--color-info);
    }
  }
  .alert-warning {
    @layer daisyui.l1.l2 {
      color: var(--color-warning-content);
      --alert-border-color: var(--color-warning);
      --alert-color: var(--color-warning);
    }
  }
  .file-input-error {
    @layer daisyui.l1.l2 {
      --btn-color: var(--color-error);
      &::file-selector-button {
        color: var(--color-error-content);
      }
      &, &:focus, &:focus-within {
        --input-color: var(--color-error);
      }
    }
  }
  .checkbox-error {
    @layer daisyui.l1.l2 {
      color: var(--color-error-content);
      --input-color: var(--color-error);
    }
  }
  .range-error {
    @layer daisyui.l1.l2 {
      color: var(--color-error);
      --range-thumb: var(--color-error-content);
    }
  }
  .label {
    color: var(--color-base-content);
  }
  .label\! {
    color: var(--color-base-content) !important;
  }
  .text-error {
    color: var(--color-error);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-info {
    color: var(--color-info);
  }
  .text-secondary {
    color: var(--color-secondary);
  }
  .text-slate-300 {
    color: var(--color-slate-300);
  }
  .text-success {
    color: var(--color-success);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .capitalize\! {
    text-transform: capitalize !important;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .btn-link {
    .prose :where(&):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      text-decoration-line: none;
    }
    @layer daisyui.l1 {
      text-decoration-line: underline;
      outline-color: currentcolor;
      --btn-border: #0000;
      --btn-bg: #0000;
      --btn-noise: none;
      --btn-shadow: "";
      &:not(.btn-disabled, .btn:disabled, .btn[disabled]) {
        --btn-fg: var(--btn-color, var(--color-primary));
      }
      &:is(.btn-active, :hover, :active:focus, :focus-visible) {
        --btn-border: #0000;
        --btn-bg: #0000;
      }
    }
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .btn-ghost {
    @layer daisyui.l1 {
      &:not(.btn-active, :hover, :active:focus, :focus-visible, input:checked:not(.filter .btn)) {
        --btn-shadow: "";
        --btn-bg: #0000;
        --btn-border: #0000;
        --btn-noise: none;
        &:not(:disabled, [disabled], .btn-disabled) {
          outline-color: currentcolor;
          --btn-fg: var(--btn-color, currentColor);
        }
      }
      @media (hover: none) {
        &:not(.btn-active, :active, :focus-visible, input:checked:not(.filter .btn)):hover {
          outline-color: currentcolor;
          --btn-shadow: "";
          --btn-bg: #0000;
          --btn-fg: var(--btn-color, currentColor);
          --btn-border: #0000;
          --btn-noise: none;
        }
      }
    }
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1))) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.06)));
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert\! {
    --tw-invert: invert(100%) !important;
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,) !important;
  }
  .sepia {
    --tw-sepia: sepia(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .\!filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,) !important;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter\! {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,) !important;
  }
  .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, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition\! {
    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, backdrop-filter, display, content-visibility, overlay, pointer-events !important;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
    transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .btn-outline {
    @layer daisyui.l1 {
      &:not( .btn-active, :hover, :active:focus, :focus-visible, input:checked:not(.filter .btn), :disabled, [disabled], .btn-disabled ) {
        --btn-shadow: "";
        --btn-bg: #0000;
        --btn-fg: var(--btn-color);
        --btn-border: var(--btn-color);
        --btn-noise: none;
      }
      @media (hover: none) {
        &:not(.btn-active, :active, :focus-visible, input:checked:not(.filter .btn)):hover {
          --btn-shadow: "";
          --btn-bg: #0000;
          --btn-fg: var(--btn-color);
          --btn-border: var(--btn-color);
          --btn-noise: none;
        }
      }
    }
  }
  .btn-lg {
    @layer daisyui.l1.l2 {
      --fontsize: 1.125rem;
      --btn-p: 1.25rem;
      --size: calc(var(--size-field, 0.25rem) * 12);
    }
  }
  .btn-sm {
    @layer daisyui.l1.l2 {
      --fontsize: 0.75rem;
      --btn-p: 0.75rem;
      --size: calc(var(--size-field, 0.25rem) * 8);
    }
  }
  .btn-accent {
    @layer daisyui.l1.l2.l3 {
      --btn-color: var(--color-accent);
      --btn-fg: var(--color-accent-content);
    }
  }
  .btn-primary {
    @layer daisyui.l1.l2.l3 {
      --btn-color: var(--color-primary);
      --btn-fg: var(--color-primary-content);
    }
  }
  .btn-secondary {
    @layer daisyui.l1.l2.l3 {
      --btn-color: var(--color-secondary);
      --btn-fg: var(--color-secondary-content);
    }
  }
  .btn-success {
    @layer daisyui.l1.l2.l3 {
      --btn-color: var(--color-success);
      --btn-fg: var(--color-success-content);
    }
  }
  .\[link\:doc\/command_line_usage\.rdoc\] {
    link: doc/command line usage.rdoc;
  }
  .\[link\:doc\/glossary\.rdoc\] {
    link: doc/glossary.rdoc;
  }
  .\[link\:doc\/rakefile\.rdoc\] {
    link: doc/rakefile.rdoc;
  }
  .\[link\:doc\/rakefile_rdoc\.html\#label-Importing\+Dependencies\] {
    link: doc/rakefile rdoc.html#label-Importing+Dependencies;
  }
  .\[link\:doc\/rational\.rdoc\] {
    link: doc/rational.rdoc;
  }
  .\[link\:files\/activejob\/README_md\.html\] {
    link: files/activejob/README md.html;
  }
  .\[m\:n\] {
    m: n;
  }
  .\[mailto\:james\@grayproductions\.net\] {
    mailto: james@grayproductions.net;
  }
  .\[rdoc-ref\:\#\*_changed\?\] {
    rdoc-ref: #* changed?;
  }
  .\[rdoc-ref\:\#\*_previously_changed\?\] {
    rdoc-ref: #* previously changed?;
  }
  .\[rdoc-ref\:\#\*_previously_was\] {
    rdoc-ref: #* previously was;
  }
  .\[rdoc-ref\:\#\*_was\] {
    rdoc-ref: #* was;
  }
  .\[rdoc-ref\:\#\*_will_change\!\] {
    rdoc-ref: #* will change!;
  }
  .\[rdoc-ref\:\#search\@Argument\+translation\] {
    rdoc-ref: #search@Argument+translation;
  }
  .\[rdoc-ref\:ARGF\] {
    rdoc-ref: ARGF;
  }
  .\[rdoc-ref\:Base\#save\] {
    rdoc-ref: Base#save;
  }
  .\[rdoc-ref\:BigDecimal\@Not\+a\+Number\] {
    rdoc-ref: BigDecimal@Not+a+Number;
  }
  .\[rdoc-ref\:BodyTypeBasic\#content_id\] {
    rdoc-ref: BodyTypeBasic#content id;
  }
  .\[rdoc-ref\:BodyTypeBasic\#media_type\] {
    rdoc-ref: BodyTypeBasic#media type;
  }
  .\[rdoc-ref\:ClassMethods\#store_accessor\] {
    rdoc-ref: ClassMethods#store accessor;
  }
  .\[rdoc-ref\:Config\#idle_response_timeout\] {
    rdoc-ref: Config#idle response timeout;
  }
  .\[rdoc-ref\:Config\#open_timeout\] {
    rdoc-ref: Config#open timeout;
  }
  .\[rdoc-ref\:ConnectionHandling\#establish_connection\] {
    rdoc-ref: ConnectionHandling#establish connection;
  }
  .\[rdoc-ref\:ConnectionHandling\#lease_connection\] {
    rdoc-ref: ConnectionHandling#lease connection;
  }
  .\[rdoc-ref\:ConnectionHandling\#retrieve_connection\] {
    rdoc-ref: ConnectionHandling#retrieve connection;
  }
  .\[rdoc-ref\:Core\.configurations\] {
    rdoc-ref: Core.configurations;
  }
  .\[rdoc-ref\:Core\.new\] {
    rdoc-ref: Core.new;
  }
  .\[rdoc-ref\:Dir\.mkdir\] {
    rdoc-ref: Dir.mkdir;
  }
  .\[rdoc-ref\:Dir\.rmdir\] {
    rdoc-ref: Dir.rmdir;
  }
  .\[rdoc-ref\:Encoding\.find\] {
    rdoc-ref: Encoding.find;
  }
  .\[rdoc-ref\:Enumerable\@Enumerable\+in\+Ruby\+Classes\] {
    rdoc-ref: Enumerable@Enumerable+in+Ruby+Classes;
  }
  .\[rdoc-ref\:EventReporter\@Event\+Objects\] {
    rdoc-ref: EventReporter@Event+Objects;
  }
  .\[rdoc-ref\:File\#chmod\] {
    rdoc-ref: File#chmod;
  }
  .\[rdoc-ref\:File\#chown\] {
    rdoc-ref: File#chown;
  }
  .\[rdoc-ref\:File\.open\] {
    rdoc-ref: File.open;
  }
  .\[rdoc-ref\:FileUtils\@Path\+Arguments\] {
    rdoc-ref: FileUtils@Path+Arguments;
  }
  .\[rdoc-ref\:File\] {
    rdoc-ref: File;
  }
  .\[rdoc-ref\:FinderMethods\#find\] {
    rdoc-ref: FinderMethods#find;
  }
  .\[rdoc-ref\:Generic\#cancel_response\] {
    rdoc-ref: Generic#cancel response;
  }
  .\[rdoc-ref\:Generic\#command_name\] {
    rdoc-ref: Generic#command name;
  }
  .\[rdoc-ref\:Generic\#decode\] {
    rdoc-ref: Generic#decode;
  }
  .\[rdoc-ref\:Generic\#encode\] {
    rdoc-ref: Generic#encode;
  }
  .\[rdoc-ref\:Generic\#service\] {
    rdoc-ref: Generic#service;
  }
  .\[rdoc-ref\:IO\@Position\] {
    rdoc-ref: IO@Position;
  }
  .\[rdoc-ref\:IRB\@Automatic\+Indentation\] {
    rdoc-ref: IRB@Automatic+Indentation;
  }
  .\[rdoc-ref\:IRB\@Color\+Highlighting\] {
    rdoc-ref: IRB@Color+Highlighting;
  }
  .\[rdoc-ref\:IRB\@Command-Line\+Arguments\] {
    rdoc-ref: IRB@Command-Line+Arguments;
  }
  .\[rdoc-ref\:IRB\@Configuration\+File\] {
    rdoc-ref: IRB@Configuration+File;
  }
  .\[rdoc-ref\:IRB\@Custom\+Prompts\] {
    rdoc-ref: IRB@Custom+Prompts;
  }
  .\[rdoc-ref\:IRB\@Encodings\] {
    rdoc-ref: IRB@Encodings;
  }
  .\[rdoc-ref\:IRB\@Evaluation\+History\] {
    rdoc-ref: IRB@Evaluation+History;
  }
  .\[rdoc-ref\:IRB\@IRB\+Loader\] {
    rdoc-ref: IRB@IRB+Loader;
  }
  .\[rdoc-ref\:IRB\@Load\+Modules\] {
    rdoc-ref: IRB@Load+Modules;
  }
  .\[rdoc-ref\:IRB\@Pre-Defined\+Prompts\] {
    rdoc-ref: IRB@Pre-Defined+Prompts;
  }
  .\[rdoc-ref\:IRB\@RI\+Documentation\+Directories\] {
    rdoc-ref: IRB@RI+Documentation+Directories;
  }
  .\[rdoc-ref\:IRB\@Session\+Context\] {
    rdoc-ref: IRB@Session+Context;
  }
  .\[rdoc-ref\:IRB\@Tracer\] {
    rdoc-ref: IRB@Tracer;
  }
  .\[rdoc-ref\:IRB\@Verbosity\] {
    rdoc-ref: IRB@Verbosity;
  }
  .\[rdoc-ref\:IRB\@Warnings\] {
    rdoc-ref: IRB@Warnings;
  }
  .\[rdoc-ref\:Logger\@Entries\] {
    rdoc-ref: Logger@Entries;
  }
  .\[rdoc-ref\:Logger\@Log\+Level\] {
    rdoc-ref: Logger@Log+Level;
  }
  .\[rdoc-ref\:Logger\@Program\+Name\] {
    rdoc-ref: Logger@Program+Name;
  }
  .\[rdoc-ref\:ModelSchema\.inheritance_column\] {
    rdoc-ref: ModelSchema.inheritance column;
  }
  .\[rdoc-ref\:PStore\@Entries\] {
    rdoc-ref: PStore@Entries;
  }
  .\[rdoc-ref\:PStore\@The\+Store\] {
    rdoc-ref: PStore@The+Store;
  }
  .\[rdoc-ref\:PStore\@Transactions\] {
    rdoc-ref: PStore@Transactions;
  }
  .\[rdoc-ref\:Persistence\#destroy\!\] {
    rdoc-ref: Persistence#destroy!;
  }
  .\[rdoc-ref\:Persistence\#destroy\] {
    rdoc-ref: Persistence#destroy;
  }
  .\[rdoc-ref\:Persistence\#new_record\?\] {
    rdoc-ref: Persistence#new record?;
  }
  .\[rdoc-ref\:Persistence\#save\!\] {
    rdoc-ref: Persistence#save!;
  }
  .\[rdoc-ref\:Persistence\#save\] {
    rdoc-ref: Persistence#save;
  }
  .\[rdoc-ref\:Persistence\#update_attribute\!\] {
    rdoc-ref: Persistence#update attribute!;
  }
  .\[rdoc-ref\:Process\.spawn\] {
    rdoc-ref: Process.spawn;
  }
  .\[rdoc-ref\:QueryMethods\#group\] {
    rdoc-ref: QueryMethods#group;
  }
  .\[rdoc-ref\:QueryMethods\#select\] {
    rdoc-ref: QueryMethods#select;
  }
  .\[rdoc-ref\:QueryMethods\#where\] {
    rdoc-ref: QueryMethods#where;
  }
  .\[rdoc-ref\:Relation\#update_all\] {
    rdoc-ref: Relation#update all;
  }
  .\[rdoc-ref\:Runnable\#result_code\] {
    rdoc-ref: Runnable#result code;
  }
  .\[rdoc-ref\:SchemaStatements\#add_check_constraint\] {
    rdoc-ref: SchemaStatements#add check constraint;
  }
  .\[rdoc-ref\:SchemaStatements\#add_exclusion_constraint\] {
    rdoc-ref: SchemaStatements#add exclusion constraint;
  }
  .\[rdoc-ref\:SchemaStatements\#add_foreign_key\] {
    rdoc-ref: SchemaStatements#add foreign key;
  }
  .\[rdoc-ref\:SchemaStatements\#add_index\] {
    rdoc-ref: SchemaStatements#add index;
  }
  .\[rdoc-ref\:SchemaStatements\#add_reference\] {
    rdoc-ref: SchemaStatements#add reference;
  }
  .\[rdoc-ref\:SchemaStatements\#add_timestamps\] {
    rdoc-ref: SchemaStatements#add timestamps;
  }
  .\[rdoc-ref\:SchemaStatements\#add_unique_constraint\] {
    rdoc-ref: SchemaStatements#add unique constraint;
  }
  .\[rdoc-ref\:SchemaStatements\#change_column_default\] {
    rdoc-ref: SchemaStatements#change column default;
  }
  .\[rdoc-ref\:SchemaStatements\#change_column_null\] {
    rdoc-ref: SchemaStatements#change column null;
  }
  .\[rdoc-ref\:SchemaStatements\#check_constraint_exists\?\] {
    rdoc-ref: SchemaStatements#check constraint exists?;
  }
  .\[rdoc-ref\:SchemaStatements\#column_exists\?\] {
    rdoc-ref: SchemaStatements#column exists?;
  }
  .\[rdoc-ref\:SchemaStatements\#create_table\] {
    rdoc-ref: SchemaStatements#create table;
  }
  .\[rdoc-ref\:SchemaStatements\#disable_index\] {
    rdoc-ref: SchemaStatements#disable index;
  }
  .\[rdoc-ref\:SchemaStatements\#enable_index\] {
    rdoc-ref: SchemaStatements#enable index;
  }
  .\[rdoc-ref\:SchemaStatements\#foreign_key_exists\?\] {
    rdoc-ref: SchemaStatements#foreign key exists?;
  }
  .\[rdoc-ref\:SchemaStatements\#index_exists\?\] {
    rdoc-ref: SchemaStatements#index exists?;
  }
  .\[rdoc-ref\:SchemaStatements\#remove_check_constraint\] {
    rdoc-ref: SchemaStatements#remove check constraint;
  }
  .\[rdoc-ref\:SchemaStatements\#remove_columns\] {
    rdoc-ref: SchemaStatements#remove columns;
  }
  .\[rdoc-ref\:SchemaStatements\#remove_exclusion_constraint\] {
    rdoc-ref: SchemaStatements#remove exclusion constraint;
  }
  .\[rdoc-ref\:SchemaStatements\#remove_foreign_key\] {
    rdoc-ref: SchemaStatements#remove foreign key;
  }
  .\[rdoc-ref\:SchemaStatements\#remove_index\] {
    rdoc-ref: SchemaStatements#remove index;
  }
  .\[rdoc-ref\:SchemaStatements\#remove_reference\] {
    rdoc-ref: SchemaStatements#remove reference;
  }
  .\[rdoc-ref\:SchemaStatements\#remove_timestamps\] {
    rdoc-ref: SchemaStatements#remove timestamps;
  }
  .\[rdoc-ref\:SchemaStatements\#remove_unique_constraint\] {
    rdoc-ref: SchemaStatements#remove unique constraint;
  }
  .\[rdoc-ref\:SchemaStatements\#rename_column\] {
    rdoc-ref: SchemaStatements#rename column;
  }
  .\[rdoc-ref\:SchemaStatements\#rename_index\] {
    rdoc-ref: SchemaStatements#rename index;
  }
  .\[rdoc-ref\:SchemaStatements\#validate_check_constraint\] {
    rdoc-ref: SchemaStatements#validate check constraint;
  }
  .\[rdoc-ref\:SchemaStatements\#validate_constraint\] {
    rdoc-ref: SchemaStatements#validate constraint;
  }
  .\[rdoc-ref\:SequenceSet\@Methods\+for\+Assigning\] {
    rdoc-ref: SequenceSet@Methods+for+Assigning;
  }
  .\[rdoc-ref\:SequenceSet\@Methods\+for\+Comparing\] {
    rdoc-ref: SequenceSet@Methods+for+Comparing;
  }
  .\[rdoc-ref\:SequenceSet\@Methods\+for\+Creating\+a\+SequenceSet\] {
    rdoc-ref: SequenceSet@Methods+for+Creating+a+SequenceSet;
  }
  .\[rdoc-ref\:SequenceSet\@Methods\+for\+Deleting\] {
    rdoc-ref: SequenceSet@Methods+for+Deleting;
  }
  .\[rdoc-ref\:SequenceSet\@Methods\+for\+IMAP\+String\+Formatting\] {
    rdoc-ref: SequenceSet@Methods+for+IMAP+String+Formatting;
  }
  .\[rdoc-ref\:SequenceSet\@Methods\+for\+Iterating\] {
    rdoc-ref: SequenceSet@Methods+for+Iterating;
  }
  .\[rdoc-ref\:SequenceSet\@Methods\+for\+Querying\] {
    rdoc-ref: SequenceSet@Methods+for+Querying;
  }
  .\[rdoc-ref\:SequenceSet\@Methods\+for\+Set\+Operations\] {
    rdoc-ref: SequenceSet@Methods+for+Set+Operations;
  }
  .\[rdoc-ref\:SomeClass\] {
    rdoc-ref: SomeClass;
  }
  .\[rdoc-ref\:String\#dump\] {
    rdoc-ref: String#dump;
  }
  .\[rdoc-ref\:Time\#strftime\] {
    rdoc-ref: Time#strftime;
  }
  .\[rdoc-ref\:dig_methods\.rdoc\] {
    rdoc-ref: dig methods.rdoc;
  }
  .\[rdoc-ref\:doc\/command_line_usage\.rdoc\] {
    rdoc-ref: doc/command line usage.rdoc;
  }
  .\[rdoc-ref\:doc\/dig_methods\.rdoc\] {
    rdoc-ref: doc/dig methods.rdoc;
  }
  .\[rdoc-ref\:doc\/glossary\.rdoc\] {
    rdoc-ref: doc/glossary.rdoc;
  }
  .\[rdoc-ref\:doc\/rakefile\.rdoc\] {
    rdoc-ref: doc/rakefile.rdoc;
  }
  .\[rdoc-ref\:doc\/rational\.rdoc\] {
    rdoc-ref: doc/rational.rdoc;
  }
  .\[rdoc-ref\:lib\/racc\/rdoc\/grammar\.en\.rdoc\] {
    rdoc-ref: lib/racc/rdoc/grammar.en.rdoc;
  }
  .\[rdoc\:coverage\] {
    rdoc: coverage;
  }
  .\[ruby-core\:4261\] {
    ruby-core: 4261;
  }
  .\[ruby-core\:85266\] {
    ruby-core: 85266;
  }
  .\[ruby-dev\:27513\] {
    ruby-dev: 27513;
  }
  .\[ruby-dev\:28445\] {
    ruby-dev: 28445;
  }
  .\[ruby-dev\:29520\] {
    ruby-dev: 29520;
  }
  .\[test-unit-users-en\:00026\] {
    test-unit-users-en: 00026;
  }
  .\[test-unit-users-en\:00035\] {
    test-unit-users-en: 00035;
  }
  .\[test-unit-users-en\:00089\] {
    test-unit-users-en: 00089;
  }
  .\[test-unit-users-en\:00098\] {
    test-unit-users-en: 00098;
  }
  .input-error {
    @layer daisyui.l1.l2 {
      &, &:focus, &:focus-within {
        --input-color: var(--color-error);
      }
    }
  }
  .radio-error {
    @layer daisyui.l1.l2 {
      --input-color: var(--color-error);
    }
  }
  .select-error {
    @layer daisyui.l1.l2 {
      &, &:focus, &:focus-within {
        --input-color: var(--color-error);
      }
    }
  }
  .textarea-error {
    @layer daisyui.l1.l2 {
      &, &:focus, &:focus-within {
        --input-color: var(--color-error);
      }
    }
  }
  .toggle-error {
    @layer daisyui.l1.l2 {
      &:checked, &[aria-checked="true"] {
        --input-color: var(--color-error);
      }
    }
  }
  .toggle-primary {
    @layer daisyui.l1.l2 {
      &:checked, &[aria-checked="true"] {
        --input-color: var(--color-primary);
      }
    }
  }
  .hover\:bg-slate-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-700);
      }
    }
  }
  .hover\:fill-slate-700 {
    &:hover {
      @media (hover: hover) {
        fill: var(--color-slate-700);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
}
.account-request__container {
  display: flex;
  gap: var(--space--base);
  margin: 0 auto;
  flex-direction: column;
  height: auto;
  max-height: none;
  @media screen and (min-width: 50em) {
    flex-direction: row;
  }
}
.page-section:has(.account-request__container) {
  padding: 0;
}
.account-request__column {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: var(--space--medium);
  @media screen and (min-width: 50em) {
    height: auto;
  }
  &.get-started {
    justify-content: center;
    align-items: center;
  }
}
.account-request__column--tinted {
  position: relative;
  background-color: var(--color--orange-dark);
  border-radius: var(--border-radius--base) 0 0 var(--border-radius--base);
  @media screen and (min-width: 50em) {
    border-radius: var(--border-radius--base) 0 0 var(--border-radius--base);
  }
  &::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.4;
  }
}
.account-request__get-started-container {
  display: flex;
  flex-direction: column;
  gap: var(--space--base);
  max-width: 540px;
}
.account-request__welcome-image {
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  width: 100%;
  filter: grayscale(100%) sepia(100%);
}
.account-request__welcome-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1rem;
  height: 100%;
  h2 {
    text-transform: uppercase;
  }
}
.account-request__welcome-text {
  font-size: var(--font-size--subhead);
  text-align: left;
  width: 100%;
  padding: var(--space--large) 0;
  z-index: 1;
  h1 {
    color: var(--color--white);
  }
}
.account-request__image-block {
  display: grid;
  grid-gap: var(--space--small);
  grid-template-columns: repeat(3, 1fr);
  & img {
    aspect-ratio: 1 / 1;
    border-radius: var(--border-radius--base);
    -o-object-fit: cover;
       object-fit: cover;
    filter: grayscale(100%) sepia(100%);
  }
}
.account-request__list {
  margin-left: var(--space--base);
  list-style-type: disc;
}
.account-request__form-footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: var(--space--base);
  img {
    width: 100%;
    max-width: 100px;
  }
  p {
    text-align: center;
    text-transform: uppercase;
  }
}
.action-link {
  align-items: center;
  display: inline-flex;
  font-weight: var(--font-weight--bold);
  gap: var(--space--x-small);
  & svg {
    fill: currentColor;
  }
}
.add-to-calendar {
  border-radius: var(--border-radius--base);
  display: flex;
  flex-direction: column;
  gap: var(--space--base);
  padding: var(--space--small);
  position: relative;
  text-align: center;
  z-index: 1;
  &::before {
    background-image: var(--color--accent-bg-gradient);
    border-radius: var(--border-radius--base);
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    opacity: 0.35;
    top: 0;
    width: 100%;
    z-index: -1;
  }
}
.add-to-calendar__title {
  font-weight: var(--font-weight--bold);
}
.add-to-calendar__list {
  display: flex;
  gap: var(--space--base);
  justify-content: center;
}
.add-to-calendar__item a {
  align-items: center;
  background-color: rgb(255 255 255 / 1);
  border-radius: var(--border-radius--base);
  display: flex;
  height: 2.5rem;
  justify-content: center;
  transition: background-color var(--transition-timing--base) ease-in-out;
  width: 2.5rem;
  &:hover {
    background-color: rgb(255 255 255 / 0.5);
  }
}
.carousel {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius--base);
  color: var(--color--text);
  width: 100%;
  background-color: var(--color--container-bg);
  box-shadow: 0px 1px 10px var(--color--box-shadow);
  @media screen and (min-width: 50em) {
    height: 100%;
  }
}
.carousel__page {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transition: opacity 1s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  @media screen and (min-width: 50em) {
    flex-direction: row;
  }
}
.carousel__page--active {
  grid-row: 1;
  opacity: 1;
  position: relative;
}
.carousel__image-container {
  flex: 2;
  height: 100%;
  width: 100%;
}
.carousel__image {
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgb(0 0 0 / 1) 75%,
    rgb(0 0 0 / 0) 90%
  );
          mask-image: linear-gradient(
    to bottom,
    rgb(0 0 0 / 1) 75%,
    rgb(0 0 0 / 0) 90%
  );
  width: 100%;
  height: 100%;
  @media screen and (min-width: 50em) {
    -webkit-mask-image: linear-gradient(
      to right,
      rgb(0 0 0 / 1) 75%,
      rgb(0 0 0 / 0) 90%
    );
            mask-image: linear-gradient(
      to right,
      rgb(0 0 0 / 1) 75%,
      rgb(0 0 0 / 0) 90%
    );
  }
}
.carousel__text {
  flex: 3;
  padding: 0 0.5rem;
  height: 100%;
  margin-bottom: var(--space--base);
  @media screen and (min-width: 50em) {
    margin-bottom: var(--space--large);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  h1 {
    text-shadow: 2px 4px 4px rgb(0 0 0 / 0.2),
      0px -5px 10px rgb(255 255 255 / 0.15);
    margin-bottom: var(--space--base);
    font-weight: var(--font-weight--bold);
    @media screen and (min-width: 50em) {
      margin-bottom: var(--space--large);
    }
  }
  p {
    font-size: var(--font-size-scale--medium);
  }
}
.carousel__indicators {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  gap: var(--space--x-small);
}
.carousel__indicator {
  width: 1.1rem;
  height: 1.1rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.indicator-svg {
  width: 100%;
  height: 100%;
}
.indicator-circle {
  stroke-dasharray: 56.52;
  stroke-dashoffset: 56.52;
  fill: var(--color--orange-dark);
  animation: draw-circle 10s linear forwards;
  stroke: var(--color--orange-dark);
  stroke-width: 4;
  stroke-opacity: 0.5;
}
@keyframes draw-circle {
  to {
    stroke-dashoffset: 0;
  }
}
.cart-item {
  display: flex;
  flex-direction: row;
  flex: 0;
  padding: var(--space--small);
  border-bottom-width: var(--border-width--base);
  border-bottom-style: solid;
  border-color: transparent;
  border-radius: var(--border-radius--base);
  box-shadow: 0px 1px 10px var(--color--box-shadow);
  gap: var(--space--base);
  text-decoration: none;
  font-weight: var(--font-weight--normal);
}
.cart-item__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: var(--space--small);
  width: 100%;
  flex: 1;
}
.cart-item__image img {
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 7rem;
}
.cart-item__actions {
  display: flex;
  flex-direction: column;
  gap: var(--space--small);
  align-items: center;
  justify-content: space-between;
}
.cart-item__price {
  font-weight: var(--font-weight--bold);
}
.cart-item-quantity {
  display: flex;
  flex-direction: row;
  gap: var(--space--small);
  align-items: center;
  border: var(--border-width--base) solid var(--color--button-hover);
  border-radius: var(--border-radius--small);
}
.cart-item-quantity__action {
  flex: 1;
  border-radius: unset;
  color: var(--color--button-text-inverse);
  padding: var(--space--x-small) var(--space--small);
}
.cart-item-quantity__count {
  flex: 2;
}
.cart-item__checkbox-label {
  input:disabled + span {
    color: var(--color--text-disabled);
  }
}
.catalog-marketing {
  background-color: rgb(255 255 255 / 0.05);
  border: var(--border-width--base) solid rgb(255 255 255 / 0.1);
  border-radius: var(--border-radius--base);
  padding: var(--space--base);
  color: var(--color--text-inverse);
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: var(--space--medium);
}
.catalog-marketing__header p,
.catalog-marketing__header ul {
  display: none;
  @media screen and (min-width: 50em) {
    display: block;
  }
}
.catalog-marketing__title {
  font-size: var(--font-size--head);
  font-weight: var(--font-weight--bold);
  text-transform: uppercase;
  text-align: center;
  padding-top: 0.333rem;
}
.catalog-marketing__sub-titles {
  font-size: var(--font-size--subhead);
  font-weight: var(--font-weight--normal);
  line-height: var(--line-height--base);
  text-align: center;
}
.catalog-marketing__logo {
  flex: 1;
  & svg {
    width: 100%;
    height: 4rem;
  }
  @media screen and (min-width: 50em) {
    & svg {
      width: 100%;
      height: 6rem;
    }
  }
}
.feature-card__list.catalog-marketing__list {
  display: none;
  @media screen and (min-width: 50em) {
    display: grid;
    grid-gap: var(--space--medium);
  }
}
.catalog-marketing__subhead {
  font-weight: var(--font-weight--bold);
}
.catalog-marketing__image {
  aspect-ratio: 1 / 1;
  -o-object-fit: contain;
     object-fit: contain;
  width: 6rem;
}
.catalog-marketing__details {
  @media screen and (min-width: 50em) {
    display: none;
  }
}
.catalog-marketing__summary {
  font-weight: var(--font-weight--bold);
  + ul {
    padding-top: var(--space--base);
  }
}
.chart-container {
  .controls {
    display: flex;
  }
  .apply-button,
  .download-button {
    display: flex;
    align-items: end;
    line-height: 1.15;
    .button {
      padding: calc(var(--space--small) + 1px);
    }
  }
}
.clearance {
  align-items: center;
  display: flex;
  background-color: var(--color--container-bg);
  border-radius: var(--border-radius--base);
  flex-direction: column;
  gap: var(--space--base);
  margin: 0 auto;
  max-width: 30rem;
  padding: var(--space--medium);
  & legend {
    text-align: center;
  }
}
.clearance__header {
  border-bottom-width: var(--border-width--thick);
  border-bottom-style: solid;
  -o-border-image: var(--border--fancy);
     border-image: var(--border--fancy);
  padding-bottom: var(--space--base);
  text-align: center;
}
.data-column {
  display: flex;
  flex-direction: column;
  background-color: var(--color--table-bg);
  border-radius: var(--border-radius--base);
  padding: var(--space--base);
  gap: var(--space--small);
  width: 100%;
}
.data-column__field {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  &.column {
    flex-direction: column;
  }
}
.data-column__label {
  font-weight: var(--font-weight--bold);
  font-size: var(--font-size--label);
}
.data-column__value {
  font-size: var(--font-size--base);
  padding-left: var(--space--small);
}
.empty-item {
  background-color: var(--color--empty-bg);
  border-radius: var(--border-radius--base);
  padding: var(--space--small);
  text-align: center;
}
.error-container {
  align-items: center;
  display: flex;
  background-color: var(--color--container-bg);
  border-radius: var(--border-radius--base);
  flex-direction: column;
  gap: var(--space--base);
  margin: 0 auto;
  max-width: 30rem;
  padding: var(--space--medium);
  text-align: center;
}
.error-container__number {
  background-color: var(--color--meta-bg);
  border-radius: var(--border-radius--base);
  font-size: var(--font-size--meta);
  font-weight: var(--font-weight--bold);
  padding: var(--space--x-small);
}
.event-links {
  background-color: var(--color--meta-bg);
  border: var(--border-width--base) solid var(--color--meta-outline);
  border-radius: var(--border-radius--base);
  display: flex;
  flex-direction: column;
  gap: var(--space--small);
  padding: var(--space--base);
}
ul.event-links {
  padding: var(--space--base);
}
.events-links__single-cta {
  align-items: center;
  flex-direction: row;
  font-weight: var(--font-weight--bold);
  & p {
    flex: 1;
  }
  & a {
    flex: 2;
  }
}
.event-links__item {
  display: flex;
  gap: var(--space--medium);
  justify-content: space-between;
  & svg {
    fill: var(--color--accent-primary);
  }
}
.event-links__item dd {
  font-size: var(--font-size--meta);
}
.event-links__result {
  font-size: var(--font-size--subhead);
  font-weight: var(--font-weight--bold);
}
.event-links__item:not(:last-of-type) {
  border-bottom: var(--border-width--base) solid var(--color--meta-outline);
  padding-bottom: var(--space--small);
}
.event-links__term {
  align-items: center;
  display: flex;
  gap: var(--space--small);
  font-weight: var(--font-weight--bold);
}
.event-outline {
  counter-reset: eventList;
  display: flex;
  flex-direction: column;
  gap: var(--space--base);
}
p + .event-outline {
  margin-top: var(--space--base);
}
.event-outline__item {
  align-items: start;
  counter-increment: eventList;
  display: grid;
  font-size: var(--font-size--meta);
  grid-column-gap: var(--space--small);
  grid-template-columns: min-content auto;
  position: relative;
  z-index: 1;
  &::before {
    align-items: center;
    background-color: var(--color--accent-secondary);
    border-radius: var(--border-radius--circle);
    color: var(--color--text-inverse);
    content: counter(eventList);
    display: flex;
    font-weight: var(--font-weight--bold);
    grid-column: 1/2;
    grid-row: 1/3;
    height: 1.75rem;
    justify-content: center;
    position: relative;
    width: 1.75rem;
    z-index: 1;
  }
  &:not(:last-of-type)::after {
    background-color: var(--color--accent-secondary);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 2px;
    top: 0;
    transform: translate(calc(1.75rem/2), 1.75rem);
    z-index: 0;
  }
}
.event-outline__content {
  display: flex;
  flex-direction: column;
  gap: var(--space--x-small);
}
.event-outline__time {
  background-color: var(--color--meta-bg);
  border-radius: var(--border-radius--base);
  padding: var(--space--x-small);
}
.event-outline__header {
  align-items: center;
  display: flex;
  gap: var(--space--small);
  font-weight: var(--font-weight--bold);
}
.feature-card {
  color: var(--color--text);
  container: catalog-item-layout / inline-size;
  display: grid;
  gap: var(--space--medium);
  @media screen and (min-width: 50em) {
    grid-template-columns: 1fr 3fr;
    grid-template-rows: auto auto;
  }
}
.feature-card__title {
  font-size: var(--font-size--head);
  font-weight: var(--font-weight--normal);
  + p {
    font-weight: var(--font-weight--bold);
    margin-top: var(--space--base);
  }
}
.feature-card__list {
  display: grid;
  grid-gap: var(--space--medium);
  @container catalog-item-layout (min-width: 46em) {
    grid-template-columns: repeat(3, 1fr);
  }
}
.feature-card__list--big {
  @container catalog-item-layout (min-width: 45em) {
    grid-template-columns: repeat(5, 1fr);
  }
}
.feature-card footer {
  grid-column: span 2;
}
.feature-card__subhead {
  font-weight: var(--font-weight--bold);
  text-transform: capitalize;
}
.feature-card__definition {
  font-size: var(--font-size--meta);
}
.feature-card__fancy-number {
  border-bottom-width: var(--border-width--base);
  border-bottom-style: solid;
  -o-border-image: var(--border--fancy);
     border-image: var(--border--fancy);
  padding-bottom: var(--space--small);
  line-height: var(--line-height--tight);
  font-size: var(--font-size--head);
  font-weight: var(--font-weight--bold);
}
.flashes {
  background-color: var(--color--orange);
  font-weight: var(--font-weight--bold);
  padding: var(--space--small);
  color: var(--color--text-inverse);
  position: absolute;
  text-align: center;
  width: 100%;
}
.global-nav,
.global-nav__dropdown {
  display: flex;
  flex-direction: column;
}
.global-nav {
  gap: var(--space--small);
}
.global-nav--dropdown {
  border-left: var(--border-width--base) solid var(--color--orange);
  padding: var(--space--x-small) var(--space--base);
  gap: var(--space--x-small);
}
.global-nav__item.active {
  border-left: var(--border-width--thick) solid var(--color--orange);
}
.global-nav__link {
  font-family: var(--font-family--heading);
  align-items: center;
  display: flex;
  font-size: var(--font-size--body);
  font-weight: var(--font-weight--normal);
  gap: var(--space--small);
  padding: var(--space--small);
  text-decoration: none;
  transition: background-color var(--transition-timing--base) ease-in-out;
  width: 100%;
  flex: 2;
  text-transform: capitalize;
  &:hover,
  &[aria-current="page"] {
    border-left: var(--border-width--thick) solid var(--color--orange);
  }
}
.global-nav__dropdown.open
  > .global-nav__item--dropdown
  > .global-nav__link:first-child {
  border-left: var(--border-width--base) solid var(--color--orange);
}
.global-nav__sub-item {
  padding-left: var(--space--base);
}
.global-nav__label {
  flex: 2;
}
.global-nav__icon,
.global-nav__dropdown-icon {
  fill: var(--color--white);
}
.hero {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  position: relative;
  width: 100%;
}
.hero--min-content {
  min-height: -moz-min-content;
  min-height: min-content;
}
.hero--large {
  min-height: 80vh;
}
.hero--medium {
  min-height: 60vh;
}
.hero--small {
  min-height: 20vh;
}
.hero--inverse {
  color: var(--color--text-inverse);
}
.hero--dark {
  background-color: var(--color--navy);
  color: var(--color--text-inverse);
}
.hero--light {
  background-color: var(--color--offwhite);
  color: var(--color--text);
}
.hero__overlay {
  background-color: rgb(0 0 0 / 0.5);
  inset: 0;
  position: absolute;
  z-index: 1;
}
.hero__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: var(--space--large);
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
  @media screen and (min-width: 50em) {
    flex-direction: row;
    gap: var(--space--large);
    text-align: left;
  }
}
.hero--centered .hero__content {
  flex-direction: column;
  text-align: center;
}
.hero--reverse .hero__content {
  @media screen and (min-width: 50em) {
    flex-direction: row-reverse;
  }
}
.hero__figure {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  max-width: 100%;
  & img {
    border-radius: var(--border-radius--base);
    height: auto;
    max-height: 32rem;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @media screen and (min-width: 50em) {
    max-width: 50%;
  }
}
.hero--centered .hero__figure {
  max-width: 100%;
}
.hero__text {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: var(--space--base);
  width: 100%;
}
.hero__title {
  font-family: var(--font-family--header);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: var(--font-weight--bold);
  line-height: var(--line-height--tight);
  margin: 0;
}
.hero__subtitle {
  color: var(--color--accent-primary);
  font-size: var(--font-size--subhead);
  font-weight: var(--font-weight--bold);
  margin: 0;
  text-transform: uppercase;
}
.hero__description {
  font-size: var(--font-size--body);
  line-height: var(--line-height--base);
  margin: 0;
}
.hero__actions {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: var(--space--base);
  margin-top: var(--space--base);
  @media screen and (min-width: 50em) {
    flex-direction: row;
    gap: var(--space--medium);
  }
}
.hero--centered .hero__actions {
  justify-content: center;
}
.hero__actions .button {
  width: 100%;
  @media screen and (min-width: 50em) {
    width: auto;
  }
}
.hero__form {
  background-color: var(--color--container-bg);
  border-radius: var(--border-radius--base);
  box-shadow: 0 4px 20px rgb(0 0 0 / 0.1);
  display: flex;
  flex-direction: column;
  gap: var(--space--base);
  max-width: 24rem;
  padding: var(--space--large);
  width: 100%;
}
.hero__form .button {
  margin-top: var(--space--small);
  width: 100%;
}
.hero--page-header {
  background-image: var(--gradient--navy-purple);
  color: var(--color--text-inverse);
  min-height: 20rem;
  padding: var(--space--large) 0;
  @media screen and (min-width: 50em) {
    min-height: 24rem;
  }
}
.hero__content--animate {
  animation: heroFadeInUp 0.8s ease-out;
}
@keyframes heroFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (width <= 49.99em) {
  .hero__content {
    padding: var(--space--medium);
  }
  .hero__title {
    font-size: clamp(1.5rem, 8vw, 2.5rem);
  }
  .hero__figure {
    order: -1;
  }
  .hero--reverse .hero__figure {
    order: -1;
  }
}
.hw-combobox {
  width: 100%;
}
.hw-combobox__main__wrapper {
  padding: 0;
  border: none;
  width: 100%;
}
.hw-combobox--multiple {
  --hw-focus-color: var(--color--focus);
  .hw-combobox__main__wrapper {
    width: 100%;
    border: var(--border-width--base) solid var(--color--input-border);
  }
  .hw-combobox__input {
    border: none;
    padding: 0;
  }
}
.icon-steps {
  position: relative;
  width: 100%;
}
.icon-steps__container {
  position: relative;
  display: flex;
  align-items: center;
}
.icon-steps__scroll-area {
  flex: 1;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
  &::-webkit-scrollbar {
    display: none;
  }
  -webkit-overflow-scrolling: touch;
}
.icon-steps__track {
  display: flex;
  gap: var(--space--large);
  padding: var(--space--medium) 0;
  min-width: -moz-min-content;
  min-width: min-content;
}
.icon-steps__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 280px;
  max-width: 300px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
  &:hover {
    transform: translateY(-4px);
  }
}
.icon-steps__icon {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space--medium);
}
.icon-steps__icon-image {
  -o-object-fit: contain;
     object-fit: contain;
}
.icon-steps__content {
  max-width: 100%;
}
.icon-steps__title {
  font-size: var(--font-size--subhead, 1.25rem);
  font-weight: var(--font-weight--bold, 700);
  margin: 0 0 var(--space--base) 0;
  color: var(--color--text, #333);
  line-height: 1.3;
}
.icon-steps__description {
  font-size: var(--font-size--meta, 1rem);
  color: var(--color--text, #666);
  margin: 0;
  line-height: 1.5;
}
.icon-steps__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background-color: rgb(255 255 255 / 0.95);
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease;
  color: var(--color--text, #333);
  &:hover {
    background-color: rgb(255 255 255 / 1);
    box-shadow: 0 6px 16px rgb(0 0 0 / 0.2);
    transform: translateY(-50%) scale(1.05);
  }
  &:active {
    transform: translateY(-50%) scale(0.95);
  }
  &:focus {
    outline: 2px solid var(--color--accent-primary, #007bff);
    outline-offset: 2px;
  }
  &:focus:not(:focus-visible) {
    outline: none;
  }
  svg {
    width: 20px;
    height: 20px;
  }
}
.icon-steps__nav--prev {
  left: -24px;
}
.icon-steps__nav--next {
  right: -24px;
}
@media screen and (width <= 768px) {
  .icon-steps__item {
    min-width: 240px;
    max-width: 280px;
  }
  .icon-steps__icon {
    width: 100px;
    height: 100px;
  }
  .icon-steps__icon-image {
    width: 50px;
    height: 50px;
  }
  .icon-steps__nav {
    width: 40px;
    height: 40px;
    svg {
      width: 16px;
      height: 16px;
    }
  }
  .icon-steps__nav--prev {
    left: -20px;
  }
  .icon-steps__nav--next {
    right: -20px;
  }
}
@media screen and (width <= 480px) {
  .icon-steps__track {
    gap: var(--space--medium);
  }
  .icon-steps__item {
    min-width: 200px;
    max-width: 240px;
  }
  .icon-steps__icon {
    width: 80px;
    height: 80px;
  }
  .icon-steps__icon-image {
    width: 40px;
    height: 40px;
  }
  .icon-steps__title {
    font-size: var(--font-size--base, 1rem);
  }
  .icon-steps__description {
    font-size: var(--font-size--small, 0.875rem);
  }
}
.insight-item {
  width: 100%;
}
.insight-item__label {
  text-transform: uppercase;
  border-bottom-width: var(--border-width--thick);
  border-bottom-style: solid;
  -o-border-image: var(--border--fancy);
     border-image: var(--border--fancy);
  padding-bottom: var(--space--small);
  line-height: var(--line-height--tight);
  font-size: var(--font-size--subhead);
  font-weight: var(--font-weight--bold);
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: var(--space--x-small);
}
.insight-item__content {
  margin-top: var(--space--base);
}
.insight-item__hint {
  display: inline-flex;
  align-self: flex-start;
  font-size: var(--font-size--hint);
  font-weight: var(--font-weight--normal);
  text-transform: none;
}
.insight-item__hint svg {
  width: 1rem;
  height: 1rem;
  cursor: help;
  fill: var(--color--blue-dark);
}
.kit-card {
  display: flex;
  flex-direction: row;
  flex: 0;
  padding: var(--space--small);
  border-bottom-width: var(--border-width--base);
  border-bottom-style: solid;
  border-color: transparent;
  border-radius: var(--border-radius--base);
  box-shadow: 0px 1px 10px var(--color--navy);
  gap: var(--space--base);
  cursor: pointer;
  text-decoration: none;
  font-weight: var(--font-weight--normal);
  transition: scale 0.3s ease;
  &.kit-card--recommended {
    box-shadow: 0px 1px 10px var(--color--orange-light);
  }
  &:hover {
    scale: 1.02;
    transition: scale 0.3s ease;
  }
}
.kit-card__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: var(--space--small);
  width: 100%;
  flex: 1;
}
.kit-card__image img {
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 7rem;
}
.kit-card__info-text {
  font-weight: var(--font-weight--bold);
}
.kit-card__recommended {
  font-size: var(--font-size-scale--small);
  display: flex;
  align-items: center;
  gap: var(--space--x-small);
  & svg {
    fill: var(--color--orange-dark);
  }
}
.kit-ordering__container {
  display: flex;
  gap: var(--space--base);
  margin: 0 auto;
  flex-direction: column;
  height: auto;
  max-height: none;
  @media screen and (min-width: 50em) {
    flex-direction: row;
    padding-bottom: var(--space--large);
  }
}
.kit-ordering__column {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: var(--space--small);
  @media screen and (min-width: 50em) {
    height: auto;
  }
  &.get-started {
    justify-content: center;
    align-items: center;
  }
  &.catalog {
    max-height: 80vh;
    gap: var(--space--base);
  }
}
.kit-ordering__get-started-container {
  display: flex;
  flex-direction: column;
  gap: var(--space--base);
  max-width: 540px;
}
.kit-ordering__welcome-image {
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  width: 100%;
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgb(0 0 0 / 1) 75%,
    rgb(0 0 0 / 0) 90%
  );
          mask-image: linear-gradient(
    to bottom,
    rgb(0 0 0 / 1) 75%,
    rgb(0 0 0 / 0) 90%
  );
}
.kit-ordering__welcome-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1rem;
  height: 100%;
}
.kit-ordering__welcome-text {
  font-size: var(--font-size--subhead);
}
.kit-ordering__image-block {
  display: grid;
  grid-gap: var(--space--small);
  grid-template-columns: repeat(3, 1fr);
  & img {
    aspect-ratio: 1 / 1;
    border-radius: var(--border-radius--base);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.kit-ordering__list {
  margin-left: var(--space--base);
  list-style-type: disc;
}
#kit_details,
.kit-details {
  height: 100%;
}
.kit-details__content {
  flex: 1;
}
.kit-details__actions {
  flex: 0;
  justify-content: flex-end;
  & button {
    height: 100%;
  }
}
.kit-ordering__total {
  display: flex;
  justify-content: space-between;
  border-top-width: var(--border-width--base);
  border-top-style: solid;
  -o-border-image: var(--border--fancy);
     border-image: var(--border--fancy);
  padding-top: var(--space--small);
}
.kit-ordering__container--confirmation {
  display: flex;
  flex-direction: column;
  gap: var(--space--base);
  align-items: center;
  text-align: center;
}
.kit-details__hosted-experience {
  background-color: var(--color--meta-bg);
  border-radius: var(--border-radius--base);
  display: flex;
  flex-direction: row;
  gap: var(--space--x-small);
  padding: var(--space--small);
}
.kit-details__hosted-text {
  display: flex;
  flex-direction: column;
  gap: var(--space--x-small);
  line-height: 1.1rem;
  & ul {
    list-style-type: disc;
    padding-left: var(--space--medium);
  }
}
.cart-item__hosted-experience {
  font-size: var(--font-size-scale--small);
}
.custom-select {
  display: inline-flex;
  position: relative;
  align-items: center;
  border: var(--border-width--thick) solid var(--color--button);
  border-radius: var(--border-radius--base);
  background-color: var(--color--white);
  overflow: hidden;
}
.custom-select__label {
  padding: var(--space--base);
  color: var(--color--button-text-inverse);
  font-weight: var(--font-weight--bold);
  background-color: var(--color--button);
  border-right: var(--border-width--thick) solid var(--color--button);
  white-space: nowrap;
}
.custom-select__field {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: var(--space--base);
  cursor: pointer;
  background-color: var(--color--white);
  width: 100%;
}
.custom-select__field:focus {
  outline: none;
}
.custom-select__field option {
  padding: var(--space--base);
}
.custom-select::after {
  content: "▼";
  position: absolute;
  right: 0;
  pointer-events: none;
  color: var(--color--button);
}
.modal__header {
  border-bottom-width: var(--border-width--base);
  border-bottom-style: solid;
  -o-border-image: var(--border--fancy);
     border-image: var(--border--fancy);
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--space--base);
  padding-bottom: var(--space--base);
}
.modal__footer {
  align-items: center;
  padding-top: var(--space--base);
}
.modal__extra-info {
  font-size: var(--font-size--meta);
  font-weight: var(--font-weight--bold);
  padding: var(--space--small);
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
  &::before {
    background-image: var(--color--accent-bg-gradient);
    border-radius: var(--border-radius--base);
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    opacity: 0.35;
    top: 0;
    width: 100%;
    z-index: -1;
  }
}
.modal__actions {
  border-bottom: var(--border--base);
  display: flex;
  justify-content: space-between;
  padding-bottom: var(--space--small);
  margin-bottom: var(--space--small);
  > *:only-child {
    margin-left: auto;
  }
}
.on-demand-tag {
  align-items: center;
  display: flex;
  font-size: var(--font-size--tiny);
  font-weight: var(--font-weight--bold);
  gap: var(--space--small);
  text-transform: uppercase;
}
.page-section {
  background-color: var(--color--container-bg);
  border-radius: var(--border-radius--base);
  padding: var(--space--large);
}
.page-section__header {
  display: flex;
  flex-direction: column;
  padding-bottom: var(--space--small);
  border-bottom-width: var(--border-width--base);
  border-bottom-style: solid;
  -o-border-image: var(--border--fancy);
     border-image: var(--border--fancy);
  margin-bottom: var(--space--medium);
  & .button {
    width: -moz-fit-content;
    width: fit-content;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.page-section__header-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-section--no-content .page-section__header {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.page-section .empty-item {
  grid-column: span 2;
}
.page-section form footer .button {
  width: -moz-fit-content;
  width: fit-content;
}
.pagy {
  display: flex;
  font-family: sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #6b7280;
  justify-content: center;
}
.pagy > :not([hidden]) ~ :not([hidden]) {
  --space-reverse: 0;
  margin-right: calc(0.25rem * var(--space-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--space-reverse)));
}
.pagy a:not(.gap) {
  display: block;
  text-decoration: none;
  border-radius: 0.5rem;
  background-color: #e5e7eb;
  padding: 0.25rem 0.75rem;
  color: inherit;
}
.pagy a:not(.gap):hover {
  background-color: #d1d5db;
}
.pagy a:not(.gap, [href]) {
  cursor: default;
  background-color: #f3f4f6;
  color: #d1d5db;
}
.pagy a:not(.gap).current {
  background-color: #9ca3af;
  color: white;
}
.pagy label {
  white-space: nowrap;
  display: inline-block;
  border-radius: 0.5rem;
  background-color: #e5e7eb;
  padding: 0.125rem 0.75rem;
}
.pagy label input {
  line-height: 1.5rem;
  border-radius: 0.375rem;
  border-style: none;
  background-color: #f3f4f6;
}
.popover-container {
  position: relative;
  display: inline-block;
}
.popover-container__trigger {
  background-color: #007bff;
  color: white;
  padding: 8px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.popover-container__content {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
  white-space: normal;
  width: min(20rem, calc(100vw - 2rem));
  word-wrap: break-word;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease,
    visibility 0.2s ease;
  z-index: 10;
  margin-bottom: 0.5rem;
  font-size: var(--font-size--hint);
}
.popover-container__content::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent;
}
.popover-container__content--visible {
  opacity: 1;
  visibility: visible;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.progress-bar__bar-bg {
  background: var(--color--progress-bar-background);
  border-radius: var(--border-radius--base);
  padding: var(--space--x-small);
}
.progress-bar__segments {
  display: flex;
  height: 28px;
  border-radius: var(--border-radius--small);
  overflow: hidden;
  position: relative;
}
.progress-bar__segments--striped {
  position: relative;
  overflow: hidden;
}
.progress-bar__segments--striped::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(
    45deg,
    rgb(255 255 255 / 0.25) 0px,
    rgb(255 255 255 / 0.25) 10px,
    transparent 10px,
    transparent 20px
  );
  z-index: 1;
}
.progress-bar__segment {
  height: 100%;
  position: relative;
}
.progress-bar__segment--unused {
  background: var(--color--success);
}
.progress-bar__segment--used {
  background: var(--color--error);
}
.progress-bar__segment--default {
  background: var(--color--gray-light);
}
.progress-bar__segment-label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: bold;
  font-size: var(--font-size--label);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  max-width: 40%;
  z-index: 2;
  border-radius: var(--border-radius--small);
}
.progress-bar__segment-label--left {
  left: var(--space--x-small);
  text-align: left;
}
.progress-bar__segment-label--right {
  right: var(--space--x-small);
  text-align: right;
}
.progress-bar__values {
  display: flex;
  justify-content: space-between;
}
.progress-bar__value {
  font-size: var(--font-size--subhead);
  font-weight: 400;
  flex: 1;
  color: var(--color--text-primary);
}
.preferences__image {
  max-width: 11rem;
  display: block;
}
.project {
  container: project-detail-layout / inline-size;
}
.project__header,
.project__main {
  display: grid;
  grid-gap: var(--space--large);
  @container project-detail-layout (min-width: 45em) {
    grid-template-columns: 20rem 1fr;
  }
}
.project__main {
  background-color: var(--color--container-bg);
  border-radius: var(--border-radius--base);
  padding: var(--space--large);
  @container project-detail-layout (min-width: 45em) {
    padding-top: calc(var(--space--medium) + 2.5rem);
    grid-template-rows: 0.5fr 2fr;
  }
}
.project__main--single {
  grid-template-columns: minmax(auto, 50rem);
  grid-template-rows: auto;
  justify-content: center;
}
.project__header {
  align-items: end;
  color: var(--color--text);
  padding-bottom: var(--space--medium);
  @container project-detail-layout (min-width: 45em) {
    padding: 0 var(--space--large) var(--space--medium) var(--space--large);
  }
}
.project__title-wrapper {
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: var(--space--base);
}
.project__title + p {
  margin-top: var(--space--base);
}
.project__subtitle {
  align-items: center;
  display: grid;
  grid-gap: var(--space--base);
  grid-template-columns: max-content 1fr;
  font-family: var(--font-family--body);
  font-size: var(--font-size--body);
  font-weight: var(--font-weight--bold);
  text-transform: uppercase;
  &::after {
    background-color: rgb(255 255 255 / 0.25);
    content: "";
    display: block;
    width: 100%;
    height: var(--border-width--base);
  }
}
.project__time {
  font-size: var(--font-size--subhead);
  font-weight: var(--font-weight--bold);
}
.project__main-image {
  aspect-ratio: 1 / 1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: var(--color--white);
  border-radius: var(--border-radius--base);
  box-shadow: 0px 1px 10px var(--color--box-shadow);
  @container project-detail-layout (min-width: 45em) {
    transform: translateY(2.5rem);
  }
}
.project__cta {
  @container project-detail-layout (min-width: 45em) {
    grid-area: 1 / 1 / 2 / auto;
  }
}
.project__event-outline {
  order: 3;
  @container project-detail-layout (min-width: 45em) {
    order: initial;
    grid-area: 2 / 1 / 3 / auto;
  }
  & ol {
    margin-top: var(--space--base);
  }
}
.project__content {
  container: project-content-layout / inline-size;
  @container project-detail-layout (min-width: 45em) {
    grid-area: 1 / 2 / span 2 /auto;
  }
}
.project__image-block {
  display: grid;
  grid-gap: var(--space--small);
  grid-template-columns: repeat(2, 1fr);
  @container project-content-layout (min-width: 30em) {
    grid-template-columns: repeat(4, 1fr);
  }
  & img {
    aspect-ratio: 1 / 1;
    border-radius: var(--border-radius--base);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.project__image-float {
  aspect-ratio: 1 / 1;
  float: left;
  margin: 0 var(--space--base) var(--space--base) 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 8rem;
}
.project__registration-deadline, .project__registration-avaialble-seats {
  font-weight: var(--font-weight--bold);
  text-align: center;
  & time {
    display: block;
  }
  & .seats {
    display: block;
  }
}
.project-meta {
  font-size: var(--font-size--meta);
  & li {
    align-items: center;
    display: grid;
    grid-gap: var(--space--small);
    grid-template-columns: 18px 1fr;
  }
}
.project-meta--background {
  background-color: var(--color--meta-bg);
  border-radius: var(--border-radius--base);
}
.project-meta--align-start {
  align-self: start;
}
.project-meta--background ul,
.project-meta--background {
  padding: var(--space--small);
}
.project-meta--participants {
  fill: var(--color--teal-dark);
}
.project-meta--duration {
  fill: var(--color--blue);
}
.project-meta--kit {
  fill: var(--color--orange);
}
.project-meta--event,
.project-meta--user {
  fill: var(--color--navy);
}
.project-meta__add-on-features {
  padding: 0 var(--space--small);
  display: flex;
  flex-direction: column;
  align-items: center;
  .split {
    border-radius: var(--border-radius--pill);
    background-color: var(--color--blue-dark);
    height: 0.2rem;
    width: 80%;
    margin: var(--space--base) 0;
  }
  ul, h3 {
    width: 100%;
  }
  ul {
    padding: var(--space--small) 0;
  }
  .discription {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
}
.project-meta__event-pricing {
  color: var(--color--blue-navy);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  .title {
    font-size: 1.3rem;
    font-weight: 400;
  }
  .description {
    font-size: 0.8rem;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.5rem;
  }
  .error {
    color: var(--color--error);
    font-weight: var(--font-weight--bold);
    margin-top: 0.5rem;
    svg {
      fill: var(--color--error);
      height: 1rem;
      width: 1rem;
    }
  }
  .price-range {
    font-size: 4rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 4rem;
    padding: 0.75rem 0;
    .credit-label {
      text-transform: uppercase;
      font-size: 1rem;
      padding-left: 0.3rem;
      position: relative;
      top: 1rem;
    }
    .price {
      &::before {
        content: "$";
        font-size: 2rem;
        font-weight: 400;
        vertical-align: top;
        line-height: 2rem;
      }
    }
  }
  .per-volunteer {
    font-size: 1rem;
    text-align: right;
    font-weight: 700;
    line-height: 1rem;
  }
}
form .project-meta__event-pricing {
  margin-bottom: 0;
  min-height: 150px;
  .title,
  .per-volunteer {
    text-align: center;
  }
}
.project-card {
  position: relative;
  align-items: center;
  border-bottom-width: var(--border-width--base);
  border-bottom-style: solid;
  border-color: transparent;
  border-radius: var(--border-radius--base);
  box-shadow: 0px 1px 10px var(--color--box-shadow);
  display: flex;
  gap: var(--space--base);
  padding: var(--space--small);
  flex-direction: column;
  transition: box-shadow var(--transition-timing--base) ease-in-out;
  @container card-layout (min-width: 35em) {
    align-items: flex-start;
    flex-direction: row;
  }
  &:hover {
    -o-border-image: var(--border--fancy);
       border-image: var(--border--fancy);
    box-shadow: 0px 5px 20px var(--color--box-shadow);
  }
}
.project-card__overlay {
  position: relative;
}
.project-card__image {
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 11rem;
}
.project-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: var(--space--small);
  justify-content: space-between;
  height: 100%;
}
.project-card__title {
  font-size: var(--font-size--subhead);
  font-weight: var(--font-weight--bold);
}
.project-card__info-and-cta {
  display: flex;
  flex-direction: column;
  gap: var(--space--small);
  text-align: center;
  & p {
    font-size: var(--font-size--meta);
    font-weight: var(--font-weight--bold);
  }
}
.wishlist-container {
  position: absolute;
  bottom: var(--space--x-small);
  left: var(--space--small);
}
.wishlist-btn {
  background: transparent;
  border: none;
  font-size: var(--font-size--subhead);
  cursor: pointer;
  transition: transform 0.2s, color 0.2s;
  color: var(--color--text);
  padding: 0;
}
.wishlist-btn:hover {
  transform: scale(1.2);
  color: var(--color--orange-light);
}
.wishlist-btn.wishlisted {
  color: var(--color--orange-dark);
}
.project-section {
  display: flex;
  flex-direction: column;
  gap: var(--space--medium);
  background-color: var(--color--container-bg);
  border-radius: var(--border-radius--base);
  padding: var(--space--large);
}
.project-section__header {
  align-items: flex-start;
  display: flex;
  border-bottom-width: var(--border-width--base);
  border-bottom-style: solid;
  -o-border-image: var(--border--fancy);
     border-image: var(--border--fancy);
  justify-content: space-between;
  padding-bottom: var(--space--small);
  & .button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.project-section__projects {
  --max-columns-count: 3;
  --columns-gap: var(--space--medium);
  container: card-layout / inline-size;
  display: grid;
  grid-gap: var(--columns-gap);
  @media screen and (min-width: 50em) {
    grid-template-columns: repeat(auto-fill, minmax(calc(max(30rem, (100% - var(--columns-gap)) / ( var(--max-columns-count) + 1 ))), 1fr));
  }
}
.project-section .empty-item {
  grid-column: span 2;
}
.responsive-table {
  display: flex;
  flex-direction: column;
  background-color: var(--color--table-bg);
  border-radius: var(--border-radius--base);
  width: 100%;
  @media screen and (min-width: 50em) {
    display: table;
    border-collapse: collapse;
  }
}
.responsive-table__body {
  @media screen and (min-width: 50em) {
    display: table-row-group;
  }
}
.responsive-table__header {
  display: none;
  @media screen and (min-width: 50em) {
    display: table-header-group;
  }
}
.responsive-table__cell.responsive-table__cell--header {
  font-weight: var(--font-weight--bold);
  font-size: var(--font-size--label);
  padding: var(--space--small) var(--space--base);
  border-bottom: var(--border-width--base) solid var(--color--table-stroke);
  text-align: left;
}
.responsive-table__row {
  display: flex;
  flex-direction: column;
  padding: var(--space--base);
  &:not(:last-child) {
    border-bottom: var(--border-width--base) solid var(--color--table-stroke);
  }
  @media screen and (min-width: 50em) {
    display: table-row;
    margin-bottom: var(--space--small);
  }
}
.responsive-table__cell {
  display: flex;
  .tick {
    fill: var(--color--success);
    color: var(--color--success);
  }
  .cancel {
    fill: var(--color--error);
    color: var(--color--error);
  }
  &::before {
    content: attr(data-label);
    font-weight: bold;
    margin-right: 10px;
  }
  &.actions {
    display: flex;
    flex-direction: row-reverse;
    gap: var(--space--x-small);
    justify-content: left;
    a:not(:last-child)::before {
      content: '|';
      font-weight: var(--font-weight--normal);
      margin-right: var(--space--x-small);
    }
  }
  @media screen and (min-width: 50em) {
    display: table-cell;
    padding: var(--space--base);
    vertical-align: middle;
    &::before {
      content: none;
    }
  }
}
.ts-wrapper.plugin-drag_drop.multi > .ts-control > div.ui-sortable-placeholder {
  visibility: visible;
  --tw-border-style: none;
  border-style: none;
}
.ts-wrapper.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}
.plugin-checkbox_options .option input {
  margin-right: 0.5rem;
}
.plugin-clear_button .clear-button {
  position: absolute;
  top: calc(1/2 * 100%);
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  cursor: pointer;
  opacity: 0%;
  right: 1.5rem;
}
.plugin-clear_button.single .clear-button {
  right: 1.5rem;
}
.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:hover.has-items .clear-button {
  opacity: 100%;
}
.ts-wrapper .dropdown-header {
  position: relative;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 20px;
  border-color: var(--color-base-300);
  background-color: var(--color-base-100);
  padding: calc(var(--spacing) * 2.5);
}
.ts-wrapper.input {
  padding: calc(var(--spacing) * 0);
}
.ts-wrapper .dropdown-header-close {
  position: absolute;
  top: calc(1/2 * 100%);
  right: calc(var(--spacing) * 2);
  margin: calc(var(--spacing) * -3);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-leading: calc(var(--spacing) * 5);
  line-height: calc(var(--spacing) * 5);
  opacity: 40%;
}
.ts-wrapper .dropdown-header-close:hover {
  color: var(--color-base-content);
}
.plugin-dropdown_input .dropdown-input {
  display: block;
  width: 100%;
  background-color: transparent;
  padding: calc(var(--spacing) * 2);
  --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);
}
.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: calc(var(--spacing) * 0);
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  display: flex;
  min-width: 4px;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::input-placeholder {
  color: transparent;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::input-placeholder {
  color: transparent;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-moz-placeholder {
  color: transparent;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}
.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}
.ts-dropdown.plugin-optgroup_columns .optgroup {
  min-width: calc(var(--spacing) * 0);
  flex-grow: 1;
  flex-basis: calc(var(--spacing) * 0);
  border-top-style: var(--tw-border-style);
  border-top-width: 0px;
  border-right-style: var(--tw-border-style);
  border-right-width: 1px;
  border-color: var(--color-base-300);
}
.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right-style: var(--tw-border-style);
  border-right-width: 0px;
}
.ts-dropdown.plugin-optgroup_columns .optgroup::before {
  display: none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top-style: var(--tw-border-style);
  border-top-width: 0px;
}
.ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
  padding-right: calc(var(--spacing) * 0);
}
.ts-wrapper.plugin-remove_button .item .remove {
  margin-left: calc(var(--spacing) * 1);
  box-sizing: border-box;
  display: inline-block;
  border-left-style: var(--tw-border-style);
  border-left-width: 1px;
  border-color: var(--color-neutral-300);
  padding-inline: calc(var(--spacing) * 1);
  vertical-align: middle;
  color: inherit;
  text-decoration-line: none;
}
.ts-wrapper.plugin-remove_button .item .remove:hover {
  background-color: var(--color-base-content);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-base-content) 5%, transparent);
  }
}
.ts-wrapper.plugin-remove_button .item.active .remove {
  border-left-color: var(--color-base-300);
}
.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}
.ts-wrapper.plugin-remove_button.disabled .item .remove {
  border-left-color: var(--color-base-100);
}
.ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.ts-wrapper {
  position: relative;
}
.ts-dropdown,
.ts-control,
.ts-control input {
  color: var(--color-base-content);
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
}
.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background-color: var(--color-base-100);
  cursor: text;
}
.ts-control {
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  overflow: hidden;
  border-radius: var(--radius-field);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-base-content);
  background-color: var(--color-base-100);
  padding: calc(var(--spacing) * 2.5);
  color: var(--color-base-content);
  --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);
}
.ts-control::after {
  content: "";
  position: absolute;
  right: 0.625rem;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  pointer-events: none;
  opacity: 0.6;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--color-base-content);
  transition: opacity 150ms ease;
}
.ts-wrapper.plugin-clear_button.has-items .ts-control {
  padding-right: 3.25rem;
}
.plugin-clear_button .clear-button {
  z-index: 10;
}
.ts-wrapper.dropdown-active .ts-control::after,
.ts-wrapper.focus.dropdown-active .ts-control::after {
  border-top: none;
  border-bottom: 6px solid var(--color-base-content);
  opacity: 1;
}
.ts-control.rtl::after {
  right: auto;
  left: 0.625rem;
}
.plugin-clear_button .ts-control.rtl .clear-button {
  left: 2rem;
  right: auto;
}
.ts-wrapper.multi.has-items .ts-control {
  padding: 6px 8px 3px;
}
.full .ts-control {
  background-color: var(--color-base-100);
  color: var(--color-base-content);
}
.disabled .ts-control, .disabled .ts-control * {
  cursor: pointer;
}
.focus .ts-control {
  --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);
}
.ts-control > * {
  display: inline-block;
  vertical-align: baseline;
}
.ts-wrapper.multi .ts-control > div:not(.clear-button) {
  cursor: pointer;
  border-radius: var(--radius-selector);
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: var(--color-base-200);
  padding: calc(var(--spacing) * 1);
  padding-inline: calc(var(--spacing) * 1.5);
  white-space: nowrap;
  color: var(--color-base-content);
}
.ts-wrapper.multi .ts-control > div.active {
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: var(--color-base-300);
  color: var(--color-base-content);
}
.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: var(--color-base-100);
  color: var(--color-base-content);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
  }
}
.ts-control > input {
  margin: calc(var(--spacing) * 0);
  display: inline-block;
  min-height: calc(var(--spacing) * 0);
  max-width: 100%;
  flex-grow: 1;
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: transparent;
  padding: calc(var(--spacing) * 0);
  text-indent: calc(var(--spacing) * 0);
  -webkit-user-select: auto;
  -moz-user-select: auto;
       user-select: auto;
  &::-moz-placeholder {
    color: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-base-content) 50%, transparent);
    }
  }
  &::placeholder {
    color: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-base-content) 50%, transparent);
    }
  }
  min-width: 7rem;
  max-height: none !important;
  box-shadow: none !important;
}
.ts-control > input::-ms-clear {
  display: none;
}
.ts-control > input:focus {
  outline-style: var(--tw-outline-style);
  outline-width: 0px;
}
.has-items .ts-control > input {
  margin: calc(var(--spacing) * 0);
  margin-inline: calc(var(--spacing) * 1);
  margin: 0 4px !important;
}
.ts-control.rtl {
  text-align: right;
}
.ts-control.rtl.single .ts-control::after {
  position: absolute;
  right: auto;
  content: '';
  left: 15px;
}
.ts-control.rtl .ts-control > input {
  margin: calc(var(--spacing) * 0);
  margin-inline: calc(var(--spacing) * 1);
  margin: 0 4px 0 -2px !important;
}
.disabled .ts-control {
  background-color: var(--color-base-100);
  opacity: 50%;
}
.input-hidden .ts-control > input {
  position: absolute;
  opacity: 0%;
  left: -10000px;
}
.ts-dropdown {
  position: absolute;
  top: 100%;
  left: calc(var(--spacing) * 0);
  z-index: 10;
  margin-top: calc(var(--spacing) * 1);
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius-field);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-base-content);
  background-color: var(--color-base-100);
}
.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.ts-dropdown [data-selectable] .highlight {
  background: var(--color-primary);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklab, var(--color-primary) 20%, transparent);
  }
  border-radius: var(--radius-selector);
}
.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
  padding: 5px 8px;
}
.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.ts-dropdown [data-selectable].option {
  cursor: pointer;
  padding: calc(var(--spacing) * 2.5);
  color: var(--color-base-content);
  opacity: 100%;
}
.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top-style: var(--tw-border-style);
  border-top-width: 0px;
}
.ts-dropdown .optgroup-header {
  cursor: default;
  background-color: var(--color-base-100);
  color: var(--color-base-content);
}
.ts-dropdown .create:hover,
.ts-dropdown .option:hover,
.ts-dropdown .active {
  background-color: var(--color-base-300);
  color: var(--color-base-content);
}
.ts-dropdown .selected {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.ts-dropdown .create:hover.create,
.ts-dropdown .option:hover.create,
.ts-dropdown .active.create {
  color: var(--color-base-content);
}
.ts-dropdown .create {
  color: var(--color-base-content);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklab, var(--color-base-content) 50%, transparent);
  }
}
.ts-dropdown .spinner {
  margin: calc(var(--spacing) * 1);
  margin-inline: calc(var(--spacing) * 2);
  display: inline-block;
  height: calc(var(--spacing) * 7);
  width: calc(var(--spacing) * 7);
}
.ts-dropdown .spinner::after {
  margin: calc(var(--spacing) * 1);
  display: block;
  height: calc(var(--spacing) * 6);
  width: calc(var(--spacing) * 6);
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 4px;
  border-color: var(--color-base-content);
  content: " ";
  border-color: var(--color-primary) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ts-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
.ts-hidden-accessible {
  position: absolute;
  height: calc(var(--spacing) * 0.5);
  width: calc(var(--spacing) * 0.5);
  overflow: hidden;
  border-style: var(--tw-border-style);
  border-width: 0px;
  padding: calc(var(--spacing) * 0);
  white-space: nowrap;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
}
ol.stepper {
  --circle: 2rem;
  --b: 0.25rem;
  display: flex;
  list-style: none;
  justify-content: space-between;
  background: linear-gradient(var(--color--black) 0 0) no-repeat 50%
    calc((var(--circle) - var(--b)) / 2) / 90% var(--b);
  font-weight: bold;
  counter-reset: step;
  overflow: hidden;
}
ol.stepper li {
  display: grid;
  place-items: center;
  gap: var(--space--x-small);
  position: relative;
  text-align: center;
  font-size: var(--font-size-scale--small);
}
ol.stepper li::before {
  content: counter(step) " ";
  counter-increment: step;
  display: grid;
  place-content: center;
  aspect-ratio: 1;
  height: var(--circle);
  border: 0.25rem solid var(--color--black);
  background: var(--color--black);
  color: var(--color--white);
  border-radius: var(--border-radius--circle);
  z-index: 1;
}
ol.stepper li.active ~ li::before {
  border: 0.25rem solid var(--color--black);
  background: var(--color--gray);
  color: var(--color--black);
}
ol.stepper li.active::after {
  content: "";
  position: absolute;
  height: var(--b);
  right: 100%;
  top: calc((var(--circle) - var(--b)) / 2);
  background: var(--color--black);
}
.tags {
  color: var(--color--text);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: var(--space--x-small);
}
.tags__item {
  --label-h: 204;
  --label-s: 70;
  --label-l: 53;
  background-color: hsl(
    var(--label-h),
    calc(var(--label-s) * 1%),
    calc(var(--label-l) * 1%)
  );
  border-width: 2px;
  border-style: solid;
  border-color: hsl(
    var(--label-h),
    calc(var(--label-s) * 1%),
    calc((var(--label-l) - 10) * 1%)
  );
  border-radius: var(--border-radius--base);
  font-size: var(--font-size--tiny);
  font-weight: var(--font-weight--bold);
  padding: 0.8rem var(--space--small);
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
  height: 1.1rem;
  line-height: 1.1rem;
  &.outlined {
    background-color: transparent;
    color: var(--color--text);
    border-color: var(--color--black);
  }
  &.hosted {
    --label-h: 192;
    --label-s: 100;
    --label-l: 40;
  }
  &.on_demand {
    --label-h: 197;
    --label-s: 100;
    --label-l: 34;
  }
  &.virtual {
    --label-h: 185;
    --label-s: 100;
    --label-l: 34;
  }
  &.in_person {
    --label-h: 222;
    --label-s: 72;
    --label-l: 55;
  }
  &.hybrid {
    --label-h: 211;
    --label-s: 79;
    --label-l: 22;
  }
  &.no_kit {
    --label-h: 38;
    --label-s: 17;
    --label-l: 65;
  }
}
.toggle-switch {
  display: inline-flex;
  align-items: flex-start;
}
.toggle-switch__container {
  display: flex;
  flex-direction: column;
}
.toggle-switch__label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}
.toggle-switch__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.toggle-switch__slider {
  position: relative;
  display: inline-block;
  width: calc(var(--space--large) + var(--space--small));
  height: calc(var(--space--base) + var(--space--small));
  background-color: var(--color--gray-light);
  border-radius: 9999px;
  transition: all 0.3s ease;
}
.toggle-switch__slider:before {
  content: "";
  position: absolute;
  height: var(--space--base);
  width: var(--space--base);
  left: var(--space--x-small);
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color--white);
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.toggle-switch__slider--checked {
  background-color: var(--color--orange);
}
.toggle-switch__slider--checked:before {
  transform: translate(calc(var(--space--base) + var(--space--small)), -50%);
}
.toggle-switch__text {
  margin-left: var(--space--base);
  font-size: var(--font-size-scale--base);
  color: var(--color--navy);
  text-decoration: none;
}
.toggle-switch__description {
  margin-top: var(--space--x-small);
  margin-left: calc(var(--space--large) + var(--space--base) + var(--space--small));
  font-size: var(--font-size-scale--x-small);
  color: var(--color--navy);
  line-height: var(--line-height--base);
}
.toggle-switch__input:disabled + .toggle-switch__slider {
  opacity: 0.5;
  cursor: not-allowed;
}
.toggle-switch__input:disabled ~ .toggle-switch__text {
  opacity: 0.5;
}
.toggle-switch__input:disabled ~ .toggle-switch__description {
  opacity: 0.5;
}
.slider {
  display: inline-flex;
  width: 100%;
}
.slider__container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.slider__controls {
  display: flex;
  align-items: center;
  gap: var(--space--base);
  background-color: var(--color--white);
  border: 1px solid var(--color--gray);
  border-radius: 4px;
  padding: var(--space--x-small);
}
.slider__label {
  font-size: var(--font-size-scale--base);
  font-weight: var(--font-weight--bold);
  color: var(--color--navy);
  margin-bottom: var(--space--x-small);
}
.slider__input-container {
  width: 60px;
  position: relative;
  display: flex;
  align-items: center;
  border-right: 1px solid var(--color--gray);
  padding-right: var(--space--base);
}
.slider__input {
  width: 100%;
  padding: var(--space--x-small);
  border: none;
  font-size: var(--font-size-scale--base);
  color: var(--color--navy);
  background-color: transparent;
  transition: all 0.2s ease;
  min-height: 24px;
  outline: none;
  cursor: text;
}
.slider__input:focus {
  outline: none;
  box-shadow: none;
}
.slider__input[contenteditable="true"]:empty::before {
  content: attr(data-placeholder);
  color: var(--color--gray);
}
.slider__input:disabled {
  background-color: var(--color--gray-light);
  cursor: not-allowed;
}
.slider__range-container {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.slider__range-wrapper {
  display: flex;
  align-items: center;
  gap: var(--space--base);
  width: 100%;
}
.slider__range {
  flex: 1;
  width: 100%;
  height: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: var(--color--gray);
  outline: none;
  border-radius: 2px;
}
.slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: var(--space--base);
  height: var(--space--base);
  border-radius: 50%;
  background: var(--color--orange);
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.slider__range::-moz-range-thumb {
  width: var(--space--base);
  height: var(--space--base);
  border-radius: 50%;
  background: var(--color--orange);
  cursor: pointer;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: none;
}
.slider__range::-webkit-slider-thumb:hover {
  background: var(--color--orange-dark);
  transform: scale(1.1);
}
.slider__range::-moz-range-thumb:hover {
  background: var(--color--orange-dark);
  transform: scale(1.1);
}
.slider__range:disabled::-webkit-slider-thumb {
  background: var(--color--gray);
  cursor: not-allowed;
}
.slider__range:disabled::-moz-range-thumb {
  background: var(--color--gray);
  cursor: not-allowed;
}
.slider__range-labels {
  display: flex;
  justify-content: flex-end;
  margin-top: var(--space--x-small);
}
.slider__max-label {
  font-size: var(--font-size-scale--base);
  color: var(--color--navy);
  padding: var(--space--x-small);
  min-width: 32px;
  text-align: center;
  flex-shrink: 0;
  border-left: 1px solid var(--color--gray);
  padding-left: var(--space--base);
}
.slider__max-label--bold {
  font-weight: var(--font-weight--bold);
}
.slider__min-label {
  font-size: 0.75rem;
  color: var(--color--gray-dark);
  background-color: var(--color--gray-light);
  padding: var(--space--x-small);
  border-radius: 4px;
  min-width: 40px;
  text-align: center;
}
.slider__description {
  font-size: var(--font-size-scale--x-small);
  color: var(--color--navy);
  margin-bottom: var(--space--small);
}
.credit-insights-grid {
  display: grid;
  grid-template: "intro gap utilization utilization" auto
    "total gap allocation available-until" auto
    / 1fr var(--space--base) 1fr 1fr;
  gap: var(--space--small);
  align-items: start;
  width: 100%;
  margin: 0 auto;
}
.credit-insights__section {
  border-radius: var(--border-radius--base);
  padding: var(--space--small);
  display: flex;
  flex-direction: column;
  gap: var(--space--small);
}
.credit-insights__section--intro {
  grid-area: intro;
  min-width: 220px;
  font-weight: var(--font-weight--bold);
  p {
    font-size: var(--font-size--body);
    font-weight: var(--font-weight--bold);
    margin-top: var(--space--base);
  }
}
.credit-insights__intro-title {
  font-size: var(--font-size--head);
  font-weight: var(--font-weight--bold);
}
.credit-insights__section--total {
  grid-area: total;
  align-items: center;
  text-align: left;
}
.credit-insights__section--allocation {
  grid-area: allocation;
  text-align: center;
}
.credit-insights__section--available-until {
  grid-area: available-until;
}
.credit-insights__section--utilization {
  grid-area: utilization;
  margin-top: 0;
}
.credit-insights__total-number {
  font-size: calc(var(--font-size--head) * 2);
  font-weight: var(--font-weight--bold);
  line-height: var(--line-height--tight);
}
.credit-insights__available-until {
  margin-top: var(--space--large);
  border-top: 1px solid var(--color--gray-light);
  padding-top: var(--space--base);
}
.credit-insights__available-label {
  text-transform: uppercase;
  font-size: var(--font-size--label);
  color: var(--color--text);
  letter-spacing: 0.1em;
}
.credit-insights__available-date {
  display: block;
  font-size: var(--font-size--head);
  font-weight: var(--font-weight--bold);
  margin-top: var(--space--x-small);
}
.credit-insights__allocation-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space--base);
}
.credit-insights__donut {
  width: 180px;
  height: 180px;
  display: block;
}
.credit-insights__donut-bg {
  stroke: var(--color--donut-bg);
}
.credit-insights__donut-fg {
  stroke: var(--color--donut-fg);
  transition: stroke-dashoffset 0.5s;
}
.credit-insights__donut-text {
  font-size: 0.4rem;
  fill: var(--color--text);
  dominant-baseline: middle;
}
.credit-insights__allocation-chart-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--space--large);
  justify-content: center;
}
.credit-insights__allocation-legend {
  display: flex;
  flex-direction: column;
  gap: var(--space--x-small);
  margin-top: 0;
}
.credit-insights__allocation-legend-item {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: var(--space--x-small);
  font-size: var(--font-size--body);
}
.credit-insights__legend-color {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  margin: 0 var(--space--small) var(--space--x-small) 0;
}
.credit-insights__legend-color--unassigned, .credit-insights__legend-color--company {
  background: var(--color--donut-bg);
}
.credit-insights__legend-color--assigned, .credit-insights__legend-color--personal {
  background: var(--color--donut-fg);
}
.credit-insights__legend-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.credit-insights__legend-number {
  font-weight: var(--font-weight--normal);
  font-size: var(--font-size--subhead);
}
.credit-insights__legend-label {
  font-size: var(--font-size--body);
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
}
@media (width <= 900px) {
  .credit-insights-grid {
    grid-template: "intro" auto "utilization" auto "total" auto "allocation" auto "available-until" auto / 1fr;
    gap: var(--space--medium);
  }
  .credit-insights__section {
    padding: var(--space--medium);
  }
  .credit-insights__section--intro,
  .credit-insights__section--total,
  .credit-insights__section--allocation,
  .credit-insights__section--available-until,
  .credit-insights__section--utilization {
    align-items: stretch;
    text-align: left;
    margin-top: 0;
  }
  .credit-insights__donut {
    width: 80px;
    height: 80px;
  }
  .credit-insights__available-date {
    font-size: var(--font-size--subhead);
  }
  .credit-insights__allocation-chart-row {
    flex-direction: column;
    gap: var(--space--base);
    align-items: center;
  }
  .credit-insights__allocation-legend {
    align-items: center;
  }
}
.transparent-section {
  background-color: rgb(160 160 160 / 0.1);
  border: var(--border-width--base) solid rgb(255 255 255 / 0.1);
  border-radius: var(--border-radius--base);
  color: var(--color--text);
  padding: var(--space--base);
}
.filters-bar {
  background-color: var(--color--container-bg);
  border: var(--border--base);
  border-radius: var(--border-radius--base);
  box-shadow: 0 2px 6px 0
    var(--color--box-shadow);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 2px 6px 0
    color-mix(in oklab, var(--color--box-shadow) 15%, transparent);
  }
  padding: var(--space--base);
}
.filters-bar__fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space--base);
  align-items: end;
}
@media (min-width: 50em) {
  .filters-bar__fields {
    grid-template-columns: repeat(5, minmax(12rem, 1fr));
  }
}
.filters-bar .input {
  margin: 0;
}
.filters-bar .input__field,
.filters-bar .ts-wrapper {
  width: 100%;
}
.filters-bar .ts-control {
  border: none;
}
.filters-bar__actions {
  display: flex;
  gap: var(--space--small);
  align-items: center;
  justify-content: flex-start;
}
.u-hide-visually {
  border-width: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
@layer base {
  a:not(.btn) {
    @layer daisyui.l1.l2.l3 {
      cursor: pointer;
      text-decoration-line: underline;
      &:focus {
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
      }
      &:focus-visible {
        outline: 2px solid currentColor;
        outline-offset: 2px;
      }
    }
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    text-decoration-line: underline;
    text-decoration-color: var(--color-accent);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 200ms;
    transition-duration: 200ms;
    &:hover {
      @media (hover: hover) {
        text-decoration-color: currentcolor;
      }
    }
  }
}
@layer base {
  :root {
    --fx-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.34' numOctaves='4' stitchTiles='stitch'%3E%3C/feTurbulence%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(//app.generus.com/%23a)' opacity='0.2'%3E%3C/rect%3E%3C/svg%3E");
  }
}
@layer base {
  :root {
    scrollbar-color: currentColor #0000;
    @supports (color: color-mix(in lab, red, red)) {
      scrollbar-color: color-mix(in oklch, currentColor 35%, #0000) #0000;
    }
  }
}
@layer base {
  @property --radialprogress {
    syntax: "<percentage>";
    inherits: true;
    initial-value: 0%;
  }
}
@layer base {
  :root:not(span) {
    overflow: var(--page-overflow);
  }
}
@layer base {
  :root {
    --page-scroll-bg-on: linear-gradient(var(--root-bg), var(--root-bg))
    var(--root-bg);
    @supports (color: color-mix(in lab, red, red)) {
      --page-scroll-bg-on: linear-gradient(var(--root-bg), var(--root-bg))
    color-mix(in srgb, var(--root-bg), oklch(0% 0 0) calc(var(--page-has-backdrop, 0) * 40%));
    }
    --page-scroll-transition-on: background-color 0.3s ease-out;
    transition: var(--page-scroll-transition);
    scrollbar-gutter: var(--page-scroll-gutter, unset);
    scrollbar-gutter: if(style(--page-has-scroll: 1): var(--page-scroll-gutter, unset) ; else: unset);
  }
  :root:root {
    background: var(--page-scroll-bg, var(--root-bg, var(--color-base-100)));
  }
  @keyframes set-page-has-scroll {
    0%, to {
      --page-has-scroll: 1;
    }
  }
}
@layer base {
  :root, [data-theme] {
    background-color: var(--root-bg, var(--color-base-100));
    color: var(--color-base-content);
  }
  :where(:root, [data-theme]) {
    --root-bg: var(--color-base-100);
  }
}
@keyframes rating {
  0%, 40% {
    scale: 1.1;
    filter: brightness(1.05) contrast(1.05);
  }
}
@keyframes dropdown {
  0% {
    opacity: 0;
  }
}
@keyframes radio {
  0% {
    padding: 5px;
  }
  50% {
    padding: 3px;
  }
}
@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 skeleton {
  0% {
    background-position: 150%;
  }
  100% {
    background-position: -50%;
  }
}
@keyframes menu {
  0% {
    opacity: 0;
  }
}
@keyframes progress {
  50% {
    background-position-x: -115%;
  }
}
@layer base {
  :where(:root),:root:has(input.theme-controller[value=generus]:checked),[data-theme="generus"] {
    color-scheme: light;
    --color-base-100: oklch(100% 0 0);
    --color-base-200: rgba(238, 244, 249, 1);
    --color-base-300: oklch(90% 0.076 70.697);
    --color-base-content: oklch(20% 0.042 265.755);
    --color-primary: #ff5722;
    --color-primary-content: #eceef2;
    --color-secondary: oklch(66% 0.295 322.15);
    --color-secondary-content: oklch(97% 0.017 320.058);
    --color-accent: #6dc8df;
    --color-accent-content: oklch(98% 0.019 200.873);
    --color-neutral: #c95100;
    --color-neutral-content: oklch(98% 0.019 200.873);
    --color-info: oklch(54% 0.245 262.881);
    --color-info-content: oklch(98% 0.019 200.873);
    --color-success: oklch(64% 0.2 131.684);
    --color-success-content: oklch(98% 0.019 200.873);
    --color-warning: oklch(64% 0.222 41.116);
    --color-warning-content: oklch(98% 0.019 200.873);
    --color-error: oklch(58% 0.253 17.585);
    --color-error-content: oklch(98% 0.019 200.873);
    --radius-selector: 0.5rem;
    --radius-field: 0.5rem;
    --radius-box: 0rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 0;
    --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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  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;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@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-border-style: solid;
      --tw-font-weight: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-leading: initial;
      --tw-duration: initial;
    }
  }
}
