/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/montserrat-v13-latin-regular.woff') format('woff');
}
/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/montserrat-v13-latin-500.woff') format('woff');
}
/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/montserrat-v13-latin-600.woff') format('woff');
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/montserrat-v13-latin-700.woff') format('woff');
}
/* montserrat-900 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/montserrat-v13-latin-900.woff') format('woff');
}
:root {
  --color-text: #333;
  --color-text-muted: #888;
  --color-text-disabled: #cbcbcb;
  --color-text-on-primary: #fff;
  --color-border: #e5e3e8;
  --color-border-light: #e8e8e8;
  --color-border-disabled: #dfdfdf;
  --color-bg-elevated: #fff;
  --color-bg-container: #f0f2f5;
  --color-bg-muted: #efefef;
  --color-bg-disabled: #f2f2f2;
  --color-primary: #1890ff;
  --color-primary-hover: #40a9ff;
  --color-shadow: rgba(0, 0, 0, 0.3);
  --color-shadow-inset-dark: rgba(0, 0, 0, 0.12);
  --color-shadow-inset-light: rgba(0, 0, 0, 0.05);
}
html[data-theme='dark'] {
  --color-text: rgba(255, 255, 255, 0.88);
  --color-text-muted: rgba(255, 255, 255, 0.55);
  --color-text-disabled: rgba(255, 255, 255, 0.3);
  --color-text-on-primary: #fff;
  --color-border: #424242;
  --color-border-light: #303030;
  --color-border-disabled: #303030;
  --color-bg-elevated: #1f1f1f;
  --color-bg-container: #141414;
  --color-bg-muted: #262626;
  --color-bg-disabled: #262626;
  --color-primary: #1890ff;
  --color-primary-hover: #40a9ff;
  --color-shadow: rgba(0, 0, 0, 0.7);
  --color-shadow-inset-dark: rgba(255, 255, 255, 0.12);
  --color-shadow-inset-light: rgba(255, 255, 255, 0.05);
}
* {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
._chipLabel_ey6nb_75 {
  display: flex;
  column-gap: 12px;
}
._drawer_ey6nb_79 ._drawerLabel_ey6nb_79 {
  display: flex;
  column-gap: 12px;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
}
._drawer_ey6nb_79 .ant-drawer-body {
  padding: 0;
}
._drawer_ey6nb_79 .ant-drawer-body > div {
  padding: 24px;
}
._drawerContent_ey6nb_92 .ant-space-item {
  border-radius: 8px;
  border: 1px solid var(--color-border-light);
  background-color: var(--color-bg-elevated);
  padding: 24px;
}
._extraSwitch_ey6nb_98 label::after {
  content: '' !important;
}
._extraSwitch_ey6nb_98 .ant-form-item {
  margin-bottom: 0;
}
._exportModal_ey6nb_104 ._ant-modal-confirm-content_ey6nb_104 {
  max-height: 70vh;
  overflow: auto;
  border-radius: 8px;
  margin-left: -34px;
}
._modalFooter_ey6nb_110 {
  margin-top: calc(24px * 1);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: calc(24px / 2);
}
._gridList_ey6nb_117 ._gridHeader_ey6nb_117,
._gridList_ey6nb_117 ._gridFooter_ey6nb_118 {
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
._gridList_ey6nb_117 ._eFlex_ey6nb_124 {
  display: flex;
  align-items: center;
  column-gap: calc(24px / 2);
  overflow: hidden;
}
._gridList_ey6nb_117 ._eFlex_ey6nb_124 img {
  width: 32px;
  height: 32px;
  border-radius: 4px;
}
._gridList_ey6nb_117 ._gridHeader_ey6nb_117 {
  display: flex;
}
._toolbar_ey6nb_138 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 8px;
}
.ant-drawer {
  z-index: 1051 !important;
}
.ant-collapse {
  height: 100%;
}
.ant-collapse ._ant-collapse-item_ey6nb_150 {
  height: inherit;
}
.ant-collapse ._ant-collapse-content_ey6nb_153 {
  height: calc(100% - 56px);
}
.ant-collapse-header {
  min-height: 55px;
  align-items: center !important;
  flex-wrap: wrap !important;
}
.ant-collapse-header ._ant-collapse-header-text_ey6nb_161 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ant-dropdown-menu-item-extra {
  flex-grow: 1;
  text-align: right;
}
.ant-spin-nested-loading {
  display: contents;
}
.w-json-view-container {
  width: 100%;
}
._extraPanel_ey6nb_176 {
  display: flex;
  column-gap: 8px;
}
._header_ey6nb_180 {
  box-shadow: 0 5px 10px var(--color-shadow);
  border-bottom: 1px solid var(--color-border);
}
._footer_ey6nb_184 {
  border-top: 1px solid var(--color-border);
  text-align: center;
  background: var(--color-bg-elevated);
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/montserrat-v13-latin-regular.woff') format('woff');
}
/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/montserrat-v13-latin-500.woff') format('woff');
}
/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/montserrat-v13-latin-600.woff') format('woff');
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/montserrat-v13-latin-700.woff') format('woff');
}
/* montserrat-900 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/montserrat-v13-latin-900.woff') format('woff');
}
:root {
  --color-text: #333;
  --color-text-muted: #888;
  --color-text-disabled: #cbcbcb;
  --color-text-on-primary: #fff;
  --color-border: #e5e3e8;
  --color-border-light: #e8e8e8;
  --color-border-disabled: #dfdfdf;
  --color-bg-elevated: #fff;
  --color-bg-container: #f0f2f5;
  --color-bg-muted: #efefef;
  --color-bg-disabled: #f2f2f2;
  --color-primary: #1890ff;
  --color-primary-hover: #40a9ff;
  --color-shadow: rgba(0, 0, 0, 0.3);
  --color-shadow-inset-dark: rgba(0, 0, 0, 0.12);
  --color-shadow-inset-light: rgba(0, 0, 0, 0.05);
}
html[data-theme='dark'] {
  --color-text: rgba(255, 255, 255, 0.88);
  --color-text-muted: rgba(255, 255, 255, 0.55);
  --color-text-disabled: rgba(255, 255, 255, 0.3);
  --color-text-on-primary: #fff;
  --color-border: #424242;
  --color-border-light: #303030;
  --color-border-disabled: #303030;
  --color-bg-elevated: #1f1f1f;
  --color-bg-container: #141414;
  --color-bg-muted: #262626;
  --color-bg-disabled: #262626;
  --color-primary: #1890ff;
  --color-primary-hover: #40a9ff;
  --color-shadow: rgba(0, 0, 0, 0.7);
  --color-shadow-inset-dark: rgba(255, 255, 255, 0.12);
  --color-shadow-inset-light: rgba(255, 255, 255, 0.05);
}
* {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
._chipLabel_myxlx_75 {
  display: flex;
  column-gap: 12px;
}
._drawer_myxlx_79 ._drawerLabel_myxlx_79 {
  display: flex;
  column-gap: 12px;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
}
._drawer_myxlx_79 .ant-drawer-body {
  padding: 0;
}
._drawer_myxlx_79 .ant-drawer-body > div {
  padding: 24px;
}
._drawerContent_myxlx_92 .ant-space-item {
  border-radius: 8px;
  border: 1px solid var(--color-border-light);
  background-color: var(--color-bg-elevated);
  padding: 24px;
}
._extraSwitch_myxlx_98 label::after {
  content: '' !important;
}
._extraSwitch_myxlx_98 .ant-form-item {
  margin-bottom: 0;
}
._exportModal_myxlx_104 ._ant-modal-confirm-content_myxlx_104 {
  max-height: 70vh;
  overflow: auto;
  border-radius: 8px;
  margin-left: -34px;
}
._modalFooter_myxlx_110 {
  margin-top: calc(24px * 1);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: calc(24px / 2);
}
._gridList_myxlx_117 ._gridHeader_myxlx_117,
._gridList_myxlx_117 ._gridFooter_myxlx_118 {
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
._gridList_myxlx_117 ._eFlex_myxlx_124 {
  display: flex;
  align-items: center;
  column-gap: calc(24px / 2);
  overflow: hidden;
}
._gridList_myxlx_117 ._eFlex_myxlx_124 img {
  width: 32px;
  height: 32px;
  border-radius: 4px;
}
._gridList_myxlx_117 ._gridHeader_myxlx_117 {
  display: flex;
}
._toolbar_myxlx_138 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 8px;
}
.ant-drawer {
  z-index: 1051 !important;
}
.ant-collapse {
  height: 100%;
}
.ant-collapse ._ant-collapse-item_myxlx_150 {
  height: inherit;
}
.ant-collapse ._ant-collapse-content_myxlx_153 {
  height: calc(100% - 56px);
}
.ant-collapse-header {
  min-height: 55px;
  align-items: center !important;
  flex-wrap: wrap !important;
}
.ant-collapse-header ._ant-collapse-header-text_myxlx_161 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ant-dropdown-menu-item-extra {
  flex-grow: 1;
  text-align: right;
}
.ant-spin-nested-loading {
  display: contents;
}
.w-json-view-container {
  width: 100%;
}
._extraPanel_myxlx_176 {
  display: flex;
  column-gap: 8px;
}
._info_myxlx_180 {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  width: 300px;
}
._info_myxlx_180 li {
  display: flex;
  justify-content: space-between;
}
._info_myxlx_180 .ant-card-head {
  background-color: var(--color-bg-muted);
}
._infoTitle_myxlx_193 {
  display: flex;
  justify-content: space-between;
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/montserrat-v13-latin-regular.woff') format('woff');
}
/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/montserrat-v13-latin-500.woff') format('woff');
}
/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/montserrat-v13-latin-600.woff') format('woff');
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/montserrat-v13-latin-700.woff') format('woff');
}
/* montserrat-900 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/montserrat-v13-latin-900.woff') format('woff');
}
:root {
  --color-text: #333;
  --color-text-muted: #888;
  --color-text-disabled: #cbcbcb;
  --color-text-on-primary: #fff;
  --color-border: #e5e3e8;
  --color-border-light: #e8e8e8;
  --color-border-disabled: #dfdfdf;
  --color-bg-elevated: #fff;
  --color-bg-container: #f0f2f5;
  --color-bg-muted: #efefef;
  --color-bg-disabled: #f2f2f2;
  --color-primary: #1890ff;
  --color-primary-hover: #40a9ff;
  --color-shadow: rgba(0, 0, 0, 0.3);
  --color-shadow-inset-dark: rgba(0, 0, 0, 0.12);
  --color-shadow-inset-light: rgba(0, 0, 0, 0.05);
}
html[data-theme='dark'] {
  --color-text: rgba(255, 255, 255, 0.88);
  --color-text-muted: rgba(255, 255, 255, 0.55);
  --color-text-disabled: rgba(255, 255, 255, 0.3);
  --color-text-on-primary: #fff;
  --color-border: #424242;
  --color-border-light: #303030;
  --color-border-disabled: #303030;
  --color-bg-elevated: #1f1f1f;
  --color-bg-container: #141414;
  --color-bg-muted: #262626;
  --color-bg-disabled: #262626;
  --color-primary: #1890ff;
  --color-primary-hover: #40a9ff;
  --color-shadow: rgba(0, 0, 0, 0.7);
  --color-shadow-inset-dark: rgba(255, 255, 255, 0.12);
  --color-shadow-inset-light: rgba(255, 255, 255, 0.05);
}
* {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
._chipLabel_wou1x_75 {
  display: flex;
  column-gap: 12px;
}
._drawer_wou1x_79 ._drawerLabel_wou1x_79 {
  display: flex;
  column-gap: 12px;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
}
._drawer_wou1x_79 .ant-drawer-body {
  padding: 0;
}
._drawer_wou1x_79 .ant-drawer-body > div {
  padding: 24px;
}
._drawerContent_wou1x_92 .ant-space-item {
  border-radius: 8px;
  border: 1px solid var(--color-border-light);
  background-color: var(--color-bg-elevated);
  padding: 24px;
}
._extraSwitch_wou1x_98 label::after {
  content: '' !important;
}
._extraSwitch_wou1x_98 .ant-form-item {
  margin-bottom: 0;
}
._exportModal_wou1x_104 ._ant-modal-confirm-content_wou1x_104 {
  max-height: 70vh;
  overflow: auto;
  border-radius: 8px;
  margin-left: -34px;
}
._modalFooter_wou1x_110 {
  margin-top: calc(24px * 1);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: calc(24px / 2);
}
._gridList_wou1x_117 ._gridHeader_wou1x_117,
._gridList_wou1x_117 ._gridFooter_wou1x_118 {
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
._gridList_wou1x_117 ._eFlex_wou1x_124 {
  display: flex;
  align-items: center;
  column-gap: calc(24px / 2);
  overflow: hidden;
}
._gridList_wou1x_117 ._eFlex_wou1x_124 img {
  width: 32px;
  height: 32px;
  border-radius: 4px;
}
._gridList_wou1x_117 ._gridHeader_wou1x_117 {
  display: flex;
}
._toolbar_wou1x_138 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 8px;
}
.ant-drawer {
  z-index: 1051 !important;
}
.ant-collapse {
  height: 100%;
}
.ant-collapse ._ant-collapse-item_wou1x_150 {
  height: inherit;
}
.ant-collapse ._ant-collapse-content_wou1x_153 {
  height: calc(100% - 56px);
}
.ant-collapse-header {
  min-height: 55px;
  align-items: center !important;
  flex-wrap: wrap !important;
}
.ant-collapse-header ._ant-collapse-header-text_wou1x_161 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ant-dropdown-menu-item-extra {
  flex-grow: 1;
  text-align: right;
}
.ant-spin-nested-loading {
  display: contents;
}
.w-json-view-container {
  width: 100%;
}
._extraPanel_wou1x_176 {
  display: flex;
  column-gap: 8px;
}
._filters_wou1x_180 {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  flex-wrap: wrap;
}
._spacer_wou1x_187 {
  flex: 1;
}
._empty_wou1x_190 {
  padding: 24px 0;
}
/* Custom styling parameters for the Ant Design v6 Rebranded Landing Page */
.rebranded-landing-root {
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  overflow-x: hidden;
  /* Smooth scroll behavior */
  scroll-behavior: smooth;
  /* Custom Hero Overlay & Blur effects */
  /* Specific premium card highlights */
  /* Micro-animations and hover transitions */
  /* Custom responsive grid layouts */
  /* Custom step progress styles for How It Works */
}
.rebranded-landing-root .hero-section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 80px;
  min-height: 80vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.rebranded-landing-root .hero-section .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.rebranded-landing-root .hero-section .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rebranded-landing-root .hero-section .hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(3, 2, 19, 0.85) 100%);
}
.rebranded-landing-root .hero-section .hero-content {
  position: relative;
  z-index: 10;
}
.rebranded-landing-root .popular-pricing-card {
  border: 2px solid var(--ant-primary-color) !important;
  background: rgba(22, 119, 255, 0.02) !important;
}
.rebranded-landing-root .hover-scale-card {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease !important;
}
.rebranded-landing-root .hover-scale-card:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 12px 24px -10px rgba(0, 0, 0, 0.08) !important;
}
.rebranded-landing-root .section-padding {
  padding: 80px 24px;
}
.rebranded-landing-root .how-it-works-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .rebranded-landing-root .how-it-works-container {
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
  }
}
.rebranded-landing-root .step-item {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .rebranded-landing-root .step-item {
    align-items: flex-start;
    gap: 8px;
    flex: 1;
    justify-content: center;
  }
}
.rebranded-landing-root .step-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 110px;
}
.rebranded-landing-root .step-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #583cf5;
  /* Premium purple-blue */
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0 4px 10px rgba(88, 60, 245, 0.25);
}
.rebranded-landing-root .step-text {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #1f1f1f;
  margin-top: 12px;
  line-height: 1.4;
  word-wrap: break-word;
  white-space: normal;
}
[data-theme='dark'] .rebranded-landing-root .step-text {
  color: rgba(255, 255, 255, 0.85);
}
.rebranded-landing-root .step-chevron {
  display: none;
  color: #bfbfbf;
}
@media (min-width: 768px) {
  .rebranded-landing-root .step-chevron {
    display: block;
    margin-top: 14px;
  }
}
