@import "https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,400,0,0&display=swap";

/* projects/web-backoffice/src/styles.css */
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
:root {
  --swal2-outline: 0 0 0 3px rgba(100, 150, 200, 0.5);
  --swal2-container-padding: 0.625em;
  --swal2-backdrop: rgba(0, 0, 0, 0.4);
  --swal2-backdrop-transition: background-color 0.15s;
  --swal2-width: 32em;
  --swal2-padding: 0 0 1.25em;
  --swal2-border: none;
  --swal2-border-radius: 0.3125rem;
  --swal2-background: white;
  --swal2-color: #545454;
  --swal2-show-animation: swal2-show 0.3s;
  --swal2-hide-animation: swal2-hide 0.15s forwards;
  --swal2-icon-zoom: 1;
  --swal2-title-padding: 0.8em 1em 0;
  --swal2-html-container-padding: 1em 1.6em 0.3em;
  --swal2-input-border: 1px solid #d9d9d9;
  --swal2-input-border-radius: 0.1875em;
  --swal2-input-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  --swal2-input-background: transparent;
  --swal2-input-transition: border-color 0.2s, box-shadow 0.2s;
  --swal2-input-hover-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  --swal2-input-focus-border: 1px solid #b4dbed;
  --swal2-input-focus-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
  --swal2-progress-step-background: #add8e6;
  --swal2-validation-message-background: #f0f0f0;
  --swal2-validation-message-color: #666;
  --swal2-footer-border-color: #eee;
  --swal2-footer-background: transparent;
  --swal2-footer-color: inherit;
  --swal2-timer-progress-bar-background: rgba(0, 0, 0, 0.3);
  --swal2-close-button-position: initial;
  --swal2-close-button-inset: auto;
  --swal2-close-button-font-size: 2.5em;
  --swal2-close-button-color: #ccc;
  --swal2-close-button-transition: color 0.2s, box-shadow 0.2s;
  --swal2-close-button-outline: initial;
  --swal2-close-button-box-shadow: inset 0 0 0 3px transparent;
  --swal2-close-button-focus-box-shadow: inset var(--swal2-outline);
  --swal2-close-button-hover-transform: none;
  --swal2-actions-justify-content: center;
  --swal2-actions-width: auto;
  --swal2-actions-margin: 1.25em auto 0;
  --swal2-actions-padding: 0;
  --swal2-actions-border-radius: 0;
  --swal2-actions-background: transparent;
  --swal2-action-button-transition: background-color 0.2s, box-shadow 0.2s;
  --swal2-action-button-hover: black 10%;
  --swal2-action-button-active: black 10%;
  --swal2-confirm-button-box-shadow: none;
  --swal2-confirm-button-border-radius: 0.25em;
  --swal2-confirm-button-background-color: #7066e0;
  --swal2-confirm-button-color: #fff;
  --swal2-deny-button-box-shadow: none;
  --swal2-deny-button-border-radius: 0.25em;
  --swal2-deny-button-background-color: #dc3741;
  --swal2-deny-button-color: #fff;
  --swal2-cancel-button-box-shadow: none;
  --swal2-cancel-button-border-radius: 0.25em;
  --swal2-cancel-button-background-color: #6e7881;
  --swal2-cancel-button-color: #fff;
  --swal2-toast-show-animation: swal2-toast-show 0.5s;
  --swal2-toast-hide-animation: swal2-toast-hide 0.1s forwards;
  --swal2-toast-border: none;
  --swal2-toast-box-shadow:
    0 0 1px hsl(0deg 0% 0% / 0.075),
    0 1px 2px hsl(0deg 0% 0% / 0.075),
    1px 2px 4px hsl(0deg 0% 0% / 0.075),
    1px 3px 8px hsl(0deg 0% 0% / 0.075),
    2px 4px 16px hsl(0deg 0% 0% / 0.075);
}
[data-swal2-theme=dark] {
  --swal2-dark-theme-black: #19191a;
  --swal2-dark-theme-white: #e1e1e1;
  --swal2-background: var(--swal2-dark-theme-black);
  --swal2-color: var(--swal2-dark-theme-white);
  --swal2-footer-border-color: #555;
  --swal2-input-background: var(--swal2-dark-theme-black);
  --swal2-validation-message-background: var(--swal2-dark-theme-black);
  --swal2-validation-message-color: var(--swal2-dark-theme-white);
  --swal2-timer-progress-bar-background: rgba(255, 255, 255, 0.7);
}
@supports (color: color-mix(in lab, red, red)) {
  [data-swal2-theme=dark] {
    --swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);
  }
}
@supports (color: color-mix(in lab, red, red)) {
  [data-swal2-theme=dark] {
    --swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );
  }
}
@media (prefers-color-scheme: dark) {
  [data-swal2-theme=auto] {
    --swal2-dark-theme-black: #19191a;
    --swal2-dark-theme-white: #e1e1e1;
    --swal2-background: var(--swal2-dark-theme-black);
    --swal2-color: var(--swal2-dark-theme-white);
    --swal2-footer-border-color: #555;
    --swal2-input-background: var(--swal2-dark-theme-black);
    --swal2-validation-message-background: var(--swal2-dark-theme-black);
    --swal2-validation-message-color: var(--swal2-dark-theme-white);
    --swal2-timer-progress-bar-background: rgba(255, 255, 255, 0.7);
  }
  @supports (color: color-mix(in lab, red, red)) {
    [data-swal2-theme=auto] {
      --swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);
    }
  }
  @supports (color: color-mix(in lab, red, red)) {
    [data-swal2-theme=auto] {
      --swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );
    }
  }
}
body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  background-color: rgba(0, 0, 0, 0) !important;
  pointer-events: none;
}
body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: auto;
}
body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px var(--swal2-backdrop);
}
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  inset: 0 auto auto 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  inset: 0 0 auto auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start,
body.swal2-toast-shown .swal2-container.swal2-top-left {
  inset: 0 auto auto 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start,
body.swal2-toast-shown .swal2-container.swal2-center-left {
  inset: 50% auto auto 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start,
body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  inset: auto auto 0 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  inset: auto auto 0 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  inset: auto 0 0 auto;
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
div:where(.swal2-container) {
  display: grid;
  position: fixed;
  z-index: 1060;
  inset: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: var(--swal2-container-padding);
  overflow-x: hidden;
  transition: var(--swal2-backdrop-transition);
  -webkit-overflow-scrolling: touch;
}
div:where(.swal2-container).swal2-backdrop-show,
div:where(.swal2-container).swal2-noanimation {
  background: var(--swal2-backdrop);
}
div:where(.swal2-container).swal2-backdrop-hide {
  background: rgba(0, 0, 0, 0) !important;
}
div:where(.swal2-container).swal2-top-start,
div:where(.swal2-container).swal2-center-start,
div:where(.swal2-container).swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}
div:where(.swal2-container).swal2-top,
div:where(.swal2-container).swal2-center,
div:where(.swal2-container).swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}
div:where(.swal2-container).swal2-top-end,
div:where(.swal2-container).swal2-center-end,
div:where(.swal2-container).swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}
div:where(.swal2-container).swal2-top-start > .swal2-popup {
  align-self: start;
}
div:where(.swal2-container).swal2-top > .swal2-popup {
  grid-column: 2;
  place-self: start center;
}
div:where(.swal2-container).swal2-top-end > .swal2-popup,
div:where(.swal2-container).swal2-top-right > .swal2-popup {
  grid-column: 3;
  place-self: start end;
}
div:where(.swal2-container).swal2-center-start > .swal2-popup,
div:where(.swal2-container).swal2-center-left > .swal2-popup {
  grid-row: 2;
  align-self: center;
}
div:where(.swal2-container).swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  place-self: center center;
}
div:where(.swal2-container).swal2-center-end > .swal2-popup,
div:where(.swal2-container).swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  place-self: center end;
}
div:where(.swal2-container).swal2-bottom-start > .swal2-popup,
div:where(.swal2-container).swal2-bottom-left > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}
div:where(.swal2-container).swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  place-self: end center;
}
div:where(.swal2-container).swal2-bottom-end > .swal2-popup,
div:where(.swal2-container).swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  place-self: end end;
}
div:where(.swal2-container).swal2-grow-row > .swal2-popup,
div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}
div:where(.swal2-container).swal2-grow-column > .swal2-popup,
div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}
div:where(.swal2-container).swal2-no-transition {
  transition: none !important;
}
div:where(.swal2-container)[popover] {
  width: auto;
  border: 0;
}
div:where(.swal2-container) div:where(.swal2-popup) {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: var(--swal2-width);
  max-width: 100%;
  padding: var(--swal2-padding);
  border: var(--swal2-border);
  border-radius: var(--swal2-border-radius);
  background: var(--swal2-background);
  color: var(--swal2-color);
  font-family: inherit;
  font-size: 1rem;
}
div:where(.swal2-container) div:where(.swal2-popup):focus {
  outline: none;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-loading {
  overflow-y: hidden;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable {
  cursor: grab;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable div:where(.swal2-icon) {
  cursor: grab;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging {
  cursor: grabbing;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging div:where(.swal2-icon) {
  cursor: grabbing;
}
div:where(.swal2-container) h2:where(.swal2-title) {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: var(--swal2-title-padding);
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  overflow-wrap: break-word;
  cursor: initial;
}
div:where(.swal2-container) div:where(.swal2-actions) {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: var(--swal2-actions-justify-content);
  width: var(--swal2-actions-width);
  margin: var(--swal2-actions-margin);
  padding: var(--swal2-actions-padding);
  border-radius: var(--swal2-actions-border-radius);
  background: var(--swal2-actions-background);
}
div:where(.swal2-container) div:where(.swal2-loader) {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: .25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 rgba(0, 0, 0, 0) #2778c4 rgba(0, 0, 0, 0);
}
div:where(.swal2-container) button:where(.swal2-styled) {
  margin: .3125em;
  padding: .625em 1.1em;
  transition: var(--swal2-action-button-transition);
  border: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
  font-weight: 500;
}
div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
  cursor: pointer;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  border-radius: var(--swal2-confirm-button-border-radius);
  background: initial;
  background-color: var(--swal2-confirm-button-background-color);
  box-shadow: var(--swal2-confirm-button-box-shadow);
  color: var(--swal2-confirm-button-color);
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover {
  background-color: var(--swal2-confirm-button-background-color);
}
@supports (color: color-mix(in lab, red, red)) {
  div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover {
    background-color: color-mix(in srgb, var(--swal2-confirm-button-background-color), var(--swal2-action-button-hover));
  }
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):active {
  background-color: var(--swal2-confirm-button-background-color);
}
@supports (color: color-mix(in lab, red, red)) {
  div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):active {
    background-color: color-mix(in srgb, var(--swal2-confirm-button-background-color), var(--swal2-action-button-active));
  }
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny) {
  border-radius: var(--swal2-deny-button-border-radius);
  background: initial;
  background-color: var(--swal2-deny-button-background-color);
  box-shadow: var(--swal2-deny-button-box-shadow);
  color: var(--swal2-deny-button-color);
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):hover {
  background-color: var(--swal2-deny-button-background-color);
}
@supports (color: color-mix(in lab, red, red)) {
  div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):hover {
    background-color: color-mix(in srgb, var(--swal2-deny-button-background-color), var(--swal2-action-button-hover));
  }
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):active {
  background-color: var(--swal2-deny-button-background-color);
}
@supports (color: color-mix(in lab, red, red)) {
  div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):active {
    background-color: color-mix(in srgb, var(--swal2-deny-button-background-color), var(--swal2-action-button-active));
  }
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
  border-radius: var(--swal2-cancel-button-border-radius);
  background: initial;
  background-color: var(--swal2-cancel-button-background-color);
  box-shadow: var(--swal2-cancel-button-box-shadow);
  color: var(--swal2-cancel-button-color);
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):hover {
  background-color: var(--swal2-cancel-button-background-color);
}
@supports (color: color-mix(in lab, red, red)) {
  div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):hover {
    background-color: color-mix(in srgb, var(--swal2-cancel-button-background-color), var(--swal2-action-button-hover));
  }
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):active {
  background-color: var(--swal2-cancel-button-background-color);
}
@supports (color: color-mix(in lab, red, red)) {
  div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):active {
    background-color: color-mix(in srgb, var(--swal2-cancel-button-background-color), var(--swal2-action-button-active));
  }
}
div:where(.swal2-container) button:where(.swal2-styled):focus-visible {
  outline: none;
  box-shadow: var(--swal2-action-button-focus-box-shadow);
}
div:where(.swal2-container) button:where(.swal2-styled)[disabled]:not(.swal2-loading) {
  opacity: .4;
}
div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner {
  border: 0;
}
div:where(.swal2-container) div:where(.swal2-footer) {
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid var(--swal2-footer-border-color);
  background: var(--swal2-footer-background);
  color: var(--swal2-footer-color);
  font-size: 1em;
  text-align: center;
  cursor: initial;
}
div:where(.swal2-container) .swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  overflow: hidden;
  border-bottom-right-radius: var(--swal2-border-radius);
  border-bottom-left-radius: var(--swal2-border-radius);
}
div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
  width: 100%;
  height: .25em;
  background: var(--swal2-timer-progress-bar-background);
}
div:where(.swal2-container) img:where(.swal2-image) {
  max-width: 100%;
  margin: 2em auto 1em;
  cursor: initial;
}
div:where(.swal2-container) button:where(.swal2-close) {
  position: var(--swal2-close-button-position);
  inset: var(--swal2-close-button-inset);
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: var(--swal2-close-button-transition);
  border: none;
  border-radius: var(--swal2-border-radius);
  outline: var(--swal2-close-button-outline);
  background: rgba(0, 0, 0, 0);
  color: var(--swal2-close-button-color);
  font-family: monospace;
  font-size: var(--swal2-close-button-font-size);
  cursor: pointer;
  justify-self: end;
}
div:where(.swal2-container) button:where(.swal2-close):hover {
  transform: var(--swal2-close-button-hover-transform);
  background: rgba(0, 0, 0, 0);
  color: #f27474;
}
div:where(.swal2-container) button:where(.swal2-close):focus-visible {
  outline: none;
  box-shadow: var(--swal2-close-button-focus-box-shadow);
}
div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner {
  border: 0;
}
div:where(.swal2-container) div:where(.swal2-html-container) {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: var(--swal2-html-container-padding);
  overflow: auto;
  color: inherit;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  overflow-wrap: break-word;
  word-break: break-word;
  cursor: initial;
}
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea),
div:where(.swal2-container) select:where(.swal2-select),
div:where(.swal2-container) div:where(.swal2-radio),
div:where(.swal2-container) label:where(.swal2-checkbox) {
  margin: 1em 2em 3px;
}
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea) {
  box-sizing: border-box;
  width: auto;
  transition: var(--swal2-input-transition);
  border: var(--swal2-input-border);
  border-radius: var(--swal2-input-border-radius);
  background: var(--swal2-input-background);
  box-shadow: var(--swal2-input-box-shadow);
  color: inherit;
  font-size: 1.125em;
}
div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,
div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,
div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
div:where(.swal2-container) input:where(.swal2-input):hover,
div:where(.swal2-container) input:where(.swal2-file):hover,
div:where(.swal2-container) textarea:where(.swal2-textarea):hover {
  box-shadow: var(--swal2-input-hover-box-shadow);
}
div:where(.swal2-container) input:where(.swal2-input):focus,
div:where(.swal2-container) input:where(.swal2-file):focus,
div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
  border: var(--swal2-input-focus-border);
  outline: none;
  box-shadow: var(--swal2-input-focus-box-shadow);
}
div:where(.swal2-container) input:where(.swal2-input)::placeholder,
div:where(.swal2-container) input:where(.swal2-file)::placeholder,
div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder {
  color: #ccc;
}
div:where(.swal2-container) .swal2-range {
  margin: 1em 2em 3px;
  background: var(--swal2-background);
}
div:where(.swal2-container) .swal2-range input {
  width: 80%;
}
div:where(.swal2-container) .swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
div:where(.swal2-container) .swal2-range input,
div:where(.swal2-container) .swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}
div:where(.swal2-container) .swal2-input {
  height: 2.625em;
  padding: 0 .75em;
}
div:where(.swal2-container) .swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: var(--swal2-input-background);
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-textarea {
  height: 6.75em;
  padding: .75em;
}
div:where(.swal2-container) .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: var(--swal2-input-background);
  color: inherit;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-radio,
div:where(.swal2-container) .swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: var(--swal2-background);
  color: inherit;
}
div:where(.swal2-container) .swal2-radio label,
div:where(.swal2-container) .swal2-checkbox label {
  margin: 0 .6em;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-radio input,
div:where(.swal2-container) .swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 .4em;
}
div:where(.swal2-container) label:where(.swal2-input-label) {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}
div:where(.swal2-container) div:where(.swal2-validation-message) {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: .625em;
  overflow: hidden;
  background: var(--swal2-validation-message-background);
  color: var(--swal2-validation-message-color);
  font-size: 1em;
  font-weight: 300;
}
div:where(.swal2-container) div:where(.swal2-validation-message)::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}
div:where(.swal2-container) .swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  font-weight: 600;
}
div:where(.swal2-container) .swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: var(--swal2-progress-step-background);
  color: #fff;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: var(--swal2-progress-step-background);
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #2778c4;
}
div:where(.swal2-icon) {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto .6em;
  zoom: var(--swal2-icon-zoom);
  border: .25em solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
}
div:where(.swal2-icon) .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
div:where(.swal2-icon).swal2-error {
  border-color: #f27474;
  color: #f27474;
}
div:where(.swal2-icon).swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #f27474;
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
div:where(.swal2-icon).swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon .5s;
}
div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark .5s;
}
div:where(.swal2-icon).swal2-warning {
  border-color: #f8bb86;
  color: #f8bb86;
}
div:where(.swal2-icon).swal2-warning.swal2-icon-show {
  animation: swal2-animate-error-icon .5s;
}
div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark .5s;
}
div:where(.swal2-icon).swal2-info {
  border-color: #3fc3ee;
  color: #3fc3ee;
}
div:where(.swal2-icon).swal2-info.swal2-icon-show {
  animation: swal2-animate-error-icon .5s;
}
div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark .8s;
}
div:where(.swal2-icon).swal2-question {
  border-color: #87adbd;
  color: #87adbd;
}
div:where(.swal2-icon).swal2-question.swal2-icon-show {
  animation: swal2-animate-error-icon .5s;
}
div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-question-mark .8s;
}
div:where(.swal2-icon).swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  border-radius: 50%;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
div:where(.swal2-icon).swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: .25em solid rgba(165, 220, 134, .3);
  border-radius: 50%;
}
div:where(.swal2-icon).swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: .8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip .75s;
}
div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long .75s;
}
div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}
[class^=swal2] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.swal2-show {
  animation: var(--swal2-show-animation);
}
.swal2-hide {
  animation: var(--swal2-hide-animation);
}
.swal2-noanimation {
  transition: none;
}
.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}
.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: min-content auto min-content;
  padding: 1em;
  overflow-y: hidden;
  border: var(--swal2-toast-border);
  background: var(--swal2-background);
  box-shadow: var(--swal2-toast-box-shadow);
  pointer-events: auto;
}
.swal2-toast > * {
  grid-column: 2;
}
.swal2-toast h2:where(.swal2-title) {
  margin: .5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-toast .swal2-loading {
  justify-content: center;
}
.swal2-toast input:where(.swal2-input) {
  height: 2em;
  margin: .5em;
  font-size: 1em;
}
.swal2-toast .swal2-validation-message {
  font-size: 1em;
}
.swal2-toast div:where(.swal2-footer) {
  margin: .5em 0 0;
  padding: .5em 0 0;
  font-size: .8em;
}
.swal2-toast button:where(.swal2-close) {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: .8em;
  height: .8em;
  margin: 0;
  font-size: 2em;
}
.swal2-toast div:where(.swal2-html-container) {
  margin: .5em 1em;
  padding: 0;
  overflow: initial;
  font-size: 1em;
  text-align: initial;
}
.swal2-toast div:where(.swal2-html-container):empty {
  padding: 0;
}
.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: .25em;
}
.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 .5em 0 0;
}
.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: .875em;
  width: 1.375em;
}
.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: .3125em;
}
.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: .3125em;
}
.swal2-toast div:where(.swal2-actions) {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: .5em;
  padding: 0 .5em;
}
.swal2-toast button:where(.swal2-styled) {
  margin: .25em .5em;
  padding: .4em .6em;
  font-size: 1em;
}
.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  border-radius: 50%;
}
.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: .9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em;
}
.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: .3125em;
}
.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: .1875em;
  width: .75em;
}
.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: .9375em;
  right: .1875em;
  width: 1.375em;
}
.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip .75s;
}
.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long .75s;
}
.swal2-toast.swal2-show {
  animation: var(--swal2-toast-show-animation);
}
.swal2-toast.swal2-hide {
  animation: var(--swal2-toast-hide-animation);
}
@keyframes swal2-show {
  0% {
    transform: translate3d(0, -50px, 0) scale(0.9);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes swal2-hide {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -50px, 0) scale(0.9);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: .4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: .8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }
  70% {
    top: .625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji";
    --font-mono:
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-100: oklch(93.6% 0.032 17.717);
    --color-red-200: oklch(88.5% 0.062 18.334);
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-amber-50: oklch(98.7% 0.022 95.277);
    --color-amber-200: oklch(92.4% 0.12 95.746);
    --color-amber-700: oklch(55.5% 0.163 48.998);
    --color-yellow-50: oklch(98.7% 0.026 102.212);
    --color-yellow-500: oklch(79.5% 0.184 86.047);
    --color-yellow-700: oklch(55.4% 0.135 66.442);
    --color-green-50: oklch(98.2% 0.018 155.826);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-emerald-50: oklch(97.9% 0.021 166.113);
    --color-emerald-100: oklch(95% 0.052 163.051);
    --color-emerald-700: oklch(50.8% 0.118 165.612);
    --color-sky-50: oklch(97.7% 0.013 236.62);
    --color-sky-100: oklch(95.1% 0.026 236.824);
    --color-sky-400: oklch(74.6% 0.16 232.661);
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-400: oklch(70.4% 0.04 256.788);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-slate-800: oklch(27.9% 0.041 260.031);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-normal: 0em;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --blur-md: 12px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        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;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .-top-2 {
    top: calc(var(--spacing) * -2);
  }
  .-top-4 {
    top: calc(var(--spacing) * -4);
  }
  .-top-9 {
    top: calc(var(--spacing) * -9);
  }
  .-top-28 {
    top: calc(var(--spacing) * -28);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-0\.5 {
    top: calc(var(--spacing) * 0.5);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-6 {
    top: calc(var(--spacing) * 6);
  }
  .top-8 {
    top: calc(var(--spacing) * 8);
  }
  .top-12 {
    top: calc(var(--spacing) * 12);
  }
  .top-14 {
    top: calc(var(--spacing) * 14);
  }
  .top-\[22\%\] {
    top: 22%;
  }
  .top-\[28px\] {
    top: 28px;
  }
  .top-\[60\%\] {
    top: 60%;
  }
  .top-\[62px\] {
    top: 62px;
  }
  .top-\[calc\(100\%\+6px\)\] {
    top: calc(100% + 6px);
  }
  .top-\[calc\(100\%\+8px\)\] {
    top: calc(100% + 8px);
  }
  .top-\[calc\(100\%\+10px\)\] {
    top: calc(100% + 10px);
  }
  .-right-1 {
    right: calc(var(--spacing) * -1);
  }
  .-right-2 {
    right: calc(var(--spacing) * -2);
  }
  .-right-24 {
    right: calc(var(--spacing) * -24);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-0\.5 {
    right: calc(var(--spacing) * 0.5);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .right-8 {
    right: calc(var(--spacing) * 8);
  }
  .right-\[4\%\] {
    right: 4%;
  }
  .right-\[10\%\] {
    right: 10%;
  }
  .right-\[20\%\] {
    right: 20%;
  }
  .-bottom-1 {
    bottom: calc(var(--spacing) * -1);
  }
  .-bottom-4 {
    bottom: calc(var(--spacing) * -4);
  }
  .-bottom-28 {
    bottom: calc(var(--spacing) * -28);
  }
  .bottom-3 {
    bottom: calc(var(--spacing) * 3);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .bottom-8 {
    bottom: calc(var(--spacing) * 8);
  }
  .bottom-24 {
    bottom: calc(var(--spacing) * 24);
  }
  .bottom-full {
    bottom: 100%;
  }
  .-left-2 {
    left: calc(var(--spacing) * -2);
  }
  .-left-24 {
    left: calc(var(--spacing) * -24);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-6 {
    left: calc(var(--spacing) * 6);
  }
  .left-8 {
    left: calc(var(--spacing) * 8);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[60\] {
    z-index: 60;
  }
  .z-\[80\] {
    z-index: 80;
  }
  .container {
    width: 100%;
  }
  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .-mx-5 {
    margin-inline: calc(var(--spacing) * -5);
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-\[-12px\] {
    margin-inline: -12px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-11 {
    margin-top: calc(var(--spacing) * 11);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-\[3px\] {
    margin-top: 3px;
  }
  .mt-\[4px\] {
    margin-top: 4px;
  }
  .mt-\[45px\] {
    margin-top: 45px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .-mb-3 {
    margin-bottom: calc(var(--spacing) * -3);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .ml-0\.5 {
    margin-left: calc(var(--spacing) * 0.5);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-12\.5 {
    height: calc(var(--spacing) * 12.5);
  }
  .h-13 {
    height: calc(var(--spacing) * 13);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-15 {
    height: calc(var(--spacing) * 15);
  }
  .h-15\.5 {
    height: calc(var(--spacing) * 15.5);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-18 {
    height: calc(var(--spacing) * 18);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-35 {
    height: calc(var(--spacing) * 35);
  }
  .h-36 {
    height: calc(var(--spacing) * 36);
  }
  .h-44 {
    height: calc(var(--spacing) * 44);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-80 {
    height: calc(var(--spacing) * 80);
  }
  .h-\[16px\] {
    height: 16px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[52px\] {
    height: 52px;
  }
  .h-\[54px\] {
    height: 54px;
  }
  .h-\[56px\] {
    height: 56px;
  }
  .h-\[58px\] {
    height: 58px;
  }
  .h-\[64px\] {
    height: 64px;
  }
  .h-\[68px\] {
    height: 68px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[76px\] {
    height: 76px;
  }
  .h-\[86px\] {
    height: 86px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[152px\] {
    height: 152px;
  }
  .h-\[156px\] {
    height: 156px;
  }
  .h-\[220px\] {
    height: 220px;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[280px\] {
    height: 280px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .max-h-52 {
    max-height: calc(var(--spacing) * 52);
  }
  .max-h-\[42px\] {
    max-height: 42px;
  }
  .max-h-\[260px\] {
    max-height: 260px;
  }
  .max-h-\[420px\] {
    max-height: 420px;
  }
  .max-h-\[calc\(100dvh-2rem\)\] {
    max-height: calc(100dvh - 2rem);
  }
  .max-h-\[calc\(100dvh-3rem\)\] {
    max-height: calc(100dvh - 3rem);
  }
  .min-h-11 {
    min-height: calc(var(--spacing) * 11);
  }
  .min-h-24 {
    min-height: calc(var(--spacing) * 24);
  }
  .min-h-26 {
    min-height: calc(var(--spacing) * 26);
  }
  .min-h-\[40px\] {
    min-height: 40px;
  }
  .min-h-\[48px\] {
    min-height: 48px;
  }
  .min-h-\[68px\] {
    min-height: 68px;
  }
  .min-h-\[76px\] {
    min-height: 76px;
  }
  .min-h-\[90px\] {
    min-height: 90px;
  }
  .min-h-\[100px\] {
    min-height: 100px;
  }
  .min-h-\[112px\] {
    min-height: 112px;
  }
  .min-h-\[116px\] {
    min-height: 116px;
  }
  .min-h-\[136px\] {
    min-height: 136px;
  }
  .min-h-\[150px\] {
    min-height: 150px;
  }
  .min-h-\[170px\] {
    min-height: 170px;
  }
  .min-h-\[180px\] {
    min-height: 180px;
  }
  .min-h-\[210px\] {
    min-height: 210px;
  }
  .min-h-\[220px\] {
    min-height: 220px;
  }
  .min-h-\[360px\] {
    min-height: 360px;
  }
  .min-h-\[560px\] {
    min-height: 560px;
  }
  .min-h-\[620px\] {
    min-height: 620px;
  }
  .min-h-\[calc\(100dvh-24px\)\] {
    min-height: calc(100dvh - 24px);
  }
  .min-h-\[calc\(100dvh-76px\)\] {
    min-height: calc(100dvh - 76px);
  }
  .min-h-\[calc\(100dvh-80px\)\] {
    min-height: calc(100dvh - 80px);
  }
  .min-h-\[calc\(100dvh-82px\)\] {
    min-height: calc(100dvh - 82px);
  }
  .min-h-\[calc\(100dvh-124px\)\] {
    min-height: calc(100dvh - 124px);
  }
  .min-h-\[calc\(100dvh-168px\)\] {
    min-height: calc(100dvh - 168px);
  }
  .min-h-dvh {
    min-height: 100dvh;
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-3\/4 {
    width: calc(3 / 4 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-13 {
    width: calc(var(--spacing) * 13);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-15 {
    width: calc(var(--spacing) * 15);
  }
  .w-15\.5 {
    width: calc(var(--spacing) * 15.5);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-18 {
    width: calc(var(--spacing) * 18);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-28 {
    width: calc(var(--spacing) * 28);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-35 {
    width: calc(var(--spacing) * 35);
  }
  .w-36 {
    width: calc(var(--spacing) * 36);
  }
  .w-44 {
    width: calc(var(--spacing) * 44);
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[20\%\] {
    width: 20%;
  }
  .w-\[28\%\] {
    width: 28%;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[36\%\] {
    width: 36%;
  }
  .w-\[38px\] {
    width: 38px;
  }
  .w-\[54px\] {
    width: 54px;
  }
  .w-\[58px\] {
    width: 58px;
  }
  .w-\[68px\] {
    width: 68px;
  }
  .w-\[86px\] {
    width: 86px;
  }
  .w-\[96px\] {
    width: 96px;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[118px\] {
    width: 118px;
  }
  .w-\[170px\] {
    width: 170px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[220px\] {
    width: 220px;
  }
  .w-\[230px\] {
    width: 230px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[280px\] {
    width: 280px;
  }
  .w-\[calc\(100\%-2rem\)\] {
    width: calc(100% - 2rem);
  }
  .w-\[min\(250px\,calc\(100vw-56px\)\)\] {
    width: min(250px, calc(100vw - 56px));
  }
  .w-\[min\(360px\,calc\(100vw-32px\)\)\] {
    width: min(360px, calc(100vw - 32px));
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-140 {
    max-width: calc(var(--spacing) * 140);
  }
  .max-w-155 {
    max-width: calc(var(--spacing) * 155);
  }
  .max-w-160 {
    max-width: calc(var(--spacing) * 160);
  }
  .max-w-180 {
    max-width: calc(var(--spacing) * 180);
  }
  .max-w-225 {
    max-width: calc(var(--spacing) * 225);
  }
  .max-w-240 {
    max-width: calc(var(--spacing) * 240);
  }
  .max-w-\[22ch\] {
    max-width: 22ch;
  }
  .max-w-\[28vw\] {
    max-width: 28vw;
  }
  .max-w-\[140px\] {
    max-width: 140px;
  }
  .max-w-\[240px\] {
    max-width: 240px;
  }
  .max-w-\[360px\] {
    max-width: 360px;
  }
  .max-w-\[380px\] {
    max-width: 380px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[420px\] {
    max-width: 420px;
  }
  .max-w-\[430px\] {
    max-width: 430px;
  }
  .max-w-\[444px\] {
    max-width: 444px;
  }
  .max-w-\[450px\] {
    max-width: 450px;
  }
  .max-w-\[460px\] {
    max-width: 460px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[520px\] {
    max-width: 520px;
  }
  .max-w-\[560px\] {
    max-width: 560px;
  }
  .max-w-\[590px\] {
    max-width: 590px;
  }
  .max-w-\[620px\] {
    max-width: 620px;
  }
  .max-w-\[640px\] {
    max-width: 640px;
  }
  .max-w-\[700px\] {
    max-width: 700px;
  }
  .max-w-\[720px\] {
    max-width: 720px;
  }
  .max-w-\[760px\] {
    max-width: 760px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[840px\] {
    max-width: 840px;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-\[1035px\] {
    max-width: 1035px;
  }
  .max-w-\[1180px\] {
    max-width: 1180px;
  }
  .max-w-\[1220px\] {
    max-width: 1220px;
  }
  .max-w-\[1280px\] {
    max-width: 1280px;
  }
  .max-w-\[1300px\] {
    max-width: 1300px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-prose {
    max-width: 65ch;
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[16px\] {
    min-width: 16px;
  }
  .min-w-\[42px\] {
    min-width: 42px;
  }
  .min-w-\[126px\] {
    min-width: 126px;
  }
  .min-w-\[144px\] {
    min-width: 144px;
  }
  .min-w-\[150px\] {
    min-width: 150px;
  }
  .min-w-\[204px\] {
    min-width: 204px;
  }
  .min-w-\[720px\] {
    min-width: 720px;
  }
  .min-w-\[960px\] {
    min-width: 960px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    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);
  }
  .-translate-y-\[58\%\] {
    --tw-translate-y: calc(58% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .cursor-text {
    cursor: text;
  }
  .resize-y {
    resize: vertical;
  }
  .list-disc {
    list-style-type: disc;
  }
  .appearance-none {
    appearance: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-\[2fr_0\.75fr_1fr_0\.9fr_1\.15fr_0\.95fr\] {
    grid-template-columns: 2fr 0.75fr 1fr 0.9fr 1.15fr 0.95fr;
  }
  .grid-cols-\[20px_minmax\(0\,1fr\)\] {
    grid-template-columns: 20px minmax(0, 1fr);
  }
  .grid-cols-\[20px_minmax\(0\,1fr\)_14px\] {
    grid-template-columns: 20px minmax(0, 1fr) 14px;
  }
  .grid-cols-\[38px_minmax\(0\,1fr\)_28px\] {
    grid-template-columns: 38px minmax(0, 1fr) 28px;
  }
  .grid-cols-\[80px_minmax\(0\,1fr\)_80px\] {
    grid-template-columns: 80px minmax(0, 1fr) 80px;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-items-center {
    justify-items: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-\[37px\] {
    gap: 37px;
  }
  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  :where(.divide-y > :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)));
  }
  :where(.divide-\[\#EAECF0\] > :not(:last-child)) {
    border-color: #EAECF0;
  }
  :where(.divide-red-100 > :not(:last-child)) {
    border-color: var(--color-red-100);
  }
  .place-self-center {
    place-self: center;
  }
  .self-stretch {
    align-self: stretch;
  }
  .justify-self-end {
    justify-self: flex-end;
  }
  .justify-self-start {
    justify-self: flex-start;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .\!rounded-lg {
    border-radius: var(--radius-lg) !important;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-\[7px\] {
    border-radius: 7px;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[9px\] {
    border-radius: 9px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[11px\] {
    border-radius: 11px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[14px\] {
    border-radius: 14px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[18px\] {
    border-radius: 18px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[22px\] {
    border-radius: 22px;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-\[28px\] {
    border-radius: 28px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-bl-\[12px\] {
    border-bottom-left-radius: 12px;
  }
  .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-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-\[0\.653px\] {
    border-style: var(--tw-border-style);
    border-width: 0.653px;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[2px\] {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[3px\] {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r-\[3px\] {
    border-right-style: var(--tw-border-style);
    border-right-width: 3px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .\!border-\[\#2FC1F1\] {
    border-color: #2FC1F1 !important;
  }
  .\!border-\[\#E4E7EC\] {
    border-color: #E4E7EC !important;
  }
  .\!border-\[\#FEE4E2\] {
    border-color: #FEE4E2 !important;
  }
  .border-\[\#2EB8E6\] {
    border-color: #2EB8E6;
  }
  .border-\[\#2FC1F1\] {
    border-color: #2FC1F1;
  }
  .border-\[\#2FC1F1\]\/30 {
    border-color: color-mix(in oklab, #2FC1F1 30%, transparent);
  }
  .border-\[\#3448FF\] {
    border-color: #3448FF;
  }
  .border-\[\#BDECFB\] {
    border-color: #BDECFB;
  }
  .border-\[\#BDEFFF\] {
    border-color: #BDEFFF;
  }
  .border-\[\#CDD5DF\] {
    border-color: #CDD5DF;
  }
  .border-\[\#CFCFCF\] {
    border-color: #CFCFCF;
  }
  .border-\[\#D0D5DD\] {
    border-color: #D0D5DD;
  }
  .border-\[\#D2E4FF\] {
    border-color: #D2E4FF;
  }
  .border-\[\#D4D4D4\] {
    border-color: #D4D4D4;
  }
  .border-\[\#D4F0F9\] {
    border-color: #D4F0F9;
  }
  .border-\[\#D6D6D6\] {
    border-color: #D6D6D6;
  }
  .border-\[\#D6F4FC\] {
    border-color: #D6F4FC;
  }
  .border-\[\#D7EEF6\] {
    border-color: #D7EEF6;
  }
  .border-\[\#D8EEF7\] {
    border-color: #D8EEF7;
  }
  .border-\[\#D8F4FD\] {
    border-color: #D8F4FD;
  }
  .border-\[\#D9D9E7\] {
    border-color: #D9D9E7;
  }
  .border-\[\#DADADA\] {
    border-color: #DADADA;
  }
  .border-\[\#E0E0E0\] {
    border-color: #E0E0E0;
  }
  .border-\[\#E4E4E4\] {
    border-color: #E4E4E4;
  }
  .border-\[\#E4E7EC\] {
    border-color: #E4E7EC;
  }
  .border-\[\#E5E5E5\] {
    border-color: #E5E5E5;
  }
  .border-\[\#E5E7EB\] {
    border-color: #E5E7EB;
  }
  .border-\[\#E6EEF2\] {
    border-color: #E6EEF2;
  }
  .border-\[\#E8E8F1\] {
    border-color: #E8E8F1;
  }
  .border-\[\#EAECF0\] {
    border-color: #EAECF0;
  }
  .border-\[\#EEF2FF\] {
    border-color: #EEF2FF;
  }
  .border-\[\#EFEFEF\] {
    border-color: #EFEFEF;
  }
  .border-\[\#F1F9FC\] {
    border-color: #F1F9FC;
  }
  .border-\[\#F2F4F7\] {
    border-color: #F2F4F7;
  }
  .border-\[\#F5F5F5\] {
    border-color: #F5F5F5;
  }
  .border-\[\#F04438\] {
    border-color: #F04438;
  }
  .border-\[\#FBBF24\] {
    border-color: #FBBF24;
  }
  .border-\[\#FDA29B\] {
    border-color: #FDA29B;
  }
  .border-amber-200 {
    border-color: var(--color-amber-200);
  }
  .border-emerald-100 {
    border-color: var(--color-emerald-100);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-red-100 {
    border-color: var(--color-red-100);
  }
  .border-red-200 {
    border-color: var(--color-red-200);
  }
  .border-red-400 {
    border-color: var(--color-red-400);
  }
  .border-slate-200 {
    border-color: var(--color-slate-200);
  }
  .border-slate-300 {
    border-color: var(--color-slate-300);
  }
  .border-slate-400 {
    border-color: var(--color-slate-400);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/20 {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .border-white\/25 {
    border-color: color-mix(in srgb, #fff 25%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/25 {
      border-color: color-mix(in oklab, var(--color-white) 25%, transparent);
    }
  }
  .border-white\/40 {
    border-color: color-mix(in srgb, #fff 40%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/40 {
      border-color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
  .border-white\/70 {
    border-color: color-mix(in srgb, #fff 70%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/70 {
      border-color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .border-t-\[\#2FC1F1\] {
    border-top-color: #2FC1F1;
  }
  .border-t-transparent {
    border-top-color: transparent;
  }
  .border-t-white {
    border-top-color: var(--color-white);
  }
  .\!border-r-\[\#2FC1F1\] {
    border-right-color: #2FC1F1 !important;
  }
  .\!bg-\[\#2FC1F1\] {
    background-color: #2FC1F1 !important;
  }
  .\!bg-\[\#D6F4FC\] {
    background-color: #D6F4FC !important;
  }
  .\!bg-\[\#EEF2FF\] {
    background-color: #EEF2FF !important;
  }
  .\!bg-\[\#FEF3F2\] {
    background-color: #FEF3F2 !important;
  }
  .\!bg-\[\#FFF5F5\] {
    background-color: #FFF5F5 !important;
  }
  .\!bg-white {
    background-color: var(--color-white) !important;
  }
  .bg-\[\#2A9FC7\] {
    background-color: #2A9FC7;
  }
  .bg-\[\#2CAEE4\] {
    background-color: #2CAEE4;
  }
  .bg-\[\#2EB8E6\] {
    background-color: #2EB8E6;
  }
  .bg-\[\#2FC1F1\] {
    background-color: #2FC1F1;
  }
  .bg-\[\#8b5cf617\] {
    background-color: #8b5cf617;
  }
  .bg-\[\#12B76A\] {
    background-color: #12B76A;
  }
  .bg-\[\#159B68\] {
    background-color: #159B68;
  }
  .bg-\[\#635BFF\] {
    background-color: #635BFF;
  }
  .bg-\[\#3448FF\] {
    background-color: #3448FF;
  }
  .bg-\[\#101828\]\/40 {
    background-color: color-mix(in oklab, #101828 40%, transparent);
  }
  .bg-\[\#111827\] {
    background-color: #111827;
  }
  .bg-\[\#111827\]\/35 {
    background-color: color-mix(in oklab, #111827 35%, transparent);
  }
  .bg-\[\#111827\]\/45 {
    background-color: color-mix(in oklab, #111827 45%, transparent);
  }
  .bg-\[\#C2E6F2\] {
    background-color: #C2E6F2;
  }
  .bg-\[\#D0D5DD\] {
    background-color: #D0D5DD;
  }
  .bg-\[\#D1FAE5\] {
    background-color: #D1FAE5;
  }
  .bg-\[\#D4D4D4\] {
    background-color: #D4D4D4;
  }
  .bg-\[\#D4F0F9\] {
    background-color: #D4F0F9;
  }
  .bg-\[\#D6F4FC\] {
    background-color: #D6F4FC;
  }
  .bg-\[\#D8F4FD\] {
    background-color: #D8F4FD;
  }
  .bg-\[\#DBEAFE\] {
    background-color: #DBEAFE;
  }
  .bg-\[\#DDF7FD\] {
    background-color: #DDF7FD;
  }
  .bg-\[\#DFF6FD\] {
    background-color: #DFF6FD;
  }
  .bg-\[\#E2E8F0\] {
    background-color: #E2E8F0;
  }
  .bg-\[\#E4E4E4\] {
    background-color: #E4E4E4;
  }
  .bg-\[\#E4E7EC\] {
    background-color: #E4E7EC;
  }
  .bg-\[\#E5E5E5\] {
    background-color: #E5E5E5;
  }
  .bg-\[\#E5E7EB\] {
    background-color: #E5E7EB;
  }
  .bg-\[\#E6E6E6\] {
    background-color: #E6E6E6;
  }
  .bg-\[\#E6F6FB\] {
    background-color: #E6F6FB;
  }
  .bg-\[\#E7F0FF\] {
    background-color: #E7F0FF;
  }
  .bg-\[\#E8E6F7\] {
    background-color: #E8E6F7;
  }
  .bg-\[\#E03137\] {
    background-color: #E03137;
  }
  .bg-\[\#EAECF0\] {
    background-color: #EAECF0;
  }
  .bg-\[\#EAF5FF\] {
    background-color: #EAF5FF;
  }
  .bg-\[\#EAF8FE\] {
    background-color: #EAF8FE;
  }
  .bg-\[\#EAF8FF\] {
    background-color: #EAF8FF;
  }
  .bg-\[\#EAFBF3\] {
    background-color: #EAFBF3;
  }
  .bg-\[\#ECFDF5\] {
    background-color: #ECFDF5;
  }
  .bg-\[\#EDE9FE\] {
    background-color: #EDE9FE;
  }
  .bg-\[\#EEF1FF\] {
    background-color: #EEF1FF;
  }
  .bg-\[\#EEF2F6\] {
    background-color: #EEF2F6;
  }
  .bg-\[\#EEF2FF66\] {
    background-color: #EEF2FF66;
  }
  .bg-\[\#EEF2FF\] {
    background-color: #EEF2FF;
  }
  .bg-\[\#EEF9FF\] {
    background-color: #EEF9FF;
  }
  .bg-\[\#EFF6FF\] {
    background-color: #EFF6FF;
  }
  .bg-\[\#EFF8FF\] {
    background-color: #EFF8FF;
  }
  .bg-\[\#F0F0F2\] {
    background-color: #F0F0F2;
  }
  .bg-\[\#F0F9FF\] {
    background-color: #F0F9FF;
  }
  .bg-\[\#F0FBFE\] {
    background-color: #F0FBFE;
  }
  .bg-\[\#F0FBFF\] {
    background-color: #F0FBFF;
  }
  .bg-\[\#F1F1F1\] {
    background-color: #F1F1F1;
  }
  .bg-\[\#F1F9FC\] {
    background-color: #F1F9FC;
  }
  .bg-\[\#F2F4F7\] {
    background-color: #F2F4F7;
  }
  .bg-\[\#F2FAFD\] {
    background-color: #F2FAFD;
  }
  .bg-\[\#F2FBFE\] {
    background-color: #F2FBFE;
  }
  .bg-\[\#F3E8FF\] {
    background-color: #F3E8FF;
  }
  .bg-\[\#F3F3F3\] {
    background-color: #F3F3F3;
  }
  .bg-\[\#F3F4F6\] {
    background-color: #F3F4F6;
  }
  .bg-\[\#F4EEFF\] {
    background-color: #F4EEFF;
  }
  .bg-\[\#F4F4F4\] {
    background-color: #F4F4F4;
  }
  .bg-\[\#F5F3FF\] {
    background-color: #F5F3FF;
  }
  .bg-\[\#F5F5F5\] {
    background-color: #F5F5F5;
  }
  .bg-\[\#F5F7FA\] {
    background-color: #F5F7FA;
  }
  .bg-\[\#F5FCFF\] {
    background-color: #F5FCFF;
  }
  .bg-\[\#F7F8FC\] {
    background-color: #F7F8FC;
  }
  .bg-\[\#F7FBFD\] {
    background-color: #F7FBFD;
  }
  .bg-\[\#F8FAFC\] {
    background-color: #F8FAFC;
  }
  .bg-\[\#F8FDFF\] {
    background-color: #F8FDFF;
  }
  .bg-\[\#F9FAFB\] {
    background-color: #F9FAFB;
  }
  .bg-\[\#F04438\] {
    background-color: #F04438;
  }
  .bg-\[\#FAFAFA\] {
    background-color: #FAFAFA;
  }
  .bg-\[\#FBFBFB\] {
    background-color: #FBFBFB;
  }
  .bg-\[\#FBFEFF\] {
    background-color: #FBFEFF;
  }
  .bg-\[\#FCFCFD\] {
    background-color: #FCFCFD;
  }
  .bg-\[\#FEF2F2\] {
    background-color: #FEF2F2;
  }
  .bg-\[\#FEF3C6\] {
    background-color: #FEF3C6;
  }
  .bg-\[\#FEF3C7\] {
    background-color: #FEF3C7;
  }
  .bg-\[\#FEF3F2\] {
    background-color: #FEF3F2;
  }
  .bg-\[\#FEF9C3\] {
    background-color: #FEF9C3;
  }
  .bg-\[\#FFF1F2\] {
    background-color: #FFF1F2;
  }
  .bg-\[\#FFF2EC\] {
    background-color: #FFF2EC;
  }
  .bg-\[\#FFF5F5\] {
    background-color: #FFF5F5;
  }
  .bg-\[\#FFF8E1\] {
    background-color: #FFF8E1;
  }
  .bg-\[\#FFFBEB\] {
    background-color: #FFFBEB;
  }
  .bg-\[\#FFFBFA\] {
    background-color: #FFFBFA;
  }
  .bg-\[\#b6e5fa\] {
    background-color: #b6e5fa;
  }
  .bg-\[var\(--workspace-primary\,\#2FC1F1\)\] {
    background-color: var(--workspace-primary,#2FC1F1);
  }
  .bg-amber-50 {
    background-color: var(--color-amber-50);
  }
  .bg-black\/20 {
    background-color: color-mix(in srgb, #000 20%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/20 {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .bg-black\/25 {
    background-color: color-mix(in srgb, #000 25%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/25 {
      background-color: color-mix(in oklab, var(--color-black) 25%, transparent);
    }
  }
  .bg-current {
    background-color: currentcolor;
  }
  .bg-emerald-50 {
    background-color: var(--color-emerald-50);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-green-50 {
    background-color: var(--color-green-50);
  }
  .bg-green-500 {
    background-color: var(--color-green-500);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-red-200 {
    background-color: var(--color-red-200);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-sky-50 {
    background-color: var(--color-sky-50);
  }
  .bg-slate-100 {
    background-color: var(--color-slate-100);
  }
  .bg-slate-900\/40 {
    background-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 40%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-slate-900\/40 {
      background-color: color-mix(in oklab, var(--color-slate-900) 40%, transparent);
    }
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/10 {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-white\/15 {
    background-color: color-mix(in srgb, #fff 15%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/15 {
      background-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }
  .bg-white\/20 {
    background-color: color-mix(in srgb, #fff 20%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/20 {
      background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .bg-white\/45 {
    background-color: color-mix(in srgb, #fff 45%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/45 {
      background-color: color-mix(in oklab, var(--color-white) 45%, transparent);
    }
  }
  .bg-white\/80 {
    background-color: color-mix(in srgb, #fff 80%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/80 {
      background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .bg-white\/90 {
    background-color: color-mix(in srgb, #fff 90%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/90 {
      background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .bg-white\/95 {
    background-color: color-mix(in srgb, #fff 95%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/95 {
      background-color: color-mix(in oklab, var(--color-white) 95%, transparent);
    }
  }
  .bg-yellow-50 {
    background-color: var(--color-yellow-50);
  }
  .bg-yellow-500 {
    background-color: var(--color-yellow-500);
  }
  .bg-\[linear-gradient\(0deg\,rgba\(0\,0\,0\,0\.62\)_0\%\,rgba\(0\,0\,0\,0\.62\)_100\%\)\,url\(\'\/assets\/images\/register\/select-type-bc\.jpg\'\)\] {
    background-image:
      linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.62) 0%,
        rgba(0, 0, 0, 0.62) 100%),
      url(/assets/images/register/select-type-bc.jpg);
  }
  .bg-\[linear-gradient\(120deg\,\#DCE6FF_0\%\,\#EAF9F9_100\%\)\] {
    background-image:
      linear-gradient(
        120deg,
        #DCE6FF 0%,
        #EAF9F9 100%);
  }
  .bg-\[linear-gradient\(135deg\,\#1e3a5f\,\#b54f47\)\] {
    background-image:
      linear-gradient(
        135deg,
        #1e3a5f,
        #b54f47);
  }
  .bg-\[linear-gradient\(135deg\,\#6C63FF\,\#A855F7\)\] {
    background-image:
      linear-gradient(
        135deg,
        #6C63FF,
        #A855F7);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .fill-none {
    fill: none;
  }
  .stroke-\[\#101828\] {
    stroke: #101828;
  }
  .stroke-\[2\.4\] {
    stroke-width: 2.4;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-left {
    object-position: left;
  }
  .\!p-4 {
    padding: calc(var(--spacing) * 4) !important;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-\[27px\] {
    padding: 27px;
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-7 {
    padding-block: calc(var(--spacing) * 7);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-8\.5 {
    padding-block: calc(var(--spacing) * 8.5);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-7 {
    padding-top: calc(var(--spacing) * 7);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }
  .pt-22\.5 {
    padding-top: calc(var(--spacing) * 22.5);
  }
  .pt-\[76px\] {
    padding-top: 76px;
  }
  .pt-\[124px\] {
    padding-top: 124px;
  }
  .pt-\[168px\] {
    padding-top: 168px;
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pr-11 {
    padding-right: calc(var(--spacing) * 11);
  }
  .pr-12 {
    padding-right: calc(var(--spacing) * 12);
  }
  .pr-14 {
    padding-right: calc(var(--spacing) * 14);
  }
  .pr-24 {
    padding-right: calc(var(--spacing) * 24);
  }
  .pr-32 {
    padding-right: calc(var(--spacing) * 32);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-7 {
    padding-bottom: calc(var(--spacing) * 7);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-\[54px\] {
    padding-bottom: 54px;
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-11 {
    padding-left: calc(var(--spacing) * 11);
  }
  .pl-12 {
    padding-left: calc(var(--spacing) * 12);
  }
  .pl-14 {
    padding-left: calc(var(--spacing) * 14);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-middle {
    vertical-align: middle;
  }
  .font-\[\'Inter\'\] {
    font-family: "Inter";
  }
  .font-\[Inter\] {
    font-family: Inter;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .\!text-\[13px\] {
    font-size: 13px !important;
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[19px\] {
    font-size: 19px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[21px\] {
    font-size: 21px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[34px\] {
    font-size: 34px;
  }
  .text-\[35px\] {
    font-size: 35px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[38px\] {
    font-size: 38px;
  }
  .leading-4 {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-6\.75 {
    --tw-leading: calc(var(--spacing) * 6.75);
    line-height: calc(var(--spacing) * 6.75);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-9 {
    --tw-leading: calc(var(--spacing) * 9);
    line-height: calc(var(--spacing) * 9);
  }
  .leading-9\.5 {
    --tw-leading: calc(var(--spacing) * 9.5);
    line-height: calc(var(--spacing) * 9.5);
  }
  .leading-10 {
    --tw-leading: calc(var(--spacing) * 10);
    line-height: calc(var(--spacing) * 10);
  }
  .leading-\[-0\.28px\] {
    --tw-leading: -0.28px;
    line-height: -0.28px;
  }
  .leading-\[15px\] {
    --tw-leading: 15px;
    line-height: 15px;
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[19\.5px\] {
    --tw-leading: 19.5px;
    line-height: 19.5px;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[34px\] {
    --tw-leading: 34px;
    line-height: 34px;
  }
  .leading-\[36px\] {
    --tw-leading: 36px;
    line-height: 36px;
  }
  .leading-\[38px\] {
    --tw-leading: 38px;
    line-height: 38px;
  }
  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }
  .leading-\[42px\] {
    --tw-leading: 42px;
    line-height: 42px;
  }
  .leading-\[54px\] {
    --tw-leading: 54px;
    line-height: 54px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .\!font-bold {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .\!font-semibold {
    --tw-font-weight: var(--font-weight-semibold) !important;
    font-weight: var(--font-weight-semibold) !important;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-0\.03em\] {
    --tw-tracking: -0.03em;
    letter-spacing: -0.03em;
  }
  .tracking-\[-0\.36px\] {
    --tw-tracking: -0.36px;
    letter-spacing: -0.36px;
  }
  .tracking-\[-0\.64px\] {
    --tw-tracking: -0.64px;
    letter-spacing: -0.64px;
  }
  .tracking-\[0\.04em\] {
    --tw-tracking: 0.04em;
    letter-spacing: 0.04em;
  }
  .tracking-\[0\.08em\] {
    --tw-tracking: 0.08em;
    letter-spacing: 0.08em;
  }
  .tracking-\[0\.12em\] {
    --tw-tracking: 0.12em;
    letter-spacing: 0.12em;
  }
  .tracking-\[0\.14em\] {
    --tw-tracking: 0.14em;
    letter-spacing: 0.14em;
  }
  .tracking-\[0\.16em\] {
    --tw-tracking: 0.16em;
    letter-spacing: 0.16em;
  }
  .tracking-\[0\.18em\] {
    --tw-tracking: 0.18em;
    letter-spacing: 0.18em;
  }
  .tracking-\[0\.35em\] {
    --tw-tracking: 0.35em;
    letter-spacing: 0.35em;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .break-all {
    word-break: break-all;
  }
  .\!text-\[\#2FC1F1\] {
    color: #2FC1F1 !important;
  }
  .\!text-\[\#635BFF\] {
    color: #635BFF !important;
  }
  .\!text-\[\#191919\] {
    color: #191919 !important;
  }
  .\!text-\[\#D92D20\] {
    color: #D92D20 !important;
  }
  .\!text-\[\#FFF\] {
    color: #FFF !important;
  }
  .text-\[\#0EA5D8\] {
    color: #0EA5D8;
  }
  .text-\[\#0F7898\] {
    color: #0F7898;
  }
  .text-\[\#1E1E1E\] {
    color: #1E1E1E;
  }
  .text-\[\#1E40AF\] {
    color: #1E40AF;
  }
  .text-\[\#1F2937\] {
    color: #1F2937;
  }
  .text-\[\#2A9FC7\] {
    color: #2A9FC7;
  }
  .text-\[\#2CAEE4\] {
    color: #2CAEE4;
  }
  .text-\[\#2F2F2F\] {
    color: #2F2F2F;
  }
  .text-\[\#2FC1F1\] {
    color: #2FC1F1;
  }
  .text-\[\#3B82F6\] {
    color: #3B82F6;
  }
  .text-\[\#3F3F46\] {
    color: #3F3F46;
  }
  .text-\[\#4A4A4A\] {
    color: #4A4A4A;
  }
  .text-\[\#4B5563\] {
    color: #4B5563;
  }
  .text-\[\#4F46E5\] {
    color: #4F46E5;
  }
  .text-\[\#5D667D\] {
    color: #5D667D;
  }
  .text-\[\#6B7280\] {
    color: #6B7280;
  }
  .text-\[\#7C7C7C\] {
    color: #7C7C7C;
  }
  .text-\[\#8A8A8A\] {
    color: #8A8A8A;
  }
  .text-\[\#8A8F98\] {
    color: #8A8F98;
  }
  .text-\[\#8B5CF6\] {
    color: #8B5CF6;
  }
  .text-\[\#8B8B98\] {
    color: #8B8B98;
  }
  .text-\[\#8E8E8E\] {
    color: #8E8E8E;
  }
  .text-\[\#9A9A9A\] {
    color: #9A9A9A;
  }
  .text-\[\#9AA3AF\] {
    color: #9AA3AF;
  }
  .text-\[\#9CA3AF\] {
    color: #9CA3AF;
  }
  .text-\[\#10B981\] {
    color: #10B981;
  }
  .text-\[\#12B76A\] {
    color: #12B76A;
  }
  .text-\[\#29A3CC\] {
    color: #29A3CC;
  }
  .text-\[\#35C0EF\] {
    color: #35C0EF;
  }
  .text-\[\#38BDF8\] {
    color: #38BDF8;
  }
  .text-\[\#60A5FA\] {
    color: #60A5FA;
  }
  .text-\[\#60C7F5\] {
    color: #60C7F5;
  }
  .text-\[\#065F46\] {
    color: #065F46;
  }
  .text-\[\#98A2B3\] {
    color: #98A2B3;
  }
  .text-\[\#157FA3\] {
    color: #157FA3;
  }
  .text-\[\#159B68\] {
    color: #159B68;
  }
  .text-\[\#169FD5\] {
    color: #169FD5;
  }
  .text-\[\#175CD3\] {
    color: #175CD3;
  }
  .text-\[\#248FB2\] {
    color: #248FB2;
  }
  .text-\[\#635BFF\] {
    color: #635BFF;
  }
  .text-\[\#666\] {
    color: #666;
  }
  .text-\[\#713F12\] {
    color: #713F12;
  }
  .text-\[\#2699BF\] {
    color: #2699BF;
  }
  .text-\[\#3448FF\] {
    color: #3448FF;
  }
  .text-\[\#8692A6\] {
    color: #8692A6;
  }
  .text-\[\#009966\] {
    color: #009966;
  }
  .text-\[\#16637A\] {
    color: #16637A;
  }
  .text-\[\#24324A\] {
    color: #24324A;
  }
  .text-\[\#047857\] {
    color: #047857;
  }
  .text-\[\#52525B\] {
    color: #52525B;
  }
  .text-\[\#059669\] {
    color: #059669;
  }
  .text-\[\#92400E\] {
    color: #92400E;
  }
  .text-\[\#101828\] {
    color: #101828;
  }
  .text-\[\#111827\] {
    color: #111827;
  }
  .text-\[\#171717\] {
    color: #171717;
  }
  .text-\[\#172033\] {
    color: #172033;
  }
  .text-\[\#191919\] {
    color: #191919;
  }
  .text-\[\#242424\] {
    color: #242424;
  }
  .text-\[\#262626\] {
    color: #262626;
  }
  .text-\[\#303030\] {
    color: #303030;
  }
  .text-\[\#344054\] {
    color: #344054;
  }
  .text-\[\#404040\] {
    color: #404040;
  }
  .text-\[\#475467\] {
    color: #475467;
  }
  .text-\[\#525252\] {
    color: #525252;
  }
  .text-\[\#536176\] {
    color: #536176;
  }
  .text-\[\#606672\] {
    color: #606672;
  }
  .text-\[\#656565\] {
    color: #656565;
  }
  .text-\[\#666666\] {
    color: #666666;
  }
  .text-\[\#667085\] {
    color: #667085;
  }
  .text-\[\#737373\] {
    color: #737373;
  }
  .text-\[\#777777\] {
    color: #777777;
  }
  .text-\[\#A1A1A1\] {
    color: #A1A1A1;
  }
  .text-\[\#A3A3A3\] {
    color: #A3A3A3;
  }
  .text-\[\#B6B6B6\] {
    color: #B6B6B6;
  }
  .text-\[\#B42318\] {
    color: #B42318;
  }
  .text-\[\#BB4D00\] {
    color: #BB4D00;
  }
  .text-\[\#C0C0C0\] {
    color: #C0C0C0;
  }
  .text-\[\#C45A00\] {
    color: #C45A00;
  }
  .text-\[\#D0D5DD\] {
    color: #D0D5DD;
  }
  .text-\[\#EF4444\] {
    color: #EF4444;
  }
  .text-\[\#F59E0B\] {
    color: #F59E0B;
  }
  .text-\[\#F04438\] {
    color: #F04438;
  }
  .text-\[\#F97316\] {
    color: #F97316;
  }
  .text-\[\#FB7185\] {
    color: #FB7185;
  }
  .text-amber-700 {
    color: var(--color-amber-700);
  }
  .text-emerald-700 {
    color: var(--color-emerald-700);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-green-600 {
    color: var(--color-green-600);
  }
  .text-green-700 {
    color: var(--color-green-700);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .text-slate-500 {
    color: var(--color-slate-500);
  }
  .text-slate-600 {
    color: var(--color-slate-600);
  }
  .text-slate-700 {
    color: var(--color-slate-700);
  }
  .text-slate-800 {
    color: var(--color-slate-800);
  }
  .text-slate-900 {
    color: var(--color-slate-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/70 {
    color: color-mix(in srgb, #fff 70%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/70 {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .text-yellow-700 {
    color: var(--color-yellow-700);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .accent-\[\#2FC1F1\] {
    accent-color: #2FC1F1;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    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_0_1px_\#2FC1F1\] {
    --tw-shadow: 0 0 0 1px var(--tw-shadow-color, #2FC1F1);
    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_0_3px_rgba\(47\,193\,241\,0\.10\)\] {
    --tw-shadow: 0 0 0 3px var(--tw-shadow-color, rgba(47,193,241,0.10));
    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_0_999px_rgba\(17\,24\,39\,0\.42\)\,0_0_0_1px_rgba\(255\,255\,255\,0\.55\)\] {
    --tw-shadow: 0 0 0 999px var(--tw-shadow-color, rgba(17,24,39,0.42)), 0 0 0 1px var(--tw-shadow-color, rgba(255,255,255,0.55));
    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_1px_2px_rgba\(15\,23\,42\,0\.02\)\] {
    --tw-shadow: 0 1px 2px var(--tw-shadow-color, rgba(15,23,42,0.02));
    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_1px_2px_rgba\(16\,24\,40\,0\.04\)\] {
    --tw-shadow: 0 1px 2px var(--tw-shadow-color, rgba(16,24,40,0.04));
    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_1px_2px_rgba\(16\,24\,40\,0\.06\)\] {
    --tw-shadow: 0 1px 2px var(--tw-shadow-color, rgba(16,24,40,0.06));
    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_1px_2px_rgba\(16\,24\,40\,0\.08\)\] {
    --tw-shadow: 0 1px 2px var(--tw-shadow-color, rgba(16,24,40,0.08));
    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_1px_3px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0 1px 3px var(--tw-shadow-color, rgba(0,0,0,0.25));
    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_1px_3px_rgba\(15\,23\,42\,0\.2\)\] {
    --tw-shadow: 0 1px 3px var(--tw-shadow-color, rgba(15,23,42,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_2px_5px_rgba\(15\,23\,42\,0\.12\)\] {
    --tw-shadow: 0 2px 5px var(--tw-shadow-color, rgba(15,23,42,0.12));
    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_8px_rgba\(15\,23\,42\,0\.04\)\] {
    --tw-shadow: 0 2px 8px var(--tw-shadow-color, rgba(15,23,42,0.04));
    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_3px_6px_rgba\(15\,23\,42\,0\.22\)\] {
    --tw-shadow: 0 3px 6px var(--tw-shadow-color, rgba(15,23,42,0.22));
    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_4px_16px_rgba\(16\,24\,40\,0\.05\)\] {
    --tw-shadow: 0 4px 16px var(--tw-shadow-color, rgba(16,24,40,0.05));
    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_4px_16px_rgba\(16\,24\,40\,0\.06\)\] {
    --tw-shadow: 0 4px 16px var(--tw-shadow-color, rgba(16,24,40,0.06));
    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_8px_18px_rgba\(47\,193\,241\,0\.18\)\] {
    --tw-shadow: 0 8px 18px var(--tw-shadow-color, rgba(47,193,241,0.18));
    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_8px_18px_rgba\(47\,193\,241\,0\.20\)\] {
    --tw-shadow: 0 8px 18px var(--tw-shadow-color, rgba(47,193,241,0.20));
    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_8px_24px_rgba\(16\,24\,40\,0\.06\)\] {
    --tw-shadow: 0 8px 24px var(--tw-shadow-color, rgba(16,24,40,0.06));
    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_8px_24px_rgba\(16\,24\,40\,0\.08\)\] {
    --tw-shadow: 0 8px 24px var(--tw-shadow-color, rgba(16,24,40,0.08));
    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_10px_20px_rgba\(47\,193\,241\,0\.24\)\] {
    --tw-shadow: 0 10px 20px var(--tw-shadow-color, rgba(47,193,241,0.24));
    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_10px_22px_rgba\(16\,24\,40\,0\.14\)\] {
    --tw-shadow: 0 10px 22px var(--tw-shadow-color, rgba(16,24,40,0.14));
    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_10px_22px_rgba\(47\,193\,241\,0\.20\)\] {
    --tw-shadow: 0 10px 22px var(--tw-shadow-color, rgba(47,193,241,0.20));
    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_10px_24px_rgba\(15\,23\,42\,0\.08\)\] {
    --tw-shadow: 0 10px 24px var(--tw-shadow-color, rgba(15,23,42,0.08));
    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_10px_24px_rgba\(47\,193\,241\,0\.22\)\] {
    --tw-shadow: 0 10px 24px var(--tw-shadow-color, rgba(47,193,241,0.22));
    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_10px_24px_rgba\(47\,193\,241\,0\.25\)\] {
    --tw-shadow: 0 10px 24px var(--tw-shadow-color, rgba(47,193,241,0.25));
    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_12px_26px_rgba\(47\,193\,241\,0\.20\)\] {
    --tw-shadow: 0 12px 26px var(--tw-shadow-color, rgba(47,193,241,0.20));
    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_12px_26px_rgba\(47\,193\,241\,0\.24\)\] {
    --tw-shadow: 0 12px 26px var(--tw-shadow-color, rgba(47,193,241,0.24));
    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_12px_30px_rgba\(0\,0\,0\,0\.18\)\] {
    --tw-shadow: 0 12px 30px var(--tw-shadow-color, rgba(0,0,0,0.18));
    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_12px_32px_rgba\(16\,24\,40\,0\.05\)\] {
    --tw-shadow: 0 12px 32px var(--tw-shadow-color, rgba(16,24,40,0.05));
    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_12px_32px_rgba\(16\,24\,40\,0\.06\)\] {
    --tw-shadow: 0 12px 32px var(--tw-shadow-color, rgba(16,24,40,0.06));
    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_16px_28px_rgba\(47\,193\,241\,0\.22\)\] {
    --tw-shadow: 0 16px 28px var(--tw-shadow-color, rgba(47,193,241,0.22));
    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_16px_32px_rgba\(16\,24\,40\,0\.16\)\] {
    --tw-shadow: 0 16px 32px var(--tw-shadow-color, rgba(16,24,40,0.16));
    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_16px_40px_rgba\(15\,23\,42\,0\.14\)\] {
    --tw-shadow: 0 16px 40px var(--tw-shadow-color, rgba(15,23,42,0.14));
    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_18px_38px_rgba\(16\,24\,40\,0\.10\)\] {
    --tw-shadow: 0 18px 38px var(--tw-shadow-color, rgba(16,24,40,0.10));
    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_18px_40px_rgba\(16\,24\,40\,0\.12\)\] {
    --tw-shadow: 0 18px 40px var(--tw-shadow-color, rgba(16,24,40,0.12));
    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_18px_45px_rgba\(15\,23\,42\,0\.04\)\] {
    --tw-shadow: 0 18px 45px var(--tw-shadow-color, rgba(15,23,42,0.04));
    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_18px_45px_rgba\(15\,23\,42\,0\.06\)\] {
    --tw-shadow: 0 18px 45px var(--tw-shadow-color, rgba(15,23,42,0.06));
    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_18px_45px_rgba\(15\,23\,42\,0\.14\)\] {
    --tw-shadow: 0 18px 45px var(--tw-shadow-color, rgba(15,23,42,0.14));
    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_20px_60px_rgba\(0\,0\,0\,0\.12\)\] {
    --tw-shadow: 0 20px 60px var(--tw-shadow-color, rgba(0,0,0,0.12));
    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_22px_55px_rgba\(15\,23\,42\,0\.18\)\] {
    --tw-shadow: 0 22px 55px var(--tw-shadow-color, rgba(15,23,42,0.18));
    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_24px_70px_rgba\(15\,23\,42\,0\.22\)\] {
    --tw-shadow: 0 24px 70px var(--tw-shadow-color, rgba(15,23,42,0.22));
    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_24px_80px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0 24px 80px var(--tw-shadow-color, rgba(0,0,0,0.25));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-\[12px_0_30px_rgba\(15\,23\,42\,0\.08\)\] {
    --tw-shadow: 12px 0 30px var(--tw-shadow-color, rgba(15,23,42,0.08));
    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_0_0_0_1px_rgba\(15\,23\,42\,0\.08\)\] {
    --tw-shadow: inset 0 0 0 1px var(--tw-shadow-color, rgba(15,23,42,0.08));
    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);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .ring-1 {
    --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);
  }
  .ring-2 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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);
  }
  .ring-4 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + 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);
  }
  .ring-\[\#2FC1F1\] {
    --tw-ring-color: #2FC1F1;
  }
  .ring-\[\#2FC1F1\]\/10 {
    --tw-ring-color: color-mix(in oklab, #2FC1F1 10%, transparent);
  }
  .ring-\[\#38BDF8\]\/30 {
    --tw-ring-color: color-mix(in oklab, #38BDF8 30%, transparent);
  }
  .ring-\[\#C9EDF7\] {
    --tw-ring-color: #C9EDF7;
  }
  .ring-\[\#FEE4E2\] {
    --tw-ring-color: #FEE4E2;
  }
  .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,);
  }
  .backdrop-blur-\[2px\] {
    --tw-backdrop-blur: blur(2px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to,
      opacity,
      box-shadow,
      transform,
      translate,
      scale,
      rotate,
      filter,
      -webkit-backdrop-filter,
      backdrop-filter,
      display,
      content-visibility,
      overlay,
      pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[transform\,width\,padding\] {
    transition-property:
      transform,
      width,
      padding;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .\[stroke-linecap\:round\] {
    stroke-linecap: round;
  }
  .\[stroke-linejoin\:round\] {
    stroke-linejoin: round;
  }
  @media (hover: hover) {
    .group-hover\:text-\[\#157FA3\]:is(:where(.group):hover *) {
      color: #157FA3;
    }
  }
  .peer-checked\:translate-x-5:is(:where(.peer):checked ~ *) {
    --tw-translate-x: calc(var(--spacing) * 5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .peer-checked\:bg-\[\#2FC1F1\]:is(:where(.peer):checked ~ *) {
    background-color: #2FC1F1;
  }
  .peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled ~ *) {
    cursor: not-allowed;
  }
  .peer-disabled\:opacity-60:is(:where(.peer):disabled ~ *) {
    opacity: 60%;
  }
  .placeholder\:text-\[11px\]::placeholder {
    font-size: 11px;
  }
  .placeholder\:text-\[15px\]::placeholder {
    font-size: 15px;
  }
  .placeholder\:font-normal::placeholder {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .placeholder\:tracking-normal::placeholder {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }
  .placeholder\:text-\[\#98A2B3\]::placeholder {
    color: #98A2B3;
  }
  .placeholder\:text-\[\#A1A1A1\]::placeholder {
    color: #A1A1A1;
  }
  .placeholder\:text-\[\#C6C6C6\]::placeholder {
    color: #C6C6C6;
  }
  .placeholder\:text-\[\#D4D4D4\]::placeholder {
    color: #D4D4D4;
  }
  .last\:border-b-0:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  .checked\:border-\[\#30BEEF\]:checked {
    border-color: #30BEEF;
  }
  .focus-within\:ring-2:focus-within {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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);
  }
  .focus-within\:ring-\[\#2FC1F1\]:focus-within {
    --tw-ring-color: #2FC1F1;
  }
  .focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
  .focus-within\:outline:focus-within {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .focus-within\:outline-2:focus-within {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }
  .focus-within\:outline-offset-4:focus-within {
    outline-offset: 4px;
  }
  .focus-within\:outline-\[\#2FC1F1\]:focus-within {
    outline-color: #2FC1F1;
  }
  @media (hover: hover) {
    .hover\:-translate-y-0\.5:hover {
      --tw-translate-y: calc(var(--spacing) * -0.5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  @media (hover: hover) {
    .hover\:scale-105:hover {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  @media (hover: hover) {
    .hover\:border-\[\#2FC1F1\]:hover {
      border-color: #2FC1F1;
    }
  }
  @media (hover: hover) {
    .hover\:border-\[\#8BE3FA\]:hover {
      border-color: #8BE3FA;
    }
  }
  @media (hover: hover) {
    .hover\:border-\[\#BDEFFF\]:hover {
      border-color: #BDEFFF;
    }
  }
  @media (hover: hover) {
    .hover\:border-\[\#F04438\]:hover {
      border-color: #F04438;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#2FC1F1\]:hover {
      background-color: #2FC1F1;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#20AEDD\]:hover {
      background-color: #20AEDD;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#25acea\]:hover {
      background-color: #25acea;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#157FA3\]:hover {
      background-color: #157FA3;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#D6F4FC\]:hover {
      background-color: #D6F4FC;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#EAF8FE\]:hover {
      background-color: #EAF8FE;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#F0F0F2\]:hover {
      background-color: #F0F0F2;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#F1FBFF\]:hover {
      background-color: #F1FBFF;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#F2F4F7\]:hover {
      background-color: #F2F4F7;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#F2FBFE\]:hover {
      background-color: #F2FBFE;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#F3F3F3\]:hover {
      background-color: #F3F3F3;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#F3F4F6\]:hover {
      background-color: #F3F4F6;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#F5F5F5\]:hover {
      background-color: #F5F5F5;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#F5FCFF\]:hover {
      background-color: #F5FCFF;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#F8FAFC\]:hover {
      background-color: #F8FAFC;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#F8FAFF\]:hover {
      background-color: #F8FAFF;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#F8FCFE\]:hover {
      background-color: #F8FCFE;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#F8FDFF\]:hover {
      background-color: #F8FDFF;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#F9FAFB\]:hover {
      background-color: #F9FAFB;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#F9FDFF\]:hover {
      background-color: #F9FDFF;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#FFF1F0\]:hover {
      background-color: #FFF1F0;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#FFF8E1\]:hover {
      background-color: #FFF8E1;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#c5f2ff\]:hover {
      background-color: #c5f2ff;
    }
  }
  @media (hover: hover) {
    .hover\:bg-red-50:hover {
      background-color: var(--color-red-50);
    }
  }
  @media (hover: hover) {
    .hover\:bg-slate-100:hover {
      background-color: var(--color-slate-100);
    }
  }
  @media (hover: hover) {
    .hover\:bg-white:hover {
      background-color: var(--color-white);
    }
  }
  @media (hover: hover) {
    .hover\:bg-white\/25:hover {
      background-color: color-mix(in srgb, #fff 25%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/25:hover {
        background-color: color-mix(in oklab, var(--color-white) 25%, transparent);
      }
    }
  }
  @media (hover: hover) {
    .hover\:text-\[\#0B7EAA\]:hover {
      color: #0B7EAA;
    }
  }
  @media (hover: hover) {
    .hover\:text-\[\#2CAEE4\]:hover {
      color: #2CAEE4;
    }
  }
  @media (hover: hover) {
    .hover\:text-\[\#2FC1F1\]:hover {
      color: #2FC1F1;
    }
  }
  @media (hover: hover) {
    .hover\:text-\[\#25acea\]:hover {
      color: #25acea;
    }
  }
  @media (hover: hover) {
    .hover\:text-\[\#101828\]:hover {
      color: #101828;
    }
  }
  @media (hover: hover) {
    .hover\:text-\[\#111827\]:hover {
      color: #111827;
    }
  }
  @media (hover: hover) {
    .hover\:text-\[\#191919\]:hover {
      color: #191919;
    }
  }
  @media (hover: hover) {
    .hover\:text-\[\#667085\]:hover {
      color: #667085;
    }
  }
  @media (hover: hover) {
    .hover\:text-\[\#F04438\]:hover {
      color: #F04438;
    }
  }
  @media (hover: hover) {
    .hover\:text-red-600:hover {
      color: var(--color-red-600);
    }
  }
  @media (hover: hover) {
    .hover\:text-slate-900:hover {
      color: var(--color-slate-900);
    }
  }
  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }
  @media (hover: hover) {
    .hover\:shadow-\[0_10px_30px_rgba\(16\,24\,40\,0\.10\)\]:hover {
      --tw-shadow: 0 10px 30px var(--tw-shadow-color, rgba(16,24,40,0.10));
      box-shadow:
        var(--tw-inset-shadow),
        var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow),
        var(--tw-ring-shadow),
        var(--tw-shadow);
    }
  }
  @media (hover: hover) {
    .hover\:shadow-\[0_18px_45px_rgba\(47\,193\,241\,0\.10\)\]:hover {
      --tw-shadow: 0 18px 45px var(--tw-shadow-color, rgba(47,193,241,0.10));
      box-shadow:
        var(--tw-inset-shadow),
        var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow),
        var(--tw-ring-shadow),
        var(--tw-shadow);
    }
  }
  @media (hover: hover) {
    .hover\:shadow-lg:hover {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
    }
  }
  .focus\:border-\[\#2FC1F1\]:focus {
    border-color: #2FC1F1;
  }
  .focus\:border-\[\#4F39F6\]:focus {
    border-color: #4F39F6;
  }
  .focus\:border-\[\#F04438\]:focus {
    border-color: #F04438;
  }
  .focus\:border-sky-400:focus {
    border-color: var(--color-sky-400);
  }
  .focus\:bg-\[\#F8FAFC\]:focus {
    background-color: #F8FAFC;
  }
  .focus\:bg-white:focus {
    background-color: var(--color-white);
  }
  .focus\:ring-0:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + 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);
  }
  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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);
  }
  .focus\:ring-4:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + 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);
  }
  .focus\:ring-\[\#2FC1F1\]:focus {
    --tw-ring-color: #2FC1F1;
  }
  .focus\:ring-\[\#2FC1F1\]\/10:focus {
    --tw-ring-color: color-mix(in oklab, #2FC1F1 10%, transparent);
  }
  .focus\:ring-\[\#2FC1F1\]\/40:focus {
    --tw-ring-color: color-mix(in oklab, #2FC1F1 40%, transparent);
  }
  .focus\:ring-\[\#4F39F6\]\/10:focus {
    --tw-ring-color: color-mix(in oklab, #4F39F6 10%, transparent);
  }
  .focus\:ring-\[\#BDEFFF\]:focus {
    --tw-ring-color: #BDEFFF;
  }
  .focus\:ring-\[\#D8F4FD\]:focus {
    --tw-ring-color: #D8F4FD;
  }
  .focus\:ring-sky-100:focus {
    --tw-ring-color: var(--color-sky-100);
  }
  .focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  .focus-visible\:outline:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .focus-visible\:outline-2:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }
  .focus-visible\:outline-offset-2:focus-visible {
    outline-offset: 2px;
  }
  .focus-visible\:outline-\[\#2FC1F1\]:focus-visible {
    outline-color: #2FC1F1;
  }
  .enabled\:cursor-pointer:enabled {
    cursor: pointer;
  }
  @media (hover: hover) {
    .enabled\:hover\:bg-\[\#F7FBFD\]:enabled:hover {
      background-color: #F7FBFD;
    }
  }
  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }
  .disabled\:bg-\[\#A7E4F4\]:disabled {
    background-color: #A7E4F4;
  }
  .disabled\:bg-\[\#F9FAFB\]:disabled {
    background-color: #F9FAFB;
  }
  .disabled\:text-\[\#98A2B3\]:disabled {
    color: #98A2B3;
  }
  .disabled\:opacity-40:disabled {
    opacity: 40%;
  }
  .disabled\:opacity-45:disabled {
    opacity: 45%;
  }
  .disabled\:opacity-50:disabled {
    opacity: 50%;
  }
  .disabled\:opacity-55:disabled {
    opacity: 55%;
  }
  .disabled\:opacity-60:disabled {
    opacity: 60%;
  }
  .disabled\:opacity-70:disabled {
    opacity: 70%;
  }
  @media (hover: hover) {
    .disabled\:hover\:bg-transparent:disabled:hover {
      background-color: transparent;
    }
  }
  @media (width < 48rem) {
    .max-md\:min-h-\[calc\(100dvh-76px\)\] {
      min-height: calc(100dvh - 76px);
    }
  }
  @media (width >= 40rem) {
    .sm\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }
  @media (width >= 40rem) {
    .sm\:-mx-8 {
      margin-inline: calc(var(--spacing) * -8);
    }
  }
  @media (width >= 40rem) {
    .sm\:mt-10 {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 40rem) {
    .sm\:block {
      display: block;
    }
  }
  @media (width >= 40rem) {
    .sm\:hidden {
      display: none;
    }
  }
  @media (width >= 40rem) {
    .sm\:inline {
      display: inline;
    }
  }
  @media (width >= 40rem) {
    .sm\:inline-flex {
      display: inline-flex;
    }
  }
  @media (width >= 40rem) {
    .sm\:h-11 {
      height: calc(var(--spacing) * 11);
    }
  }
  @media (width >= 40rem) {
    .sm\:h-\[60px\] {
      height: 60px;
    }
  }
  @media (width >= 40rem) {
    .sm\:h-\[342px\] {
      height: 342px;
    }
  }
  @media (width >= 40rem) {
    .sm\:max-h-\[calc\(100dvh-4rem\)\] {
      max-height: calc(100dvh - 4rem);
    }
  }
  @media (width >= 40rem) {
    .sm\:min-h-\[468px\] {
      min-height: 468px;
    }
  }
  @media (width >= 40rem) {
    .sm\:min-h-\[calc\(100dvh-7rem\)\] {
      min-height: calc(100dvh - 7rem);
    }
  }
  @media (width >= 40rem) {
    .sm\:w-\[60px\] {
      width: 60px;
    }
  }
  @media (width >= 40rem) {
    .sm\:w-\[280px\] {
      width: 280px;
    }
  }
  @media (width >= 40rem) {
    .sm\:w-\[300px\] {
      width: 300px;
    }
  }
  @media (width >= 40rem) {
    .sm\:max-w-\[24ch\] {
      max-width: 24ch;
    }
  }
  @media (width >= 40rem) {
    .sm\:min-w-\[190px\] {
      min-width: 190px;
    }
  }
  @media (width >= 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 40rem) {
    .sm\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 40rem) {
    .sm\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  @media (width >= 40rem) {
    .sm\:grid-cols-\[210px_1fr\] {
      grid-template-columns: 210px 1fr;
    }
  }
  @media (width >= 40rem) {
    .sm\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 40rem) {
    .sm\:items-center {
      align-items: center;
    }
  }
  @media (width >= 40rem) {
    .sm\:items-end {
      align-items: flex-end;
    }
  }
  @media (width >= 40rem) {
    .sm\:items-start {
      align-items: flex-start;
    }
  }
  @media (width >= 40rem) {
    .sm\:justify-between {
      justify-content: space-between;
    }
  }
  @media (width >= 40rem) {
    .sm\:justify-end {
      justify-content: flex-end;
    }
  }
  @media (width >= 40rem) {
    .sm\:gap-3 {
      gap: calc(var(--spacing) * 3);
    }
  }
  @media (width >= 40rem) {
    .sm\:border-r {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  @media (width >= 40rem) {
    .sm\:border-red-100 {
      border-color: var(--color-red-100);
    }
  }
  @media (width >= 40rem) {
    .sm\:p-6 {
      padding: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 40rem) {
    .sm\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 40rem) {
    .sm\:p-10 {
      padding: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 40rem) {
    .sm\:px-4 {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 40rem) {
    .sm\:px-5 {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  @media (width >= 40rem) {
    .sm\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 40rem) {
    .sm\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 40rem) {
    .sm\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 40rem) {
    .sm\:py-4 {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 40rem) {
    .sm\:py-9 {
      padding-block: calc(var(--spacing) * 9);
    }
  }
  @media (width >= 40rem) {
    .sm\:py-10 {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 40rem) {
    .sm\:pt-28 {
      padding-top: calc(var(--spacing) * 28);
    }
  }
  @media (width >= 40rem) {
    .sm\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  @media (width >= 40rem) {
    .sm\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  @media (width >= 40rem) {
    .sm\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  @media (width >= 40rem) {
    .sm\:text-\[13px\] {
      font-size: 13px;
    }
  }
  @media (width >= 40rem) {
    .sm\:text-\[18px\] {
      font-size: 18px;
    }
  }
  @media (width >= 40rem) {
    .sm\:text-\[26px\] {
      font-size: 26px;
    }
  }
  @media (width >= 40rem) {
    .sm\:text-\[30px\] {
      font-size: 30px;
    }
  }
  @media (width >= 40rem) {
    .sm\:text-\[32px\] {
      font-size: 32px;
    }
  }
  @media (width >= 40rem) {
    .sm\:text-\[36px\] {
      font-size: 36px;
    }
  }
  @media (width >= 40rem) {
    .sm\:text-\[38px\] {
      font-size: 38px;
    }
  }
  @media (width >= 40rem) {
    .sm\:leading-\[42px\] {
      --tw-leading: 42px;
      line-height: 42px;
    }
  }
  @media (width >= 40rem) {
    .sm\:leading-\[44px\] {
      --tw-leading: 44px;
      line-height: 44px;
    }
  }
  @media (width >= 40rem) {
    .sm\:tracking-\[-0\.72px\] {
      --tw-tracking: -0.72px;
      letter-spacing: -0.72px;
    }
  }
  @media (width >= 48rem) {
    .md\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }
  @media (width >= 48rem) {
    .md\:col-span-3 {
      grid-column: span 3 / span 3;
    }
  }
  @media (width >= 48rem) {
    .md\:block {
      display: block;
    }
  }
  @media (width >= 48rem) {
    .md\:flex {
      display: flex;
    }
  }
  @media (width >= 48rem) {
    .md\:grid {
      display: grid;
    }
  }
  @media (width >= 48rem) {
    .md\:max-w-\[26ch\] {
      max-width: 26ch;
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-\[1fr_1fr_190px\] {
      grid-template-columns: 1fr 1fr 190px;
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-\[376px_minmax\(0\,1fr\)\] {
      grid-template-columns: 376px minmax(0, 1fr);
    }
  }
  @media (width >= 48rem) {
    .md\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 48rem) {
    .md\:items-center {
      align-items: center;
    }
  }
  @media (width >= 48rem) {
    .md\:items-start {
      align-items: flex-start;
    }
  }
  @media (width >= 48rem) {
    .md\:justify-between {
      justify-content: space-between;
    }
  }
  @media (width >= 48rem) {
    .md\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 48rem) {
    .md\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 48rem) {
    .md\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 48rem) {
    .md\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 48rem) {
    .md\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  @media (width >= 48rem) {
    .md\:py-5 {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  @media (width >= 48rem) {
    .md\:py-6 {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 48rem) {
    .md\:py-10 {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 48rem) {
    .md\:py-12 {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  @media (width >= 48rem) {
    .md\:text-right {
      text-align: right;
    }
  }
  @media (width >= 48rem) {
    .md\:text-\[18px\] {
      font-size: 18px;
    }
  }
  @media (width >= 48rem) {
    .md\:text-\[32px\] {
      font-size: 32px;
    }
  }
  @media (width >= 48rem) {
    .md\:text-\[35px\] {
      font-size: 35px;
    }
  }
  @media (width >= 48rem) {
    .md\:text-\[36px\] {
      font-size: 36px;
    }
  }
  @media (width >= 48rem) {
    .md\:text-\[40px\] {
      font-size: 40px;
    }
  }
  @media (width >= 48rem) {
    .md\:text-\[44px\] {
      font-size: 44px;
    }
  }
  @media (width >= 48rem) {
    .md\:leading-10 {
      --tw-leading: calc(var(--spacing) * 10);
      line-height: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 48rem) {
    .md\:leading-\[48px\] {
      --tw-leading: 48px;
      line-height: 48px;
    }
  }
  @media (width >= 48rem) {
    .md\:leading-\[50px\] {
      --tw-leading: 50px;
      line-height: 50px;
    }
  }
  @media (width >= 48rem) {
    .md\:leading-\[54px\] {
      --tw-leading: 54px;
      line-height: 54px;
    }
  }
  @media (width >= 48rem) {
    .md\:tracking-\[-0\.8px\] {
      --tw-tracking: -0.8px;
      letter-spacing: -0.8px;
    }
  }
  @media (width >= 64rem) {
    .lg\:fixed {
      position: fixed;
    }
  }
  @media (width >= 64rem) {
    .lg\:sticky {
      position: sticky;
    }
  }
  @media (width >= 64rem) {
    .lg\:-top-22 {
      top: calc(var(--spacing) * -22);
    }
  }
  @media (width >= 64rem) {
    .lg\:top-0 {
      top: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 64rem) {
    .lg\:top-\[25\%\] {
      top: 25%;
    }
  }
  @media (width >= 64rem) {
    .lg\:top-\[78\%\] {
      top: 78%;
    }
  }
  @media (width >= 64rem) {
    .lg\:top-\[132px\] {
      top: 132px;
    }
  }
  @media (width >= 64rem) {
    .lg\:-right-\[1\.5\%\] {
      right: calc(1.5% * -1);
    }
  }
  @media (width >= 64rem) {
    .lg\:right-0 {
      right: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 64rem) {
    .lg\:right-\[20\%\] {
      right: 20%;
    }
  }
  @media (width >= 64rem) {
    .lg\:right-\[43\%\] {
      right: 43%;
    }
  }
  @media (width >= 64rem) {
    .lg\:bottom-0 {
      bottom: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 64rem) {
    .lg\:left-0 {
      left: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 64rem) {
    .lg\:left-\[var\(--backoffice-sidebar-width\)\] {
      left: var(--backoffice-sidebar-width);
    }
  }
  @media (width >= 64rem) {
    .lg\:z-20 {
      z-index: 20;
    }
  }
  @media (width >= 64rem) {
    .lg\:col-start-2 {
      grid-column-start: 2;
    }
  }
  @media (width >= 64rem) {
    .lg\:mx-0 {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 64rem) {
    .lg\:mt-12 {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  @media (width >= 64rem) {
    .lg\:flex {
      display: flex;
    }
  }
  @media (width >= 64rem) {
    .lg\:grid {
      display: grid;
    }
  }
  @media (width >= 64rem) {
    .lg\:hidden {
      display: none;
    }
  }
  @media (width >= 64rem) {
    .lg\:h-\[340px\] {
      height: 340px;
    }
  }
  @media (width >= 64rem) {
    .lg\:h-dvh {
      height: 100dvh;
    }
  }
  @media (width >= 64rem) {
    .lg\:min-h-\[680px\] {
      min-height: 680px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[30\%\] {
      width: 30%;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[42px\] {
      width: 42px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[60\%\] {
      width: 60%;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[82px\] {
      width: 82px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[104px\] {
      width: 104px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[118px\] {
      width: 118px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[250px\] {
      width: 250px;
    }
  }
  @media (width >= 64rem) {
    .lg\:max-w-\[28ch\] {
      max-width: 28ch;
    }
  }
  @media (width >= 64rem) {
    .lg\:max-w-none {
      max-width: none;
    }
  }
  @media (width >= 64rem) {
    .lg\:translate-x-0 {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-\[1fr_0\.95fr\] {
      grid-template-columns: 1fr 0.95fr;
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-\[1fr_1fr\] {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-\[20px\] {
      grid-template-columns: 20px;
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-\[38px\] {
      grid-template-columns: 38px;
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-\[82px_minmax\(0\,1fr\)\] {
      grid-template-columns: 82px minmax(0, 1fr);
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-\[250px_minmax\(0\,1fr\)\] {
      grid-template-columns: 250px minmax(0, 1fr);
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-\[263px_minmax\(0\,1fr\)\] {
      grid-template-columns: 263px minmax(0, 1fr);
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-\[minmax\(0\,1\.35fr\)_minmax\(340px\,0\.95fr\)\] {
      grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.95fr);
    }
  }
  @media (width >= 64rem) {
    .lg\:flex-col {
      flex-direction: column;
    }
  }
  @media (width >= 64rem) {
    .lg\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 64rem) {
    .lg\:items-end {
      align-items: flex-end;
    }
  }
  @media (width >= 64rem) {
    .lg\:items-start {
      align-items: flex-start;
    }
  }
  @media (width >= 64rem) {
    .lg\:items-stretch {
      align-items: stretch;
    }
  }
  @media (width >= 64rem) {
    .lg\:justify-between {
      justify-content: space-between;
    }
  }
  @media (width >= 64rem) {
    .lg\:justify-center {
      justify-content: center;
    }
  }
  @media (width >= 64rem) {
    .lg\:gap-\[50px\] {
      gap: 50px;
    }
  }
  @media (width >= 64rem) {
    .lg\:self-start {
      align-self: flex-start;
    }
  }
  @media (width >= 64rem) {
    .lg\:border-r {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  @media (width >= 64rem) {
    .lg\:border-\[\#EFEFEF\] {
      border-color: #EFEFEF;
    }
  }
  @media (width >= 64rem) {
    .lg\:px-4 {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 64rem) {
    .lg\:px-5 {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  @media (width >= 64rem) {
    .lg\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 64rem) {
    .lg\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 64rem) {
    .lg\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 64rem) {
    .lg\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  @media (width >= 64rem) {
    .lg\:py-4 {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 64rem) {
    .lg\:py-8 {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 64rem) {
    .lg\:py-12 {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  @media (width >= 64rem) {
    .lg\:pt-\[76px\] {
      padding-top: 76px;
    }
  }
  @media (width >= 64rem) {
    .lg\:pr-8 {
      padding-right: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 64rem) {
    .lg\:pb-28 {
      padding-bottom: calc(var(--spacing) * 28);
    }
  }
  @media (width >= 64rem) {
    .lg\:pl-5 {
      padding-left: calc(var(--spacing) * 5);
    }
  }
  @media (width >= 64rem) {
    .lg\:text-\[15px\] {
      font-size: 15px;
    }
  }
  @media (width >= 64rem) {
    .lg\:text-\[35px\] {
      font-size: 35px;
    }
  }
  @media (width >= 64rem) {
    .lg\:text-\[44px\] {
      font-size: 44px;
    }
  }
  @media (width >= 64rem) {
    .lg\:leading-\[54px\] {
      --tw-leading: 54px;
      line-height: 54px;
    }
  }
  @media (width >= 64rem) {
    .lg\:leading-\[56px\] {
      --tw-leading: 56px;
      line-height: 56px;
    }
  }
  @media (width >= 64rem) {
    .lg\:tracking-\[-0\.88px\] {
      --tw-tracking: -0.88px;
      letter-spacing: -0.88px;
    }
  }
  @media (width >= 64rem) {
    .lg\: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);
    }
  }
  @media (width >= 80rem) {
    .xl\:-top-25 {
      top: calc(var(--spacing) * -25);
    }
  }
  @media (width >= 80rem) {
    .xl\:-top-\[6\%\] {
      top: calc(6% * -1);
    }
  }
  @media (width >= 80rem) {
    .xl\:top-\[17\%\] {
      top: 17%;
    }
  }
  @media (width >= 80rem) {
    .xl\:top-\[75\%\] {
      top: 75%;
    }
  }
  @media (width >= 80rem) {
    .xl\:-right-8 {
      right: calc(var(--spacing) * -8);
    }
  }
  @media (width >= 80rem) {
    .xl\:right-\[8\%\] {
      right: 8%;
    }
  }
  @media (width >= 80rem) {
    .xl\:right-\[40\%\] {
      right: 40%;
    }
  }
  @media (width >= 80rem) {
    .xl\:left-4 {
      left: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 80rem) {
    .xl\:flex {
      display: flex;
    }
  }
  @media (width >= 80rem) {
    .xl\:h-\[400px\] {
      height: 400px;
    }
  }
  @media (width >= 80rem) {
    .xl\:min-h-\[760px\] {
      min-height: 760px;
    }
  }
  @media (width >= 80rem) {
    .xl\:w-\[40\%\] {
      width: 40%;
    }
  }
  @media (width >= 80rem) {
    .xl\:w-\[60\%\] {
      width: 60%;
    }
  }
  @media (width >= 80rem) {
    .xl\:w-\[120px\] {
      width: 120px;
    }
  }
  @media (width >= 80rem) {
    .xl\:max-w-2xl {
      max-width: var(--container-2xl);
    }
  }
  @media (width >= 80rem) {
    .xl\:max-w-\[30ch\] {
      max-width: 30ch;
    }
  }
  @media (width >= 80rem) {
    .xl\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 80rem) {
    .xl\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  @media (width >= 80rem) {
    .xl\:p-6 {
      padding: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 80rem) {
    .xl\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 80rem) {
    .xl\:px-16 {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  @media (width >= 80rem) {
    .xl\:py-10 {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 80rem) {
    .xl\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  @media (width >= 80rem) {
    .xl\:text-\[36px\] {
      font-size: 36px;
    }
  }
  @media (width >= 80rem) {
    .xl\:text-\[48px\] {
      font-size: 48px;
    }
  }
  @media (width >= 80rem) {
    .xl\:leading-8 {
      --tw-leading: calc(var(--spacing) * 8);
      line-height: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 80rem) {
    .xl\:leading-\[60px\] {
      --tw-leading: 60px;
      line-height: 60px;
    }
  }
  @media (width >= 80rem) {
    .xl\:tracking-\[-0\.96px\] {
      --tw-tracking: -0.96px;
      letter-spacing: -0.96px;
    }
  }
  @media (width >= 96rem) {
    .\32xl\:-top-10 {
      top: calc(var(--spacing) * -10);
    }
  }
  @media (width >= 96rem) {
    .\32xl\:-top-20 {
      top: calc(var(--spacing) * -20);
    }
  }
  @media (width >= 96rem) {
    .\32xl\:top-\[14\%\] {
      top: 14%;
    }
  }
  @media (width >= 96rem) {
    .\32xl\:top-\[75\%\] {
      top: 75%;
    }
  }
  @media (width >= 96rem) {
    .\32xl\:-right-\[5\%\] {
      right: calc(5% * -1);
    }
  }
  @media (width >= 96rem) {
    .\32xl\:right-0 {
      right: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 96rem) {
    .\32xl\:right-\[10\%\] {
      right: 10%;
    }
  }
  @media (width >= 96rem) {
    .\32xl\:right-\[40\%\] {
      right: 40%;
    }
  }
  @media (width >= 96rem) {
    .\32xl\:mt-16 {
      margin-top: calc(var(--spacing) * 16);
    }
  }
  @media (width >= 96rem) {
    .\32xl\:w-30 {
      width: calc(var(--spacing) * 30);
    }
  }
  @media (width >= 96rem) {
    .\32xl\:w-\[37\%\] {
      width: 37%;
    }
  }
  @media (width >= 96rem) {
    .\32xl\:w-\[60\%\] {
      width: 60%;
    }
  }
  @media (width >= 96rem) {
    .\32xl\:max-w-\[30ch\] {
      max-width: 30ch;
    }
  }
  @media (width >= 96rem) {
    .\32xl\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 96rem) {
    .\32xl\:overflow-visible {
      overflow: visible;
    }
  }
  @media (width >= 96rem) {
    .\32xl\:pl-6 {
      padding-left: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 96rem) {
    .\32xl\:text-\[36px\] {
      font-size: 36px;
    }
  }
  @media (width >= 96rem) {
    .\32xl\:text-\[48px\] {
      font-size: 48px;
    }
  }
  @media (width >= 96rem) {
    .\32xl\:leading-\[60px\] {
      --tw-leading: 60px;
      line-height: 60px;
    }
  }
  @media (width >= 96rem) {
    .\32xl\:tracking-\[-0\.96px\] {
      --tw-tracking: -0.96px;
      letter-spacing: -0.96px;
    }
  }
}
.stripe-connect-page {
  min-height: calc(100dvh - 76px);
  padding: 34px clamp(18px, 4vw, 54px) 48px;
  color: #101828;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #475467;
  font-size: 14px;
}
.breadcrumb .material-symbols-outlined {
  font-size: 18px;
  color: #98a2b3;
}
.breadcrumb strong {
  color: #087fa8;
  font-weight: 700;
}
.page-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}
.page-heading h1 {
  margin: 5px 0 4px;
  color: #101828;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1;
  letter-spacing: -0.06em;
}
.page-heading p {
  margin: 0;
  color: #475467;
  font-size: 15px;
}
.org-eyebrow {
  color: #087fa8;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.page-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}
.connect-hero,
.panel,
.loading-card,
.alert,
.tip-card,
.support-card {
  border: 1px solid #d9e3ea;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 45px rgba(15, 23, 42, 0.06);
}
.connect-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(22px, 4vw, 54px);
  overflow: hidden;
  border-radius: 24px;
  padding: clamp(26px, 5vw, 48px);
}
.connect-hero::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 82% 18%,
      rgba(47, 193, 241, 0.18),
      transparent 28%),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.98),
      rgba(246, 252, 255, 0.94));
  content: "";
  pointer-events: none;
}
.connect-hero > * {
  position: relative;
}
.hero-content {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  justify-content: center;
}
.hero-content h1 {
  max-width: 620px;
  margin: 28px 0 18px;
  color: #101828;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.06em;
}
.hero-content p {
  max-width: 690px;
  margin: 0;
  color: #475467;
  font-size: 16px;
  line-height: 1.65;
}
.workspace-pill {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  border: 1px solid #cfeaf4;
  border-radius: 999px;
  background: rgba(234, 248, 255, 0.78);
  color: #075f7b;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 800;
}
.workspace-pill .material-symbols-outlined {
  color: var(--workspace-primary, #2fc1f1);
  font-size: 16px;
}
.status-pill {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  background: #eaf8ff;
  color: #087fa8;
  padding: 7px 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.status-pill .material-symbols-outlined {
  font-size: 16px;
}
.tone-ready .status-pill {
  background: #dcfaea;
  color: #047857;
}
.tone-warning .status-pill,
.tone-pending .status-pill {
  background: #fff1c7;
  color: #92400e;
}
.tone-danger {
  border-color: #ef4444;
}
.tone-danger .status-pill {
  background: #fee4e2;
  color: #b42318;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.primary-action,
.ghost-action {
  display: inline-flex;
  min-height: 48px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 14px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}
.primary-action:not(:disabled):hover,
.ghost-action:not(:disabled):hover {
  transform: translateY(-1px);
}
.primary-action:disabled,
.ghost-action:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}
.primary-action {
  border: 0;
  background:
    linear-gradient(
      135deg,
      var(--workspace-primary, #2fc1f1),
      #087fa8);
  color: #fff;
  box-shadow: 0 16px 32px rgba(47, 193, 241, 0.24);
}
.primary-action .material-symbols-outlined {
  font-size: 20px;
}
.ghost-action {
  border: 1px solid #b8c7d3;
  background: #fff;
  color: #344054;
}
.compact {
  min-height: 38px;
  padding-inline: 16px;
  font-size: 12px;
}
.hero-visual {
  display: grid;
  min-height: 300px;
  place-items: center;
}
.orbit {
  position: absolute;
  width: min(34vw, 320px);
  height: min(34vw, 320px);
  border-radius: 999px;
  background:
    radial-gradient(
      circle,
      rgba(47, 193, 241, 0.35),
      rgba(47, 193, 241, 0.08) 58%,
      transparent 60%),
    linear-gradient(
      135deg,
      rgba(47, 193, 241, 0.16),
      rgba(8, 127, 168, 0.06));
}
.stripe-card {
  position: relative;
  display: flex;
  width: min(350px, 86%);
  min-height: 210px;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(
      circle at 70% 30%,
      rgba(47, 193, 241, 0.6),
      transparent 35%),
    linear-gradient(
      145deg,
      #06394a,
      #021c25 70%);
  color: #dff8ff;
  padding: 24px;
  box-shadow: 0 28px 70px rgba(3, 31, 40, 0.22);
  transform: rotate(-5deg);
}
.stripe-card strong {
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 0.16em;
}
.card-chip {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 40px;
  height: 30px;
  border-radius: 8px;
  background:
    linear-gradient(
      135deg,
      #ffe8a3,
      #f59e0b);
}
.card-line {
  width: 44%;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
}
.card-line.wide {
  width: 70%;
  margin-bottom: 10px;
}
.main-grid {
  display: grid;
  grid-template-columns: minmax(270px, 0.72fr) minmax(0, 1.68fr);
  gap: 24px;
  margin-top: 24px;
}
.main-grid.ready-layout {
  grid-template-columns: 1fr;
}
.main-grid.ready-layout .status-column {
  display: none;
}
.status-column,
.content-column {
  display: grid;
  align-content: start;
  gap: 18px;
}
.panel,
.tip-card,
.support-card {
  border-radius: 18px;
  padding: 22px;
}
.panel-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.panel-heading h2 {
  margin: 0;
  color: #101828;
  font-size: 18px;
  letter-spacing: -0.03em;
}
.panel-heading p {
  margin: 5px 0 0;
  color: #475467;
  font-size: 13px;
  line-height: 1.45;
}
.panel-heading strong {
  color: #475467;
  font-size: 13px;
  white-space: nowrap;
}
.compact-heading {
  align-items: center;
}
.progress-track {
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: #edf2f7;
}
.progress-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background:
    linear-gradient(
      90deg,
      var(--workspace-primary, #2fc1f1),
      #087fa8);
  transition: width 0.28s ease;
}
.setup-timeline {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}
.timeline-step {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
}
.timeline-step strong {
  display: block;
  color: #344054;
  font-size: 14px;
}
.timeline-step small {
  display: block;
  margin-top: 4px;
  color: #98a2b3;
  font-size: 13px;
  line-height: 1.35;
}
.timeline-number {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 2px solid #d8e2e9;
  border-radius: 50%;
  color: #98a2b3;
  font-size: 13px;
  font-weight: 800;
}
.timeline-number .material-symbols-outlined {
  font-size: 18px;
}
.timeline-step.done .timeline-number {
  border-color: #16a46c;
  background: #16a46c;
  color: #fff;
}
.timeline-step.done strong {
  color: #047857;
}
.tip-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  border-color: #bdefff;
  background: #eaf8ff;
  color: #075f7b;
}
.tip-card .material-symbols-outlined {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: #d4f0f9;
  color: var(--workspace-primary, #2fc1f1);
}
.tip-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}
.readiness-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 18px;
}
.readiness-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-radius: 12px;
  background: #f4f7fa;
  padding: 14px;
  color: #344054;
  font-size: 14px;
}
.readiness-row + .readiness-row {
  margin-top: 10px;
}
.readiness-row span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.readiness-row .material-symbols-outlined {
  color: #087fa8;
  font-size: 22px;
}
.readiness-row strong {
  color: #b42318;
}
.readiness-row strong.ready {
  color: #047857;
}
.system-integrity {
  margin-top: 20px;
  border-top: 1px solid #d9e3ea;
  padding-top: 18px;
}
.system-integrity small {
  display: block;
  margin-bottom: 12px;
  color: #475467;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.system-integrity span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #b45309;
  font-size: 14px;
}
.system-integrity span.ready {
  color: #047857;
}
.verification-grid,
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.verification-card,
.feature-card {
  border: 1px solid #d9e3ea;
  border-radius: 14px;
  background: #fff;
  padding: 18px;
}
.verification-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
}
.verification-card strong,
.verification-card small,
.verification-card em {
  display: block;
}
.verification-card strong {
  color: #101828;
  font-size: 14px;
}
.verification-card small {
  margin-top: 4px;
  color: #475467;
  font-size: 13px;
  line-height: 1.45;
}
.verification-card em {
  width: fit-content;
  margin-top: 12px;
  border-radius: 7px;
  background: #fff1c7;
  color: #92400e;
  padding: 4px 8px;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}
.check-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: #eef2f6;
  color: #667085;
}
.check-icon .material-symbols-outlined {
  font-size: 20px;
}
.verification-card.done .check-icon {
  background: #047857;
  color: #fff;
}
.verification-card.done em {
  background: #dcfaea;
  color: #047857;
}
.completion {
  color: #047857 !important;
}
.requirements-panel {
  border-color: #fecaca;
}
.section-icon {
  display: inline-grid;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  place-items: center;
  border-radius: 10px;
  vertical-align: middle;
}
.section-icon.warning {
  background: #fff1c7;
  color: #b45309;
}
.requirement-list {
  display: grid;
  gap: 10px;
}
.requirement-item {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 12px;
  border-radius: 12px;
  background: #f4f7fa;
  padding: 14px;
}
.requirement-item strong,
.requirement-item small {
  display: block;
}
.requirement-item strong {
  color: #087fa8;
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    monospace;
  font-size: 13px;
}
.requirement-item small {
  margin-top: 3px;
  color: #475467;
  font-size: 13px;
}
.dot {
  width: 9px;
  height: 9px;
  margin-top: 6px;
  border-radius: 50%;
  background: #dc2626;
}
.kyc-note {
  display: flex;
  gap: 10px;
  margin: 16px 0;
  border: 1px dashed #b8c7d3;
  border-radius: 12px;
  padding: 14px;
  color: #475467;
  font-size: 13px;
  line-height: 1.45;
}
.disabled-reason {
  margin: 0 0 12px;
  color: #b42318;
  font-size: 13px;
  font-weight: 700;
}
.why-section {
  display: grid;
  gap: 14px;
}
.why-section h2 {
  margin: 0;
  color: #101828;
  font-size: 18px;
  letter-spacing: -0.03em;
}
.feature-card {
  min-height: 180px;
}
.feature-card strong {
  display: block;
  margin-top: 24px;
  color: #101828;
  font-size: 15px;
}
.feature-card p {
  margin: 10px 0 0;
  color: #475467;
  font-size: 14px;
  line-height: 1.5;
}
.feature-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 12px;
  background: #eef2f6;
  color: #087fa8;
}
.empty-history .empty-state {
  display: grid;
  min-height: 190px;
  place-items: center;
  border-top: 1px solid #d9e3ea;
  padding: 24px;
  text-align: center;
}
.empty-history .empty-state .material-symbols-outlined {
  color: #c5d0da;
  font-size: 42px;
}
.empty-history .empty-state strong {
  margin-top: 8px;
  color: #344054;
}
.empty-history .empty-state p {
  max-width: 420px;
  margin: 8px 0 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.45;
}
.payout-analytics {
  display: grid;
  gap: 14px;
}
.section-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.section-title-row h2 {
  margin: 0;
  color: #101828;
  font-size: 16px;
  letter-spacing: -0.02em;
}
.section-title-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #475467;
  font-size: 13px;
}
.section-title-row i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--workspace-primary, #2fc1f1);
}
.analytics-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.34fr);
  gap: 18px;
}
.analytics-cards {
  display: grid;
  gap: 14px;
}
.trend-panel {
  min-height: 390px;
}
.trend-volume {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #475467;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.trend-volume i {
  width: 14px;
  height: 3px;
  border-radius: 999px;
  background: var(--workspace-primary, #2fc1f1);
}
.trend-chart {
  display: grid;
  height: 290px;
  grid-template-columns: repeat(6, minmax(32px, 1fr));
  align-items: end;
  gap: clamp(18px, 4vw, 42px);
  margin-top: 28px;
  border-radius: 16px;
  background:
    linear-gradient(
      to top,
      rgba(217, 227, 234, 0.8) 1px,
      transparent 1px) 0 0/100% 25%,
    linear-gradient(
      180deg,
      #fff,
      #fbfdff);
  padding: 24px 34px 18px;
}
.trend-item {
  display: grid;
  height: 100%;
  grid-template-rows: 1fr auto;
  align-items: end;
  gap: 14px;
}
.trend-item small {
  color: #475467;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}
.trend-bar {
  display: block;
  min-height: 12px;
  border-radius: 8px 8px 4px 4px;
  background:
    linear-gradient(
      180deg,
      var(--workspace-primary, #2fc1f1),
      rgba(47, 193, 241, 0.28));
  box-shadow: 0 12px 28px rgba(47, 193, 241, 0.18);
}
.metric-card {
  min-height: 112px;
}
.metric-card small {
  display: block;
  color: #344054;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.metric-card strong {
  display: block;
  margin-top: 12px;
  color: #101828;
  font-size: 20px;
  letter-spacing: -0.03em;
}
.metric-card span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  color: #344054;
  font-size: 13px;
  font-weight: 700;
}
.metric-card span .material-symbols-outlined {
  font-size: 16px;
}
.metric-card .metric-positive {
  color: #047857;
}
.metric-highlight {
  border-color: #bdefff;
  background: #eaf8ff;
}
.balance-card {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  border-radius: 18px;
  background:
    radial-gradient(
      circle at 86% 18%,
      rgba(47, 193, 241, 0.28),
      transparent 28%),
    linear-gradient(
      145deg,
      #053241,
      #021d27);
  color: #fff;
  padding: 28px;
  box-shadow: 0 20px 44px rgba(2, 29, 39, 0.22);
}
.balance-card > .material-symbols-outlined {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #7ddcff;
  font-size: 34px;
}
.balance-card small,
.balance-card em {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.balance-card strong {
  display: block;
  margin-top: 10px;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1;
  letter-spacing: -0.06em;
}
.balance-card div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 18px;
  color: #fff;
  font-weight: 800;
}
.next-payout-card {
  min-height: 230px;
}
.mix-chart {
  display: flex;
  height: 116px;
  align-items: end;
  gap: 14px;
  margin-top: 26px;
  border-radius: 14px;
  background:
    linear-gradient(
      to top,
      rgba(217, 227, 234, 0.58) 1px,
      transparent 1px) 0 0/100% 33.33%,
    #f8fafc;
  padding: 18px;
}
.mix-bar {
  flex: 1;
  min-height: 10px;
  border-radius: 999px 999px 6px 6px;
  transition: height 0.24s ease;
}
.mix-bar.succeeded {
  background:
    linear-gradient(
      180deg,
      #34d399,
      #047857);
}
.mix-bar.processing {
  background:
    linear-gradient(
      180deg,
      var(--workspace-primary, #2fc1f1),
      #087fa8);
}
.mix-bar.failed {
  background:
    linear-gradient(
      180deg,
      #f87171,
      #dc2626);
}
.mix-legend {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  color: #667085;
  font-size: 12px;
}
.mix-legend span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mix-legend i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.mix-legend .succeeded {
  background: #047857;
}
.mix-legend .processing {
  background: var(--workspace-primary, #2fc1f1);
}
.mix-legend .failed {
  background: #dc2626;
}
.payout-summary {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}
.payout-summary > strong {
  color: #101828;
  font-size: 32px;
  letter-spacing: -0.05em;
}
.payout-summary small {
  color: #667085;
  font-size: 13px;
}
.summary-counts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.summary-counts span {
  border-radius: 999px;
  background: #f4f7fa;
  color: #475467;
  padding: 6px 9px;
  font-size: 11px;
  font-weight: 800;
}
.state-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  background: #fff1c7;
  color: #92400e;
  padding: 5px 9px;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}
.state-badge.ready {
  background: #dcfaea;
  color: #047857;
}
.history-panel .empty-state {
  display: grid;
  min-height: 190px;
  place-items: center;
  border-top: 1px solid #d9e3ea;
  padding: 24px;
  text-align: center;
}
.history-panel .empty-state .material-symbols-outlined {
  color: #c5d0da;
  font-size: 42px;
}
.history-panel .empty-state strong {
  margin-top: 8px;
  color: #344054;
}
.history-panel .empty-state p {
  max-width: 420px;
  margin: 8px 0 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.45;
}
.history-table {
  overflow: hidden;
  border: 1px solid #d9e3ea;
  border-radius: 14px;
}
.history-head,
.history-row {
  display: grid;
  grid-template-columns: 0.8fr 1.6fr 0.8fr 0.8fr;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
}
.history-head {
  background: #f4f7fa;
  color: #667085;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.history-row {
  color: #344054;
  font-size: 13px;
}
.history-row + .history-row {
  border-top: 1px solid #edf2f7;
}
.history-row strong {
  color: #101828;
  text-align: right;
}
.mini-empty {
  display: grid;
  gap: 10px;
  place-items: center;
  padding: 22px;
  text-align: center;
}
.mini-empty .material-symbols-outlined {
  color: #c5d0da;
  font-size: 34px;
}
.mini-empty p {
  margin: 0;
  color: #667085;
  font-size: 13px;
}
.support-card {
  display: flex;
  align-items: center;
  gap: 14px;
}
.support-card strong,
.support-card small {
  display: block;
}
.support-card strong {
  color: #101828;
  font-size: 14px;
}
.support-card small {
  margin-top: 3px;
  color: #667085;
  font-size: 13px;
}
.support-card a {
  margin-left: auto;
  color: #087fa8;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.support-avatar {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #d4f0f9;
  color: var(--workspace-primary, #2fc1f1);
}
.loading-card,
.alert {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  margin-bottom: 16px;
  padding: 16px 18px;
  color: #475467;
  font-size: 13px;
}
.alert-danger {
  border-color: #fecaca;
  background: #fff5f5;
  color: #b42318;
}
.alert-info {
  border-color: #bfefff;
  background: #f2fbfe;
  color: #126786;
}
.spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(47, 193, 241, 0.25);
  border-top-color: #2fc1f1;
  border-radius: 999px;
  animation: stripe-spin 0.8s linear infinite;
}
.spinner.small {
  width: 14px;
  height: 14px;
  border-color: rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
}
.muted {
  color: #667085;
}
@keyframes stripe-spin {
  to {
    transform: rotate(360deg);
  }
}
:host-context(html[data-theme=dark]) .stripe-connect-page {
  color: #f8fafc;
}
:host-context(html[data-theme=dark]) .breadcrumb {
  color: #cbd5e1;
}
:host-context(html[data-theme=dark]) .breadcrumb strong {
  color: #7ddcff;
}
:host-context(html[data-theme=dark]) .connect-hero,
:host-context(html[data-theme=dark]) .panel,
:host-context(html[data-theme=dark]) .loading-card,
:host-context(html[data-theme=dark]) .alert,
:host-context(html[data-theme=dark]) .tip-card,
:host-context(html[data-theme=dark]) .support-card {
  border-color: rgba(148, 163, 184, 0.24);
  background: rgba(15, 23, 42, 0.9);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}
:host-context(html[data-theme=dark]) .connect-hero::before {
  background:
    radial-gradient(
      circle at 82% 18%,
      rgba(47, 193, 241, 0.18),
      transparent 28%),
    linear-gradient(
      135deg,
      rgba(15, 23, 42, 0.96),
      rgba(8, 30, 42, 0.92));
}
:host-context(html[data-theme=dark]) .hero-content h1,
:host-context(html[data-theme=dark]) .page-heading h1,
:host-context(html[data-theme=dark]) .panel-heading h2,
:host-context(html[data-theme=dark]) .section-title-row h2,
:host-context(html[data-theme=dark]) .why-section h2,
:host-context(html[data-theme=dark]) .verification-card strong,
:host-context(html[data-theme=dark]) .feature-card strong,
:host-context(html[data-theme=dark]) .metric-card strong,
:host-context(html[data-theme=dark]) .support-card strong,
:host-context(html[data-theme=dark]) .payout-summary > strong,
:host-context(html[data-theme=dark]) .history-row strong,
:host-context(html[data-theme=dark]) .history-panel .empty-state strong {
  color: #f8fafc;
}
:host-context(html[data-theme=dark]) .hero-content p,
:host-context(html[data-theme=dark]) .page-heading p,
:host-context(html[data-theme=dark]) .panel-heading p,
:host-context(html[data-theme=dark]) .section-title-row span,
:host-context(html[data-theme=dark]) .timeline-step small,
:host-context(html[data-theme=dark]) .metric-card span,
:host-context(html[data-theme=dark]) .feature-card p,
:host-context(html[data-theme=dark]) .support-card small,
:host-context(html[data-theme=dark]) .empty-history .empty-state p {
  color: #cbd5e1;
}
:host-context(html[data-theme=dark]) .ghost-action,
:host-context(html[data-theme=dark]) .verification-card,
:host-context(html[data-theme=dark]) .feature-card,
:host-context(html[data-theme=dark]) .trend-chart {
  border-color: rgba(148, 163, 184, 0.28);
  background: rgba(15, 23, 42, 0.72);
  color: #e2e8f0;
}
:host-context(html[data-theme=dark]) .workspace-pill {
  border-color: rgba(47, 193, 241, 0.28);
  background: rgba(8, 127, 168, 0.16);
  color: #dff8ff;
}
:host-context(html[data-theme=dark]) .progress-track,
:host-context(html[data-theme=dark]) .readiness-row,
:host-context(html[data-theme=dark]) .requirement-item,
:host-context(html[data-theme=dark]) .feature-icon,
:host-context(html[data-theme=dark]) .check-icon {
  background: rgba(30, 41, 59, 0.92);
}
:host-context(html[data-theme=dark]) .trend-chart {
  background:
    linear-gradient(
      to top,
      rgba(148, 163, 184, 0.15) 1px,
      transparent 1px) 0 0/100% 25%,
    rgba(15, 23, 42, 0.72);
}
:host-context(html[data-theme=dark]) .metric-highlight {
  border-color: rgba(47, 193, 241, 0.32);
  background: rgba(8, 127, 168, 0.16);
}
:host-context(html[data-theme=dark]) .readiness-row,
:host-context(html[data-theme=dark]) .timeline-step strong,
:host-context(html[data-theme=dark]) .trend-item small,
:host-context(html[data-theme=dark]) .metric-card small,
:host-context(html[data-theme=dark]) .verification-card small,
:host-context(html[data-theme=dark]) .requirement-item small,
:host-context(html[data-theme=dark]) .kyc-note,
:host-context(html[data-theme=dark]) .history-row,
:host-context(html[data-theme=dark]) .mini-empty p,
:host-context(html[data-theme=dark]) .history-panel .empty-state p,
:host-context(html[data-theme=dark]) .summary-counts span {
  color: #cbd5e1;
}
:host-context(html[data-theme=dark]) .summary-counts span {
  background: rgba(30, 41, 59, 0.92);
}
:host-context(html[data-theme=dark]) .mix-chart {
  background:
    linear-gradient(
      to top,
      rgba(148, 163, 184, 0.16) 1px,
      transparent 1px) 0 0/100% 33.33%,
    rgba(30, 41, 59, 0.72);
}
:host-context(html[data-theme=dark]) .mix-legend {
  color: #cbd5e1;
}
:host-context(html[data-theme=dark]) .history-table {
  border-color: rgba(148, 163, 184, 0.24);
}
:host-context(html[data-theme=dark]) .history-head {
  background: rgba(30, 41, 59, 0.92);
  color: #cbd5e1;
}
:host-context(html[data-theme=dark]) .history-row + .history-row,
:host-context(html[data-theme=dark]) .history-panel .empty-state {
  border-color: rgba(148, 163, 184, 0.18);
}
:host-context(html[data-theme=dark]) .tip-card {
  border-color: rgba(47, 193, 241, 0.32);
  background: rgba(8, 127, 168, 0.14);
  color: #dff8ff;
}
@media (max-width: 1120px) {
  .connect-hero,
  .main-grid,
  .readiness-grid,
  .analytics-grid {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    min-height: 240px;
  }
}
@media (max-width: 720px) {
  .stripe-connect-page {
    padding-inline: 16px;
  }
  .connect-hero,
  .panel,
  .tip-card,
  .support-card {
    border-radius: 16px;
    padding: 18px;
  }
  .page-heading {
    align-items: stretch;
    flex-direction: column;
  }
  .page-actions {
    justify-content: stretch;
  }
  .trend-chart {
    gap: 14px;
    padding-inline: 16px;
  }
  .hero-content {
    min-height: auto;
  }
  .hero-content h1 {
    margin-top: 20px;
  }
  .hero-actions,
  .support-card,
  .panel-heading {
    align-items: stretch;
    flex-direction: column;
  }
  .primary-action,
  .ghost-action,
  .support-card a {
    width: 100%;
  }
  .support-card a {
    margin-left: 0;
  }
  .verification-grid,
  .feature-grid,
  .history-head,
  .history-row {
    grid-template-columns: 1fr;
  }
  .history-row strong {
    text-align: left;
  }
}
:root {
  --Grey-Color: #f1f1f1;
  --apex-page-bg: #f1f1f1;
  --apex-surface: #ffffff;
  --apex-surface-muted: #f8fafc;
  --apex-text: #111827;
  --apex-text-muted: #667085;
  --apex-border: #e5e7eb;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
html,
body {
  margin: 0;
  min-height: 100%;
  font-family: "Inter", sans-serif;
  background: var(--apex-page-bg);
  color: var(--apex-text);
}
body {
  min-height: 100dvh;
}
img,
svg,
video,
canvas {
  max-width: 100%;
}
input,
select,
textarea,
button {
  min-width: 0;
  font: inherit;
}
.material-symbols-outlined {
  direction: ltr;
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-feature-settings: "liga";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
}
app-settings .grid.grid-cols-4.items-center.bg-white.px-5 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
app-settings .grid.grid-cols-4.items-center.bg-white.px-5 > button:nth-child(3) {
  display: none;
}
.apex-swal-popup {
  width: min(420px, calc(100vw - 32px));
  border-radius: 20px;
  padding: 28px 28px 24px;
  background: var(--apex-surface);
  color: var(--apex-text);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.22);
}
.apex-swal-title {
  padding: 0;
  color: var(--apex-text);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
}
.apex-swal-text {
  margin: 12px 0 0;
  color: var(--apex-text-muted);
  font-size: 14px;
  line-height: 1.6;
}
.apex-swal-actions {
  gap: 12px;
  margin-top: 28px;
}
.apex-swal-confirm,
.apex-swal-cancel {
  min-width: 132px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid transparent;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 800;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}
.apex-swal-confirm {
  background: #2fc1f1;
  color: #fff;
}
.apex-swal-confirm:hover {
  background: #20aedd;
}
.apex-swal-cancel {
  border-color: var(--apex-border);
  background: var(--apex-surface);
  color: var(--apex-text-muted);
}
.apex-swal-cancel:hover {
  border-color: #2fc1f1;
  color: #248fb2;
}
html[data-theme=dark] body,
html[data-theme=dark] app-backoffice-shell > div,
html[data-theme=dark] app-backoffice-shell main {
  background: var(--apex-page-bg) !important;
  color: var(--apex-text);
}
html[data-theme=dark] {
  --apex-page-bg: #111827;
  --apex-surface: #1f2937;
  --apex-surface-muted: #182235;
  --apex-text: #f3f4f6;
  --apex-text-muted: #aeb9c9;
  --apex-border: #374151;
}
html[data-theme=dark] app-session-expired > div {
  background-color: #111827 !important;
  color: #e5e7eb;
}
html[data-theme=dark] app-session-expired .bg-white {
  background-color: #1f2937 !important;
}
html[data-theme=dark] app-session-expired .text-slate-900 {
  color: #f3f4f6 !important;
}
html[data-theme=dark] app-session-expired .text-slate-600 {
  color: #aeb9c9 !important;
}
html[data-theme=dark] app-backoffice-shell > div > aside,
html[data-theme=dark] app-backoffice-shell > div > main > header,
html[data-theme=dark] app-backoffice-shell .bg-white {
  background-color: #1f2937 !important;
}
html[data-theme=dark] app-backoffice-shell .\!bg-white {
  background-color: #1f2937 !important;
}
html[data-theme=dark] app-backoffice-shell .bg-\[\#F3F4F6\] {
  background-color: #111827 !important;
}
html[data-theme=dark] app-backoffice-shell .bg-\[\#FBFBFB\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#FAFAFA\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#FCFCFD\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#F8FAFC\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#F8FDFF\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#FBFEFF\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#F5F7FA\] {
  background-color: #182235 !important;
}
html[data-theme=dark] app-backoffice-shell .bg-\[\#F5F5F5\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#F3F3F3\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#F2F4F7\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#F1F1F1\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#F0F0F2\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#E4E4E4\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#E6E6E6\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#E5E5E5\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#E2E8F0\] {
  background-color: #374151 !important;
}
html[data-theme=dark] app-backoffice-shell .bg-\[\#F5FCFF\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#F4FCFF\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#F2FBFE\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#F1FBFF\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#EEF9FF\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#EAF8FF\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#EAF5FF\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#EAF8FE\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#D8F4FD\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#D6F4FC\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#D4F0F9\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#c5f2ff\] {
  background-color: #123447 !important;
}
html[data-theme=dark] app-backoffice-shell .bg-\[\#EEF1FF\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#EEF2FF\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#EEF2F6\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#EEF2FF66\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#F3E8FF\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#F4EEFF\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#E7F0FF\] {
  background-color: #273449 !important;
}
html[data-theme=dark] app-backoffice-shell .\!bg-\[\#EEF2FF\] {
  background-color: #273449 !important;
}
html[data-theme=dark] app-backoffice-shell .bg-\[\#FFF8E1\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#FFF9E8\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#FEF3C6\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#FEF3C7\] {
  background-color: #4b3412 !important;
}
html[data-theme=dark] app-backoffice-shell .bg-\[\#EAFBF3\] {
  background-color: #123b31 !important;
}
html[data-theme=dark] app-backoffice-shell .bg-\[\#ECFDF5\] {
  background-color: #123b31 !important;
}
html[data-theme=dark] app-backoffice-shell .bg-\[\#D1FAE5\] {
  background-color: #123b31 !important;
}
html[data-theme=dark] app-backoffice-shell .bg-\[\#EFF6FF\] {
  background-color: #1e3a5f !important;
}
html[data-theme=dark] app-backoffice-shell .bg-\[\#FFFBEB\] {
  background-color: #4b3412 !important;
}
html[data-theme=dark] app-backoffice-shell .bg-\[\#FFF5F5\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#FEF3F2\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#FEF2F2\],
html[data-theme=dark] app-backoffice-shell .bg-\[\#FEE4E2\] {
  background-color: #4a1f1f !important;
}
html[data-theme=dark] app-backoffice-shell .\!bg-\[\#FFF5F5\],
html[data-theme=dark] app-backoffice-shell .\!bg-\[\#FEF3F2\],
html[data-theme=dark] app-backoffice-shell .\!bg-\[\#FEF2F2\] {
  background-color: #4a1f1f !important;
}
html[data-theme=dark] app-backoffice-shell .text-\[\#101828\],
html[data-theme=dark] app-backoffice-shell .text-\[\#111827\],
html[data-theme=dark] app-backoffice-shell .text-\[\#171717\],
html[data-theme=dark] app-backoffice-shell .text-\[\#191919\],
html[data-theme=dark] app-backoffice-shell .text-\[\#1F2937\],
html[data-theme=dark] app-backoffice-shell .text-\[\#24324A\],
html[data-theme=dark] app-backoffice-shell .text-\[\#262626\],
html[data-theme=dark] app-backoffice-shell .text-\[\#303030\],
html[data-theme=dark] app-backoffice-shell .text-\[\#344054\],
html[data-theme=dark] app-backoffice-shell .text-\[\#3F3F46\],
html[data-theme=dark] app-backoffice-shell .text-\[\#4A4A4A\],
html[data-theme=dark] app-backoffice-shell .text-\[\#4B5563\],
html[data-theme=dark] app-backoffice-shell .text-\[\#525252\],
html[data-theme=dark] app-backoffice-shell .text-\[\#52525B\] {
  color: #f3f4f6 !important;
}
html[data-theme=dark] app-backoffice-shell .text-\[\#536176\],
html[data-theme=dark] app-backoffice-shell .text-\[\#5D667D\],
html[data-theme=dark] app-backoffice-shell .text-\[\#606672\],
html[data-theme=dark] app-backoffice-shell .text-\[\#656565\],
html[data-theme=dark] app-backoffice-shell .text-\[\#666666\],
html[data-theme=dark] app-backoffice-shell .text-\[\#666\],
html[data-theme=dark] app-backoffice-shell .text-\[\#667085\],
html[data-theme=dark] app-backoffice-shell .text-\[\#6B7280\],
html[data-theme=dark] app-backoffice-shell .text-\[\#737373\],
html[data-theme=dark] app-backoffice-shell .text-\[\#777777\],
html[data-theme=dark] app-backoffice-shell .text-\[\#7C7C7C\],
html[data-theme=dark] app-backoffice-shell .text-\[\#8A8A8A\],
html[data-theme=dark] app-backoffice-shell .text-\[\#8A8F98\],
html[data-theme=dark] app-backoffice-shell .text-\[\#8B8B98\],
html[data-theme=dark] app-backoffice-shell .text-\[\#8E8E8E\],
html[data-theme=dark] app-backoffice-shell .text-\[\#98A2B3\],
html[data-theme=dark] app-backoffice-shell .text-\[\#9A9A9A\],
html[data-theme=dark] app-backoffice-shell .text-\[\#9AA3AF\],
html[data-theme=dark] app-backoffice-shell .text-\[\#A1A1A1\],
html[data-theme=dark] app-backoffice-shell .text-\[\#A3A3A3\],
html[data-theme=dark] app-backoffice-shell .text-\[\#B6B6B6\],
html[data-theme=dark] app-backoffice-shell .text-\[\#C0C0C0\],
html[data-theme=dark] app-backoffice-shell .text-\[\#C6C6C6\],
html[data-theme=dark] app-backoffice-shell .text-\[\#D4D4D4\] {
  color: #aeb9c9 !important;
}
html[data-theme=dark] app-backoffice-shell .\!text-\[\#191919\] {
  color: #f3f4f6 !important;
}
html[data-theme=dark] app-backoffice-shell .text-gray-700 {
  color: #d1d5db !important;
}
html[data-theme=dark] app-backoffice-shell .text-\[\#065F46\] {
  color: #6ee7b7 !important;
}
html[data-theme=dark] app-backoffice-shell .text-\[\#047857\],
html[data-theme=dark] app-backoffice-shell .text-\[\#059669\],
html[data-theme=dark] app-backoffice-shell .text-\[\#159B68\] {
  color: #6ee7b7 !important;
}
html[data-theme=dark] app-backoffice-shell .text-\[\#1E40AF\] {
  color: #93c5fd !important;
}
html[data-theme=dark] app-backoffice-shell .text-\[\#635BFF\],
html[data-theme=dark] app-backoffice-shell .text-\[\#7C3AED\] {
  color: #c4b5fd !important;
}
html[data-theme=dark] app-backoffice-shell .\!text-\[\#635BFF\] {
  color: #c4b5fd !important;
}
html[data-theme=dark] app-backoffice-shell .text-\[\#92400E\],
html[data-theme=dark] app-backoffice-shell .text-\[\#BB4D00\],
html[data-theme=dark] app-backoffice-shell .text-\[\#C45A00\] {
  color: #fcd34d !important;
}
html[data-theme=dark] app-backoffice-shell .text-\[\#F59E0B\],
html[data-theme=dark] app-backoffice-shell .text-\[\#F97316\] {
  color: #fcd34d !important;
}
html[data-theme=dark] app-backoffice-shell .text-\[\#D92D20\],
html[data-theme=dark] app-backoffice-shell .text-\[\#F04438\] {
  color: #fca5a5 !important;
}
html[data-theme=dark] app-backoffice-shell .\!text-\[\#D92D20\],
html[data-theme=dark] app-backoffice-shell .\!text-\[\#F04438\] {
  color: #fca5a5 !important;
}
html[data-theme=dark] app-backoffice-shell .border-\[\#D4D4D4\],
html[data-theme=dark] app-backoffice-shell .border-\[\#CFCFCF\],
html[data-theme=dark] app-backoffice-shell .border-\[\#D6D6D6\],
html[data-theme=dark] app-backoffice-shell .border-\[\#D9D9E7\],
html[data-theme=dark] app-backoffice-shell .border-\[\#E0E0E0\],
html[data-theme=dark] app-backoffice-shell .border-\[\#E4E4E4\],
html[data-theme=dark] app-backoffice-shell .border-\[\#E4E7EC\],
html[data-theme=dark] app-backoffice-shell .border-\[\#E5E5E5\],
html[data-theme=dark] app-backoffice-shell .border-\[\#E8E8F1\],
html[data-theme=dark] app-backoffice-shell .border-\[\#EAECF0\],
html[data-theme=dark] app-backoffice-shell .border-\[\#EFEFEF\],
html[data-theme=dark] app-backoffice-shell .border-\[\#F1F9FC\],
html[data-theme=dark] app-backoffice-shell .border-\[\#F5F5F5\] {
  border-color: #374151 !important;
}
html[data-theme=dark] app-backoffice-shell .\!border-\[\#E4E7EC\] {
  border-color: #374151 !important;
}
html[data-theme=dark] app-backoffice-shell .\!border-\[\#FEE4E2\] {
  border-color: #7f2a2a !important;
}
html[data-theme=dark] app-backoffice-shell .border-gray-300 {
  border-color: #4b5563 !important;
}
html[data-theme=dark] app-backoffice-shell .border-\[\#BDECFB\],
html[data-theme=dark] app-backoffice-shell .border-\[\#BDEFFF\],
html[data-theme=dark] app-backoffice-shell .border-\[\#D2E4FF\],
html[data-theme=dark] app-backoffice-shell .border-\[\#D4F0F9\],
html[data-theme=dark] app-backoffice-shell .border-\[\#D6F4FC\] {
  border-color: #285e72 !important;
}
html[data-theme=dark] app-backoffice-shell .border-\[\#FEE4E2\] {
  border-color: #7f2a2a !important;
}
html[data-theme=dark] app-backoffice-shell .bg-white\/95 {
  background-color: rgb(31 41 55 / 0.95) !important;
}
html[data-theme=dark] app-backoffice-shell .bg-red-50 {
  background-color: #451a1a !important;
}
html[data-theme=dark] app-backoffice-shell .border-red-100,
html[data-theme=dark] app-backoffice-shell .border-red-200,
html[data-theme=dark] app-backoffice-shell .border-red-400 {
  border-color: #7f1d1d !important;
}
html[data-theme=dark] app-backoffice-shell .text-red-600,
html[data-theme=dark] app-backoffice-shell .text-red-700 {
  color: #fca5a5 !important;
}
html[data-theme=dark] app-backoffice-shell .bg-emerald-50 {
  background-color: #064e3b !important;
}
html[data-theme=dark] app-backoffice-shell .border-emerald-100 {
  border-color: #047857 !important;
}
html[data-theme=dark] app-backoffice-shell .text-emerald-700 {
  color: #6ee7b7 !important;
}
html[data-theme=dark] app-backoffice-shell input,
html[data-theme=dark] app-backoffice-shell select,
html[data-theme=dark] app-backoffice-shell textarea {
  border-color: #4b5563;
  background-color: #182235;
  color: #f3f4f6;
}
html[data-theme=dark] app-backoffice-shell input::placeholder,
html[data-theme=dark] app-backoffice-shell textarea::placeholder {
  color: #94a3b8;
}
html[data-theme=dark] app-backoffice-shell option {
  background-color: #1f2937;
  color: #f3f4f6;
}
html[data-theme=dark] app-backoffice-shell .hover\:bg-\[\#F5FCFF\]:hover,
html[data-theme=dark] app-backoffice-shell .hover\:bg-\[\#F8FDFF\]:hover,
html[data-theme=dark] app-backoffice-shell .hover\:bg-\[\#F2FBFE\]:hover,
html[data-theme=dark] app-backoffice-shell .hover\:bg-\[\#F1FBFF\]:hover {
  background-color: #16435a !important;
}
html[data-theme=dark] app-backoffice-shell .hover\:bg-\[\#F5F5F5\]:hover,
html[data-theme=dark] app-backoffice-shell .hover\:bg-\[\#F3F3F3\]:hover,
html[data-theme=dark] app-backoffice-shell .hover\:bg-\[\#F3F4F6\]:hover,
html[data-theme=dark] app-backoffice-shell .hover\:bg-\[\#F0F0F2\]:hover {
  background-color: #374151 !important;
}
html[data-theme=dark] app-backoffice-shell .hover\:bg-red-50:hover {
  background-color: #571d1d !important;
}
html[data-theme=dark] app-rent-late-fee-policy-settings-section .absolute.bg-white {
  background-color: #ffffff !important;
}
html[dir=rtl] app-backoffice-shell > div > aside {
  right: 0;
  left: auto;
}
html[dir=rtl] app-backoffice-shell [data-backoffice-language-menu] > div {
  right: auto;
  left: 0;
}
@media (min-width: 1024px) {
  html[dir=rtl] app-backoffice-shell > div > main > header {
    right: var(--backoffice-sidebar-width);
    left: 0 !important;
  }
  html[dir=rtl] app-settings footer {
    right: var(--backoffice-sidebar-width) !important;
    left: 0 !important;
  }
}
@property --tw-translate-x { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-translate-y { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-translate-z { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-rotate-x { syntax: "*"; inherits: false; }
@property --tw-rotate-y { syntax: "*"; inherits: false; }
@property --tw-rotate-z { syntax: "*"; inherits: false; }
@property --tw-skew-x { syntax: "*"; inherits: false; }
@property --tw-skew-y { syntax: "*"; inherits: false; }
@property --tw-space-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-divide-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-leading { syntax: "*"; inherits: false; }
@property --tw-font-weight { syntax: "*"; inherits: false; }
@property --tw-tracking { syntax: "*"; inherits: false; }
@property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-shadow-color { syntax: "*"; inherits: false; }
@property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-shadow-color { syntax: "*"; inherits: false; }
@property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-ring-color { syntax: "*"; inherits: false; }
@property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-ring-color { syntax: "*"; inherits: false; }
@property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-ring-inset { syntax: "*"; inherits: false; }
@property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }
@property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
@property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-blur { syntax: "*"; inherits: false; }
@property --tw-brightness { syntax: "*"; inherits: false; }
@property --tw-contrast { syntax: "*"; inherits: false; }
@property --tw-grayscale { syntax: "*"; inherits: false; }
@property --tw-hue-rotate { syntax: "*"; inherits: false; }
@property --tw-invert { syntax: "*"; inherits: false; }
@property --tw-opacity { syntax: "*"; inherits: false; }
@property --tw-saturate { syntax: "*"; inherits: false; }
@property --tw-sepia { syntax: "*"; inherits: false; }
@property --tw-drop-shadow { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-color { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-drop-shadow-size { syntax: "*"; inherits: false; }
@property --tw-backdrop-blur { syntax: "*"; inherits: false; }
@property --tw-backdrop-brightness { syntax: "*"; inherits: false; }
@property --tw-backdrop-contrast { syntax: "*"; inherits: false; }
@property --tw-backdrop-grayscale { syntax: "*"; inherits: false; }
@property --tw-backdrop-hue-rotate { syntax: "*"; inherits: false; }
@property --tw-backdrop-invert { syntax: "*"; inherits: false; }
@property --tw-backdrop-opacity { syntax: "*"; inherits: false; }
@property --tw-backdrop-saturate { syntax: "*"; inherits: false; }
@property --tw-backdrop-sepia { syntax: "*"; inherits: false; }
@property --tw-duration { syntax: "*"; inherits: false; }
@property --tw-outline-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-scale-x { syntax: "*"; inherits: false; initial-value: 1; }
@property --tw-scale-y { syntax: "*"; inherits: false; initial-value: 1; }
@property --tw-scale-z { syntax: "*"; inherits: false; initial-value: 1; }
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-outline-style: solid;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-RGA3G4EQ.css.map */
