/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme;
@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, var(--font-family-sans, 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, initial);
    font-variation-settings: var(--default-font-variation-settings, initial);
    -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, var(--font-mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace));
    font-feature-settings: var(--default-mono-font-feature-settings, initial);
    font-variation-settings: var(--default-mono-font-variation-settings, initial);
    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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    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;
  }
  .\!fixed {
    position: fixed !important;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(0.375rem * 0);
  }
  .inset-x-0 {
    inset-inline: calc(0.375rem * 0);
  }
  .inset-y-0 {
    inset-block: calc(0.375rem * 0);
  }
  .\!top-0 {
    top: calc(0.375rem * 0) !important;
  }
  .\!top-auto {
    top: auto !important;
  }
  .top-0 {
    top: calc(0.375rem * 0);
  }
  .top-0\.5 {
    top: calc(0.375rem * 0.5);
  }
  .top-1 {
    top: calc(0.375rem * 1);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-3 {
    top: calc(0.375rem * 3);
  }
  .top-\[-1px\] {
    top: -1px;
  }
  .top-\[0\.25rem\] {
    top: 0.25rem;
  }
  .top-\[0\.3125rem\] {
    top: 0.3125rem;
  }
  .top-\[5vh\] {
    top: 5vh;
  }
  .top-auto {
    top: auto;
  }
  .top-full {
    top: 100%;
  }
  .-right-2 {
    right: calc(0.375rem * -2);
  }
  .right-0 {
    right: calc(0.375rem * 0);
  }
  .right-0\.5 {
    right: calc(0.375rem * 0.5);
  }
  .right-1 {
    right: calc(0.375rem * 1);
  }
  .right-2 {
    right: calc(0.375rem * 2);
  }
  .right-3 {
    right: calc(0.375rem * 3);
  }
  .right-6\.5 {
    right: calc(0.375rem * 6.5);
  }
  .right-8\.5 {
    right: calc(0.375rem * 8.5);
  }
  .right-9\.5 {
    right: calc(0.375rem * 9.5);
  }
  .right-\[-1px\] {
    right: -1px;
  }
  .\!bottom-0 {
    bottom: calc(0.375rem * 0) !important;
  }
  .bottom-0 {
    bottom: calc(0.375rem * 0);
  }
  .bottom-\[0\.1em\] {
    bottom: 0.1em;
  }
  .bottom-full {
    bottom: 100%;
  }
  .\!left-0 {
    left: calc(0.375rem * 0) !important;
  }
  .-left-0 {
    left: calc(0.375rem * -0);
  }
  .-left-1 {
    left: calc(0.375rem * -1);
  }
  .left-0 {
    left: calc(0.375rem * 0);
  }
  .left-1 {
    left: calc(0.375rem * 1);
  }
  .left-\[0\.25rem\] {
    left: 0.25rem;
  }
  .left-\[0\.125rem\] {
    left: 0.125rem;
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-10 {
    z-index: 10;
  }
  .z-100 {
    z-index: 100;
  }
  .z-\[11\] {
    z-index: 11;
  }
  .z-\[999\] {
    z-index: 999;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-5 {
    grid-column: span 5 / span 5;
  }
  .col-span-6 {
    grid-column: span 6 / span 6;
  }
  .col-span-7 {
    grid-column: span 7 / span 7;
  }
  .col-span-8 {
    grid-column: span 8 / span 8;
  }
  .col-span-9 {
    grid-column: span 9 / span 9;
  }
  .col-span-10 {
    grid-column: span 10 / span 10;
  }
  .col-span-11 {
    grid-column: span 11 / span 11;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .col-start-1 {
    grid-column-start: 1;
  }
  .col-start-2 {
    grid-column-start: 2;
  }
  .col-start-3 {
    grid-column-start: 3;
  }
  .col-start-4 {
    grid-column-start: 4;
  }
  .col-start-5 {
    grid-column-start: 5;
  }
  .col-start-6 {
    grid-column-start: 6;
  }
  .col-start-7 {
    grid-column-start: 7;
  }
  .col-start-8 {
    grid-column-start: 8;
  }
  .col-start-9 {
    grid-column-start: 9;
  }
  .col-start-10 {
    grid-column-start: 10;
  }
  .col-start-11 {
    grid-column-start: 11;
  }
  .col-start-12 {
    grid-column-start: 12;
  }
  .col-start-auto {
    grid-column-start: auto;
  }
  .row-2 {
    grid-row: 2;
  }
  .row-span-1 {
    grid-row: span 1 / span 1;
  }
  .row-span-2 {
    grid-row: span 2 / span 2;
  }
  .row-span-3 {
    grid-row: span 3 / span 3;
  }
  .row-span-4 {
    grid-row: span 4 / span 4;
  }
  .row-span-5 {
    grid-row: span 5 / span 5;
  }
  .row-span-6 {
    grid-row: span 6 / span 6;
  }
  .float-left {
    float: left;
  }
  .float-right {
    float: right;
  }
  .container {
    width: 100%;
    @media (width >= 576px) {
      max-width: 576px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 992px) {
      max-width: 992px;
    }
    @media (width >= 1200px) {
      max-width: 1200px;
    }
    @media (width >= 1584px) {
      max-width: 1584px;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(0.375rem * 0);
  }
  .m-auto {
    margin: auto;
  }
  .-mx-1 {
    margin-inline: calc(0.375rem * -1);
  }
  .-mx-2 {
    margin-inline: calc(0.375rem * -2);
  }
  .-mx-4 {
    margin-inline: calc(0.375rem * -4);
  }
  .mx-2 {
    margin-inline: calc(0.375rem * 2);
  }
  .mx-3 {
    margin-inline: calc(0.375rem * 3);
  }
  .mx-\[-8vw\] {
    margin-inline: -8vw;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-my-2 {
    margin-block: calc(0.375rem * -2);
  }
  .-my-\[0\.5rem\] {
    margin-block: calc(0.5rem * -1);
  }
  .-my-\[0\.3125rem\] {
    margin-block: calc(0.3125rem * -1);
  }
  .my-0 {
    margin-block: calc(0.375rem * 0);
  }
  .my-1 {
    margin-block: calc(0.375rem * 1);
  }
  .my-2 {
    margin-block: calc(0.375rem * 2);
  }
  .my-3 {
    margin-block: calc(0.375rem * 3);
  }
  .my-4 {
    margin-block: calc(0.375rem * 4);
  }
  .-mt-0\.5 {
    margin-top: calc(0.375rem * -0.5);
  }
  .-mt-1 {
    margin-top: calc(0.375rem * -1);
  }
  .-mt-2 {
    margin-top: calc(0.375rem * -2);
  }
  .-mt-\[0\.5625rem\] {
    margin-top: calc(0.5625rem * -1);
  }
  .mt-0\.5 {
    margin-top: calc(0.375rem * 0.5);
  }
  .mt-1 {
    margin-top: calc(0.375rem * 1);
  }
  .mt-1\.5 {
    margin-top: calc(0.375rem * 1.5);
  }
  .mt-2 {
    margin-top: calc(0.375rem * 2);
  }
  .mt-3 {
    margin-top: calc(0.375rem * 3);
  }
  .mt-4 {
    margin-top: calc(0.375rem * 4);
  }
  .mt-5 {
    margin-top: calc(0.375rem * 5);
  }
  .mt-6 {
    margin-top: calc(0.375rem * 6);
  }
  .mt-\[0\.25rem\] {
    margin-top: 0.25rem;
  }
  .mt-\[0\.875rem\] {
    margin-top: 0.875rem;
  }
  .mt-\[1px\] {
    margin-top: 1px;
  }
  .mt-\[200px\] {
    margin-top: 200px;
  }
  .-mr-2 {
    margin-right: calc(0.375rem * -2);
  }
  .-mr-2\.5 {
    margin-right: calc(0.375rem * -2.5);
  }
  .-mr-3 {
    margin-right: calc(0.375rem * -3);
  }
  .-mr-\[0\.5625rem\] {
    margin-right: calc(0.5625rem * -1);
  }
  .mr-1 {
    margin-right: calc(0.375rem * 1);
  }
  .mr-1\.5 {
    margin-right: calc(0.375rem * 1.5);
  }
  .mr-2 {
    margin-right: calc(0.375rem * 2);
  }
  .mr-3 {
    margin-right: calc(0.375rem * 3);
  }
  .mr-\[-1px\] {
    margin-right: -1px;
  }
  .mr-\[-6px\] {
    margin-right: -6px;
  }
  .mr-\[0\.5em\] {
    margin-right: 0.5em;
  }
  .mr-\[0\.25rem\] {
    margin-right: 0.25rem;
  }
  .\!mb-0 {
    margin-bottom: calc(0.375rem * 0) !important;
  }
  .-mb-1 {
    margin-bottom: calc(0.375rem * -1);
  }
  .-mb-\[0\.25rem\] {
    margin-bottom: calc(0.25rem * -1);
  }
  .-mb-\[0\.625rem\] {
    margin-bottom: calc(0.625rem * -1);
  }
  .mb-0 {
    margin-bottom: calc(0.375rem * 0);
  }
  .mb-0\.5 {
    margin-bottom: calc(0.375rem * 0.5);
  }
  .mb-1 {
    margin-bottom: calc(0.375rem * 1);
  }
  .mb-2 {
    margin-bottom: calc(0.375rem * 2);
  }
  .mb-3 {
    margin-bottom: calc(0.375rem * 3);
  }
  .mb-4 {
    margin-bottom: calc(0.375rem * 4);
  }
  .mb-5 {
    margin-bottom: calc(0.375rem * 5);
  }
  .mb-\[-1px\] {
    margin-bottom: -1px;
  }
  .-ml-2 {
    margin-left: calc(0.375rem * -2);
  }
  .ml-1 {
    margin-left: calc(0.375rem * 1);
  }
  .ml-1\.5 {
    margin-left: calc(0.375rem * 1.5);
  }
  .ml-2 {
    margin-left: calc(0.375rem * 2);
  }
  .ml-5 {
    margin-left: calc(0.375rem * 5);
  }
  .ml-\[-1px\] {
    margin-left: -1px;
  }
  .ml-\[0\.4em\] {
    margin-left: 0.4em;
  }
  .ml-auto {
    margin-left: auto;
  }
  .box-border {
    box-sizing: border-box;
  }
  .box-content {
    box-sizing: content-box;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .size-0 {
    width: calc(0.375rem * 0);
    height: calc(0.375rem * 0);
  }
  .size-2 {
    width: calc(0.375rem * 2);
    height: calc(0.375rem * 2);
  }
  .size-3 {
    width: calc(0.375rem * 3);
    height: calc(0.375rem * 3);
  }
  .size-4 {
    width: calc(0.375rem * 4);
    height: calc(0.375rem * 4);
  }
  .size-5 {
    width: calc(0.375rem * 5);
    height: calc(0.375rem * 5);
  }
  .size-6 {
    width: calc(0.375rem * 6);
    height: calc(0.375rem * 6);
  }
  .size-8 {
    width: calc(0.375rem * 8);
    height: calc(0.375rem * 8);
  }
  .size-10 {
    width: calc(0.375rem * 10);
    height: calc(0.375rem * 10);
  }
  .size-13 {
    width: calc(0.375rem * 13);
    height: calc(0.375rem * 13);
  }
  .size-15 {
    width: calc(0.375rem * 15);
    height: calc(0.375rem * 15);
  }
  .size-\[0\.5rem\] {
    width: 0.5rem;
    height: 0.5rem;
  }
  .size-\[0\.625rem\] {
    width: 0.625rem;
    height: 0.625rem;
  }
  .size-\[0\.875rem\] {
    width: 0.875rem;
    height: 0.875rem;
  }
  .size-\[2\.375rem\] {
    width: 2.375rem;
    height: 2.375rem;
  }
  .size-\[14px\] {
    width: 14px;
    height: 14px;
  }
  .size-\[32px\] {
    width: 32px;
    height: 32px;
  }
  .size-\[65px\] {
    width: 65px;
    height: 65px;
  }
  .size-fit {
    width: fit-content;
    height: fit-content;
  }
  .\!h-auto {
    height: auto !important;
  }
  .h-\(--disclosure-panel-height\) {
    height: var(--disclosure-panel-height);
  }
  .h-1 {
    height: calc(0.375rem * 1);
  }
  .h-2 {
    height: calc(0.375rem * 2);
  }
  .h-3 {
    height: calc(0.375rem * 3);
  }
  .h-4 {
    height: calc(0.375rem * 4);
  }
  .h-5 {
    height: calc(0.375rem * 5);
  }
  .h-5\.5 {
    height: calc(0.375rem * 5.5);
  }
  .h-6 {
    height: calc(0.375rem * 6);
  }
  .h-7 {
    height: calc(0.375rem * 7);
  }
  .h-8 {
    height: calc(0.375rem * 8);
  }
  .h-10 {
    height: calc(0.375rem * 10);
  }
  .h-15 {
    height: calc(0.375rem * 15);
  }
  .h-16 {
    height: calc(0.375rem * 16);
  }
  .h-30 {
    height: calc(0.375rem * 30);
  }
  .h-\[0\.625rem\] {
    height: 0.625rem;
  }
  .h-\[1\.25rem\] {
    height: 1.25rem;
  }
  .h-\[1\.75rem\] {
    height: 1.75rem;
  }
  .h-\[2\.5rem\] {
    height: 2.5rem;
  }
  .h-\[2\.125rem\] {
    height: 2.125rem;
  }
  .h-\[2\.875rem\] {
    height: 2.875rem;
  }
  .h-\[8\.75rem\] {
    height: 8.75rem;
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-\[28px\] {
    height: 28px;
  }
  .h-\[37px\] {
    height: 37px;
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-\[39px\] {
    height: 39px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[41px\] {
    height: 41px;
  }
  .h-\[42px\] {
    height: 42px;
  }
  .h-\[43px\] {
    height: 43px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[51px\] {
    height: 51px;
  }
  .h-\[54px\] {
    height: 54px;
  }
  .h-\[58px\] {
    height: 58px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[63px\] {
    height: 63px;
  }
  .h-\[65px\] {
    height: 65px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[88px\] {
    height: 88px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-5 {
    max-height: calc(0.375rem * 5);
  }
  .max-h-6 {
    max-height: calc(0.375rem * 6);
  }
  .max-h-7 {
    max-height: calc(0.375rem * 7);
  }
  .max-h-8 {
    max-height: calc(0.375rem * 8);
  }
  .max-h-72 {
    max-height: calc(0.375rem * 72);
  }
  .max-h-\[80vh\] {
    max-height: 80vh;
  }
  .max-h-full {
    max-height: 100%;
  }
  .max-h-screen {
    max-height: 100vh;
  }
  .min-h-0 {
    min-height: calc(0.375rem * 0);
  }
  .min-h-2 {
    min-height: calc(0.375rem * 2);
  }
  .min-h-3 {
    min-height: calc(0.375rem * 3);
  }
  .min-h-4 {
    min-height: calc(0.375rem * 4);
  }
  .min-h-6 {
    min-height: calc(0.375rem * 6);
  }
  .min-h-8 {
    min-height: calc(0.375rem * 8);
  }
  .min-h-9 {
    min-height: calc(0.375rem * 9);
  }
  .min-h-11 {
    min-height: calc(0.375rem * 11);
  }
  .min-h-12 {
    min-height: calc(0.375rem * 12);
  }
  .min-h-\[1\.875rem\] {
    min-height: 1.875rem;
  }
  .min-h-\[2\.25rem\] {
    min-height: 2.25rem;
  }
  .min-h-\[2\.625rem\] {
    min-height: 2.625rem;
  }
  .min-h-\[3rem\] {
    min-height: 3rem;
  }
  .min-h-\[17\.5rem\] {
    min-height: 17.5rem;
  }
  .min-h-\[90px\] {
    min-height: 90px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-0 {
    width: calc(0.375rem * 0);
  }
  .w-2 {
    width: calc(0.375rem * 2);
  }
  .w-3 {
    width: calc(0.375rem * 3);
  }
  .w-3\/5 {
    width: calc(3/5 * 100%);
  }
  .w-6 {
    width: calc(0.375rem * 6);
  }
  .w-8 {
    width: calc(0.375rem * 8);
  }
  .w-10 {
    width: calc(0.375rem * 10);
  }
  .w-12 {
    width: calc(0.375rem * 12);
  }
  .w-14 {
    width: calc(0.375rem * 14);
  }
  .w-16 {
    width: calc(0.375rem * 16);
  }
  .w-23 {
    width: calc(0.375rem * 23);
  }
  .w-\[1\.81ex\] {
    width: 1.81ex;
  }
  .w-\[3\.62ex\] {
    width: 3.62ex;
  }
  .w-\[5\.43ex\] {
    width: 5.43ex;
  }
  .w-\[7\.24ex\] {
    width: 7.24ex;
  }
  .w-\[8rem\] {
    width: 8rem;
  }
  .w-\[9\.05ex\] {
    width: 9.05ex;
  }
  .w-\[10\.86ex\] {
    width: 10.86ex;
  }
  .w-\[10rem\] {
    width: 10rem;
  }
  .w-\[12\.67ex\] {
    width: 12.67ex;
  }
  .w-\[14\.48ex\] {
    width: 14.48ex;
  }
  .w-\[15\.625rem\] {
    width: 15.625rem;
  }
  .w-\[16\.29ex\] {
    width: 16.29ex;
  }
  .w-\[18\.1ex\] {
    width: 18.1ex;
  }
  .w-\[18\.75rem\] {
    width: 18.75rem;
  }
  .w-\[25rem\] {
    width: 25rem;
  }
  .w-\[26px\] {
    width: 26px;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[33\%\] {
    width: 33%;
  }
  .w-\[36\.2ex\] {
    width: 36.2ex;
  }
  .w-\[37\.5rem\] {
    width: 37.5rem;
  }
  .w-\[50rem\] {
    width: 50rem;
  }
  .w-\[54\.3ex\] {
    width: 54.3ex;
  }
  .w-\[54px\] {
    width: 54px;
  }
  .w-\[59px\] {
    width: 59px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[69px\] {
    width: 69px;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[71px\] {
    width: 71px;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[90px\] {
    width: 90px;
  }
  .w-\[94px\] {
    width: 94px;
  }
  .w-\[105px\] {
    width: 105px;
  }
  .w-\[113px\] {
    width: 113px;
  }
  .w-\[116px\] {
    width: 116px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[122px\] {
    width: 122px;
  }
  .w-\[135px\] {
    width: 135px;
  }
  .w-\[140px\] {
    width: 140px;
  }
  .w-\[145px\] {
    width: 145px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[165px\] {
    width: 165px;
  }
  .w-\[170px\] {
    width: 170px;
  }
  .w-\[178px\] {
    width: 178px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[213px\] {
    width: 213px;
  }
  .w-\[233px\] {
    width: 233px;
  }
  .w-\[268px\] {
    width: 268px;
  }
  .w-\[350px\] {
    width: 350px;
  }
  .w-\[calc\(1\.81ex\+0\.5rem\+14px\+1\.75rem\)\] {
    width: calc(1.81ex + 0.5rem + 14px + 1.75rem);
  }
  .w-\[calc\(1\.81ex\+0\.5rem\+14px\+1\.5625rem\)\] {
    width: calc(1.81ex + 0.5rem + 14px + 1.5625rem);
  }
  .w-\[calc\(1\.81ex\+0\.5rem\+14px\+1\.9375rem\)\] {
    width: calc(1.81ex + 0.5rem + 14px + 1.9375rem);
  }
  .w-\[calc\(1\.81ex\+0\.5rem\+14px\+2\.125rem\)\] {
    width: calc(1.81ex + 0.5rem + 14px + 2.125rem);
  }
  .w-\[calc\(3\.62ex\+0\.5rem\+14px\+1\.75rem\)\] {
    width: calc(3.62ex + 0.5rem + 14px + 1.75rem);
  }
  .w-\[calc\(3\.62ex\+0\.5rem\+14px\+1\.5625rem\)\] {
    width: calc(3.62ex + 0.5rem + 14px + 1.5625rem);
  }
  .w-\[calc\(3\.62ex\+0\.5rem\+14px\+1\.9375rem\)\] {
    width: calc(3.62ex + 0.5rem + 14px + 1.9375rem);
  }
  .w-\[calc\(3\.62ex\+0\.5rem\+14px\+2\.125rem\)\] {
    width: calc(3.62ex + 0.5rem + 14px + 2.125rem);
  }
  .w-\[calc\(5\.43ex\+0\.5rem\+14px\+1\.75rem\)\] {
    width: calc(5.43ex + 0.5rem + 14px + 1.75rem);
  }
  .w-\[calc\(5\.43ex\+0\.5rem\+14px\+1\.5625rem\)\] {
    width: calc(5.43ex + 0.5rem + 14px + 1.5625rem);
  }
  .w-\[calc\(5\.43ex\+0\.5rem\+14px\+1\.9375rem\)\] {
    width: calc(5.43ex + 0.5rem + 14px + 1.9375rem);
  }
  .w-\[calc\(5\.43ex\+0\.5rem\+14px\+2\.125rem\)\] {
    width: calc(5.43ex + 0.5rem + 14px + 2.125rem);
  }
  .w-\[calc\(7\.24ex\+0\.5rem\+14px\+1\.75rem\)\] {
    width: calc(7.24ex + 0.5rem + 14px + 1.75rem);
  }
  .w-\[calc\(7\.24ex\+0\.5rem\+14px\+1\.5625rem\)\] {
    width: calc(7.24ex + 0.5rem + 14px + 1.5625rem);
  }
  .w-\[calc\(7\.24ex\+0\.5rem\+14px\+1\.9375rem\)\] {
    width: calc(7.24ex + 0.5rem + 14px + 1.9375rem);
  }
  .w-\[calc\(7\.24ex\+0\.5rem\+14px\+2\.125rem\)\] {
    width: calc(7.24ex + 0.5rem + 14px + 2.125rem);
  }
  .w-\[calc\(9\.05ex\+0\.5rem\+14px\+1\.75rem\)\] {
    width: calc(9.05ex + 0.5rem + 14px + 1.75rem);
  }
  .w-\[calc\(9\.05ex\+0\.5rem\+14px\+1\.5625rem\)\] {
    width: calc(9.05ex + 0.5rem + 14px + 1.5625rem);
  }
  .w-\[calc\(9\.05ex\+0\.5rem\+14px\+1\.9375rem\)\] {
    width: calc(9.05ex + 0.5rem + 14px + 1.9375rem);
  }
  .w-\[calc\(9\.05ex\+0\.5rem\+14px\+2\.125rem\)\] {
    width: calc(9.05ex + 0.5rem + 14px + 2.125rem);
  }
  .w-\[calc\(10\.86ex\+0\.5rem\+14px\+1\.75rem\)\] {
    width: calc(10.86ex + 0.5rem + 14px + 1.75rem);
  }
  .w-\[calc\(10\.86ex\+0\.5rem\+14px\+1\.5625rem\)\] {
    width: calc(10.86ex + 0.5rem + 14px + 1.5625rem);
  }
  .w-\[calc\(10\.86ex\+0\.5rem\+14px\+1\.9375rem\)\] {
    width: calc(10.86ex + 0.5rem + 14px + 1.9375rem);
  }
  .w-\[calc\(10\.86ex\+0\.5rem\+14px\+2\.125rem\)\] {
    width: calc(10.86ex + 0.5rem + 14px + 2.125rem);
  }
  .w-\[calc\(12\.67ex\+0\.5rem\+14px\+1\.75rem\)\] {
    width: calc(12.67ex + 0.5rem + 14px + 1.75rem);
  }
  .w-\[calc\(12\.67ex\+0\.5rem\+14px\+1\.5625rem\)\] {
    width: calc(12.67ex + 0.5rem + 14px + 1.5625rem);
  }
  .w-\[calc\(12\.67ex\+0\.5rem\+14px\+1\.9375rem\)\] {
    width: calc(12.67ex + 0.5rem + 14px + 1.9375rem);
  }
  .w-\[calc\(12\.67ex\+0\.5rem\+14px\+2\.125rem\)\] {
    width: calc(12.67ex + 0.5rem + 14px + 2.125rem);
  }
  .w-\[calc\(14\.48ex\+0\.5rem\+14px\+1\.75rem\)\] {
    width: calc(14.48ex + 0.5rem + 14px + 1.75rem);
  }
  .w-\[calc\(14\.48ex\+0\.5rem\+14px\+1\.5625rem\)\] {
    width: calc(14.48ex + 0.5rem + 14px + 1.5625rem);
  }
  .w-\[calc\(14\.48ex\+0\.5rem\+14px\+1\.9375rem\)\] {
    width: calc(14.48ex + 0.5rem + 14px + 1.9375rem);
  }
  .w-\[calc\(14\.48ex\+0\.5rem\+14px\+2\.125rem\)\] {
    width: calc(14.48ex + 0.5rem + 14px + 2.125rem);
  }
  .w-\[calc\(16\.29ex\+0\.5rem\+14px\+1\.75rem\)\] {
    width: calc(16.29ex + 0.5rem + 14px + 1.75rem);
  }
  .w-\[calc\(16\.29ex\+0\.5rem\+14px\+1\.5625rem\)\] {
    width: calc(16.29ex + 0.5rem + 14px + 1.5625rem);
  }
  .w-\[calc\(16\.29ex\+0\.5rem\+14px\+1\.9375rem\)\] {
    width: calc(16.29ex + 0.5rem + 14px + 1.9375rem);
  }
  .w-\[calc\(16\.29ex\+0\.5rem\+14px\+2\.125rem\)\] {
    width: calc(16.29ex + 0.5rem + 14px + 2.125rem);
  }
  .w-\[calc\(18\.1ex\+0\.5rem\+14px\+1\.75rem\)\] {
    width: calc(18.1ex + 0.5rem + 14px + 1.75rem);
  }
  .w-\[calc\(18\.1ex\+0\.5rem\+14px\+1\.5625rem\)\] {
    width: calc(18.1ex + 0.5rem + 14px + 1.5625rem);
  }
  .w-\[calc\(18\.1ex\+0\.5rem\+14px\+1\.9375rem\)\] {
    width: calc(18.1ex + 0.5rem + 14px + 1.9375rem);
  }
  .w-\[calc\(18\.1ex\+0\.5rem\+14px\+2\.125rem\)\] {
    width: calc(18.1ex + 0.5rem + 14px + 2.125rem);
  }
  .w-\[calc\(36\.2ex\+0\.5rem\+14px\+1\.75rem\)\] {
    width: calc(36.2ex + 0.5rem + 14px + 1.75rem);
  }
  .w-\[calc\(36\.2ex\+0\.5rem\+14px\+1\.5625rem\)\] {
    width: calc(36.2ex + 0.5rem + 14px + 1.5625rem);
  }
  .w-\[calc\(36\.2ex\+0\.5rem\+14px\+1\.9375rem\)\] {
    width: calc(36.2ex + 0.5rem + 14px + 1.9375rem);
  }
  .w-\[calc\(36\.2ex\+0\.5rem\+14px\+2\.125rem\)\] {
    width: calc(36.2ex + 0.5rem + 14px + 2.125rem);
  }
  .w-\[calc\(54\.3ex\+0\.5rem\+14px\+1\.75rem\)\] {
    width: calc(54.3ex + 0.5rem + 14px + 1.75rem);
  }
  .w-\[calc\(54\.3ex\+0\.5rem\+14px\+1\.5625rem\)\] {
    width: calc(54.3ex + 0.5rem + 14px + 1.5625rem);
  }
  .w-\[calc\(54\.3ex\+0\.5rem\+14px\+1\.9375rem\)\] {
    width: calc(54.3ex + 0.5rem + 14px + 1.9375rem);
  }
  .w-\[calc\(54\.3ex\+0\.5rem\+14px\+2\.125rem\)\] {
    width: calc(54.3ex + 0.5rem + 14px + 2.125rem);
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-xs {
    max-width: 35.35rem;
  }
  .min-w-0 {
    min-width: calc(0.375rem * 0);
  }
  .min-w-2 {
    min-width: calc(0.375rem * 2);
  }
  .min-w-3 {
    min-width: calc(0.375rem * 3);
  }
  .min-w-4 {
    min-width: calc(0.375rem * 4);
  }
  .min-w-6 {
    min-width: calc(0.375rem * 6);
  }
  .min-w-7 {
    min-width: calc(0.375rem * 7);
  }
  .min-w-8 {
    min-width: calc(0.375rem * 8);
  }
  .min-w-\[8\.125rem\] {
    min-width: 8.125rem;
  }
  .min-w-\[11\.875rem\] {
    min-width: 11.875rem;
  }
  .min-w-\[15\.625rem\] {
    min-width: 15.625rem;
  }
  .min-w-\[100px\] {
    min-width: 100px;
  }
  .min-w-\[100vw\] {
    min-width: 100vw;
  }
  .min-w-\[200px\] {
    min-width: 200px;
  }
  .flex-0 {
    flex: 0;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .translate-x-\[-2\.5px\] {
    --tw-translate-x: -2.5px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[0\.125rem\] {
    --tw-translate-x: 0.125rem;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[14px\] {
    --tw-translate-x: 14px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .-rotate-45 {
    rotate: calc(45deg * -1);
  }
  .-rotate-90 {
    rotate: calc(90deg * -1);
  }
  .rotate-0 {
    rotate: 0deg;
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-\[-44deg\] {
    rotate: -44deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-\[spin_0\.7s_linear_infinite\] {
    animation: spin 0.7s linear infinite;
  }
  .animate-fadeIn {
    animation: var(--animate-fadeIn, fadeIn 0.2s ease);
  }
  .animate-fadeInDown {
    animation: var(--animate-fadeInDown, fadeInDown 0.4s ease);
  }
  .animate-slideUp {
    animation: var(--animate-slideUp, slideUp 0.4s ease);
  }
  .\!form-control-disabled {
    cursor: not-allowed !important;
    border-style: dashed !important;
    background-color: var(--surface-muted-pale) !important;
    color: var(--text-muted) !important;
  }
  .form-control-disabled {
    cursor: not-allowed;
    border-style: dashed;
    background-color: var(--surface-muted-pale);
    color: var(--text-muted);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .touch-pan-x {
    --tw-pan-x: pan-x;
    touch-action: var(--tw-pan-x,) var(--tw-pan-y,) var(--tw-pinch-zoom,);
  }
  .touch-none {
    touch-action: none;
  }
  .resize {
    resize: both;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .list-none {
    list-style-type: none;
  }
  .appearance-none {
    appearance: none;
  }
  .grid-flow-row {
    grid-auto-flow: row;
  }
  .auto-rows-\[minmax\(32px\,auto\)\] {
    grid-auto-rows: minmax(32px,auto);
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-\[repeat\(12\,_1fr\)\] {
    grid-template-columns: repeat(12, 1fr);
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-start {
    align-content: flex-start;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(0.375rem * 0);
  }
  .gap-1 {
    gap: calc(0.375rem * 1);
  }
  .gap-2 {
    gap: calc(0.375rem * 2);
  }
  .gap-3 {
    gap: calc(0.375rem * 3);
  }
  .gap-4 {
    gap: calc(0.375rem * 4);
  }
  .gap-5 {
    gap: calc(0.375rem * 5);
  }
  .gap-6 {
    gap: calc(0.375rem * 6);
  }
  .gap-\[2px\] {
    gap: 2px;
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(0.375rem * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(0.375rem * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(0.375rem * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(0.375rem * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-1 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(0.375rem * 1) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(0.375rem * 1) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-border-muted-soft {
    :where(& > :not(:last-child)) {
      border-color: var(--border-muted-soft);
    }
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-x-clip {
    overflow-x: clip;
  }
  .overflow-x-scroll {
    overflow-x: scroll;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overflow-y-visible {
    overflow-y: visible;
  }
  .form-control-large {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: var(--rounded-lg);
  }
  .form-control-medium {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    border-radius: var(--rounded-md);
  }
  .form-control-small {
    font-size: 0.875rem;
    line-height: 1.3rem;
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
    padding-top: 0.1875rem;
    padding-bottom: 0.25rem;
    border-radius: var(--rounded-sm);
  }
  .form-control-xlarge {
    font-size: 1.125rem;
    line-height: 1.685rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    padding-top: 0.5625rem;
    padding-bottom: 0.625rem;
    border-radius: var(--rounded-xl);
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--border-radius-8);
  }
  .rounded-3xl {
    border-radius: var(--border-radius-12);
  }
  .rounded-4xl {
    border-radius: var(--border-radius-16);
  }
  .rounded-5xl {
    border-radius: var(--border-radius-24);
  }
  .rounded-\[1\.75rem\] {
    border-radius: 1.75rem;
  }
  .rounded-\[2\.5rem\] {
    border-radius: 2.5rem;
  }
  .rounded-\[2\.125rem\] {
    border-radius: 2.125rem;
  }
  .rounded-\[2\.875rem\] {
    border-radius: 2.875rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--border-radius-5);
  }
  .rounded-md {
    border-radius: var(--border-radius-4);
  }
  .rounded-none {
    border-radius: 0;
  }
  .rounded-sm {
    border-radius: var(--border-radius-3);
  }
  .rounded-xl {
    border-radius: var(--border-radius-6);
  }
  .rounded-t-3xl {
    border-top-left-radius: var(--border-radius-12);
    border-top-right-radius: var(--border-radius-12);
  }
  .rounded-t-xl {
    border-top-left-radius: var(--border-radius-6);
    border-top-right-radius: var(--border-radius-6);
  }
  .rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .rounded-l-lg {
    border-top-left-radius: var(--border-radius-5);
    border-bottom-left-radius: var(--border-radius-5);
  }
  .rounded-l-md {
    border-top-left-radius: var(--border-radius-4);
    border-bottom-left-radius: var(--border-radius-4);
  }
  .rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .rounded-l-sm {
    border-top-left-radius: var(--border-radius-3);
    border-bottom-left-radius: var(--border-radius-3);
  }
  .rounded-l-xl {
    border-top-left-radius: var(--border-radius-6);
    border-bottom-left-radius: var(--border-radius-6);
  }
  .rounded-tl-none {
    border-top-left-radius: 0;
  }
  .rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .rounded-r-2xl {
    border-top-right-radius: var(--border-radius-8);
    border-bottom-right-radius: var(--border-radius-8);
  }
  .rounded-r-lg {
    border-top-right-radius: var(--border-radius-5);
    border-bottom-right-radius: var(--border-radius-5);
  }
  .rounded-r-md {
    border-top-right-radius: var(--border-radius-4);
    border-bottom-right-radius: var(--border-radius-4);
  }
  .rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .rounded-r-sm {
    border-top-right-radius: var(--border-radius-3);
    border-bottom-right-radius: var(--border-radius-3);
  }
  .rounded-r-xl {
    border-top-right-radius: var(--border-radius-6);
    border-bottom-right-radius: var(--border-radius-6);
  }
  .rounded-tr-2xl {
    border-top-right-radius: var(--border-radius-8);
  }
  .rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .rounded-b-2xl {
    border-bottom-right-radius: var(--border-radius-8);
    border-bottom-left-radius: var(--border-radius-8);
  }
  .rounded-b-3xl {
    border-bottom-right-radius: var(--border-radius-12);
    border-bottom-left-radius: var(--border-radius-12);
  }
  .rounded-br-none {
    border-bottom-right-radius: 0;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[3px\] {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-x {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 1px;
  }
  .border-x-0 {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 0px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-y-0 {
    border-block-style: var(--tw-border-style);
    border-block-width: 0px;
  }
  .border-y-2 {
    border-block-style: var(--tw-border-style);
    border-block-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-0 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-t-\[0\.125rem\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 0.125rem;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-r-0 {
    border-right-style: var(--tw-border-style);
    border-right-width: 0px;
  }
  .border-r-\[0\.125rem\] {
    border-right-style: var(--tw-border-style);
    border-right-width: 0.125rem;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-0 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-b-4 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 4px;
  }
  .border-b-\[0\.125rem\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0.125rem;
  }
  .border-b-\[3px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 3px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-l-0 {
    border-left-style: var(--tw-border-style);
    border-left-width: 0px;
  }
  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .border-l-\[0\.125rem\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 0.125rem;
  }
  .border-l-\[0\.375rem\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 0.375rem;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-\[transparent\] {
    border-color: transparent;
  }
  .border-border-danger {
    border-color: var(--border-danger);
  }
  .border-border-danger-mild {
    border-color: var(--border-danger-mild);
  }
  .border-border-hero {
    border-color: var(--border-hero);
  }
  .border-border-hero\/90 {
    border-color: var(--border-hero);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--border-hero) 90%, transparent);
    }
  }
  .border-border-info-mild {
    border-color: var(--border-info-mild);
  }
  .border-border-mono {
    border-color: var(--border-mono);
  }
  .border-border-muted {
    border-color: var(--border-muted);
  }
  .border-border-muted-mild {
    border-color: var(--border-muted-mild);
  }
  .border-border-muted-soft {
    border-color: var(--border-muted-soft);
  }
  .border-border-muted-strong {
    border-color: var(--border-muted-strong);
  }
  .border-border-primary {
    border-color: var(--border-primary);
  }
  .border-border-primary\/90 {
    border-color: var(--border-primary);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--border-primary) 90%, transparent);
    }
  }
  .border-border-success {
    border-color: var(--border-success);
  }
  .border-border-success-mild {
    border-color: var(--border-success-mild);
  }
  .border-border-warning-mild {
    border-color: var(--border-warning-mild);
  }
  .border-x-border-muted-soft {
    border-inline-color: var(--border-muted-soft);
  }
  .border-y-border-muted-strong {
    border-block-color: var(--border-muted-strong);
  }
  .border-t-border-hero {
    border-top-color: var(--border-hero);
  }
  .border-t-border-muted {
    border-top-color: var(--border-muted);
  }
  .border-t-border-muted-soft {
    border-top-color: var(--border-muted-soft);
  }
  .border-r-border-muted-soft {
    border-right-color: var(--border-muted-soft);
  }
  .border-b-\[transparent\] {
    border-bottom-color: transparent;
  }
  .border-b-border-hero {
    border-bottom-color: var(--border-hero);
  }
  .border-b-border-muted-soft {
    border-bottom-color: var(--border-muted-soft);
  }
  .border-b-border-primary {
    border-bottom-color: var(--border-primary);
  }
  .border-b-transparent {
    border-bottom-color: transparent;
  }
  .border-l-border-hero {
    border-left-color: var(--border-hero);
  }
  .border-l-border-muted-soft {
    border-left-color: var(--border-muted-soft);
  }
  .border-l-border-muted-strong {
    border-left-color: var(--border-muted-strong);
  }
  .border-l-border-primary {
    border-left-color: var(--border-primary);
  }
  .border-l-transparent {
    border-left-color: transparent;
  }
  .bg-\[transparent\] {
    background-color: transparent;
  }
  .bg-background-faint {
    background-color: var(--background-faint);
  }
  .bg-background-hero {
    background-color: var(--background-hero);
  }
  .bg-background-pale {
    background-color: var(--background-pale);
  }
  .bg-background-primary {
    background-color: var(--background-primary);
  }
  .bg-background-white {
    background-color: var(--background-white);
  }
  .bg-black {
    background-color: var(--color-black, #000);
  }
  .bg-black\/5 {
    background-color: color-mix(in srgb, #000 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black, #000) 5%, transparent);
    }
  }
  .bg-black\/65 {
    background-color: color-mix(in srgb, #000 65%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black, #000) 65%, transparent);
    }
  }
  .bg-border-danger {
    background-color: var(--border-danger);
  }
  .bg-border-danger-mild {
    background-color: var(--border-danger-mild);
  }
  .bg-border-focus {
    background-color: var(--border-focus);
  }
  .bg-border-hero {
    background-color: var(--border-hero);
  }
  .bg-border-holler {
    background-color: var(--border-holler);
  }
  .bg-border-info {
    background-color: var(--border-info);
  }
  .bg-border-info-mild {
    background-color: var(--border-info-mild);
  }
  .bg-border-mono {
    background-color: var(--border-mono);
  }
  .bg-border-muted {
    background-color: var(--border-muted);
  }
  .bg-border-muted-mild {
    background-color: var(--border-muted-mild);
  }
  .bg-border-muted-soft {
    background-color: var(--border-muted-soft);
  }
  .bg-border-muted-strong {
    background-color: var(--border-muted-strong);
  }
  .bg-border-pop {
    background-color: var(--border-pop);
  }
  .bg-border-primary {
    background-color: var(--border-primary);
  }
  .bg-border-success {
    background-color: var(--border-success);
  }
  .bg-border-success-mild {
    background-color: var(--border-success-mild);
  }
  .bg-border-warning {
    background-color: var(--border-warning);
  }
  .bg-border-warning-mild {
    background-color: var(--border-warning-mild);
  }
  .bg-data-a-opacity {
    background-color: var(--data-a-opacity);
  }
  .bg-data-a-solid {
    background-color: var(--data-a-solid);
  }
  .bg-data-a-tint {
    background-color: var(--data-a-tint);
  }
  .bg-data-b-opacity {
    background-color: var(--data-b-opacity);
  }
  .bg-data-b-solid {
    background-color: var(--data-b-solid);
  }
  .bg-data-b-tint {
    background-color: var(--data-b-tint);
  }
  .bg-data-c-opacity {
    background-color: var(--data-c-opacity);
  }
  .bg-data-c-solid {
    background-color: var(--data-c-solid);
  }
  .bg-data-c-tint {
    background-color: var(--data-c-tint);
  }
  .bg-data-d-opacity {
    background-color: var(--data-d-opacity);
  }
  .bg-data-d-solid {
    background-color: var(--data-d-solid);
  }
  .bg-data-d-tint {
    background-color: var(--data-d-tint);
  }
  .bg-data-e-opacity {
    background-color: var(--data-e-opacity);
  }
  .bg-data-e-solid {
    background-color: var(--data-e-solid);
  }
  .bg-data-e-tint {
    background-color: var(--data-e-tint);
  }
  .bg-data-f-opacity {
    background-color: var(--data-f-opacity);
  }
  .bg-data-f-solid {
    background-color: var(--data-f-solid);
  }
  .bg-data-f-tint {
    background-color: var(--data-f-tint);
  }
  .bg-surface-active-hero {
    background-color: var(--surface-active-hero);
  }
  .bg-surface-active-hero-faint {
    background-color: var(--surface-active-hero-faint);
  }
  .bg-surface-active-mono {
    background-color: var(--surface-active-mono);
  }
  .bg-surface-active-muted-pale {
    background-color: var(--surface-active-muted-pale);
  }
  .bg-surface-active-primary {
    background-color: var(--surface-active-primary);
  }
  .bg-surface-active-primary-faint {
    background-color: var(--surface-active-primary-faint);
  }
  .bg-surface-danger {
    background-color: var(--surface-danger);
  }
  .bg-surface-danger-faint {
    background-color: var(--surface-danger-faint);
  }
  .bg-surface-hero {
    background-color: var(--surface-hero);
  }
  .bg-surface-hero-faint {
    background-color: var(--surface-hero-faint);
  }
  .bg-surface-holler {
    background-color: var(--surface-holler);
  }
  .bg-surface-holler-faint {
    background-color: var(--surface-holler-faint);
  }
  .bg-surface-hover-hero {
    background-color: var(--surface-hover-hero);
  }
  .bg-surface-hover-hero-faint {
    background-color: var(--surface-hover-hero-faint);
  }
  .bg-surface-hover-mono {
    background-color: var(--surface-hover-mono);
  }
  .bg-surface-hover-muted-pale {
    background-color: var(--surface-hover-muted-pale);
  }
  .bg-surface-hover-primary {
    background-color: var(--surface-hover-primary);
  }
  .bg-surface-hover-primary-faint {
    background-color: var(--surface-hover-primary-faint);
  }
  .bg-surface-info {
    background-color: var(--surface-info);
  }
  .bg-surface-info-faint {
    background-color: var(--surface-info-faint);
  }
  .bg-surface-mono {
    background-color: var(--surface-mono);
  }
  .bg-surface-muted {
    background-color: var(--surface-muted);
  }
  .bg-surface-muted-faint {
    background-color: var(--surface-muted-faint);
  }
  .bg-surface-muted-mild {
    background-color: var(--surface-muted-mild);
  }
  .bg-surface-muted-pale {
    background-color: var(--surface-muted-pale);
  }
  .bg-surface-muted-soft {
    background-color: var(--surface-muted-soft);
  }
  .bg-surface-muted-strong {
    background-color: var(--surface-muted-strong);
  }
  .bg-surface-muted-vivid {
    background-color: var(--surface-muted-vivid);
  }
  .bg-surface-pictogram-accent {
    background-color: var(--surface-pictogram-accent);
  }
  .bg-surface-pictogram-base {
    background-color: var(--surface-pictogram-base);
  }
  .bg-surface-pop {
    background-color: var(--surface-pop);
  }
  .bg-surface-pop-faint {
    background-color: var(--surface-pop-faint);
  }
  .bg-surface-primary {
    background-color: var(--surface-primary);
  }
  .bg-surface-primary-faint {
    background-color: var(--surface-primary-faint);
  }
  .bg-surface-reversed {
    background-color: var(--surface-reversed);
  }
  .bg-surface-success {
    background-color: var(--surface-success);
  }
  .bg-surface-success-faint {
    background-color: var(--surface-success-faint);
  }
  .bg-surface-system-error {
    background-color: var(--surface-system-error);
  }
  .bg-surface-system-error-dark {
    background-color: var(--surface-system-error-dark);
  }
  .bg-surface-warning {
    background-color: var(--surface-warning);
  }
  .bg-surface-warning-faint {
    background-color: var(--surface-warning-faint);
  }
  .bg-text-body {
    background-color: var(--text-body);
  }
  .bg-text-danger {
    background-color: var(--text-danger);
  }
  .bg-text-heading {
    background-color: var(--text-heading);
  }
  .bg-text-hero {
    background-color: var(--text-hero);
  }
  .bg-text-holler {
    background-color: var(--text-holler);
  }
  .bg-text-info {
    background-color: var(--text-info);
  }
  .bg-text-link {
    background-color: var(--text-link);
  }
  .bg-text-mono {
    background-color: var(--text-mono);
  }
  .bg-text-muted {
    background-color: var(--text-muted);
  }
  .bg-text-primary {
    background-color: var(--text-primary);
  }
  .bg-text-reversed {
    background-color: var(--text-reversed);
  }
  .bg-text-success {
    background-color: var(--text-success);
  }
  .bg-text-system-error {
    background-color: var(--text-system-error);
  }
  .bg-text-warning {
    background-color: var(--text-warning);
  }
  .bg-white {
    background-color: var(--color-white, #fff);
  }
  .bg-gradient-to-l {
    --tw-gradient-position: to left in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[linear-gradient\(to_left\,_var\(--tw-gradient-from\)_66\%\,_var\(--tw-gradient-to\)\)\] {
    background-image: linear-gradient(to left, var(--tw-gradient-from) 66%, var(--tw-gradient-to));
  }
  .bg-\[linear-gradient\(to_right\,_var\(--tw-gradient-from\)_66\%\,_var\(--tw-gradient-to\)\)\] {
    background-image: linear-gradient(to right, var(--tw-gradient-from) 66%, var(--tw-gradient-to));
  }
  .from-surface-mono {
    --tw-gradient-from: var(--surface-mono);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[transparent\] {
    --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));
  }
  .bg-\[right_0\.75rem_center\] {
    background-position: right 0.75rem center;
  }
  .bg-\[right_0\.5625rem_center\] {
    background-position: right 0.5625rem center;
  }
  .bg-\[right_0\.9375rem_center\] {
    background-position: right 0.9375rem center;
  }
  .bg-\[right_1\.125rem_center\] {
    background-position: right 1.125rem center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .fill-\[\#1F0038\] {
    fill: #1F0038;
  }
  .fill-\[\#002F6C\] {
    fill: #002F6C;
  }
  .fill-\[\#3C4043\] {
    fill: #3C4043;
  }
  .fill-\[\#231F20\] {
    fill: #231F20;
  }
  .fill-\[\#0866FF\] {
    fill: #0866FF;
  }
  .fill-\[\#1434CB\] {
    fill: #1434CB;
  }
  .fill-\[\#20024E\] {
    fill: #20024E;
  }
  .fill-\[\#020202\] {
    fill: #020202;
  }
  .fill-\[\#FF0033\] {
    fill: #FF0033;
  }
  .fill-black {
    fill: var(--color-black, #000);
  }
  .fill-surface-mono {
    fill: var(--surface-mono);
  }
  .fill-surface-pictogram-accent {
    fill: var(--surface-pictogram-accent);
  }
  .fill-surface-pictogram-base {
    fill: var(--surface-pictogram-base);
  }
  .fill-white {
    fill: var(--color-white, #fff);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(0.375rem * 0);
  }
  .p-0\.5 {
    padding: calc(0.375rem * 0.5);
  }
  .p-1 {
    padding: calc(0.375rem * 1);
  }
  .p-2 {
    padding: calc(0.375rem * 2);
  }
  .p-3 {
    padding: calc(0.375rem * 3);
  }
  .p-4 {
    padding: calc(0.375rem * 4);
  }
  .p-7 {
    padding: calc(0.375rem * 7);
  }
  .p-10 {
    padding: calc(0.375rem * 10);
  }
  .p-\[0\.0625rem\] {
    padding: 0.0625rem;
  }
  .p-\[0\.4375rem\] {
    padding: 0.4375rem;
  }
  .\!px-0 {
    padding-inline: calc(0.375rem * 0) !important;
  }
  .px-0 {
    padding-inline: calc(0.375rem * 0);
  }
  .px-0\.5 {
    padding-inline: calc(0.375rem * 0.5);
  }
  .px-1 {
    padding-inline: calc(0.375rem * 1);
  }
  .px-1\.5 {
    padding-inline: calc(0.375rem * 1.5);
  }
  .px-2 {
    padding-inline: calc(0.375rem * 2);
  }
  .px-2\.5 {
    padding-inline: calc(0.375rem * 2.5);
  }
  .px-3 {
    padding-inline: calc(0.375rem * 3);
  }
  .px-3\.5 {
    padding-inline: calc(0.375rem * 3.5);
  }
  .px-4 {
    padding-inline: calc(0.375rem * 4);
  }
  .px-5 {
    padding-inline: calc(0.375rem * 5);
  }
  .px-7 {
    padding-inline: calc(0.375rem * 7);
  }
  .px-12 {
    padding-inline: calc(0.375rem * 12);
  }
  .px-\[0\.4375rem\] {
    padding-inline: 0.4375rem;
  }
  .px-\[8\%\] {
    padding-inline: 8%;
  }
  .py-1\.5 {
    padding-block: calc(0.375rem * 1.5);
  }
  .py-2 {
    padding-block: calc(0.375rem * 2);
  }
  .py-2\.5 {
    padding-block: calc(0.375rem * 2.5);
  }
  .py-3 {
    padding-block: calc(0.375rem * 3);
  }
  .py-\[0\.5rem\] {
    padding-block: 0.5rem;
  }
  .py-\[0\.625rem\] {
    padding-block: 0.625rem;
  }
  .py-\[0\.3125rem\] {
    padding-block: 0.3125rem;
  }
  .py-\[2px\] {
    padding-block: 2px;
  }
  .ps-\[1\.25rem\] {
    padding-inline-start: 1.25rem;
  }
  .pt-0 {
    padding-top: calc(0.375rem * 0);
  }
  .pt-0\.5 {
    padding-top: calc(0.375rem * 0.5);
  }
  .pt-1 {
    padding-top: calc(0.375rem * 1);
  }
  .pt-1\.5 {
    padding-top: calc(0.375rem * 1.5);
  }
  .pt-2 {
    padding-top: calc(0.375rem * 2);
  }
  .pt-3 {
    padding-top: calc(0.375rem * 3);
  }
  .pt-4 {
    padding-top: calc(0.375rem * 4);
  }
  .pt-6 {
    padding-top: calc(0.375rem * 6);
  }
  .pt-9 {
    padding-top: calc(0.375rem * 9);
  }
  .pt-12 {
    padding-top: calc(0.375rem * 12);
  }
  .pt-\[0\.5rem\] {
    padding-top: 0.5rem;
  }
  .pt-\[0\.625rem\] {
    padding-top: 0.625rem;
  }
  .pt-\[0\.875rem\] {
    padding-top: 0.875rem;
  }
  .pr-0 {
    padding-right: calc(0.375rem * 0);
  }
  .pr-0\.5 {
    padding-right: calc(0.375rem * 0.5);
  }
  .pr-1 {
    padding-right: calc(0.375rem * 1);
  }
  .pr-1\.5 {
    padding-right: calc(0.375rem * 1.5);
  }
  .pr-2 {
    padding-right: calc(0.375rem * 2);
  }
  .pr-2\.5 {
    padding-right: calc(0.375rem * 2.5);
  }
  .pr-3 {
    padding-right: calc(0.375rem * 3);
  }
  .pr-3\.5 {
    padding-right: calc(0.375rem * 3.5);
  }
  .pr-4 {
    padding-right: calc(0.375rem * 4);
  }
  .pr-4\.5 {
    padding-right: calc(0.375rem * 4.5);
  }
  .pr-5 {
    padding-right: calc(0.375rem * 5);
  }
  .pr-5\.5 {
    padding-right: calc(0.375rem * 5.5);
  }
  .pr-6 {
    padding-right: calc(0.375rem * 6);
  }
  .pr-6\.5 {
    padding-right: calc(0.375rem * 6.5);
  }
  .pr-7 {
    padding-right: calc(0.375rem * 7);
  }
  .pr-7\.5 {
    padding-right: calc(0.375rem * 7.5);
  }
  .pr-8 {
    padding-right: calc(0.375rem * 8);
  }
  .pr-8\.5 {
    padding-right: calc(0.375rem * 8.5);
  }
  .pr-9 {
    padding-right: calc(0.375rem * 9);
  }
  .pr-9\.5 {
    padding-right: calc(0.375rem * 9.5);
  }
  .pr-10 {
    padding-right: calc(0.375rem * 10);
  }
  .pr-10\.5 {
    padding-right: calc(0.375rem * 10.5);
  }
  .pr-11 {
    padding-right: calc(0.375rem * 11);
  }
  .pr-11\.5 {
    padding-right: calc(0.375rem * 11.5);
  }
  .pr-12 {
    padding-right: calc(0.375rem * 12);
  }
  .pr-12\.5 {
    padding-right: calc(0.375rem * 12.5);
  }
  .pr-13 {
    padding-right: calc(0.375rem * 13);
  }
  .pr-13\.5 {
    padding-right: calc(0.375rem * 13.5);
  }
  .pr-14 {
    padding-right: calc(0.375rem * 14);
  }
  .pr-14\.5 {
    padding-right: calc(0.375rem * 14.5);
  }
  .pr-15 {
    padding-right: calc(0.375rem * 15);
  }
  .pr-15\.5 {
    padding-right: calc(0.375rem * 15.5);
  }
  .pr-16 {
    padding-right: calc(0.375rem * 16);
  }
  .pr-16\.5 {
    padding-right: calc(0.375rem * 16.5);
  }
  .pr-17 {
    padding-right: calc(0.375rem * 17);
  }
  .pr-17\.5 {
    padding-right: calc(0.375rem * 17.5);
  }
  .pr-18 {
    padding-right: calc(0.375rem * 18);
  }
  .pr-18\.5 {
    padding-right: calc(0.375rem * 18.5);
  }
  .pr-19 {
    padding-right: calc(0.375rem * 19);
  }
  .pr-19\.5 {
    padding-right: calc(0.375rem * 19.5);
  }
  .pr-20 {
    padding-right: calc(0.375rem * 20);
  }
  .pr-20\.5 {
    padding-right: calc(0.375rem * 20.5);
  }
  .pr-21 {
    padding-right: calc(0.375rem * 21);
  }
  .pr-21\.5 {
    padding-right: calc(0.375rem * 21.5);
  }
  .pr-22 {
    padding-right: calc(0.375rem * 22);
  }
  .pr-22\.5 {
    padding-right: calc(0.375rem * 22.5);
  }
  .pr-23 {
    padding-right: calc(0.375rem * 23);
  }
  .pr-23\.5 {
    padding-right: calc(0.375rem * 23.5);
  }
  .pr-24 {
    padding-right: calc(0.375rem * 24);
  }
  .pr-24\.5 {
    padding-right: calc(0.375rem * 24.5);
  }
  .pr-25 {
    padding-right: calc(0.375rem * 25);
  }
  .pr-25\.5 {
    padding-right: calc(0.375rem * 25.5);
  }
  .pr-26 {
    padding-right: calc(0.375rem * 26);
  }
  .pr-26\.5 {
    padding-right: calc(0.375rem * 26.5);
  }
  .pr-27 {
    padding-right: calc(0.375rem * 27);
  }
  .pr-27\.5 {
    padding-right: calc(0.375rem * 27.5);
  }
  .pr-28 {
    padding-right: calc(0.375rem * 28);
  }
  .pr-28\.5 {
    padding-right: calc(0.375rem * 28.5);
  }
  .pr-29 {
    padding-right: calc(0.375rem * 29);
  }
  .pr-29\.5 {
    padding-right: calc(0.375rem * 29.5);
  }
  .pr-30 {
    padding-right: calc(0.375rem * 30);
  }
  .pr-\[calc\(0\.5rem\+14px\+0\.75rem\)\] {
    padding-right: calc(0.5rem + 14px + 0.75rem);
  }
  .pr-\[calc\(0\.5rem\+14px\+0\.5625rem\)\] {
    padding-right: calc(0.5rem + 14px + 0.5625rem);
  }
  .pr-\[calc\(0\.5rem\+14px\+0\.9375rem\)\] {
    padding-right: calc(0.5rem + 14px + 0.9375rem);
  }
  .pr-\[calc\(0\.5rem\+14px\+1\.125rem\)\] {
    padding-right: calc(0.5rem + 14px + 1.125rem);
  }
  .pb-1 {
    padding-bottom: calc(0.375rem * 1);
  }
  .pb-2 {
    padding-bottom: calc(0.375rem * 2);
  }
  .pb-3 {
    padding-bottom: calc(0.375rem * 3);
  }
  .pb-4 {
    padding-bottom: calc(0.375rem * 4);
  }
  .pb-5 {
    padding-bottom: calc(0.375rem * 5);
  }
  .pb-6 {
    padding-bottom: calc(0.375rem * 6);
  }
  .pb-7 {
    padding-bottom: calc(0.375rem * 7);
  }
  .pb-12 {
    padding-bottom: calc(0.375rem * 12);
  }
  .pb-\[0\.25rem\] {
    padding-bottom: 0.25rem;
  }
  .pb-\[0\.625rem\] {
    padding-bottom: 0.625rem;
  }
  .pb-\[0\.875rem\] {
    padding-bottom: 0.875rem;
  }
  .pb-\[1\.625rem\] {
    padding-bottom: 1.625rem;
  }
  .pb-\[2\.75rem\] {
    padding-bottom: 2.75rem;
  }
  .pb-\[5vh\] {
    padding-bottom: 5vh;
  }
  .pb-\[200px\] {
    padding-bottom: 200px;
  }
  .pl-0 {
    padding-left: calc(0.375rem * 0);
  }
  .pl-1 {
    padding-left: calc(0.375rem * 1);
  }
  .pl-1\.5 {
    padding-left: calc(0.375rem * 1.5);
  }
  .pl-2 {
    padding-left: calc(0.375rem * 2);
  }
  .pl-2\.5 {
    padding-left: calc(0.375rem * 2.5);
  }
  .pl-3 {
    padding-left: calc(0.375rem * 3);
  }
  .pl-4 {
    padding-left: calc(0.375rem * 4);
  }
  .pl-\[1\.1875rem\] {
    padding-left: 1.1875rem;
  }
  .pl-\[1\.4375rem\] {
    padding-left: 1.4375rem;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-bottom {
    vertical-align: bottom;
  }
  .align-middle {
    vertical-align: middle;
  }
  .align-top {
    vertical-align: top;
  }
  .typography-body-1 {
    font-size: 3.75rem;
    line-height: var(--line-height-tight);
    font-family: var(--font-family-sans);
  }
  .typography-body-2 {
    font-size: 3.375rem;
    line-height: var(--line-height-tight);
    font-family: var(--font-family-sans);
  }
  .typography-body-3 {
    font-size: 3rem;
    line-height: var(--line-height-tight);
    font-family: var(--font-family-sans);
  }
  .typography-body-4 {
    font-size: 2.625rem;
    line-height: var(--line-height-tight);
    font-family: var(--font-family-sans);
  }
  .typography-body-5 {
    font-size: 2.25rem;
    line-height: var(--line-height-tight);
    font-family: var(--font-family-sans);
  }
  .typography-body-6 {
    font-size: 1.875rem;
    line-height: var(--line-height-tight);
    font-family: var(--font-family-sans);
  }
  .typography-body-7 {
    font-size: 1.5rem;
    line-height: var(--line-height-tight);
    font-family: var(--font-family-sans);
  }
  .typography-body-8 {
    font-size: 1.125rem;
    line-height: var(--line-height-normal);
    font-family: var(--font-family-sans);
  }
  .typography-body-9 {
    font-size: 1rem;
    line-height: var(--line-height-normal);
    font-family: var(--font-family-sans);
  }
  .typography-body-10 {
    font-size: 0.875rem;
    line-height: var(--line-height-normal);
    font-family: var(--font-family-sans);
  }
  .typography-body-11 {
    font-size: 0.875rem;
    line-height: var(--line-height-loose);
    font-family: var(--font-family-sans);
  }
  .typography-brand-1 {
    font-size: 3.75rem;
    line-height: var(--line-height-tight);
    font-family: var(--font-brand), var(--font-family-sans);
  }
  .typography-brand-2 {
    font-size: 3.375rem;
    line-height: var(--line-height-tight);
    font-family: var(--font-brand), var(--font-family-sans);
  }
  .typography-brand-3 {
    font-size: 3rem;
    line-height: var(--line-height-tight);
    font-family: var(--font-brand), var(--font-family-sans);
  }
  .typography-brand-4 {
    font-size: 2.625rem;
    line-height: var(--line-height-tight);
    font-family: var(--font-brand), var(--font-family-sans);
  }
  .typography-brand-5 {
    font-size: 2.25rem;
    line-height: var(--line-height-tight);
    font-family: var(--font-brand), var(--font-family-sans);
  }
  .typography-brand-6 {
    font-size: 1.875rem;
    line-height: var(--line-height-tight);
    font-family: var(--font-brand), var(--font-family-sans);
  }
  .typography-brand-7 {
    font-size: 1.5rem;
    line-height: var(--line-height-tight);
    font-family: var(--font-brand), var(--font-family-sans);
  }
  .typography-brand-8 {
    font-size: 1.125rem;
    line-height: var(--line-height-normal);
    font-family: var(--font-brand), var(--font-family-sans);
  }
  .typography-brand-9 {
    font-size: 1rem;
    line-height: var(--line-height-normal);
    font-family: var(--font-brand), var(--font-family-sans);
  }
  .typography-brand-10 {
    font-size: 0.875rem;
    line-height: var(--line-height-normal);
    font-family: var(--font-brand), var(--font-family-sans);
  }
  .typography-brand-11 {
    font-size: 0.875rem;
    line-height: var(--line-height-loose);
    font-family: var(--font-brand), var(--font-family-sans);
  }
  .text-base {
    font-size: var(--text-base, 1rem);
    line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
  }
  .text-lg {
    font-size: var(--text-lg, 1.125rem);
    line-height: var(--tw-leading, var(--text-lg--line-height, calc(1.75 / 1.125)));
  }
  .text-sm {
    font-size: var(--text-sm, 0.875rem);
    line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
  }
  .text-xs {
    font-size: var(--text-xs, 0.75rem);
    line-height: var(--tw-leading, var(--text-xs--line-height, calc(1 / 0.75)));
  }
  .text-\[0\.75rem\] {
    font-size: 0.75rem;
  }
  .text-\[0\.8125rem\] {
    font-size: 0.8125rem;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .leading-\[1\.25rem\] {
    --tw-leading: 1.25rem;
    line-height: 1.25rem;
  }
  .leading-\[1\.125rem\] {
    --tw-leading: 1.125rem;
    line-height: 1.125rem;
  }
  .leading-\[2\.25rem\] {
    --tw-leading: 2.25rem;
    line-height: 2.25rem;
  }
  .leading-loose {
    --tw-leading: var(--line-height-loose);
    line-height: var(--line-height-loose);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-normal {
    --tw-leading: var(--line-height-normal);
    line-height: var(--line-height-normal);
  }
  .leading-tight {
    --tw-leading: var(--line-height-tight);
    line-height: var(--line-height-tight);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black, 900);
    font-weight: var(--font-weight-black, 900);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold, 700);
    font-weight: var(--font-weight-bold, 700);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold, 800);
    font-weight: var(--font-weight-extrabold, 800);
  }
  .font-extralight {
    --tw-font-weight: var(--font-weight-extralight, 200);
    font-weight: var(--font-weight-extralight, 200);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light, 300);
    font-weight: var(--font-weight-light, 300);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium, 500);
    font-weight: var(--font-weight-medium, 500);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal, 400);
    font-weight: var(--font-weight-normal, 400);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold, 600);
    font-weight: var(--font-weight-semibold, 600);
  }
  .font-thin {
    --tw-font-weight: var(--font-weight-thin, 100);
    font-weight: var(--font-weight-thin, 100);
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre {
    white-space: pre;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .text-background-white {
    color: var(--background-white);
  }
  .text-black {
    color: var(--color-black, #000);
  }
  .text-neutral-600 {
    color: var(--color-neutral-600, oklch(43.9% 0 0));
  }
  .text-surface-danger {
    color: var(--surface-danger);
  }
  .text-surface-danger-faint {
    color: var(--surface-danger-faint);
  }
  .text-surface-hero {
    color: var(--surface-hero);
  }
  .text-surface-hero-faint {
    color: var(--surface-hero-faint);
  }
  .text-surface-holler {
    color: var(--surface-holler);
  }
  .text-surface-holler-faint {
    color: var(--surface-holler-faint);
  }
  .text-surface-info {
    color: var(--surface-info);
  }
  .text-surface-info-faint {
    color: var(--surface-info-faint);
  }
  .text-surface-mono {
    color: var(--surface-mono);
  }
  .text-surface-muted {
    color: var(--surface-muted);
  }
  .text-surface-muted-faint {
    color: var(--surface-muted-faint);
  }
  .text-surface-muted-mild {
    color: var(--surface-muted-mild);
  }
  .text-surface-muted-pale {
    color: var(--surface-muted-pale);
  }
  .text-surface-muted-soft {
    color: var(--surface-muted-soft);
  }
  .text-surface-muted-strong {
    color: var(--surface-muted-strong);
  }
  .text-surface-muted-vivid {
    color: var(--surface-muted-vivid);
  }
  .text-surface-pop {
    color: var(--surface-pop);
  }
  .text-surface-pop-faint {
    color: var(--surface-pop-faint);
  }
  .text-surface-primary {
    color: var(--surface-primary);
  }
  .text-surface-primary-faint {
    color: var(--surface-primary-faint);
  }
  .text-surface-reversed {
    color: var(--surface-reversed);
  }
  .text-surface-success {
    color: var(--surface-success);
  }
  .text-surface-success-faint {
    color: var(--surface-success-faint);
  }
  .text-surface-system-error {
    color: var(--surface-system-error);
  }
  .text-surface-system-error-dark {
    color: var(--surface-system-error-dark);
  }
  .text-surface-warning {
    color: var(--surface-warning);
  }
  .text-surface-warning-faint {
    color: var(--surface-warning-faint);
  }
  .text-text-body {
    color: var(--text-body);
  }
  .text-text-danger {
    color: var(--text-danger);
  }
  .text-text-heading {
    color: var(--text-heading);
  }
  .text-text-hero {
    color: var(--text-hero);
  }
  .text-text-info {
    color: var(--text-info);
  }
  .text-text-link {
    color: var(--text-link);
  }
  .text-text-mono {
    color: var(--text-mono);
  }
  .text-text-muted {
    color: var(--text-muted);
  }
  .text-text-muted\/90 {
    color: var(--text-muted);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--text-muted) 90%, transparent);
    }
  }
  .text-text-primary {
    color: var(--text-primary);
  }
  .text-text-success {
    color: var(--text-success);
  }
  .text-text-system-error {
    color: var(--text-system-error);
  }
  .text-text-warning {
    color: var(--text-warning);
  }
  .text-white {
    color: var(--color-white, #fff);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0\.375rem_0\.75rem_rgba\(0\,0\,0\,0\.175\)\] {
    --tw-shadow: 0 0.375rem 0.75rem var(--tw-shadow-color, rgba(0,0,0,0.175));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_2px_12px_rgba\(0\,0\,0\,0\.2\)\] {
    --tw-shadow: 0 2px 12px var(--tw-shadow-color, rgba(0,0,0,0.2));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_5px_10px_rgba\(0\,0\,0\,0\.2\)\] {
    --tw-shadow: 0 5px 10px var(--tw-shadow-color, rgba(0,0,0,0.2));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_-4px_5px_-2px_inset\] {
    --tw-shadow: 0px -4px 5px -2px inset var(--tw-shadow-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);
  }
  .shadow-\[0px_0px_0px_0px_inset\] {
    --tw-shadow: 0px 0px 0px 0px inset var(--tw-shadow-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);
  }
  .shadow-\[0px_2px_5px_0px\] {
    --tw-shadow: 0px 2px 5px 0px var(--tw-shadow-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);
  }
  .shadow-\[inset_0px_1px_0_0_var\(--border-muted-soft\)\,inset_0_-1px_0_0_var\(--border-muted-soft\)\] {
    --tw-shadow: inset 0px 1px 0 0 var(--tw-shadow-color, var(--border-muted-soft)), inset 0 -1px 0 0 var(--tw-shadow-color, var(--border-muted-soft));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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);
  }
  .\!shadow-border-muted-soft {
    --tw-shadow-color: var(--border-muted-soft) !important;
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, var(--border-muted-soft) var(--tw-shadow-alpha), transparent) !important;
    }
  }
  .shadow-black\/10 {
    --tw-shadow-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black, #000) 10%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .shadow-black\/30 {
    --tw-shadow-color: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black, #000) 30%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .\!focus-outline {
    outline-style: solid !important;
    outline-width: 2px !important;
    outline-offset: 3px !important;
    outline-color: var(--border-focus) !important;
  }
  .focus-outline {
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 3px;
    outline-color: var(--border-focus);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .\!outline-offset-0 {
    outline-offset: 0px !important;
  }
  .\!outline-offset-\[-4px\] {
    outline-offset: -4px !important;
  }
  .-outline-offset-2 {
    outline-offset: calc(2px * -1);
  }
  .outline-transparent {
    outline-color: transparent;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .background-transition {
    transition-property: background;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
    transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
  }
  .transition-\[background-color\] {
    transition-property: background-color;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
    transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
  }
  .transition-\[background\] {
    transition-property: background;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
    transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
  }
  .transition-\[border-bottom-width\] {
    transition-property: border-bottom-width;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
    transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
  }
  .transition-\[height\] {
    transition-property: height;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
    transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
  }
  .transition-\[width\] {
    transition-property: width;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
    transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
    transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
    transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
  }
  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
    transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
    transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
  }
  .delay-0 {
    transition-delay: 0ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-\[\.3s\] {
    --tw-duration: .3s;
    transition-duration: .3s;
  }
  .duration-\[\.6s\] {
    --tw-duration: .6s;
    transition-duration: .6s;
  }
  .ease-\[cubic-bezier\(0\.25\,0\.1\,0\.25\,1\)\] {
    --tw-ease: cubic-bezier(0.25,0.1,0.25,1);
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
  }
  .ease-\[ease\] {
    --tw-ease: ease;
    transition-timing-function: ease;
  }
  .will-change-\[border-bottom-width\] {
    will-change: border-bottom-width;
  }
  .\!outline-none {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
  .not-first\:rounded-t-none {
    &:not(*:first-child) {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
  }
  .not-first\:rounded-l-none {
    &:not(*:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  }
  .not-first\:border-t-0 {
    &:not(*:first-child) {
      border-top-style: var(--tw-border-style);
      border-top-width: 0px;
    }
  }
  .not-first\:border-l-0 {
    &:not(*:first-child) {
      border-left-style: var(--tw-border-style);
      border-left-width: 0px;
    }
  }
  .not-last\:rounded-r-none {
    &:not(*:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
  }
  .not-last\:rounded-b-none {
    &:not(*:last-child) {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
    }
  }
  .group-first\:rounded-t-2xl {
    &:is(:where(.group):first-child *) {
      border-top-left-radius: var(--border-radius-8);
      border-top-right-radius: var(--border-radius-8);
    }
  }
  .group-first\:border-t-0 {
    &:is(:where(.group):first-child *) {
      border-top-style: var(--tw-border-style);
      border-top-width: 0px;
    }
  }
  .group-first\/add-on-before\:h-auto {
    &:is(:where(.group\/add-on-before):first-child *) {
      height: auto;
    }
  }
  .group-first\/add-on-before\:\!rounded-l-lg {
    &:is(:where(.group\/add-on-before):first-child *) {
      border-top-left-radius: var(--border-radius-5) !important;
      border-bottom-left-radius: var(--border-radius-5) !important;
    }
  }
  .group-first\/add-on-before\:\!rounded-l-md {
    &:is(:where(.group\/add-on-before):first-child *) {
      border-top-left-radius: var(--border-radius-4) !important;
      border-bottom-left-radius: var(--border-radius-4) !important;
    }
  }
  .group-first\/add-on-before\:\!rounded-l-sm {
    &:is(:where(.group\/add-on-before):first-child *) {
      border-top-left-radius: var(--border-radius-3) !important;
      border-bottom-left-radius: var(--border-radius-3) !important;
    }
  }
  .group-first\/add-on-before\:\!rounded-l-xl {
    &:is(:where(.group\/add-on-before):first-child *) {
      border-top-left-radius: var(--border-radius-6) !important;
      border-bottom-left-radius: var(--border-radius-6) !important;
    }
  }
  .group-first\/add-on-before\:rounded-r-none {
    &:is(:where(.group\/add-on-before):first-child *) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
  }
  .group-first\/add-on-before\:\!border-x {
    &:is(:where(.group\/add-on-before):first-child *) {
      border-inline-style: var(--tw-border-style) !important;
      border-inline-width: 1px !important;
    }
  }
  .group-first\/panel\:px-4 {
    &:is(:where(.group\/panel):first-child *) {
      padding-inline: calc(0.375rem * 4);
    }
  }
  .group-first\/panel\:pt-4 {
    &:is(:where(.group\/panel):first-child *) {
      padding-top: calc(0.375rem * 4);
    }
  }
  .group-last\:rounded-none {
    &:is(:where(.group):last-child *) {
      border-radius: 0;
    }
  }
  .group-last\:rounded-b-2xl {
    &:is(:where(.group):last-child *) {
      border-bottom-right-radius: var(--border-radius-8);
      border-bottom-left-radius: var(--border-radius-8);
    }
  }
  .group-last\/add-on-after\:h-auto {
    &:is(:where(.group\/add-on-after):last-child *) {
      height: auto;
    }
  }
  .group-last\/add-on-after\:rounded-l-none {
    &:is(:where(.group\/add-on-after):last-child *) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  }
  .group-last\/add-on-after\:\!rounded-r-lg {
    &:is(:where(.group\/add-on-after):last-child *) {
      border-top-right-radius: var(--border-radius-5) !important;
      border-bottom-right-radius: var(--border-radius-5) !important;
    }
  }
  .group-last\/add-on-after\:\!rounded-r-md {
    &:is(:where(.group\/add-on-after):last-child *) {
      border-top-right-radius: var(--border-radius-4) !important;
      border-bottom-right-radius: var(--border-radius-4) !important;
    }
  }
  .group-last\/add-on-after\:\!rounded-r-sm {
    &:is(:where(.group\/add-on-after):last-child *) {
      border-top-right-radius: var(--border-radius-3) !important;
      border-bottom-right-radius: var(--border-radius-3) !important;
    }
  }
  .group-last\/add-on-after\:\!rounded-r-xl {
    &:is(:where(.group\/add-on-after):last-child *) {
      border-top-right-radius: var(--border-radius-6) !important;
      border-bottom-right-radius: var(--border-radius-6) !important;
    }
  }
  .group-last\/add-on-after\:\!border-x {
    &:is(:where(.group\/add-on-after):last-child *) {
      border-inline-style: var(--tw-border-style) !important;
      border-inline-width: 1px !important;
    }
  }
  .group-hover\/dualaction\:text-text-primary {
    &:is(:where(.group\/dualaction):hover *) {
      @media (hover: hover) {
        color: var(--text-primary);
      }
    }
  }
  .group-hover\/noborder\:text-text-primary {
    &:is(:where(.group\/noborder):hover *) {
      @media (hover: hover) {
        color: var(--text-primary);
      }
    }
  }
  .group-\[\.input-group-after\]\:rounded-r-none {
    &:is(:where(.group):is(.input-group-after) *) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
  }
  .group-\[\.input-group-after\]\:border-r-0 {
    &:is(:where(.group):is(.input-group-after) *) {
      border-right-style: var(--tw-border-style);
      border-right-width: 0px;
    }
  }
  .group-\[\.input-group-before\]\:rounded-l-none {
    &:is(:where(.group):is(.input-group-before) *) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  }
  .group-\[\.input-group-before\]\:border-l-0 {
    &:is(:where(.group):is(.input-group-before) *) {
      border-left-style: var(--tw-border-style);
      border-left-width: 0px;
    }
  }
  .group-\[\.input-group-inset-after\]\:pr-6 {
    &:is(:where(.group):is(.input-group-inset-after) *) {
      padding-right: calc(0.375rem * 6);
    }
  }
  .group-\[\.input-group-inset-after\]\:pr-7 {
    &:is(:where(.group):is(.input-group-inset-after) *) {
      padding-right: calc(0.375rem * 7);
    }
  }
  .group-\[\.input-group-inset-after\]\:pr-8 {
    &:is(:where(.group):is(.input-group-inset-after) *) {
      padding-right: calc(0.375rem * 8);
    }
  }
  .group-\[\.input-group-inset-after\]\:pr-9 {
    &:is(:where(.group):is(.input-group-inset-after) *) {
      padding-right: calc(0.375rem * 9);
    }
  }
  .group-\[\.input-group-inset-before\]\:pl-6 {
    &:is(:where(.group):is(.input-group-inset-before) *) {
      padding-left: calc(0.375rem * 6);
    }
  }
  .group-\[\.input-group-inset-before\]\:pl-7 {
    &:is(:where(.group):is(.input-group-inset-before) *) {
      padding-left: calc(0.375rem * 7);
    }
  }
  .group-\[\.input-group-inset-before\]\:pl-8 {
    &:is(:where(.group):is(.input-group-inset-before) *) {
      padding-left: calc(0.375rem * 8);
    }
  }
  .group-\[\.input-group-inset-before\]\:pl-9 {
    &:is(:where(.group):is(.input-group-inset-before) *) {
      padding-left: calc(0.375rem * 9);
    }
  }
  .group-\[\.is-focused\]\:text-text-mono {
    &:is(:where(.group):is(.is-focused) *) {
      color: var(--text-mono);
    }
  }
  .group-\[\:nth-child\(1\)_\&\]\/row\:border-b {
    &:is(:nth-child(1) :where(.group\/row) *) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .group-\[\:nth-child\(1\)_\&\]\/row\:border-b-border-muted-soft {
    &:is(:nth-child(1) :where(.group\/row) *) {
      border-bottom-color: var(--border-muted-soft);
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:inset-y-0 {
    &::before {
      content: var(--tw-content);
      inset-block: calc(0.375rem * 0);
    }
  }
  .before\:top-\[0\.5px\] {
    &::before {
      content: var(--tw-content);
      top: 0.5px;
    }
  }
  .before\:left-1 {
    &::before {
      content: var(--tw-content);
      left: calc(0.375rem * 1);
    }
  }
  .before\:left-\[1px\] {
    &::before {
      content: var(--tw-content);
      left: 1px;
    }
  }
  .before\:z-10 {
    &::before {
      content: var(--tw-content);
      z-index: 10;
    }
  }
  .before\:z-\[1\] {
    &::before {
      content: var(--tw-content);
      z-index: 1;
    }
  }
  .before\:block {
    &::before {
      content: var(--tw-content);
      display: block;
    }
  }
  .before\:size-0 {
    &::before {
      content: var(--tw-content);
      width: calc(0.375rem * 0);
      height: calc(0.375rem * 0);
    }
  }
  .before\:size-2 {
    &::before {
      content: var(--tw-content);
      width: calc(0.375rem * 2);
      height: calc(0.375rem * 2);
    }
  }
  .before\:translate-y-\[1\.25rem\] {
    &::before {
      content: var(--tw-content);
      --tw-translate-y: 1.25rem;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .before\:rounded-full {
    &::before {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
  .before\:border-x-\[7px\] {
    &::before {
      content: var(--tw-content);
      border-inline-style: var(--tw-border-style);
      border-inline-width: 7px;
    }
  }
  .before\:border-t-\[12px\] {
    &::before {
      content: var(--tw-content);
      border-top-style: var(--tw-border-style);
      border-top-width: 12px;
    }
  }
  .before\:border-l-2 {
    &::before {
      content: var(--tw-content);
      border-left-style: var(--tw-border-style);
      border-left-width: 2px;
    }
  }
  .before\:border-border-primary {
    &::before {
      content: var(--tw-content);
      border-color: var(--border-primary);
    }
  }
  .before\:border-x-\[transparent\] {
    &::before {
      content: var(--tw-content);
      border-inline-color: transparent;
    }
  }
  .before\:border-t-border-muted-strong {
    &::before {
      content: var(--tw-content);
      border-top-color: var(--border-muted-strong);
    }
  }
  .before\:bg-surface-hero {
    &::before {
      content: var(--tw-content);
      background-color: var(--surface-hero);
    }
  }
  .before\:bg-surface-muted-soft {
    &::before {
      content: var(--tw-content);
      background-color: var(--surface-muted-soft);
    }
  }
  .before\:transition-colors {
    &::before {
      content: var(--tw-content);
      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, cubic-bezier(0.4, 0, 0.2, 1)));
      transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
    }
  }
  .after\:pointer-events-none {
    &::after {
      content: var(--tw-content);
      pointer-events: none;
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:inset-x-0 {
    &::after {
      content: var(--tw-content);
      inset-inline: calc(0.375rem * 0);
    }
  }
  .after\:inset-y-\[0\.875rem\] {
    &::after {
      content: var(--tw-content);
      inset-block: 0.875rem;
    }
  }
  .after\:inset-y-\[1\.25rem\] {
    &::after {
      content: var(--tw-content);
      inset-block: 1.25rem;
    }
  }
  .after\:top-0 {
    &::after {
      content: var(--tw-content);
      top: calc(0.375rem * 0);
    }
  }
  .after\:top-\[1\.0625rem\] {
    &::after {
      content: var(--tw-content);
      top: 1.0625rem;
    }
  }
  .after\:top-full {
    &::after {
      content: var(--tw-content);
      top: 100%;
    }
  }
  .after\:bottom-4 {
    &::after {
      content: var(--tw-content);
      bottom: calc(0.375rem * 4);
    }
  }
  .after\:left-0 {
    &::after {
      content: var(--tw-content);
      left: calc(0.375rem * 0);
    }
  }
  .after\:left-1 {
    &::after {
      content: var(--tw-content);
      left: calc(0.375rem * 1);
    }
  }
  .after\:left-\[-0\.125rem\] {
    &::after {
      content: var(--tw-content);
      left: -0.125rem;
    }
  }
  .after\:left-\[1\.5px\] {
    &::after {
      content: var(--tw-content);
      left: 1.5px;
    }
  }
  .after\:left-full {
    &::after {
      content: var(--tw-content);
      left: 100%;
    }
  }
  .after\:z-0 {
    &::after {
      content: var(--tw-content);
      z-index: 0;
    }
  }
  .after\:z-10 {
    &::after {
      content: var(--tw-content);
      z-index: 10;
    }
  }
  .after\:z-\[1\] {
    &::after {
      content: var(--tw-content);
      z-index: 1;
    }
  }
  .after\:\!hidden {
    &::after {
      content: var(--tw-content);
      display: none !important;
    }
  }
  .after\:block {
    &::after {
      content: var(--tw-content);
      display: block;
    }
  }
  .after\:size-0 {
    &::after {
      content: var(--tw-content);
      width: calc(0.375rem * 0);
      height: calc(0.375rem * 0);
    }
  }
  .after\:size-\[1\.75rem\] {
    &::after {
      content: var(--tw-content);
      width: 1.75rem;
      height: 1.75rem;
    }
  }
  .after\:size-\[2\.5rem\] {
    &::after {
      content: var(--tw-content);
      width: 2.5rem;
      height: 2.5rem;
    }
  }
  .after\:size-\[2\.125rem\] {
    &::after {
      content: var(--tw-content);
      width: 2.125rem;
      height: 2.125rem;
    }
  }
  .after\:size-\[2\.875rem\] {
    &::after {
      content: var(--tw-content);
      width: 2.875rem;
      height: 2.875rem;
    }
  }
  .after\:h-1 {
    &::after {
      content: var(--tw-content);
      height: calc(0.375rem * 1);
    }
  }
  .after\:h-2 {
    &::after {
      content: var(--tw-content);
      height: calc(0.375rem * 2);
    }
  }
  .after\:w-0 {
    &::after {
      content: var(--tw-content);
      width: calc(0.375rem * 0);
    }
  }
  .after\:-translate-x-full {
    &::after {
      content: var(--tw-content);
      --tw-translate-x: -100%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:translate-y-\[-0\.875rem\] {
    &::after {
      content: var(--tw-content);
      --tw-translate-y: -0.875rem;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:translate-y-\[-1\.25rem\] {
    &::after {
      content: var(--tw-content);
      --tw-translate-y: -1.25rem;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:rotate-90 {
    &::after {
      content: var(--tw-content);
      rotate: 90deg;
    }
  }
  .after\:rounded-full {
    &::after {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
  .after\:border {
    &::after {
      content: var(--tw-content);
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .after\:border-x-\[6\.5px\] {
    &::after {
      content: var(--tw-content);
      border-inline-style: var(--tw-border-style);
      border-inline-width: 6.5px;
    }
  }
  .after\:border-y-0 {
    &::after {
      content: var(--tw-content);
      border-block-style: var(--tw-border-style);
      border-block-width: 0px;
    }
  }
  .after\:border-t-\[11px\] {
    &::after {
      content: var(--tw-content);
      border-top-style: var(--tw-border-style);
      border-top-width: 11px;
    }
  }
  .after\:border-r-0 {
    &::after {
      content: var(--tw-content);
      border-right-style: var(--tw-border-style);
      border-right-width: 0px;
    }
  }
  .after\:border-l-2 {
    &::after {
      content: var(--tw-content);
      border-left-style: var(--tw-border-style);
      border-left-width: 2px;
    }
  }
  .after\:border-l-\[0\.125rem\] {
    &::after {
      content: var(--tw-content);
      border-left-style: var(--tw-border-style);
      border-left-width: 0.125rem;
    }
  }
  .after\:border-dotted {
    &::after {
      content: var(--tw-content);
      --tw-border-style: dotted;
      border-style: dotted;
    }
  }
  .after\:border-background-white {
    &::after {
      content: var(--tw-content);
      border-color: var(--background-white);
    }
  }
  .after\:border-border-danger {
    &::after {
      content: var(--tw-content);
      border-color: var(--border-danger);
    }
  }
  .after\:border-border-hero {
    &::after {
      content: var(--tw-content);
      border-color: var(--border-hero);
    }
  }
  .after\:border-border-muted-strong {
    &::after {
      content: var(--tw-content);
      border-color: var(--border-muted-strong);
    }
  }
  .after\:border-border-primary {
    &::after {
      content: var(--tw-content);
      border-color: var(--border-primary);
    }
  }
  .after\:border-border-success {
    &::after {
      content: var(--tw-content);
      border-color: var(--border-success);
    }
  }
  .after\:border-surface-hero {
    &::after {
      content: var(--tw-content);
      border-color: var(--surface-hero);
    }
  }
  .after\:border-x-\[transparent\] {
    &::after {
      content: var(--tw-content);
      border-inline-color: transparent;
    }
  }
  .after\:border-t-background-white {
    &::after {
      content: var(--tw-content);
      border-top-color: var(--background-white);
    }
  }
  .after\:bg-background-white {
    &::after {
      content: var(--tw-content);
      background-color: var(--background-white);
    }
  }
  .after\:bg-surface-muted {
    &::after {
      content: var(--tw-content);
      background-color: var(--surface-muted);
    }
  }
  .after\:bg-gradient-to-b {
    &::after {
      content: var(--tw-content);
      --tw-gradient-position: to bottom in oklab;
      background-image: linear-gradient(var(--tw-gradient-stops));
    }
  }
  .after\:from-black\/\[\.2\] {
    &::after {
      content: var(--tw-content);
      --tw-gradient-from: color-mix(in srgb, #000 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-gradient-from: color-mix(in oklab, var(--color-black, #000) 20%, 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));
    }
  }
  .after\:from-0\% {
    &::after {
      content: var(--tw-content);
      --tw-gradient-from-position: 0%;
    }
  }
  .after\:opacity-0 {
    &::after {
      content: var(--tw-content);
      opacity: 0%;
    }
  }
  .after\:opacity-100 {
    &::after {
      content: var(--tw-content);
      opacity: 100%;
    }
  }
  .after\:transition-all {
    &::after {
      content: var(--tw-content);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
      transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
    }
  }
  .after\:transition-colors {
    &::after {
      content: var(--tw-content);
      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, cubic-bezier(0.4, 0, 0.2, 1)));
      transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
    }
  }
  .after\:duration-200 {
    &::after {
      content: var(--tw-content);
      --tw-duration: 200ms;
      transition-duration: 200ms;
    }
  }
  .after\:duration-\[\.3s\] {
    &::after {
      content: var(--tw-content);
      --tw-duration: .3s;
      transition-duration: .3s;
    }
  }
  .after\:will-change-\[opacity\] {
    &::after {
      content: var(--tw-content);
      will-change: opacity;
    }
  }
  .first\:rounded-t-xl {
    &:first-child {
      border-top-left-radius: var(--border-radius-6);
      border-top-right-radius: var(--border-radius-6);
    }
  }
  .first\:pt-0 {
    &:first-child {
      padding-top: calc(0.375rem * 0);
    }
  }
  .last\:border-r-0 {
    &:last-child {
      border-right-style: var(--tw-border-style);
      border-right-width: 0px;
    }
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .last\:pb-0 {
    &:last-child {
      padding-bottom: calc(0.375rem * 0);
    }
  }
  .only\:rounded-xl {
    &:only-child {
      border-radius: var(--border-radius-6);
    }
  }
  .even\:bg-surface-muted-faint {
    &:nth-child(even) {
      background-color: var(--surface-muted-faint);
    }
  }
  .first-of-type\:-mt-1 {
    &:first-of-type {
      margin-top: calc(0.375rem * -1);
    }
  }
  .read-only\:form-control-disabled {
    &:read-only {
      cursor: not-allowed;
      border-style: dashed;
      background-color: var(--surface-muted-pale);
      color: var(--text-muted);
    }
  }
  .focus-within\:z-20 {
    &:focus-within {
      z-index: 20;
    }
  }
  .focus-within\:focus-outline {
    &:focus-within {
      outline-style: solid;
      outline-width: 2px;
      outline-offset: 3px;
      outline-color: var(--border-focus);
    }
  }
  .hover\:cursor-pointer {
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
  }
  .hover\:border-border-hero {
    &:hover {
      @media (hover: hover) {
        border-color: var(--border-hero);
      }
    }
  }
  .hover\:bg-surface-hover-hero {
    &:hover {
      @media (hover: hover) {
        background-color: var(--surface-hover-hero);
      }
    }
  }
  .hover\:bg-surface-hover-hero-faint {
    &:hover {
      @media (hover: hover) {
        background-color: var(--surface-hover-hero-faint);
      }
    }
  }
  .hover\:bg-surface-hover-mono {
    &:hover {
      @media (hover: hover) {
        background-color: var(--surface-hover-mono);
      }
    }
  }
  .hover\:bg-surface-hover-muted-pale {
    &:hover {
      @media (hover: hover) {
        background-color: var(--surface-hover-muted-pale);
      }
    }
  }
  .hover\:bg-surface-hover-primary {
    &:hover {
      @media (hover: hover) {
        background-color: var(--surface-hover-primary);
      }
    }
  }
  .hover\:bg-surface-hover-primary-faint {
    &:hover {
      @media (hover: hover) {
        background-color: var(--surface-hover-primary-faint);
      }
    }
  }
  .hover\:bg-surface-muted-faint {
    &:hover {
      @media (hover: hover) {
        background-color: var(--surface-muted-faint);
      }
    }
  }
  .hover\:bg-surface-primary {
    &:hover {
      @media (hover: hover) {
        background-color: var(--surface-primary);
      }
    }
  }
  .hover\:bg-surface-primary-faint {
    &:hover {
      @media (hover: hover) {
        background-color: var(--surface-primary-faint);
      }
    }
  }
  .hover\:no-underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .focus\:pointer-events-auto {
    &:focus {
      pointer-events: auto;
    }
  }
  .focus\:not-sr-only {
    &:focus {
      position: static;
      width: auto;
      height: auto;
      padding: 0;
      margin: 0;
      overflow: visible;
      clip-path: none;
      white-space: normal;
    }
  }
  .focus\:fixed {
    &:focus {
      position: fixed;
    }
  }
  .focus\:inset-x-0 {
    &:focus {
      inset-inline: calc(0.375rem * 0);
    }
  }
  .focus\:top-0 {
    &:focus {
      top: calc(0.375rem * 0);
    }
  }
  .focus\:z-10 {
    &:focus {
      z-index: 10;
    }
  }
  .focus\:touch-auto {
    &:focus {
      touch-action: auto;
    }
  }
  .focus\:bg-background-white {
    &:focus {
      background-color: var(--background-white);
    }
  }
  .focus\:p-3 {
    &:focus {
      padding: calc(0.375rem * 3);
    }
  }
  .focus\:text-center {
    &:focus {
      text-align: center;
    }
  }
  .focus\:text-xl {
    &:focus {
      font-size: var(--text-xl, 1.25rem);
      line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
    }
  }
  .focus\:text-text-link {
    &:focus {
      color: var(--text-link);
    }
  }
  .focus\:underline {
    &:focus {
      text-decoration-line: underline;
    }
  }
  .focus\:opacity-100 {
    &:focus {
      opacity: 100%;
    }
  }
  .focus\:focus-outline {
    &:focus {
      outline-style: solid;
      outline-width: 2px;
      outline-offset: 3px;
      outline-color: var(--border-focus);
    }
  }
  .focus\:-outline-offset-2 {
    &:focus {
      outline-offset: calc(2px * -1);
    }
  }
  .focus-visible\:focus-outline {
    &:focus-visible {
      outline-style: solid;
      outline-width: 2px;
      outline-offset: 3px;
      outline-color: var(--border-focus);
    }
  }
  .active\:bg-surface-active-hero {
    &:active {
      background-color: var(--surface-active-hero);
    }
  }
  .active\:bg-surface-active-hero-faint {
    &:active {
      background-color: var(--surface-active-hero-faint);
    }
  }
  .active\:bg-surface-active-mono {
    &:active {
      background-color: var(--surface-active-mono);
    }
  }
  .active\:bg-surface-active-muted-pale {
    &:active {
      background-color: var(--surface-active-muted-pale);
    }
  }
  .active\:bg-surface-active-primary {
    &:active {
      background-color: var(--surface-active-primary);
    }
  }
  .active\:bg-surface-active-primary-faint {
    &:active {
      background-color: var(--surface-active-primary-faint);
    }
  }
  .disabled\:pointer-events-none {
    &:disabled {
      pointer-events: none;
    }
  }
  .disabled\:form-control-disabled {
    &:disabled {
      cursor: not-allowed;
      border-style: dashed;
      background-color: var(--surface-muted-pale);
      color: var(--text-muted);
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .contrast-more\:bg-surface-mono {
    @media (prefers-contrast: more) {
      background-color: var(--surface-mono);
    }
  }
  .max-md\:mt-0\.5 {
    @media (width < 992px) {
      margin-top: calc(0.375rem * 0.5);
    }
  }
  .max-md\:mb-7 {
    @media (width < 992px) {
      margin-bottom: calc(0.375rem * 7);
    }
  }
  .max-md\:hidden {
    @media (width < 992px) {
      display: none;
    }
  }
  .max-md\:size-4 {
    @media (width < 992px) {
      width: calc(0.375rem * 4);
      height: calc(0.375rem * 4);
    }
  }
  .max-md\:flex-col {
    @media (width < 992px) {
      flex-direction: column;
    }
  }
  .max-md\:px-2 {
    @media (width < 992px) {
      padding-inline: calc(0.375rem * 2);
    }
  }
  .max-md\:px-5 {
    @media (width < 992px) {
      padding-inline: calc(0.375rem * 5);
    }
  }
  .max-md\:pb-3 {
    @media (width < 992px) {
      padding-bottom: calc(0.375rem * 3);
    }
  }
  .max-md\:pb-5 {
    @media (width < 992px) {
      padding-bottom: calc(0.375rem * 5);
    }
  }
  .max-sm\:absolute {
    @media (width < 768px) {
      position: absolute;
    }
  }
  .max-sm\:left-1\/2 {
    @media (width < 768px) {
      left: calc(1/2 * 100%);
    }
  }
  .max-sm\:z-0 {
    @media (width < 768px) {
      z-index: 0;
    }
  }
  .max-sm\:mr-2 {
    @media (width < 768px) {
      margin-right: calc(0.375rem * 2);
    }
  }
  .max-sm\:mb-0 {
    @media (width < 768px) {
      margin-bottom: calc(0.375rem * 0);
    }
  }
  .max-sm\:-ml-2 {
    @media (width < 768px) {
      margin-left: calc(0.375rem * -2);
    }
  }
  .max-sm\:hidden {
    @media (width < 768px) {
      display: none;
    }
  }
  .max-sm\:size-5 {
    @media (width < 768px) {
      width: calc(0.375rem * 5);
      height: calc(0.375rem * 5);
    }
  }
  .max-sm\:h-7 {
    @media (width < 768px) {
      height: calc(0.375rem * 7);
    }
  }
  .max-sm\:h-9 {
    @media (width < 768px) {
      height: calc(0.375rem * 9);
    }
  }
  .max-sm\:min-w-7 {
    @media (width < 768px) {
      min-width: calc(0.375rem * 7);
    }
  }
  .max-sm\:-translate-x-1\/2 {
    @media (width < 768px) {
      --tw-translate-x: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .max-sm\:translate-y-\[15\%\] {
    @media (width < 768px) {
      --tw-translate-y: 15%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .max-sm\:gap-2 {
    @media (width < 768px) {
      gap: calc(0.375rem * 2);
    }
  }
  .max-sm\:p-2 {
    @media (width < 768px) {
      padding: calc(0.375rem * 2);
    }
  }
  .max-sm\:px-2 {
    @media (width < 768px) {
      padding-inline: calc(0.375rem * 2);
    }
  }
  .max-sm\:typography-body-9 {
    @media (width < 768px) {
      font-size: 1rem;
      line-height: var(--line-height-normal);
      font-family: var(--font-family-sans);
    }
  }
  .max-sm\:group-hover\/checkbox-option\:translate-x-0\.5 {
    @media (width < 768px) {
      &:is(:where(.group\/checkbox-option):hover *) {
        @media (hover: hover) {
          --tw-translate-x: calc(0.375rem * 0.5);
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
    }
  }
  .max-sm\:group-hover\/radio-option\:translate-x-0\.5 {
    @media (width < 768px) {
      &:is(:where(.group\/radio-option):hover *) {
        @media (hover: hover) {
          --tw-translate-x: calc(0.375rem * 0.5);
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
    }
  }
  .max-xsl\:mb-3 {
    @media (width < 576px) {
      margin-bottom: calc(0.375rem * 3);
    }
  }
  .max-xsl\:w-full {
    @media (width < 576px) {
      width: 100%;
    }
  }
  .max-xsl\:overflow-x-auto {
    @media (width < 576px) {
      overflow-x: auto;
    }
  }
  .max-xsl\:overflow-y-hidden {
    @media (width < 576px) {
      overflow-y: hidden;
    }
  }
  .max-xsl\:group-first\/panel\:px-2 {
    @media (width < 576px) {
      &:is(:where(.group\/panel):first-child *) {
        padding-inline: calc(0.375rem * 2);
      }
    }
  }
  .max-xsl\:group-first\/panel\:pt-2 {
    @media (width < 576px) {
      &:is(:where(.group\/panel):first-child *) {
        padding-top: calc(0.375rem * 2);
      }
    }
  }
  .xsl\:top-\[0\.125rem\] {
    @media (width >= 576px) {
      top: 0.125rem;
    }
  }
  .xsl\:mr-2 {
    @media (width >= 576px) {
      margin-right: calc(0.375rem * 2);
    }
  }
  .xsl\:flex {
    @media (width >= 576px) {
      display: flex;
    }
  }
  .xsl\:max-w-xsl {
    @media (width >= 576px) {
      max-width: 47.25rem;
    }
  }
  .xsl\:flex-row {
    @media (width >= 576px) {
      flex-direction: row;
    }
  }
  .xsl\:gap-3 {
    @media (width >= 576px) {
      gap: calc(0.375rem * 3);
    }
  }
  .xsl\:px-5 {
    @media (width >= 576px) {
      padding-inline: calc(0.375rem * 5);
    }
  }
  .sm\:relative {
    @media (width >= 768px) {
      position: relative;
    }
  }
  .sm\:mr-3 {
    @media (width >= 768px) {
      margin-right: calc(0.375rem * 3);
    }
  }
  .sm\:mb-0 {
    @media (width >= 768px) {
      margin-bottom: calc(0.375rem * 0);
    }
  }
  .sm\:-ml-4 {
    @media (width >= 768px) {
      margin-left: calc(0.375rem * -4);
    }
  }
  .sm\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .sm\:size-6 {
    @media (width >= 768px) {
      width: calc(0.375rem * 6);
      height: calc(0.375rem * 6);
    }
  }
  .sm\:h-11 {
    @media (width >= 768px) {
      height: calc(0.375rem * 11);
    }
  }
  .sm\:h-\[3\.3125rem\] {
    @media (width >= 768px) {
      height: 3.3125rem;
    }
  }
  .sm\:max-w-sm {
    @media (width >= 768px) {
      max-width: 60.75rem;
    }
  }
  .sm\:min-w-10 {
    @media (width >= 768px) {
      min-width: calc(0.375rem * 10);
    }
  }
  .sm\:gap-3 {
    @media (width >= 768px) {
      gap: calc(0.375rem * 3);
    }
  }
  .sm\:gap-4 {
    @media (width >= 768px) {
      gap: calc(0.375rem * 4);
    }
  }
  .sm\:p-2 {
    @media (width >= 768px) {
      padding: calc(0.375rem * 2);
    }
  }
  .sm\:p-3 {
    @media (width >= 768px) {
      padding: calc(0.375rem * 3);
    }
  }
  .sm\:p-4 {
    @media (width >= 768px) {
      padding: calc(0.375rem * 4);
    }
  }
  .sm\:px-4 {
    @media (width >= 768px) {
      padding-inline: calc(0.375rem * 4);
    }
  }
  .sm\:px-6 {
    @media (width >= 768px) {
      padding-inline: calc(0.375rem * 6);
    }
  }
  .sm\:typography-body-8 {
    @media (width >= 768px) {
      font-size: 1.125rem;
      line-height: var(--line-height-normal);
      font-family: var(--font-family-sans);
    }
  }
  .sm\:group-hover\/checkbox-option\:translate-x-1 {
    @media (width >= 768px) {
      &:is(:where(.group\/checkbox-option):hover *) {
        @media (hover: hover) {
          --tw-translate-x: calc(0.375rem * 1);
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
    }
  }
  .sm\:group-hover\/radio-option\:translate-x-1 {
    @media (width >= 768px) {
      &:is(:where(.group\/radio-option):hover *) {
        @media (hover: hover) {
          --tw-translate-x: calc(0.375rem * 1);
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
    }
  }
  .md\:-mx-3 {
    @media (width >= 992px) {
      margin-inline: calc(0.375rem * -3);
    }
  }
  .md\:-my-3 {
    @media (width >= 992px) {
      margin-block: calc(0.375rem * -3);
    }
  }
  .md\:-mt-3 {
    @media (width >= 992px) {
      margin-top: calc(0.375rem * -3);
    }
  }
  .md\:mt-1 {
    @media (width >= 992px) {
      margin-top: calc(0.375rem * 1);
    }
  }
  .md\:mb-3 {
    @media (width >= 992px) {
      margin-bottom: calc(0.375rem * 3);
    }
  }
  .md\:mb-4 {
    @media (width >= 992px) {
      margin-bottom: calc(0.375rem * 4);
    }
  }
  .md\:-ml-3 {
    @media (width >= 992px) {
      margin-left: calc(0.375rem * -3);
    }
  }
  .md\:ml-6 {
    @media (width >= 992px) {
      margin-left: calc(0.375rem * 6);
    }
  }
  .md\:hidden {
    @media (width >= 992px) {
      display: none;
    }
  }
  .md\:size-6 {
    @media (width >= 992px) {
      width: calc(0.375rem * 6);
      height: calc(0.375rem * 6);
    }
  }
  .md\:w-\[37\.5rem\] {
    @media (width >= 992px) {
      width: 37.5rem;
    }
  }
  .md\:max-w-md {
    @media (width >= 992px) {
      max-width: 72.75rem;
    }
  }
  .md\:flex-row {
    @media (width >= 992px) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 992px) {
      align-items: center;
    }
  }
  .md\:justify-center {
    @media (width >= 992px) {
      justify-content: center;
    }
  }
  .md\:rounded-3xl {
    @media (width >= 992px) {
      border-radius: var(--border-radius-12);
    }
  }
  .md\:px-4 {
    @media (width >= 992px) {
      padding-inline: calc(0.375rem * 4);
    }
  }
  .md\:px-6 {
    @media (width >= 992px) {
      padding-inline: calc(0.375rem * 6);
    }
  }
  .md\:px-7 {
    @media (width >= 992px) {
      padding-inline: calc(0.375rem * 7);
    }
  }
  .md\:px-8 {
    @media (width >= 992px) {
      padding-inline: calc(0.375rem * 8);
    }
  }
  .md\:px-9 {
    @media (width >= 992px) {
      padding-inline: calc(0.375rem * 9);
    }
  }
  .md\:pb-4 {
    @media (width >= 992px) {
      padding-bottom: calc(0.375rem * 4);
    }
  }
  .lg\:mr-\[300px\] {
    @media (width >= 1200px) {
      margin-right: 300px;
    }
  }
  .lg\:max-w-lg {
    @media (width >= 1200px) {
      max-width: 97.5rem;
    }
  }
  .lg\:px-10 {
    @media (width >= 1200px) {
      padding-inline: calc(0.375rem * 10);
    }
  }
  .\[\&_\:focus-visible\]\:\!focus-outline {
    & :focus-visible {
      outline-style: solid !important;
      outline-width: 2px !important;
      outline-offset: 3px !important;
      outline-color: var(--border-focus) !important;
    }
  }
  .\[\&_\:focus-visible\]\:focus-outline {
    & :focus-visible {
      outline-style: solid;
      outline-width: 2px;
      outline-offset: 3px;
      outline-color: var(--border-focus);
    }
  }
  .\[\&_a\]\:underline {
    & a {
      text-decoration-line: underline;
    }
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-pan-x {
  syntax: "*";
  inherits: false;
}
@property --tw-pan-y {
  syntax: "*";
  inherits: false;
}
@property --tw-pinch-zoom {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-pan-x: initial;
      --tw-pan-y: initial;
      --tw-pinch-zoom: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-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-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}
