/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-300: oklch(80.8% 0.114 19.571);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-900: oklch(39.6% 0.141 25.723);
    --color-green-50: oklch(98.2% 0.018 155.826);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-blue-400: oklch(70.7% 0.165 254.624);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-blue-950: oklch(28.2% 0.091 267.935);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-neutral-600: oklch(43.9% 0 0);
    --color-neutral-800: oklch(26.9% 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1.5 / 1);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.5 / 1);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.625 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wider: 0.05em;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --aspect-video: 16 / 9;
    --default-font-family: 'DM Sans';
    --default-mono-font-family: var(--font-mono);
    --font-display: 'Cormorant';
    --color-my-blue: #1300c1;
    --color-bud-50: #f6f7f6;
    --color-bud-300: #98a491;
    --color-bud-400: #7d8b76;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .z-40 {
    z-index: 40;
  }
  .contain {
    margin-inline: auto;
    max-width: 1536px;
  }
  .prose {
    --tw-prose-body: var(--color-blue-950);
    --tw-prose-headings: var(--color-blue-950);
    --tw-prose-links: var(--color-blue-400);
    color: var(--tw-prose-body);
    letter-spacing: 0.05em;
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 1.25em;
      line-height: var(--tw-leading, var(--text-xl--line-height));
      font-weight: 500;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-size: 2.25em;
      line-height: var(--tw-leading, var(--text-4xl--line-height));
      font-weight: 700;
      font-family: Cormorant;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-size: 1.875em;
      line-height: var(--tw-leading, var(--text-3xl--line-height));
      font-weight: 700;
      font-family: Cormorant;
    }
    :where(h3, h4, h5, h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-size: 1em;
      line-height: var(--tw-leading, var(--text-base--line-height));
      font-weight: 700;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-left: 2rem;
    }
    :where(ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-latin;
    }
    :where(ol ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol ol ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-latin;
    }
    :where(ol ol ol ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-left: 2rem;
    }
    :where(ul ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: circle;
    }
    :where(ul ul ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: square;
    }
  }
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    border-style: var(--tw-border-style);
    border-width: 1px;
    background-color: #F4FDEE;
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    font-family: var(--font-display);
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
    color: var(--color-bud-400);
    text-transform: uppercase;
    text-decoration-line: none;
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
    &:focus-visible {
      outline-offset: 2px;
    }
    &:focus-visible {
      outline-color: var(--color-blue-400);
    }
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .aspect-4\/3 {
    aspect-ratio: 4/3;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .size-12 {
    width: calc(var(--spacing) * 12);
    height: calc(var(--spacing) * 12);
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-full {
    width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-text {
    cursor: text;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .thumb {
    border-style: var(--tw-border-style);
    border-width: .25rem;
    border-color: var(--color-white);
    --tw-shadow: 0 0px 0px 1px var(--tw-shadow-color, rgba(0,0,0,0.15));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-bud-400 {
    border-color: var(--color-bud-400);
  }
  .bg-black\/30 {
    background-color: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }
  .bg-bud-50 {
    background-color: var(--color-bud-50);
  }
  .bg-bud-300 {
    background-color: var(--color-bud-300);
  }
  .bg-neutral-600 {
    background-color: var(--color-neutral-600);
  }
  .bg-neutral-800 {
    background-color: var(--color-neutral-800);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .text-center {
    text-align: center;
  }
  .font-display {
    font-family: var(--font-display);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .prose-white {
    --tw-prose-body: var(--color-white);
    --tw-prose-headings: var(--color-white);
    --tw-prose-links: var(--color-white);
  }
  .max-sm\:hidden {
    @media (width < 768px) {
      display: none;
    }
  }
  .max-sm\:aspect-square {
    @media (width < 768px) {
      aspect-ratio: 1 / 1;
    }
  }
  .max-sm\:flex-col {
    @media (width < 768px) {
      flex-direction: column;
    }
  }
  .max-sm\:flex-wrap {
    @media (width < 768px) {
      flex-wrap: wrap;
    }
  }
  .max-sm\:justify-center {
    @media (width < 768px) {
      justify-content: center;
    }
  }
  .max-sm\:gap-3 {
    @media (width < 768px) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .max-sm\:gap-6 {
    @media (width < 768px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .max-sm\:gap-x-6 {
    @media (width < 768px) {
      column-gap: calc(var(--spacing) * 6);
    }
  }
  .max-sm\:gap-y-4 {
    @media (width < 768px) {
      row-gap: calc(var(--spacing) * 4);
    }
  }
  .max-sm\:text-4xl {
    @media (width < 768px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .max-sm\:text-xl {
    @media (width < 768px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .sm\:absolute {
    @media (width >= 768px) {
      position: absolute;
    }
  }
  .sm\:inset-0 {
    @media (width >= 768px) {
      inset: calc(var(--spacing) * 0);
    }
  }
  .sm\:top-0 {
    @media (width >= 768px) {
      top: calc(var(--spacing) * 0);
    }
  }
  .sm\:z-50 {
    @media (width >= 768px) {
      z-index: 50;
    }
  }
  .sm\:order-1 {
    @media (width >= 768px) {
      order: 1;
    }
  }
  .sm\:flex {
    @media (width >= 768px) {
      display: flex;
    }
  }
  .sm\:w-full {
    @media (width >= 768px) {
      width: 100%;
    }
  }
  .sm\:flex-1 {
    @media (width >= 768px) {
      flex: 1;
    }
  }
  .sm\:flex-none {
    @media (width >= 768px) {
      flex: none;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 768px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:items-center {
    @media (width >= 768px) {
      align-items: center;
    }
  }
  .sm\:justify-between {
    @media (width >= 768px) {
      justify-content: space-between;
    }
  }
  .sm\:gap-3 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .sm\:gap-10 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .sm\:gap-x-12 {
    @media (width >= 768px) {
      column-gap: calc(var(--spacing) * 12);
    }
  }
  .sm\:bg-gradient-to-b {
    @media (width >= 768px) {
      --tw-gradient-position: to bottom in oklab;
      background-image: linear-gradient(var(--tw-gradient-stops));
    }
  }
  .sm\:from-black\/50 {
    @media (width >= 768px) {
      --tw-gradient-from: color-mix(in srgb, #000 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-gradient-from: color-mix(in oklab, var(--color-black) 50%, transparent);
      }
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .sm\:from-black\/60 {
    @media (width >= 768px) {
      --tw-gradient-from: color-mix(in srgb, #000 60%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-gradient-from: color-mix(in oklab, var(--color-black) 60%, transparent);
      }
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .sm\:from-25\% {
    @media (width >= 768px) {
      --tw-gradient-from-position: 25%;
    }
  }
  .sm\:from-50\% {
    @media (width >= 768px) {
      --tw-gradient-from-position: 50%;
    }
  }
  .sm\:to-black\/0 {
    @media (width >= 768px) {
      --tw-gradient-to: color-mix(in srgb, #000 0%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-gradient-to: color-mix(in oklab, var(--color-black) 0%, transparent);
      }
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .sm\:to-transparent {
    @media (width >= 768px) {
      --tw-gradient-to: transparent;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .sm\:to-45\% {
    @media (width >= 768px) {
      --tw-gradient-to-position: 45%;
    }
  }
  .sm\:text-3xl {
    @media (width >= 768px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .sm\:text-6xl {
    @media (width >= 768px) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url(/fonts/dmsans/v17/rP2Hp2ywxg089UriCZOIHTWEBlw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(/fonts/cormorant/v24/H4clBXOCl9bbnla_nHIq75u9qKS-aw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@media screen and (min-width: 768px) and (max-width: 1535px) {
  html {
    font-size: 1.40625vw;
  }
}
@media screen and (min-width: 1536px) {
  html {
    font-size: 21.6px;
  }
}
.fa > svg, .external > svg {
  height: 1em;
  vertical-align: -0.125em;
}
.fa.fa-fw > svg {
  width: 1.25em;
}
.fa > svg > path, .external > svg > path {
  fill: currentColor;
}
.external > svg {
  margin-left: calc(var(--spacing) * 2);
}
.fui-hidden {
  display: none;
}
[data-fui-sr-only] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.fui-field {
  @media (width >= 768px) {
    flex: 1;
  }
}
.fui-page, .fui-page-container {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 6);
}
.fui-row {
  display: flex;
  gap: calc(var(--spacing) * 6);
  @media (width < 768px) {
    flex-direction: column;
  }
}
.fui-i {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 6);
}
.fui-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  background-color: var(--color-blue-800);
  padding-inline: calc(var(--spacing) * 3);
  padding-block: calc(var(--spacing) * 2);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  &:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }
  &:focus-visible {
    outline-offset: 2px;
  }
  &:focus-visible {
    outline-color: var(--color-blue-400);
  }
}
.fui-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.fui-btn[disabled][data-loading="true"] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 50%;
}
.fui-alert {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }
  border-radius: var(--radius-md);
  padding: calc(var(--spacing) * 6);
}
.fui-alert-error {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-red-500);
  background-color: var(--color-red-500);
  color: var(--color-white);
}
.fui-alert-success {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-green-500);
  background-color: var(--color-green-50);
}
.fui-row-empty {
  display: none;
}
.fui-label, .fui-legend {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.fui-required {
  color: var(--color-red-500);
}
.fui-instructions {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.fui-instructions-above-input .fui-instructions {
  margin-bottom: calc(var(--spacing) * 1);
}
.fui-error-message {
  color: var(--color-red-500);
}
.fui-error-message, .fui-success-message {
  margin-top: calc(var(--spacing) * 1);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.fui-success-message {
  color: var(--color-green-500);
}
.fui-radio {
  display: flex;
  align-items: center;
}
.fui-checkbox {
  display: flex;
  gap: calc(var(--spacing) * 3);
}
.fui-radio-input {
  position: relative;
  width: calc(var(--spacing) * 4);
  height: calc(var(--spacing) * 4);
  appearance: none;
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-gray-300);
  background-color: var(--color-white);
  &::before {
    content: var(--tw-content);
    position: absolute;
  }
  &::before {
    content: var(--tw-content);
    inset: calc(var(--spacing) * 1);
  }
  &::before {
    content: var(--tw-content);
    border-radius: calc(infinity * 1px);
  }
  &::before {
    content: var(--tw-content);
    background-color: var(--color-white);
  }
  &:not(*:checked) {
    &::before {
      content: var(--tw-content);
      display: none;
    }
  }
  &:checked {
    border-color: var(--color-blue-800);
  }
  &:checked {
    background-color: var(--color-blue-800);
  }
  &:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }
  &:focus-visible {
    outline-offset: 2px;
  }
  &:focus-visible {
    outline-color: var(--color-blue-400);
  }
  &:disabled {
    border-color: var(--color-gray-300);
  }
  &:disabled {
    background-color: var(--color-gray-100);
  }
  &:disabled {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-gray-400);
    }
  }
  @media (forced-colors: active) {
    appearance: auto;
  }
  @media (forced-colors: active) {
    &::before {
      content: var(--tw-content);
      display: none;
    }
  }
}
.fui-checkbox-input {
  grid-column-start: 1;
  grid-row-start: 1;
  appearance: none;
  border-radius: var(--radius-sm);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-gray-300);
  background-color: var(--color-white);
  &:checked {
    border-color: var(--color-blue-800);
  }
  &:checked {
    background-color: var(--color-blue-800);
  }
  &:indeterminate {
    border-color: var(--color-blue-800);
  }
  &:indeterminate {
    background-color: var(--color-blue-800);
  }
  &:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }
  &:focus-visible {
    outline-offset: 2px;
  }
  &:focus-visible {
    outline-color: var(--color-blue-400);
  }
  &:disabled {
    border-color: var(--color-gray-300);
  }
  &:disabled {
    background-color: var(--color-gray-100);
  }
  &:disabled {
    &:checked {
      background-color: var(--color-gray-100);
    }
  }
  @media (forced-colors: active) {
    appearance: auto;
  }
}
.fui-radio-label {
  margin-left: calc(var(--spacing) * 3);
  display: block;
  font-size: var(--text-sm);
  line-height: calc(var(--spacing) * 6);
}
.fui-checkbox-label {
  font-size: var(--text-sm);
  line-height: calc(var(--spacing) * 6);
}
.fui-input:not(.fui-radio-input, .fui-checkbox-input) {
  display: block;
  width: 100%;
  border-radius: var(--radius-md);
  background-color: var(--color-white);
  padding-inline: calc(var(--spacing) * 3);
  padding-block: calc(var(--spacing) * 1.5);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  color: var(--color-gray-900);
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
  outline-offset: calc(1px * -1);
  outline-color: var(--color-gray-300);
  &::placeholder {
    color: var(--color-gray-400);
  }
  &:focus {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }
  &:focus {
    outline-offset: calc(2px * -1);
  }
  &:focus {
    outline-color: var(--color-blue-400);
  }
  @media (width >= 768px) {
    font-size: var(--text-sm);
    line-height: calc(var(--spacing) * 6);
  }
}
.fui-select {
  grid-column-start: 1;
  grid-row-start: 1;
  width: 100%;
  appearance: none;
  border-radius: var(--radius-md);
  background-color: var(--color-white);
  padding-block: calc(var(--spacing) * 1.5);
  padding-right: calc(var(--spacing) * 8);
  padding-left: calc(var(--spacing) * 3);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  color: var(--color-gray-900);
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
  outline-offset: calc(1px * -1);
  outline-color: var(--color-gray-300);
  &:focus {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }
  &:focus {
    outline-offset: calc(2px * -1);
  }
  &:focus {
    outline-color: var(--color-blue-400);
  }
  @media (width >= 768px) {
    font-size: var(--text-sm);
    line-height: calc(var(--spacing) * 6);
  }
}
.fui-input.fui-error {
  color: var(--color-red-900);
  outline-color: var(--color-red-300);
  &::placeholder {
    color: var(--color-red-300);
  }
  &:focus {
    outline-color: var(--color-red-600);
  }
}
.fui-select.fui-error {
  color: var(--color-red-900);
  outline-color: var(--color-red-300);
  &:focus {
    outline-color: var(--color-red-600);
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-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-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-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  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-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-outline-style: solid;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: 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-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-space-y-reverse: 0;
      --tw-content: "";
    }
  }
}
