.iom-content-800 {
  max-width: 800px;
}

.iom-content-md {
  max-width: 768px;
}

.iom-content-lg {
  max-width: 992px;
}

.iom-content-xl {
  max-width: 1200px;
}

.iom-uppercase-title {
  text-transform: uppercase;
}

.card-hover:hover {
  background-color: var(--ant-color-fill-tertiary);
  border-radius: 4px;
  cursor: pointer;
}

.item-hover:hover {
  background-color: var(--ant-blue-1);
  border-radius: 4px;
  cursor: pointer;
}

.ant-button-selected {
  background-color: var(--ant-blue-1);
}

.ant-kbd {
  margin: 0 0.2em;
  padding-inline: 0.4em;
  font-size: 12px;
  font-family: var(--ant-font-family-code);
  background: rgba(150, 150, 150, 0.06);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-bottom-width: 2px;
  border-radius: 3px;
  width: max-content;
}

/* Style for Firefox scrollbar */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--ant-color-border) var(--ant-color-fill-tertiary);
}

.ant-tree-list-scrollbar,
.rc-virtual-list-scrollbar {
  transition: width 0.3s;
}

.rc-virtual-list-scrollbar:not(:hover):not(:active).rc-virtual-list-scrollbar-vertical,
.ant-tree-list-scrollbar:not(:hover):not(:active).ant-tree-list-scrollbar-vertical {
  width: 6px !important;
}

.rc-virtual-list-scrollbar .rc-virtual-list-scrollbar-thumb,
.ant-tree-list-scrollbar .ant-tree-list-scrollbar-thumb {
  background-color: var(--ant-color-border) !important;
}

.pl-5 {
  padding-left: 28px !important;
}

.weight-bold {
  font-weight: 500 !important;
}

.tab-count-tag {
  font-size: 10px;
  background: var(--ant-color-fill-tertiary);
  border-radius: 4px;
  padding-left: 6px;
  padding-right: 6px;
  height: fit-content;
  font-weight: 400;
  color: var(--ant-color-text-secondary);
}.ant-form-item-label {
  padding-bottom: 0px !important;
}
.ant-form-item-label label[class^=ant-form-item] {
  height: 28px !important;
}
.ant-form-item-label label[class^=ant-form-item] .ant-form-item-optional {
  font-weight: 400;
}

.iom-ant-form-label-full-width.ant-form-item label[class^=ant-form-item] {
  width: 100%;
}

.ant-table:not(.ant-table-middle):not(.ant-table-small) .ant-table-thead th {
  padding: 12px 16px !important;
}

.ant-table-thead > tr > th::before {
  display: none;
}

.iom-ant-table-no-vertical-border td:first-child {
  border-right: none !important;
}

.iom-ant-table-border-bottom div[class^=ant-table] {
  border-radius: var(--ant-table-header-border-radius);
}
.iom-ant-table-border-bottom tr:last-child td,
.iom-ant-table-border-bottom tr:last-child th {
  border-bottom: none !important;
}
.iom-ant-table-border-bottom tr:last-child td:first-child,
.iom-ant-table-border-bottom tr:last-child th:first-child {
  border-bottom-left-radius: calc(var(--ant-table-header-border-radius) - var(--ant-line-width));
}
.iom-ant-table-border-bottom tr:last-child td:last-child,
.iom-ant-table-border-bottom tr:last-child th:last-child {
  border-bottom-right-radius: calc(var(--ant-table-header-border-radius) - var(--ant-line-width));
}

th.ant-table-cell {
  font-size: 12px;
}

.ant-tabs-tab:not(.ant-tabs-tab-active) a {
  color: inherit;
}

.ant-menu-item.ant-menu-item-selected {
  outline: 1px solid var(--ant-color-border-secondary);
  border-radius: var(--ant-border-radius);
}

.ant-popover,
.ant-dropdown,
.ant-select-dropdown {
  border: 1px solid var(--ant-color-border-secondary);
  border-radius: var(--ant-border-radius);
}

.iom-primary-btn.ant-btn-default:not(:disabled):not(.ant-btn-disabled) {
  color: var(--ant-button-default-hover-color);
  border-color: var(--ant-button-default-hover-border-color);
  background: var(--ant-button-default-hover-bg);
}
.iom-primary-btn.ant-btn-default:not(:disabled):not(.ant-btn-disabled):hover {
  color: var(--ant-button-default-active-color);
  border-color: var(--ant-button-default-active-border-color);
  background: var(--ant-button-default-active-bg);
}

.iom-hover-visible.ant-typography .ant-typography-copy {
  transition: visibility 0.3s linear, opacity 0.2s linear;
  opacity: 0;
  visibility: hidden;
}
.iom-hover-visible.ant-typography:hover .ant-typography-copy {
  opacity: 1;
  visibility: visible;
}

.ant-table-wrapper .ant-table-cell .ant-table-container:first-child {
  border-top: 1px solid var(--ant-color-border-secondary) !important;
}

.iom-list-menu-dropdown ul li {
  padding: 0px !important;
}
.iom-list-menu-dropdown ul li button {
  justify-content: start !important;
  padding-left: 8px !important;
  background-color: unset !important;
}

[readonly].ant-input:not(.ant-input-borderless):not(.ant-input-affix-wrapper .ant-input),
.ant-input-number-readonly:not(.ant-input-number-borderless),
.ant-input-affix-wrapper-readonly:not(.ant-input-borderless) {
  border-color: var(--ant-color-border) !important;
  background-color: var(--ant-color-bg-container-disabled) !important;
  box-shadow: unset !important;
}

[disabled].ant-input.ant-input-disabled {
  color: var(--ant-color-text) !important;
}

.iom-ant-list-borderless .ant-list-split .ant-list-item {
  border: none !important;
  padding: 0 !important;
}

:root .ant-pagination .ant-pagination-item-active {
  background-color: var(--ant-color-fill-secondary);
  border-color: transparent;
}

.ant-notification-notice-description {
  max-height: max(100vh - 400px, 200px);
  overflow-y: auto;
}

/* bc of tailwind base layer */
.ant-result-icon svg {
  display: inline-block !important;
  vertical-align: middle !important;
}

svg {
  display: inline-block !important;
}@font-face {
  font-family: "JetBrainsMono";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/JetBrainsMono-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "JetBrainsMono";
  font-style: italic;
  font-weight: 400;
  src: url("/fonts/JetBrainsMono-Italic.woff2") format("woff2");
}
.cm-focused {
  outline: unset !important;
}.ant-menu-inline-collapsed > .ant-menu-item,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
  padding: 0 calc(50% - 14px);
}

.sideabar-menu-title {
  color: var(--ant-color-text);
  font-weight: 500;
  font-size: 13px;
  padding-bottom: 4px;
  margin-left: 16px;
  white-space: nowrap;
  opacity: 1;
  transition: opacity 300ms;
}
.sideabar-menu-title.hidden {
  opacity: 0;
}

.user-menu-popup {
  width: 100%;
}
.user-menu-popup .ant-space-item-split {
  margin-left: -12px;
  margin-right: -12px;
}
.user-menu-popup .ant-space-item-split .ant-divider {
  margin-top: 2px;
  margin-bottom: 2px;
}

.sidebar-menu {
  max-height: calc(100vh - 48px);
  padding: 16px 0;
  overflow-y: auto;
}
.sidebar-menu .ant-menu-item-group-title {
  color: var(--ant-color-text);
  font-weight: 500;
  font-size: 13px;
  padding-bottom: 4px;
}
.sidebar-menu .ant-menu-item {
  color: var(--ant-color-text-secondary) !important;
}
.sidebar-menu .ant-menu-inline-collapsed .ant-menu-item-group-title {
  display: none;
}
.sidebar-menu .ant-menu-inline-collapsed .ant-menu-item {
  padding-inline: calc(50% - 14px) !important;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  overflow: auto;
}

.container-sm {
  max-width: 680px !important;
}

.container-md {
  max-width: 768px !important;
}

.container-lg {
  max-width: 1024px !important;
}

.container-xl {
  max-width: 1280px !important;
}

.settings-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  overflow: auto;
  padding-bottom: 1rem;
}

/* ant sm */
/* @media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
} */
/* ant md */
/* @media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
} */
/* ant lg */
@media (min-width: 992px) {
  .settings-container {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
/* ant xl */
@media (min-width: 1200px) {
  .settings-container {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
/* ant xxl */
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
  .settings-container {
    padding-left: 1.4rem;
    padding-right: 4rem;
  }
}/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@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-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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;
    }
  }
}

@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-500: oklch(63.7% .237 25.331);
    --color-blue-500: oklch(62.3% .214 259.815);
    --color-gray-200: oklch(92.8% .006 264.531);
    --spacing: .25rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -webkit-text-decoration: 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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .collapse {
    visibility: collapse;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .top-1\/2 {
    top: 50%;
  }

  .right-2 {
    right: calc(var(--spacing) * 2);
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .\!m-0 {
    margin: calc(var(--spacing) * 0) !important;
  }

  .m-0 {
    margin: calc(var(--spacing) * 0);
  }

  .m-2 {
    margin: calc(var(--spacing) * 2);
  }

  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }

  .mr-0\.5 {
    margin-right: calc(var(--spacing) * .5);
  }

  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }

  .\!mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5) !important;
  }

  .\!mb-3 {
    margin-bottom: calc(var(--spacing) * 3) !important;
  }

  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }

  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }

  .ml-auto {
    margin-left: auto;
  }

  .box-border {
    box-sizing: border-box;
  }

  .\!flex {
    display: flex !important;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .flex\! {
    display: flex !important;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .hidden\! {
    display: none !important;
  }

  .inline {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .inline-flex {
    display: inline-flex;
  }

  .list-item {
    display: list-item;
  }

  .table {
    display: table;
  }

  .\!h-full {
    height: 100% !important;
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-\[10px\] {
    height: 10px;
  }

  .h-\[80px\] {
    height: 80px;
  }

  .h-full {
    height: 100%;
  }

  .max-h-\[130px\] {
    max-height: 130px;
  }

  .\!w-\[142px\] {
    width: 142px !important;
  }

  .\!w-full {
    width: 100% !important;
  }

  .w-\[10px\] {
    width: 10px;
  }

  .w-\[110px\] {
    width: 110px;
  }

  .w-\[180px\] {
    width: 180px;
  }

  .w-\[350px\] {
    width: 350px;
  }

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

  .max-w-\[180px\] {
    max-width: 180px;
  }

  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }

  .flex-1 {
    flex: 1;
  }

  .flex-shrink-0, .shrink-0 {
    flex-shrink: 0;
  }

  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .cursor-default {
    cursor: default;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-col-reverse {
    flex-direction: column-reverse;
  }

  .flex-row {
    flex-direction: row;
  }

  .flex-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-nowrap {
    flex-wrap: nowrap;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .\!items-center {
    align-items: center !important;
  }

  .items-baseline {
    align-items: baseline;
  }

  .items-center {
    align-items: center;
  }

  .items-end {
    align-items: flex-end;
  }

  .items-start {
    align-items: flex-start;
  }

  .items-stretch {
    align-items: stretch;
  }

  .\!justify-center {
    justify-content: center !important;
  }

  .justify-around {
    justify-content: space-around;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-end {
    justify-content: flex-end;
  }

  .justify-evenly {
    justify-content: space-evenly;
  }

  .justify-start {
    justify-content: flex-start;
  }

  .justify-stretch {
    justify-content: stretch;
  }

  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }

  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  .gap-9 {
    gap: calc(var(--spacing) * 9);
  }

  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }

  .gap-\[2px\] {
    gap: 2px;
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-auto {
    overflow: auto;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .overflow-y-scroll {
    overflow-y: scroll;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .\!border-2 {
    border-style: var(--tw-border-style) !important;
    border-width: 2px !important;
  }

  .border, .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-l-0 {
    border-left-style: var(--tw-border-style);
    border-left-width: 0;
  }

  .\!border-none {
    --tw-border-style: none !important;
    border-style: none !important;
  }

  .\!border-\[var\(--ant-color-primary\)\] {
    border-color: var(--ant-color-primary) !important;
  }

  .\!border-\[var\(--iom-stone-100-border\)\] {
    border-color: var(--iom-stone-100-border) !important;
  }

  .border-\[var\(--iom-stone-50-border\)\] {
    border-color: var(--iom-stone-50-border);
  }

  .border-gray-200 {
    border-color: var(--color-gray-200);
  }

  .\!bg-\[var\(--ant-color-fill-tertiary\)\] {
    background-color: var(--ant-color-fill-tertiary) !important;
  }

  .\!bg-\[var\(--iom-stone-100-surface\)\] {
    background-color: var(--iom-stone-100-surface) !important;
  }

  .bg-\[transparent\] {
    background-color: #0000;
  }

  .bg-\[var\(--iom-stone-50-surface\)\] {
    background-color: var(--iom-stone-50-surface);
  }

  .bg-\[var\(--iom-stone-100-surface\)\] {
    background-color: var(--iom-stone-100-surface);
  }

  .bg-\[var\(--iom-stone-300-surface\)\] {
    background-color: var(--iom-stone-300-surface);
  }

  .bg-\[var\(--iom-stone-900-surface\)\] {
    background-color: var(--iom-stone-900-surface);
  }

  .\!p-3 {
    padding: calc(var(--spacing) * 3) !important;
  }

  .\!p-3\.5 {
    padding: calc(var(--spacing) * 3.5) !important;
  }

  .p-0 {
    padding: calc(var(--spacing) * 0);
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .\!px-3 {
    padding-inline: calc(var(--spacing) * 3) !important;
  }

  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }

  .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);
  }

  .\!py-6 {
    padding-block: calc(var(--spacing) * 6) !important;
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .\!pt-0 {
    padding-top: calc(var(--spacing) * 0) !important;
  }

  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }

  .\!pr-8 {
    padding-right: calc(var(--spacing) * 8) !important;
  }

  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }

  .\!pb-3 {
    padding-bottom: calc(var(--spacing) * 3) !important;
  }

  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }

  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }

  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }

  .text-center {
    text-align: center;
  }

  .align-\[-1\.5px\] {
    vertical-align: -1.5px;
  }

  .font-mono {
    font-family: var(--font-mono);
  }

  .\!text-base {
    font-size: var(--text-base) !important;
    line-height: var(--tw-leading, var(--text-base--line-height)) !important;
  }

  .\!text-xs {
    font-size: var(--text-xs) !important;
    line-height: var(--tw-leading, var(--text-xs--line-height)) !important;
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .text-\[14px\] {
    font-size: 14px;
  }

  .text-\[16px\] {
    font-size: 16px;
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .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);
  }

  .text-nowrap {
    text-wrap: nowrap;
  }

  .break-all {
    word-break: break-all;
  }

  .text-ellipsis {
    text-overflow: ellipsis;
  }

  .whitespace-normal {
    white-space: normal;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .text-\[var\(--ant-color-error-text\)\] {
    color: var(--ant-color-error-text);
  }

  .text-\[var\(--ant-color-text-description\)\] {
    color: var(--ant-color-text-description);
  }

  .text-\[var\(--ant-color-text-secondary\)\] {
    color: var(--ant-color-text-secondary);
  }

  .text-\[var\(--ant-color-text-tertiary\)\] {
    color: var(--ant-color-text-tertiary);
  }

  .text-\[var\(--iom-stone-text\)\] {
    color: var(--iom-stone-text);
  }

  .text-\[var\(--iom-text-primary\)\] {
    color: var(--iom-text-primary);
  }

  .text-blue-500 {
    color: var(--color-blue-500);
  }

  .text-red-500 {
    color: var(--color-red-500);
  }

  .capitalize {
    text-transform: capitalize;
  }

  .lowercase {
    text-transform: lowercase;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .line-through {
    text-decoration-line: line-through;
  }

  .underline {
    text-decoration-line: underline;
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, 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));
  }

  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }

  @media (min-width: 48rem) {
    .md\:flex-1\/4 {
      flex: 25%;
    }

    .md\:flex-3\/4 {
      flex: 75%;
    }

    .md\:flex-row {
      flex-direction: row;
    }

    .md\:gap-0 {
      gap: calc(var(--spacing) * 0);
    }
  }

  @media (prefers-color-scheme: dark) {
    .dark\:\!border-\[var\(--ant-color-border\)\] {
      border-color: var(--ant-color-border) !important;
    }

    .dark\:\!bg-\[var\(--ant-color-fill-tertiary\)\] {
      background-color: var(--ant-color-fill-tertiary) !important;
    }
  }

  .\[\&\>img\]\:shadow-\[-1px_1px_3px_0px_rgba\(0\,0\,0\,0\.2\)\] > img {
    --tw-shadow: -1px 1px 3px 0px var(--tw-shadow-color, #0003);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}

:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
}

#root {
  width: 100vw;
  height: 100vh;
}

html {
  overscroll-behavior: none;
}

body {
  overscroll-behavior: none;
  margin: 0;
  overflow-x: hidden;
}

strong {
  font-weight: 500 !important;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-normal {
  white-space: normal;
}

.overflow-hidden {
  overflow: hidden;
}

.justify-start {
  justify-content: flex-start;
}

.hover-underline:hover {
  text-decoration: underline !important;
}

.no-select {
  -webkit-user-select: none;
  user-select: none;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.display-none {
  display: none !important;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

.line-through {
  text-decoration: line-through;
}

@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@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
}
svg#ph.text-top {
  vertical-align: text-top !important;
}

svg#ph.text-bottom {
  vertical-align: text-bottom !important;
  margin-left: 4px;
}

svg#ph[width="14"] {
  vertical-align: -0.16em;
}

svg#ph[width="16"] {
  vertical-align: -0.22em;
}

svg#ph[width="18"] {
  vertical-align: -0.3em;
}

svg#ph[width="20"] {
  vertical-align: -0.32em;
}

svg#ph[width="24"] {
  vertical-align: -0.36em;
}

svg#ph[width="28"] {
  vertical-align: -0.2em;
}

svg#ph[width="32"] {
  vertical-align: -0.86em;
}:root {
  --iom-apricot-surface: #f7c77e;
  --iom-apricot-border: #e39740;
  --iom-apricot-text: #85491c;
  --iom-stone-surface: #c9b9ad;
  --iom-stone-border: #9e8b82;
  --iom-stone-text: #54433e;
  --iom-stone-100-surface: #E8E1DA;
  --iom-stone-300-surface: #C9B9AD;
  --iom-stone-900-surface: #473733;
  --iom-stone-900-border: #6b5851;
  --iom-stone-900-text: #c9b9ad;
  --iom-stone-500-surface: #9e8b82;
  --iom-stone-100-surface: #e8e1da;
  --iom-stone-100-border: #c9b9ad;
  --iom-stone-100-text: #6b5851;
  --iom-stone-50-surface: #f2eeeb;
  --iom-stone-50-border: #c9b9ad;
  --iom-stone-50-text: #6b5851;
  --iom-racing-surface: #a0b8a0;
  --iom-racing-border: #617a61;
  --iom-racing-text: #344234;
  --iom-lake-surface: #b1c4f2;
  --iom-lake-border: #8292e0;
  --iom-lake-text: #424778;
  --iom-lake-900-surface: #373a63;
  --iom-lake-900-border: #565f9c;
  --iom-lake-900-text: #b1c4f2;
  --iom-geode-surface: #d9c5dc;
  --iom-geode-border: #b997bd;
  --iom-geode-text: #634b63;
  --iom-reef-surface: #f5beb3;
  --iom-reef-border: #ed7e68;
  --iom-reef-text: #96311d;
  --iom-text-primary: #202020;
}
:root [data-theme=dark] {
  --iom-lake-900-border: #8292e0;
  --iom-reef-text: #ed7e68;
  --iom-stone-border: #c9b9ad;
  --iom-text-primary: #FCFCF8;
}/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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;
    }
  }
}

@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-500: oklch(63.7% .237 25.331);
    --color-blue-500: oklch(62.3% .214 259.815);
    --color-gray-200: oklch(92.8% .006 264.531);
    --spacing: .25rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --text-heading-1: 2.5rem;
    --text-heading-2: 2.25rem;
    --text-heading-3: 2rem;
    --text-heading-4: 1.75rem;
    --text-heading-5: 1.5rem;
    --text-heading-6: 1.25rem;
    --text-body-lg: 1.125rem;
    --text-body-md: 1rem;
    --text-body-sm: .875rem;
    --text-body-xs: .75rem;
    --spacing-heading-1: 3rem;
    --spacing-heading-2: 2.75rem;
    --spacing-heading-3: 2.5rem;
    --spacing-heading-4: 2.25rem;
    --spacing-heading-5: 2rem;
    --spacing-heading-6: 1.75rem;
    --spacing-body-lg: 1.5rem;
    --spacing-body-md: 1.375rem;
    --spacing-body-sm: 1.25rem;
    --spacing-body-xs: 1rem;
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -webkit-text-decoration: 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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .collapse {
    visibility: collapse;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .top-1\/2 {
    top: 50%;
  }

  .right-2 {
    right: calc(var(--spacing) * 2);
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .\!m-0 {
    margin: calc(var(--spacing) * 0) !important;
  }

  .m-0 {
    margin: calc(var(--spacing) * 0);
  }

  .m-2 {
    margin: calc(var(--spacing) * 2);
  }

  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }

  .mr-0\.5 {
    margin-right: calc(var(--spacing) * .5);
  }

  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }

  .\!mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5) !important;
  }

  .\!mb-3 {
    margin-bottom: calc(var(--spacing) * 3) !important;
  }

  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }

  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }

  .ml-auto {
    margin-left: auto;
  }

  .box-border {
    box-sizing: border-box;
  }

  .\!flex {
    display: flex !important;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .flex\! {
    display: flex !important;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .hidden\! {
    display: none !important;
  }

  .inline {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .inline-flex {
    display: inline-flex;
  }

  .list-item {
    display: list-item;
  }

  .table {
    display: table;
  }

  .\!h-full {
    height: 100% !important;
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-\[10px\] {
    height: 10px;
  }

  .h-\[80px\] {
    height: 80px;
  }

  .h-full {
    height: 100%;
  }

  .max-h-\[130px\] {
    max-height: 130px;
  }

  .\!w-\[142px\] {
    width: 142px !important;
  }

  .\!w-full {
    width: 100% !important;
  }

  .w-\[10px\] {
    width: 10px;
  }

  .w-\[110px\] {
    width: 110px;
  }

  .w-\[180px\] {
    width: 180px;
  }

  .w-\[350px\] {
    width: 350px;
  }

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

  .max-w-\[180px\] {
    max-width: 180px;
  }

  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }

  .flex-1 {
    flex: 1;
  }

  .flex-shrink-0, .shrink-0 {
    flex-shrink: 0;
  }

  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .cursor-default {
    cursor: default;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-col-reverse {
    flex-direction: column-reverse;
  }

  .flex-row {
    flex-direction: row;
  }

  .flex-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-nowrap {
    flex-wrap: nowrap;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .\!items-center {
    align-items: center !important;
  }

  .items-baseline {
    align-items: baseline;
  }

  .items-center {
    align-items: center;
  }

  .items-end {
    align-items: flex-end;
  }

  .items-start {
    align-items: flex-start;
  }

  .items-stretch {
    align-items: stretch;
  }

  .\!justify-center {
    justify-content: center !important;
  }

  .justify-around {
    justify-content: space-around;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-end {
    justify-content: flex-end;
  }

  .justify-evenly {
    justify-content: space-evenly;
  }

  .justify-start {
    justify-content: flex-start;
  }

  .justify-stretch {
    justify-content: stretch;
  }

  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }

  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  .gap-9 {
    gap: calc(var(--spacing) * 9);
  }

  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }

  .gap-\[2px\] {
    gap: 2px;
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-auto {
    overflow: auto;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .overflow-y-scroll {
    overflow-y: scroll;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .\!border-2 {
    border-style: var(--tw-border-style) !important;
    border-width: 2px !important;
  }

  .border, .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-l-0 {
    border-left-style: var(--tw-border-style);
    border-left-width: 0;
  }

  .\!border-none {
    --tw-border-style: none !important;
    border-style: none !important;
  }

  .\!border-\[var\(--ant-color-primary\)\] {
    border-color: var(--ant-color-primary) !important;
  }

  .\!border-\[var\(--iom-stone-100-border\)\] {
    border-color: var(--iom-stone-100-border) !important;
  }

  .border-\[var\(--iom-stone-50-border\)\] {
    border-color: var(--iom-stone-50-border);
  }

  .border-gray-200 {
    border-color: var(--color-gray-200);
  }

  .\!bg-\[var\(--ant-color-fill-tertiary\)\] {
    background-color: var(--ant-color-fill-tertiary) !important;
  }

  .\!bg-\[var\(--iom-stone-100-surface\)\] {
    background-color: var(--iom-stone-100-surface) !important;
  }

  .bg-\[transparent\] {
    background-color: #0000;
  }

  .bg-\[var\(--iom-stone-50-surface\)\] {
    background-color: var(--iom-stone-50-surface);
  }

  .bg-\[var\(--iom-stone-100-surface\)\] {
    background-color: var(--iom-stone-100-surface);
  }

  .bg-\[var\(--iom-stone-300-surface\)\] {
    background-color: var(--iom-stone-300-surface);
  }

  .bg-\[var\(--iom-stone-900-surface\)\] {
    background-color: var(--iom-stone-900-surface);
  }

  .\!p-3 {
    padding: calc(var(--spacing) * 3) !important;
  }

  .\!p-3\.5 {
    padding: calc(var(--spacing) * 3.5) !important;
  }

  .p-0 {
    padding: calc(var(--spacing) * 0);
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .\!px-3 {
    padding-inline: calc(var(--spacing) * 3) !important;
  }

  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }

  .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);
  }

  .\!py-6 {
    padding-block: calc(var(--spacing) * 6) !important;
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .\!pt-0 {
    padding-top: calc(var(--spacing) * 0) !important;
  }

  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }

  .\!pr-8 {
    padding-right: calc(var(--spacing) * 8) !important;
  }

  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }

  .\!pb-3 {
    padding-bottom: calc(var(--spacing) * 3) !important;
  }

  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }

  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }

  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }

  .text-center {
    text-align: center;
  }

  .align-\[-1\.5px\] {
    vertical-align: -1.5px;
  }

  .font-mono {
    font-family: var(--font-mono);
  }

  .\!text-base {
    font-size: var(--text-base) !important;
    line-height: var(--tw-leading, var(--text-base--line-height)) !important;
  }

  .\!text-xs {
    font-size: var(--text-xs) !important;
    line-height: var(--tw-leading, var(--text-xs--line-height)) !important;
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .text-\[14px\] {
    font-size: 14px;
  }

  .text-\[16px\] {
    font-size: 16px;
  }

  .text-body-lg {
    font-size: var(--text-body-lg);
  }

  .text-body-md {
    font-size: var(--text-body-md);
  }

  .text-body-sm {
    font-size: var(--text-body-sm);
  }

  .text-body-xs {
    font-size: var(--text-body-xs);
  }

  .text-heading-1 {
    font-size: var(--text-heading-1);
  }

  .text-heading-2 {
    font-size: var(--text-heading-2);
  }

  .text-heading-3 {
    font-size: var(--text-heading-3);
  }

  .text-heading-4 {
    font-size: var(--text-heading-4);
  }

  .text-heading-5 {
    font-size: var(--text-heading-5);
  }

  .text-heading-6 {
    font-size: var(--text-heading-6);
  }

  .leading-body-lg {
    --tw-leading: var(--spacing-body-lg);
    line-height: var(--spacing-body-lg);
  }

  .leading-body-md {
    --tw-leading: var(--spacing-body-md);
    line-height: var(--spacing-body-md);
  }

  .leading-body-sm {
    --tw-leading: var(--spacing-body-sm);
    line-height: var(--spacing-body-sm);
  }

  .leading-body-xs {
    --tw-leading: var(--spacing-body-xs);
    line-height: var(--spacing-body-xs);
  }

  .leading-heading-1 {
    --tw-leading: var(--spacing-heading-1);
    line-height: var(--spacing-heading-1);
  }

  .leading-heading-2 {
    --tw-leading: var(--spacing-heading-2);
    line-height: var(--spacing-heading-2);
  }

  .leading-heading-3 {
    --tw-leading: var(--spacing-heading-3);
    line-height: var(--spacing-heading-3);
  }

  .leading-heading-4 {
    --tw-leading: var(--spacing-heading-4);
    line-height: var(--spacing-heading-4);
  }

  .leading-heading-5 {
    --tw-leading: var(--spacing-heading-5);
    line-height: var(--spacing-heading-5);
  }

  .leading-heading-6 {
    --tw-leading: var(--spacing-heading-6);
    line-height: var(--spacing-heading-6);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .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);
  }

  .text-nowrap {
    text-wrap: nowrap;
  }

  .break-all {
    word-break: break-all;
  }

  .text-ellipsis {
    text-overflow: ellipsis;
  }

  .whitespace-normal {
    white-space: normal;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .text-\[var\(--ant-color-error-text\)\] {
    color: var(--ant-color-error-text);
  }

  .text-\[var\(--ant-color-text-description\)\] {
    color: var(--ant-color-text-description);
  }

  .text-\[var\(--ant-color-text-secondary\)\] {
    color: var(--ant-color-text-secondary);
  }

  .text-\[var\(--ant-color-text-tertiary\)\] {
    color: var(--ant-color-text-tertiary);
  }

  .text-\[var\(--iom-stone-text\)\] {
    color: var(--iom-stone-text);
  }

  .text-\[var\(--iom-text-primary\)\] {
    color: var(--iom-text-primary);
  }

  .text-blue-500 {
    color: var(--color-blue-500);
  }

  .text-red-500 {
    color: var(--color-red-500);
  }

  .capitalize {
    text-transform: capitalize;
  }

  .lowercase {
    text-transform: lowercase;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .line-through {
    text-decoration-line: line-through;
  }

  .underline {
    text-decoration-line: underline;
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, 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));
  }

  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }

  @media (min-width: 48rem) {
    .md\:flex-1\/4 {
      flex: 25%;
    }

    .md\:flex-3\/4 {
      flex: 75%;
    }

    .md\:flex-row {
      flex-direction: row;
    }

    .md\:gap-0 {
      gap: calc(var(--spacing) * 0);
    }
  }

  @media (prefers-color-scheme: dark) {
    .dark\:\!border-\[var\(--ant-color-border\)\] {
      border-color: var(--ant-color-border) !important;
    }

    .dark\:\!bg-\[var\(--ant-color-fill-tertiary\)\] {
      background-color: var(--ant-color-fill-tertiary) !important;
    }
  }

  .\[\&\>img\]\:shadow-\[-1px_1px_3px_0px_rgba\(0\,0\,0\,0\.2\)\] > img {
    --tw-shadow: -1px 1px 3px 0px var(--tw-shadow-color, #0003);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}

@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@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
}
