:root {
  --ng-bg: #eef3f8;
  --ng-bg-soft: #f6f8fb;
  --ng-surface: rgba(255, 255, 255, 0.78);
  --ng-surface-strong: rgba(255, 255, 255, 0.92);
  --ng-border: rgba(255, 255, 255, 0.98);
  --ng-text: #212a37;
  --ng-text-soft: #7e8998;
  --ng-line: rgba(219, 227, 236, 0.92);
  --ng-primary: #323947;
  --ng-primary-soft: #dbe3ef;
  --ng-danger: #f37479;
  --ng-warning: #f1b865;
  --ng-success: #7abf95;
  --ng-shadow-xl: 26px 26px 50px rgba(185, 196, 211, 0.2), -18px -18px 42px rgba(255, 255, 255, 0.92);
  --ng-shadow-lg: 18px 18px 38px rgba(188, 197, 209, 0.18), -14px -14px 28px rgba(255, 255, 255, 0.9);
  --ng-shadow-md: 12px 12px 28px rgba(193, 201, 212, 0.16), -10px -10px 22px rgba(255, 255, 255, 0.9);
  --ng-shadow-inset: inset 4px 4px 10px rgba(205, 213, 222, 0.14), inset -4px -4px 10px rgba(255, 255, 255, 0.98);
  --ng-radius-xxl: 38px;
  --ng-radius-xl: 30px;
  --ng-radius-lg: 24px;
  --ng-radius-md: 18px;
  --ng-radius-sm: 14px;
}

html.dark,
html.dark body {
  --ng-bg: #101620;
  --ng-bg-soft: #151d29;
  --ng-surface: rgba(21, 29, 41, 0.86);
  --ng-surface-strong: rgba(25, 34, 48, 0.94);
  --ng-border: rgba(91, 106, 129, 0.48);
  --ng-text: #e8eef8;
  --ng-text-soft: #98a6ba;
  --ng-line: rgba(91, 106, 129, 0.38);
  --ng-primary: #e8eef8;
  --ng-primary-soft: #263244;
  --ng-danger: #ff707a;
  --ng-warning: #f0b869;
  --ng-success: #62c78d;
  --ng-shadow-xl: 24px 24px 46px rgba(0, 0, 0, 0.34), -14px -14px 32px rgba(80, 96, 122, 0.08);
  --ng-shadow-lg: 18px 18px 36px rgba(0, 0, 0, 0.28), -10px -10px 26px rgba(80, 96, 122, 0.07);
  --ng-shadow-md: 12px 12px 26px rgba(0, 0, 0, 0.24), -8px -8px 20px rgba(80, 96, 122, 0.06);
  --ng-shadow-inset: inset 4px 4px 10px rgba(0, 0, 0, 0.24), inset -4px -4px 10px rgba(86, 101, 126, 0.08);
}

html,
body,
#app,
#app > div,
.n-config-provider,
.n-layout,
.n-layout-scroll-container {
  min-height: 100%;
}

html,
body {
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 255, 255, 0.92) 0, rgba(255, 255, 255, 0) 26%),
    radial-gradient(circle at 84% 18%, rgba(220, 229, 239, 0.75) 0, rgba(220, 229, 239, 0) 24%),
    radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.84) 0, rgba(255, 255, 255, 0) 30%),
    linear-gradient(180deg, #f4f7fb 0%, #eaf0f7 100%);
  background-attachment: fixed;
  color: var(--ng-text);
}

body {
  color: var(--ng-text);
}

html.dark body {
  background:
    radial-gradient(circle at 15% 12%, rgba(64, 83, 108, 0.28) 0, rgba(64, 83, 108, 0) 28%),
    radial-gradient(circle at 86% 16%, rgba(59, 71, 94, 0.24) 0, rgba(59, 71, 94, 0) 25%),
    radial-gradient(circle at 50% 100%, rgba(48, 61, 84, 0.22) 0, rgba(48, 61, 84, 0) 34%),
    linear-gradient(180deg, #111821 0%, #0d121a 100%) !important;
  color: var(--ng-text);
}

a,
.n-breadcrumb .n-breadcrumb-item__link,
.n-button {
  transition: all 0.24s ease;
}

.n-card.n-card--bordered {
  background: var(--ng-surface) !important;
  border: 1px solid var(--ng-border) !important;
  border-radius: var(--ng-radius-xl) !important;
  box-shadow: var(--ng-shadow-lg) !important;
  backdrop-filter: blur(18px);
}

html.dark .n-card.n-card--bordered {
  background: var(--ng-surface) !important;
  border-color: var(--ng-border) !important;
  box-shadow: var(--ng-shadow-lg) !important;
}

.n-card.n-card--bordered .n-card-header {
  padding: 26px 28px 10px !important;
}

.n-card.n-card--bordered .n-card__content {
  padding: 0 28px 26px !important;
}

.n-card.mx-auto.max-w-md {
  width: min(628px, calc(100vw - 28px)) !important;
  margin: 34px auto 22px !important;
  border-radius: var(--ng-radius-xxl) !important;
  box-shadow: var(--ng-shadow-xl) !important;
}

.n-card.mx-auto.max-w-md .n-card__content {
  padding: 38px 40px 0 !important;
}

.n-card.mx-auto.max-w-md h1 {
  margin-bottom: 8px !important;
  font-size: clamp(1.82rem, 2.45vw, 2.3rem) !important;
  font-weight: 760 !important;
  letter-spacing: -0.04em;
  text-align: center !important;
  white-space: nowrap;
  color: #d55b67 !important;
}

html.dark .n-card.mx-auto.max-w-md h1 {
  color: #ff7984 !important;
}

.n-card.mx-auto.max-w-md .p-6 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.n-card.mx-auto.max-w-md h5 {
  margin-top: 0 !important;
  margin-bottom: 8px !important;
  font-size: 0.92rem !important;
}

.n-card.mx-auto.max-w-md h5,
.n-card.mx-auto.max-w-md h6,
.n-card.mx-auto.max-w-md p,
.n-card.mx-auto.max-w-md small,
.n-card.mx-auto.max-w-md .text-gray-500,
.n-card.mx-auto.max-w-md .text-gray-400 {
  color: var(--ng-text-soft) !important;
  text-align: center;
}

html.dark .n-card.mx-auto.max-w-md h5,
html.dark .n-card.mx-auto.max-w-md h6,
html.dark .n-card.mx-auto.max-w-md p,
html.dark .n-card.mx-auto.max-w-md small,
html.dark .n-card.mx-auto.max-w-md .text-gray-500,
html.dark .n-card.mx-auto.max-w-md .text-gray-400 {
  color: var(--ng-text-soft) !important;
}

.n-card.mx-auto.max-w-md .n-input,
.n-card.mx-auto.max-w-md .n-input-number,
.n-card.mx-auto.max-w-md .n-input-wrapper {
  min-height: 40px;
  border-radius: 18px !important;
}

.n-card.mx-auto.max-w-md .n-input {
  --n-height: 40px !important;
  width: 100% !important;
}

.n-card.mx-auto.max-w-md .n-input-wrapper {
  display: flex;
  align-items: center;
  width: 100% !important;
  padding: 0 16px 0 18px !important;
}

html.dark .n-card.mx-auto.max-w-md .n-input,
html.dark .n-card.mx-auto.max-w-md .n-input-number,
html.dark .n-card.mx-auto.max-w-md .n-input-wrapper {
  background: rgba(15, 21, 31, 0.92) !important;
  border-color: rgba(89, 104, 127, 0.62) !important;
  color: var(--ng-text) !important;
  box-shadow: var(--ng-shadow-inset) !important;
}

.n-card.mx-auto.max-w-md .n-input__input {
  display: flex;
  align-items: center;
  min-height: 100%;
  justify-content: flex-start;
}

.n-card.mx-auto.max-w-md .n-input__input-el {
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 !important;
  text-align: left !important;
}

html.dark .n-card.mx-auto.max-w-md .n-input__input-el {
  color: var(--ng-text) !important;
}

.n-card.mx-auto.max-w-md .n-input__placeholder {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  inset: 0 !important;
  padding-left: 0 !important;
  text-align: left !important;
}

html.dark .n-card.mx-auto.max-w-md .n-input__placeholder {
  color: #7f8da3 !important;
}

.n-card.mx-auto.max-w-md .n-input__suffix {
  display: flex;
  align-items: center;
  min-height: 100%;
}

.n-card.mx-auto.max-w-md .n-button.n-button--primary-type {
  min-height: 46px;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #3d4553 0%, #2d3440 100%) !important;
  border: 0 !important;
  box-shadow: 0 18px 28px rgba(58, 67, 82, 0.22) !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex !important;
}

.n-card.mx-auto.max-w-md .n-input-group {
  display: flex !important;
  align-items: stretch !important;
  gap: 10px !important;
}

.n-card.mx-auto.max-w-md .n-input-group > :first-child {
  flex: 0 0 calc(70% - 5px) !important;
  max-width: calc(70% - 5px) !important;
  min-width: 0 !important;
}

.n-card.mx-auto.max-w-md .n-input-group .n-input,
.n-card.mx-auto.max-w-md .n-input-group .n-input-number {
  flex: 0 0 calc(70% - 5px) !important;
  max-width: calc(70% - 5px) !important;
}

.n-card.mx-auto.max-w-md .n-input-group .n-input-wrapper {
  width: 100% !important;
}

.n-card.mx-auto.max-w-md .n-input-group > .n-button,
.n-card.mx-auto.max-w-md .n-input-group .n-button.n-button--primary-type {
  width: calc(30% - 5px) !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-inline: 12px !important;
  flex: 0 0 calc(30% - 5px) !important;
  justify-content: center !important;
  background-clip: padding-box !important;
}


.n-card.mx-auto.max-w-md .ng-email-suffix-group {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(108px, 136px) !important;
  align-items: stretch !important;
  gap: 10px !important;
}

.n-card.mx-auto.max-w-md .ng-email-suffix-group > :first-child,
.n-card.mx-auto.max-w-md .ng-email-suffix-group .n-input,
.n-card.mx-auto.max-w-md .ng-email-suffix-group .n-input-number {
  width: 100% !important;
  max-width: 100% !important;
  flex: 1 1 auto !important;
}

.n-card.mx-auto.max-w-md .ng-email-suffix-select {
  width: 100% !important;
  min-width: 108px !important;
  max-width: 136px !important;
  flex: 0 0 auto !important;
  display: flex !important;
}

.n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection,
.n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection-label {
  width: 100% !important;
  min-height: 40px !important;
  height: 40px !important;
  border-radius: 18px !important;
  background: rgba(247, 249, 252, 0.92) !important;
  box-shadow: var(--ng-shadow-inset) !important;
}

.n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection-label {
  display: flex !important;
  align-items: center !important;
  padding: 0 30px 0 12px !important;
}

.n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection__border,
.n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection__state-border {
  border-radius: 18px !important;
  border-color: rgba(224, 231, 240, 0.9) !important;
}

.n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection-input,
.n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection-input__content,
.n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection-placeholder,
.n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection-overlay {
  color: var(--ng-text) !important;
  font-size: 0.92rem !important;
  font-weight: 760 !important;
  text-align: center !important;
}

.n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-suffix,
.n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-suffix__arrow {
  color: #7c8797 !important;
}

html.dark .n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection,
html.dark .n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection-label {
  background: rgba(15, 21, 31, 0.92) !important;
  box-shadow: var(--ng-shadow-inset) !important;
}

html.dark .n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection__border,
html.dark .n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection__state-border {
  border-color: rgba(89, 104, 127, 0.62) !important;
}

html.dark .n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection-input,
html.dark .n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection-input__content,
html.dark .n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection-placeholder,
html.dark .n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection-overlay {
  color: var(--ng-text) !important;
}

.n-card.mx-auto.max-w-md .n-input-group > .n-button .n-button__border,
.n-card.mx-auto.max-w-md .n-input-group > .n-button .n-button__state-border,
.n-card.mx-auto.max-w-md .n-input-group > .n-button .n-button__state-overlay,
.n-card.mx-auto.max-w-md .n-input-group .n-button.n-button--primary-type .n-button__border,
.n-card.mx-auto.max-w-md .n-input-group .n-button.n-button--primary-type .n-button__state-border,
.n-card.mx-auto.max-w-md .n-input-group .n-button.n-button--primary-type .n-button__state-overlay {
  display: none !important;
  opacity: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.n-card.mx-auto.max-w-md .n-button.n-button--primary-type .n-button__content {
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.n-card.mx-auto.max-w-md .ng-auth-label {
  margin-bottom: 6px;
  color: #2c3747;
  font-size: 0.9rem;
  font-weight: 740;
  text-align: left;
}

html.dark .n-card.mx-auto.max-w-md .ng-auth-label {
  color: #dce5f2 !important;
}

.n-card.mx-auto.max-w-md .ng-email-autocomplete-field {
  position: relative;
  z-index: 20;
  width: 100% !important;
}

.n-card.mx-auto.max-w-md .ng-email-autocomplete-field .n-input,
.n-card.mx-auto.max-w-md .ng-email-autocomplete-field .n-input-wrapper,
.n-card.mx-auto.max-w-md .ng-email-autocomplete-field .n-input__input {
  width: 100% !important;
}

.n-card.mx-auto.max-w-md .ng-email-group--single {
  display: block !important;
}

.n-card.mx-auto.max-w-md .ng-email-group--single > :first-child {
  width: 100% !important;
  max-width: 100% !important;
  flex: 1 1 auto !important;
}

.n-card.mx-auto.max-w-md .ng-email-group--single .ng-email-suffix-hidden {
  display: none !important;
}

.n-card.mx-auto.max-w-md .ng-auth-inline-group {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: stretch !important;
  gap: 12px !important;
}

.n-card.mx-auto.max-w-md .ng-auth-inline-group > :first-child {
  width: 100% !important;
  max-width: 100% !important;
  flex: 1 1 auto !important;
}

.n-card.mx-auto.max-w-md .ng-auth-inline-group > .ng-auth-inline-button,
.n-card.mx-auto.max-w-md .ng-auth-inline-group > .n-button {
  width: auto !important;
  min-width: 112px !important;
  max-width: 136px !important;
  flex: 0 0 auto !important;
  min-height: 40px !important;
  align-self: stretch !important;
  border-radius: 18px !important;
  transition: none !important;
  padding-inline: 22px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(180deg, #465063 0%, #313949 100%) !important;
  border: 1px solid rgba(61, 74, 94, 0.08) !important;
  box-shadow: 0 14px 24px rgba(58, 67, 82, 0.18) !important;
  color: #f7fbff !important;
  opacity: 1 !important;
}

.n-card.mx-auto.max-w-md .n-input-group.ng-auth-inline-group .n-button.n-button--primary-type,
.n-card.mx-auto.max-w-md .n-input-group.ng-auth-inline-group > .ng-auth-inline-button.n-button.n-button--primary-type {
  width: fit-content !important;
  min-width: 128px !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  padding-inline: 24px !important;
}

.n-card.mx-auto.max-w-md .ng-auth-inline-group > .ng-auth-inline-button .n-button__content,
.n-card.mx-auto.max-w-md .ng-auth-inline-group > .n-button .n-button__content,
.n-card.mx-auto.max-w-md .ng-auth-inline-group > .ng-auth-inline-button span,
.n-card.mx-auto.max-w-md .ng-auth-inline-group > .n-button span {
  color: #f7fbff !important;
  opacity: 1 !important;
  transition: none !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

.n-card.mx-auto.max-w-md .ng-email-autocomplete {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 40;
  display: none;
  max-height: 238px;
  padding: 8px;
  overflow-y: auto;
  border: 1px solid rgba(228, 234, 242, 0.98);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 14px 14px 28px rgba(185, 196, 211, 0.2), -8px -8px 18px rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

html.dark .n-card.mx-auto.max-w-md .ng-email-autocomplete {
  background: rgba(18, 25, 36, 0.98) !important;
  border-color: rgba(91, 106, 129, 0.7) !important;
  box-shadow: 14px 14px 28px rgba(0, 0, 0, 0.3), -8px -8px 18px rgba(87, 101, 124, 0.08) !important;
}

.n-card.mx-auto.max-w-md .ng-email-autocomplete--show {
  display: grid;
  gap: 6px;
}

.n-card.mx-auto.max-w-md .ng-email-autocomplete__item {
  width: 100%;
  min-height: 36px;
  padding: 0 12px;
  border: 0;
  border-radius: 12px;
  background: rgba(247, 249, 252, 0.82);
  color: #3e4b5f;
  font-size: 0.9rem;
  font-weight: 680;
  text-align: left;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

html.dark .n-card.mx-auto.max-w-md .ng-email-autocomplete__item {
  background: rgba(27, 36, 50, 0.92) !important;
  color: #dbe4f1 !important;
}

.n-card.mx-auto.max-w-md .ng-email-autocomplete__item:hover {
  background: linear-gradient(180deg, #3d4553 0%, #2d3440 100%) !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.n-card.mx-auto.max-w-md .ng-email-autocomplete__item--active {
  background: linear-gradient(180deg, #3d4553 0%, #2d3440 100%) !important;
  color: #ffffff !important;
}

.ng-email-autocomplete__item--active,
.ng-email-autocomplete__item[aria-selected="true"] {
  background: linear-gradient(180deg, #3d4553 0%, #2d3440 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 16px rgba(45, 52, 64, 0.18) !important;
}

.n-card.mx-auto.max-w-md .mt-5.w-full {
  margin-top: 12px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] {
  margin: 16px -40px 0;
  padding: 15px 40px 18px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(248, 251, 255, 0.68) 100%) !important;
  border-top: 1px solid rgba(231, 236, 243, 0.72);
  border-bottom-left-radius: var(--ng-radius-xxl);
  border-bottom-right-radius: var(--ng-radius-xxl);
}

.n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] {
  position: relative !important;
  overflow: visible !important;
  align-items: center !important;
  gap: 16px !important;
}

.n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] > div:first-child {
  position: relative !important;
  z-index: 3 !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
  pointer-events: auto !important;
}

.n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] > div:last-child {
  position: relative !important;
  z-index: 2 !important;
  flex: 0 0 auto !important;
  pointer-events: auto !important;
}

.n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] > div:first-child a {
  position: relative !important;
  z-index: 4 !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

html.dark .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] {
  background: linear-gradient(180deg, rgba(15, 21, 31, 0) 0%, rgba(16, 23, 34, 0.72) 100%) !important;
  border-top-color: rgba(91, 106, 129, 0.4) !important;
}

.n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] > div:first-child {
  display: flex;
  align-items: center;
  gap: 12px;
}

.n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] > div:first-child a {
  color: #738094 !important;
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 650;
}

html.dark .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] > div:first-child a,
html.dark .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] > div:last-child,
html.dark .n-card.mx-auto.max-w-md .n-button.n-button--default-type {
  color: #aab7ca !important;
}

.n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] > div:first-child a + a::before {
  content: "•";
  color: #c2cad6;
  margin-right: 12px;
}

.n-card.mx-auto.max-w-md .n-button.n-button--default-type {
  border-radius: 999px !important;
  padding-inline: 10px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #556173 !important;
}

.n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] > div:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.94rem;
  color: #738094 !important;
}

.n-layout.n-layout--static-positioned {
  background: transparent !important;
}

.n-layout-sider.n-layout-sider--show-content {
  width: 238px !important;
  max-width: 238px !important;
  min-width: 238px !important;
  flex: 0 0 238px !important;
  margin: 14px 0 14px 14px !important;
  background: var(--ng-surface) !important;
  border: 1px solid var(--ng-border) !important;
  border-radius: var(--ng-radius-xl) !important;
  box-shadow: var(--ng-shadow-lg) !important;
  overflow: hidden;
  transition: width 0.28s cubic-bezier(.4, 0, .2, 1),
    min-width 0.28s cubic-bezier(.4, 0, .2, 1),
    max-width 0.28s cubic-bezier(.4, 0, .2, 1),
    flex-basis 0.28s cubic-bezier(.4, 0, .2, 1),
    margin 0.28s cubic-bezier(.4, 0, .2, 1),
    box-shadow 0.28s cubic-bezier(.4, 0, .2, 1),
    transform 0.28s cubic-bezier(.22, 1, .36, 1),
    opacity 0.24s ease;
}

body.theme-neoglass.route-app.ng-sidebar-collapsed .n-layout-sider.n-layout-sider--show-content,
body.theme-neoglass.route-app.ng-sidebar-collapsed aside.ng-shell-sidebar {
  width: 0 !important;
  max-width: 0 !important;
  min-width: 0 !important;
  flex: 0 0 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
}

.ng-sidebar-overlay {
  position: fixed;
  inset: 0;
  background: rgba(28, 35, 45, 0.22);
  backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
  z-index: 48;
}

body.theme-neoglass.route-app.ng-sidebar-mobile-open .ng-sidebar-overlay {
  opacity: 1;
  pointer-events: auto;
}

.n-layout-sider .n-layout-toggle-button {
  display: none !important;
}

.n-layout-sider .n-layout-sider-scroll-container,
.n-layout-sider .n-scrollbar-content {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 4px;
  padding-right: 6px;
}

body.theme-neoglass.route-app.ng-sidebar-collapsed .n-layout-sider .n-layout-sider-scroll-container,
body.theme-neoglass.route-app.ng-sidebar-collapsed .n-layout-sider .n-scrollbar-content {
  padding: 0 !important;
}

.n-layout-sider .n-menu.side-menu {
  background: transparent !important;
  display: flex !important;
  flex-direction: column !important;
}

.n-layout-sider .n-menu-item,
.n-layout-sider .n-menu-item-group-title,
.n-layout-sider .ant-menu-item {
  margin-inline: 2px !important;
  width: calc(100% - 8px) !important;
}

.n-layout-sider .n-menu-item,
.n-layout-sider .ant-menu-item {
  min-height: 34px;
  border-radius: 12px !important;
  padding-left: 8px !important;
  position: relative;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  border-left: 0 !important;
  border-inline-start: 0 !important;
}

.n-layout-sider .n-menu-item-content,
.n-layout-sider .n-menu-item-content-header,
.n-layout-sider .ant-menu-title-content,
.n-layout-sider .ant-menu-item a,
.n-layout-sider .ant-menu-item span {
  color: #4d5a6b;
  font-weight: 380;
  font-size: 0.94rem;
  transition: color 0.22s ease, opacity 0.22s ease;
}

.n-layout-sider .n-menu-item-content {
  padding-left: 0 !important;
  transition: padding 0.24s ease, justify-content 0.24s ease;
}

.n-layout-sider .n-menu-item-content-header {
  display: flex !important;
  align-items: center !important;
}

body.theme-neoglass.route-app.ng-sidebar-collapsed .n-layout-sider .n-menu-item,
body.theme-neoglass.route-app.ng-sidebar-collapsed .n-layout-sider .ant-menu-item {
  display: none !important;
}

body.theme-neoglass.route-app.ng-sidebar-collapsed .n-layout-sider .n-menu-item[data-ng-current="1"],
body.theme-neoglass.route-app.ng-sidebar-collapsed .n-layout-sider .ant-menu-item[data-ng-current="1"] {
  display: none !important;
}

.n-layout-sider .n-menu-item-content .n-icon,
.n-layout-sider .ant-menu-item .anticon,
.n-layout-sider .ant-menu-item .n-icon {
  margin-right: 10px !important;
}

body.theme-neoglass.route-app.ng-sidebar-collapsed .n-layout-sider .n-menu-item-content,
body.theme-neoglass.route-app.ng-sidebar-collapsed .n-layout-sider .ant-menu-item a,
body.theme-neoglass.route-app.ng-sidebar-collapsed .n-layout-sider .ant-menu-item,
body.theme-neoglass.route-app.ng-sidebar-collapsed .n-layout-sider .n-menu-item-content-header,
body.theme-neoglass.route-app.ng-sidebar-collapsed .n-layout-sider .n-menu-item-content__icon,
body.theme-neoglass.route-app.ng-sidebar-collapsed .n-layout-sider .n-menu-item-content .n-icon,
body.theme-neoglass.route-app.ng-sidebar-collapsed .n-layout-sider .ant-menu-item .anticon,
body.theme-neoglass.route-app.ng-sidebar-collapsed .n-layout-sider .ant-menu-item .n-icon {
  display: none !important;
}

.n-layout-sider .n-menu-item *,
.n-layout-sider .ant-menu-item * {
  border-left: 0 !important;
  border-inline-start: 0 !important;
}

.n-layout-sider .ng-sidebar-active-bar,
.n-layout-sider .n-menu-item::before,
.n-layout-sider .n-menu-item::after,
.n-layout-sider .n-menu-item .n-menu-item-content::before,
.n-layout-sider .n-menu-item .n-menu-item-content::after,
.n-layout-sider .n-menu-item .n-menu-item-content-header::before,
.n-layout-sider .n-menu-item .n-menu-item-content-header::after,
.n-layout-sider .ant-menu-item::before,
.n-layout-sider .ant-menu-item::after,
.n-layout-sider .ant-menu-item a::before,
.n-layout-sider .ant-menu-item a::after,
.n-layout-sider .ant-menu-item span::before,
.n-layout-sider .ant-menu-item span::after {
  display: none !important;
  content: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.n-layout-sider .n-menu-item.n-menu-item--selected,
.n-layout-sider .ant-menu-item-selected,
.n-layout-sider .n-menu-item[data-ng-current="1"],
.n-layout-sider .ant-menu-item[data-ng-current="1"] {
  background: transparent !important;
  box-shadow: none !important;
}

.n-layout-sider .n-menu-item.n-menu-item--selected .n-menu-item-content,
.n-layout-sider .n-menu-item.n-menu-item--selected .n-menu-item-content-header,
.n-layout-sider .n-menu-item.n-menu-item--selected .n-menu-item-content-header__title,
.n-layout-sider .n-menu-item.n-menu-item--selected .n-menu-item-content__icon,
.n-layout-sider .ant-menu-item-selected a,
.n-layout-sider .ant-menu-item-selected > span,
.n-layout-sider .ant-menu-item-selected .ant-menu-title-content,
.n-layout-sider .n-menu-item[data-ng-current="1"] .n-menu-item-content,
.n-layout-sider .n-menu-item[data-ng-current="1"] .n-menu-item-content-header,
.n-layout-sider .n-menu-item[data-ng-current="1"] .n-menu-item-content-header__title,
.n-layout-sider .n-menu-item[data-ng-current="1"] .n-menu-item-content__icon,
.n-layout-sider .ant-menu-item[data-ng-current="1"] a,
.n-layout-sider .ant-menu-item[data-ng-current="1"] > span,
.n-layout-sider .ant-menu-item[data-ng-current="1"] .ant-menu-title-content {
  background: transparent !important;
  box-shadow: none !important;
}

.n-layout-sider .n-menu-item[data-ng-current="1"],
.n-layout-sider .ant-menu-item[data-ng-current="1"] {
  padding-left: 14px !important;
}

.n-layout-sider .n-menu-item[data-ng-current="1"]::before,
.n-layout-sider .ant-menu-item[data-ng-current="1"]::before {
  display: block !important;
  content: "" !important;
  position: absolute;
  left: 5px;
  top: 7px;
  bottom: 7px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #b5bcc7 0%, #9ea7b4 100%) !important;
  box-shadow: none !important;
}

body.theme-neoglass.route-app.ng-sidebar-collapsed .n-layout-sider .n-menu-item[data-ng-current="1"]::before,
body.theme-neoglass.route-app.ng-sidebar-collapsed .n-layout-sider .ant-menu-item[data-ng-current="1"]::before {
  display: none !important;
}

.n-layout-sider .n-menu-item.n-menu-item--selected .n-menu-item-content,
.n-layout-sider .n-menu-item.n-menu-item--selected .n-menu-item-content-header,
.n-layout-sider .n-menu-item.n-menu-item--selected .n-icon,
.n-layout-sider .ant-menu-item-selected,
.n-layout-sider .ant-menu-item-selected a,
.n-layout-sider .ant-menu-item-selected span,
.n-layout-sider .ant-menu-item-selected .anticon,
.n-layout-sider .ant-menu-item-selected .n-icon,
.n-layout-sider .n-menu-item[data-ng-current="1"] .n-menu-item-content,
.n-layout-sider .n-menu-item[data-ng-current="1"] .n-menu-item-content-header,
.n-layout-sider .n-menu-item[data-ng-current="1"] .n-icon,
.n-layout-sider .n-menu-item[data-ng-current="1"] span,
.n-layout-sider .n-menu-item[data-ng-current="1"] a,
.n-layout-sider .ant-menu-item[data-ng-current="1"] .n-menu-item-content,
.n-layout-sider .ant-menu-item[data-ng-current="1"] .n-menu-item-content-header,
.n-layout-sider .ant-menu-item[data-ng-current="1"] .n-icon,
.n-layout-sider .ant-menu-item[data-ng-current="1"] span,
.n-layout-sider .ant-menu-item[data-ng-current="1"] a {
  font-weight: 700 !important;
  color: #6e7887 !important;
}

body.theme-neoglass.route-app.ng-sidebar-collapsed .ng-shell-sidebar .title-text.font-bold.color-primary.text-base.mx-2,
body.theme-neoglass.route-app.ng-sidebar-collapsed .n-layout-sider .n-menu-item-group-title {
  display: none !important;
}

body.theme-neoglass.route-app.ng-sidebar-collapsed .n-layout-sider .ant-menu-title-content,
body.theme-neoglass.route-app.ng-sidebar-collapsed .n-layout-sider .ant-menu-item a > span:last-child,
body.theme-neoglass.route-app.ng-sidebar-collapsed .n-layout-sider .ant-menu-item > span:last-child {
  display: none !important;
}

body.theme-neoglass.route-app.ng-sidebar-collapsed .n-layout-sider .n-menu-item-content-header__title,
body.theme-neoglass.route-app.ng-sidebar-collapsed .n-layout-sider .n-menu-item-content-header > span:not(.n-icon),
body.theme-neoglass.route-app.ng-sidebar-collapsed .n-layout-sider .n-menu-item-content-header > div:not(.n-menu-item-content__icon):not(.n-icon) {
  display: none !important;
}


.n-layout-sider .n-menu-item-group-title {
  color: #b4bdc9 !important;
  font-size: 10px !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding-top: 3px;
  padding-bottom: 0;
  padding-left: 8px !important;
}

.n-layout-scroll-container > .flex.items-center.bg-white.px-4 {
  margin: 18px 18px 0 !important;
  min-height: 66px;
  padding: 0 24px !important;
  background: var(--ng-surface-strong) !important;
  border: 1px solid var(--ng-border) !important;
  border-radius: var(--ng-radius-lg) !important;
  box-shadow: var(--ng-shadow-lg) !important;
  backdrop-filter: blur(18px);
}

.n-layout-scroll-container > .mb-1.md\:mb-10 {
  padding: 18px 18px 26px !important;
}

.n-breadcrumb {
  color: #6d7888 !important;
}

.n-breadcrumb .n-breadcrumb-item {
  font-weight: 600;
}

.n-layout-scroll-container .n-button.n-button--default-type {
  background: rgba(248, 250, 253, 0.9) !important;
  border: 1px solid rgba(230, 235, 242, 0.98) !important;
  border-radius: 18px !important;
  box-shadow: var(--ng-shadow-inset) !important;
}

.n-layout-scroll-container .n-button.n-button--primary-type {
  background: linear-gradient(180deg, #3d4553 0%, #2d3440 100%) !important;
  border: 0 !important;
  border-radius: 18px !important;
  box-shadow: 0 16px 28px rgba(57, 66, 81, 0.18) !important;
}

.n-input,
.n-input-number,
.n-base-selection,
.n-date-picker,
.n-select,
.n-auto-complete,
.n-input-wrapper {
  background: rgba(247, 249, 252, 0.94) !important;
  border-radius: 18px !important;
}

.n-input,
.n-base-selection,
.n-date-picker,
.n-input-number {
  border: 1px solid rgba(228, 234, 242, 0.98) !important;
  box-shadow: var(--ng-shadow-inset) !important;
}

.n-input .n-input__placeholder,
.n-base-selection-placeholder,
input::placeholder,
textarea::placeholder {
  color: #a7b2c1 !important;
}

.n-tabs-nav,
.n-tabs-tab {
  background: transparent !important;
}

.n-tabs-tab {
  min-height: 44px;
  padding: 0 16px !important;
  border-radius: 16px !important;
  background: rgba(247, 249, 252, 0.9) !important;
  border: 1px solid rgba(230, 235, 242, 0.98) !important;
  box-shadow: var(--ng-shadow-inset) !important;
}

.n-tabs-tab--active {
  background: linear-gradient(180deg, #3d4553 0%, #2f3642 100%) !important;
}

.n-tabs-tab--active .n-tabs-tab__label {
  color: #fff !important;
}

.n-tabs-bar {
  display: none !important;
}

.n-data-table,
.n-data-table .n-data-table-base-table,
.n-data-table th,
.n-data-table td {
  background: transparent !important;
}

.n-data-table th {
  color: #6b7788 !important;
  font-weight: 700 !important;
}

.n-data-table td {
  color: var(--ng-text);
}

.n-tag {
  border-radius: 999px !important;
  box-shadow: var(--ng-shadow-inset);
}

.n-alert {
  border-radius: var(--ng-radius-lg) !important;
  box-shadow: var(--ng-shadow-md) !important;
  border: 0 !important;
}

.n-alert--success-type {
  background: linear-gradient(135deg, rgba(234, 246, 239, 0.95), rgba(246, 252, 248, 0.95)) !important;
}

.n-alert--warning-type {
  background: linear-gradient(135deg, rgba(255, 244, 223, 0.95), rgba(255, 249, 240, 0.95)) !important;
}

.n-alert--error-type {
  background: linear-gradient(135deg, rgba(255, 221, 221, 0.96), rgba(255, 243, 243, 0.95)) !important;
}

[data-ng-hidden="1"] {
  display: none !important;
}

body.theme-neoglass {
  font-family: "SF Pro Display", "PingFang SC", "Microsoft YaHei", sans-serif;
}

body.theme-neoglass .title-text.font-bold.color-primary.text-base.mx-2 {
  display: block;
  width: 100%;
  margin: -2px auto 6px !important;
  text-align: center;
  position: relative;
  left: -6px;
  font-size: 1.28rem !important;
  line-height: 1.15;
  font-weight: 720 !important;
  letter-spacing: -0.035em;
  color: #d55b67 !important;
}

body.theme-neoglass .n-layout-scroll-container article > header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 14px 8px 16px !important;
}

body.theme-neoglass .n-layout-scroll-container article > header .n-button--default-type {
  width: 44px;
  height: 44px;
  min-width: 44px;
  padding: 0 !important;
  border-radius: 999px !important;
}

body.theme-neoglass .n-layout-scroll-container article > header .n-button--default-type:last-child {
  width: auto;
  min-width: unset;
  min-height: 44px;
  padding: 0 18px !important;
}

body.theme-neoglass .n-layout-scroll-container article > header > div[ml-auto] {
  display: flex;
  align-items: center;
  gap: 8px;
}

body.theme-neoglass .n-layout-scroll-container article > header > div[ml-auto] .mr-5 {
  margin-right: 0 !important;
}

body.theme-neoglass .n-layout-scroll-container article > header > div[ml-auto] > .n-icon,
body.theme-neoglass .n-layout-scroll-container article > header > div[ml-auto] > .n-button--default-type {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 999px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #566579 !important;
}

body.theme-neoglass .n-layout-scroll-container article > header > div[ml-auto] > .n-icon:hover,
body.theme-neoglass .n-layout-scroll-container article > header > div[ml-auto] > .n-button--default-type:hover {
  color: #2d3644 !important;
}

body.theme-neoglass .n-layout-scroll-container article > header > div[ml-auto] > .n-button--default-type .n-button__border,
body.theme-neoglass .n-layout-scroll-container article > header > div[ml-auto] > .n-button--default-type .n-button__state-border {
  display: none !important;
}

body.theme-neoglass .n-layout-scroll-container article > header > div[ml-auto] > .n-button--default-type:last-child {
  width: auto;
  min-width: unset;
  justify-content: flex-start;
  gap: 8px;
  padding-inline: 6px 0 !important;
  color: #344252 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.theme-neoglass .n-layout-scroll-container article > header > div[ml-auto] > .n-button--default-type:last-child .n-button__content {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.94rem;
  font-weight: 700;
  color: #344252 !important;
}

body.theme-neoglass .n-layout-scroll-container article > header > div[ml-auto] > .n-button--default-type:last-child .hidden.md\:block {
  display: inline-block !important;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.theme-neoglass .n-layout-scroll-container article > header > div[ml-auto] > .n-button--default-type:last-child svg.rounded-full {
  width: 30px !important;
  height: 30px !important;
  margin-right: 0 !important;
}

body.theme-neoglass .n-layout-scroll-container article > section {
  background: transparent !important;
}

body.theme-neoglass .n-layout-scroll-container article > section > .cus-scroll-y {
  padding: 22px 24px 38px !important;
}

body.theme-neoglass.route-name-dashboard .n-card.n-card--bordered.mt-1.rounded-md.md\:mt-5 {
  min-height: 194px;
  border-radius: 30px !important;
}

body.theme-neoglass.route-name-dashboard .n-card.n-card--bordered.mt-1.rounded-md.md\:mt-5 .n-card-header {
  padding-bottom: 8px !important;
}

body.theme-neoglass.route-name-dashboard .n-card.n-card--bordered.mt-1.rounded-md.md\:mt-5 .n-card__content {
  padding-top: 2px !important;
  padding-bottom: 18px !important;
}

body.theme-neoglass.route-name-dashboard .n-card.n-card--bordered.mt-1.rounded-md.md\:mt-5 .text-block {
  font-size: clamp(1.6rem, 2.8vw, 2.45rem) !important;
  font-weight: 760 !important;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #223040;
}

body.theme-neoglass.route-name-dashboard .n-card.n-card--bordered.mt-1.rounded-md.md\:mt-5 .mb-4.text-sm.text-gray-500 {
  max-width: 720px;
  font-size: 0.94rem !important;
  color: #748195 !important;
}

body.theme-neoglass.route-name-dashboard .ng-subscription-plan-name {
  color: #d55b67 !important;
}

body.theme-neoglass.route-name-dashboard .n-progress.n-progress--line {
  margin-top: 14px;
}

body.theme-neoglass.route-name-dashboard .n-card.n-card--bordered.mt-5.rounded-md {
  border-radius: 30px !important;
}

body.theme-neoglass.route-name-dashboard .n-card.n-card--bordered.mt-5.rounded-md .n-card-header {
  padding-bottom: 10px !important;
}

body.theme-neoglass.route-name-dashboard .n-card.n-card--bordered.mt-5.rounded-md .n-card-header__main {
  font-size: 1.12rem;
  font-weight: 760;
}

body.theme-neoglass.route-name-dashboard .n-card.n-card--bordered.mt-5.rounded-md .n-card__content {
  padding: 8px 18px 18px !important;
}

body.theme-neoglass.route-name-dashboard .n-card.n-card--bordered.mt-5.rounded-md .n-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.theme-neoglass.route-name-dashboard .n-card.n-card--bordered.mt-5.rounded-md .n-list-item {
  border-radius: 22px;
  margin: 0 !important;
  background: rgba(248, 250, 253, 0.84);
  border: 1px solid rgba(230, 236, 243, 0.92);
  box-shadow: 10px 10px 24px rgba(194, 203, 216, 0.14), -8px -8px 18px rgba(255, 255, 255, 0.72);
  min-height: 96px;
  padding: 16px 18px !important;
  align-items: center;
}

body.theme-neoglass.route-name-dashboard .n-card.n-card--bordered.mt-5.rounded-md .n-list-item .text-base {
  font-size: 1rem !important;
  font-weight: 720;
  color: #263243;
}

body.theme-neoglass.route-name-dashboard .n-card.n-card--bordered.mt-5.rounded-md .n-list-item .text-sm.text-gray-500 {
  margin-top: 4px;
  font-size: 0.88rem !important;
  line-height: 1.45;
  color: #7a879a !important;
}

body.theme-neoglass.route-name-dashboard .n-card.n-card--bordered.mt-5.rounded-md .n-list-item svg {
  font-size: 1.45rem !important;
  color: #5f6b7e !important;
}

body.theme-neoglass.route-name-dashboard .n-card.n-card--bordered.mt-5.rounded-md .n-list-item__divider {
  display: none !important;
}

body.theme-neoglass.route-name-dashboard .n-card.n-card--bordered.mt-5.rounded-md .n-list-item:hover {
  transform: translateY(-2px);
  background: rgba(252, 253, 255, 0.96);
}

body.theme-neoglass.route-name-invite article > section > .cus-scroll-y {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

body.theme-neoglass.route-name-invite .n-card.n-card--bordered.mt-4.rounded-md:first-of-type {
  border-radius: 32px !important;
  overflow: hidden;
}

body.theme-neoglass.route-name-invite .n-card.n-card--bordered.mt-4.rounded-md:first-of-type .n-card-header {
  padding: 22px 24px 8px !important;
}

body.theme-neoglass.route-name-invite .n-card.n-card--bordered.mt-4.rounded-md:first-of-type .n-card-header__main {
  font-size: 1.32rem;
  font-weight: 780;
}

body.theme-neoglass.route-name-invite .n-card.n-card--bordered.mt-4.rounded-md:first-of-type .n-card__extra svg,
body.theme-neoglass.route-name-invite .n-card.n-card--bordered.mt-4.rounded-md:first-of-type .n-card-header__extra svg {
  font-size: 2rem !important;
  color: #7f8ba0 !important;
}

body.theme-neoglass.route-name-invite .n-card.n-card--bordered.mt-4.rounded-md:first-of-type .n-card__content {
  padding: 4px 24px 24px !important;
}

body.theme-neoglass.route-name-invite .n-card.n-card--bordered.mt-4.rounded-md:first-of-type .text-5xl.font-normal {
  font-size: clamp(3rem, 4.2vw, 4rem) !important;
  font-weight: 760 !important;
  letter-spacing: -0.06em;
}

body.theme-neoglass.route-name-invite .n-card.n-card--bordered.mt-4.rounded-md:first-of-type .text-gray-500 {
  color: #7a879c !important;
}

body.theme-neoglass.route-name-invite .n-card.n-card--bordered.mt-4.rounded-md:first-of-type .n-space {
  gap: 10px !important;
}

body.theme-neoglass.route-name-invite .n-card.n-card--bordered.mt-4.rounded-md:first-of-type .n-button {
  min-height: 38px;
  padding-inline: 16px !important;
  border-radius: 999px !important;
  font-weight: 760 !important;
}

body.theme-neoglass.route-name-invite .n-card.n-card--bordered.mt-4.rounded-md:nth-of-type(2) {
  border-radius: 30px !important;
}

body.theme-neoglass.route-name-invite .n-card.n-card--bordered.mt-4.rounded-md:nth-of-type(2) .n-card__content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px 20px 20px !important;
}

body.theme-neoglass.route-name-invite .n-card.n-card--bordered.mt-4.rounded-md:nth-of-type(2) .n-card__content > .flex.justify-between {
  margin: 0 !important;
  padding: 16px 18px !important;
  border-radius: 22px;
  background: rgba(247, 250, 253, 0.8);
  border: 1px solid rgba(233, 238, 244, 0.95);
  box-shadow: inset 1px 1px 0 rgba(255,255,255,0.9);
}

body.theme-neoglass.route-name-invite .n-card.n-card--bordered.mt-4.rounded-md:nth-of-type(2) .n-card__content > .flex.justify-between > div:first-child {
  color: #7a879c;
  font-size: 0.92rem;
  font-weight: 650;
}

body.theme-neoglass.route-name-invite .n-card.n-card--bordered.mt-4.rounded-md:nth-of-type(2) .n-card__content > .flex.justify-between > div:last-child {
  color: #283444;
  font-size: 1.08rem;
  font-weight: 780;
}

body.theme-neoglass.route-name-invite .n-card.n-card--bordered.mt-4.rounded-md:nth-of-type(n+3) {
  border-radius: 30px !important;
  overflow: hidden;
}

body.theme-neoglass.route-name-invite .n-card.n-card--bordered.mt-4.rounded-md:nth-of-type(n+3) .n-card-header {
  padding: 22px 24px 12px !important;
}

body.theme-neoglass.route-name-invite .n-card.n-card--bordered.mt-4.rounded-md:nth-of-type(n+3) .n-card-header__main {
  font-size: 1.16rem;
  font-weight: 760;
}

body.theme-neoglass.route-name-invite .n-card.n-card--bordered.mt-4.rounded-md:nth-of-type(n+3) .n-card-header__extra .n-button {
  min-height: 38px;
  padding-inline: 18px !important;
  border-radius: 999px !important;
  font-weight: 760;
}

body.theme-neoglass.route-name-invite .n-card.n-card--bordered.mt-4.rounded-md:nth-of-type(n+3) .n-card__content {
  padding: 0 24px 22px !important;
}

body.theme-neoglass.route-name-invite .n-data-table {
  border-radius: 24px !important;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}

body.theme-neoglass.route-name-invite .n-data-table-th {
  font-size: 0.9rem;
  font-weight: 760 !important;
  color: #627188 !important;
}

body.theme-neoglass.route-name-invite .n-data-table .n-empty {
  min-height: 180px;
}

body.theme-neoglass.route-name-invite .n-data-table .n-empty__description {
  color: #95a1b3 !important;
  font-weight: 650;
}

body.theme-neoglass.route-name-invite .n-data-table .n-pagination {
  margin-top: 16px !important;
}

body.theme-neoglass.route-name-invite .n-pagination .n-pagination-item,
body.theme-neoglass.route-name-invite .n-pagination .n-base-selection {
  border-radius: 14px !important;
}

body.theme-neoglass.route-name-knowledge article > section > .cus-scroll-y {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

body.theme-neoglass.route-name-knowledge .n-input-group {
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(100%, 1060px);
}

body.theme-neoglass.route-name-knowledge .n-input-group .n-input {
  flex: 1 1 auto;
}

body.theme-neoglass.route-name-knowledge .n-input-group .n-input,
body.theme-neoglass.route-name-knowledge .n-input-group .n-input-wrapper {
  min-height: 44px !important;
  --n-height: 44px !important;
  border-radius: 18px !important;
}

body.theme-neoglass.route-name-knowledge .n-input-group .n-input__input-el {
  height: 44px !important;
  line-height: 44px !important;
}

body.theme-neoglass.route-name-knowledge .n-input-group .n-button--ghost {
  flex: 0 0 auto;
  min-width: 108px;
  min-height: 44px;
  border-radius: 18px !important;
  border: 0 !important;
  background: linear-gradient(180deg, #3d4553 0%, #2d3440 100%) !important;
  box-shadow: 14px 16px 26px rgba(49, 64, 86, 0.18), -10px -10px 18px rgba(255, 255, 255, 0.76) !important;
}

body.theme-neoglass.route-name-knowledge .n-input-group .n-button--ghost .n-button__content {
  color: #fff !important;
  font-size: 0.94rem;
  font-weight: 760;
}

body.theme-neoglass.route-name-knowledge .n-input-group .n-button--ghost .n-button__border,
body.theme-neoglass.route-name-knowledge .n-input-group .n-button--ghost .n-button__state-border {
  display: none !important;
}

body.theme-neoglass.route-name-invite .n-card:nth-of-type(1) .n-button,
body.theme-neoglass.route-name-invite .n-card-header__extra .n-button {
  min-height: 38px !important;
  padding-inline: 16px !important;
  border-radius: 999px !important;
  border: 0 !important;
  background: linear-gradient(180deg, #3d4553 0%, #2d3440 100%) !important;
  box-shadow: 14px 16px 26px rgba(49, 64, 86, 0.18), -10px -10px 18px rgba(255, 255, 255, 0.76) !important;
}

body.theme-neoglass.route-name-invite .n-card:nth-of-type(1) .n-button .n-button__content,
body.theme-neoglass.route-name-invite .n-card-header__extra .n-button .n-button__content {
  color: #fff !important;
  font-size: 0.92rem;
  font-weight: 760;
}

body.theme-neoglass.route-name-invite .n-card:nth-of-type(1) .n-button .n-button__border,
body.theme-neoglass.route-name-invite .n-card:nth-of-type(1) .n-button .n-button__state-border,
body.theme-neoglass.route-name-invite .n-card-header__extra .n-button .n-button__border,
body.theme-neoglass.route-name-invite .n-card-header__extra .n-button .n-button__state-border {
  display: none !important;
}

body.theme-neoglass.route-name-plan article > section > .cus-scroll-y > h2,
body.theme-neoglass.route-name-plan .m-3.mb-1.mt-1.text-3xl.font-normal {
  margin: 6px 0 18px 14px !important;
  font-size: clamp(2.6rem, 4vw, 3.6rem) !important;
  font-weight: 780 !important;
  letter-spacing: -0.055em;
  color: #253141;
}

body.theme-neoglass.route-name-plan .n-tabs {
  margin: 0 0 28px 14px;
}

body.theme-neoglass.route-name-plan .n-tabs-nav-scroll-content {
  gap: 12px;
}

body.theme-neoglass.route-name-plan .n-tabs-tab {
  min-width: 112px;
  justify-content: center;
  padding-inline: 20px !important;
}

body.theme-neoglass.route-name-plan .n-card.n-card--bordered.n-card--hoverable.max-w-full.w-375 {
  width: min(100%, 1080px) !important;
  margin-inline: 14px;
  border-radius: 34px !important;
  overflow: hidden;
}

body.theme-neoglass.route-name-plan .n-card.n-card--bordered.n-card--hoverable.max-w-full.w-375 .n-card-header {
  padding-bottom: 18px !important;
}

body.theme-neoglass.route-name-plan .n-card.n-card--bordered.n-card--hoverable.max-w-full.w-375 .n-card-header__main {
  font-size: 2rem;
  font-weight: 760;
  letter-spacing: -0.04em;
}

body.theme-neoglass.route-name-plan .n-card.n-card--bordered.n-card--hoverable.max-w-full.w-375 .n-card-header__extra {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

body.theme-neoglass.route-name-plan .n-card.n-card--bordered.n-card--hoverable.max-w-full.w-375 .n-card__content {
  min-height: 160px;
  padding-top: 6px !important;
}

body.theme-neoglass.route-name-plan .n-card.n-card--bordered.n-card--hoverable.max-w-full.w-375 .n-card__action {
  padding: 22px 28px 28px !important;
  border-top: 1px solid rgba(232, 237, 243, 0.9);
  background: rgba(247, 250, 253, 0.66);
}

body.theme-neoglass.route-name-plan .n-card.n-card--bordered.n-card--hoverable.max-w-full.w-375 .n-card__action .n-button {
  width: 220px;
  min-height: 52px;
  border-radius: 18px !important;
  border: 0 !important;
  background: linear-gradient(180deg, #697383 0%, #586170 100%) !important;
  box-shadow: 0 16px 28px rgba(94, 105, 122, 0.18) !important;
  font-size: 1rem;
  font-weight: 780;
}

body.theme-neoglass.route-name-plan .n-card.n-card--bordered.n-card--hoverable.max-w-full.w-375 .n-card__action .n-button .n-button__content,
body.theme-neoglass.route-name-plan .n-card.n-card--bordered.n-card--hoverable.max-w-full.w-375 .n-card__action .n-button span {
  color: #ffffff !important;
}

body.theme-neoglass.route-name-plan .n-card.n-card--bordered.n-card--hoverable.max-w-full.w-375 .n-card__action .n-button .n-button__border,
body.theme-neoglass.route-name-plan .n-card.n-card--bordered.n-card--hoverable.max-w-full.w-375 .n-card__action .n-button .n-button__state-border {
  display: none !important;
}

body.theme-neoglass.route-name-profile .rounded-md,
body.theme-neoglass.route-name-profile .mt-5.rounded-md {
  border-radius: 28px !important;
}

body.theme-neoglass.route-name-profile .rounded-md .n-card-header__main,
body.theme-neoglass.route-name-profile .mt-5.rounded-md .n-card-header__main {
  font-size: 1.06rem;
  font-weight: 760;
}

body.theme-neoglass.route-name-profile .text-5xl.font-normal {
  font-size: clamp(3.2rem, 4.6vw, 4.4rem) !important;
  font-weight: 760 !important;
  letter-spacing: -0.06em;
}

body.theme-neoglass.route-name-profile .max-w-125 {
  max-width: 100% !important;
}

body.theme-neoglass.route-name-profile section.cus-scroll-y {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  grid-template-rows: 164px 92px 246px;
  grid-template-areas:
    "wallet notify"
    "password telegram"
    "password reset";
  gap: 18px 20px;
  align-items: start;
}

body.theme-neoglass.route-name-profile section.cus-scroll-y > .n-card:nth-of-type(1) {
  grid-area: wallet;
  min-height: 164px;
  height: 100%;
}

body.theme-neoglass.route-name-profile section.cus-scroll-y > .n-card:nth-of-type(2) {
  grid-area: password;
  height: 100%;
}

body.theme-neoglass.route-name-profile section.cus-scroll-y > .n-card:nth-of-type(3) {
  grid-area: notify;
  height: 100%;
}

body.theme-neoglass.route-name-profile section.cus-scroll-y > .n-card:nth-of-type(4) {
  grid-area: telegram;
  height: 100%;
}

body.theme-neoglass.route-name-profile section.cus-scroll-y > .n-card:nth-of-type(5) {
  grid-area: reset;
  height: 100%;
}

body.theme-neoglass.route-name-profile section.cus-scroll-y > .n-card {
  margin-top: 0 !important;
}

body.theme-neoglass.route-name-profile .n-card.n-card--bordered .n-card-header {
  padding: 20px 22px 8px !important;
}

body.theme-neoglass.route-name-profile .n-card.n-card--bordered .n-card__content {
  padding: 0 22px 20px !important;
}

body.theme-neoglass.route-name-profile .n-switch {
  margin-top: 0;
}

body.theme-neoglass.route-name-profile .n-button.n-button--error-type {
  background: linear-gradient(180deg, #f06b79 0%, #e35463 100%) !important;
  border: 0 !important;
  box-shadow: 0 16px 24px rgba(239, 107, 121, 0.24) !important;
}

body.theme-neoglass.route-name-profile .n-card:nth-of-type(1) .text-sm.text-gray-500,
body.theme-neoglass.route-name-profile .n-card:nth-of-type(1) .text-gray-500 {
  font-size: 0.95rem !important;
  color: #778497 !important;
}

body.theme-neoglass.route-name-profile .n-card:nth-of-type(2) .n-input,
body.theme-neoglass.route-name-profile .n-card:nth-of-type(2) .n-input-wrapper {
  min-height: 42px !important;
  --n-height: 42px !important;
  border-radius: 18px !important;
}

body.theme-neoglass.route-name-profile .n-card:nth-of-type(2) .n-input__input-el {
  height: 42px !important;
  line-height: 42px !important;
}

body.theme-neoglass.route-name-profile .n-card:nth-of-type(2) .n-button {
  min-width: 116px;
  min-height: 42px;
  border-radius: 18px !important;
}

body.theme-neoglass.route-name-profile .n-card:nth-of-type(3) .n-card__content,
body.theme-neoglass.route-name-profile .n-card:nth-of-type(4) .n-card__content,
body.theme-neoglass.route-name-profile .n-card:nth-of-type(5) .n-card__content {
  padding-top: 2px !important;
  padding-bottom: 14px !important;
}

body.theme-neoglass.route-name-profile .n-card:nth-of-type(3) .n-card__content > div,
body.theme-neoglass.route-name-profile .n-card:nth-of-type(3) .n-card__content > label {
  margin-bottom: 10px;
}

body.theme-neoglass.route-name-profile .n-card:nth-of-type(3) .n-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

body.theme-neoglass.route-name-profile .n-card:nth-of-type(3) .n-card__content > div,
body.theme-neoglass.route-name-profile .n-card:nth-of-type(3) .n-card__content > div > div,
body.theme-neoglass.route-name-profile .n-card:nth-of-type(3) .n-card__content > div > label,
body.theme-neoglass.route-name-profile .n-card:nth-of-type(3) .n-card__content .n-space,
body.theme-neoglass.route-name-profile .n-card:nth-of-type(3) .n-card__content .n-space-item,
body.theme-neoglass.route-name-profile .n-card:nth-of-type(3) .n-card__content .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row !important;
  width: 100%;
  min-height: 36px;
  margin-bottom: 0 !important;
  gap: 14px;
  white-space: nowrap;
}

body.theme-neoglass.route-name-profile .n-card:nth-of-type(3) .n-card__content .n-switch,
body.theme-neoglass.route-name-profile .n-card:nth-of-type(3) .n-card__content [role="switch"] {
  margin-left: auto !important;
  flex: 0 0 auto;
}

body.theme-neoglass.route-name-profile .n-card:nth-of-type(3) .n-card__content > div > span:first-child,
body.theme-neoglass.route-name-profile .n-card:nth-of-type(3) .n-card__content > div > label:first-child,
body.theme-neoglass.route-name-profile .n-card:nth-of-type(3) .n-card__content .n-space-item:first-child,
body.theme-neoglass.route-name-profile .n-card:nth-of-type(3) .n-card__content .flex > span:first-child {
  flex: 1 1 auto;
}

body.theme-neoglass.route-name-profile .n-card:nth-of-type(4) .n-button,
body.theme-neoglass.route-name-profile .n-card:nth-of-type(5) .n-button {
  min-height: 42px;
  border-radius: 18px !important;
}

body.theme-neoglass.route-name-profile .n-card:nth-of-type(4) .n-button.ng-telegram-bound {
  background: linear-gradient(180deg, #93a1b3 0%, #7f8c9d 100%) !important;
  border: 0 !important;
  box-shadow: 0 14px 24px rgba(138, 151, 168, 0.2) !important;
}

body.theme-neoglass.route-name-profile .n-card:nth-of-type(4) .n-button.ng-telegram-bound .n-button__content,
body.theme-neoglass.route-name-profile .n-card:nth-of-type(4) .n-button.ng-telegram-bound span {
  color: #fff !important;
  font-weight: 700 !important;
}

body.theme-neoglass.route-name-profile .n-card:nth-of-type(4) .n-button.ng-telegram-unbound {
  background: linear-gradient(180deg, #f3b36b 0%, #ea9a44 100%) !important;
  border: 0 !important;
  box-shadow: 0 14px 24px rgba(234, 154, 68, 0.22) !important;
}

body.theme-neoglass.route-name-profile .n-card:nth-of-type(4) .n-button.ng-telegram-unbound .n-button__content,
body.theme-neoglass.route-name-profile .n-card:nth-of-type(4) .n-button.ng-telegram-unbound span {
  color: #fff !important;
  font-weight: 700 !important;
}

body.theme-neoglass.route-name-profile .n-card:nth-of-type(5) .n-alert,
body.theme-neoglass.route-name-profile .n-card:nth-of-type(5) .n-message,
body.theme-neoglass.route-name-profile .n-card:nth-of-type(5) [role="alert"] {
  margin-bottom: 10px;
}

body.theme-neoglass.route-name-profile .n-card:nth-of-type(5) .n-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 14px;
}

body.theme-neoglass.route-name-profile .n-card:nth-of-type(5) .n-card__content > :last-child {
  width: 100%;
  margin-top: auto !important;
}

body.theme-neoglass.route-name-profile .n-card:nth-of-type(5) .n-card__content .n-button,
body.theme-neoglass.route-name-profile .n-card:nth-of-type(5) .n-card__content button,
body.theme-neoglass.route-name-profile .n-card:nth-of-type(5) .n-card__content [role="button"],
body.theme-neoglass.route-name-profile .n-card:nth-of-type(5) .n-card__content .n-popconfirm-trigger {
  width: 100% !important;
  min-height: 48px !important;
  display: flex !important;
  align-self: stretch !important;
  border-radius: 18px !important;
}

body.theme-neoglass.route-name-profile section.cus-scroll-y > .n-back-top-placeholder {
  display: none !important;
}

body.theme-neoglass.route-name-profile .n-card:nth-of-type(3) .n-switch {
  transform: scale(0.94);
  transform-origin: left center;
}

body.theme-neoglass.route-name-profile .n-card:nth-of-type(3) .n-card__content,
body.theme-neoglass.route-name-profile .n-card:nth-of-type(4) .n-card__content,
body.theme-neoglass.route-name-profile .n-card:nth-of-type(5) .n-card__content {
  font-size: 0.94rem;
}

body.theme-neoglass.route-name-order-detail article > section > .cus-scroll-y > .flex.flex-wrap {
  display: grid !important;
  grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.8fr);
  gap: 24px;
  align-items: start;
}

body.theme-neoglass.route-name-order-detail article > section > .cus-scroll-y > .flex.flex-wrap > .w-full.md\:flex-\[2\] {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

body.theme-neoglass.route-name-order-detail article > section > .cus-scroll-y > .flex.flex-wrap > .w-full.md\:flex-\[1\] {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

body.theme-neoglass.route-name-order-detail .n-card.n-card--bordered.flex.text-center {
  min-height: 260px;
  justify-content: center;
  border-radius: 34px !important;
  background: linear-gradient(145deg, rgba(255, 132, 137, 0.93), rgba(255, 116, 125, 0.96)) !important;
  color: #fff !important;
  box-shadow: 18px 18px 38px rgba(243, 126, 138, 0.2), -14px -14px 28px rgba(255, 255, 255, 0.68) !important;
}

body.theme-neoglass.route-name-order-detail .n-card.n-card--bordered.flex.text-center .text-9xl,
body.theme-neoglass.route-name-order-detail .n-card.n-card--bordered.flex.text-center .text-xl,
body.theme-neoglass.route-name-order-detail .n-card.n-card--bordered.flex.text-center .text-sm {
  color: #fff !important;
}

body.theme-neoglass.route-name-order-detail .n-card.n-card--bordered.flex.text-center .n-button {
  background: rgba(255, 255, 255, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 0.34) !important;
  box-shadow: none !important;
  color: #fff !important;
}

body.theme-neoglass.route-name-order-detail .n-card.n-card--bordered.flex.text-center .n-button .n-button__content {
  color: #fff !important;
}

body.theme-neoglass.route-name-order-detail .n-card.n-card--bordered.mt-5.rounded-md {
  border-radius: 32px !important;
}

body.theme-neoglass.route-name-order-detail .n-card.n-card--bordered.mt-5.rounded-md .n-card-header__main {
  font-size: 1.3rem;
  font-weight: 760;
}

body.theme-neoglass.route-name-order-detail .n-card.n-card--bordered.mt-5.rounded-md .flex {
  align-items: baseline;
  gap: 20px;
  padding: 8px 0;
}

body.theme-neoglass.route-name-order-detail .n-card.n-card--bordered.mt-5.rounded-md .text-gray-400 {
  color: #8f9bae !important;
  font-weight: 600;
}

body.theme-neoglass.route-name-order .n-data-table {
  border-radius: 28px !important;
  overflow: hidden;
  box-shadow: var(--ng-shadow-lg) !important;
}

body.theme-neoglass.route-name-order .n-data-table-th[data-col-key="actions"],
body.theme-neoglass.route-name-order .n-data-table-td[data-col-key="actions"] {
  width: 220px !important;
  min-width: 220px !important;
}

body.theme-neoglass.route-name-order .n-data-table-td[data-col-key="actions"] > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  white-space: nowrap;
}

body.theme-neoglass.route-name-order .n-data-table-td[data-col-key="actions"] .n-divider {
  display: none !important;
}

body.theme-neoglass.route-name-order .n-data-table-td[data-col-key="actions"] .n-button {
  min-width: 90px;
  min-height: 34px;
  padding: 0 16px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(220, 228, 238, 0.95) !important;
  background: rgba(248, 251, 255, 0.9) !important;
  box-shadow: 8px 8px 18px rgba(199, 208, 220, 0.16), -6px -6px 14px rgba(255, 255, 255, 0.74) !important;
}

body.theme-neoglass.route-name-order .n-data-table-td[data-col-key="actions"] .n-button .n-button__content {
  color: #314153 !important;
  font-size: 0.88rem;
  font-weight: 720;
}

body.theme-neoglass.route-name-order .n-data-table-td[data-col-key="actions"] .n-button:not(.n-button--disabled):first-child {
  background: linear-gradient(180deg, #3d4553 0%, #2d3440 100%) !important;
  border-color: transparent !important;
}

body.theme-neoglass.route-name-order .n-data-table-td[data-col-key="actions"] .n-button:not(.n-button--disabled):first-child .n-button__content {
  color: #fff !important;
}

body.theme-neoglass.route-name-order .n-data-table-td[data-col-key="actions"] .n-button.n-button--disabled {
  opacity: 0.62 !important;
  background: rgba(236, 241, 246, 0.96) !important;
}

body.theme-neoglass .n-message-container .n-message,
body.theme-neoglass .n-notification {
  border-radius: 20px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(239, 242, 247, 0.96) !important;
  box-shadow: 16px 16px 30px rgba(188, 198, 213, 0.18), -12px -12px 24px rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(16px);
}

@media (max-width: 960px) {
  body.theme-neoglass.route-app,
  body.theme-neoglass.route-app #app,
  body.theme-neoglass.route-app #app > div,
  body.theme-neoglass.route-app .n-config-provider,
  body.theme-neoglass.route-app .n-layout.n-layout--static-positioned,
  body.theme-neoglass.route-app .n-layout-content,
  body.theme-neoglass.route-app .n-layout-scroll-container,
  body.theme-neoglass.route-app article {
    min-width: 0 !important;
    width: auto !important;
    overflow-x: hidden !important;
  }

  .n-layout-sider .n-layout-toggle-button {
    display: none !important;
  }

  .ng-sidebar-overlay {
    display: none !important;
  }

  body.theme-neoglass.route-name-knowledge .n-input-group {
    width: 100%;
    flex-wrap: wrap;
  }

  body.theme-neoglass.route-name-knowledge .n-input-group .n-button--ghost {
    width: 100%;
  }

  body.theme-neoglass.route-name-invite .n-card.n-card--bordered.mt-4.rounded-md:nth-of-type(2) .n-card__content {
    grid-template-columns: 1fr;
  }

  .n-card.mx-auto.max-w-md {
    width: min(100vw - 20px, 560px) !important;
    margin: 16px auto 20px !important;
    border-radius: 28px !important;
  }

  .n-card.mx-auto.max-w-md .n-card__content {
    padding: 32px 22px 0 !important;
  }

  .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] {
    margin: 16px -22px 0;
    padding: 18px 20px !important;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
  }

  .n-layout-sider.n-layout-sider--show-content {
    margin: 10px !important;
    border-radius: 22px !important;
  }

  .n-layout-scroll-container > .flex.items-center.bg-white.px-4 {
    margin: 10px 10px 0 !important;
    border-radius: 18px !important;
  }

  .n-layout-scroll-container > .mb-1.md\:mb-10 {
    padding: 10px 10px 20px !important;
  }

  body.theme-neoglass .title-text.font-bold.color-primary.text-base.mx-2 {
    left: 0 !important;
    margin: 2px auto 8px !important;
    padding: 0 12px !important;
    font-size: clamp(1.06rem, 4.6vw, 1.28rem) !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.theme-neoglass.route-name-plan article > section > .cus-scroll-y > .flex,
  body.theme-neoglass.route-name-order-detail article > section > .cus-scroll-y > .flex.flex-wrap {
    grid-template-columns: 1fr !important;
  }

  body.theme-neoglass.route-name-plan .n-card.n-card--bordered.n-card--hoverable.max-w-full.w-375,
  body.theme-neoglass.route-name-dashboard .n-card.n-card--bordered.mt-1.rounded-md.md\:mt-5 {
    margin-inline: 0;
    border-radius: 28px !important;
  }

  body.theme-neoglass.route-name-dashboard .n-card.n-card--bordered.mt-5.rounded-md .n-list {
    grid-template-columns: 1fr !important;
  }

  body.theme-neoglass.route-name-profile section.cus-scroll-y {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    grid-template-areas:
      "wallet"
      "password"
      "notify"
      "telegram"
      "reset";
  }

  body.theme-neoglass.route-name-plan article > section > .cus-scroll-y > h2,
  body.theme-neoglass.route-name-plan .m-3.mb-1.mt-1.text-3xl.font-normal {
    margin-left: 0 !important;
    font-size: 2.2rem !important;
  }
}

@media (max-width: 560px) {
  html,
  body,
  #app,
  #app > div,
  .n-config-provider {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .n-card.mx-auto.max-w-md {
    width: calc(100vw - 18px) !important;
    max-width: calc(100vw - 18px) !important;
    margin: 12px auto 18px !important;
    border-radius: 26px !important;
  }

  .n-card.mx-auto.max-w-md .n-card__content {
    padding: 28px 18px 0 !important;
  }

  .n-card.mx-auto.max-w-md .p-6 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .n-card.mx-auto.max-w-md h1 {
    font-size: clamp(1.55rem, 8vw, 2rem) !important;
    line-height: 1.08 !important;
    white-space: normal !important;
  }

  .n-card.mx-auto.max-w-md h5 {
    font-size: 0.86rem !important;
    line-height: 1.45 !important;
  }

  .n-card.mx-auto.max-w-md .ng-auth-label {
    font-size: 0.86rem !important;
  }

  .n-card.mx-auto.max-w-md .n-input,
  .n-card.mx-auto.max-w-md .n-input-number,
  .n-card.mx-auto.max-w-md .n-input-wrapper {
    min-height: 40px !important;
    border-radius: 16px !important;
  }

  .n-card.mx-auto.max-w-md .n-input__input-el {
    height: 40px !important;
    line-height: 40px !important;
  }

  .n-card.mx-auto.max-w-md .n-button.n-button--primary-type {
    min-height: 44px !important;
    border-radius: 16px !important;
  }

  .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] {
    margin: 16px -18px 0 !important;
    padding: 16px 18px 18px !important;
    gap: 12px !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    border-bottom-left-radius: 26px !important;
    border-bottom-right-radius: 26px !important;
  }

  .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] > div:first-child,
  .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] > div:last-child {
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }

  .n-card.mx-auto.max-w-md .ng-email-suffix-group {
    grid-template-columns: minmax(0, 1fr) minmax(94px, 34vw) !important;
    gap: 8px !important;
  }

  .n-card.mx-auto.max-w-md .ng-email-suffix-select {
    min-width: 94px !important;
    max-width: 34vw !important;
  }

  .n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection,
  .n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection-label {
    min-height: 40px !important;
    height: 40px !important;
    border-radius: 16px !important;
  }

  .n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection-label {
    padding: 0 24px 0 9px !important;
  }

  .n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection-input,
  .n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection-input__content,
  .n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection-placeholder,
  .n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection-overlay {
    font-size: 0.82rem !important;
    font-weight: 740 !important;
  }

  .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] > div:first-child a {
    min-height: 32px !important;
  }

  .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] > div:first-child a {
    font-size: 0.88rem !important;
  }
}

/* 1.0.21 auth page cleanup: keep only one neumorphic layer on each field. */
.n-card.mx-auto.max-w-md .n-input,
.n-card.mx-auto.max-w-md .n-input-number,
.n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection {
  background: rgba(247, 249, 252, 0.96) !important;
  border: 1px solid rgba(225, 231, 240, 0.96) !important;
  box-shadow: inset 3px 3px 7px rgba(204, 212, 222, 0.18), inset -3px -3px 7px rgba(255, 255, 255, 0.96) !important;
  overflow: hidden !important;
}

.n-card.mx-auto.max-w-md .n-input-wrapper,
.n-card.mx-auto.max-w-md .n-input__input,
.n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection-label {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.n-card.mx-auto.max-w-md .n-input__border,
.n-card.mx-auto.max-w-md .n-input__state-border,
.n-card.mx-auto.max-w-md .n-input__state-overlay,
.n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection__border,
.n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection__state-border,
.n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection__state-overlay {
  display: none !important;
  opacity: 0 !important;
  box-shadow: none !important;
}

.n-card.mx-auto.max-w-md .ng-email-suffix-group {
  gap: 8px !important;
  grid-template-columns: minmax(0, 1fr) minmax(102px, 128px) !important;
}

.n-card.mx-auto.max-w-md .ng-email-suffix-select {
  min-width: 102px !important;
  max-width: 128px !important;
}

.n-card.mx-auto.max-w-md .ng-auth-inline-group {
  gap: 8px !important;
}

.n-card.mx-auto.max-w-md .ng-auth-inline-group > .ng-auth-inline-button,
.n-card.mx-auto.max-w-md .ng-auth-inline-group > .n-button,
.n-card.mx-auto.max-w-md .n-input-group.ng-auth-inline-group .n-button.n-button--primary-type,
.n-card.mx-auto.max-w-md .n-input-group.ng-auth-inline-group > .ng-auth-inline-button.n-button.n-button--primary-type {
  min-height: 40px !important;
  height: 40px !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 18px rgba(58, 67, 82, 0.16) !important;
}

.n-card.mx-auto.max-w-md .ng-auth-inline-group > .ng-auth-inline-button .n-button__content,
.n-card.mx-auto.max-w-md .ng-auth-inline-group > .n-button .n-button__content,
.n-card.mx-auto.max-w-md .ng-auth-inline-group > .ng-auth-inline-button span,
.n-card.mx-auto.max-w-md .ng-auth-inline-group > .n-button span {
  font-size: 0.96rem !important;
  letter-spacing: 0.02em !important;
}

.n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] {
  position: relative !important;
  z-index: 8 !important;
  clear: both !important;
  min-height: 58px !important;
}

body.route-name-forgetpassword .n-card.mx-auto.max-w-md .n-card__content,
body.route-name-reset .n-card.mx-auto.max-w-md .n-card__content {
  padding-bottom: 0 !important;
}

body.route-name-forgetpassword .n-card.mx-auto.max-w-md .mt-5.w-full:has(.n-button.n-button--primary-type),
body.route-name-reset .n-card.mx-auto.max-w-md .mt-5.w-full:has(.n-button.n-button--primary-type) {
  margin-bottom: 18px !important;
}

body.route-name-forgetpassword .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
body.route-name-reset .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] {
  margin-top: 20px !important;
}

html.dark .n-card.mx-auto.max-w-md .n-input,
html.dark .n-card.mx-auto.max-w-md .n-input-number,
html.dark .n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection {
  background: rgba(15, 21, 31, 0.94) !important;
  border-color: rgba(87, 102, 126, 0.5) !important;
  box-shadow: inset 3px 3px 8px rgba(0, 0, 0, 0.22), inset -3px -3px 8px rgba(91, 107, 132, 0.08) !important;
}

@media (max-width: 560px) {
  .n-card.mx-auto.max-w-md .ng-email-suffix-group {
    grid-template-columns: minmax(0, 1fr) minmax(92px, 31vw) !important;
    gap: 7px !important;
  }

  .n-card.mx-auto.max-w-md .ng-email-suffix-select {
    min-width: 92px !important;
    max-width: 31vw !important;
  }

  .n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection-label {
    padding: 0 22px 0 8px !important;
  }

  .n-card.mx-auto.max-w-md .ng-auth-inline-group {
    grid-template-columns: minmax(0, 1fr) minmax(96px, 30vw) !important;
    gap: 7px !important;
  }

  .n-card.mx-auto.max-w-md .ng-auth-inline-group > .ng-auth-inline-button,
  .n-card.mx-auto.max-w-md .ng-auth-inline-group > .n-button,
  .n-card.mx-auto.max-w-md .n-input-group.ng-auth-inline-group .n-button.n-button--primary-type,
  .n-card.mx-auto.max-w-md .n-input-group.ng-auth-inline-group > .ng-auth-inline-button.n-button.n-button--primary-type {
    min-width: 96px !important;
    width: 30vw !important;
    max-width: 112px !important;
    padding-inline: 8px !important;
  }

  .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] {
    min-height: 64px !important;
    margin-top: 18px !important;
    padding-top: 17px !important;
  }

  body.route-name-forgetpassword .n-card.mx-auto.max-w-md .mt-5.w-full:has(.n-button.n-button--primary-type),
  body.route-name-reset .n-card.mx-auto.max-w-md .mt-5.w-full:has(.n-button.n-button--primary-type) {
    margin-bottom: 20px !important;
  }

  body.route-name-forgetpassword .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-reset .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] {
    margin-top: 22px !important;
  }
}


/* 1.0.22 auth adaptive tuning: keep mobile layout, improve desktop/tablet sizing. */
.n-card.mx-auto.max-w-md {
  width: min(560px, calc(100vw - 32px)) !important;
}

.n-card.mx-auto.max-w-md .n-card__content {
  padding: 34px 32px 0 !important;
}

.n-card.mx-auto.max-w-md .ng-email-suffix-group {
  grid-template-columns: minmax(0, 1fr) minmax(148px, 168px) !important;
  gap: 10px !important;
}

.n-card.mx-auto.max-w-md .ng-email-suffix-select {
  min-width: 148px !important;
  max-width: 168px !important;
}

.n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection-label {
  padding: 0 30px 0 14px !important;
}

.n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection-input,
.n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection-input__content,
.n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection-placeholder,
.n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection-overlay {
  font-size: 0.98rem !important;
  white-space: nowrap !important;
}

.n-card.mx-auto.max-w-md .ng-auth-inline-group {
  grid-template-columns: minmax(0, 1fr) minmax(132px, 156px) !important;
  gap: 10px !important;
}

.n-card.mx-auto.max-w-md .ng-auth-inline-group > .ng-auth-inline-button,
.n-card.mx-auto.max-w-md .ng-auth-inline-group > .n-button,
.n-card.mx-auto.max-w-md .n-input-group.ng-auth-inline-group .n-button.n-button--primary-type,
.n-card.mx-auto.max-w-md .n-input-group.ng-auth-inline-group > .ng-auth-inline-button.n-button.n-button--primary-type {
  min-width: 132px !important;
  width: 156px !important;
  max-width: 156px !important;
}

.n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] {
  flex-wrap: nowrap !important;
  align-items: center !important;
}

.n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] > div:first-child a {
  white-space: nowrap !important;
}

@media (min-width: 561px) and (max-width: 1080px) {
  .n-card.mx-auto.max-w-md {
    width: min(520px, calc(100vw - 28px)) !important;
    margin: 18px auto 20px !important;
    border-radius: 28px !important;
  }

  .n-card.mx-auto.max-w-md .n-card__content {
    padding: 30px 24px 0 !important;
  }

  .n-card.mx-auto.max-w-md h1 {
    font-size: clamp(1.7rem, 3.2vw, 2.08rem) !important;
  }

  .n-card.mx-auto.max-w-md .ng-auth-label {
    font-size: 0.94rem !important;
  }

  .n-card.mx-auto.max-w-md .ng-email-suffix-group {
    grid-template-columns: minmax(0, 1fr) minmax(138px, 158px) !important;
    gap: 9px !important;
  }

  .n-card.mx-auto.max-w-md .ng-email-suffix-select {
    min-width: 138px !important;
    max-width: 158px !important;
  }

  .n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection,
  .n-card.mx-auto.max-w-md .ng-email-suffix-select .n-base-selection-label,
  .n-card.mx-auto.max-w-md .n-input,
  .n-card.mx-auto.max-w-md .n-input-wrapper,
  .n-card.mx-auto.max-w-md .ng-auth-inline-group > .ng-auth-inline-button,
  .n-card.mx-auto.max-w-md .ng-auth-inline-group > .n-button,
  .n-card.mx-auto.max-w-md .n-input-group.ng-auth-inline-group .n-button.n-button--primary-type,
  .n-card.mx-auto.max-w-md .n-input-group.ng-auth-inline-group > .ng-auth-inline-button.n-button.n-button--primary-type {
    min-height: 42px !important;
    height: 42px !important;
    border-radius: 16px !important;
  }

  .n-card.mx-auto.max-w-md .n-input__input-el {
    height: 42px !important;
    line-height: 42px !important;
  }

  .n-card.mx-auto.max-w-md .ng-auth-inline-group {
    grid-template-columns: minmax(0, 1fr) minmax(128px, 148px) !important;
    gap: 9px !important;
  }

  .n-card.mx-auto.max-w-md .ng-auth-inline-group > .ng-auth-inline-button,
  .n-card.mx-auto.max-w-md .ng-auth-inline-group > .n-button,
  .n-card.mx-auto.max-w-md .n-input-group.ng-auth-inline-group .n-button.n-button--primary-type,
  .n-card.mx-auto.max-w-md .n-input-group.ng-auth-inline-group > .ng-auth-inline-button.n-button.n-button--primary-type {
    min-width: 128px !important;
    width: 148px !important;
    max-width: 148px !important;
  }

  .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] {
    margin: 18px -24px 0 !important;
    padding: 18px 24px 20px !important;
    flex-wrap: nowrap !important;
    gap: 16px !important;
  }
}

@media (min-width: 1081px) {
  .n-card.mx-auto.max-w-md {
    width: 548px !important;
  }
}


/* 1.0.23 auth email mode: use one full email field and hide native suffix selector. */
.n-card.mx-auto.max-w-md .n-input-group.ng-email-group--single {
  display: block !important;
  width: 100% !important;
}

.n-card.mx-auto.max-w-md .n-input-group.ng-email-group--single > :first-child,
.n-card.mx-auto.max-w-md .n-input-group.ng-email-group--single .n-input,
.n-card.mx-auto.max-w-md .n-input-group.ng-email-group--single .n-input-wrapper,
.n-card.mx-auto.max-w-md .n-input-group.ng-email-group--single .n-input__input {
  width: 100% !important;
  max-width: 100% !important;
}

.n-card.mx-auto.max-w-md .n-input-group.ng-email-group--single .ng-email-suffix-hidden,
.n-card.mx-auto.max-w-md .n-input-group.ng-email-group--single .ng-email-suffix-select {
  display: none !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.route-name-register .n-card.mx-auto.max-w-md .n-input-group.ng-email-group--single,
body.route-name-forgetpassword .n-card.mx-auto.max-w-md .n-input-group.ng-email-group--single,
body.route-name-reset .n-card.mx-auto.max-w-md .n-input-group.ng-email-group--single {
  grid-template-columns: 1fr !important;
  gap: 0 !important;
}

body.route-name-register .n-card.mx-auto.max-w-md input[type="email"],
body.route-name-forgetpassword .n-card.mx-auto.max-w-md input[type="email"],
body.route-name-reset .n-card.mx-auto.max-w-md input[type="email"] {
  letter-spacing: 0 !important;
}


/* 1.0.25 auth first-render fix: login email field is also a single full-width field. */
body.route-name-login .n-card.mx-auto.max-w-md .n-input-group:has(input[type="email"]),
body.route-name-register .n-card.mx-auto.max-w-md .n-input-group:has(input[type="email"]),
body.route-name-forgetpassword .n-card.mx-auto.max-w-md .n-input-group:has(input[type="email"]),
body.route-name-reset .n-card.mx-auto.max-w-md .n-input-group:has(input[type="email"]),
.n-card.mx-auto.max-w-md .n-input-group.ng-email-group--single {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
}

body.route-name-login .n-card.mx-auto.max-w-md .n-input-group:has(input[type="email"]) > :first-child,
body.route-name-login .n-card.mx-auto.max-w-md .n-input-group:has(input[type="email"]) .n-input,
body.route-name-login .n-card.mx-auto.max-w-md .n-input-group:has(input[type="email"]) .n-input-wrapper,
body.route-name-login .n-card.mx-auto.max-w-md .n-input-group:has(input[type="email"]) .n-input__input,
body.route-name-register .n-card.mx-auto.max-w-md .n-input-group:has(input[type="email"]) > :first-child,
body.route-name-register .n-card.mx-auto.max-w-md .n-input-group:has(input[type="email"]) .n-input,
body.route-name-register .n-card.mx-auto.max-w-md .n-input-group:has(input[type="email"]) .n-input-wrapper,
body.route-name-register .n-card.mx-auto.max-w-md .n-input-group:has(input[type="email"]) .n-input__input,
body.route-name-forgetpassword .n-card.mx-auto.max-w-md .n-input-group:has(input[type="email"]) > :first-child,
body.route-name-forgetpassword .n-card.mx-auto.max-w-md .n-input-group:has(input[type="email"]) .n-input,
body.route-name-forgetpassword .n-card.mx-auto.max-w-md .n-input-group:has(input[type="email"]) .n-input-wrapper,
body.route-name-forgetpassword .n-card.mx-auto.max-w-md .n-input-group:has(input[type="email"]) .n-input__input,
body.route-name-reset .n-card.mx-auto.max-w-md .n-input-group:has(input[type="email"]) > :first-child,
body.route-name-reset .n-card.mx-auto.max-w-md .n-input-group:has(input[type="email"]) .n-input,
body.route-name-reset .n-card.mx-auto.max-w-md .n-input-group:has(input[type="email"]) .n-input-wrapper,
body.route-name-reset .n-card.mx-auto.max-w-md .n-input-group:has(input[type="email"]) .n-input__input,
.n-card.mx-auto.max-w-md .n-input-group.ng-email-group--single > :first-child,
.n-card.mx-auto.max-w-md .n-input-group.ng-email-group--single .n-input,
.n-card.mx-auto.max-w-md .n-input-group.ng-email-group--single .n-input-wrapper,
.n-card.mx-auto.max-w-md .n-input-group.ng-email-group--single .n-input__input {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  flex: 1 1 100% !important;
}

body.route-name-login .n-card.mx-auto.max-w-md .n-input-group:has(input[type="email"]) .ng-email-suffix-hidden,
body.route-name-register .n-card.mx-auto.max-w-md .n-input-group:has(input[type="email"]) .ng-email-suffix-hidden,
body.route-name-forgetpassword .n-card.mx-auto.max-w-md .n-input-group:has(input[type="email"]) .ng-email-suffix-hidden,
body.route-name-reset .n-card.mx-auto.max-w-md .n-input-group:has(input[type="email"]) .ng-email-suffix-hidden {
  display: none !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}


/* 1.0.26 Safari auth footer click fix + full-email mode cleanup. */
.n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] {
  isolation: isolate !important;
  pointer-events: auto !important;
}

.n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] a,
.n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] [data-ng-auth-nav-target] {
  position: relative !important;
  z-index: 20 !important;
  pointer-events: auto !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  touch-action: manipulation !important;
}

.n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] > div:last-child,
.n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] button {
  position: relative !important;
  z-index: 10 !important;
}

body.route-auth .ng-email-autocomplete,
body.route-auth .ng-email-suffix-select,
body.route-auth .ng-email-suffix-hidden {
  display: none !important;
}


/* 1.0.27 auth card bottom-layer cleanup: remove the extra footer sheet and clip it to the main card radius. */
.n-card.mx-auto.max-w-md {
  overflow: hidden !important;
  background-clip: padding-box !important;
}

.n-card.mx-auto.max-w-md .n-card__content {
  overflow: hidden !important;
  border-radius: inherit !important;
}

.n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] {
  background: transparent !important;
  box-shadow: none !important;
  overflow: hidden !important;
  border-bottom-left-radius: inherit !important;
  border-bottom-right-radius: inherit !important;
}

html.dark .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] {
  background: transparent !important;
}

@media (min-width: 1081px) {
  .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] {
    margin: 18px -32px 0 !important;
    padding: 18px 32px 22px !important;
  }
}

@media (min-width: 561px) and (max-width: 1080px) {
  .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] {
    margin: 18px -24px 0 !important;
    padding: 18px 24px 20px !important;
  }
}

@media (max-width: 560px) {
  .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] {
    margin-left: -18px !important;
    margin-right: -18px !important;
  }
}


/* 1.0.28 auth card de-layer: remove nested bottom sheets/inner rounded clips. */
body.route-auth .n-card.mx-auto.max-w-md,
body.route-name-login .n-card.mx-auto.max-w-md,
body.route-name-register .n-card.mx-auto.max-w-md,
body.route-name-forgetpassword .n-card.mx-auto.max-w-md,
body.route-name-reset .n-card.mx-auto.max-w-md {
  background: rgba(255, 255, 255, 0.76) !important;
  border: 1px solid rgba(255, 255, 255, 0.88) !important;
  border-radius: 38px !important;
  box-shadow: 0 28px 58px rgba(184, 196, 212, 0.24) !important;
  overflow: hidden !important;
  isolation: isolate !important;
  background-clip: padding-box !important;
}

body.route-auth .n-card.mx-auto.max-w-md::before,
body.route-auth .n-card.mx-auto.max-w-md::after,
body.route-auth .n-card.mx-auto.max-w-md .n-card__content::before,
body.route-auth .n-card.mx-auto.max-w-md .n-card__content::after,
body.route-auth .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\]::before,
body.route-auth .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\]::after,
body.route-name-login .n-card.mx-auto.max-w-md::before,
body.route-name-login .n-card.mx-auto.max-w-md::after,
body.route-name-register .n-card.mx-auto.max-w-md::before,
body.route-name-register .n-card.mx-auto.max-w-md::after,
body.route-name-forgetpassword .n-card.mx-auto.max-w-md::before,
body.route-name-forgetpassword .n-card.mx-auto.max-w-md::after,
body.route-name-reset .n-card.mx-auto.max-w-md::before,
body.route-name-reset .n-card.mx-auto.max-w-md::after {
  content: none !important;
  display: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

body.route-auth .n-card.mx-auto.max-w-md .n-card__content,
body.route-name-login .n-card.mx-auto.max-w-md .n-card__content,
body.route-name-register .n-card.mx-auto.max-w-md .n-card__content,
body.route-name-forgetpassword .n-card.mx-auto.max-w-md .n-card__content,
body.route-name-reset .n-card.mx-auto.max-w-md .n-card__content {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

body.route-auth .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
body.route-name-login .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
body.route-name-register .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
body.route-name-forgetpassword .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
body.route-name-reset .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] {
  width: 100% !important;
  margin: 22px 0 0 !important;
  padding: 18px 0 0 !important;
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-top: 1px solid rgba(225, 232, 241, 0.86) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  transform: none !important;
}

body.route-auth .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] > div,
body.route-auth .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] > div > *,
body.route-name-login .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] > div,
body.route-name-register .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] > div,
body.route-name-forgetpassword .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] > div,
body.route-name-reset .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] > div {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.route-auth .n-card.mx-auto.max-w-md .n-card__footer,
body.route-auth .n-card.mx-auto.max-w-md .n-card__action,
body.route-auth .n-card.mx-auto.max-w-md .n-card__footer::before,
body.route-auth .n-card.mx-auto.max-w-md .n-card__footer::after,
body.route-auth .n-card.mx-auto.max-w-md .n-card__action::before,
body.route-auth .n-card.mx-auto.max-w-md .n-card__action::after {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

html.dark body.route-auth .n-card.mx-auto.max-w-md,
html.dark body.route-name-login .n-card.mx-auto.max-w-md,
html.dark body.route-name-register .n-card.mx-auto.max-w-md,
html.dark body.route-name-forgetpassword .n-card.mx-auto.max-w-md,
html.dark body.route-name-reset .n-card.mx-auto.max-w-md {
  background: rgba(20, 28, 39, 0.86) !important;
  border-color: rgba(91, 106, 129, 0.46) !important;
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.34) !important;
}

html.dark body.route-auth .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
html.dark body.route-name-login .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
html.dark body.route-name-register .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
html.dark body.route-name-forgetpassword .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
html.dark body.route-name-reset .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] {
  background: transparent !important;
  background-image: none !important;
  border-top-color: rgba(91, 106, 129, 0.38) !important;
}

@media (min-width: 1081px) {
  body.route-auth .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-login .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-register .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-forgetpassword .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-reset .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] {
    margin: 22px 0 0 !important;
    padding: 18px 0 0 !important;
  }
}

@media (min-width: 561px) and (max-width: 1080px) {
  body.route-auth .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-login .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-register .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-forgetpassword .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-reset .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] {
    margin: 20px 0 0 !important;
    padding: 17px 0 0 !important;
  }
}

@media (max-width: 560px) {
  body.route-auth .n-card.mx-auto.max-w-md,
  body.route-name-login .n-card.mx-auto.max-w-md,
  body.route-name-register .n-card.mx-auto.max-w-md,
  body.route-name-forgetpassword .n-card.mx-auto.max-w-md,
  body.route-name-reset .n-card.mx-auto.max-w-md {
    border-radius: 26px !important;
    box-shadow: 0 18px 38px rgba(184, 196, 212, 0.22) !important;
  }

  body.route-auth .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-login .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-register .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-forgetpassword .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-reset .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] {
    margin: 18px 0 0 !important;
    padding: 16px 0 0 !important;
  }
}

/* 1.0.29 auth footer cleanup: remove the horizontal divider and tighten bottom spacing. */
body.route-auth .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
body.route-name-login .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
body.route-name-register .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
body.route-name-forgetpassword .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
body.route-name-reset .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] {
  border-top: 0 !important;
  margin-top: 10px !important;
  padding-top: 8px !important;
  padding-bottom: 0 !important;
  min-height: 42px !important;
}

body.route-auth .n-card.mx-auto.max-w-md .mt-5.w-full,
body.route-name-login .n-card.mx-auto.max-w-md .mt-5.w-full,
body.route-name-register .n-card.mx-auto.max-w-md .mt-5.w-full,
body.route-name-forgetpassword .n-card.mx-auto.max-w-md .mt-5.w-full,
body.route-name-reset .n-card.mx-auto.max-w-md .mt-5.w-full {
  margin-bottom: 6px !important;
}

body.route-auth .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] > div,
body.route-name-login .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] > div,
body.route-name-register .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] > div,
body.route-name-forgetpassword .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] > div,
body.route-name-reset .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] > div {
  min-height: 34px !important;
  align-items: center !important;
}

html.dark body.route-auth .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
html.dark body.route-name-login .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
html.dark body.route-name-register .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
html.dark body.route-name-forgetpassword .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
html.dark body.route-name-reset .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] {
  border-top: 0 !important;
}

@media (min-width: 1081px) {
  body.route-auth .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-login .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-register .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-forgetpassword .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-reset .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] {
    margin-top: 10px !important;
    padding-top: 8px !important;
  }
}

@media (min-width: 561px) and (max-width: 1080px) {
  body.route-auth .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-login .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-register .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-forgetpassword .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-reset .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] {
    margin-top: 9px !important;
    padding-top: 7px !important;
  }
}

@media (max-width: 560px) {
  body.route-auth .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-login .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-register .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-forgetpassword .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-reset .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] {
    margin-top: 8px !important;
    padding-top: 7px !important;
    min-height: 40px !important;
  }
}


/* 1.0.30 auth vertical adaptive tuning: reduce top blank and move the form/footer upward. */
body.route-auth .n-card.mx-auto.max-w-md,
body.route-name-login .n-card.mx-auto.max-w-md,
body.route-name-register .n-card.mx-auto.max-w-md,
body.route-name-forgetpassword .n-card.mx-auto.max-w-md,
body.route-name-reset .n-card.mx-auto.max-w-md {
  margin-top: clamp(18px, 4vh, 34px) !important;
  margin-bottom: clamp(14px, 3vh, 22px) !important;
}

body.route-auth .n-card.mx-auto.max-w-md .n-card__content,
body.route-name-login .n-card.mx-auto.max-w-md .n-card__content,
body.route-name-register .n-card.mx-auto.max-w-md .n-card__content,
body.route-name-forgetpassword .n-card.mx-auto.max-w-md .n-card__content,
body.route-name-reset .n-card.mx-auto.max-w-md .n-card__content {
  padding-top: clamp(20px, 2.3vw, 28px) !important;
}

body.route-auth .n-card.mx-auto.max-w-md .p-6,
body.route-name-login .n-card.mx-auto.max-w-md .p-6,
body.route-name-register .n-card.mx-auto.max-w-md .p-6,
body.route-name-forgetpassword .n-card.mx-auto.max-w-md .p-6,
body.route-name-reset .n-card.mx-auto.max-w-md .p-6 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.route-auth .n-card.mx-auto.max-w-md h1,
body.route-name-login .n-card.mx-auto.max-w-md h1,
body.route-name-register .n-card.mx-auto.max-w-md h1,
body.route-name-forgetpassword .n-card.mx-auto.max-w-md h1,
body.route-name-reset .n-card.mx-auto.max-w-md h1 {
  margin-top: 0 !important;
}

body.route-auth .n-card.mx-auto.max-w-md h5,
body.route-name-login .n-card.mx-auto.max-w-md h5,
body.route-name-register .n-card.mx-auto.max-w-md h5,
body.route-name-forgetpassword .n-card.mx-auto.max-w-md h5,
body.route-name-reset .n-card.mx-auto.max-w-md h5 {
  margin-bottom: clamp(12px, 1.8vw, 18px) !important;
}

body.route-auth .n-card.mx-auto.max-w-md .mt-5.w-full,
body.route-name-login .n-card.mx-auto.max-w-md .mt-5.w-full,
body.route-name-register .n-card.mx-auto.max-w-md .mt-5.w-full,
body.route-name-forgetpassword .n-card.mx-auto.max-w-md .mt-5.w-full,
body.route-name-reset .n-card.mx-auto.max-w-md .mt-5.w-full {
  margin-top: clamp(12px, 1.8vw, 18px) !important;
  margin-bottom: 4px !important;
}

body.route-auth .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
body.route-name-login .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
body.route-name-register .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
body.route-name-forgetpassword .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
body.route-name-reset .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] {
  margin-top: 4px !important;
  padding-top: 4px !important;
  min-height: 36px !important;
}

@media (min-width: 1081px) {
  body.route-auth .n-card.mx-auto.max-w-md .n-card__content,
  body.route-name-login .n-card.mx-auto.max-w-md .n-card__content,
  body.route-name-register .n-card.mx-auto.max-w-md .n-card__content,
  body.route-name-forgetpassword .n-card.mx-auto.max-w-md .n-card__content,
  body.route-name-reset .n-card.mx-auto.max-w-md .n-card__content {
    padding-top: 24px !important;
  }

  body.route-auth .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-login .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-register .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-forgetpassword .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-reset .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] {
    margin-top: 2px !important;
    padding-top: 4px !important;
  }
}

@media (min-width: 561px) and (max-width: 1080px) {
  body.route-auth .n-card.mx-auto.max-w-md,
  body.route-name-login .n-card.mx-auto.max-w-md,
  body.route-name-register .n-card.mx-auto.max-w-md,
  body.route-name-forgetpassword .n-card.mx-auto.max-w-md,
  body.route-name-reset .n-card.mx-auto.max-w-md {
    margin-top: clamp(12px, 3vh, 22px) !important;
  }

  body.route-auth .n-card.mx-auto.max-w-md .n-card__content,
  body.route-name-login .n-card.mx-auto.max-w-md .n-card__content,
  body.route-name-register .n-card.mx-auto.max-w-md .n-card__content,
  body.route-name-forgetpassword .n-card.mx-auto.max-w-md .n-card__content,
  body.route-name-reset .n-card.mx-auto.max-w-md .n-card__content {
    padding-top: 22px !important;
  }
}

@media (max-width: 560px) {
  body.route-auth .n-card.mx-auto.max-w-md,
  body.route-name-login .n-card.mx-auto.max-w-md,
  body.route-name-register .n-card.mx-auto.max-w-md,
  body.route-name-forgetpassword .n-card.mx-auto.max-w-md,
  body.route-name-reset .n-card.mx-auto.max-w-md {
    margin-top: 10px !important;
    margin-bottom: 14px !important;
  }

  body.route-auth .n-card.mx-auto.max-w-md .n-card__content,
  body.route-name-login .n-card.mx-auto.max-w-md .n-card__content,
  body.route-name-register .n-card.mx-auto.max-w-md .n-card__content,
  body.route-name-forgetpassword .n-card.mx-auto.max-w-md .n-card__content,
  body.route-name-reset .n-card.mx-auto.max-w-md .n-card__content {
    padding-top: 22px !important;
  }

  body.route-auth .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-login .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-register .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-forgetpassword .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-reset .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] {
    margin-top: 6px !important;
    padding-top: 4px !important;
    min-height: 38px !important;
  }
}


/* 1.0.31 auth footer comfort spacing: add a little vertical breathing room to footer actions. */
body.route-auth .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
body.route-name-login .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
body.route-name-register .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
body.route-name-forgetpassword .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
body.route-name-reset .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] {
  margin-top: 8px !important;
  padding-top: 11px !important;
  padding-bottom: 13px !important;
  min-height: 58px !important;
  align-items: center !important;
}

body.route-auth .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] > div,
body.route-name-login .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] > div,
body.route-name-register .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] > div,
body.route-name-forgetpassword .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] > div,
body.route-name-reset .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] > div {
  min-height: 34px !important;
  display: flex !important;
  align-items: center !important;
}

@media (min-width: 561px) and (max-width: 1080px) {
  body.route-auth .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-login .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-register .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-forgetpassword .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-reset .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] {
    margin-top: 8px !important;
    padding-top: 10px !important;
    padding-bottom: 12px !important;
    min-height: 56px !important;
  }
}

@media (max-width: 560px) {
  body.route-auth .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-login .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-register .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-forgetpassword .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\],
  body.route-name-reset .n-card.mx-auto.max-w-md .flex.justify-between.bg-\[--n-color-embedded\] {
    margin-top: 8px !important;
    padding-top: 10px !important;
    padding-bottom: 13px !important;
    min-height: 56px !important;
  }
}
