:root {
  --bg: #f3f7fb;
  --panel: #fff;
  --text: #111827;
  --muted: #6b7280;
  --line: #dfe5ec;
  --blue: #3478f6;
  --blue-dark: #071a34;
  --green: #0f7b4d;
  --red: #ad4b45;
  --amber: #a65713;
  --shadow: 0 22px 60px rgba(15, 23, 42, .08);
  font-family: "Montserrat", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}


/* Access cards: restore the compact backup shape, with the old history-icon space used for the two action buttons. */
@media (min-width: 761px) {
  body.member-body.member-route-access .dashboard-view-panel[data-dashboard-view-panel="access"] .access-list,
  body.member-body.member-page-access .dashboard-view-panel[data-dashboard-view-panel="access"] .access-list,
  body.member-body.member-route-access .access-list,
  body.member-body.member-page-access .access-list {
    width: min(100%, 690px) !important;
    max-width: 690px !important;
    margin: 28px auto 0 !important;
    display: grid !important;
    gap: 8px !important;
  }

  body.member-body.member-route-access .dashboard-view-panel[data-dashboard-view-panel="access"] .access-list > .access-card,
  body.member-body.member-page-access .dashboard-view-panel[data-dashboard-view-panel="access"] .access-list > .access-card,
  body.member-body.member-route-access .access-list > .access-card,
  body.member-body.member-page-access .access-list > .access-card {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 190px !important;
    grid-template-areas: "main actions" !important;
    align-items: center !important;
    column-gap: 14px !important;
    min-height: 86px !important;
    height: auto !important;
    padding: 14px 15px 14px 24px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
  }

  body.member-body.member-route-access .access-list > .access-card .access-main,
  body.member-body.member-page-access .access-list > .access-card .access-main {
    grid-area: main !important;
    min-width: 0 !important;
    display: grid !important;
    gap: 12px !important;
    align-content: center !important;
    padding-right: 0 !important;
  }

  body.member-body.member-route-access .access-list > .access-card .access-main h2,
  body.member-body.member-page-access .access-list > .access-card .access-main h2 {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    min-width: 0 !important;
    margin: 0 !important;
    font-size: 18px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
  }

  body.member-body.member-route-access .access-list > .access-card .access-main h2 .platform-dot,
  body.member-body.member-page-access .access-list > .access-card .access-main h2 .platform-dot,
  body.member-body.member-route-access .access-list > .access-card .access-main h2 .platform-logo,
  body.member-body.member-page-access .access-list > .access-card .access-main h2 .platform-logo {
    flex: 0 0 auto !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    margin: 0 !important;
  }

  body.member-body.member-route-access .access-list > .access-card .access-balance-line,
  body.member-body.member-page-access .access-list > .access-card .access-balance-line {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin: 0 !important;
    color: #353941 !important;
    font-size: 17px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
  }

  body.member-body.member-route-access .access-list > .access-card .access-balance-line > span,
  body.member-body.member-page-access .access-list > .access-card .access-balance-line > span {
    display: inline-flex !important;
    align-items: center !important;
    min-width: 0 !important;
  }

  body.member-body.member-route-access .access-list > .access-card .coin,
  body.member-body.member-page-access .access-list > .access-card .coin {
    width: 23px !important;
    height: 23px !important;
    min-width: 23px !important;
    margin-right: 9px !important;
    border-width: 2px !important;
    font-size: 11px !important;
  }

  body.member-body.member-route-access .access-list > .access-card .access-inline-topup,
  body.member-body.member-page-access .access-list > .access-card .access-inline-topup {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 28px !important;
    padding: 0 11px !important;
    border: 1px solid #dbe7ff !important;
    border-radius: 999px !important;
    background: #f4f8ff !important;
    color: #246bdf !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  body.member-body.member-route-access .access-list > .access-card .access-actions,
  body.member-body.member-page-access .access-list > .access-card .access-actions {
    grid-area: actions !important;
    position: static !important;
    transform: none !important;
    justify-self: stretch !important;
    align-self: center !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    gap: 7px !important;
  }

  body.member-body.member-route-access .access-list > .access-card .access-actions .btn,
  body.member-body.member-page-access .access-list > .access-card .access-actions .btn {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 31px !important;
    height: 31px !important;
    justify-content: center !important;
    padding: 0 9px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }

  body.member-body.member-route-access .access-list > .access-card.unpaid .access-actions,
  body.member-body.member-page-access .access-list > .access-card.unpaid .access-actions {
    grid-template-columns: minmax(0, 1fr) 34px !important;
  }
}

@media (max-width: 760px) {
  body.member-body.member-route-access .access-list,
  body.member-body.member-page-access .access-list {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 14px !important;
    gap: 8px !important;
  }

  body.member-body.member-route-access .access-list > .access-card,
  body.member-body.member-page-access .access-list > .access-card {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "main"
      "actions" !important;
    row-gap: 10px !important;
    padding: 12px !important;
  }

  body.member-body.member-route-access .access-list > .access-card .access-actions,
  body.member-body.member-page-access .access-list > .access-card .access-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    min-width: 0 !important;
    gap: 8px !important;
  }

  body.member-body.member-route-access .access-list > .access-card .access-actions .btn,
  body.member-body.member-page-access .access-list > .access-card .access-actions .btn {
    width: 100% !important;
    min-width: 0 !important;
  }
}

.admin-orders-page {
  display: grid;
  gap: 18px;
}

.admin-order-search,
.admin-order-panel,
.admin-order-linked {
  border-radius: 14px;
}

.admin-order-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-order-tabs a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid #dfe7f2;
  border-radius: 999px;
  background: #fff;
  color: #475569;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.admin-order-tabs a.active {
  border-color: #2563eb;
  background: #eff6ff;
  color: #1d4ed8;
}

.admin-order-search {
  position: relative;
  z-index: 80;
  overflow: visible;
}

.admin-order-filter-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 14px;
  align-items: end;
  position: relative;
  z-index: 1;
  overflow: visible;
}

.admin-order-loss-audit {
  display: grid;
  gap: 18px;
  padding: 22px;
}

.admin-order-loss-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.admin-order-loss-form label,
.admin-order-loss-output {
  display: grid;
  gap: 7px;
}

.admin-order-loss-form label > span,
.admin-order-loss-output > span {
  color: #334155;
  font-size: 12px;
  font-weight: 800;
}

.admin-order-loss-form input,
.admin-order-loss-form select,
.admin-order-loss-output textarea {
  width: 100%;
  border: 1px solid #d9e2ef;
  border-radius: 12px;
  background: #fff;
  color: #0f172a;
  font: inherit;
  font-size: 13px;
}

.admin-order-loss-form input,
.admin-order-loss-form select {
  min-height: 42px;
  padding: 0 12px;
}

.admin-order-loss-form small {
  color: #94a3b8;
  font-size: 11px;
  line-height: 1.35;
}

.admin-order-loss-days {
  display: grid;
  grid-template-columns: auto minmax(74px, .7fr) minmax(110px, 1fr);
  align-items: center;
  gap: 8px;
}

.admin-order-loss-days > span {
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
}

.admin-order-loss-days input,
.admin-order-loss-days select {
  min-width: 0;
}

.admin-order-loss-output textarea {
  min-height: 280px;
  padding: 13px;
  line-height: 1.5;
  resize: vertical;
}

.admin-order-loss-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  grid-column: 1 / -1;
}

.admin-order-loss-actions span {
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
}

.admin-order-loss-summary {
  padding: 12px 14px;
  border: 1px solid #bfdbfe;
  border-radius: 12px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 800;
}

.admin-order-loss-panels {
  display: grid;
  gap: 10px;
}

.admin-order-loss-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 14px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #f8fafc;
}

.admin-order-loss-group div {
  display: grid;
  gap: 3px;
}

.admin-order-loss-group span {
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.admin-order-loss-group strong {
  color: #0f172a;
  font-size: 18px;
}

.admin-order-reported-cases {
  display: grid;
  gap: 16px;
  padding: 22px;
}

.admin-order-reported-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-order-reported-stats span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #f8fafc;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
}

.admin-order-reported-stats strong {
  color: #0f172a;
}

.admin-order-reported-wrap {
  max-height: 68vh;
  overflow: auto;
}

.admin-order-reported-table th,
.admin-order-reported-table td {
  vertical-align: top;
}

.admin-order-reported-link {
  min-width: 220px;
}

.admin-order-reported-link a,
.admin-order-reported-link span {
  display: block;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  word-break: break-word;
}

.admin-order-reported-link small {
  display: block;
  margin-top: 4px;
  color: #94a3b8;
  font-size: 11px;
}

.admin-order-reported-ids {
  max-width: 260px;
  color: #334155;
  font-size: 12px;
  line-height: 1.45;
  word-break: break-word;
}

.admin-order-reported-missing {
  color: #b42318;
}

.admin-order-loss-group p,
.admin-order-loss-group ul {
  grid-column: 1 / -1;
  margin: 0;
  color: #475569;
  font-size: 13px;
  line-height: 1.45;
}

.admin-order-loss-group ul {
  display: grid;
  gap: 4px;
  padding-left: 18px;
}

.admin-order-filter-form label,
.admin-order-row-form label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.admin-order-filter-form label > span,
.admin-order-row-form label > span {
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}

.admin-order-filter-form small {
  color: #8491a5;
  font-size: 12px;
  font-weight: 650;
}

.admin-order-query-field {
  grid-column: 1 / -1;
}

.admin-order-filter-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.admin-order-table {
  min-width: 980px;
}

.admin-order-table td > strong,
.admin-order-table td > span {
  display: block;
}

.admin-order-table td > strong {
  color: #111827;
  font-weight: 760;
}

.admin-order-table td > span,
.admin-order-table td small {
  color: #64748b;
  font-size: 13px;
  line-height: 1.45;
}

.admin-order-status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 0 11px;
  background: #eef4ff;
  color: #2563eb;
  font-size: 12px;
  font-weight: 800;
}

.admin-order-status-pill.completed,
.admin-order-status-pill.bezahlt {
  background: #ecfdf5;
  color: #047857;
}

.admin-order-status-pill.partial,
.admin-order-status-pill.pending,
.admin-order-status-pill.awaiting {
  background: #fff7ed;
  color: #c2410c;
}

.admin-order-status-pill.refunded,
.admin-order-status-pill.canceled,
.admin-order-status-pill.failed,
.admin-order-status-pill.error,
.admin-order-status-pill.storno {
  background: #fff1f2;
  color: #be123c;
}

.admin-order-row-form {
  display: grid;
  grid-template-columns: minmax(135px, .8fr) minmax(140px, 1fr);
  gap: 10px;
  align-items: end;
  min-width: 320px;
}

.admin-order-row-form input,
.admin-order-row-form select,
.admin-order-filter-form input,
.admin-order-filter-form select,
.admin-order-filter-form textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid #d8e0ec;
  border-radius: 10px;
  padding: 0 12px;
  background: #fff;
  color: #111827;
  font-size: 14px;
  font-weight: 650;
  outline: none;
}

.admin-order-filter-form textarea {
  min-height: 82px;
  padding: 12px;
  line-height: 1.45;
  resize: vertical;
}

.admin-order-row-form input:focus,
.admin-order-row-form select:focus,
.admin-order-filter-form input:focus,
.admin-order-filter-form select:focus,
.admin-order-filter-form textarea:focus {
  border-color: #3478f6;
  box-shadow: 0 0 0 3px rgba(52, 120, 246, .16);
}

.admin-order-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-order-column-config {
  align-self: end;
  min-width: 0;
  position: relative;
  z-index: 90;
}

.admin-order-column-config[open] {
  z-index: 3200;
}

.admin-order-column-config summary {
  min-height: 42px;
  border: 1px solid #d8e0ec;
  border-radius: 10px;
  padding: 11px 13px;
  background: #fff;
  color: #111827;
  cursor: pointer;
  font-size: 14px;
  font-weight: 750;
  list-style: none;
}

.admin-order-column-config summary::-webkit-details-marker {
  display: none;
}

.admin-order-column-config[open] summary {
  border-color: #3478f6;
  box-shadow: 0 0 0 3px rgba(52, 120, 246, .12);
}

.admin-order-column-options {
  position: absolute;
  z-index: 3201;
  top: calc(100% + 8px);
  left: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: min(520px, calc(100vw - 48px));
  max-height: min(440px, 70vh);
  overflow: auto;
  margin-top: 0;
  border: 1px solid #d8e0ec;
  border-radius: 14px;
  background: #fff;
  padding: 12px;
  box-shadow: 0 22px 58px rgba(15, 23, 42, .14);
}

.admin-order-column-options label {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  border: 1px solid #edf2f7;
  border-radius: 10px;
  padding: 8px 10px;
  color: #334155;
  font-size: 13px;
  font-weight: 750;
}

.admin-order-column-options input {
  width: 16px;
  height: 16px;
  min-height: 16px;
  padding: 0;
  accent-color: #3478f6;
}

.admin-order-bulk-form {
  display: grid;
  gap: 14px;
}

.admin-order-bulk-bar {
  display: grid;
  grid-template-columns: minmax(170px, .7fr) minmax(180px, .8fr) minmax(280px, 1fr);
  gap: 12px;
  align-items: end;
  border: 1px solid #e1e8f2;
  border-radius: 14px;
  background: #f8fbff;
  padding: 12px;
}

.admin-order-bulk-bar label {
  display: grid;
  gap: 7px;
}

.admin-order-bulk-bar label > span {
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
}

.admin-order-bulk-bar input,
.admin-order-bulk-bar select {
  width: 100%;
  min-height: 42px;
  border: 1px solid #d8e0ec;
  border-radius: 10px;
  padding: 0 12px;
  background: #fff;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  outline: none;
}

.admin-order-bulk-bar input:focus,
.admin-order-bulk-bar select:focus {
  border-color: #3478f6;
  box-shadow: 0 0 0 3px rgba(52, 120, 246, .16);
}

.admin-order-bulk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}

.admin-order-bulk-actions > span {
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
  margin-right: auto;
}

.admin-order-select-cell {
  width: 42px;
  text-align: center;
}

.admin-order-select-cell input {
  width: 18px;
  height: 18px;
  accent-color: #3478f6;
}

.admin-order-cell-link {
  color: #2563eb;
  font-size: 13px;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.admin-order-cell-value {
  color: #475569;
  font-size: 13px;
  font-weight: 650;
  overflow-wrap: anywhere;
}

.admin-order-email-output {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(280px, 1fr);
  gap: 16px;
  align-items: start;
}

.admin-order-email-output h2 {
  margin: 0 0 5px;
  font-size: 18px;
}

.admin-order-email-output textarea {
  width: 100%;
  border: 1px solid #cfe0ff;
  border-radius: 12px;
  background: #f8fbff;
  color: #0f172a;
  padding: 12px 14px;
  resize: vertical;
  font: 700 13px/1.5 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.admin-order-report-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.admin-order-report-grid label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.admin-order-report-grid label > span {
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
}

.admin-order-report-wide {
  grid-column: 1 / -1;
}

.admin-order-refund {
  border-color: #fecdd3;
  color: #be123c;
  background: #fff7f8;
}

.admin-order-refund:hover {
  border-color: #fb7185;
  box-shadow: 0 0 0 3px rgba(251, 113, 133, .16);
}

.admin-order-alias-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-order-alias-list span {
  display: grid;
  gap: 3px;
  min-width: min(280px, 100%);
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
  padding: 11px 13px;
}

.admin-order-alias-list span.is-current {
  border-color: #bfdbfe;
  background: #eff6ff;
}

.admin-order-alias-list strong {
  color: #111827;
  font-size: 14px;
}

.admin-order-alias-list em,
.admin-order-alias-list small {
  color: #3478f6;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

@media (max-width: 1180px) {
  .admin-order-filter-form,
  .admin-order-loss-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-order-bulk-bar,
  .admin-order-email-output,
  .admin-order-report-grid {
    grid-template-columns: 1fr;
  }

  .admin-order-bulk-actions {
    justify-content: flex-start;
  }
}

/* Final dashboard access polish: mobile dock switch, smooth chips, compact cards. */
body.member-body.member-route-access .access-card,
body.member-body.member-page-access .access-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  column-gap: 14px !important;
  row-gap: 8px !important;
  min-height: 0 !important;
  padding: 14px 14px !important;
}

body.member-body.member-route-access .access-main,
body.member-body.member-page-access .access-main {
  min-width: 0 !important;
  padding-right: 0 !important;
}

body.member-body.member-route-access .access-main h2,
body.member-body.member-page-access .access-main h2 {
  display: flex !important;
  align-items: center !important;
  min-width: 0 !important;
  margin-bottom: 7px !important;
  gap: 8px !important;
  line-height: 1.15 !important;
}

body.member-body.member-route-access .access-main h2 > :not(.platform-dot),
body.member-body.member-page-access .access-main h2 > :not(.platform-dot) {
  min-width: 0 !important;
}

body.member-body.member-route-access .access-balance-line,
body.member-body.member-page-access .access-balance-line {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  line-height: 1.2 !important;
}

body.member-body.member-route-access .access-actions,
body.member-body.member-page-access .access-actions {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-end !important;
  justify-self: end !important;
  gap: 8px !important;
  width: auto !important;
  min-width: max-content !important;
  margin-left: 0 !important;
}

body.member-body.member-route-access .access-actions .btn,
body.member-body.member-page-access .access-actions .btn {
  width: auto !important;
  min-width: 82px !important;
  min-height: 36px !important;
  padding: 0 13px !important;
  white-space: nowrap !important;
}

body.member-body.member-route-access .filters-block,
body.member-body.member-page-access .filters-block {
  overflow: visible !important;
}

body.member-body.member-route-access .chip-row,
body.member-body.member-page-access .chip-row {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 8px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  max-width: 100% !important;
  padding: 2px 28px 10px 2px !important;
  margin-inline: -2px !important;
  scroll-snap-type: none !important;
  scroll-padding-inline: 2px 28px !important;
  overscroll-behavior-x: contain !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-gutter: stable !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

body.member-body.member-route-access .chip-row::after,
body.member-body.member-page-access .chip-row::after {
  content: "" !important;
  display: block !important;
  flex: 0 0 18px !important;
  width: 18px !important;
  height: 1px !important;
}

body.member-body.member-route-access .chip,
body.member-body.member-page-access .chip {
  flex: 0 0 auto !important;
  scroll-snap-align: none !important;
}

@media (max-width: 760px) {
  body.member-body.member-route-access,
  body.member-body.member-page-access {
    padding-bottom: calc(150px + env(safe-area-inset-bottom, 0px)) !important;
  }

  body.member-body.member-route-access .dashboard-view-switch,
  body.member-body.member-page-access .dashboard-view-switch,
  body.member-body[data-members-layout-lock].member-route-access .dashboard-view-switch,
  body.member-body[data-members-layout-lock].member-page-access .dashboard-view-switch {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: calc(88px + env(safe-area-inset-bottom, 0px)) !important;
    z-index: 2147482400 !important;
    width: min(94vw, 390px) !important;
    max-width: 390px !important;
    margin: 0 !important;
    transform: translateX(-50%) !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 3px !important;
    padding: 4px !important;
    border: 1px solid rgba(15, 23, 42, .08) !important;
    border-radius: 20px !important;
    background: rgba(255, 255, 255, .94) !important;
    box-shadow: 0 -5px 18px rgba(15, 23, 42, .06), 0 8px 24px rgba(15, 23, 42, .08) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    backdrop-filter: blur(16px) !important;
  }

  body.member-body.member-route-access .dashboard-view-switch button,
  body.member-body.member-page-access .dashboard-view-switch button,
  body.member-body[data-members-layout-lock].member-route-access .dashboard-view-switch button,
  body.member-body[data-members-layout-lock].member-page-access .dashboard-view-switch button {
    min-height: 34px !important;
    padding: 0 6px !important;
    border-radius: 15px !important;
    font-size: 11px !important;
    line-height: 1 !important;
  }

  body.member-body.member-route-access .chip-row,
  body.member-body.member-page-access .chip-row {
    gap: 8px !important;
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    padding: 2px 34px 10px 0 !important;
    margin-left: 0 !important;
    margin-right: -14px !important;
    scroll-snap-type: none !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
  }

  body.member-body.member-route-access .chip-row::after,
  body.member-body.member-page-access .chip-row::after {
    flex-basis: 28px !important;
    width: 28px !important;
  }

  body.member-body.member-route-access .access-card,
  body.member-body.member-page-access .access-card {
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    column-gap: 10px !important;
    padding: 12px !important;
  }

  body.member-body.member-route-access .access-main h2,
  body.member-body.member-page-access .access-main h2 {
    margin-bottom: 6px !important;
    font-size: 16px !important;
  }

  body.member-body.member-route-access .access-balance-line,
  body.member-body.member-page-access .access-balance-line {
    font-size: 13px !important;
    gap: 6px !important;
  }

  body.member-body.member-route-access .access-actions,
  body.member-body.member-page-access .access-actions {
    flex-direction: column !important;
    gap: 6px !important;
    min-width: 78px !important;
  }

  body.member-body.member-route-access .access-actions .btn,
  body.member-body.member-page-access .access-actions .btn {
    width: 78px !important;
    min-width: 78px !important;
    min-height: 32px !important;
    padding: 0 8px !important;
    font-size: 11px !important;
  }
}

body.member-body .help-order-picker.is-background-picker {
  display: none !important;
}

body.member-body .support-smart-flow {
  gap: 12px !important;
  padding: 14px !important;
}

body.member-body .support-smart-head {
  grid-template-columns: 36px minmax(0, 1fr) !important;
  gap: 10px !important;
}

body.member-body .support-smart-head > span {
  width: 36px !important;
  height: 36px !important;
  font-size: 16px !important;
}

body.member-body .support-smart-head strong {
  font-size: 17px !important;
}

body.member-body .support-smart-head p {
  margin-top: 2px !important;
  font-size: 13px !important;
}

body.member-body .support-smart-card {
  grid-template-columns: 48px minmax(0, 1fr) auto !important;
  min-height: 66px !important;
  padding: 10px !important;
  gap: 10px !important;
}

body.member-body .support-smart-thumb {
  width: 48px !important;
  height: 48px !important;
  border-radius: 15px !important;
}

body.member-body .support-smart-copy strong {
  font-size: 16px !important;
}

body.member-body .support-smart-copy small {
  font-size: 12px !important;
}

body.member-body .support-smart-metrics {
  min-width: 0 !important;
  justify-items: end !important;
}

body.member-body .support-smart-metrics b {
  min-height: 30px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 11px !important;
  border-radius: 999px !important;
  background: #eef4ff !important;
  color: #2368d7 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
}

body.member-body .support-smart-hint {
  display: none !important;
}

@media (max-width: 700px) {
  body.member-body .support-smart-flow {
    margin: 10px 0 14px !important;
    padding: 12px !important;
    border-radius: 18px !important;
  }

  body.member-body .support-smart-card {
    grid-template-columns: 44px minmax(0, 1fr) auto !important;
    min-height: 62px !important;
    padding: 9px !important;
  }

  body.member-body .support-smart-thumb {
    width: 44px !important;
    height: 44px !important;
  }
}

body.member-body .mobile-products-icon {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  width: 25px !important;
  height: 25px !important;
}

body.member-body .mobile-products-icon svg {
  width: 25px !important;
  height: 25px !important;
  overflow: visible !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  stroke-width: 1.75 !important;
}

body.member-body .mobile-products-heart {
  fill: currentColor !important;
  stroke-width: 1.3 !important;
  transform-origin: 9.8px 9.2px !important;
  animation: fh-products-heartbeat 3.8s ease-in-out infinite !important;
}

body.member-body .mobile-products-user {
  transform-origin: 17px 13px !important;
  animation: fh-products-float 4.4s ease-in-out infinite !important;
}

body.member-body .mobile-products-comment {
  transform-origin: 7px 18px !important;
  animation: fh-products-comment-pop 5s ease-in-out infinite !important;
}

body.member-body .mobile-tabbar-item.active .mobile-products-icon,
body.member-body .mobile-tabbar-item:hover .mobile-products-icon {
  color: #3478f6 !important;
}

@keyframes fh-products-heartbeat {
  0%, 58%, 100% {
    transform: scale(1);
  }
  8% {
    transform: scale(1.1);
  }
  15% {
    transform: scale(.98);
  }
}

@keyframes fh-products-float {
  0%, 100% {
    transform: translateY(0);
  }
  46% {
    transform: translateY(-.8px);
  }
}

@keyframes fh-products-comment-pop {
  0%, 70%, 100% {
    transform: translateY(0) scale(1);
  }
  78% {
    transform: translateY(-.7px) scale(1.04);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.member-body .mobile-products-heart,
  body.member-body .mobile-products-user,
  body.member-body .mobile-products-comment {
    animation: none !important;
  }
}

@media (max-width: 680px) {
  .admin-order-filter-form,
  .admin-order-loss-form,
  .admin-order-loss-group {
    grid-template-columns: 1fr;
  }

  .admin-order-loss-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-order-loss-actions .btn {
    width: 100%;
  }

  .admin-order-filter-form .btn {
    width: 100%;
  }

  .admin-order-row-form {
    grid-template-columns: 1fr;
    min-width: 260px;
  }

  .admin-order-column-options {
    position: fixed;
    grid-template-columns: 1fr;
    top: 92px;
    left: 18px;
    right: 18px;
    width: auto;
    max-height: calc(100dvh - 124px);
  }

  .admin-order-bulk-actions .btn {
    width: 100%;
  }
}


body.member-body.member-page-account .account-page,
body.member-body.member-route-account .account-page {
  width: min(900px, 100%) !important;
  max-width: 900px !important;
}

body.member-body.member-page-account .account-stat-grid,
body.member-body.member-route-account .account-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin: 24px 0 14px !important;
}

body.member-body.member-page-account .account-stat-card,
body.member-body.member-route-account .account-stat-card {
  min-height: 124px !important;
  padding: 44px 15px 15px !important;
  border: 1px solid rgba(213, 222, 235, .92) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #fff, #fbfdff) !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .04) !important;
}

body.member-body.member-page-account .account-stat-card:hover,
body.member-body.member-route-account .account-stat-card:hover,
body.member-body.member-page-account .account-stat-card:focus-visible,
body.member-body.member-route-account .account-stat-card:focus-visible {
  border-color: #1277ff !important;
  box-shadow: 0 18px 38px rgba(18, 119, 255, .10) !important;
}

body.member-body.member-page-account .account-stat-card strong,
body.member-body.member-route-account .account-stat-card strong {
  font-size: 16px !important;
  font-weight: 680 !important;
}

body.member-body.member-page-account .account-stat-card em,
body.member-body.member-route-account .account-stat-card em {
  font-size: 16px !important;
  font-weight: 720 !important;
}

body.member-body.member-page-account .account-stat-action,
body.member-body.member-route-account .account-stat-action {
  min-height: 34px !important;
  padding: 0 12px !important;
  border-radius: 6px !important;
  font-size: 13px !important;
}

body.member-body.member-page-account .account-stat-rank-card,
body.member-body.member-route-account .account-stat-rank-card {
  overflow: visible !important;
}

body.member-body.member-page-account .account-rank-mini-badge,
body.member-body.member-route-account .account-rank-mini-badge {
  position: absolute !important;
  top: -25px !important;
  left: 50% !important;
  width: 50px !important;
  height: 50px !important;
  transform: translateX(-50%) !important;
  border-radius: 50% !important;
  display: grid !important;
  place-items: center !important;
  background: #fff !important;
  box-shadow: 0 14px 28px rgba(15, 23, 42, .14) !important;
}

body.member-body.member-page-account .account-rank-mini-badge img,
body.member-body.member-route-account .account-rank-mini-badge img {
  width: 46px !important;
  height: 46px !important;
  display: block !important;
}

body.member-body.member-page-account .account-rank-panel,
body.member-body.member-route-account .account-rank-panel {
  display: grid !important;
  grid-template-columns: 280px minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: stretch !important;
  margin: 0 0 18px !important;
  padding: 16px !important;
  border: 1px solid rgba(213, 222, 235, .95) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #fff, #f9fbff) !important;
  background:
    radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--rank-color, #3478f6) 18%, transparent), transparent 32%),
    linear-gradient(180deg, #fff, #f9fbff) !important;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .055) !important;
}

body.member-body.member-page-account .account-rank-identity,
body.member-body.member-route-account .account-rank-identity {
  min-height: 142px !important;
  padding: 18px !important;
  border-radius: 8px !important;
  background: #0b1323 !important;
  color: #fff !important;
  display: grid !important;
  grid-template-columns: 72px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: center !important;
}

body.member-body.member-page-account .account-rank-identity img,
body.member-body.member-route-account .account-rank-identity img {
  width: 72px !important;
  height: 72px !important;
  display: block !important;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, .28)) !important;
}

body.member-body.member-page-account .account-rank-identity p,
body.member-body.member-route-account .account-rank-identity p {
  margin: 0 0 5px !important;
  color: rgba(255, 255, 255, .58) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .04em !important;
}

body.member-body.member-page-account .account-rank-identity h2,
body.member-body.member-route-account .account-rank-identity h2 {
  margin: 0 0 6px !important;
  color: #fff !important;
  font-size: 25px !important;
  font-weight: 760 !important;
  line-height: 1 !important;
}

body.member-body.member-page-account .account-rank-identity span,
body.member-body.member-route-account .account-rank-identity span {
  color: rgba(255, 255, 255, .74) !important;
  font-size: 12px !important;
  line-height: 1.42 !important;
}

body.member-body.member-page-account .account-rank-progress,
body.member-body.member-route-account .account-rank-progress {
  min-width: 0 !important;
  padding: 16px 16px 14px !important;
  border-radius: 8px !important;
  background: #fff !important;
  border: 1px solid rgba(226, 232, 240, .82) !important;
}

body.member-body.member-page-account .account-rank-progress-head,
body.member-body.member-route-account .account-rank-progress-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-bottom: 10px !important;
}

body.member-body.member-page-account .account-rank-progress-head span,
body.member-body.member-route-account .account-rank-progress-head span {
  color: #667085 !important;
  font-size: 13px !important;
  font-weight: 520 !important;
}

body.member-body.member-page-account .account-rank-progress-head strong,
body.member-body.member-route-account .account-rank-progress-head strong {
  color: #111827 !important;
  font-weight: 720 !important;
}

body.member-body.member-page-account .account-rank-progress-head em,
body.member-body.member-route-account .account-rank-progress-head em {
  color: var(--rank-color, #3478f6) !important;
  font-size: 17px !important;
  font-style: normal !important;
  font-weight: 760 !important;
}

body.member-body.member-page-account .account-rank-track,
body.member-body.member-route-account .account-rank-track {
  height: 10px !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: #edf2f8 !important;
}

body.member-body.member-page-account .account-rank-track span,
body.member-body.member-route-account .account-rank-track span {
  display: block !important;
  height: 100% !important;
  border-radius: inherit !important;
  background: linear-gradient(90deg, var(--rank-color, #3478f6), #45c46f) !important;
  transition: width .28s ease !important;
}

body.member-body.member-page-account .account-rank-checklist,
body.member-body.member-route-account .account-rank-checklist {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin-top: 12px !important;
}

body.member-body.member-page-account .account-rank-checklist > div,
body.member-body.member-route-account .account-rank-checklist > div {
  min-width: 0 !important;
  padding: 11px 10px !important;
  border-radius: 8px !important;
  background: #fff8ed !important;
  border: 1px solid #fed7aa !important;
  display: grid !important;
  grid-template-columns: 24px minmax(0, 1fr) !important;
  gap: 8px !important;
  align-items: start !important;
}

body.member-body.member-page-account .account-rank-checklist > div.is-done,
body.member-body.member-route-account .account-rank-checklist > div.is-done {
  background: #ecfdf3 !important;
  border-color: #a7f3c4 !important;
}

body.member-body.member-page-account .account-rank-checklist i,
body.member-body.member-route-account .account-rank-checklist i {
  width: 23px !important;
  height: 23px !important;
  border-radius: 50% !important;
  background: #f59e0b !important;
  position: relative !important;
  display: block !important;
}

body.member-body.member-page-account .account-rank-checklist .is-done i,
body.member-body.member-route-account .account-rank-checklist .is-done i {
  background: #066c3b !important;
}

body.member-body.member-page-account .account-rank-checklist i::before,
body.member-body.member-route-account .account-rank-checklist i::before {
  content: "!" !important;
  position: absolute !important;
  inset: 0 !important;
  display: grid !important;
  place-items: center !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

body.member-body.member-page-account .account-rank-checklist .is-done i::before,
body.member-body.member-route-account .account-rank-checklist .is-done i::before {
  content: "" !important;
  left: 7px !important;
  top: 5px !important;
  right: auto !important;
  bottom: auto !important;
  width: 9px !important;
  height: 5px !important;
  border-left: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
  transform: rotate(-45deg) !important;
}

body.member-body.member-page-account .account-rank-checklist strong,
body.member-body.member-route-account .account-rank-checklist strong {
  display: block !important;
  color: #111827 !important;
  font-size: 12px !important;
  font-weight: 720 !important;
  line-height: 1.15 !important;
}

body.member-body.member-page-account .account-rank-checklist small,
body.member-body.member-route-account .account-rank-checklist small {
  display: block !important;
  margin-top: 3px !important;
  color: #697386 !important;
  font-size: 11px !important;
  font-weight: 520 !important;
  text-decoration: none !important;
}

body.member-body.member-page-account .account-rank-checklist em,
body.member-body.member-route-account .account-rank-checklist em {
  grid-column: 2 !important;
  color: #9a3412 !important;
  font-size: 11px !important;
  font-style: normal !important;
  font-weight: 720 !important;
}

body.member-body.member-page-account .account-rank-checklist .is-done em,
body.member-body.member-route-account .account-rank-checklist .is-done em {
  color: #066c3b !important;
}

body.member-body.member-page-account .account-rank-max,
body.member-body.member-route-account .account-rank-max {
  margin: 12px 0 0 !important;
  padding: 12px 14px !important;
  border-radius: 8px !important;
  background: #ecfdf3 !important;
  color: #066c3b !important;
  font-size: 13px !important;
  font-weight: 650 !important;
}

body.member-body.member-page-account .account-help-strip,
body.member-body.member-route-account .account-help-strip {
  border-radius: 8px !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .035) !important;
}

body.member-body.member-page-account .account-premium-card,
body.member-body.member-route-account .account-premium-card {
  border-radius: 8px !important;
  border: 1px solid rgba(213, 222, 235, .9) !important;
  box-shadow: 0 16px 38px rgba(15, 23, 42, .045) !important;
}

@media (max-width: 980px) {
  body.member-body.member-page-account .account-stat-grid,
  body.member-body.member-route-account .account-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    row-gap: 28px !important;
  }

  body.member-body.member-page-account .account-rank-panel,
  body.member-body.member-route-account .account-rank-panel {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 720px) {
  body.member-body.member-page-account .account-rank-checklist,
  body.member-body.member-route-account .account-rank-checklist {
    grid-template-columns: 1fr !important;
  }
}


.account-settings-page {
  max-width: 980px !important;
  margin-inline: auto !important;
}

.settings-head {
  align-items: flex-end !important;
  display: flex !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin-bottom: 20px !important;
}

.settings-head p {
  margin: 0 0 6px !important;
  color: #8b95a5 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
}

.settings-head h1 {
  margin: 0 !important;
  color: #080d1a !important;
  font-size: clamp(30px, 4vw, 46px) !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

.settings-head span {
  display: block !important;
  margin-top: 8px !important;
  color: #6f7787 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}

.settings-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.settings-card {
  background: #fff !important;
  border: 1px solid #dde5f1 !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 52px rgba(15, 23, 42, .06) !important;
  padding: 22px !important;
}

.settings-card-primary,
.settings-history-card {
  grid-column: 1 / -1 !important;
}

.settings-card-head {
  align-items: flex-start !important;
  display: flex !important;
  gap: 14px !important;
  margin-bottom: 18px !important;
}

.settings-foldout {
  overflow: hidden !important;
}

.settings-foldout-summary {
  cursor: pointer !important;
  list-style: none !important;
  margin-bottom: 0 !important;
  padding-right: 40px !important;
  position: relative !important;
}

.settings-foldout-summary::-webkit-details-marker {
  display: none !important;
}

.settings-foldout-summary::after {
  content: "▾" !important;
  align-items: center !important;
  background: #eff6ff !important;
  border-radius: 999px !important;
  color: #3478f6 !important;
  display: inline-flex !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  height: 28px !important;
  justify-content: center !important;
  position: absolute !important;
  right: 0 !important;
  top: 8px !important;
  transition: transform .18s ease, box-shadow .18s ease !important;
  width: 28px !important;
}

.settings-foldout-summary:hover::after,
.settings-foldout-summary:focus-visible::after {
  box-shadow: 0 0 0 3px rgba(52, 120, 246, .14) !important;
}

.settings-foldout[open] .settings-foldout-summary {
  margin-bottom: 18px !important;
}

.settings-foldout[open] .settings-foldout-summary::after {
  transform: rotate(180deg) !important;
}

.settings-foldout-body {
  display: grid !important;
  gap: 12px !important;
  animation: adminFoldoutIn .18s ease both !important;
}

.settings-foldout.is-foldout-closing > .settings-foldout-body {
  animation: settingsFoldoutOut .18s ease both !important;
}

@keyframes adminFoldoutIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes settingsFoldoutOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-4px);
  }
}

.settings-card-head h2 {
  margin: 0 0 5px !important;
  color: #111827 !important;
  font-size: 20px !important;
  font-weight: 750 !important;
  letter-spacing: 0 !important;
}

.settings-card-head p {
  margin: 0 !important;
  color: #6b7280 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
}

.settings-card-icon {
  align-items: center !important;
  background: #eef5ff !important;
  border-radius: 16px !important;
  color: #3478f6 !important;
  display: inline-flex !important;
  flex: 0 0 46px !important;
  font-size: 22px !important;
  font-weight: 850 !important;
  height: 46px !important;
  justify-content: center !important;
  width: 46px !important;
}

.settings-card-icon.lock::before {
  content: "🔒";
  font-size: 20px;
}

.settings-card-icon.code::before {
  content: "••";
  font-size: 20px;
  letter-spacing: 2px;
}

.settings-card-icon.history::before {
  content: "↺";
  font-size: 24px;
}

.settings-form {
  display: grid !important;
  gap: 12px !important;
}

.settings-form label {
  display: grid !important;
  gap: 7px !important;
}

.settings-form label span {
  color: #6b7280 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.settings-form input {
  background: #fbfdff !important;
  border: 1px solid #d8e1ee !important;
  border-radius: 14px !important;
  box-shadow: inset 0 0 0 1px transparent !important;
  color: #111827 !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  min-height: 48px !important;
  padding: 0 14px !important;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease !important;
}

.settings-form input:hover:not(:read-only),
.settings-form input:focus {
  background: #fff !important;
  border-color: #3478f6 !important;
  box-shadow: inset 0 0 0 1px #3478f6, 0 12px 26px rgba(52, 120, 246, .1) !important;
  outline: none !important;
}

.settings-form input:read-only {
  color: #6b7280 !important;
}

.settings-codepad {
  justify-content: center !important;
  justify-items: center !important;
  margin: 0 auto !important;
}

.settings-info-row {
  display: grid !important;
  gap: 5px !important;
  background: #f7faff !important;
  border: 1px solid #dce6f5 !important;
  border-radius: 16px !important;
  color: #667085 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  padding: 13px 14px !important;
}

.settings-info-row strong {
  color: #111827 !important;
  font-size: 14px !important;
  font-weight: 750 !important;
}

.settings-action-row {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.settings-action-row form {
  margin: 0 !important;
}

.settings-action-row .btn:disabled {
  cursor: not-allowed !important;
  opacity: .55 !important;
}

.settings-alias-list {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.settings-alias-list div {
  align-items: center !important;
  background: #f7faff !important;
  border: 1px solid #dce6f5 !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  gap: 9px !important;
  max-width: 100% !important;
  padding: 9px 12px !important;
}

.settings-alias-list div.is-current {
  background: #ecfdf3 !important;
  border-color: #bbf7d0 !important;
}

.settings-alias-list strong {
  color: #111827 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  overflow-wrap: anywhere !important;
}

.settings-alias-list span {
  background: #fff !important;
  border-radius: 999px !important;
  color: #3478f6 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  padding: 4px 7px !important;
}

.settings-history-list {
  border-top: 1px solid #edf1f7 !important;
  display: grid !important;
  gap: 8px !important;
  margin-top: 16px !important;
  padding-top: 14px !important;
}

.settings-history-list div {
  align-items: center !important;
  color: #6b7280 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  gap: 10px !important;
}

.settings-history-list time {
  color: #111827 !important;
  font-weight: 750 !important;
}

.side-settings.active {
  border-color: #3478f6 !important;
  color: #3478f6 !important;
  box-shadow: inset 0 0 0 1px #3478f6, 0 10px 26px rgba(52, 120, 246, .12) !important;
}

.admin-customers-search {
  margin-bottom: 16px !important;
}

.admin-customers-panel {
  overflow: hidden !important;
}

.admin-customers-table-wrap {
  overflow-x: auto !important;
}

.admin-customers-meta {
  align-items: center !important;
  color: #6b7280 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  gap: 10px 18px !important;
  justify-content: space-between !important;
  margin: 4px 0 14px !important;
}

.admin-customers-table {
  border-collapse: collapse !important;
  min-width: 860px !important;
  width: 100% !important;
}

.admin-customers-table th {
  color: #6b7280 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .04em !important;
  padding: 12px 10px !important;
  text-align: left !important;
  text-transform: uppercase !important;
}

.admin-customers-table td {
  border-top: 1px solid #edf1f7 !important;
  color: #111827 !important;
  font-size: 14px !important;
  padding: 14px 10px !important;
  vertical-align: top !important;
}

.admin-customers-table td > strong,
.admin-customers-table td > span {
  display: block !important;
}

.admin-customers-table td > strong {
  font-weight: 750 !important;
  overflow-wrap: anywhere !important;
}

.admin-customers-table td > span {
  color: #6b7280 !important;
  font-size: 13px !important;
  margin-top: 4px !important;
}

.admin-status-pill {
  border-radius: 999px !important;
  display: inline-block !important;
  font-size: 11px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  margin-top: 8px !important;
  padding: 5px 8px !important;
}

.admin-status-pill.warning {
  background: #fff7ed !important;
  color: #b45309 !important;
}

.admin-alias-list {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
}

.admin-alias-list span {
  background: #f3f6fb !important;
  border: 1px solid #dce6f5 !important;
  border-radius: 999px !important;
  color: #4b5563 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  max-width: 260px !important;
  overflow: hidden !important;
  padding: 5px 8px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.admin-alias-list span.is-current {
  background: #eef5ff !important;
  border-color: #bfdbfe !important;
  color: #2467df !important;
}

.admin-customers-table small {
  color: #8b95a5 !important;
  display: block !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  margin-top: 7px !important;
}

.admin-pagination {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  justify-content: center !important;
  margin: 18px 0 4px !important;
}

.admin-page-link,
.admin-page-ellipsis {
  align-items: center !important;
  border-radius: 12px !important;
  display: inline-flex !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  height: 36px !important;
  justify-content: center !important;
  min-width: 36px !important;
  padding: 0 12px !important;
}

.admin-page-link {
  background: #fff !important;
  border: 1px solid #dbe6ff !important;
  color: #1f2937 !important;
  text-decoration: none !important;
  transition: border-color .18s ease, box-shadow .18s ease, color .18s ease !important;
}

.admin-page-link:hover,
.admin-page-link:focus-visible,
.admin-page-link.active {
  border-color: #3478f6 !important;
  box-shadow: inset 0 0 0 1px #3478f6, 0 10px 24px rgba(52, 120, 246, .12) !important;
  color: #2467df !important;
  outline: 0 !important;
}

.admin-page-link.is-disabled {
  color: #a5adba !important;
  opacity: .62 !important;
  pointer-events: none !important;
}

.admin-page-ellipsis {
  color: #8b95a5 !important;
  min-width: 20px !important;
  padding: 0 4px !important;
}

.admin-load-more-wrap {
  display: flex !important;
  justify-content: center !important;
  margin-top: 14px !important;
}

.admin-load-more-button.loading {
  opacity: .78 !important;
  pointer-events: none !important;
}

.admin-load-more-button.is-error {
  border-color: #ef4444 !important;
}

@media (max-width: 900px) {
  .settings-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .settings-head {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
}

@media (max-width: 640px) {
  .account-settings-page {
    padding-bottom: 90px !important;
  }

  .settings-card {
    border-radius: 16px !important;
    padding: 17px !important;
  }

  .settings-card-head {
    gap: 10px !important;
  }

  .settings-card-icon {
    flex-basis: 40px !important;
    height: 40px !important;
    width: 40px !important;
  }

  .settings-form .btn,
  .settings-action-row .btn,
  .settings-head .btn {
    width: 100% !important;
  }

  .settings-action-row,
  .settings-action-row form {
    width: 100% !important;
  }
}

@media (max-width: 560px) {
  body.member-body.member-page-account .account-stat-grid,
  body.member-body.member-route-account .account-stat-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  body.member-body.member-page-account .account-rank-panel,
  body.member-body.member-route-account .account-rank-panel {
    padding: 12px !important;
  }

  body.member-body.member-page-account .account-rank-identity,
  body.member-body.member-route-account .account-rank-identity {
    grid-template-columns: 60px minmax(0, 1fr) !important;
    min-height: 122px !important;
    padding: 15px !important;
  }

  body.member-body.member-page-account .account-rank-identity img,
  body.member-body.member-route-account .account-rank-identity img {
    width: 60px !important;
    height: 60px !important;
  }
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--bg); color: var(--text); }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }

.topbar {
  height: 68px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(18px, 10vw, 380px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.topbar-brand { font-weight: 900; letter-spacing: 1.5px; font-size: 22px; }
.topbar-brand span { font-weight: 500; }
.topbar-actions { display: flex; align-items: center; gap: 12px; }
.top-pill {
  min-width: 112px;
  height: 44px;
  border-radius: 14px;
  background: #262626;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  color: rgba(255,255,255,.82);
  font-size: 20px;
}
.top-pill strong, .top-pill span { color: #fff; font-size: 14px; }
.top-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  position: relative;
}
.top-avatar:before, .top-avatar:after { content: ""; position: absolute; left: 50%; transform: translateX(-50%); background: #000; }
.top-avatar:before { top: 9px; width: 15px; height: 15px; border-radius: 50%; }
.top-avatar:after { bottom: 8px; width: 28px; height: 14px; border-radius: 14px 14px 8px 8px; }

.app-shell {
  display: grid;
  grid-template-columns: 380px minmax(0, 1fr);
  gap: 70px;
  width: min(1500px, calc(100vw - 72px));
  margin: 72px auto;
}
.sidebar {
  background: var(--panel);
  border-radius: 14px;
  padding: 24px 16px;
  min-height: 720px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}
.hello {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 12px 28px;
  border-bottom: 1px solid #edf1f5;
}
.hello-avatar {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #f1f5ff;
  color: var(--blue);
  display: grid;
  place-items: center;
  font-weight: 900;
}
.hello-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
}
.hello span { display: block; color: var(--muted); font-size: 17px; }
.hello strong { display: block; font-size: 25px; line-height: 1.1; }
.side-nav { display: grid; gap: 16px; padding: 28px 0; }
.side-nav a {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 14px;
  border-radius: 8px;
  color: #555;
  font-weight: 700;
  font-size: 19px;
}
.side-nav a.active { background: #f3f7ff; color: var(--blue); box-shadow: 0 16px 36px rgba(52,120,246,.12); }
.nav-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: currentColor;
  font-weight: 900;
}
.book-btn {
  align-self: center;
  margin: 18px 0 56px;
  background: var(--blue);
  color: #fff;
  border-radius: 10px;
  padding: 16px 28px;
  font-weight: 900;
  font-size: 19px;
  box-shadow: 0 18px 34px rgba(52,120,246,.22);
}
.side-foot {
  margin-top: auto;
  border-top: 1px solid #edf1f5;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  color: #555;
  font-weight: 700;
  font-size: 18px;
}

.content { min-width: 0; }
.admin-body { background: #f5f7fa; }
.admin-topbar {
  height: 68px;
  background: #050505;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(18px, 5vw, 72px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.admin-topbar-actions { display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.75); font-weight: 700; }
.admin-topbar-link {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 13px;
  font-weight: 650;
}
.admin-topbar-link:hover,
.admin-topbar-link.active {
  border-color: #1277ff;
  box-shadow: 0 0 0 3px rgba(18, 119, 255, .24);
}
.admin-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
  width: min(1440px, calc(100vw - 48px));
  margin: 32px auto;
}
.admin-sidebar {
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: 12px;
  padding: 22px 14px;
  min-height: calc(100vh - 132px);
  box-shadow: 0 18px 44px rgba(15,23,42,.06);
}
.admin-sidebar-title { padding: 6px 12px 20px; border-bottom: 1px solid #edf1f5; }
.admin-sidebar-title span { display: block; color: #7b8491; font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.admin-sidebar-title strong { display: block; margin-top: 5px; font-size: 22px; }
.admin-content { min-width: 0; display: grid; gap: 20px; }
.admin-page-head h1 { margin-bottom: 8px; }
.admin-page-head span { color: #64748b; font-weight: 700; }
.admin-stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 14px; }
.admin-stat-card {
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: 12px;
  padding: 20px;
  min-height: 112px;
  display: grid;
  align-content: space-between;
  box-shadow: 0 14px 34px rgba(15,23,42,.04);
}
.admin-stat-card span { color: #64748b; font-weight: 800; }
.admin-stat-card strong { font-size: 30px; letter-spacing: 0; }
.admin-grid { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.5fr); gap: 18px; align-items: start; }
.admin-log-list { display: grid; gap: 16px; }
.admin-log-card pre {
  margin: 0;
  max-height: 420px;
  overflow: auto;
  background: #0f172a;
  color: #dbeafe;
  border-radius: 10px;
  padding: 16px;
  font-size: 13px;
  line-height: 1.45;
  white-space: pre-wrap;
}
.page-head p, .filters-block p { margin: 0 0 16px; color: #8a8f98; font-weight: 800; letter-spacing: .2px; }
.page-head h1 { margin: 0 0 24px; font-size: clamp(34px, 5vw, 48px); }
.stat-row { display: flex; gap: 20px; flex-wrap: wrap; }
.stat-card {
  width: 230px;
  height: 116px;
  background: var(--panel);
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 28px;
}
.stat-card span { width: 26px; height: 26px; background: var(--blue); border-radius: 50%; }
.stat-card strong { font-size: 31px; justify-self: end; }
.stat-card small { grid-column: 2; color: var(--blue); justify-self: end; font-size: 16px; }
.stat-card.fail strong, .stat-card.fail small { color: var(--red); }
.stat-card.fail span { background: transparent; }
.stat-card.ok strong, .stat-card.ok small { color: #5b9658; }
.stat-card.ok span { background: transparent; border: 5px solid #26641d; border-top: 0; border-left: 0; border-radius: 0; width: 22px; height: 44px; transform: rotate(45deg); }

.filters-block { margin-top: 38px; }
.chip-row { display: flex; flex-wrap: wrap; gap: 12px; }
.chip {
  height: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 26px;
  color: #5b5f68;
  font-size: 21px;
  box-shadow: 0 2px 6px rgba(15,23,42,.04);
}
.chip.active { background: #172236; color: #fff; border-color: var(--blue); box-shadow: 0 0 0 2px rgba(52,120,246,.35); }
.platform-dot {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: #111;
  font-size: 13px;
  font-weight: 900;
  margin-right: 9px;
}
.platform-dot.youtube { background: #e94235; }
.platform-dot.facebook { background: #3d6fd8; }
.platform-dot.instagram { background: linear-gradient(135deg,#f8aa38,#c143a8,#7045ff); }
.platform-dot.twitter, .platform-dot.x { background: #52a7ec; }
.platform-dot.tiktok { background: #070707; }

.country-flag-dot {
  display: inline-grid !important;
  place-items: center !important;
  flex: 0 0 auto !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  margin: 0 !important;
  border: 1px solid #dfe8f6 !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: 0 7px 16px rgba(15, 23, 42, .07) !important;
  color: inherit !important;
  font-size: 14px !important;
  line-height: 1 !important;
  text-indent: 0 !important;
  overflow: hidden !important;
}

.country-flag-dot + .access-title-text,
.country-flag-dot + .send-product-title-text {
  margin-left: 0 !important;
}

.access-list { margin-top: 38px; display: grid; gap: 10px; max-width: 830px; }
.access-card {
  min-height: 130px;
  background: #fff;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 1fr auto 64px;
  align-items: center;
  gap: 24px;
  padding: 24px 22px 24px 28px;
}
.access-main h2 { margin: 0 0 18px; font-size: 28px; }
.access-main p { margin: 0; color: #333; font-size: 26px; font-weight: 700; }
.coin { display: inline-grid; place-items: center; width: 30px; height: 30px; border: 3px solid #555; border-radius: 50%; margin-right: 16px; font-size: 16px; }
.access-actions { display: grid; gap: 14px; }
.history-link {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f8fafc;
  display: grid;
  place-items: center;
  font-weight: 900;
}

.btn {
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  min-height: 46px;
  padding: 0 24px;
  font-weight: 900;
}
.btn.primary { background: var(--blue); color: #fff; box-shadow: 0 14px 30px rgba(52,120,246,.22); }
.btn.ghost { background: #edf0f3; color: #555; }
.btn.white { background: #fff; color: #111827; }
.btn.small { min-height: 42px; font-size: 16px; padding: 0 22px; }
.btn.submit { width: min(100%, 500px); margin: 10px auto 0; min-height: 56px; font-size: 20px; }
.text-link { color: #2860b8; text-decoration: none; font-weight: 700; }
.muted { color: var(--muted); }
.notice {
  background: #ecfdf3;
  color: #14532d;
  border: 1px solid #bbf7d0;
  padding: 14px 16px;
  border-radius: 14px;
  margin-bottom: 18px;
}
.notice.error { background: #fff1f2; color: #9f1239; border-color: #fecdd3; }

.send-shell { max-width: 780px; margin: 0 auto; }
.send-head { text-align: center; }
.send-head h1 { font-size: clamp(34px, 6vw, 48px); margin: 0 0 36px; letter-spacing: .3px; }
.send-nav { display: flex; gap: 40px; justify-content: center; margin-bottom: 56px; }
.round-btn {
  min-width: 116px;
  height: 80px;
  background: #fff;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  font-size: 28px;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(15,23,42,.05);
}
.balance-row { display: grid; grid-template-columns: 1fr 250px; gap: 20px; margin-bottom: 20px; }
.balance-card {
  background: #081a31;
  color: #fff;
  border-radius: 34px;
  min-height: 210px;
  padding: 28px 34px;
  display: grid;
  align-content: center;
  gap: 10px;
}
.balance-card strong { font-size: 56px; line-height: 1; }
.balance-card span { color: #cbd5e1; font-size: 25px; }
.balance-card.compact { min-width: 220px; }
.send-form { display: grid; gap: 22px; }
.step-card, .panel {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 32px;
  padding: 34px 36px;
  box-shadow: 0 10px 36px rgba(15,23,42,.04);
}
.step-card label:first-child {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #707887;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 28px;
}
.step-card label span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #eaf2ff;
  color: var(--blue);
  display: grid;
  place-items: center;
}
.step-card input[type=text], .step-card input[type=number], .step-card select,
.form-stack input, .form-stack select, .product-filter {
  width: 100%;
  min-height: 76px;
  border-radius: 26px;
  border: 1px solid #cfd5dd;
  padding: 0 24px;
  background: #fff;
  color: #111827;
  font-size: 26px;
  outline: none;
}
.step-card input:focus, .step-card select:focus, .form-stack input:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(52,120,246,.14); }
.hint-box { background: #f8fafc; border-radius: 16px; padding: 16px 20px; color: #273244; font-size: 22px; line-height: 1.35; }
.warn-box { background: #fff7ed; color: #9a3412; border: 1px solid #fed7aa; border-radius: 16px; padding: 16px 20px; }
.check-row { display: flex !important; font-size: 18px !important; color: #111827 !important; gap: 12px !important; }
.mode-switch { display: inline-flex; background: #f1f5f9; border-radius: 999px; padding: 4px; margin-bottom: 16px; }
.mode-switch button { border: 0; background: transparent; border-radius: 999px; padding: 10px 18px; font-weight: 900; cursor: pointer; }
.mode-switch button.active { background: var(--blue); color: #fff; }
.profile-grid { display: grid; gap: 10px; }
.profile-option {
  border: 1px solid #dbe2ea;
  background: #fff;
  border-radius: 18px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: center;
  text-align: left;
  padding: 12px;
  cursor: pointer;
}
.profile-option.active { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(52,120,246,.16); }
.profile-option img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; grid-row: span 2; }
.profile-option small { color: var(--muted); }
.profile-add { margin-top: 14px; display: grid; gap: 10px; }
.profile-post-tools { margin-top: 16px; display: grid; gap: 12px; }
.profile-post-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.profile-post-actions .btn {
  min-height: 38px;
}
.profile-post-actions .btn[hidden] {
  display: none !important;
}
.post-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 10px; }
.post-card {
  position: relative;
  min-height: 132px;
  border: 1px solid #dbe2ea;
  background: #fff;
  border-radius: 14px;
  padding: 8px;
  display: grid;
  gap: 8px;
  cursor: pointer;
  text-align: left;
  color: #111827;
}
.post-card.active { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(52,120,246,.16); }
.post-card img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 10px; background: #f1f5f9; }
.post-card-new {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  padding: 5px 8px;
  border-radius: 999px;
  background: #22c55e;
  color: #fff;
  box-shadow: 0 8px 18px rgba(34, 197, 94, .26);
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
.post-card-meta {
  margin-top: -4px;
  color: #7c8798;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.15;
}
.post-card-placeholder {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #f58529, #dd2a7b 48%, #515bd4);
  color: #fff !important;
  font-weight: 800;
}
.post-card span { font-size: 13px; line-height: 1.25; color: #4b5563; overflow-wrap: anywhere; }
.error-text { color: #b42318 !important; }

.orders-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-bottom: 24px; }
.orders-controls h2 { margin: 0 0 16px; font-size: 26px; }
.table-panel { overflow-x: auto; border-radius: 24px; }
.orders-table { width: 100%; border-collapse: collapse; min-width: 1040px; }
.orders-table th, .orders-table td {
  border: 2px solid #111;
  padding: 26px 24px;
  text-align: left;
  vertical-align: top;
  font-size: 22px;
}
.orders-table th { font-size: 24px; color: #374151; }
.orders-table td a { display: block; margin-top: 8px; }
.orders-table small { display: block; margin-top: 8px; color: var(--muted); }
.badge { display: inline-flex; align-items: center; border-radius: 999px; padding: 12px 20px; font-weight: 900; }
.badge.ok { background: #08734d; color: #fff; }
.badge.pending { background: #fff3c4; color: var(--amber); border: 1px solid #f4df92; }
.badge.warn { background: #fff7ed; color: #9a3412; border: 1px solid #fed7aa; }
.badge.info { background: #e8f1ff; color: #2563eb; }
.inline-form { margin-top: 14px; }
.inline-form button { border: 0; background: transparent; color: #374151; cursor: pointer; font-weight: 700; }

.tool-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 22px; }
.panel h2 { margin-top: 0; }
.narrow { max-width: 620px; }
.form-stack { display: grid; gap: 16px; }
.form-stack label span { display: block; margin-bottom: 8px; color: #4b5563; font-weight: 800; }
.generated-box { margin-top: 18px; display: grid; gap: 8px; }
.generated-box p { margin: 0; padding: 10px 12px; background: #f8fafc; border-radius: 10px; }

.account-summary-grid,
.member-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}
.member-card-grid.compact { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.member-metric-card,
.member-info-card {
  background: #fff;
  border: 1px solid rgba(226, 232, 240, .82);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .04);
}
.member-metric-card {
  display: grid;
  gap: 6px;
  min-height: 112px;
  align-content: space-between;
}
.member-metric-card span,
.member-info-card > span,
.news-main > span {
  color: #7b8491;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.member-metric-card strong { font-size: 28px; letter-spacing: 0; }
.member-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.member-section-head.compact { margin-bottom: 10px; }
.member-section-head h2,
.member-info-card h2 {
  margin: 0 0 6px;
  font-size: 22px;
}
.member-section-head p,
.member-info-card p { margin: 0; }
.clean-list {
  margin: 12px 0;
  padding-left: 18px;
  color: #334155;
}
.news-card {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
}
.news-badge {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #eaf2ff;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}
.news-image {
  width: 112px;
  height: 112px;
  border-radius: 12px;
  object-fit: cover;
  background: #f1f5f9;
}
.profile-manage-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: center;
}
.profile-manage-card img,
.auto-order-main img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  background: #f1f5f9;
}
.profile-manage-card span { color: #7b8491; font-size: 13px; }
.auto-order-card { display: grid; gap: 16px; }
.auto-order-main {
  display: flex;
  align-items: center;
  gap: 14px;
}
.auto-order-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
}
.auto-order-form input {
  width: 100%;
  min-height: 42px;
  border-radius: 14px;
  border: 1px solid #cfd5dd;
  padding: 0 14px;
  outline: none;
}
.auto-order-form p {
  grid-column: 1 / -1;
  margin: 0;
}
.auto-order-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.auto-order-meta span {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 8px 12px;
  color: #475569;
}
.product-switch-panel {
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(226, 232, 240, .78);
  border-radius: 18px;
  padding: 16px;
  margin-bottom: 18px;
}
.product-switch-list {
  display: grid;
  gap: 8px;
}
.product-switch-item {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 10px 14px;
  color: #1f2937;
  font-weight: 800;
}
.product-switch-item.active {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(52, 120, 246, .12);
}
.product-switch-item strong { color: #4b5563; }

.auth-body {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 28px 16px;
  background:
    radial-gradient(circle at 50% 10%, rgba(52, 120, 246, .12), transparent 34%),
    radial-gradient(circle at 14% 22%, rgba(20, 184, 166, .08), transparent 30%),
    var(--bg);
  overflow-x: hidden;
}
.auth-shell { width: min(430px, calc(100vw - 32px)); display: grid; gap: 16px; }
.auth-brand { text-align: center; font-size: 28px; font-weight: 900; letter-spacing: 1.2px; }
.auth-brand span { font-weight: 500; }
.auth-welcome {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}
.auth-welcome h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(31px, 8vw, 44px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: 0;
}
.auth-rocket-scene {
  position: relative;
  width: 126px;
  height: 126px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background:
    radial-gradient(circle at 52% 42%, rgba(255, 255, 255, .98) 0 35%, rgba(239, 246, 255, .82) 36% 58%, transparent 59%),
    linear-gradient(145deg, rgba(52, 120, 246, .12), rgba(20, 184, 166, .08));
  box-shadow: 0 20px 48px rgba(15, 23, 42, .08);
  isolation: isolate;
}
.auth-orbit {
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(52, 120, 246, .24);
  border-radius: 999px;
  transform: rotate(-18deg) scaleY(.78);
}
.auth-star {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #3478f6;
  box-shadow: 0 0 0 5px rgba(52, 120, 246, .10);
  opacity: .85;
}
.auth-star-one { left: 23px; top: 38px; }
.auth-star-two { right: 22px; top: 30px; width: 5px; height: 5px; background: #22c55e; box-shadow: 0 0 0 5px rgba(34, 197, 94, .10); }
.auth-star-three { right: 29px; bottom: 30px; width: 4px; height: 4px; background: #f97316; box-shadow: 0 0 0 5px rgba(249, 115, 22, .10); }
.auth-rocket {
  --auth-rocket-scale: 1;
  position: absolute;
  left: 50%;
  top: 22px;
  width: 48px;
  height: 78px;
  transform: translateX(-50%) rotate(18deg) scale(var(--auth-rocket-scale));
  animation: authRocketFloat 3.4s ease-in-out infinite;
  will-change: transform;
  z-index: 2;
}
.auth-rocket-body {
  position: absolute;
  left: 11px;
  top: 0;
  width: 26px;
  height: 57px;
  border-radius: 50% 50% 42% 42%;
  background: linear-gradient(180deg, #fff 0%, #e8f1ff 100%);
  border: 1px solid rgba(148, 163, 184, .36);
  box-shadow: inset -5px -7px 12px rgba(52, 120, 246, .12), 0 12px 22px rgba(15, 23, 42, .12);
}
.auth-rocket-body:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  width: 18px;
  height: 18px;
  border-radius: 16px 16px 5px 5px;
  background: linear-gradient(180deg, #3478f6, #0f62fe);
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}
.auth-rocket-window {
  position: absolute;
  left: 50%;
  top: 17px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 28%, #fff, #93c5fd 46%, #1d4ed8 100%);
  border: 2px solid rgba(255, 255, 255, .95);
  transform: translateX(-50%);
  box-shadow: 0 0 0 1px rgba(52, 120, 246, .22);
}
.auth-rocket-fin {
  position: absolute;
  top: 39px;
  width: 16px;
  height: 25px;
  background: #3478f6;
  border-radius: 10px 10px 8px 8px;
}
.auth-rocket-fin-left { left: 2px; transform: rotate(-26deg); }
.auth-rocket-fin-right { right: 2px; transform: rotate(26deg); }
.auth-rocket-flame {
  position: absolute;
  left: 50%;
  top: 56px;
  width: 17px;
  height: 28px;
  border-radius: 999px 999px 999px 999px;
  background: radial-gradient(circle at 50% 20%, #fff7ed 0 20%, #fdba74 21% 46%, #f97316 47% 72%, rgba(249, 115, 22, 0) 73%);
  transform: translateX(-50%);
  filter: blur(.1px);
  animation: authFlamePulse .72s ease-in-out infinite alternate;
}
.auth-card { background: #fff; border-radius: 28px; padding: 34px; box-shadow: var(--shadow); }
.auth-card h1,
.auth-card h2 { margin: 0 0 8px; font-size: 30px; line-height: 1.12; color: var(--ink); }
.auth-card .text-link { display: inline-flex; margin-top: 18px; }
.auth-is-submitting {
  overflow: hidden;
}
.auth-submit-overlay {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2147483647;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  pointer-events: auto;
  background:
    radial-gradient(880px 520px at 50% 112%, rgba(255, 122, 89, .24), transparent 62%),
    radial-gradient(720px 420px at 18% 12%, rgba(45, 127, 240, .30), transparent 62%),
    radial-gradient(820px 560px at 84% 20%, rgba(191, 97, 255, .20), transparent 58%),
    radial-gradient(920px 560px at 50% 82%, rgba(52, 211, 153, .14), transparent 55%),
    linear-gradient(180deg, #050816 0%, #08142b 46%, #0d1b38 100%);
}

.auth-submit-overlay:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .58;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, .95) 0 1px, transparent 1.5px),
    radial-gradient(circle at 24% 72%, rgba(255, 255, 255, .60) 0 1px, transparent 1.5px),
    radial-gradient(circle at 42% 26%, rgba(255, 255, 255, .70) 0 1px, transparent 1.5px),
    radial-gradient(circle at 70% 16%, rgba(255, 255, 255, .85) 0 1px, transparent 1.5px),
    radial-gradient(circle at 86% 64%, rgba(255, 255, 255, .70) 0 1px, transparent 1.5px);
  animation: authStarsDrift 5.4s ease-in-out infinite alternate;
}

.auth-submit-overlay:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18%;
  z-index: 1;
  width: min(740px, 120vw);
  height: min(420px, 62vh);
  border-radius: 50%;
  pointer-events: none;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 207, 90, .32), transparent 28%),
    radial-gradient(circle at 50% 52%, rgba(45, 127, 240, .24), transparent 54%),
    radial-gradient(circle at 50% 62%, rgba(255, 255, 255, .12), transparent 64%);
  filter: blur(2px);
  opacity: .9;
}

.auth-success-canvas,
.auth-success-flash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.auth-cosmos-star,
.auth-cosmos-planet,
.auth-launch-glow {
  position: absolute;
  display: block;
  pointer-events: none;
}

.auth-cosmos-star {
  z-index: 1;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 22px rgba(255, 255, 255, .82);
  animation: authTwinkle 1.8s ease-in-out infinite alternate;
}

.auth-cosmos-star:before,
.auth-cosmos-star:after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 26px;
  height: 2px;
  border-radius: 99px;
  background: rgba(255, 255, 255, .70);
  transform: translate(-50%, -50%);
}

.auth-cosmos-star:after {
  width: 2px;
  height: 26px;
}

.auth-cosmos-star-one { left: 15%; top: 22%; }
.auth-cosmos-star-two { right: 18%; top: 30%; animation-delay: .3s; transform: scale(.72); }
.auth-cosmos-star-three { left: 72%; bottom: 21%; animation-delay: .68s; transform: scale(.58); }

.auth-cosmos-planet {
  right: min(12vw, 120px);
  bottom: min(17vh, 150px);
  z-index: 1;
  width: clamp(72px, 10vw, 116px);
  height: clamp(72px, 10vw, 116px);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 26%, rgba(255, 255, 255, .92), transparent 0 12%, rgba(255, 255, 255, .0) 13%),
    linear-gradient(135deg, #2d7ff0, #7c3aed 58%, #ff7a59);
  box-shadow: inset -18px -18px 28px rgba(0, 0, 0, .22), 0 22px 70px rgba(45, 127, 240, .25);
  opacity: .72;
}

.auth-launch-glow {
  left: 50%;
  bottom: 8%;
  z-index: 1;
  width: min(360px, 82vw);
  height: 120px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(255, 207, 90, .42), rgba(255, 122, 89, .16) 42%, transparent 70%);
  filter: blur(12px);
  animation: authLaunchGlow 1.4s ease-in-out infinite alternate;
}

.auth-success-flash {
  background: #fff;
  opacity: 0;
  pointer-events: none;
  z-index: 4;
}

.auth-success-content {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  width: min(520px, calc(100vw - 32px));
  padding: 24px 22px 20px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .07)),
    rgba(7, 16, 34, .72);
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .45);
  text-align: center;
  animation: authSuccessContentIn .42s ease both;
}

.auth-success-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 12px;
  border-radius: 18px;
  background: linear-gradient(135deg, #34d399, #2d7ff0 56%, #7c3aed);
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  box-shadow: 0 18px 46px rgba(52, 211, 153, .16), 0 18px 46px rgba(0, 96, 200, .16);
}

.auth-success-content h2 {
  margin: 0;
  color: rgba(255, 255, 255, .93);
  font-size: 32px;
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: 0;
}

.auth-success-content p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 650;
}

.auth-flight-rocket {
  position: absolute;
  left: 50%;
  bottom: -240px;
  z-index: 2;
  width: 120px;
  height: 220px;
  pointer-events: none;
  filter: drop-shadow(0 22px 60px rgba(0, 0, 0, .48)) drop-shadow(0 0 26px rgba(255, 207, 90, .22));
  transform: translateX(-50%);
  will-change: left, bottom;
}

.auth-flight-rocket svg {
  display: block;
  width: 100%;
  height: 100%;
}

@keyframes authSuccessContentIn {
  from { opacity: 0; transform: translateY(10px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes authStarsDrift {
  from { transform: translate3d(0, 0, 0); opacity: .42; }
  to { transform: translate3d(-14px, 10px, 0); opacity: .72; }
}
@keyframes authTwinkle {
  from { opacity: .36; filter: blur(.2px); }
  to { opacity: .96; filter: blur(0); }
}
@keyframes authLaunchGlow {
  from { opacity: .55; transform: translateX(-50%) scale(.92); }
  to { opacity: .92; transform: translateX(-50%) scale(1.05); }
}
@keyframes authRocketFloat {
  0%, 100% { transform: translateX(-50%) translateY(0) rotate(18deg) scale(var(--auth-rocket-scale)); }
  50% { transform: translateX(-50%) translateY(-8px) rotate(15deg) scale(var(--auth-rocket-scale)); }
}
@keyframes authFlamePulse {
  from { transform: translateX(-50%) scaleY(.82); opacity: .72; }
  to { transform: translateX(-50%) scaleY(1.08); opacity: .98; }
}
@media (max-width: 520px) {
  .auth-body { padding: 18px 12px; align-items: start; }
  .auth-shell { width: min(100%, 390px); gap: 13px; padding-top: 8px; }
  .auth-brand { font-size: 23px; }
  .auth-rocket-scene { width: 108px; height: 108px; }
  .auth-orbit { inset: 14px; }
  .auth-rocket { --auth-rocket-scale: .88; top: 18px; transform-origin: 50% 50%; }
  .auth-welcome h1 { font-size: clamp(28px, 10vw, 36px); }
  .auth-card { border-radius: 22px; padding: 24px; }
  .auth-card h1,
  .auth-card h2 { font-size: 25px; }
  .auth-success-content { width: min(360px, calc(100vw - 28px)); padding: 22px 18px 18px; border-radius: 20px; }
  .auth-success-badge { width: 50px; height: 50px; border-radius: 16px; font-size: 24px; }
  .auth-success-content h2 { font-size: 28px; }
  .auth-success-content p { font-size: 14px; }
  .auth-flight-rocket { width: 96px; height: 176px; }
  .auth-cosmos-planet { right: -24px; bottom: 12vh; opacity: .42; }
  .auth-cosmos-star-one { left: 10%; top: 17%; }
  .auth-cosmos-star-two { right: 12%; top: 23%; }
  .auth-cosmos-star-three { left: 78%; bottom: 16%; }
}
@media (prefers-reduced-motion: reduce) {
  .auth-rocket,
  .auth-rocket-flame,
  .auth-success-content { animation: none; }
  .auth-success-canvas,
  .auth-flight-rocket,
  .auth-cosmos-star,
  .auth-cosmos-planet,
  .auth-launch-glow { display: none; }
}

.auth-shield-scene,
.auth-lock-scene {
  background:
    radial-gradient(circle at 52% 42%, rgba(255, 255, 255, .98) 0 34%, rgba(239, 246, 255, .82) 35% 58%, transparent 59%),
    linear-gradient(145deg, rgba(52, 120, 246, .12), rgba(34, 197, 94, .08));
}

.auth-shield-icon,
.auth-lock-icon {
  position: relative;
  width: 52px;
  height: 60px;
  display: block;
  border-radius: 24px 24px 18px 18px;
  background: linear-gradient(180deg, #3478f6, #0f62fe);
  box-shadow: 0 18px 34px rgba(52, 120, 246, .22), inset 0 -10px 18px rgba(15, 23, 42, .14);
}

.auth-shield-icon {
  clip-path: polygon(50% 0, 88% 15%, 84% 58%, 50% 100%, 16% 58%, 12% 15%);
}

.auth-shield-icon::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 19px;
  width: 17px;
  height: 9px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(-45deg);
}

.auth-lock-icon {
  width: 58px;
  height: 44px;
  margin-top: 20px;
  border-radius: 16px;
}

.auth-lock-icon::before {
  content: "";
  position: absolute;
  left: 14px;
  top: -24px;
  width: 30px;
  height: 34px;
  border: 7px solid #3478f6;
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
}

.auth-lock-icon::after {
  content: "";
  position: absolute;
  left: 26px;
  top: 14px;
  width: 8px;
  height: 16px;
  border-radius: 999px;
  background: #fff;
}

.auth-security-note {
  margin: 14px 0 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.45;
}
.admin-log-card-feature {
  border-color: rgba(239, 68, 68, .26) !important;
  background: #fffafa !important;
}
.admin-log-card-feature .admin-collapse-head {
  background: linear-gradient(180deg, #fffafa 0%, #fff 100%) !important;
}
.admin-log-card-feature pre {
  max-height: 520px;
}

.auth-locked-card {
  display: grid;
  gap: 14px;
}

.auth-locked-email {
  display: grid;
  gap: 4px;
  padding: 13px 15px;
  border: 1px solid #dbe4ef;
  border-radius: 14px;
  background: #f8fafc;
}

.auth-locked-email span {
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.auth-locked-email strong {
  color: #111827;
  font-size: 15px;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.auth-card textarea,
.form-stack textarea {
  width: 100%;
  min-height: 112px;
  resize: vertical;
  border-radius: 18px;
  border: 1px solid #cfd5dd;
  padding: 14px 16px;
  background: #fff;
  color: #111827;
  font: inherit;
  font-size: 15px;
  outline: none;
  transition: border-color .16s ease, box-shadow .16s ease;
}

.auth-card textarea:hover,
.auth-card textarea:focus,
.form-stack textarea:hover,
.form-stack textarea:focus {
  border-color: #1277ff;
  box-shadow:
    inset 0 0 0 1px #1277ff,
    0 12px 26px rgba(52, 120, 246, .10);
}
.passkey-login-block { margin-top: 22px; display: grid; gap: 12px; }
.passkey-divider { display: flex; align-items: center; gap: 12px; color: #94a3b8; font-weight: 800; font-size: 13px; }
.passkey-divider:before, .passkey-divider:after { content: ""; height: 1px; background: #e2e8f0; flex: 1; }
.passkey-btn { width: 100%; }
.passkey-copy { margin: 0; font-size: 13px; line-height: 1.4; }
.passkey-status { margin: 0; }
.passkey-status.error { background: #fff1f2; color: #9f1239; border-color: #fecdd3; }
.admin-passkey-panel { border-color: #dbeafe; background: linear-gradient(180deg, #fff, #f8fbff); }
.passkey-prompt-overlay {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 20px;
  background:
    radial-gradient(circle at 50% 38%, rgba(58, 126, 255, .18), transparent 34%),
    rgba(8, 13, 24, .58);
  backdrop-filter: blur(14px);
  animation: passkeyFadeIn .18s ease both;
}
.passkey-prompt-overlay.closing {
  animation: passkeyFadeOut .16s ease both;
}
.passkey-prompt-card {
  width: min(410px, 100%);
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .74);
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  box-shadow: 0 28px 80px rgba(7, 18, 39, .28);
  padding: 24px;
  text-align: center;
}
.passkey-prompt-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #0b1628;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .01em;
  margin: 0 auto 14px;
  box-shadow: 0 12px 30px rgba(11, 22, 40, .18);
}
.passkey-prompt-card h2 {
  margin: 0 0 7px;
  font-size: 22px;
  line-height: 1.15;
  color: #0f172a;
  font-weight: 800;
  letter-spacing: 0;
}
.passkey-prompt-card p {
  max-width: 330px;
  margin: 0 auto 16px;
  color: #5f6b7a;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 550;
}
.passkey-prompt-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}
.passkey-prompt-actions .btn {
  min-height: 42px;
  border-radius: 999px;
  padding-inline: 18px;
  font-weight: 750;
}
.passkey-prompt-actions .btn:disabled {
  cursor: wait;
  opacity: .68;
}
.passkey-prompt-card .passkey-status {
  margin: 12px auto 0;
  text-align: left;
  font-size: 13px;
  line-height: 1.35;
}
@keyframes passkeyFadeIn {
  from { opacity: 0; transform: translateY(8px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes passkeyFadeOut {
  from { opacity: 1; transform: translateY(0) scale(1); }
  to { opacity: 0; transform: translateY(8px) scale(.985); }
}
.setup-card { width: min(680px, calc(100vw - 32px)); margin-left: 50%; transform: translateX(-50%); }
.setup-card .form-stack input { min-height: 58px; border-radius: 18px; font-size: 18px; }

.empty-state { background: #fff; padding: 34px; border-radius: 18px; color: var(--muted); }

.smart-uploader { display: grid; gap: 18px; }
.su-tabs { display: inline-flex; background: #e9eef5; border-radius: 12px; padding: 4px; width: fit-content; }
.su-tabs button {
  border: 0;
  background: transparent;
  border-radius: 10px;
  padding: 10px 18px;
  cursor: pointer;
  font-weight: 900;
  color: #475569;
}
.su-tabs button.active { background: #fff; color: var(--blue); box-shadow: 0 4px 12px rgba(15,23,42,.08); }
.su-panel { border-radius: 12px; padding: 24px; }
.su-card-head { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; margin-bottom: 18px; }
.su-card-head h2 { margin: 0 0 4px; }
.su-controls { display: grid; grid-template-columns: minmax(240px, 420px) auto; gap: 14px; align-items: end; margin-bottom: 18px; }
.su-controls label span { display: block; color: #475569; font-weight: 900; margin-bottom: 8px; }
.su-controls input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cfd5dd;
  border-radius: 12px;
  padding: 0 14px;
  outline: none;
}
.su-controls input:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(52,120,246,.14); }
.su-error {
  background: #fff1f2;
  border: 1px solid #fecdd3;
  color: #9f1239;
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 800;
  margin-bottom: 14px;
}
.su-status-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-bottom: 16px; }
.su-status-grid div { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 12px; padding: 16px; }
.su-status-grid span { display: block; color: #64748b; font-size: 13px; font-weight: 900; }
.su-status-grid strong { display: block; font-size: 30px; margin-top: 4px; }
.su-progress { width: 100%; height: 10px; background: #e5e7eb; border-radius: 999px; overflow: hidden; margin: 12px 0 18px; }
.su-progress span { display: block; width: 0; height: 100%; background: var(--blue); border-radius: inherit; transition: width .18s ease; }
.su-cache-panel {
  margin: 0 0 18px;
  padding: 16px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fbfdff;
}
.su-cache-panel .su-card-head { margin-bottom: 14px; }
.su-cache-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.su-cache-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}
.su-cache-grid div,
.su-cache-dir {
  min-width: 0;
  border: 1px solid #e5ebf3;
  border-radius: 10px;
  background: #fff;
  padding: 12px;
}
.su-cache-grid span,
.su-cache-dir span {
  display: block;
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
}
.su-cache-grid strong,
.su-cache-dir strong {
  display: block;
  margin-top: 5px;
  color: #111827;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 850;
  overflow-wrap: anywhere;
}
.su-cache-grid small,
.su-cache-dir small {
  display: block;
  margin-top: 5px;
  color: #64748b;
  font-size: 11px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.su-cache-dirs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}
.admin-body .btn:disabled,
.admin-body .btn.is-disabled,
.admin-body .btn[aria-disabled="true"] {
  opacity: .52;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
  filter: grayscale(.12) saturate(.75);
}
.su-table-wrap { overflow-x: auto; border: 1px solid #e2e8f0; border-radius: 12px; }
.su-table { width: 100%; border-collapse: collapse; min-width: 760px; }
.su-table th, .su-table td { padding: 14px 16px; text-align: left; border-bottom: 1px solid #e2e8f0; vertical-align: top; }
.su-table th { background: #f8fafc; color: #334155; font-size: 14px; }
.su-table td { font-size: 14px; color: #1f2937; overflow-wrap: anywhere; }
.su-badge { display: inline-flex; align-items: center; border-radius: 999px; padding: 6px 10px; font-size: 12px; font-weight: 900; }
.su-badge.neu { background: #e8f1ff; color: #2563eb; }
.su-badge.geaendert { background: #fff7ed; color: #c2410c; }
.su-badge.unveraendert { background: #f1f5f9; color: #475569; }
.su-badge.geloescht { background: #fff1f2; color: #be123c; }
.su-log { margin-top: 16px; max-height: 220px; overflow: auto; display: grid; gap: 6px; }
.su-log div { background: #f8fafc; border-radius: 8px; padding: 8px 10px; color: #475569; font-size: 13px; }
.su-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(2, 6, 23, .78);
  display: grid;
  place-items: center;
  padding: 22px;
}
.su-overlay[hidden], .su-spinner[hidden] { display: none !important; }
.su-overlay-card {
  width: min(640px, 100%);
  max-height: calc(100vh - 44px);
  overflow: auto;
  background: #fff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 30px 90px rgba(0,0,0,.35);
  text-align: center;
}
.su-spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #e5e7eb;
  border-top-color: var(--blue);
  border-radius: 50%;
  margin: 0 auto 16px;
  animation: su-spin .8s linear infinite;
}
.su-overlay-card h2 { margin: 0 0 6px; }
.su-overlay-card p { margin: 0 0 14px; color: #64748b; }
.su-overlay-card ul { text-align: left; max-height: 220px; overflow: auto; margin: 14px 0 0; padding-left: 20px; color: #475569; }
.su-overlay-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 18px; }
@keyframes su-spin { to { transform: rotate(360deg); } }

@media (max-width: 760px) {
  .su-controls { grid-template-columns: 1fr; }
  .su-status-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .su-cache-grid,
  .su-cache-dirs { grid-template-columns: 1fr; }
  .su-cache-actions { justify-content: flex-start; }
  .su-card-head { flex-direction: column; }
}

@media (max-width: 1100px) {
  .admin-shell { grid-template-columns: 1fr; width: min(920px, calc(100vw - 24px)); gap: 18px; margin-top: 22px; }
  .admin-sidebar { min-height: auto; }
  .admin-grid { grid-template-columns: 1fr; }
  .app-shell { grid-template-columns: 1fr; width: min(860px, calc(100vw - 24px)); gap: 22px; margin-top: 22px; }
  .sidebar { min-height: auto; }
  .side-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .book-btn { margin-bottom: 18px; }
  .topbar { padding: 0 16px; }
}

@media (max-width: 760px) {
  .admin-topbar { padding: 0 16px; }
  .admin-topbar-actions span { display: none; }
  .admin-sidebar .side-nav { grid-template-columns: 1fr; }
  .admin-stat-card strong { font-size: 26px; }
  .topbar-brand { font-size: 18px; }
  .top-pill { min-width: auto; font-size: 16px; }
  .sidebar { display: none; }
  .stat-card { width: 100%; }
  .access-card { grid-template-columns: 1fr; }
  .history-link { position: absolute; right: 18px; bottom: 18px; }
  .access-card { position: relative; }
  .send-nav { gap: 10px; }
  .round-btn { min-width: 0; height: 56px; padding: 0 18px; font-size: 17px; }
  .balance-row { grid-template-columns: 1fr 1fr; }
  .balance-card { min-height: 150px; border-radius: 26px; padding: 22px; }
  .balance-card strong { font-size: 36px; }
  .balance-card span { font-size: 18px; }
  .step-card { padding: 24px 20px; border-radius: 26px; }
  .step-card label:first-child { font-size: 22px; }
  .step-card input[type=text], .step-card input[type=number], .step-card select { min-height: 58px; font-size: 19px; border-radius: 20px; }
  .orders-controls { grid-template-columns: 1fr; }
}


.topbar {
  height: 62px;
  padding: 0 clamp(18px, 9vw, 320px);
}
.topbar-brand { font-size: 20px; letter-spacing: 1.2px; }
.top-pill {
  min-width: 104px;
  height: 40px;
  border-radius: 12px;
  font-size: 18px;
}
.top-avatar { width: 42px; height: 42px; }
.app-shell {
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 56px;
  width: min(1360px, calc(100vw - 64px));
  margin: 54px auto;
}
.sidebar {
  border-radius: 12px;
  min-height: 620px;
  padding: 20px 16px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
}
.hello { padding: 0 10px 22px; gap: 14px; }
.hello-avatar { width: 40px; height: 40px; border-radius: 10px; }
.hello span { font-size: 15px; }
.hello strong { font-size: 22px; }
.side-nav { gap: 10px; padding: 22px 0; }
.side-nav a {
  min-height: 50px;
  gap: 12px;
  padding: 0 12px;
  font-size: 17px;
}
.nav-icon { width: 24px; height: 24px; }
.book-btn {
  margin: 14px 0 42px;
  padding: 14px 24px;
  border-radius: 9px;
  font-size: 17px;
}
.side-foot { font-size: 16px; padding-top: 18px; }
.page-head p, .filters-block p {
  margin-bottom: 14px;
  font-size: 14px;
}
.page-head h1 { font-size: clamp(28px, 4vw, 40px); margin-bottom: 20px; }
.stat-row { gap: 16px; }
.stat-card {
  width: 210px;
  height: 94px;
  border-radius: 10px;
  padding: 22px 24px;
}
.stat-card strong { font-size: 28px; }
.stat-card small { font-size: 15px; }
.filters-block { margin-top: 34px; }
.chip-row { gap: 10px; }
.chip {
  height: 44px;
  border-radius: 22px;
  padding: 0 16px;
  font-size: 18px;
}
.platform-dot {
  width: 28px;
  height: 28px;
  font-size: 12px;
  margin-right: 8px;
}
.access-list {
  margin-top: 34px;
  gap: 8px;
  max-width: 760px;
}
.access-card {
  min-height: 96px;
  border-radius: 12px;
  grid-template-columns: minmax(0, 1fr) auto 52px;
  gap: 20px;
  padding: 18px 18px 18px 24px;
  box-shadow: 0 8px 24px rgba(15,23,42,.035);
}
.access-main h2 {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 1.2;
}
.access-main p { font-size: 23px; }
.coin {
  width: 26px;
  height: 26px;
  margin-right: 12px;
  font-size: 13px;
}
.access-actions { gap: 10px; }
.history-link {
  width: 48px;
  height: 48px;
}
.btn {
  min-height: 42px;
  padding: 0 22px;
}
.btn.small {
  min-height: 38px;
  font-size: 15px;
  padding: 0 20px;
}
.btn.submit {
  min-height: 52px;
  font-size: 18px;
}
.notice {
  border-radius: 12px;
  padding: 12px 14px;
}
.notice.soft {
  background: #eff6ff;
  color: #1e3a8a;
  border-color: #bfdbfe;
}
.send-shell {
  max-width: 760px;
  margin: -4px auto 0;
}
.send-head h1 {
  font-size: clamp(30px, 4.5vw, 42px);
  margin-bottom: 28px;
  letter-spacing: 0;
}
.send-nav {
  gap: 26px;
  margin-bottom: 46px;
}
.round-btn {
  min-width: 108px;
  height: 64px;
  border-radius: 32px;
  padding: 0 32px;
  font-size: 22px;
  box-shadow: 0 14px 32px rgba(15,23,42,.045);
}
.balance-row {
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 18px;
  margin-bottom: 18px;
}
.balance-card {
  min-height: 154px;
  border-radius: 26px;
  padding: 24px 30px;
  gap: 8px;
}
.balance-card strong { font-size: 48px; }
.balance-card span { font-size: 22px; }
.balance-card.compact { min-width: 0; }
.send-form { gap: 18px; }
.step-card, .panel {
  border-radius: 22px;
  padding: 28px 32px;
  box-shadow: 0 8px 30px rgba(15,23,42,.035);
}
.step-card label:first-child {
  gap: 14px;
  font-size: 23px;
  margin-bottom: 22px;
}
.step-card label span {
  width: 42px;
  height: 42px;
}
.step-card input[type=text], .step-card input[type=number], .step-card select,
.form-stack input, .form-stack select, .product-filter {
  min-height: 62px;
  border-radius: 20px;
  padding: 0 22px;
  font-size: 22px;
}
.hint-box {
  border-radius: 14px;
  padding: 13px 18px;
  font-size: 19px;
}
.warn-box {
  border-radius: 14px;
  padding: 14px 18px;
}
.mode-switch { margin-bottom: 14px; }
.mode-switch button { padding: 9px 16px; }
.profile-option {
  border-radius: 14px;
  grid-template-columns: 44px 1fr;
  padding: 10px;
}
.profile-option img { width: 44px; height: 44px; }
.orders-controls {
  gap: 24px;
  margin-bottom: 20px;
}
.orders-controls h2 { font-size: 22px; }
.table-panel { border-radius: 18px; }
.orders-table th, .orders-table td {
  border-width: 1px;
  padding: 18px 20px;
  font-size: 18px;
}
.orders-table th { font-size: 19px; }
.badge { padding: 10px 16px; }

@media (max-width: 1100px) {
  .app-shell {
    grid-template-columns: 1fr;
    width: min(860px, calc(100vw - 24px));
    gap: 22px;
    margin-top: 22px;
  }
  .sidebar { min-height: auto; }
  .side-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .topbar { height: 58px; padding: 0 14px; }
  .topbar-actions { gap: 8px; }
  .top-pill { height: 36px; min-width: 82px; font-size: 15px; }
  .top-avatar { width: 38px; height: 38px; }
  .sidebar { display: none; }
  .stat-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .stat-card {
    width: auto;
    height: 82px;
    padding: 16px;
  }
  .stat-card strong { font-size: 24px; }
  .stat-card small { font-size: 13px; }
  .chip { height: 40px; font-size: 16px; padding: 0 14px; }
  .access-card {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 18px;
  }
  .access-main h2 { font-size: 22px; }
  .access-main p { font-size: 21px; }
  .history-link { position: absolute; right: 16px; bottom: 16px; }
  .send-head h1 { font-size: 30px; margin-bottom: 24px; }
  .send-nav { gap: 10px; margin-bottom: 30px; }
  .round-btn { height: 54px; min-width: 0; padding: 0 18px; font-size: 17px; }
  .balance-row { grid-template-columns: 1fr 1fr; gap: 12px; }
  .balance-card { min-height: 132px; border-radius: 22px; padding: 20px; }
  .balance-card strong { font-size: 36px; }
  .balance-card span { font-size: 17px; }
  .step-card { padding: 22px 18px; border-radius: 22px; }
  .step-card label:first-child { font-size: 20px; }
  .step-card input[type=text], .step-card input[type=number], .step-card select {
    min-height: 56px;
    font-size: 18px;
    border-radius: 18px;
  }
  .hint-box { font-size: 16px; }
  .orders-controls { grid-template-columns: 1fr; }
}


.member-body {
  background: #f4f8fc;
  color: #101828;
}

.member-body .topbar {
  height: 58px;
  padding: 0 clamp(18px, 10vw, 360px);
}

.member-body .topbar-brand {
  font-size: 19px;
  letter-spacing: 1px;
}

.member-body .topbar-actions {
  gap: 12px;
}

.member-body .top-pill {
  min-width: 92px;
  height: 36px;
  border-radius: 10px;
  padding: 0 12px;
  font-size: 17px;
  background: #292929;
}

.member-body .top-avatar {
  width: 40px;
  height: 40px;
}

.member-body .app-shell {
  grid-template-columns: 300px minmax(0, 720px);
  justify-content: center;
  align-items: start;
  gap: 64px;
  width: min(1180px, calc(100vw - 56px));
  margin: 48px auto;
}

.member-body .sidebar {
  min-height: 560px;
  border-radius: 12px;
  padding: 18px 14px;
  box-shadow: 0 14px 38px rgba(15, 23, 42, .045);
}

.member-body .hello {
  gap: 12px;
  padding: 0 10px 20px;
}

.member-body .hello-avatar {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  font-size: 13px;
}

.member-body .hello span {
  font-size: 14px;
}

.member-body .hello strong {
  font-size: 21px;
}

.member-body .side-nav {
  gap: 8px;
  padding: 20px 0;
}

.member-body .side-nav a {
  min-height: 46px;
  gap: 10px;
  padding: 0 12px;
  border-radius: 8px;
  font-size: 16px;
  color: #4f5663;
}

.member-body .side-nav a.active {
  background: #f2f6ff;
  color: var(--blue);
  box-shadow: 0 12px 28px rgba(52, 120, 246, .10);
}

.member-body .nav-icon {
  width: 24px;
  height: 24px;
  font-size: 14px;
}

.member-body .book-btn {
  width: calc(100% - 60px);
  min-height: 42px;
  margin: 12px auto 38px;
  padding: 0 18px;
  border-radius: 9px;
  font-size: 16px;
  box-shadow: 0 14px 28px rgba(52, 120, 246, .18);
}

.member-body .side-foot {
  padding: 16px 10px 0;
  font-size: 15px;
}

.member-body .page-head p,
.member-body .filters-block p {
  margin-bottom: 13px;
  color: #8b929d;
  font-size: 13px;
  letter-spacing: .02em;
}

.member-body .page-head h1 {
  margin-bottom: 18px;
  font-size: 34px;
}

.member-body .stat-row {
  gap: 16px;
}

.member-body .stat-card {
  width: 180px;
  height: 82px;
  border-radius: 10px;
  padding: 18px 20px;
}

.member-body .stat-card span {
  width: 22px;
  height: 22px;
}

.member-body .stat-card strong {
  font-size: 26px;
  line-height: 1;
}

.member-body .stat-card small {
  font-size: 14px;
}

.member-body .stat-card.ok span {
  width: 18px;
  height: 34px;
  border-width: 4px;
}

.member-body .filters-block {
  margin-top: 32px;
}

.member-body .chip-row {
  gap: 10px;
}

.member-body .chip {
  height: 40px;
  gap: 8px;
  border-radius: 20px;
  padding: 0 14px;
  font-size: 17px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, .035);
}

.member-body .platform-dot {
  width: 25px;
  height: 25px;
  margin-right: 6px;
  font-size: 11px;
}

.member-body .access-list {
  max-width: 720px;
  margin-top: 30px;
  gap: 8px;
}

.member-body .access-card {
  min-height: 86px;
  grid-template-columns: minmax(0, 1fr) 132px 44px;
  gap: 16px;
  border-radius: 10px;
  padding: 15px 16px 15px 22px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .03);
}

.member-body .access-main h2 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.2;
}

.member-body .access-main p {
  font-size: 21px;
}

.member-body .coin {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-width: 2px;
  font-size: 12px;
}

.member-body .access-actions {
  gap: 8px;
}

.member-body .history-link {
  width: 42px;
  height: 42px;
  font-size: 15px;
}

.member-body .btn {
  min-height: 38px;
  padding: 0 18px;
  font-size: 15px;
}

.member-body .btn.small {
  min-height: 34px;
  padding: 0 17px;
  font-size: 14px;
}

.member-body .btn.submit {
  min-height: 48px;
  width: min(100%, 420px);
  margin-top: 6px;
  font-size: 17px;
}

.member-body .notice {
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 14px;
}

.member-body .send-shell {
  max-width: 680px;
  margin: -2px auto 0;
}

.member-body .send-head h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: 0;
}

.member-body .send-head h1 .platform-dot {
  width: 30px;
  height: 30px;
  margin-right: 0;
  font-size: 13px;
}

.member-body .send-nav {
  gap: 22px;
  margin-bottom: 40px;
}

.member-body .round-btn {
  min-width: 96px;
  height: 56px;
  gap: 14px;
  border-radius: 28px;
  padding: 0 26px;
  font-size: 20px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .045);
}

.member-body .round-btn.icon-only {
  min-width: 94px;
  padding: 0;
  font-size: 28px;
}

.member-body .round-icon {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  font-weight: 900;
}

.member-body .balance-row {
  grid-template-columns: minmax(0, 1fr) 210px;
  gap: 16px;
  margin-bottom: 18px;
}

.member-body .balance-card {
  min-height: 132px;
  border-radius: 24px;
  padding: 22px 28px;
  gap: 8px;
}

.member-body .balance-card strong {
  font-size: 42px;
}

.member-body .balance-card span {
  font-size: 19px;
}

.member-body .balance-card.compact {
  min-width: 0;
}

.member-body .balance-card .btn {
  min-height: 42px;
  font-size: 17px;
}

.member-body .send-form {
  gap: 16px;
}

.member-body .step-card {
  border-radius: 20px;
  padding: 23px 28px;
  box-shadow: 0 8px 28px rgba(15, 23, 42, .035);
}

.member-body .step-card label:first-child {
  gap: 13px;
  margin-bottom: 20px;
  font-size: 21px;
}

.member-body .step-card label span {
  width: 36px;
  height: 36px;
  font-size: 17px;
}

.member-body .step-card input[type=text],
.member-body .step-card input[type=number],
.member-body .step-card select,
.member-body .form-stack input,
.member-body .form-stack select,
.member-body .product-filter {
  min-height: 56px;
  border-radius: 17px;
  padding: 0 18px;
  font-size: 19px;
}

.member-body .hint-box {
  border-radius: 13px;
  padding: 12px 16px;
  font-size: 17px;
  line-height: 1.35;
}

.member-body .warn-box {
  border-radius: 13px;
  padding: 12px 16px;
  font-size: 15px;
}

.member-body .mode-switch {
  margin-bottom: 12px;
}

.member-body .mode-switch button {
  padding: 8px 14px;
  font-size: 14px;
}

.member-body .profile-grid {
  gap: 8px;
}

.member-body .profile-option {
  grid-template-columns: 42px 1fr;
  gap: 10px;
  border-radius: 13px;
  padding: 10px;
}

.member-body .profile-option img {
  width: 42px;
  height: 42px;
}

.member-body .post-grid {
  grid-template-columns: repeat(auto-fill, minmax(105px, 1fr));
  gap: 8px;
}

.member-body .post-card {
  min-height: 118px;
  border-radius: 12px;
}

.member-body .panel {
  border-radius: 16px;
  padding: 22px 24px;
  box-shadow: 0 8px 28px rgba(15, 23, 42, .035);
}

.member-body .orders-controls {
  gap: 22px;
  margin-bottom: 18px;
}

.member-body .orders-controls h2 {
  margin-bottom: 12px;
  font-size: 20px;
}

.member-body .table-panel {
  border-radius: 16px;
}

.member-body .orders-table {
  min-width: 920px;
}

.member-body .orders-table th,
.member-body .orders-table td {
  border-width: 1px;
  padding: 16px 18px;
  font-size: 17px;
  line-height: 1.35;
}

.member-body .orders-table th {
  font-size: 18px;
}

.member-body .badge {
  padding: 9px 15px;
  font-size: 15px;
}

.member-body .inline-form {
  margin-top: 10px;
}

@media (max-width: 1100px) {
  .member-body .topbar {
    padding: 0 18px;
  }

  .member-body .app-shell {
    grid-template-columns: 1fr;
    width: min(820px, calc(100vw - 24px));
    gap: 22px;
    margin-top: 24px;
  }

  .member-body .sidebar {
    min-height: auto;
  }

  .member-body .side-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .member-body .book-btn {
    margin-bottom: 18px;
  }
}

/* Controlled member search assistant */
body.member-body .fh-assist-search {
  position: relative;
  flex: 0 1 430px;
  max-width: 430px;
  min-width: 180px;
  margin: 0 clamp(8px, 1.4vw, 18px);
  z-index: 2147481200;
}

body.member-body .fh-assist-search-form {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 9px 0 13px;
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 999px;
  background: #f3f5f8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75), 0 6px 18px rgba(15, 23, 42, .05);
  cursor: text;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

body.member-body .fh-assist-search-form:focus-within {
  background: #fff;
  border-color: rgba(59, 130, 246, .35);
  box-shadow: 0 0 0 4px rgba(59, 130, 246, .10), 0 8px 22px rgba(15, 23, 42, .07);
}

body.member-body .fh-assist-search-icon {
  display: grid;
  place-items: center;
  color: #101827;
}

body.member-body .fh-assist-search-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
}

body.member-body .fh-assist-search input {
  width: 100%;
  height: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #101827;
  font: inherit;
  font-size: 15px !important;
  font-weight: 750;
  cursor: text;
}

body.member-body .fh-assist-search input::placeholder {
  color: #667085;
  font-weight: 650;
}

body.member-body .fh-assist-clear,
body.member-body .fh-assist-panel-head button {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, .06);
  color: #101827;
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
}

body.member-body .fh-assist-panel {
  position: fixed;
  top: calc(var(--member-topbar-h, var(--topbar-h, 64px)) + 10px);
  left: 50%;
  width: min(560px, calc(100vw - 24px));
  max-height: min(520px, calc(100vh - 92px));
  overflow: auto;
  transform: translateX(-50%);
  padding: 10px;
  border: 1px solid rgba(210, 222, 240, .96);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(15, 23, 42, .18);
  z-index: 2147481600;
}

body.member-body .fh-assist-panel[hidden] {
  display: none !important;
}

body.member-body .fh-assist-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 2px 2px 12px;
}

body.member-body .fh-assist-panel-head strong {
  color: #101827;
  font-size: 16px;
  font-weight: 900;
}

body.member-body .fh-assist-search.is-loading .fh-assist-search-form::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: -3px;
  width: 36px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(52, 120, 246, .12), #3478f6, rgba(52, 120, 246, .12));
  animation: fhAssistLoading .7s ease-in-out infinite alternate;
}

@keyframes fhAssistLoading {
  from { transform: translateX(-24px); opacity: .45; }
  to { transform: translateX(4px); opacity: 1; }
}

body.member-body .fh-assist-suggestions {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px 0 12px;
  scrollbar-width: none;
}

body.member-body .fh-assist-suggestions::-webkit-scrollbar {
  display: none;
}

body.member-body .fh-assist-suggestions button {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(215, 225, 240, .96);
  border-radius: 999px;
  background: #f7f9fd;
  color: #344054;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}

body.member-body .fh-assist-section {
  padding: 8px 0 0;
}

body.member-body .fh-assist-recent {
  padding: 0 0 4px;
}

body.member-body .fh-assist-section h3 {
  margin: 0 0 10px;
  color: #8a94a6;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.member-body .fh-assist-recent h3 {
  margin: 0 0 10px;
  color: #8a94a6;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.member-body .fh-assist-recent-list {
  display: grid;
  border-top: 1px solid rgba(215, 225, 240, .86);
}

body.member-body .fh-assist-recent-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  align-items: center;
  min-height: 42px;
  border-bottom: 1px solid rgba(215, 225, 240, .86);
}

body.member-body .fh-assist-recent-query,
body.member-body .fh-assist-recent-remove {
  border: 0;
  background: transparent;
  cursor: pointer;
}

body.member-body .fh-assist-recent-query {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  height: 42px;
  padding: 0 4px;
  color: #101827;
  text-align: left;
}

body.member-body .fh-assist-recent-query span {
  color: #667085;
  font-size: 18px;
  line-height: 1;
}

body.member-body .fh-assist-recent-query strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 850;
}

body.member-body .fh-assist-recent-remove {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: #101827;
  font-size: 22px;
  font-weight: 500;
}

body.member-body .fh-assist-recent-remove:hover {
  background: rgba(15, 23, 42, .06);
}

body.member-body .fh-assist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.member-body .fh-assist-results {
  display: grid;
  gap: 10px;
}

body.member-body .fh-assist-card {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px;
  min-height: 68px;
  padding: 10px;
  border: 1px solid rgba(215, 225, 240, .96);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  color: inherit;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

body.member-body .fh-assist-card:hover {
  transform: translateY(-1px);
  border-color: rgba(52, 120, 246, .36);
  box-shadow: 0 14px 32px rgba(15, 23, 42, .09);
}

body.member-body .fh-assist-card.is-compact {
  min-height: 76px;
}

body.member-body .fh-assist-card-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 13px;
  background: #eef4ff;
  color: #3478f6;
  font-size: 13px;
  font-weight: 950;
}

body.member-body .fh-assist-card-copy {
  display: block;
  min-width: 0;
}

body.member-body .fh-assist-card-copy strong,
body.member-body .fh-assist-card-copy small,
body.member-body .fh-assist-card-copy em,
body.member-body .fh-assist-action {
  display: block;
}

body.member-body .fh-assist-card-copy strong {
  color: #101827;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.18;
}

body.member-body .fh-assist-card-copy small {
  margin-top: 3px;
  color: #667085;
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.35;
}

body.member-body .fh-assist-card-copy ul {
  margin: 7px 0 0;
  padding-left: 16px;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

body.member-body .fh-assist-card-copy em,
body.member-body .fh-assist-action {
  width: fit-content;
  margin-top: 7px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(52, 120, 246, .10);
  color: #3478f6;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

body.member-body .fh-assist-message {
  margin: 12px 0 0;
  padding: 11px 13px;
  border-radius: 14px;
  background: #fff6ed;
  color: #9a3412;
  font-size: 13px;
  font-weight: 750;
}

body.member-body .fh-assist-search.has-query .fh-assist-recent,
body.member-body .fh-assist-search.has-query .fh-assist-section:not([data-assist-results-section]) {
  display: none !important;
}

body.member-body .fh-assist-search.has-query .fh-assist-panel-head {
  display: none !important;
}

body.member-body .fh-assist-search.has-query .fh-assist-panel {
  padding: 8px !important;
}

body.member-body .fh-assist-search.has-query .fh-assist-suggestions {
  padding: 0 0 8px !important;
}

body.member-body .fh-assist-search.is-answer-mode .fh-assist-suggestions {
  display: none !important;
}

body.member-body .fh-assist-search.is-answer-mode .fh-assist-section[data-assist-results-section],
body.member-body .fh-assist-search.is-answer-mode .fh-assist-results,
body.member-body .fh-assist-search.is-answer-mode .fh-assist-card {
  display: none !important;
}

body.member-body .fh-assist-search.is-answer-mode .fh-assist-panel {
  padding: 10px !important;
}

body.member-body .fh-assist-search.has-query .fh-assist-suggestions button {
  min-height: 30px !important;
  padding: 0 11px !important;
  background: #f3f6fb !important;
  font-size: 12px !important;
}

body.member-body .fh-assist-search.has-query .fh-assist-section[data-assist-results-section] {
  padding: 0 !important;
}

body.member-body .fh-assist-search.has-query .fh-assist-section[data-assist-results-section] h3 {
  display: none !important;
}

body.member-body .fh-assist-search.has-query .fh-assist-results {
  gap: 5px !important;
}

body.member-body .fh-assist-search.has-query .fh-assist-card,
body.member-body .fh-assist-search.has-query .fh-assist-card.is-compact {
  grid-template-columns: 32px minmax(0, 1fr) !important;
  min-height: 52px !important;
  padding: 8px 9px !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.member-body .fh-assist-search.has-query .fh-assist-card:hover {
  transform: none !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .07) !important;
}

body.member-body .fh-assist-search.has-query .fh-assist-card-icon {
  width: 32px !important;
  height: 32px !important;
  border-radius: 12px !important;
  font-size: 11px !important;
}

body.member-body .fh-assist-search.has-query .fh-assist-card-copy strong {
  font-size: 14px !important;
}

body.member-body .fh-assist-search.has-query .fh-assist-card-copy small {
  margin-top: 2px !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.member-body .fh-assist-search.has-query .fh-assist-card-copy em {
  margin-top: 4px !important;
  font-size: 11px !important;
}

body.member-body .fh-assist-search.has-query .fh-assist-card-copy ul {
  margin-top: 5px !important;
  font-size: 11.5px !important;
}

body.member-body .fh-assist-search.is-loading .fh-assist-clear {
  visibility: hidden !important;
}

body.member-body .fh-assist-search.is-loading .fh-assist-search-form::after {
  top: 50% !important;
  right: 14px !important;
  bottom: auto !important;
  width: 16px !important;
  height: 16px !important;
  margin-top: -8px !important;
  border: 2px solid rgba(52, 120, 246, .18) !important;
  border-top-color: #3478f6 !important;
  border-radius: 999px !important;
  background: transparent !important;
  animation: fhAssistSpin .7s linear infinite !important;
}

@keyframes fhAssistSpin {
  to { transform: rotate(360deg); }
}

/* Search assistant: compact, app-like results. Keep the surface calm and fast. */
body.member-body .fh-assist-panel {
  width: min(480px, calc(100vw - 24px)) !important;
  max-height: min(430px, calc(100vh - 96px)) !important;
  padding: 8px !important;
  border-radius: 20px !important;
}

body.member-body .fh-assist-panel-head {
  padding: 2px 2px 8px !important;
}

body.member-body .fh-assist-panel-head strong {
  font-size: 14px !important;
}

body.member-body .fh-assist-section {
  padding-top: 5px !important;
}

body.member-body .fh-assist-section[hidden],
body.member-body .fh-assist-recent[hidden],
body.member-body .fh-assist-section[data-assist-results-section][hidden] {
  display: none !important;
}

body.member-body .fh-assist-section h3,
body.member-body .fh-assist-recent h3 {
  margin-bottom: 6px !important;
  font-size: 10px !important;
  letter-spacing: .06em !important;
}

body.member-body .fh-assist-suggestions {
  gap: 6px !important;
  padding: 5px 0 7px !important;
}

body.member-body .fh-assist-suggestions:empty {
  display: none !important;
}

body.member-body .fh-assist-suggestions button {
  min-height: 28px !important;
  padding: 0 10px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

body.member-body .fh-assist-recent-list {
  border-top: 0 !important;
  gap: 4px !important;
}

body.member-body .fh-assist-recent-item {
  min-height: 34px !important;
  border: 1px solid rgba(215, 225, 240, .82) !important;
  border-radius: 12px !important;
  background: #f8fafc !important;
}

body.member-body .fh-assist-recent-query {
  height: 34px !important;
  padding: 0 8px !important;
}

body.member-body .fh-assist-recent-query span {
  font-size: 15px !important;
}

body.member-body .fh-assist-recent-query strong {
  font-size: 12.5px !important;
  font-weight: 800 !important;
}

body.member-body .fh-assist-recent-remove {
  width: 26px !important;
  height: 26px !important;
  font-size: 18px !important;
}

body.member-body .fh-assist-grid,
body.member-body .fh-assist-results {
  grid-template-columns: 1fr !important;
  gap: 5px !important;
}

body.member-body .fh-assist-card,
body.member-body .fh-assist-card.is-compact {
  grid-template-columns: 30px minmax(0, 1fr) !important;
  min-height: 50px !important;
  padding: 7px 8px !important;
  border-radius: 13px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.member-body .fh-assist-card-icon {
  width: 30px !important;
  height: 30px !important;
  border-radius: 11px !important;
  font-size: 10px !important;
}

body.member-body .fh-assist-card-copy strong {
  font-size: 13px !important;
  line-height: 1.15 !important;
}

body.member-body .fh-assist-card-copy small {
  display: -webkit-box !important;
  margin-top: 2px !important;
  overflow: hidden !important;
  color: #667085 !important;
  font-size: 11.5px !important;
  line-height: 1.25 !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
}

body.member-body .fh-assist-card-copy ul {
  margin-top: 4px !important;
  font-size: 11px !important;
}

body.member-body .fh-assist-action {
  display: inline-grid !important;
  width: auto !important;
  margin-top: 4px !important;
  padding: 3px 7px !important;
  font-size: 10.5px !important;
}

body.member-body .fh-assist-message {
  margin-top: 7px !important;
  padding: 8px 10px !important;
  font-size: 12px !important;
}

body.member-body .fh-assist-answer-section[hidden] {
  display: none !important;
}

body.member-body .fh-assist-search.has-query .fh-assist-answer-section:not([hidden]) {
  display: block !important;
  padding: 0 0 7px !important;
}

body.member-body .fh-assist-search.is-answer-mode .fh-assist-answer-section h3 {
  display: none !important;
}

body.member-body .fh-assist-answer {
  display: grid !important;
  gap: 10px !important;
  padding: 16px !important;
  border: 1px solid rgba(52, 120, 246, .16) !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .08) !important;
}

body.member-body .fh-assist-answer-kicker {
  width: fit-content !important;
  min-height: 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  border-radius: 999px !important;
  padding: 0 10px !important;
  background: rgba(52, 120, 246, .10) !important;
  color: #2563eb !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

body.member-body .fh-assist-answer p {
  margin: 0 !important;
  color: #101827 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
}

body.member-body .fh-assist-answer p a,
body.member-body .fh-assist-answer li a {
  color: #2563eb !important;
  font-weight: 950 !important;
  text-decoration: none !important;
  border-bottom: 2px solid rgba(37, 99, 235, .22) !important;
}

body.member-body .fh-assist-answer p a:hover,
body.member-body .fh-assist-answer li a:hover,
body.member-body .fh-assist-answer p a:focus-visible,
body.member-body .fh-assist-answer li a:focus-visible {
  color: #1d4ed8 !important;
  border-bottom-color: rgba(37, 99, 235, .46) !important;
}

body.member-body .fh-assist-answer ul {
  display: grid !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  color: #475467 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.38 !important;
}

body.member-body .fh-assist-answer li {
  position: relative !important;
  padding-left: 19px !important;
}

body.member-body .fh-assist-answer li::before {
  content: "" !important;
  position: absolute !important;
  top: .55em !important;
  left: 3px !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 999px !important;
  background: #3478f6 !important;
}

body.member-body .fh-assist-answer-cta {
  min-height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: start !important;
  border-radius: 12px !important;
  padding: 0 16px !important;
  background: linear-gradient(135deg, #3478f6 0%, #1f64ed 100%) !important;
  color: #fff !important;
  font-size: 12.5px !important;
  font-weight: 950 !important;
  text-decoration: none !important;
  box-shadow: 0 12px 24px rgba(52, 120, 246, .24) !important;
}

body.member-body .fh-assist-answer-meta,
body.member-body .fh-assist-answer-sources {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
}

body.member-body .fh-assist-answer-meta span,
body.member-body .fh-assist-answer-sources a,
body.member-body .fh-assist-answer-sources span {
  min-height: 24px !important;
  display: inline-grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  padding: 0 9px !important;
  background: rgba(52, 120, 246, .10) !important;
  color: #2563eb !important;
  font-size: 10.5px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.admin-search-assistant-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  gap: 18px;
}

.admin-search-rule-list,
.admin-search-query-list {
  display: grid;
  gap: 10px;
}

.admin-search-rule-card,
.admin-search-query-list > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px;
  border: 1px solid rgba(215, 225, 240, .92);
  border-radius: 16px;
  background: #fff;
}

.admin-search-rule-card strong,
.admin-search-rule-card span,
.admin-search-rule-card small,
.admin-search-query-list strong,
.admin-search-query-list span {
  display: block;
}

.admin-search-rule-card strong,
.admin-search-query-list strong {
  color: #101827;
  font-weight: 900;
}

.admin-search-rule-card span,
.admin-search-query-list span {
  color: #667085;
  font-size: 12px;
  font-weight: 800;
}

.admin-search-rule-card small {
  margin-top: 4px;
  color: #667085;
  line-height: 1.35;
}

@media (max-width: 900px) {
  body.member-body .fh-assist-search {
    flex: 1 1 auto;
    margin: 0 8px;
  }

  body.member-body .fh-assist-search-form {
    min-height: 38px;
    padding: 0 9px 0 12px;
  }

  body.member-body .fh-assist-search input {
    font-size: 16px !important;
  }

  body.member-body .fh-assist-grid,
  .admin-search-assistant-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  body.member-body[data-members-layout-lock] {
    padding-top: calc(var(--members-header-height, 58px) + 58px) !important;
  }

  body.member-body .topbar-brand {
    max-width: 112px;
    overflow: hidden;
  }

  body.member-body .fh-assist-search {
    position: fixed !important;
    top: var(--members-header-height, 58px) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 8px 12px !important;
    background: #f4f7fb !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .05) !important;
  }

  body.member-body .fh-assist-panel {
    top: calc(var(--members-header-height, 58px) + 58px) !important;
    left: 0 !important;
    width: 100vw !important;
    max-height: calc(100vh - var(--members-header-height, 58px) - 58px - 76px) !important;
    transform: none !important;
    padding: 10px 12px 12px !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-radius: 0 0 20px 20px !important;
    box-shadow: 0 18px 38px rgba(15, 23, 42, .16) !important;
  }

  body.member-body .fh-assist-grid {
    grid-template-columns: 1fr;
  }
}

body.member-body .status-estimate-faq {
  margin-top: 14px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #f8fafc;
  color: #475569;
}

body.member-body .status-estimate-faq summary {
  cursor: pointer;
  padding: 11px 14px;
  font-size: 13px;
  font-weight: 800;
  color: #1e293b;
}

body.member-body .status-estimate-faq p {
  margin: 0;
  padding: 0 14px 13px;
  font-size: 13px;
  line-height: 1.45;
}

body.member-body .status-refresh-dock {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 74;
  transform: translateX(-50%);
  margin: 0;
}

body.member-body .status-refresh-dock button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(52, 120, 246, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  color: #0f172a;
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .16);
  backdrop-filter: blur(16px);
  cursor: pointer;
  padding: 0 18px;
}

body.member-body .status-refresh-dock button span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #3478f6;
  color: #fff;
  font-size: 18px;
}

.admin-body .admin-customer-login-links {
  margin: 12px 0 18px;
}

.admin-body .admin-customer-login-links label {
  display: grid;
  gap: 6px;
  margin-top: 10px;
}

.admin-body .admin-customer-login-links label span {
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
}

.admin-body .admin-customer-login-links input {
  width: 100%;
  min-height: 38px;
  border: 1px solid #dbe5f0;
  border-radius: 12px;
  background: #f8fafc;
  color: #334155;
  font-size: 12px;
  padding: 0 12px;
}

@media (max-width: 980px) {
  body.member-body[data-members-layout-lock] > .mobile-tabbar {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    min-height: 68px !important;
    padding: 8px 8px calc(7px + env(safe-area-inset-bottom)) !important;
  }

  body.member-body[data-members-layout-lock] > .mobile-tabbar .mobile-tabbar-item {
    min-height: 48px !important;
    padding: 4px 2px !important;
    gap: 2px !important;
  }

  body.member-body[data-members-layout-lock] > .mobile-tabbar .mobile-tabbar-item > span:not(.mobile-access-bolt) {
    width: 25px !important;
    height: 25px !important;
  }

  body.member-body[data-members-layout-lock] > .mobile-tabbar .mobile-tabbar-item strong {
    max-width: 64px !important;
    font-size: 9.5px !important;
    line-height: 1.05 !important;
  }

  body.member-body[data-members-layout-lock] > .mobile-tabbar .mobile-tabbar-main {
    width: 68px !important;
    min-width: 68px !important;
    max-width: 68px !important;
    min-height: 68px !important;
    height: 68px !important;
    margin-top: -24px !important;
  }

  body.member-body .status-refresh-dock {
    bottom: calc(88px + env(safe-area-inset-bottom));
  }

  body.member-body .status-refresh-dock button {
    min-height: 42px;
    padding: 0 14px;
    font-size: 12.5px;
  }

  .member-body .notification-section {
    padding: 14px !important;
  }

  .member-body .notification-section-head {
    gap: 8px !important;
    margin-bottom: 10px !important;
  }

  .member-body .notification-section-head h2 {
    font-size: 17px !important;
  }

  .member-body .notification-section-head p {
    display: none !important;
  }

  .member-body .user-notification-card {
    min-height: 0 !important;
    padding: 12px 13px !important;
    gap: 10px !important;
  }

  .member-body .user-notification-card h2 {
    font-size: 15px !important;
    line-height: 1.15 !important;
  }

  .member-body .user-notification-card p {
    font-size: 12.5px !important;
    line-height: 1.35 !important;
    margin-top: 4px !important;
  }
}


body.member-body.member-route-access .access-card.is-filter-hidden,
body.member-body.member-page-access .access-card.is-filter-hidden {
  display: none !important;
}

body.member-body.member-route-access .stat-card.active > span,
body.member-body.member-page-access .stat-card.active > span {
  width: 16px !important;
  height: 16px !important;
  box-shadow: 0 0 0 6px rgba(52, 120, 246, .12) !important;
  animation: activePulseDot 1.7s ease-in-out infinite !important;
}

@keyframes activePulseDot {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 6px rgba(52, 120, 246, .12); }
  50% { transform: scale(.92); box-shadow: 0 0 0 11px rgba(52, 120, 246, .04); }
}

body.member-body.member-route-orders .orders-filter-details.panel,
body.member-body.member-page-orders .orders-filter-details.panel {
  border-color: rgba(216, 226, 239, .94) !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .035) !important;
  outline: 0 !important;
}

body.member-body.member-route-orders .orders-filter-details.panel:hover,
body.member-body.member-route-orders .orders-filter-details.panel:focus-within,
body.member-body.member-page-orders .orders-filter-details.panel:hover,
body.member-body.member-page-orders .orders-filter-details.panel:focus-within {
  border-color: rgba(190, 206, 229, .95) !important;
  box-shadow: 0 16px 38px rgba(15, 23, 42, .045) !important;
  outline: 0 !important;
}

body.member-body.member-route-orders .orders-table-scroll,
body.member-body.member-page-orders .orders-table-scroll {
  overflow: auto !important;
  max-height: min(72vh, 760px) !important;
  overscroll-behavior: contain !important;
}

body.member-body.member-route-orders .orders-table,
body.member-body.member-page-orders .orders-table {
  table-layout: fixed !important;
  width: 100% !important;
  min-width: 900px !important;
}

body.member-body.member-route-orders .orders-table th,
body.member-body.member-route-orders .orders-table td,
body.member-body.member-page-orders .orders-table th,
body.member-body.member-page-orders .orders-table td {
  vertical-align: middle !important;
  padding: 15px 18px !important;
}

body.member-body.member-route-orders .orders-table th:nth-child(1),
body.member-body.member-route-orders .orders-table td:nth-child(1),
body.member-body.member-page-orders .orders-table th:nth-child(1),
body.member-body.member-page-orders .orders-table td:nth-child(1) {
  width: 96px !important;
}

body.member-body.member-route-orders .orders-table th:nth-child(2),
body.member-body.member-route-orders .orders-table td:nth-child(2),
body.member-body.member-page-orders .orders-table th:nth-child(2),
body.member-body.member-page-orders .orders-table td:nth-child(2) {
  width: 230px !important;
}

body.member-body.member-route-orders .orders-table th:nth-child(3),
body.member-body.member-route-orders .orders-table td:nth-child(3),
body.member-body.member-page-orders .orders-table th:nth-child(3),
body.member-body.member-page-orders .orders-table td:nth-child(3) {
  width: 310px !important;
}

body.member-body.member-route-orders .orders-table th:nth-child(4),
body.member-body.member-route-orders .orders-table td:nth-child(4),
body.member-body.member-page-orders .orders-table th:nth-child(4),
body.member-body.member-page-orders .orders-table td:nth-child(4) {
  width: 190px !important;
}

body.member-body.member-route-orders .orders-table th:nth-child(5),
body.member-body.member-route-orders .orders-table td:nth-child(5),
body.member-body.member-page-orders .orders-table th:nth-child(5),
body.member-body.member-page-orders .orders-table td:nth-child(5) {
  width: 210px !important;
}

body.member-body.member-route-orders .order-product-cell,
body.member-body.member-route-orders .order-target-cell,
body.member-body.member-route-orders .order-status-cell,
body.member-body.member-route-orders .order-actions-cell,
body.member-body.member-page-orders .order-product-cell,
body.member-body.member-page-orders .order-target-cell,
body.member-body.member-page-orders .order-status-cell,
body.member-body.member-page-orders .order-actions-cell {
  min-width: 0 !important;
}

body.member-body.member-route-orders .order-product-link,
body.member-body.member-route-orders .text-link,
body.member-body.member-route-orders .order-target-muted,
body.member-body.member-page-orders .order-product-link,
body.member-body.member-page-orders .text-link,
body.member-body.member-page-orders .order-target-muted {
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

body.member-body.member-route-orders .order-actions-cell,
body.member-body.member-page-orders .order-actions-cell {
  text-align: center !important;
}

body.member-body.member-route-orders .order-actions-cell .btn,
body.member-body.member-page-orders .order-actions-cell .btn {
  width: min(176px, 100%) !important;
  max-width: 176px !important;
  min-height: 36px !important;
  margin-inline: auto !important;
  padding-inline: 12px !important;
  line-height: 1.08 !important;
}

body.member-body.member-route-orders .order-actions-cell .inline-form,
body.member-body.member-page-orders .order-actions-cell .inline-form {
  justify-content: center !important;
}

body.member-body.member-route-orders .status-pulse-dot,
body.member-body.member-page-orders .status-pulse-dot {
  display: inline-block !important;
  width: 9px !important;
  height: 9px !important;
  margin-right: 7px !important;
  border-radius: 999px !important;
  background: #3478f6 !important;
  box-shadow: 0 0 0 5px rgba(52, 120, 246, .12) !important;
  vertical-align: 1px !important;
  animation: activePulseDot 1.7s ease-in-out infinite !important;
}

body.member-body .member-pjax-skeleton-head,
body.member-body .member-pjax-skeleton-row,
body.member-body .member-pjax-skeleton-card {
  border-color: rgba(196, 210, 230, .98) !important;
  background: rgba(255, 255, 255, .96) !important;
}

body.member-body .member-pjax-skeleton i,
body.member-body .member-pjax-skeleton b,
body.member-body .member-pjax-skeleton span {
  background: linear-gradient(90deg, #dfe8f5 0%, #f8fbff 48%, #d8e3f2 100%) !important;
}

body.member-body .member-pjax-skeleton-head::after,
body.member-body .member-pjax-skeleton-row::after,
body.member-body .member-pjax-skeleton-card::after {
  background: linear-gradient(90deg, transparent, rgba(52, 120, 246, .12), transparent) !important;
}

body.member-body .send-form.is-refill-loading {
  position: relative !important;
}

body.member-body .send-form.is-refill-loading::after,
body.member-body [data-share-refill-form].is-refill-loading::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: 20px !important;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, .55), transparent),
    repeating-linear-gradient(180deg, rgba(226, 236, 249, .68) 0 44px, rgba(247, 250, 255, .86) 44px 96px) !important;
  background-size: 220% 100%, 100% 100% !important;
  animation: access-skeleton-sheen .9s ease-in-out infinite !important;
  opacity: .76 !important;
  pointer-events: none !important;
}

@media (max-width: 760px) {
  body.member-body.member-route-orders .orders-table,
  body.member-body.member-route-orders .orders-table thead,
  body.member-body.member-route-orders .orders-table tbody,
  body.member-body.member-route-orders .orders-table tr,
  body.member-body.member-route-orders .orders-table td,
  body.member-body.member-page-orders .orders-table,
  body.member-body.member-page-orders .orders-table thead,
  body.member-body.member-page-orders .orders-table tbody,
  body.member-body.member-page-orders .orders-table tr,
  body.member-body.member-page-orders .orders-table td {
    display: revert !important;
  }

  body.member-body.member-route-orders .orders-table thead,
  body.member-body.member-page-orders .orders-table thead {
    display: table-header-group !important;
  }

  body.member-body.member-route-orders .orders-table tr,
  body.member-body.member-page-orders .orders-table tr {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
  }

  body.member-body.member-route-orders .orders-table td,
  body.member-body.member-page-orders .orders-table td {
    display: table-cell !important;
    grid-template-columns: none !important;
    padding: 13px 14px !important;
    font-size: 13px !important;
  }

  body.member-body.member-route-orders .orders-table td::before,
  body.member-body.member-page-orders .orders-table td::before {
    content: none !important;
    display: none !important;
  }

  body.member-body.member-route-orders .orders-table-scroll,
  body.member-body.member-page-orders .orders-table-scroll {
    overflow-x: auto !important;
    overflow-y: visible !important;
    max-height: none !important;
    min-height: 0 !important;
    border-radius: 14px !important;
    overscroll-behavior-x: contain !important;
    overscroll-behavior-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-x pan-y !important;
  }

  body.member-body.member-route-access .stat-card.active > span,
  body.member-body.member-page-access .stat-card.active > span {
    width: 12px !important;
    height: 12px !important;
    box-shadow: 0 0 0 5px rgba(52, 120, 246, .12) !important;
  }
}

@media (max-width: 760px) {
  .member-body .topbar {
    height: 56px;
    padding: 0 12px;
  }

  .member-body .topbar-actions {
    gap: 7px;
  }

  .member-body .top-pill {
    min-width: 76px;
    height: 34px;
    font-size: 14px;
  }

  .member-body .top-avatar {
    width: 36px;
    height: 36px;
  }

  .member-body .app-shell {
    width: min(100% - 18px, 680px);
    margin-top: 18px;
  }

  .member-body .sidebar {
    display: none;
  }

  .member-body .stat-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .member-body .stat-card {
    width: auto;
    height: 76px;
    padding: 14px;
  }

  .member-body .stat-card strong {
    font-size: 22px;
  }

  .member-body .stat-card small {
    font-size: 12px;
  }

  .member-body .chip {
    height: 38px;
    padding: 0 12px;
    font-size: 15px;
  }

  .member-body .access-card {
    position: relative;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 17px;
  }

  .member-body .access-main h2 {
    max-width: calc(100% - 48px);
    font-size: 21px;
  }

  .member-body .access-main p {
    font-size: 20px;
  }

  .member-body .access-actions {
    width: min(100%, 280px);
  }

  .member-body .history-link {
    position: absolute;
    right: 14px;
    bottom: 14px;
  }

  .member-body .send-shell {
    max-width: 100%;
  }

  .member-body .send-head h1 {
    margin-bottom: 22px;
    font-size: 29px;
  }

  .member-body .send-nav {
    gap: 10px;
    margin-bottom: 28px;
  }

  .member-body .round-btn {
    min-width: 0;
    height: 50px;
    gap: 8px;
    padding: 0 16px;
    font-size: 16px;
  }

  .member-body .round-btn.icon-only {
    min-width: 72px;
    font-size: 24px;
  }

  .member-body .balance-row {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .member-body .balance-card {
    min-height: 118px;
    border-radius: 20px;
    padding: 18px;
  }

  .member-body .balance-card strong {
    font-size: 33px;
  }

  .member-body .balance-card span {
    font-size: 16px;
  }

  .member-body .balance-card .btn {
    min-height: 38px;
    padding: 0 12px;
    font-size: 14px;
  }

  .member-body .step-card {
    border-radius: 18px;
    padding: 20px 17px;
  }

  .member-body .step-card label:first-child {
    font-size: 19px;
  }

  .member-body .step-card label span {
    width: 32px;
    height: 32px;
    font-size: 15px;
  }

  .member-body .step-card input[type=text],
  .member-body .step-card input[type=number],
  .member-body .step-card select {
    min-height: 52px;
    border-radius: 15px;
    font-size: 17px;
  }

  .member-body .hint-box {
    font-size: 15px;
  }

  .member-body .orders-controls {
    grid-template-columns: 1fr;
  }
}


.member-body {
  --member-bg: #f5f8fc;
  --member-card: rgba(255, 255, 255, .92);
  --member-ink: #161b26;
  --member-soft: #6f7785;
  --member-line: #e5eaf1;
  --member-blue: #3478f6;
  --member-blue-soft: #edf4ff;
  background: var(--member-bg);
  color: var(--member-ink);
}

.member-body .topbar {
  height: 60px;
  background: #030303;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .05);
}

.member-body .topbar-brand {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1.1px;
}

.member-body .top-pill {
  height: 34px;
  min-width: 88px;
  border-radius: 10px;
  background: #2a2a2a;
  font-size: 16px;
}

.member-body .top-avatar {
  width: 38px;
  height: 38px;
}

.member-body .app-shell {
  grid-template-columns: 282px minmax(0, 748px);
  width: min(1160px, calc(100vw - 56px));
  gap: 58px;
  margin: 52px auto;
}

.member-body.member-page-orders .app-shell {
  grid-template-columns: 282px minmax(0, 1080px);
  width: min(1460px, calc(100vw - 56px));
}

.member-body .sidebar {
  border: 1px solid rgba(226, 232, 240, .78);
  border-radius: 12px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 46px rgba(33, 41, 54, .055);
}

.member-body .hello {
  border-bottom-color: #edf1f6;
}

.member-body .hello-avatar {
  background: #eef5ff;
  color: var(--member-blue);
  box-shadow: inset 0 0 0 1px rgba(52, 120, 246, .12);
}

.member-body .side-nav a {
  color: #555e6d;
  font-weight: 750;
}

.member-body .side-nav a.active {
  background: linear-gradient(180deg, #f7faff 0%, #eef5ff 100%);
  color: var(--member-blue);
  box-shadow: 0 14px 30px rgba(52, 120, 246, .12);
}

.member-body .nav-icon {
  color: currentColor;
}

.member-body .nav-icon svg,
.member-body .history-link svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.member-body .book-btn {
  background: var(--member-blue);
  box-shadow: 0 16px 34px rgba(52, 120, 246, .20);
}

.member-body .content {
  min-width: 0;
}

.member-body .stat-card,
.member-body .access-card,
.member-body .step-card,
.member-body .panel {
  background: var(--member-card);
  border: 1px solid rgba(226, 232, 240, .72);
}

.member-body .stat-card {
  box-shadow: none;
}

.member-body .chip {
  border-color: #dce3ed;
  background: rgba(255, 255, 255, .92);
  color: #555e6d;
  font-weight: 650;
}

.member-body .chip.active {
  border-color: rgba(52, 120, 246, .75);
  background: #172236;
  color: #fff;
  box-shadow: 0 0 0 2px rgba(52, 120, 246, .22);
}

.member-body .access-card {
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.member-body .access-card:hover {
  transform: translateY(-1px);
  border-color: rgba(52, 120, 246, .24);
  box-shadow: 0 14px 34px rgba(33, 41, 54, .06);
}

.member-body .access-main h2 {
  color: #2c2f36;
  font-weight: 850;
}

.member-body .access-main p {
  color: #343942;
}

.member-body .coin {
  color: #555e6d;
  border-color: #697180;
}

.member-body .history-link {
  background: #f8fafc;
  color: #111827;
  transition: background .16s ease, color .16s ease;
}

.member-body .history-link:hover {
  background: var(--member-blue-soft);
  color: var(--member-blue);
}

.member-body .btn {
  letter-spacing: .01em;
}

.member-body .btn.primary {
  background: var(--member-blue);
  box-shadow: 0 12px 24px rgba(52, 120, 246, .19);
}

.member-body .btn.ghost {
  background: #eef0f3;
  color: #515865;
}

.member-body .btn.disabled,
.member-body .btn[aria-disabled="true"] {
  opacity: .55;
  pointer-events: none;
}

.member-body .send-head h1 {
  color: #030712;
  font-weight: 900;
}

.member-body .round-btn {
  color: #05070d;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, .75);
}

.member-body .balance-card {
  background: #071a31;
  box-shadow: 0 18px 46px rgba(7, 26, 49, .10);
}

.member-body .balance-card.compact {
  background: #0a1d34;
}

.member-body .step-card {
  background: rgba(255, 255, 255, .96);
}

.member-body .step-card.done {
  box-shadow: 0 0 0 1px rgba(34, 197, 94, .08), 0 8px 28px rgba(15, 23, 42, .035);
}

.member-body .step-card label:first-child {
  color: #727b8a;
}

.member-body .step-card label span {
  background: #eaf2ff;
}

.member-body .step-card input[type=text],
.member-body .step-card input[type=number],
.member-body .step-card select,
.member-body .product-filter {
  border-color: #d6dce5;
  color: #151b28;
}

.member-body .hint-box {
  background: #f8fafc;
  color: #303847;
}

.member-body .orders-page {
  display: grid;
  gap: 18px;
}

.member-body .orders-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr);
  gap: 28px;
  align-items: end;
  padding: 22px 24px;
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(33, 41, 54, .045);
}

.member-body .orders-filter-group {
  min-width: 0;
}

.member-body .orders-controls h2 {
  margin: 0 0 12px;
  color: #303846;
  font-size: 17px;
  font-weight: 850;
}

.member-body .product-filter-row {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.member-body .product-filter {
  height: 46px;
  min-height: 46px;
  border-radius: 14px;
  background: #fff;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 750;
}

.member-body .orders-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  flex-wrap: wrap;
}

.member-body .pager-btn,
.member-body .pager-dots {
  min-width: 44px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  border: 1px solid #dfe5ee;
  background: rgba(255, 255, 255, .88);
  color: #121826;
  font-weight: 750;
}

.member-body .pager-btn.current {
  color: #fff;
  border-color: var(--member-blue);
  background: var(--member-blue);
}

.member-body .pager-btn.disabled {
  color: #9aa3af;
  background: rgba(255, 255, 255, .55);
}

.member-body .pager-dots {
  border: 0;
  background: transparent;
  min-width: 28px;
}

.member-body .order-comments-btn {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  position: relative;
  border: 1px solid #d7e3f4;
  border-radius: 999px;
  background: #f8fbff;
  color: #3478f6;
  cursor: pointer;
  flex: 0 0 auto;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.member-body .order-comments-btn:hover,
.member-body .order-comments-btn:focus-visible {
  border-color: #3478f6;
  background: #eef5ff;
  transform: translateY(-1px);
}

.member-body .order-comments-btn span,
.member-body .order-comments-head > span::before {
  background: currentColor;
  clip-path: polygon(8% 8%, 92% 8%, 92% 66%, 48% 66%, 25% 92%, 25% 66%, 8% 66%);
}

.member-body .order-comments-btn span {
  width: 18px;
  height: 16px;
  display: block;
}

.member-body .order-comments-btn em {
  position: absolute;
  right: -5px;
  top: -6px;
  min-width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  padding: 0 5px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

.member-body .order-comments-overlay[hidden] {
  display: none !important;
}

.member-body .order-comments-overlay,
.member-body .order-target-action-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147482100;
  display: grid;
  place-items: center;
  padding: max(18px, env(safe-area-inset-top)) 18px max(18px, env(safe-area-inset-bottom));
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

.member-body .order-comments-overlay.is-open,
.member-body .order-target-action-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.member-body .order-target-action-overlay[hidden] {
  display: none !important;
}

.member-body .order-comments-backdrop,
.member-body .order-target-action-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(15, 23, 42, .52);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.member-body .order-comments-card,
.member-body .order-target-action-card {
  width: min(100%, 560px);
  max-height: min(720px, calc(100dvh - 36px));
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 16px;
  position: relative;
  z-index: 1;
  padding: 22px;
  border: 1px solid rgba(226, 232, 240, .92);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(15, 23, 42, .28);
  transform: translateY(10px) scale(.98);
  transition: transform .18s ease;
}

.member-body .order-comments-overlay.is-open .order-comments-card,
.member-body .order-target-action-overlay.is-open .order-target-action-card {
  transform: translateY(0) scale(1);
}

.member-body .order-comments-close,
.member-body .order-target-action-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #dfe7f2;
  border-radius: 999px;
  background: #f8fafc;
  color: #0f172a;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.member-body .order-comments-head,
.member-body .order-target-action-head {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding-right: 42px;
}

.member-body .order-comments-head > span,
.member-body .order-target-action-head > span {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #eef5ff;
  color: #3478f6;
  position: relative;
}

.member-body .order-comments-head > span::before,
.member-body .order-target-action-head > span::before {
  content: "";
  position: absolute;
  inset: 12px;
}

.member-body .order-target-action-head > span::before {
  background: currentColor;
  clip-path: polygon(10% 45%, 64% 45%, 43% 24%, 56% 12%, 90% 50%, 56% 88%, 43% 76%, 64% 55%, 10% 55%);
}

.member-body .order-comments-head p,
.member-body .order-target-action-head p {
  margin: 0 0 4px;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
}

.member-body .order-comments-head h2,
.member-body .order-target-action-head h2 {
  margin: 0;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.2;
}

.member-body .order-target-action-label {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #f8fafc;
  color: #334155;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.member-body .order-comments-list {
  min-height: 120px;
  max-height: min(48dvh, 430px);
  display: grid;
  align-content: start;
  gap: 8px;
  overflow-y: auto;
  padding: 2px 4px 2px 0;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.member-body .order-comments-item {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 11px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
}

.member-body .order-comments-item span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #e8f1ff;
  color: #2563eb;
  font-size: 11px;
  font-weight: 850;
}

.member-body .order-comments-item p {
  margin: 0;
  color: #111827;
  font-size: 13px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.member-body .order-comments-actions,
.member-body .order-target-action-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.member-body .table-panel {
  padding: 0;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(33, 41, 54, .045);
}

.member-body .orders-table {
  min-width: 960px;
  border-collapse: separate;
  border-spacing: 0;
}

.member-body .orders-table th,
.member-body .orders-table td {
  border: 0;
  border-bottom: 1px solid #e5eaf1;
  padding: 17px 18px;
  font-size: 16px;
  vertical-align: top;
}

.member-body .orders-table th {
  background: #f9fbfe;
  color: #394253;
  font-size: 15px;
  font-weight: 900;
}

.member-body .orders-table tbody tr:hover td {
  background: #fbfdff;
}

.member-body .orders-table tbody tr:last-child td {
  border-bottom: 0;
}

.member-body .orders-table td:first-child {
  width: 108px;
  color: #1f2937;
  white-space: nowrap;
}

.member-body .order-date-day,
.member-body .order-date-time {
  display: block;
}

.member-body .order-date-day {
  font-weight: 800;
}

.member-body .order-date-time {
  margin-top: 2px;
  color: #667085;
}

.member-body .orders-table td:nth-child(2) strong {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 6px;
  color: #111827;
  font-size: 17px;
}

.member-body .orders-table td:nth-child(2) a {
  color: #2f64bd;
  font-weight: 850;
}

.member-body .orders-table td:nth-child(3) {
  max-width: 360px;
}

.member-body .orders-table .text-link {
  color: #2f64bd;
  overflow-wrap: anywhere;
}

.member-body .badge {
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 900;
}

.member-body .badge.ok {
  background: #08734d;
  color: #fff;
}

.member-body .badge.pending {
  background: #fff4cf;
  color: #a5580b;
  border-color: #f2dda0;
}

.member-body .badge.info {
  background: #eaf2ff;
  color: #2057b5;
}

.member-body .badge.neutral {
  background: #f2f4f7;
  color: #475467;
  border-color: #e4e7ec;
}

.member-body .badge.warn {
  background: #fff1f2;
  color: #b42318;
  border-color: #ffd6da;
}

.member-body .orders-empty-cell {
  padding: 34px 18px !important;
  text-align: center;
  color: #667085;
  font-weight: 700;
}

.member-body .orders-result-count {
  margin: -2px 0 0;
  color: #667085;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 1180px) {
  .member-body.member-page-orders .app-shell,
  .member-body .app-shell {
    grid-template-columns: 1fr;
    width: min(900px, calc(100vw - 24px));
    gap: 22px;
    margin-top: 24px;
  }

  .member-body .sidebar {
    min-height: auto;
  }

  .member-body .side-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .member-body .topbar {
    height: 56px;
  }

  .member-body .app-shell,
  .member-body.member-page-orders .app-shell {
    width: min(100% - 18px, 680px);
  }

  .member-body .sidebar {
    display: none;
  }

  .member-body .orders-controls {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px;
    border-radius: 15px;
  }

  .member-body .product-filter-row {
    grid-template-columns: 1fr;
  }

  .member-body .orders-table {
    min-width: 880px;
  }

  .member-body .orders-table th,
  .member-body .orders-table td {
    padding: 14px 15px;
    font-size: 15px;
  }
}

.member-body.member-page-toolbox .app-shell {
  grid-template-columns: 282px minmax(0, 1000px);
  width: min(1380px, calc(100vw - 56px));
}

.toolbox-head h1 {
  margin-bottom: 10px;
}

.toolbox-page {
  display: grid;
  gap: 22px;
}

.toolbox-picker {
  display: grid;
  gap: 18px;
  padding: 22px;
  border: 1px solid #dde7f4;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .055);
}

.toolbox-picker-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
}

.toolbox-picker-head p {
  margin: 0 0 5px;
  color: #8b95a5;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.toolbox-picker-head h2 {
  margin: 0;
  color: #101828;
  font-size: 25px;
  line-height: 1.08;
}

.toolbox-picker-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.toolbox-platform-groups {
  display: grid;
  gap: 18px;
}

.toolbox-platform-group {
  display: grid;
  gap: 12px;
}

.toolbox-platform-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid #e4ebf5;
  border-radius: 16px;
  background: #fbfdff;
}

.toolbox-platform-head strong,
.toolbox-platform-head small {
  display: block;
}

.toolbox-platform-head strong {
  color: #101828;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.15;
}

.toolbox-platform-head small {
  margin-top: 2px;
  color: #667085;
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.3;
}

.toolbox-platform-logo {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.toolbox-tool-card {
  appearance: none;
  -webkit-appearance: none;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 116px;
  padding: 18px;
  border: 1px solid #dbe6f4;
  border-radius: 18px;
  background: #f8fbff;
  color: #101828;
  text-decoration: none;
  text-align: left;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .045);
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
  cursor: pointer;
}

.toolbox-tool-card.is-active:hover,
.toolbox-tool-card.is-active:focus-visible {
  border-color: rgba(52, 120, 246, .55);
  box-shadow: 0 16px 34px rgba(52, 120, 246, .12);
  outline: 0;
  transform: translateY(-1px);
}

.toolbox-tool-card.is-disabled {
  cursor: not-allowed;
  opacity: .62;
}

.toolbox-tool-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.toolbox-tool-icon-youtube {
  background: #ff0033;
  box-shadow: 0 12px 24px rgba(255, 0, 51, .18);
}

.toolbox-tool-icon-rank {
  background: #101828;
  box-shadow: 0 12px 24px rgba(16, 24, 40, .14);
}

.toolbox-tool-icon-shorts {
  background: linear-gradient(135deg, #ff0033, #7c3aed);
  box-shadow: 0 12px 24px rgba(124, 58, 237, .18);
}

.toolbox-tool-card strong,
.toolbox-tool-card small {
  display: block;
}

.toolbox-tool-card strong {
  margin-bottom: 5px;
  color: #101828;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.12;
}

.toolbox-tool-card small {
  color: #667085;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
}

.toolbox-tool-card em {
  align-self: start;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eaf2ff;
  color: #3478f6;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.toolbox-tool-card.is-disabled em {
  background: #eef2f7;
  color: #8b95a5;
}

.toolbox-empty-state {
  display: grid;
  gap: 6px;
  padding: 22px;
  border: 1px dashed #c8d7ec;
  border-radius: 18px;
  background: #f8fbff;
  color: #667085;
}

.toolbox-empty-state strong {
  color: #101828;
  font-size: 17px;
  line-height: 1.15;
}

.toolbox-empty-state span {
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
}

.toolbox-tool-panel[hidden],
.toolbox-picker[hidden] {
  display: none !important;
}

.toolbox-page:not(.is-tool-open) [data-toolbox-tool] {
  display: none !important;
}

.toolbox-page.is-tool-open {
  display: block;
}

.toolbox-back-button {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  margin: 0 0 12px;
  padding: 8px 14px;
  border: 1px solid #dbe6f4;
  border-radius: 999px;
  background: #ffffff;
  color: #344054;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .045);
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}

.toolbox-back-button:hover,
.toolbox-back-button:focus-visible {
  border-color: rgba(52, 120, 246, .48);
  color: #1d4ed8;
  outline: 0;
}

.toolbox-secondary {
  display: grid;
  grid-template-columns: minmax(0, 520px);
  gap: 18px;
}

.toolbox-rank-panel {
  padding: 22px 24px;
}

.toolbox-rank-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.toolbox-rank-head p {
  margin: 0 0 4px;
  color: #8b95a5;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.toolbox-rank-head h2 {
  margin: 0;
  color: #101828;
  font-size: 25px;
  line-height: 1.08;
}

.toolbox-rank-live {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: #e9f7ef;
  color: #08734d;
  font-size: 13px;
  font-weight: 900;
}

.yt-rank-form {
  gap: 14px;
}

.yt-rank-form label span {
  color: #687386;
  font-size: 13px;
  font-weight: 900;
}

.rank-result {
  margin-top: 16px;
  border: 1px solid #dbe4f0;
  border-radius: 14px;
  padding: 13px 15px;
  background: #f8fbff;
  color: #273244;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 800;
}

.rank-result.is-empty,
.rank-result.rank-neutral {
  color: #667085;
}

.rank-result.rank-top {
  border-color: #b9e6cf;
  background: #ecfdf3;
  color: #067647;
}

.rank-result.rank-good {
  border-color: #c7d7fe;
  background: #eef4ff;
  color: #2459c5;
}

.rank-result.rank-mid {
  border-color: #fedf89;
  background: #fffaeb;
  color: #b54708;
}

.rank-result.rank-low,
.rank-result.rank-error {
  border-color: #fecdd3;
  background: #fff1f3;
  color: #b42318;
}

.comment-editor {
  display: grid;
  gap: 12px;
}

.comment-editor textarea {
  width: 100%;
  min-height: 180px;
  border: 1px solid #d6dce5;
  border-radius: 17px;
  padding: 16px 18px;
  color: #151b28;
  background: #fff;
  font: inherit;
  font-size: 17px;
  line-height: 1.45;
  resize: vertical;
  outline: none;
}

.comment-editor textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(52,120,246,.14);
}

.comment-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.comment-tools .hint-box {
  margin: 0;
}


.member-body .topbar {
  height: 54px;
}

.member-body .topbar-brand {
  font-size: 17px;
  letter-spacing: 0;
}

.member-body .topbar-actions {
  gap: 9px;
}

.member-body .top-pill {
  min-width: 78px;
  height: 31px;
  border-radius: 9px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 800;
}

.member-body .top-pill strong,
.member-body .top-pill span {
  font-size: 12px;
}

.member-body .top-avatar {
  width: 34px;
  height: 34px;
}

.member-body .top-avatar:before {
  top: 7px;
  width: 12px;
  height: 12px;
}

.member-body .top-avatar:after {
  bottom: 7px;
  width: 22px;
  height: 11px;
}

.member-body:not(.member-page-orders):not(.member-page-toolbox):not(.member-page-help) .app-shell {
  grid-template-columns: 260px minmax(0, 640px);
  width: min(1040px, calc(100vw - 52px));
  gap: 46px;
  margin: 40px auto;
}

.member-body .sidebar {
  min-height: 500px;
  padding: 16px 12px;
  border-radius: 11px;
}

.member-body .hello {
  padding: 0 8px 17px;
}

.member-body .hello-avatar {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  font-size: 12px;
}

.member-body .hello span {
  font-size: 13px;
}

.member-body .hello strong {
  font-size: 19px;
}

.member-body .side-nav {
  gap: 6px;
  padding: 17px 0;
}

.member-body .side-nav a {
  min-height: 40px;
  gap: 9px;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 7px;
}

.member-body .nav-icon,
.member-body .nav-icon svg {
  width: 20px;
  height: 20px;
}

.member-body .book-btn {
  width: calc(100% - 54px);
  min-height: 38px;
  margin: 10px auto 30px;
  padding: 0 16px;
  border-radius: 8px;
  font-size: 14px;
}

.member-body .side-foot {
  padding: 13px 8px 0;
  font-size: 14px;
}

.member-body .page-head p,
.member-body .filters-block p {
  margin-bottom: 11px;
  font-size: 12px;
}

.member-body .stat-row {
  gap: 12px;
}

.member-body .stat-card {
  width: 156px;
  height: 72px;
  padding: 15px 17px;
  border-radius: 9px;
}

.member-body .stat-card strong {
  font-size: 23px;
}

.member-body .stat-card small {
  font-size: 12px;
}

.member-body .filters-block {
  margin-top: 26px;
}

.member-body .chip {
  height: 35px;
  gap: 7px;
  padding: 0 12px;
  border-radius: 18px;
  font-size: 14px;
}

.member-body .platform-dot {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  font-size: 10px;
}

.member-body .access-list {
  max-width: 640px;
  margin-top: 25px;
  gap: 7px;
}

.member-body .access-card {
  min-height: 78px;
  grid-template-columns: minmax(0, 1fr) 118px 38px;
  gap: 13px;
  padding: 13px 14px 13px 19px;
  border-radius: 9px;
}

.member-body .access-main h2 {
  margin-bottom: 9px;
  font-size: 19px;
}

.member-body .access-main p {
  font-size: 18px;
}

.member-body .history-link {
  width: 36px;
  height: 36px;
}

.member-body .history-link svg {
  width: 19px;
  height: 19px;
}

.member-body .btn {
  min-height: 34px;
  padding: 0 15px;
  font-size: 14px;
}

.member-body .btn.small {
  min-height: 31px;
  padding: 0 14px;
  font-size: 13px;
}

.member-body .send-shell {
  max-width: 600px;
}

.member-body .send-head h1 {
  gap: 10px;
  margin-bottom: 24px;
  font-size: clamp(25px, 2.2vw, 32px);
}

.member-body .send-head h1 .platform-dot {
  width: 27px;
  height: 27px;
  font-size: 12px;
}

.member-body .send-nav {
  gap: 16px;
  margin-bottom: 30px;
}

.member-body .round-btn {
  min-width: 82px;
  height: 48px;
  gap: 10px;
  padding: 0 22px;
  border-radius: 24px;
  font-size: 17px;
}

.member-body .round-btn.icon-only {
  min-width: 78px;
  font-size: 24px;
}

.member-body .round-icon {
  width: 23px;
  height: 23px;
}

.member-body .balance-row {
  grid-template-columns: minmax(0, 1fr) 176px;
  gap: 14px;
  margin-bottom: 15px;
}

.member-body .balance-card {
  min-height: 112px;
  border-radius: 19px;
  padding: 18px 22px;
  gap: 7px;
}

.member-body .balance-card strong {
  font-size: 35px;
}

.member-body .balance-card span {
  font-size: 16px;
}

.member-body .balance-card .btn {
  min-height: 34px;
  font-size: 14px;
}

.member-body .send-form {
  gap: 13px;
}

.member-body .step-card {
  border-radius: 16px;
  padding: 18px 21px;
}

.member-body .step-card label:first-child {
  gap: 11px;
  margin-bottom: 16px;
  font-size: 18px;
}

.member-body .step-card label span {
  width: 31px;
  height: 31px;
  font-size: 14px;
}

.member-body .step-card input[type=text],
.member-body .step-card input[type=number],
.member-body .step-card select,
.member-body .form-stack input,
.member-body .form-stack select,
.member-body .product-filter {
  min-height: 48px;
  border-radius: 14px;
  padding: 0 15px;
  font-size: 16px;
}

.member-body .hint-box {
  border-radius: 11px;
  padding: 10px 13px;
  font-size: 14px;
}

.member-body .field-error {
  margin: 8px 0 0;
  padding: 9px 12px;
  border: 1px solid #fecdd3;
  border-radius: 10px;
  background: #fff1f2;
  color: #b42318;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.member-body .field-error[hidden] {
  display: none !important;
}

.member-body .mode-switch {
  margin-bottom: 10px;
  padding: 3px;
}

.member-body .mode-switch button {
  padding: 7px 12px;
  font-size: 13px;
}

.member-body .profile-block {
  display: grid;
  gap: 10px;
}

.member-body [data-mode-block][hidden] {
  display: none !important;
}

.member-body .profile-grid {
  gap: 7px;
}

.member-body .profile-option {
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 9px;
  min-height: 50px;
  padding: 8px 10px;
  border-radius: 12px;
}

.member-body .profile-option img {
  width: 36px;
  height: 36px;
  grid-row: span 2;
}

.member-body .profile-avatar-fallback {
  grid-row: span 2;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #f97316, #c026d3);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.member-body .profile-option strong {
  font-size: 14px;
  line-height: 1.15;
}

.member-body .profile-option small {
  font-size: 12px;
}

.member-body .profile-add-toggle {
  justify-self: start;
  min-height: 34px;
  gap: 7px;
  padding: 0 14px;
}

.member-body .profile-add-toggle span {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(52, 120, 246, .12);
  color: var(--member-blue);
  font-weight: 900;
}

.member-body .profile-add {
  margin-top: 0;
  padding: 10px;
  border: 1px solid #dfe6ef;
  border-radius: 14px;
  background: #f8fbff;
}

.member-body .profile-add-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
}

.member-body .profile-add-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eef5ff;
  color: var(--member-blue);
  font-weight: 900;
}

.member-body .profile-add input[type=text] {
  min-height: 42px;
  border-radius: 13px;
  font-size: 15px;
}

.member-body [data-profile-add-status],
.member-body [data-profile-status] {
  min-height: 18px;
  margin: 0;
  font-size: 13px;
}

.member-body .profile-post-tools {
  margin-top: 0;
}

.member-body .post-grid {
  grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
}

.member-body .post-card {
  min-height: 102px;
  border-radius: 10px;
}

.member-body .post-card span {
  font-size: 12px;
}

@media (max-width: 1180px) {
  .member-body:not(.member-page-orders):not(.member-page-toolbox):not(.member-page-help) .app-shell {
    grid-template-columns: 1fr;
    width: min(760px, calc(100vw - 24px));
    gap: 18px;
    margin-top: 20px;
  }
}

@media (max-width: 760px) {
  .member-body .topbar {
    height: 52px;
  }

  .member-body:not(.member-page-orders):not(.member-page-toolbox):not(.member-page-help) .app-shell {
    width: min(100% - 16px, 620px);
    margin-top: 16px;
  }

  .member-body .send-head h1 {
    font-size: 26px;
    margin-bottom: 18px;
  }

  .member-body .send-nav {
    gap: 8px;
    margin-bottom: 22px;
  }

  .member-body .round-btn {
    height: 44px;
    padding: 0 13px;
    font-size: 14px;
  }

  .member-body .round-btn.icon-only {
    min-width: 58px;
  }

  .member-body .balance-row {
    grid-template-columns: 1fr 136px;
    gap: 9px;
  }

  .member-body .balance-card {
    min-height: 100px;
    border-radius: 17px;
    padding: 15px;
  }

  .member-body .balance-card strong {
    font-size: 29px;
  }

  .member-body .balance-card .btn {
    min-height: 32px;
    padding: 0 10px;
    font-size: 13px;
  }

  .member-body .step-card {
    padding: 17px 15px;
    border-radius: 15px;
  }

  .member-body .profile-add-row {
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .member-body .profile-add-row .btn {
    grid-column: 2;
    justify-self: start;
  }
}


.member-body .send-shell {
  max-width: 620px;
}

.member-body .send-form {
  gap: 12px;
}

.member-body .step-card {
  position: relative;
  transition: opacity .16s ease, filter .16s ease, box-shadow .16s ease, transform .16s ease;
}

.member-body .step-card.done::after {
  content: "✓";
  position: absolute;
  top: 18px;
  right: 22px;
  color: #22c55e;
  font-size: 17px;
  font-weight: 900;
}

.member-body .step-card.disabled {
  opacity: .46;
  filter: grayscale(.16);
  pointer-events: none;
  background: linear-gradient(145deg, #f8fafc, #f2f5f9);
}

.member-body .amount-balance-warning,
.member-body .amount-share-warning {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin: 9px 0 0;
  border: 1px solid #fecaca;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff7ed, #fff1f2);
  padding: 10px 12px;
  color: #9f1239;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.member-body .amount-balance-warning strong,
.member-body .amount-share-warning strong {
  color: #7f1d1d;
  font-weight: 850;
}

.member-body .amount-balance-warning a,
.member-body .amount-share-warning a,
.member-body .amount-share-warning button {
  appearance: none;
  border: 0;
  background: transparent;
  color: #0f5fe8;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.member-body .amount-balance-warning[hidden],
.member-body .amount-share-warning[hidden] {
  display: none !important;
}

.member-body [data-share-info-main][hidden],
.member-body .amount-share-info-panel[hidden] {
  display: none !important;
}

.member-body .amount-share-info-panel {
  display: grid;
  gap: 12px;
  margin-top: 10px;
  padding: 15px;
  border: 1px solid #d7e5ff;
  border-radius: 16px;
  background: linear-gradient(145deg, #ffffff, #f6f9ff);
  box-shadow: 0 14px 34px rgba(32, 95, 232, .10);
}

.member-body .amount-share-info-panel strong {
  color: #101828;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.15;
}

.member-body .amount-share-info-panel p {
  margin: 0;
  color: #475467;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.member-body .amount-share-info-panel ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.member-body .amount-share-info-panel li {
  position: relative;
  padding-left: 18px;
  color: #344054;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.member-body .amount-share-info-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #2f77f3;
  box-shadow: 0 0 0 4px rgba(47, 119, 243, .12);
}

.member-body .amount-share-info-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.member-body .profile-grid {
  display: grid;
  gap: 7px;
}

.member-body .profile-grid:empty {
  display: none;
}

.member-body .profile-option {
  width: 100%;
  text-align: left;
}

.member-body .profile-option::after {
  content: "";
  width: 16px;
  height: 16px;
  justify-self: end;
  border-radius: 50%;
  border: 2px solid #d0d7e2;
}

.member-body .profile-option.active::after {
  border-color: var(--member-blue);
  background: radial-gradient(circle at center, var(--member-blue) 0 42%, transparent 45%);
}

.member-body .profile-add .muted:not(:empty),
.member-body [data-profile-status]:not(:empty) {
  border-radius: 10px;
  background: #f1f5f9;
  padding: 8px 10px;
}

.member-body [data-profile-add-status].error-text,
.member-body [data-profile-status].error-text {
  background: #fff1f2;
  color: #b42318;
}

.member-body .post-card.active {
  border-color: var(--member-blue);
  box-shadow: 0 0 0 3px rgba(52, 120, 246, .14);
}

.member-body .check-row {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #303847;
  font-weight: 800;
}

.member-body .check-row input {
  width: 18px;
  height: 18px;
}

@media (max-width: 760px) {
  .member-body .send-shell {
    max-width: 100%;
  }

  .member-body .step-card.done::after {
    top: 16px;
    right: 16px;
  }
}

.member-body.member-page-help .app-shell {
  grid-template-columns: 282px minmax(0, 960px);
  width: min(1340px, calc(100vw - 56px));
}

.help-page {
  display: grid;
  gap: 18px;
}

.help-head h1 {
  margin-bottom: 8px;
}

.help-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 26px 28px;
}

.help-hero h2 {
  margin: 5px 0 9px;
  color: #101828;
  font-size: 28px;
  line-height: 1.12;
  letter-spacing: 0;
}

.help-hero p,
.help-empty p,
.help-closed p {
  margin: 0;
  color: #667085;
  font-size: 15px;
  line-height: 1.55;
}

.help-kicker,
.help-section-head p {
  margin: 0;
  color: #8b95a5;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.help-hero-actions,
.help-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.help-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.help-stat {
  padding: 18px 20px;
}

.help-stat span {
  display: block;
  color: #667085;
  font-size: 13px;
  font-weight: 800;
}

.help-stat strong {
  display: block;
  margin-top: 6px;
  color: #101828;
  font-size: 27px;
  line-height: 1;
}

.help-ticket-list,
.help-form,
.help-ticket-summary,
.help-related-orders,
.help-reply-panel {
  padding: 24px;
}

.help-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.help-section-head h2 {
  margin: 4px 0 0;
  color: #101828;
  font-size: 24px;
  line-height: 1.15;
}

.help-ticket-table {
  display: grid;
  gap: 10px;
}

.help-ticket-row {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) 138px 138px;
  gap: 14px;
  align-items: center;
  min-height: 66px;
  padding: 14px 16px;
  border: 1px solid #edf1f6;
  border-radius: 13px;
  background: #fbfcfe;
}

.help-ticket-row:hover,
.help-ticket-row.is-unread {
  border-color: #b9ccff;
  background: #f4f8ff;
}

.help-ticket-id {
  color: #3478f6;
  font-weight: 900;
  font-size: 14px;
}

.help-ticket-row strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.help-ticket-date {
  color: #667085;
  font-size: 14px;
  font-weight: 700;
}

.help-empty {
  display: grid;
  gap: 10px;
  justify-items: start;
  padding: 20px;
  border: 1px dashed #cad5e3;
  border-radius: 14px;
  background: #f8fbff;
}

.help-empty.compact {
  padding: 16px;
}

.help-limit {
  border-radius: 999px;
  padding: 8px 12px;
  background: #eef4ff;
  color: #2459c5;
  font-size: 13px;
  font-weight: 900;
}

.help-order-picker {
  display: grid;
  gap: 10px;
}

.help-order-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 10px 0 0;
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
}

.help-order-toolbar strong {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #eef4ff;
  color: #2563eb;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.help-order-option {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px;
  border: 1px solid #e4e9f1;
  border-radius: 13px;
  background: #fff;
  cursor: pointer;
}

.help-order-option:has(input:checked) {
  border-color: #8fb4ff;
  background: #f4f8ff;
}

.help-order-option input {
  margin-top: 4px;
  width: 17px;
  height: 17px;
}

.help-order-option strong,
.help-order-option small,
.help-order-option em {
  display: block;
}

.help-order-option small {
  margin-top: 4px;
  color: #667085;
  font-style: normal;
}

.help-order-option em {
  margin-top: 5px;
  color: #2459c5;
  font-size: 13px;
  font-style: normal;
  overflow-wrap: anywhere;
}

.help-order-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 6px;
}

.help-order-pages {
  display: flex;
  align-items: center;
  gap: 6px;
}

.help-order-page-btn {
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid #dbe5f4;
  border-radius: 999px;
  background: #fff;
  color: #111827;
  font: inherit;
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
  transition: border-color .16s ease, color .16s ease, box-shadow .16s ease, background .16s ease;
}

.help-order-page-btn:hover:not(:disabled),
.help-order-page-btn:focus-visible {
  border-color: #2f74f6;
  color: #0f63ea;
  box-shadow: 0 0 0 3px rgba(47, 116, 246, .12);
  outline: none;
}

.help-order-page-btn:disabled {
  cursor: default;
  opacity: .45;
}

.help-order-page-btn.is-active {
  border-color: #2f74f6;
  background: #eef4ff;
  color: #0f63ea;
}

.help-order-page-state {
  color: #6b7280;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.help-form-step {
  margin-top: 22px;
}

.help-report-summary {
  display: grid;
  gap: 5px;
  margin: 0 0 14px;
  padding: 13px 15px;
  border: 1px solid #dbe6fb;
  border-radius: 14px;
  background: #f6f9ff;
  color: #293241;
}

.help-report-summary strong {
  font-size: 15px;
  font-weight: 760;
}

.help-report-summary span {
  color: #687386;
  font-size: 13px;
  line-height: 1.45;
}

.help-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.help-form-grid label {
  display: grid;
  gap: 7px;
}

.help-form-grid label.wide,
.help-form-grid .wide {
  grid-column: 1 / -1;
}

.help-form-grid span {
  color: #687386;
  font-size: 13px;
  font-weight: 900;
}

.help-form-grid input,
.help-form-grid textarea,
.help-form-grid select {
  width: 100%;
  border: 1px solid #d6dce5;
  border-radius: 14px;
  padding: 13px 15px;
  color: #151b28;
  background: #fff;
  font: inherit;
  font-size: 15px;
  outline: none;
}

.help-form-grid textarea {
  resize: vertical;
  min-height: 130px;
  line-height: 1.5;
}

.help-form-grid input:focus,
.help-form-grid textarea:focus,
.help-form-grid select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(52,120,246,.13);
}

.help-form .help-actions {
  margin-top: 18px;
}

.help-ticket-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
}

.help-ticket-summary h2 {
  margin: 5px 0 9px;
  font-size: 23px;
}

.help-ticket-summary small {
  display: block;
  margin-top: 12px;
  color: #667085;
  font-weight: 800;
}

.help-order-table {
  display: grid;
  gap: 8px;
}

.help-order-row {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) 80px 128px minmax(180px, 1.2fr);
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f8fbff;
  color: #344054;
  font-size: 14px;
}

.help-order-row a {
  color: #2459c5;
  overflow-wrap: anywhere;
}

.help-thread {
  display: grid;
  gap: 14px;
}

.help-message {
  max-width: 78%;
  padding: 16px 18px;
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .06);
}

.help-message.from-support {
  justify-self: start;
  background: #fff;
  border: 1px solid #e6edf6;
}

.help-message.from-customer {
  justify-self: end;
  background: #092039;
  color: #fff;
}

.help-message-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  color: inherit;
  font-size: 13px;
  font-weight: 900;
  opacity: .78;
}

.help-message-body {
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.help-message-body a {
  color: #2459c5;
  text-decoration: underline;
}

.from-customer .help-message-body a {
  color: #fff;
}

.help-attachment {
  display: inline-flex;
  margin-top: 12px;
  border-radius: 999px;
  padding: 8px 12px;
  background: #eef4ff;
  color: #2459c5;
  font-size: 13px;
  font-weight: 900;
}

.help-closed {
  display: grid;
  gap: 10px;
}

.help-rating-form {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
}

@media (max-width: 1180px) {
  .member-body.member-page-toolbox .app-shell {
    grid-template-columns: 1fr;
    width: min(980px, calc(100vw - 24px));
  }

  .member-body.member-page-help .app-shell {
    grid-template-columns: 1fr;
    width: min(980px, calc(100vw - 24px));
  }
}

@media (max-width: 760px) {
  .member-body.member-page-toolbox .app-shell {
    width: min(100% - 18px, 680px);
  }

  .member-body.member-page-help .app-shell {
    width: min(100% - 18px, 680px);
  }

  .help-hero,
  .help-ticket-summary {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .help-stats,
  .help-form-grid,
  .help-rating-form {
    grid-template-columns: 1fr;
  }

  .help-ticket-row {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .help-order-row {
    grid-template-columns: 1fr;
  }

  .help-message {
    max-width: 100%;
  }

  .toolbox-secondary {
    grid-template-columns: 1fr;
  }

  .comment-editor textarea {
    min-height: 150px;
    border-radius: 15px;
    font-size: 16px;
  }
}


@media (min-width: 1181px) {
  body.member-body,
  body.admin-body {
    height: 100%;
  }

  body.member-body,
  body.admin-body {
    overflow: hidden;
  }

  .member-body {
    --topbar-h: 56px;
    --shell-pad-y: 38px;
    --sidebar-w: 282px;
    --member-content-w: 660px;
    --member-wide-w: 1040px;
    background:
      linear-gradient(180deg, #f7faff 0%, #f2f6fb 100%);
  }

  .member-body .topbar,
  .admin-body .admin-topbar {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 100;
  }

  .member-body .topbar {
    height: var(--topbar-h);
    padding: 0 max(22px, calc((100vw - 1180px) / 2));
  }

  .member-body .topbar-brand {
    font-size: 18px;
    letter-spacing: .9px;
  }

  .member-body .top-pill {
    min-width: 86px;
    height: 32px;
    border-radius: 9px;
    font-size: 14px;
  }

  .member-body .top-avatar {
    width: 36px;
    height: 36px;
  }

  .member-body .app-shell {
    grid-template-columns: var(--sidebar-w) minmax(0, var(--member-content-w));
    gap: 54px;
    justify-content: center;
    align-items: stretch;
    width: min(1120px, calc(100vw - 56px));
    height: calc(100vh - var(--topbar-h));
    margin: var(--topbar-h) auto 0;
    padding: var(--shell-pad-y) 0;
    overflow: hidden;
  }

  .member-body.member-page-orders .app-shell,
  .member-body.member-page-toolbox .app-shell,
  .member-body.member-page-help .app-shell {
    grid-template-columns: var(--sidebar-w) minmax(0, var(--member-wide-w));
    width: min(1380px, calc(100vw - 56px));
  }

  .member-body.member-page-toolbox .app-shell {
    --member-wide-w: 960px;
    width: min(1320px, calc(100vw - 56px));
  }

  .member-body .sidebar {
    position: sticky;
    top: 0;
    width: var(--sidebar-w);
    height: calc(100vh - var(--topbar-h) - (var(--shell-pad-y) * 2));
    min-height: 0;
    overflow: hidden;
    border-radius: 12px;
    padding: 16px 12px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(225, 231, 239, .9);
    box-shadow: 0 18px 44px rgba(18, 28, 45, .055);
  }

  .member-body .content {
    width: 100%;
    height: calc(100vh - var(--topbar-h) - (var(--shell-pad-y) * 2));
    min-width: 0;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    padding-right: 8px;
    scrollbar-gutter: stable;
  }

  .member-body .content::-webkit-scrollbar,
  .admin-body .admin-content::-webkit-scrollbar {
    width: 8px;
  }

  .member-body .content::-webkit-scrollbar-thumb,
  .admin-body .admin-content::-webkit-scrollbar-thumb {
    background: #d8e0ea;
    border-radius: 999px;
  }

  .member-body .hello {
    min-height: 64px;
    padding: 0 10px 15px;
  }

  .member-body .hello-avatar {
    width: 36px;
    height: 36px;
    border-radius: 9px;
  }

  .member-body .hello strong {
    font-size: 20px;
  }

  .member-body .side-nav {
    gap: 7px;
    padding: 18px 0;
  }

  .member-body .side-nav a {
    min-height: 42px;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
  }

  .member-body .side-nav a.active {
    background: #f1f6ff;
    box-shadow: 0 12px 28px rgba(52, 120, 246, .10);
  }

  .member-body .book-btn {
    width: calc(100% - 48px);
    min-height: 38px;
    margin: 8px auto 26px;
    font-size: 14px;
  }

  .member-body .side-foot {
    padding: 13px 10px 0;
    font-size: 13px;
  }

  .member-body .page-head h1 {
    font-size: 30px;
    margin-bottom: 16px;
  }

  .member-body .page-head p,
  .member-body .filters-block p {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .member-body .stat-row {
    gap: 12px;
  }

  .member-body .stat-card {
    width: 154px;
    height: 72px;
    padding: 15px 17px;
    border-radius: 10px;
  }

  .member-body .stat-card strong {
    font-size: 23px;
  }

  .member-body .chip {
    height: 36px;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 750;
  }

  .member-body .access-list {
    max-width: 640px;
    gap: 8px;
    margin-top: 24px;
  }

  .member-body .access-card {
    min-height: 78px;
    border-radius: 10px;
    grid-template-columns: minmax(0, 1fr) 118px 38px;
    padding: 13px 14px 13px 19px;
    box-shadow: 0 10px 26px rgba(20, 29, 43, .035);
  }

  .member-body .access-main h2 {
    margin-bottom: 8px;
    font-size: 19px;
    letter-spacing: 0;
  }

  .member-body .access-main p {
    font-size: 18px;
  }

  .member-body .send-shell {
    max-width: 600px;
  }

  .member-body .send-head h1 {
    font-size: clamp(26px, 2.2vw, 32px);
    margin-bottom: 22px;
  }

  .member-body .send-nav {
    margin-bottom: 28px;
  }

  .member-body .balance-card,
  .member-body .step-card,
  .member-body .panel,
  .member-body .access-card {
    border-color: rgba(224, 231, 240, .9);
  }

  .member-body .step-card {
    padding: 18px 21px;
    border-radius: 16px;
  }

  .member-body .step-card input[type=text],
  .member-body .step-card input[type=number],
  .member-body .step-card select,
  .member-body .form-stack input,
  .member-body .form-stack select,
  .member-body .product-filter {
    min-height: 48px;
    border-radius: 14px;
    font-size: 16px;
  }

  .member-body .orders-controls,
  .member-body .table-panel {
    width: 100%;
  }

  .member-body .orders-controls {
    position: sticky;
    top: 0;
    z-index: 4;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(10px);
  }

  .admin-body {
    --admin-topbar-h: 64px;
    --admin-shell-pad-y: 28px;
  }

  .admin-body .admin-topbar {
    height: var(--admin-topbar-h);
  }

  .admin-body .admin-shell {
    grid-template-columns: 260px minmax(0, 1fr);
    align-items: stretch;
    width: min(1420px, calc(100vw - 48px));
    height: calc(100vh - var(--admin-topbar-h));
    margin: var(--admin-topbar-h) auto 0;
    padding: var(--admin-shell-pad-y) 0;
    overflow: hidden;
  }

  .admin-body .admin-sidebar {
    position: sticky;
    top: 0;
    height: calc(100vh - var(--admin-topbar-h) - (var(--admin-shell-pad-y) * 2));
    min-height: 0;
    overflow: hidden;
  }

  .admin-body .admin-content {
    height: calc(100vh - var(--admin-topbar-h) - (var(--admin-shell-pad-y) * 2));
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
    scrollbar-gutter: stable;
  }
}

@media (max-width: 1180px) {
  .member-body .app-shell,
  .member-body.member-page-orders .app-shell,
  .member-body.member-page-toolbox .app-shell,
  .member-body.member-page-help .app-shell {
    grid-template-columns: 1fr;
    width: min(920px, calc(100vw - 24px));
    margin-top: 22px;
  }
}


.member-body .send-shell {
  --send-radius: 14px;
  --send-line: #dbe3ee;
  max-width: 590px;
  margin: 0 auto;
}

.member-body .send-head {
  margin-bottom: 18px;
}

.member-body .send-head h1 {
  gap: 10px;
  margin: 0 0 18px;
  font-size: clamp(25px, 2vw, 30px);
  line-height: 1.06;
  letter-spacing: 0;
}

.member-body .send-head h1 .platform-dot {
  width: 27px;
  height: 27px;
  font-size: 11px;
  box-shadow: 0 7px 18px rgba(15, 23, 42, .08);
}

.member-body .send-nav {
  gap: 12px;
  margin-bottom: 18px;
}

.member-body .round-btn {
  min-width: 0;
  height: 42px;
  gap: 9px;
  border-radius: 999px;
  padding: 0 18px;
  border: 1px solid rgba(224, 231, 240, .92);
  box-shadow: 0 8px 22px rgba(15, 23, 42, .045);
  font-size: 15px;
  font-weight: 850;
}

.member-body .round-btn.icon-only {
  width: 76px;
  min-width: 76px;
  padding: 0;
  font-size: 22px;
}

.member-body .round-icon {
  width: 19px;
  height: 19px;
  font-size: 17px;
}

.member-body .balance-row {
  grid-template-columns: minmax(0, 1fr) 166px;
  gap: 12px;
  margin-bottom: 13px;
}

.member-body .balance-card {
  min-height: 96px;
  border-radius: 17px;
  padding: 16px 18px;
  gap: 5px;
  box-shadow: 0 16px 34px rgba(7, 26, 49, .10);
}

.member-body .balance-card strong {
  font-size: 31px;
  line-height: .95;
}

.member-body .balance-card span {
  font-size: 14px;
}

.member-body .balance-card .btn {
  min-height: 31px;
  margin-top: 4px;
  padding: 0 13px;
  border-radius: 999px;
  font-size: 13px;
}

.member-body .send-form {
  gap: 10px;
}

.member-body .step-card {
  border-radius: var(--send-radius);
  padding: 15px 17px;
  border-color: rgba(219, 227, 238, .92);
  box-shadow: 0 10px 26px rgba(17, 24, 39, .035);
}

.member-body .step-card.done {
  box-shadow: 0 0 0 1px rgba(44, 202, 112, .08), 0 10px 26px rgba(17, 24, 39, .035);
}

.member-body .step-card.disabled {
  opacity: .58;
  filter: none;
}

.member-body .step-card label:first-child {
  gap: 9px;
  margin-bottom: 12px;
  color: #737d8d;
  font-size: 16px;
  font-weight: 850;
}

.member-body .step-card label:first-child span {
  width: 27px;
  height: 27px;
  font-size: 13px;
}

.member-body .step-card input[type=text],
.member-body .step-card input[type=number],
.member-body .step-card select,
.member-body .comment-editor textarea {
  min-height: 42px;
  border-radius: 12px;
  border-color: var(--send-line);
  padding: 0 13px;
  font-size: 15px;
  font-weight: 650;
}

.member-body .step-card select {
  background-color: #fff;
}

.member-body .hint-box {
  margin-top: 9px;
  border-radius: 10px;
  padding: 9px 11px;
  font-size: 13px;
  line-height: 1.35;
}

.member-body .field-error {
  margin-top: 7px;
  border-radius: 9px;
  padding: 8px 10px;
  font-size: 12px;
}

.member-body .step-card .btn.ghost {
  min-height: 32px;
  margin-top: 9px;
  border: 1px solid #dfe5ee;
  background: #f8fafc;
  font-size: 13px;
}

.member-body .check-row {
  align-items: center;
  min-height: 34px;
  font-size: 14px !important;
}

.member-body .btn.submit {
  width: min(100%, 380px);
  min-height: 42px;
  margin-top: 4px;
  font-size: 15px;
}

.member-body .product-switch-panel {
  margin-bottom: 12px;
  border-radius: 13px;
  padding: 12px;
}

.member-body .product-switch-item {
  min-height: 42px;
  border-radius: 11px;
  padding: 8px 11px;
  font-size: 13px;
}

.member-body .mode-switch {
  margin-bottom: 10px;
}

.member-body .mode-switch button {
  padding: 7px 11px;
  font-size: 12px;
}

.member-body .profile-option {
  min-height: 45px;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  border-radius: 10px;
  padding: 7px 9px;
}

.member-body .profile-option img,
.member-body .profile-avatar-fallback {
  width: 32px;
  height: 32px;
}

.member-body .profile-option strong {
  font-size: 13px;
}

.member-body .profile-option small {
  font-size: 11px;
}

.member-body .profile-add {
  border-radius: 12px;
  padding: 9px;
}

.member-body .profile-add-row {
  grid-template-columns: 30px minmax(0, 1fr) auto;
}

.member-body .profile-add-icon {
  width: 30px;
  height: 30px;
}

.member-body .profile-add input[type=text] {
  min-height: 38px;
  font-size: 14px;
}

.member-body .comment-editor textarea {
  min-height: 118px;
  padding: 12px 13px;
  line-height: 1.45;
}

.member-body .comment-tools {
  gap: 9px;
}

.member-body .amount-balance-warning {
  margin: 8px 0 0;
  border-radius: 12px;
  padding: 9px 11px;
  font-size: 12.5px;
}

@media (min-width: 1181px) {
  .member-body .send-shell {
    padding-bottom: 28px;
  }
}

@media (max-width: 760px) {
  .member-body .send-shell {
    max-width: 100%;
  }

  .member-body .send-head h1 {
    font-size: 24px;
  }

  .member-body .send-nav {
    gap: 8px;
  }

  .member-body .round-btn {
    height: 40px;
    padding: 0 12px;
    font-size: 13px;
  }

  .member-body .round-btn.icon-only {
    width: 54px;
    min-width: 54px;
  }

  .member-body .balance-row {
    grid-template-columns: 1fr 132px;
  }

  .member-body .balance-card {
    min-height: 90px;
    padding: 14px;
  }

  .member-body .balance-card strong {
    font-size: 27px;
  }

  .member-body .step-card {
    padding: 14px;
  }
}


@media (min-width: 1181px) {
  .member-body {
    --topbar-h: 66px;
    --shell-pad-y: 66px;
    --sidebar-w: 374px;
    --member-content-w: 860px;
    --member-wide-w: 1040px;
  }

  .member-body .topbar {
    height: var(--topbar-h);
    padding-left: max(32px, calc((100vw - 1420px) / 2 + 250px));
    padding-right: max(32px, calc((100vw - 1420px) / 2 + 250px));
  }

  .member-body .topbar-brand {
    font-size: 24px;
    letter-spacing: .9px;
  }

  .member-body .topbar-actions {
    gap: 16px;
  }

  .member-body .top-pill {
    min-width: 132px;
    height: 45px;
    border-radius: 13px;
    padding: 0 13px;
    font-size: 22px;
    font-weight: 500;
  }

  .member-body .top-pill strong,
  .member-body .top-pill span {
    font-size: 16px;
  }

  .member-body .top-avatar {
    width: 48px;
    height: 48px;
  }

  .member-body .app-shell {
    grid-template-columns: var(--sidebar-w) minmax(0, var(--member-content-w));
    gap: 108px;
    width: min(1420px, calc(100vw - 64px));
    height: calc(100vh - var(--topbar-h));
    margin-top: var(--topbar-h);
    padding-top: var(--shell-pad-y);
    padding-bottom: 0;
  }

  .member-body.member-route-send .app-shell {
    --member-content-w: 505px;
    gap: 264px;
    width: min(1300px, calc(100vw - 64px));
  }

  .member-body.member-page-orders .app-shell,
  .member-body.member-page-help .app-shell,
  .member-body.member-page-toolbox .app-shell {
    grid-template-columns: var(--sidebar-w) minmax(0, var(--member-wide-w));
    gap: 82px;
    width: min(1500px, calc(100vw - 64px));
  }

  .member-body .sidebar {
    height: calc(100vh - var(--topbar-h) - var(--shell-pad-y) - 48px);
    min-height: 714px;
    max-height: 760px;
    padding: 24px 15px 22px;
    border-radius: 12px;
    box-shadow: 0 18px 48px rgba(20, 30, 45, .04);
  }

  .member-body .hello {
    min-height: 78px;
    gap: 16px;
    padding: 0 16px 22px;
  }

  .member-body .hello-avatar {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
  }

  .member-body .hello span {
    font-size: 17px;
  }

  .member-body .hello strong {
    font-size: 25px;
    line-height: 1;
  }

  .member-body .side-nav {
    gap: 7px;
    padding: 26px 0 0;
  }

  .member-body .side-nav a {
    min-height: 58px;
    gap: 13px;
    padding: 0 16px;
    border-radius: 7px;
    color: #4d4d4d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 700;
  }

  .member-body .side-nav a.active {
    background: #f4f8ff;
    color: #3478f6;
    box-shadow: 0 15px 34px rgba(52, 120, 246, .10);
  }

  .member-body .nav-icon,
  .member-body .nav-icon svg {
    width: 29px;
    height: 29px;
  }

  .member-body .book-btn {
    width: 280px;
    min-height: 52px;
    margin: 28px auto 60px;
    border-radius: 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    font-weight: 800;
  }

  .member-body .side-nav-secondary {
    border-top: 1px solid #edf1f5;
    padding-top: 31px;
  }

  .member-body .side-nav-secondary a {
    min-height: 48px;
    color: #626262;
    font-size: 17px;
    font-weight: 500;
  }

  .member-body .side-nav-secondary a:nth-child(n+3) {
    min-height: 40px;
    font-size: 15px;
    opacity: .82;
  }

  .member-body .muted-icon {
    font-size: 18px;
    opacity: .78;
  }

  .member-body .side-foot {
    min-height: 78px;
    margin-top: auto;
    padding: 20px 18px 0;
    align-items: center;
    border-top: 1px solid #edf1f5;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    opacity: 1;
  }

  .member-body .side-account {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .member-body .side-account-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #b8c4c4;
    position: relative;
  }

  .member-body .side-account-avatar::before,
  .member-body .side-account-avatar::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, .72);
  }

  .member-body .side-account-avatar::before {
    top: 7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }

  .member-body .side-account-avatar::after {
    bottom: 7px;
    width: 23px;
    height: 12px;
    border-radius: 12px 12px 7px 7px;
  }

  .member-body .side-settings {
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 28px;
    line-height: 1;
  }

  .member-body .content {
    height: calc(100vh - var(--topbar-h) - var(--shell-pad-y));
    padding-right: 10px;
  }

  .member-body:not(.member-route-send) .page-head,
  .member-body:not(.member-route-send) .filters-block,
  .member-body:not(.member-route-send) .access-list {
    margin-left: 0;
  }

  .member-body .page-head p,
  .member-body .filters-block p {
    color: #999;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0;
  }

  .member-body .stat-row {
    gap: 22px;
  }

  .member-body .stat-card {
    width: 230px;
    height: 118px;
    border-radius: 12px;
    padding: 27px;
  }

  .member-body .stat-card strong {
    font-size: 31px;
  }

  .member-body .stat-card small {
    font-size: 16px;
  }

  .member-body .filters-block {
    margin-top: 38px;
  }

  .member-body .chip {
    height: 52px;
    border-radius: 27px;
    padding: 0 18px;
    font-size: 21px;
    font-weight: 500;
  }

  .member-body .chip.active {
    background: #172236;
    color: #fff;
    box-shadow: 0 0 0 2px rgba(52, 120, 246, .30);
  }

  .member-body .platform-dot {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }

  .member-body .access-list {
    max-width: 865px;
    gap: 8px;
    margin-top: 39px;
  }

  .member-body .access-card {
    min-height: 136px;
    grid-template-columns: minmax(0, 1fr) 156px 58px;
    gap: 25px;
    border-radius: 16px;
    padding: 24px 24px 24px 30px;
  }

  .member-body .access-main h2 {
    margin-bottom: 17px;
    font-size: 28px;
    line-height: 1.12;
  }

  .member-body .access-main p {
    font-size: 25px;
  }

  .member-body .access-actions {
    gap: 13px;
  }

  .member-body .access-actions .btn {
    min-height: 41px;
    border-radius: 999px;
    font-size: 19px;
  }

  .member-body .history-link {
    width: 56px;
    height: 56px;
  }

  .member-body.member-route-send .send-shell {
    max-width: 505px;
  }

  .member-body.member-route-send .send-head h1 {
    margin: 0 0 30px;
    font-size: 31px;
    line-height: 1.08;
  }

  .member-body.member-route-send .send-head h1 .platform-dot {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }

  .member-body.member-route-send .send-nav {
    gap: 26px;
    margin-bottom: 40px;
  }

  .member-body.member-route-send .round-btn {
    height: 55px;
    padding: 0 31px;
    border-radius: 28px;
    font-size: 18px;
  }

  .member-body.member-route-send .round-btn.icon-only {
    width: 78px;
    min-width: 78px;
    padding: 0;
  }

  .member-body.member-route-send .balance-row {
    grid-template-columns: minmax(0, 316px) 170px;
    gap: 15px;
    margin-bottom: 15px;
  }

  .member-body.member-route-send .balance-card {
    min-height: 143px;
    border-radius: 18px;
    padding: 21px 22px 18px;
  }

  .member-body.member-route-send .balance-card strong {
    font-size: 36px;
    line-height: .95;
  }

  .member-body.member-route-send .balance-card span {
    font-size: 17px;
  }

  .member-body.member-route-send .balance-card .btn {
    min-height: 38px;
    font-size: 15px;
  }

  .member-body.member-route-send .send-form {
    gap: 15px;
  }

  .member-body.member-route-send .step-card {
    border-radius: 22px;
    padding: 24px;
  }

  .member-body.member-route-send .step-card label:first-child {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .member-body.member-route-send .step-card label:first-child span {
    width: 33px;
    height: 33px;
    font-size: 14px;
  }

  .member-body.member-route-send .step-card input[type=text],
  .member-body.member-route-send .step-card input[type=number],
  .member-body.member-route-send .step-card select {
    min-height: 67px;
    border-radius: 17px;
    padding: 0 18px;
    font-size: 21px;
    font-weight: 500;
  }

  .member-body.member-route-send .hint-box {
    margin-top: 12px;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 17px;
  }

  .member-body.member-route-send .step-card .btn.ghost {
    min-height: 44px;
    padding: 0 18px;
    font-size: 15px;
  }
}


.member-body .profile-choice-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 18px 0 14px;
}

.member-body .profile-choice-head > div {
  display: flex;
  align-items: baseline;
  gap: 20px;
  min-width: 0;
}

.member-body .profile-choice-head strong {
  color: #111827;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 900;
}

.member-body .profile-choice-head a {
  color: #0b42ff;
  font-size: 17px;
  font-weight: 500;
}

.member-body .profile-choice-head .profile-add-toggle {
  margin: 0;
  min-height: 44px;
  border: 1.5px solid #9fc0ff;
  background: #fff;
  color: #0b64ff;
  border-radius: 999px;
  padding: 0 25px;
  box-shadow: none;
  font-size: 18px;
  font-weight: 850;
}

.member-body .profile-block .profile-grid {
  gap: 10px;
}

.member-body .profile-block .profile-option {
  min-height: 95px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 20px;
  grid-template-rows: auto auto;
  column-gap: 16px;
  align-items: center;
  border: 1.5px solid #dfe4ec;
  border-radius: 20px;
  background: #fff;
  padding: 16px 22px;
  box-shadow: none;
}

.member-body .profile-block .profile-option::after {
  content: "";
  grid-column: 3;
  grid-row: 1 / 3;
  justify-self: end;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #757b86;
  border-radius: 0;
  background: transparent;
}

.member-body .profile-block .profile-option.active {
  border-color: #dfe4ec;
  box-shadow: 0 0 0 1px rgba(52, 120, 246, .02);
}

.member-body .profile-block .profile-option.active::after {
  border-top-color: #757b86;
  background: transparent;
}

.member-body .profile-block .profile-option img,
.member-body .profile-block .profile-avatar-fallback {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px #d9dee8;
}

.member-body .profile-block .profile-avatar-fallback {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 105%, #fdf497 0 18%, #fd5949 42%, #d6249f 66%, #285AEB 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.member-body .profile-block .profile-option strong {
  grid-column: 2;
  color: #111827;
  font-size: 22px;
  line-height: 1.05;
  font-weight: 900;
}

.member-body .profile-block .profile-option small {
  grid-column: 2;
  color: #6b7280;
  font-size: 17px;
  line-height: 1.15;
}

.member-body .profile-public-note {
  margin: 15px 0 25px;
  color: #707887;
  font-size: 19px;
  line-height: 1.25;
}

.member-body .profile-post-tools {
  min-height: 108px;
  margin-top: 0;
  border: 1.5px solid #dfe4ec;
  border-radius: 20px;
  background: #fff;
  padding: 20px;
  display: grid;
  gap: 13px;
  align-content: start;
}

.member-body .profile-post-tools .btn {
  justify-self: start;
  min-height: 48px;
  border-radius: 999px;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 850;
}

.member-body .profile-post-tools [data-profile-status]:not(:empty) {
  margin: 0;
  background: #f4f7fb;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 14px;
}

.member-body .profile-add {
  margin-top: 14px;
  border: 1.5px solid #dfe4ec;
  border-radius: 18px;
  background: #f8fbff;
  padding: 13px;
}

@media (min-width: 1181px) {
  .member-body.member-route-send .mode-switch {
    padding: 4px;
    border: 1.5px solid #d2d6de;
    border-radius: 999px;
    background: #e2e4ea;
    box-shadow: inset 0 1px 3px rgba(15, 23, 42, .12);
  }

  .member-body.member-route-send .mode-switch button {
    min-height: 60px;
    min-width: 168px;
    border-radius: 999px;
    padding: 0 25px;
    color: #4b5563;
    font-size: 22px;
    font-weight: 900;
  }

  .member-body.member-route-send .mode-switch button.active {
    background: #fff;
    color: #111827;
    box-shadow: 0 6px 16px rgba(15, 23, 42, .12);
  }
}

@media (max-width: 760px) {
  .member-body .profile-choice-head {
    align-items: stretch;
    flex-direction: column;
  }

  .member-body .profile-choice-head .profile-add-toggle {
    width: 100%;
  }

  .member-body .profile-block .profile-option {
    min-height: 82px;
    grid-template-columns: 48px minmax(0, 1fr) 18px;
    padding: 13px 15px;
  }

  .member-body .profile-block .profile-option img,
  .member-body .profile-block .profile-avatar-fallback {
    width: 48px;
    height: 48px;
  }

  .member-body .profile-block .profile-option strong {
    font-size: 18px;
  }

  .member-body .profile-block .profile-option small,
  .member-body .profile-public-note {
    font-size: 15px;
  }
}


@media (min-width: 1181px) {
  .member-body .app-shell {
    align-items: start;
  }

  .member-body .sidebar {
    position: sticky;
    top: calc(var(--topbar-h) + var(--shell-pad-y));
    width: var(--sidebar-w);
    height: calc(100vh - var(--topbar-h) - var(--shell-pad-y) - 48px);
    min-height: 714px;
    max-height: 780px;
    padding: 24px 20px 22px;
    border: 0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(20, 30, 45, .045);
    overflow: hidden;
  }

  .member-body .content {
    min-height: 0;
    overflow-y: auto;
    scrollbar-gutter: stable;
  }

  .member-body .hello {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    min-height: 100px;
    padding: 4px 18px 24px;
    border-bottom: 1px solid #edf1f5;
  }

  .member-body .hello-avatar {
    position: relative;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 12px;
    background:
      radial-gradient(circle at 50% 31%, #f7c99f 0 16%, transparent 17%),
      radial-gradient(circle at 50% 92%, #111827 0 22%, transparent 23%),
      linear-gradient(145deg, #f9fbff, #eef3ff);
    color: transparent;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .16);
  }

  .member-body .hello-avatar::before,
  .member-body .hello-avatar::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .member-body .hello-avatar::before {
    top: 8px;
    width: 28px;
    height: 16px;
    border-radius: 12px 12px 4px 4px;
    background: #1f2937;
  }

  .member-body .hello-avatar::after {
    bottom: 11px;
    width: 34px;
    height: 17px;
    border-radius: 18px 18px 6px 6px;
    background: #fff;
    box-shadow: inset 12px 0 0 #111827, inset -12px 0 0 #111827;
  }

  .member-body .hello-avatar span {
    display: none;
  }

  .member-body .hello span {
    color: #2f3136;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 400;
  }

  .member-body .hello strong {
    margin-top: 1px;
    color: #05070d;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 27px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
  }

  .member-body .side-nav {
    display: grid;
    gap: 18px;
    padding: 40px 0 0;
  }

  .member-body .side-nav a {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    align-items: center;
    min-height: 54px;
    gap: 10px;
    padding: 0 18px;
    border-radius: 9px;
    color: #4f4f4f;
    background: transparent;
    box-shadow: none;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
  }

  .member-body .side-nav a.active {
    background: #f6f9ff;
    color: #4a4a4a;
    box-shadow: none;
  }

  .member-body .side-nav a.active .side-label {
    color: #3478f6;
    font-weight: 700;
  }

  .member-body .nav-icon {
    width: 34px;
    height: 34px;
    color: #4b4b4b;
    justify-self: center;
  }

  .member-body .nav-icon svg {
    width: 34px;
    height: 34px;
    stroke: currentColor;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
  }

  .member-body .side-label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .member-body .side-badge {
    display: inline-grid;
    place-items: center;
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
    border-radius: 9px;
    background: #1478ff;
    color: #fff;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 14px 34px rgba(20, 120, 255, .28);
  }

  .member-body .book-btn {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 292px;
    min-height: 58px;
    margin: 38px auto 70px;
    padding: 0 20px;
    border-radius: 13px;
    background: #1478ff;
    color: #fff;
    box-shadow: 0 18px 38px rgba(20, 120, 255, .22);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0;
  }

  .member-body .book-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 42px rgba(20, 120, 255, .28);
  }

  .member-body .book-icon,
  .member-body .book-icon svg {
    width: 27px;
    height: 27px;
  }

  .member-body .book-icon svg {
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
  }

  .member-body .side-nav-secondary {
    gap: 24px;
    padding: 38px 0 0;
    border-top: 1px solid #edf1f5;
  }

  .member-body .side-nav-secondary a,
  .member-body .side-nav-secondary a.active {
    min-height: 42px;
    padding: 0 18px;
    color: #646464;
    background: transparent;
    box-shadow: none;
    font-size: 18px;
    font-weight: 500;
  }

  .member-body .side-nav-secondary .muted-icon {
    font-size: 22px;
    opacity: .78;
  }

  .member-body .side-foot {
    min-height: 82px;
    margin-top: auto;
    padding: 23px 18px 0;
    border-top: 1px solid #edf1f5;
    color: #3f3f3f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 500;
  }

  .member-body .side-account {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    gap: 10px;
    color: inherit;
  }

  .member-body .side-account-avatar {
    width: 42px;
    height: 42px;
    background: #b8c4c4;
  }

  .member-body .side-caret {
    margin-left: 4px;
    color: #2f2f2f;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 20px;
    font-weight: 900;
  }

  .member-body .side-settings {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: #565656;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 31px;
    line-height: 1;
  }
}


.member-body.member-route-send .send-nav {
  position: relative;
  z-index: 6;
}

.member-body.member-route-send .round-btn {
  position: relative;
  border: 0;
  background: #fff;
  color: #05070d;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .045);
  outline: 0;
  transition: box-shadow .16s ease, transform .16s ease, color .16s ease;
}

.member-body.member-route-send .round-btn:hover,
.member-body.member-route-send .round-btn:focus-visible {
  color: #05070d;
  box-shadow: 0 0 0 3px #087cff, 0 18px 36px rgba(15, 23, 42, .055);
  transform: translateY(-1px);
}

.member-body.member-route-send .round-btn[data-tooltip]::before,
.member-body.member-route-send .round-btn[data-tooltip]::after {
  position: absolute;
  left: 50%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: opacity .14s ease, visibility .14s ease, transform .14s ease;
}

.member-body.member-route-send .round-btn[data-tooltip]::before {
  content: attr(data-tooltip);
  bottom: calc(100% + 18px);
  width: max-content;
  max-width: 520px;
  padding: 16px 22px;
  border-radius: 11px;
  background: #4a4a4a;
  color: #d9d9d9;
  box-shadow: 0 12px 24px rgba(15, 23, 42, .24);
  font-size: 25px;
  line-height: 1.15;
  font-weight: 400;
  white-space: nowrap;
  z-index: 30;
}

.member-body.member-route-send .round-btn[data-tooltip]::after {
  content: "";
  bottom: calc(100% + 8px);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #4a4a4a;
  z-index: 31;
}

.member-body.member-route-send .round-btn[data-tooltip]:hover::before,
.member-body.member-route-send .round-btn[data-tooltip]:hover::after,
.member-body.member-route-send .round-btn[data-tooltip]:focus-visible::before,
.member-body.member-route-send .round-btn[data-tooltip]:focus-visible::after {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.member-body.member-route-send .round-icon {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  font-size: 33px;
  line-height: 1;
  font-weight: 900;
}

.member-body.member-route-send .round-btn[href="/help"] .round-icon {
  width: 34px;
  height: 34px;
  margin-right: 9px;
  border: 3px solid currentColor;
  border-radius: 50%;
  font-size: 23px;
}

@media (min-width: 1181px) {
  .member-body.member-route-send .send-nav {
    gap: 28px;
    margin-bottom: 40px;
  }

  .member-body.member-route-send .round-btn {
    height: 56px;
    min-width: 178px;
    padding: 0 30px;
    border-radius: 999px;
    font-size: 20px;
    font-weight: 900;
  }

  .member-body.member-route-send .round-btn.icon-only {
    width: 78px;
    min-width: 78px;
    padding: 0;
    font-size: 26px;
  }
}

@media (max-width: 760px) {
  .member-body.member-route-send .round-btn[data-tooltip]::before {
    max-width: min(86vw, 360px);
    white-space: normal;
    text-align: center;
    font-size: 16px;
  }
}


.member-body.member-page-orders .orders-page {
  display: grid;
  gap: 18px;
}

.member-body.member-page-orders .orders-head {
  display: grid;
  gap: 24px;
  margin: 0 0 2px;
}

.member-body.member-page-orders .orders-head h1 {
  margin: 0;
  color: #05070d;
  font-size: 31px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0;
}

.member-body.member-page-orders .orders-action-nav {
  display: grid;
  grid-template-columns: minmax(210px, 284px) minmax(260px, 348px) minmax(160px, 176px);
  gap: 20px;
  align-items: center;
}

.member-body.member-page-orders .orders-action-pill {
  position: relative;
  display: inline-grid;
  grid-template-columns: 42px minmax(0, auto);
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 58px;
  padding: 0 24px;
  border-radius: 999px;
  background: #fff;
  color: #05070d;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .035);
  font-size: 19px;
  font-weight: 900;
  white-space: nowrap;
  transition: box-shadow .16s ease, transform .16s ease;
}

.member-body.member-page-orders .orders-action-pill:hover,
.member-body.member-page-orders .orders-action-pill:focus-visible {
  box-shadow: 0 0 0 3px #087cff, 0 18px 36px rgba(15, 23, 42, .055);
  transform: translateY(-1px);
  outline: 0;
}

.member-body.member-page-orders .orders-action-icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: currentColor;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
}

.member-body.member-page-orders .orders-action-icon svg {
  width: 33px;
  height: 33px;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.member-body.member-page-orders .orders-action-icon.play {
  font-size: 18px;
}

.member-body.member-page-orders .orders-action-icon.help {
  width: 30px;
  height: 30px;
  border: 3px solid currentColor;
  border-radius: 50%;
  font-size: 20px;
}

.member-body.member-page-orders .orders-controls {
  display: grid;
  grid-template-columns: minmax(430px, .82fr) minmax(520px, 1fr);
  gap: 28px;
  align-items: end;
  position: static;
  z-index: auto;
  width: 100%;
  padding: 26px 20px;
  border: 1.5px solid #dfe3ea;
  border-radius: 18px;
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
}

.member-body.member-page-orders .orders-filter-group {
  min-width: 0;
}

.member-body.member-page-orders .orders-controls h2 {
  margin: 0 0 20px;
  color: #374151;
  font-size: 19px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0;
}

.member-body.member-page-orders .chip-row {
  gap: 13px;
}

.member-body.member-page-orders .chip {
  height: 44px;
  min-width: 84px;
  justify-content: center;
  padding: 0 18px;
  border: 1.5px solid #d7dce4;
  border-radius: 999px;
  background: #fff;
  color: #111827;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
}

.member-body.member-page-orders .chip.active {
  border-color: #8bb3ff;
  background: #eaf2ff;
  color: #095cff;
  box-shadow: none;
}

.member-body.member-page-orders .product-filter-row {
  display: grid;
  grid-template-columns: minmax(280px, 348px) auto;
  gap: 14px;
  align-items: center;
}

.member-body.member-page-orders .product-filter {
  width: 100%;
  height: 66px;
  min-height: 66px;
  padding: 0 18px;
  border: 1.5px solid #d7dce4;
  border-radius: 16px;
  background: #fff;
  color: #111827;
  font-size: 18px;
  font-weight: 900;
}

.member-body.member-page-orders .orders-product-filter .btn {
  min-height: 56px;
  padding: 0 24px;
  border: 1.5px solid #b6ccff;
  border-radius: 999px;
  background: #eef4ff;
  color: #8aafff;
  box-shadow: none;
  font-size: 18px;
  font-weight: 900;
}

.member-body.member-page-orders .orders-product-filter .btn:not(.disabled) {
  color: #095cff;
}

.member-body.member-page-orders .table-panel {
  width: 100%;
  padding: 30px 18px 0;
  border: 1.5px solid #dfe3ea;
  border-radius: 18px;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
}

.member-body.member-page-orders .orders-pager-wrap {
  display: flex;
  justify-content: center;
  margin: 0 0 12px;
}

.member-body.member-page-orders .orders-pager {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin: 0;
}

.member-body.member-page-orders .pager-btn,
.member-body.member-page-orders .pager-dots {
  min-width: 47px;
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #d9dde4;
  border-radius: 15px;
  background: #fff;
  color: #111827;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
}

.member-body.member-page-orders .pager-btn:first-child,
.member-body.member-page-orders .pager-btn:last-child {
  min-width: 88px;
}

.member-body.member-page-orders .pager-btn.current {
  border-color: #d9dde4;
  background: #fff;
  color: #111827;
  font-weight: 900;
}

.member-body.member-page-orders .pager-btn.disabled {
  color: #9aa0aa;
  background: #fff;
}

.member-body.member-page-orders .pager-dots {
  min-width: 32px;
  border: 0;
  background: transparent;
  color: #6b7280;
  font-size: 22px;
  font-weight: 900;
}

.member-body.member-page-orders .orders-table-scroll {
  overflow-x: auto;
  padding: 0 0 20px;
}

.member-body.member-page-orders .orders-table {
  width: 100%;
  min-width: 1180px;
  border-collapse: separate;
  border-spacing: 0;
  color: #111827;
}

.member-body.member-page-orders .orders-table th,
.member-body.member-page-orders .orders-table td {
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  padding: 20px 18px;
  background: #fff;
  text-align: left;
  vertical-align: top;
  font-size: 18px;
  line-height: 1.35;
}

.member-body.member-page-orders .orders-table th {
  border-top: 3px solid #111;
  background: #fff;
  color: #374151;
  font-size: 18px;
  font-weight: 900;
}

.member-body.member-page-orders .orders-table th:first-child,
.member-body.member-page-orders .orders-table td:first-child {
  border-left: 3px solid #111;
  width: 136px;
}

.member-body.member-page-orders .orders-table th:last-child,
.member-body.member-page-orders .orders-table td:last-child {
  border-right-width: 3px;
}

.member-body.member-page-orders .orders-table tbody tr:last-child td {
  border-bottom-width: 3px;
}

.member-body.member-page-orders .orders-table th:nth-child(2),
.member-body.member-page-orders .orders-table td:nth-child(2) {
  width: 258px;
}

.member-body.member-page-orders .orders-table th:nth-child(3),
.member-body.member-page-orders .orders-table td:nth-child(3) {
  width: 335px;
}

.member-body.member-page-orders .orders-table th:nth-child(4),
.member-body.member-page-orders .orders-table td:nth-child(4) {
  width: 260px;
}

.member-body.member-page-orders .orders-table th:nth-child(5),
.member-body.member-page-orders .orders-table td:nth-child(5) {
  width: 250px;
}

.member-body.member-page-orders .orders-table tbody tr:hover td {
  background: #fbfdff;
}

.member-body.member-page-orders .order-date-day,
.member-body.member-page-orders .order-date-time {
  display: block;
  color: #1f2937;
  font-weight: 400;
}

.member-body.member-page-orders .order-date-time {
  margin-top: 2px;
}

.member-body.member-page-orders .orders-table td:nth-child(2) strong {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 7px;
  color: #111827;
  font-size: 19px;
  line-height: 1.15;
  font-weight: 900;
}

.member-body.member-page-orders .orders-table td:nth-child(2) .platform-dot {
  width: 25px;
  height: 25px;
  margin: 0;
  font-size: 11px;
}

.member-body.member-page-orders .orders-table td:nth-child(2) a {
  display: block;
  color: #2c62ba;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}

.member-body.member-page-orders .orders-table .text-link {
  color: #2c62ba;
  font-size: 18px;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.member-body.member-page-orders .badge {
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  font-size: 17px;
  line-height: 1;
  font-weight: 900;
}

.member-body.member-page-orders .badge.ok {
  background: #0f6f50;
  color: #fff;
}

.member-body.member-page-orders .badge.pending {
  background: #fff4c9;
  color: #b56314;
  border-color: #f0dfa5;
}

.member-body.member-page-orders .badge.info {
  background: #eaf2ff;
  color: #2057b5;
  border-color: #d7e5ff;
}

.member-body.member-page-orders .badge.warn {
  background: #fff1f2;
  color: #b42318;
  border-color: #ffd6da;
}

.member-body.member-page-orders .orders-table td:nth-child(5) {
  text-align: center;
}

.member-body.member-page-orders .orders-table td:nth-child(5) .btn {
  min-height: 49px;
  padding: 0 22px;
  border: 1.5px solid #a9c3ff;
  border-radius: 14px;
  background: #eef4ff;
  color: #095cff;
  box-shadow: none;
  font-size: 18px;
  font-weight: 900;
}

.member-body.member-page-orders .inline-form {
  margin-top: 12px;
}

.member-body.member-page-orders .inline-form button {
  color: #374151;
  font-size: 18px;
  font-weight: 400;
}

.member-body.member-page-orders .orders-result-count {
  margin: -2px 0 0;
  color: #6b7280;
  font-size: 14px;
  text-align: center;
}

@media (min-width: 1181px) {
  .member-body.member-page-orders .app-shell {
    --member-wide-w: 1275px;
    gap: 90px;
    width: min(1740px, calc(100vw - 64px));
  }
}

@media (max-width: 1180px) {
  .member-body.member-page-orders .orders-action-nav,
  .member-body.member-page-orders .orders-controls {
    grid-template-columns: 1fr;
  }

  .member-body.member-page-orders .orders-action-pill {
    justify-content: start;
  }

  .member-body.member-page-orders .product-filter-row {
    grid-template-columns: 1fr;
  }
}


.member-body.member-page-help .help-page {
  display: grid;
  gap: 46px;
}

.member-body.member-page-help .help-videos {
  display: grid;
  gap: 14px;
}

.member-body.member-page-help .help-videos h1,
.member-body.member-page-help .help-ticket-titlebar h2 {
  margin: 0;
  color: #05070d;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0;
}

.member-body.member-page-help .help-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.member-body.member-page-help .help-video-card {
  min-height: 292px;
  padding: 38px 38px 30px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
}

.member-body.member-page-help .help-video-avatar {
  display: block;
  width: 57px;
  height: 57px;
  margin-bottom: 30px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 34%, #f0c39a 0 18%, transparent 19%),
    radial-gradient(circle at 50% 100%, #fff 0 22%, transparent 23%),
    #1478ff;
  position: relative;
}

.member-body.member-page-help .help-video-card.green .help-video-avatar {
  background:
    radial-gradient(circle at 50% 34%, #f0c39a 0 18%, transparent 19%),
    radial-gradient(circle at 50% 100%, #fff 0 22%, transparent 23%),
    #00a84f;
}

.member-body.member-page-help .help-video-card.red .help-video-avatar {
  background:
    radial-gradient(circle at 50% 34%, #f0c39a 0 18%, transparent 19%),
    radial-gradient(circle at 50% 100%, #fff 0 22%, transparent 23%),
    #ad0000;
}

.member-body.member-page-help .help-video-avatar::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 13px;
  width: 26px;
  height: 20px;
  transform: translateX(-50%);
  border-radius: 16px 16px 7px 7px;
  background: #111827;
}

.member-body.member-page-help .help-video-card h2 {
  max-width: 410px;
  margin: 0 0 28px;
  color: #05070d;
  font-size: 30px;
  line-height: 1.55;
  font-weight: 900;
  letter-spacing: 0;
}

.member-body.member-page-help .help-video-button {
  display: inline-grid;
  grid-template-columns: 34px minmax(0, auto);
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 68px;
  padding: 0 28px;
  border: 3px solid #d1d1d1;
  border-radius: 15px;
  background: #fff;
  color: #05070d;
  box-shadow: 0 18px 38px rgba(15, 23, 42, .08);
  font-size: 25px;
  line-height: 1;
  font-weight: 900;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.member-body.member-page-help .help-video-button:hover,
.member-body.member-page-help .help-video-button:focus-visible {
  border-color: #087cff;
  box-shadow: 0 0 0 2px rgba(8, 124, 255, .18), 0 18px 38px rgba(15, 23, 42, .10);
  transform: translateY(-1px);
  outline: 0;
}

.member-body.member-page-help .help-play-icon {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 15px;
  line-height: 1;
}

.member-body.member-page-help .help-video-card p {
  margin: 15px 0 0 17px;
  color: #909090;
  font-size: 18px;
  line-height: 1.2;
}

.member-body.member-page-help .help-ticket-list {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.member-body.member-page-help .help-ticket-titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 52px;
}

.member-body.member-page-help .help-ticket-titlebar .btn {
  min-height: 46px;
  border-radius: 999px;
  font-size: 16px;
}

.member-body.member-page-help .help-ticket-table {
  display: grid;
  gap: 18px;
}

.member-body.member-page-help .help-ticket-row {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 220px 210px;
  gap: 26px;
  align-items: center;
  min-height: 104px;
  padding: 22px 30px;
  border: 3px solid rgba(0, 0, 0, .05);
  border-radius: 6px;
  background: #fff;
  box-shadow: none;
}

.member-body.member-page-help .help-ticket-row:hover,
.member-body.member-page-help .help-ticket-row.is-unread {
  border-color: rgba(52, 120, 246, .25);
  background: #fff;
}

.member-body.member-page-help .help-ticket-id,
.member-body.member-page-help .help-ticket-row strong,
.member-body.member-page-help .help-ticket-date {
  color: #05070d;
  font-size: 25px;
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: 0;
}

.member-body.member-page-help .help-ticket-row strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.member-body.member-page-help .help-ticket-row .badge {
  justify-self: start;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-size: 24px;
  font-weight: 400;
}

.member-body.member-page-help .help-ticket-row .badge.info {
  color: #007bff;
}

.member-body.member-page-help .help-ticket-row .badge.ok {
  color: darkgreen;
}

.member-body.member-page-help .help-ticket-row .badge.neutral,
.member-body.member-page-help .help-ticket-row .badge.warn {
  color: #05070d;
}

.member-body.member-page-help .help-empty {
  border: 2px dashed #d6dee8;
  border-radius: 10px;
  background: #fff;
  padding: 28px;
}

.member-body.member-page-help .help-form {
  padding: 30px;
  border-radius: 18px;
  background: #fff;
  box-shadow: none;
}

.member-body.member-page-help .help-form .help-section-head h2 {
  color: #05070d;
  font-size: 28px;
  font-weight: 900;
}

.member-body.member-page-help .help-order-picker {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.member-body.member-page-help .help-order-option {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 90px;
  padding: 17px 18px;
  border: 2px solid #e5eaf1;
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  transition: border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.member-body.member-page-help .help-order-option:hover,
.member-body.member-page-help .help-order-option:has(input:checked) {
  border-color: #8fb4ff;
  background: #f4f8ff;
  box-shadow: 0 0 0 3px rgba(52, 120, 246, .08);
}

.member-body.member-page-help .help-order-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.member-body.member-page-help .help-order-check {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 2px solid #c6cfdb;
  border-radius: 7px;
  background: #fff;
}

.member-body.member-page-help .help-order-option input:checked + .help-order-check {
  border-color: #1478ff;
  background: #1478ff;
}

.member-body.member-page-help .help-order-option input:checked + .help-order-check::before {
  content: "";
  width: 8px;
  height: 14px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) translate(-1px, -1px);
}

.member-body.member-page-help .help-order-option strong {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  color: #111827;
  font-size: 18px;
  font-weight: 900;
}

.member-body.member-page-help .help-order-tag {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #eaf2ff;
  color: #1468e8;
  font-size: 11px;
  font-weight: 800;
}

.member-body.member-page-help .help-order-tag.muted {
  background: #f3f5f9;
  color: #657084;
}

.member-body.member-page-help .help-report-hint {
  margin-top: 14px;
}

.member-body.member-page-help .help-order-option small {
  margin-top: 5px;
  color: #667085;
  font-size: 14px;
}

.member-body.member-page-help .help-order-option em {
  margin-top: 5px;
  color: #2459c5;
  font-size: 13px;
  overflow-wrap: anywhere;
}

@media (min-width: 1181px) {
  .member-body.member-page-help .app-shell {
    --member-wide-w: 1200px;
    gap: 82px;
    width: min(1660px, calc(100vw - 64px));
  }
}

@media (max-width: 1180px) {
  .member-body.member-page-help .help-video-grid,
  .member-body.member-page-help .help-ticket-row {
    grid-template-columns: 1fr;
  }

  .member-body.member-page-help .help-ticket-titlebar {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 22px;
  }
}

@media (max-width: 760px) {
  .member-body.member-page-help .help-video-card {
    padding: 24px;
  }

  .member-body.member-page-help .help-video-card h2,
  .member-body.member-page-help .help-ticket-id,
  .member-body.member-page-help .help-ticket-row strong,
  .member-body.member-page-help .help-ticket-date,
  .member-body.member-page-help .help-ticket-row .badge {
    font-size: 20px;
  }

  .member-body.member-page-help .help-video-button {
    width: 100%;
    font-size: 20px;
  }
}


.member-body.member-page-help .help-ticket-detail {
  gap: 20px;
}

.member-body.member-page-help .ticket-chat-head {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 10px;
}

.member-body.member-page-help .ticket-back {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 8px;
  background: #fff;
  color: #05070d;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .07);
  font-size: 24px;
  font-weight: 900;
  transition: box-shadow .16s ease, transform .16s ease;
}

.member-body.member-page-help .ticket-back:hover,
.member-body.member-page-help .ticket-back:focus-visible {
  box-shadow: 0 0 0 3px #087cff, 0 14px 34px rgba(15, 23, 42, .08);
  transform: translateY(-1px);
  outline: 0;
}

.member-body.member-page-help .ticket-chat-head h1 {
  margin: 0;
  color: #05070d;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0;
}

.member-body.member-page-help .ticket-request-card {
  display: grid;
  gap: 22px;
  width: 100%;
  min-height: 210px;
  padding: 27px 31px 26px;
  border: 1px solid #e3e8ef;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 7px rgba(15, 23, 42, .08);
}

.member-body.member-page-help .ticket-message-meta,
.member-body.member-page-help .help-message-meta {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  margin: 0;
  color: #5d5d5d;
  font-size: 18px;
  line-height: 1.25;
}

.member-body.member-page-help .ticket-message-meta strong,
.member-body.member-page-help .help-message-meta strong {
  color: #4e4e4e;
  font-weight: 900;
}

.member-body.member-page-help .ticket-request-body,
.member-body.member-page-help .help-message-body {
  color: #5f5f5f;
  font-size: 20px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.member-body.member-page-help .ticket-order-ids {
  margin: 0;
  color: #8c8c8c;
  font-size: 18px;
  line-height: 1.3;
}

.member-body.member-page-help .ticket-order-ids strong {
  color: #777;
  font-weight: 900;
}

.member-body.member-page-help .ticket-solved {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 16px;
  border: 0;
  background: transparent;
  color: #336bd1;
  cursor: pointer;
  padding: 0 0 6px;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: .12em;
}

.member-body.member-page-help .ticket-solved span {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 2px dashed currentColor;
  border-radius: 50%;
  font-size: 13px;
  letter-spacing: 0;
}

.member-body.member-page-help .ticket-solved:hover,
.member-body.member-page-help .ticket-solved:focus-visible {
  color: #095cff;
  outline: 0;
}

.member-body.member-page-help .ticket-solved.is-static {
  cursor: default;
}

.member-body.member-page-help .help-related-orders {
  padding: 20px 24px;
  border: 1px solid #e3e8ef;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 7px rgba(15, 23, 42, .05);
}

.member-body.member-page-help .help-thread {
  display: grid;
  gap: 17px;
  margin-top: 0;
}

.member-body.member-page-help .help-message {
  display: grid;
  gap: 24px;
  width: 82%;
  max-width: none;
  min-height: 151px;
  padding: 28px 35px;
  border: 0;
  background: #fff;
  box-shadow: none;
}

.member-body.member-page-help .help-message.from-support {
  justify-self: start;
  border-radius: 0 28px 28px 0;
}

.member-body.member-page-help .help-message.from-customer {
  justify-self: end;
  border-radius: 28px 0 0 28px;
  color: #111827;
}

.member-body.member-page-help .help-message.from-customer .help-message-body,
.member-body.member-page-help .help-message.from-customer .help-message-meta {
  color: #5f5f5f;
}

.member-body.member-page-help .help-message-body p {
  margin: 0 0 10px;
}

.member-body.member-page-help .help-message-body p:last-child {
  margin-bottom: 0;
}

.member-body.member-page-help .help-attachment {
  justify-self: start;
  margin-top: 0;
  border-radius: 999px;
}

.member-body.member-page-help .help-reply-panel {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.member-body.member-page-help .help-reply-panel > form,
.member-body.member-page-help .ticket-reply-head {
  width: 82%;
  margin-left: auto;
  justify-self: end;
}

.member-body.member-page-help .help-reply-panel > form {
  margin-left: auto;
  padding: 24px;
  border-radius: 24px 0 0 24px;
  background: #fff;
}

.member-body.member-page-help .ticket-wait-note {
  display: grid;
  gap: 10px;
  justify-items: center;
  margin-top: 40px;
  padding: 18px 0 8px;
  color: #8d8d8d;
  text-align: center;
}

.member-body.member-page-help .ticket-wait-note strong,
.member-body.member-page-help .ticket-wait-note p {
  margin: 0;
  color: #8d8d8d;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 400;
}

@media (min-width: 1181px) {
  .member-body.member-page-help .help-ticket-detail {
    max-width: 1080px;
  }
}

@media (max-width: 760px) {
  .member-body.member-page-help .ticket-chat-head {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
  }

  .member-body.member-page-help .ticket-back {
    width: 52px;
    height: 52px;
  }

  .member-body.member-page-help .help-message,
  .member-body.member-page-help .help-reply-panel > form,
  .member-body.member-page-help .ticket-reply-head {
    width: 100%;
    border-radius: 18px;
  }

  .member-body.member-page-help .ticket-request-body,
  .member-body.member-page-help .help-message-body,
  .member-body.member-page-help .ticket-wait-note p {
    font-size: 17px;
  }
}


@media (min-width: 1181px) {
  body.member-body {
    overflow: hidden !important;
    background: #f3f7fb !important;
  }

  .member-body {
    --topbar-h: 54px !important;
    --shell-pad-y: 46px !important;
    --sidebar-w: 292px !important;
    --member-content-w: 760px !important;
    --member-wide-w: 1040px !important;
  }

  .member-body .topbar {
    position: fixed !important;
    inset: 0 0 auto 0 !important;
    height: var(--topbar-h) !important;
    padding: 0 max(28px, calc((100vw - 1280px) / 2 + 170px)) !important;
    z-index: 100 !important;
  }

  .member-body .topbar-brand {
    font-size: 19px !important;
    line-height: 1 !important;
    letter-spacing: 1px !important;
  }

  .member-body .topbar-actions {
    gap: 12px !important;
  }

  .member-body .top-pill {
    min-width: 98px !important;
    height: 34px !important;
    border-radius: 10px !important;
    padding: 0 12px !important;
    font-size: 17px !important;
    line-height: 1 !important;
  }

  .member-body .top-pill strong,
  .member-body .top-pill span {
    font-size: 13px !important;
  }

  .member-body .top-avatar {
    width: 39px !important;
    height: 39px !important;
  }

  .member-body .app-shell {
    display: grid !important;
    grid-template-columns: var(--sidebar-w) minmax(0, var(--member-content-w)) !important;
    gap: 68px !important;
    align-items: start !important;
    justify-content: center !important;
    width: min(1220px, calc(100vw - 64px)) !important;
    height: calc(100vh - var(--topbar-h)) !important;
    margin: var(--topbar-h) auto 0 !important;
    padding: var(--shell-pad-y) 0 !important;
    overflow: hidden !important;
  }

  .member-body.member-page-orders .app-shell,
  .member-body.member-page-help .app-shell,
  .member-body.member-page-toolbox .app-shell {
    grid-template-columns: var(--sidebar-w) minmax(0, var(--member-wide-w)) !important;
    gap: 58px !important;
    width: min(1420px, calc(100vw - 64px)) !important;
  }

  .member-body.member-route-send .app-shell {
    --member-content-w: 505px !important;
    gap: 150px !important;
    width: min(1110px, calc(100vw - 64px)) !important;
  }

  .member-body .sidebar {
    position: sticky !important;
    top: 0 !important;
    width: var(--sidebar-w) !important;
    min-width: 0 !important;
    height: calc(100vh - var(--topbar-h) - (var(--shell-pad-y) * 2)) !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 18px 12px 16px !important;
    border: 0 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 18px 44px rgba(20, 30, 45, .045) !important;
  }

  .member-body .content {
    position: relative !important;
    z-index: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    height: calc(100vh - var(--topbar-h) - (var(--shell-pad-y) * 2)) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-right: 8px !important;
    scrollbar-gutter: stable !important;
  }

  .member-body .hello {
    display: grid !important;
    grid-template-columns: 45px minmax(0, 1fr) !important;
    min-height: 70px !important;
    gap: 12px !important;
    padding: 0 12px 16px !important;
  }

  .member-body .hello-avatar {
    width: 39px !important;
    height: 39px !important;
    border-radius: 9px !important;
  }

  .member-body .hello span {
    font-size: 15px !important;
    line-height: 1.1 !important;
  }

  .member-body .hello strong {
    font-size: 23px !important;
    line-height: 1 !important;
  }

  .member-body .side-nav {
    gap: 11px !important;
    padding: 26px 0 0 !important;
  }

  .member-body .side-nav a {
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) auto !important;
    min-height: 46px !important;
    gap: 10px !important;
    padding: 0 12px !important;
    border-radius: 8px !important;
    font-size: 17px !important;
    line-height: 1.05 !important;
  }

  .member-body .nav-icon,
  .member-body .nav-icon svg {
    width: 27px !important;
    height: 27px !important;
  }

  .member-body .side-badge {
    min-width: 30px !important;
    height: 30px !important;
    border-radius: 8px !important;
    padding: 0 7px !important;
    font-size: 15px !important;
  }

  .member-body .book-btn {
    display: grid !important;
    grid-template-columns: 26px minmax(0, 1fr) !important;
    gap: 12px !important;
    width: calc(100% - 54px) !important;
    min-height: 48px !important;
    margin: 28px auto 46px !important;
    padding: 0 16px !important;
    border-radius: 10px !important;
    font-size: 17px !important;
    line-height: 1.05 !important;
  }

  .member-body .book-icon,
  .member-body .book-icon svg {
    width: 23px !important;
    height: 23px !important;
  }

  .member-body .side-nav-secondary {
    gap: 20px !important;
    padding-top: 28px !important;
  }

  .member-body .side-nav-secondary a,
  .member-body .side-nav-secondary a.active {
    min-height: 36px !important;
    font-size: 16px !important;
  }

  .member-body .side-foot {
    min-height: 58px !important;
    padding: 16px 12px 0 !important;
    font-size: 17px !important;
  }

  .member-body .side-account-avatar {
    width: 34px !important;
    height: 34px !important;
  }

  .member-body .side-settings {
    width: 34px !important;
    height: 34px !important;
    font-size: 25px !important;
  }

  .member-body .page-head p,
  .member-body .filters-block p {
    margin-bottom: 14px !important;
    font-size: 13px !important;
  }

  .member-body .stat-row {
    gap: 16px !important;
  }

  .member-body .stat-card {
    width: 200px !important;
    height: 100px !important;
    padding: 22px !important;
    border-radius: 11px !important;
  }

  .member-body .stat-card strong {
    font-size: 28px !important;
  }

  .member-body .stat-card small {
    font-size: 14px !important;
  }

  .member-body .filters-block {
    margin-top: 30px !important;
  }

  .member-body .chip-row {
    gap: 9px !important;
  }

  .member-body .chip {
    height: 42px !important;
    padding: 0 15px !important;
    border-radius: 22px !important;
    font-size: 17px !important;
  }

  .member-body .platform-dot {
    width: 26px !important;
    height: 26px !important;
    font-size: 11px !important;
    margin-right: 6px !important;
  }

  .member-body .access-list {
    max-width: 760px !important;
    gap: 8px !important;
    margin-top: 30px !important;
  }

  .member-body .access-card {
    min-height: 104px !important;
    grid-template-columns: minmax(0, 1fr) 132px 48px !important;
    gap: 18px !important;
    padding: 18px 18px 18px 23px !important;
    border-radius: 14px !important;
  }

  .member-body .access-main h2 {
    margin-bottom: 11px !important;
    font-size: 23px !important;
    line-height: 1.12 !important;
  }

  .member-body .access-main p {
    font-size: 21px !important;
    line-height: 1.1 !important;
  }

  .member-body .access-actions {
    gap: 9px !important;
  }

  .member-body .access-actions .btn {
    min-height: 35px !important;
    padding: 0 18px !important;
    font-size: 16px !important;
  }

  .member-body .history-link {
    width: 48px !important;
    height: 48px !important;
  }
}

body > div:not([id]):not([class])[style*="position: fixed"][style*="width: 100%"][style*="height: 100%"][style*="z-index: 999"],
body > div:not([id]):not([class])[style*="position:fixed"][style*="width:100%"][style*="height:100%"][style*="z-index:999"],
body div:not([id]):not([class])[style*="position: fixed"][style*="width: 100%"][style*="height: 100%"][style*="z-index: 999"],
body div:not([id]):not([class])[style*="position:fixed"][style*="width:100%"][style*="height:100%"][style*="z-index:999"],
body div:not([id]):not([class])[style*="position: fixed"][style*="width: 100vw"][style*="height: 100vh"][style*="z-index: 999"],
body div:not([id]):not([class])[style*="position:fixed"][style*="width:100vw"][style*="height:100vh"][style*="z-index:999"] {
  display: none !important;
  pointer-events: none !important;
  visibility: hidden !important;
}


@media (min-width: 1181px) {
  .member-body {
    --member-topbar-h: 54px !important;
    --member-shell-pad-y: 46px !important;
    --member-sidebar-w: 292px !important;
    --member-shell-gap: 58px !important;
    --member-content-w: 1040px !important;
    --member-shell-w: calc(var(--member-sidebar-w) + var(--member-shell-gap) + var(--member-content-w)) !important;
  }

  body.member-body {
    overflow: hidden !important;
  }

  .member-body .topbar {
    height: var(--member-topbar-h) !important;
    padding-inline: max(32px, calc((100vw - var(--member-shell-w)) / 2)) !important;
  }

  .member-body .app-shell,
  .member-body.member-route-send .app-shell,
  .member-body.member-page-orders .app-shell,
  .member-body.member-page-help .app-shell,
  .member-body.member-page-toolbox .app-shell,
  .member-body.member-page-account .app-shell,
  .member-body.member-page-news .app-shell,
  .member-body.member-page-profiles .app-shell,
  .member-body.member-page-automatic-orders .app-shell {
    display: grid !important;
    grid-template-columns: var(--member-sidebar-w) minmax(0, 1fr) !important;
    gap: var(--member-shell-gap) !important;
    align-items: start !important;
    justify-content: start !important;
    width: min(var(--member-shell-w), calc(100vw - 64px)) !important;
    max-width: var(--member-shell-w) !important;
    height: calc(100vh - var(--member-topbar-h)) !important;
    margin: var(--member-topbar-h) auto 0 !important;
    padding: var(--member-shell-pad-y) 0 !important;
    overflow: hidden !important;
  }

  .member-body .sidebar {
    position: sticky !important;
    top: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    width: var(--member-sidebar-w) !important;
    min-width: var(--member-sidebar-w) !important;
    max-width: var(--member-sidebar-w) !important;
    height: calc(100vh - var(--member-topbar-h) - (var(--member-shell-pad-y) * 2)) !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 18px 12px 16px !important;
    overflow: hidden !important;
  }

  .member-body .content {
    width: 100% !important;
    max-width: var(--member-content-w) !important;
    min-width: 0 !important;
    height: calc(100vh - var(--member-topbar-h) - (var(--member-shell-pad-y) * 2)) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-right: 8px !important;
    scrollbar-gutter: stable !important;
  }

  .member-body .hello {
    flex: 0 0 auto !important;
    min-height: 70px !important;
    padding: 0 12px 16px !important;
  }

  .member-body .side-nav-primary {
    flex: 0 0 auto !important;
    display: grid !important;
    gap: 14px !important;
    margin: 0 !important;
    padding: 26px 0 0 !important;
  }

  .member-body .side-nav-primary a {
    min-height: 46px !important;
  }

  .member-body .book-btn {
    flex: 0 0 auto !important;
    width: calc(100% - 54px) !important;
    min-height: 48px !important;
    margin: 30px auto 44px !important;
  }

  .member-body .side-nav-secondary {
    flex: 0 0 auto !important;
    display: grid !important;
    gap: 22px !important;
    margin: 0 !important;
    padding: 30px 0 0 !important;
    border-top: 1px solid #edf1f5 !important;
  }

  .member-body .side-foot {
    flex: 0 0 auto !important;
    margin-top: auto !important;
    padding: 16px 12px 0 !important;
    border-top: 1px solid #edf1f5 !important;
  }

  .member-body .dashboard-grid,
  .member-body.member-page-account .content > *,
  .member-body.member-page-news .content > *,
  .member-body.member-page-profiles .content > *,
  .member-body.member-page-automatic-orders .content > * {
    width: min(760px, 100%) !important;
    max-width: 760px !important;
  }

  .member-body.member-route-send .send-shell {
    width: min(505px, 100%) !important;
    max-width: 505px !important;
    margin-inline: auto !important;
  }

  .member-body.member-page-orders .orders-page,
  .member-body.member-page-help .help-page,
  .member-body.member-page-help .help-ticket-detail,
  .member-body.member-page-toolbox .toolbox-page {
    width: 100% !important;
    max-width: var(--member-content-w) !important;
  }
}


@media (min-width: 1181px) {
  .member-body.member-page-help .notice {
    width: min(100%, var(--member-content-w)) !important;
    padding: 13px 18px !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
  }

  .member-body.member-page-help .help-page {
    gap: 40px !important;
  }

  .member-body.member-page-help .help-videos {
    gap: 12px !important;
  }

  .member-body.member-page-help .help-videos h1,
  .member-body.member-page-help .help-ticket-titlebar h2 {
    margin: 0 !important;
    font-size: 32px !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
  }

  .member-body.member-page-help .help-video-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  .member-body.member-page-help .help-video-card {
    min-height: 274px !important;
    padding: 26px 28px !important;
    border-radius: 12px !important;
  }

  .member-body.member-page-help .help-video-avatar {
    width: 48px !important;
    height: 48px !important;
    margin-bottom: 26px !important;
  }

  .member-body.member-page-help .help-video-avatar::before {
    width: 28px !important;
    height: 28px !important;
  }

  .member-body.member-page-help .help-video-card h2 {
    min-height: 82px !important;
    margin: 0 0 22px !important;
    font-size: 25px !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
  }

  .member-body.member-page-help .help-video-button {
    width: auto !important;
    min-width: 174px !important;
    min-height: 44px !important;
    padding: 0 18px !important;
    border-width: 2px !important;
    border-radius: 10px !important;
    gap: 10px !important;
    font-size: 17px !important;
    line-height: 1.1 !important;
  }

  .member-body.member-page-help .help-play-icon {
    width: 24px !important;
    height: 24px !important;
    font-size: 12px !important;
  }

  .member-body.member-page-help .help-video-card p {
    margin: 10px 0 0 12px !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  .member-body.member-page-help .help-ticket-titlebar {
    margin-bottom: 24px !important;
  }

  .member-body.member-page-help .help-ticket-titlebar .btn {
    min-height: 42px !important;
    padding: 0 20px !important;
    border-radius: 999px !important;
    font-size: 16px !important;
  }

  .member-body.member-page-help .help-ticket-table {
    gap: 10px !important;
  }

  .member-body.member-page-help .help-ticket-row {
    grid-template-columns: 138px minmax(0, 1fr) 154px 142px !important;
    gap: 18px !important;
    min-height: 74px !important;
    padding: 15px 20px !important;
    border-width: 2px !important;
    border-radius: 6px !important;
  }

  .member-body.member-page-help .help-ticket-id,
  .member-body.member-page-help .help-ticket-row strong,
  .member-body.member-page-help .help-ticket-date,
  .member-body.member-page-help .help-ticket-row .badge {
    font-size: 17px !important;
    line-height: 1.2 !important;
  }

  .member-body.member-page-help .help-empty {
    padding: 22px !important;
    border-radius: 10px !important;
  }

  .member-body.member-page-help .help-empty strong {
    font-size: 18px !important;
  }

  .member-body.member-page-help .help-empty p {
    font-size: 15px !important;
  }
}


@media (min-width: 1181px) {
  .member-body .content > * {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}


@media (min-width: 1181px) {
  .member-body.member-route-send .send-shell {
    width: min(500px, 100%) !important;
    max-width: 500px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .member-body.member-route-send .send-head {
    margin-bottom: 14px !important;
  }

  .member-body.member-route-send .send-head h1 {
    margin: 0 0 20px !important;
    font-size: 28px !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
  }

  .member-body.member-route-send .send-head h1 .platform-dot {
    width: 22px !important;
    height: 22px !important;
    font-size: 10px !important;
  }

  .member-body.member-route-send .send-nav {
    gap: 18px !important;
    margin-bottom: 26px !important;
  }

  .member-body.member-route-send .round-btn {
    height: 43px !important;
    min-height: 43px !important;
    padding: 0 22px !important;
    border-radius: 999px !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .045) !important;
  }

  .member-body.member-route-send .round-btn.icon-only {
    width: 64px !important;
    min-width: 64px !important;
    padding: 0 !important;
    font-size: 20px !important;
  }

  .member-body.member-route-send .round-icon {
    width: 18px !important;
    height: 18px !important;
    font-size: 16px !important;
  }

  .member-body.member-route-send .balance-row {
    grid-template-columns: minmax(0, 314px) 156px !important;
    gap: 14px !important;
    margin-bottom: 12px !important;
  }

  .member-body.member-route-send .balance-card {
    min-height: 102px !important;
    border-radius: 18px !important;
    padding: 17px 18px 15px !important;
    gap: 4px !important;
  }

  .member-body.member-route-send .balance-card strong {
    font-size: 30px !important;
    line-height: .95 !important;
  }

  .member-body.member-route-send .balance-card span {
    font-size: 14px !important;
    line-height: 1.1 !important;
  }

  .member-body.member-route-send .balance-card .btn {
    min-height: 31px !important;
    margin-top: 5px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
  }

  .member-body.member-route-send .send-form {
    gap: 10px !important;
  }

  .member-body.member-route-send .step-card {
    border-radius: 16px !important;
    padding: 16px 18px !important;
    box-shadow: 0 10px 26px rgba(17, 24, 39, .035) !important;
  }

  .member-body.member-route-send .step-card.done::after {
    top: 19px !important;
    right: 20px !important;
    font-size: 14px !important;
  }

  .member-body.member-route-send .step-card label:first-child {
    gap: 10px !important;
    margin-bottom: 12px !important;
    font-size: 16px !important;
    line-height: 1.15 !important;
    font-weight: 760 !important;
  }

  .member-body.member-route-send .step-card label:first-child span {
    width: 28px !important;
    height: 28px !important;
    font-size: 13px !important;
  }

  .member-body.member-route-send .step-card input[type=text],
  .member-body.member-route-send .step-card input[type=number],
  .member-body.member-route-send .step-card select {
    min-height: 47px !important;
    border-radius: 14px !important;
    padding: 0 15px !important;
    font-size: 16px !important;
    font-weight: 520 !important;
  }

  .member-body.member-route-send .comment-editor textarea {
    min-height: 116px !important;
    border-radius: 14px !important;
    padding: 14px 15px !important;
    font-size: 15px !important;
  }

  .member-body.member-route-send .hint-box {
    margin-top: 9px !important;
    border-radius: 11px !important;
    padding: 9px 12px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  .member-body.member-route-send .field-error,
  .member-body.member-route-send .amount-balance-warning {
    margin-top: 8px !important;
    border-radius: 10px !important;
    padding: 8px 10px !important;
    font-size: 12px !important;
  }

  .member-body.member-route-send .step-card .btn.ghost,
  .member-body.member-route-send .profile-choice-head .btn {
    min-height: 34px !important;
    padding: 0 15px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
  }

  .member-body.member-route-send .btn.submit {
    width: min(100%, 360px) !important;
    min-height: 42px !important;
    margin-top: 4px !important;
    border-radius: 999px !important;
    font-size: 15px !important;
  }

  .member-body.member-route-send .mode-switch {
    margin-bottom: 12px !important;
    padding: 3px !important;
  }

  .member-body.member-route-send .mode-switch button {
    min-height: 35px !important;
    padding: 0 15px !important;
    font-size: 14px !important;
  }

  .member-body.member-route-send .profile-choice-head {
    margin: 4px 0 12px !important;
    gap: 12px !important;
  }

  .member-body.member-route-send .profile-choice-head strong {
    font-size: 16px !important;
  }

  .member-body.member-route-send .profile-choice-head a {
    font-size: 14px !important;
  }

  .member-body.member-route-send .profile-grid {
    gap: 8px !important;
  }

  .member-body.member-route-send .profile-option {
    min-height: 58px !important;
    grid-template-columns: 38px minmax(0, 1fr) 16px !important;
    column-gap: 12px !important;
    padding: 8px 12px !important;
    border-radius: 13px !important;
  }

  .member-body.member-route-send .profile-option img,
  .member-body.member-route-send .profile-avatar-fallback {
    width: 38px !important;
    height: 38px !important;
  }

  .member-body.member-route-send .profile-option strong {
    font-size: 16px !important;
    line-height: 1.1 !important;
  }

  .member-body.member-route-send .profile-option small,
  .member-body.member-route-send .profile-public-note,
  .member-body.member-route-send .muted {
    font-size: 13px !important;
    line-height: 1.3 !important;
  }

  .member-body.member-route-send .profile-add {
    margin-top: 10px !important;
    border-radius: 13px !important;
    padding: 10px !important;
  }

  .member-body.member-route-send .profile-add-row {
    grid-template-columns: 30px minmax(0, 1fr) auto !important;
    gap: 8px !important;
  }

  .member-body.member-route-send .profile-add-row .btn {
    min-height: 34px !important;
    padding: 0 12px !important;
    font-size: 12px !important;
  }
}


@media (min-width: 1181px) {
  .member-body.member-page-orders .orders-page {
    width: min(1040px, 100%) !important;
    max-width: 1040px !important;
    gap: 14px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .member-body.member-page-orders .orders-head {
    gap: 18px !important;
    margin-bottom: 0 !important;
  }

  .member-body.member-page-orders .orders-head h1 {
    font-size: 28px !important;
    line-height: 1.1 !important;
    font-weight: 850 !important;
  }

  .member-body.member-page-orders .orders-action-nav {
    grid-template-columns: 230px 280px 150px !important;
    gap: 14px !important;
    align-items: center !important;
  }

  .member-body.member-page-orders .orders-action-pill {
    min-height: 44px !important;
    grid-template-columns: 28px minmax(0, auto) !important;
    gap: 10px !important;
    padding: 0 18px !important;
    border: 1px solid #edf1f6 !important;
    border-radius: 999px !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .035) !important;
  }

  .member-body.member-page-orders .orders-action-icon,
  .member-body.member-page-orders .orders-action-icon svg {
    width: 24px !important;
    height: 24px !important;
    font-size: 16px !important;
  }

  .member-body.member-page-orders .orders-action-icon.help {
    width: 23px !important;
    height: 23px !important;
    border-width: 2px !important;
    font-size: 15px !important;
  }

  .member-body.member-page-orders .orders-controls {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 18px !important;
    align-items: end !important;
    padding: 18px 20px !important;
    border: 1px solid #e4eaf2 !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, .92) !important;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .035) !important;
  }

  .member-body.member-page-orders .orders-controls h2 {
    margin-bottom: 12px !important;
    color: #344054 !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 850 !important;
  }

  .member-body.member-page-orders .chip-row {
    gap: 8px !important;
  }

  .member-body.member-page-orders .chip {
    height: 34px !important;
    min-width: 0 !important;
    padding: 0 13px !important;
    border-width: 1px !important;
    border-radius: 999px !important;
    font-size: 14px !important;
    font-weight: 680 !important;
  }

  .member-body.member-page-orders .product-filter-row {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 10px !important;
  }

  .member-body.member-page-orders .product-filter {
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 14px !important;
    border-width: 1px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    font-weight: 760 !important;
  }

  .member-body.member-page-orders .orders-product-filter .btn {
    min-height: 38px !important;
    padding: 0 15px !important;
    border-width: 1px !important;
    border-radius: 999px !important;
    font-size: 14px !important;
  }

  .member-body.member-page-orders .table-panel {
    padding: 14px !important;
    border: 1px solid #e4eaf2 !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, .94) !important;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .035) !important;
  }

  .member-body.member-page-orders .orders-pager-wrap {
    margin-bottom: 10px !important;
  }

  .member-body.member-page-orders .orders-pager {
    gap: 7px !important;
  }

  .member-body.member-page-orders .pager-btn,
  .member-body.member-page-orders .pager-dots {
    min-width: 34px !important;
    height: 36px !important;
    border-width: 1px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
  }

  .member-body.member-page-orders .pager-btn:first-child,
  .member-body.member-page-orders .pager-btn:last-child {
    min-width: 72px !important;
  }

  .member-body.member-page-orders .orders-table-scroll {
    padding: 0 !important;
    border: 1px solid #edf1f6 !important;
    border-radius: 12px !important;
    background: #fff !important;
  }

  .member-body.member-page-orders .orders-table {
    min-width: 980px !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
  }

  .member-body.member-page-orders .orders-table th,
  .member-body.member-page-orders .orders-table td {
    border: 0 !important;
    border-bottom: 1px solid #edf1f6 !important;
    padding: 13px 14px !important;
    background: #fff !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    vertical-align: middle !important;
  }

  .member-body.member-page-orders .orders-table th {
    position: sticky !important;
    top: 0 !important;
    z-index: 1 !important;
    background: #f8fafc !important;
    color: #475467 !important;
    font-size: 13px !important;
    font-weight: 850 !important;
  }

  .member-body.member-page-orders .orders-table tbody tr:last-child td {
    border-bottom: 0 !important;
  }

  .member-body.member-page-orders .orders-table tbody tr:hover td {
    background: #fbfdff !important;
  }

  .member-body.member-page-orders .orders-table th:first-child,
  .member-body.member-page-orders .orders-table td:first-child {
    width: 92px !important;
  }

  .member-body.member-page-orders .orders-table th:nth-child(2),
  .member-body.member-page-orders .orders-table td:nth-child(2) {
    width: 220px !important;
  }

  .member-body.member-page-orders .orders-table th:nth-child(3),
  .member-body.member-page-orders .orders-table td:nth-child(3) {
    width: 330px !important;
  }

  .member-body.member-page-orders .orders-table th:nth-child(4),
  .member-body.member-page-orders .orders-table td:nth-child(4) {
    width: 170px !important;
  }

  .member-body.member-page-orders .orders-table th:nth-child(5),
  .member-body.member-page-orders .orders-table td:nth-child(5) {
    width: 168px !important;
  }

  .member-body.member-page-orders .order-date-day,
  .member-body.member-page-orders .order-date-time {
    color: #344054 !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
  }

  .member-body.member-page-orders .orders-table td:nth-child(2) strong {
    gap: 7px !important;
    margin-bottom: 5px !important;
    font-size: 15px !important;
    line-height: 1.15 !important;
  }

  .member-body.member-page-orders .orders-table td:nth-child(2) .platform-dot {
    width: 22px !important;
    height: 22px !important;
    font-size: 10px !important;
  }

  .member-body.member-page-orders .orders-table td:nth-child(2) a,
  .member-body.member-page-orders .orders-table .text-link {
    color: #2f64bd !important;
    font-size: 14px !important;
    font-weight: 760 !important;
    line-height: 1.3 !important;
  }

  .member-body.member-page-orders .badge {
    min-height: 28px !important;
    padding: 0 11px !important;
    border-width: 1px !important;
    font-size: 13px !important;
    line-height: 1 !important;
  }

  .member-body.member-page-orders .orders-table td:nth-child(4) small {
    display: block !important;
    margin-top: 6px !important;
    color: #667085 !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  .member-body.member-page-orders .orders-table td:nth-child(5) {
    text-align: left !important;
  }

  .member-body.member-page-orders .orders-table td:nth-child(5) .btn {
    min-height: 34px !important;
    padding: 0 14px !important;
    border-width: 1px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
  }

  .member-body.member-page-orders .inline-form {
    margin-top: 7px !important;
  }

  .member-body.member-page-orders .inline-form button {
    font-size: 13px !important;
  }

  .member-body.member-page-orders .orders-result-count {
    margin-top: 2px !important;
    font-size: 13px !important;
  }
}


.member-body .hello-avatar {
  background: #fff !important;
  color: #3478f6 !important;
}

.member-body .hello-avatar::before,
.member-body .hello-avatar::after {
  content: none !important;
  display: none !important;
}

.member-body .hello-avatar img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: inherit !important;
}

.member-body .hello-avatar span {
  display: none !important;
}

.member-body .hello-avatar img[src=""] + span,
.member-body .hello-avatar img:not([src]) + span {
  display: grid !important;
  place-items: center !important;
}


@media (min-width: 981px) {
  .member-body {
    --member-topbar-h: 54px !important;
    --member-shell-pad-y: 46px !important;
    --member-sidebar-w: 280px !important;
    --member-shell-gap: 58px !important;
    --member-content-w: 1000px !important;
    --member-shell-w: calc(var(--member-sidebar-w) + var(--member-shell-gap) + var(--member-content-w)) !important;
    font-size: 15px !important;
  }

  .member-body .topbar {
    height: var(--member-topbar-h) !important;
    padding-inline: max(32px, calc((100vw - var(--member-shell-w)) / 2)) !important;
  }

  .member-body .topbar-brand {
    font-size: 17px !important;
    font-weight: 880 !important;
    letter-spacing: 1.2px !important;
  }

  .member-body .topbar-actions {
    gap: 10px !important;
  }

  .member-body .top-pill {
    min-width: 92px !important;
    height: 34px !important;
    border-radius: 10px !important;
    padding: 0 10px !important;
    font-size: 16px !important;
    font-weight: 650 !important;
  }

  .member-body .top-pill strong,
  .member-body .top-pill span {
    font-size: 12px !important;
    font-weight: 800 !important;
  }

  .member-body .top-avatar {
    width: 38px !important;
    height: 38px !important;
  }

  .member-body .top-avatar::before {
    top: 7px !important;
    width: 12px !important;
    height: 12px !important;
  }

  .member-body .top-avatar::after {
    bottom: 7px !important;
    width: 23px !important;
    height: 11px !important;
  }

  .member-body .app-shell {
    grid-template-columns: var(--member-sidebar-w) minmax(0, 1fr) !important;
    gap: var(--member-shell-gap) !important;
    width: min(var(--member-shell-w), calc(100vw - 64px)) !important;
    max-width: var(--member-shell-w) !important;
    margin: 0 auto !important;
    padding: var(--member-shell-pad-y) 0 !important;
  }

  .member-body .sidebar {
    width: var(--member-sidebar-w) !important;
    min-width: var(--member-sidebar-w) !important;
    max-width: var(--member-sidebar-w) !important;
    height: calc(100vh - var(--member-topbar-h) - (var(--member-shell-pad-y) * 2)) !important;
    min-height: 0 !important;
    border-radius: 12px !important;
    padding: 18px 14px !important;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .045) !important;
    overflow: hidden !important;
  }

  .member-body .hello {
    gap: 12px !important;
    min-height: 66px !important;
    padding: 0 8px 16px !important;
  }

  .member-body .hello-avatar {
    width: 38px !important;
    height: 38px !important;
    border-radius: 9px !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .12) !important;
  }

  .member-body .hello span {
    font-size: 13px !important;
    line-height: 1.1 !important;
    color: #4f5661 !important;
  }

  .member-body .hello strong {
    font-size: 20px !important;
    line-height: 1.05 !important;
    font-weight: 820 !important;
  }

  .member-body .side-nav {
    gap: 13px !important;
    padding: 24px 0 !important;
  }

  .member-body .side-nav a {
    min-height: 44px !important;
    gap: 12px !important;
    padding: 0 10px !important;
    border-radius: 7px !important;
    color: #50545b !important;
    font-size: 15px !important;
    font-weight: 560 !important;
  }

  .member-body .side-nav a.active {
    color: #3478f6 !important;
    font-weight: 760 !important;
    box-shadow: 0 12px 30px rgba(52, 120, 246, .08) !important;
  }

  .member-body .nav-icon {
    width: 24px !important;
    height: 24px !important;
    flex: 0 0 24px !important;
  }

  .member-body .side-badge {
    min-width: 26px !important;
    height: 26px !important;
    padding: 0 7px !important;
    border-radius: 7px !important;
    font-size: 13px !important;
    font-weight: 760 !important;
  }

  .member-body .book-btn {
    width: calc(100% - 56px) !important;
    min-height: 44px !important;
    margin: 20px auto 38px !important;
    padding: 0 16px !important;
    border-radius: 9px !important;
    gap: 12px !important;
    font-size: 16px !important;
    line-height: 1.05 !important;
    font-weight: 820 !important;
    box-shadow: 0 16px 34px rgba(52, 120, 246, .18) !important;
  }

  .member-body .book-icon {
    width: 21px !important;
    height: 21px !important;
  }

  .member-body .side-nav-secondary {
    padding: 28px 0 !important;
  }

  .member-body .side-nav-secondary a {
    min-height: 40px !important;
    font-size: 14px !important;
    font-weight: 520 !important;
  }

  .member-body .side-foot {
    min-height: 54px !important;
    padding-top: 14px !important;
    font-size: 15px !important;
    font-weight: 560 !important;
  }

  .member-body .side-account-avatar {
    width: 28px !important;
    height: 28px !important;
  }

  .member-body .side-settings {
    font-size: 23px !important;
  }

  .member-body .content {
    min-height: calc(100vh - var(--member-topbar-h) - (var(--member-shell-pad-y) * 2)) !important;
    align-content: start !important;
  }

  .member-body .content > * {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .member-body .btn,
  .member-body button,
  .member-body input,
  .member-body select,
  .member-body textarea {
    letter-spacing: 0 !important;
  }

  .member-body .btn {
    font-weight: 760 !important;
  }
}

@media (min-width: 981px) {
  .member-body.member-route-access .dashboard-grid {
    width: min(690px, 100%) !important;
    max-width: 690px !important;
    gap: 28px !important;
  }

  .member-body.member-route-access .page-head p,
  .member-body.member-route-access .filters-block p {
    margin-bottom: 12px !important;
    color: #8e949b !important;
    font-size: 12px !important;
    font-weight: 720 !important;
    letter-spacing: .03em !important;
  }

  .member-body.member-route-access .stat-row {
    gap: 16px !important;
  }

  .member-body.member-route-access .stat-card {
    width: 174px !important;
    height: 88px !important;
    min-height: 88px !important;
    border-radius: 9px !important;
    padding: 19px 18px !important;
  }

  .member-body.member-route-access .stat-card span {
    width: 22px !important;
    height: 22px !important;
  }

  .member-body.member-route-access .stat-card strong {
    font-size: 24px !important;
    font-weight: 650 !important;
  }

  .member-body.member-route-access .stat-card small {
    font-size: 12px !important;
    font-weight: 500 !important;
  }

  .member-body.member-route-access .filters-block {
    margin-top: 0 !important;
  }

  .member-body.member-route-access .chip-row {
    gap: 10px !important;
  }

  .member-body.member-route-access .chip {
    height: 37px !important;
    min-height: 37px !important;
    padding: 0 14px !important;
    gap: 8px !important;
    border-radius: 999px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
  }

  .member-body.member-route-access .chip .platform-dot {
    width: 25px !important;
    height: 25px !important;
    font-size: 12px !important;
  }

  .member-body.member-route-access .access-list {
    gap: 7px !important;
  }

  .member-body.member-route-access .access-card {
    min-height: 83px !important;
    border-radius: 10px !important;
    padding: 15px 54px 15px 24px !important;
    grid-template-columns: minmax(0, 1fr) 132px !important;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .035) !important;
  }

  .member-body.member-route-access .access-card h2 {
    font-size: 19px !important;
    line-height: 1.12 !important;
    font-weight: 760 !important;
  }

  .member-body.member-route-access .access-card p {
    margin-top: 14px !important;
    font-size: 18px !important;
    font-weight: 520 !important;
  }

  .member-body.member-route-access .access-actions {
    gap: 7px !important;
  }

  .member-body.member-route-access .access-actions .btn {
    min-height: 29px !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    font-size: 14px !important;
    line-height: 1 !important;
  }

  .member-body.member-route-access .history-link {
    width: 42px !important;
    height: 42px !important;
    right: 11px !important;
  }
}

@media (min-width: 981px) {
  .member-body.member-route-send .send-shell {
    width: min(472px, 100%) !important;
    max-width: 472px !important;
    gap: 12px !important;
    padding-top: 0 !important;
  }

  .member-body.member-route-send .send-head {
    margin-bottom: 10px !important;
  }

  .member-body.member-route-send .send-head h1 {
    margin: 0 0 18px !important;
    font-size: 24px !important;
    line-height: 1.05 !important;
    font-weight: 820 !important;
    letter-spacing: 0 !important;
  }

  .member-body.member-route-send .send-head h1 .platform-dot {
    width: 17px !important;
    height: 17px !important;
    font-size: 10px !important;
  }

  .member-body.member-route-send .send-nav {
    gap: 16px !important;
    margin-bottom: 26px !important;
    justify-content: center !important;
  }

  .member-body.member-route-send .round-btn {
    min-width: 142px !important;
    height: 40px !important;
    min-height: 40px !important;
    border-radius: 999px !important;
    padding: 0 22px !important;
    gap: 10px !important;
    font-size: 14px !important;
    font-weight: 760 !important;
    box-shadow: 0 15px 32px rgba(15, 23, 42, .04) !important;
  }

  .member-body.member-route-send .round-btn.icon-only {
    min-width: 56px !important;
    width: 56px !important;
    padding: 0 !important;
    font-size: 18px !important;
  }

  .member-body.member-route-send .round-icon {
    width: 20px !important;
    height: 20px !important;
    font-size: 18px !important;
  }

  .member-body.member-route-send .balance-row {
    grid-template-columns: 302px 154px !important;
    gap: 12px !important;
    margin-bottom: 13px !important;
  }

  .member-body.member-route-send .balance-card {
    min-height: 102px !important;
    border-radius: 16px !important;
    padding: 16px 18px !important;
    box-shadow: 0 22px 42px rgba(7, 26, 52, .06) !important;
  }

  .member-body.member-route-send .balance-card strong {
    font-size: 28px !important;
    line-height: 1 !important;
    font-weight: 820 !important;
  }

  .member-body.member-route-send .balance-card.compact strong {
    font-size: 29px !important;
  }

  .member-body.member-route-send .balance-card span {
    margin-top: 4px !important;
    font-size: 14px !important;
    line-height: 1.05 !important;
    font-weight: 450 !important;
  }

  .member-body.member-route-send .balance-card .btn {
    height: 30px !important;
    min-height: 30px !important;
    margin-top: 12px !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    font-weight: 820 !important;
    line-height: 1 !important;
  }

  .member-body.member-route-send .send-form {
    gap: 9px !important;
  }

  .member-body.member-route-send .step-card {
    border-radius: 16px !important;
    padding: 16px !important;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .035) !important;
  }

  .member-body.member-route-send .step-card + .step-card {
    margin-top: 0 !important;
  }

  .member-body.member-route-send .step-card label:first-child {
    margin-bottom: 14px !important;
    gap: 10px !important;
    font-size: 15px !important;
    line-height: 1.1 !important;
    font-weight: 560 !important;
    color: #747b88 !important;
  }

  .member-body.member-route-send .step-card label:first-child strong {
    font-size: inherit !important;
    font-weight: inherit !important;
  }

  .member-body.member-route-send .step-card label:first-child > span {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    font-size: 14px !important;
    font-weight: 780 !important;
  }

  .member-body.member-route-send .step-card.done::after {
    top: 17px !important;
    right: 19px !important;
    font-size: 15px !important;
  }

  .member-body.member-route-send select,
  .member-body.member-route-send input[type="text"],
  .member-body.member-route-send input[type="number"],
  .member-body.member-route-send textarea {
    min-height: 45px !important;
    border-radius: 14px !important;
    padding: 0 17px !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
    font-weight: 420 !important;
  }

  .member-body.member-route-send textarea {
    min-height: 118px !important;
    padding-top: 13px !important;
  }

  .member-body.member-route-send .hint-box,
  .member-body.member-route-send .warn-box,
  .member-body.member-route-send .profile-public-note {
    border-radius: 12px !important;
    padding: 10px 13px !important;
    font-size: 13px !important;
    line-height: 1.28 !important;
    font-weight: 420 !important;
  }

  .member-body.member-route-send .btn.ghost {
    min-height: 35px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    font-weight: 520 !important;
  }

  .member-body.member-route-send .mode-switch {
    height: 48px !important;
    padding: 3px !important;
    border-radius: 999px !important;
    margin-bottom: 13px !important;
  }

  .member-body.member-route-send .mode-switch button {
    border-radius: 999px !important;
    font-size: 14px !important;
    font-weight: 760 !important;
  }

  .member-body.member-route-send .profile-choice-head {
    margin: 0 0 12px !important;
    gap: 12px !important;
  }

  .member-body.member-route-send .profile-choice-head strong,
  .member-body.member-route-send .profile-choice-head a {
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  .member-body.member-route-send .profile-add-toggle {
    min-height: 36px !important;
    padding: 0 15px !important;
    font-size: 14px !important;
    font-weight: 760 !important;
  }

  .member-body.member-route-send .profile-option {
    min-height: 58px !important;
    border-radius: 14px !important;
    padding: 9px 42px 9px 13px !important;
    column-gap: 10px !important;
  }

  .member-body.member-route-send .profile-option img,
  .member-body.member-route-send .profile-avatar-fallback {
    width: 38px !important;
    height: 38px !important;
  }

  .member-body.member-route-send .profile-option strong {
    font-size: 16px !important;
    line-height: 1.12 !important;
    font-weight: 760 !important;
  }

  .member-body.member-route-send .profile-option small {
    font-size: 13px !important;
    line-height: 1.2 !important;
  }

  .member-body.member-route-send .profile-post-tools {
    min-height: 78px !important;
    border-radius: 14px !important;
    padding: 14px !important;
  }

  .member-body.member-route-send .profile-post-tools .btn.primary {
    min-height: 42px !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    font-size: 14px !important;
  }

  .member-body.member-route-send .btn.submit {
    min-height: 43px !important;
    border-radius: 999px !important;
    font-size: 15px !important;
  }
}

@media (min-width: 981px) {
  .member-body.member-route-orders .orders-page {
    width: min(1010px, 100%) !important;
    max-width: 1010px !important;
    gap: 16px !important;
  }

  .member-body.member-route-orders .orders-page h1 {
    margin-bottom: 14px !important;
    font-size: 24px !important;
    line-height: 1.1 !important;
    font-weight: 780 !important;
  }

  .member-body.member-route-orders .order-actions {
    gap: 14px !important;
    margin-bottom: 12px !important;
  }

  .member-body.member-route-orders .order-actions .round-btn {
    min-height: 39px !important;
    padding: 0 26px !important;
    border-radius: 999px !important;
    font-size: 14px !important;
    font-weight: 760 !important;
  }

  .member-body.member-route-orders .filters-card {
    border-radius: 12px !important;
    padding: 18px !important;
  }

  .member-body.member-route-orders .filters-card h2 {
    margin-bottom: 13px !important;
    font-size: 14px !important;
    font-weight: 760 !important;
  }

  .member-body.member-route-orders .filter-pill,
  .member-body.member-route-orders .filters-card select,
  .member-body.member-route-orders .filters-card .btn {
    min-height: 37px !important;
    border-radius: 999px !important;
    padding: 0 15px !important;
    font-size: 13px !important;
    font-weight: 560 !important;
  }

  .member-body.member-route-orders .orders-table-wrap {
    border-radius: 14px !important;
    padding: 0 !important;
  }

  .member-body.member-route-orders .orders-table th {
    height: 46px !important;
    padding: 10px 13px !important;
    font-size: 13px !important;
    font-weight: 760 !important;
  }

  .member-body.member-route-orders .orders-table td {
    padding: 12px 13px !important;
    font-size: 13px !important;
    line-height: 1.32 !important;
  }

  .member-body.member-route-orders .orders-table td:nth-child(2) strong {
    font-size: 14px !important;
  }

  .member-body.member-route-orders .orders-table .text-link {
    font-size: 13px !important;
    font-weight: 650 !important;
  }

  .member-body.member-route-orders .badge {
    min-height: 25px !important;
    padding: 0 10px !important;
    font-size: 12px !important;
    font-weight: 760 !important;
  }

  .member-body.member-route-orders .orders-table td:nth-child(5) .btn {
    min-height: 31px !important;
    padding: 0 12px !important;
    font-size: 12px !important;
  }
}

@media (min-width: 981px) {
  .member-body.member-route-help .help-page,
  .member-body.member-route-help .ticket-page,
  .member-body.member-route-help .ticket-form-page {
    width: min(1000px, 100%) !important;
    max-width: 1000px !important;
  }

  .member-body.member-route-help .help-page h1,
  .member-body.member-route-help .ticket-page h1,
  .member-body.member-route-help .ticket-form-page h1 {
    font-size: 25px !important;
    line-height: 1.12 !important;
    font-weight: 740 !important;
  }

  .member-body.member-route-help .help-videos {
    gap: 18px !important;
  }

  .member-body.member-route-help .help-video-card {
    min-height: 220px !important;
    border-radius: 12px !important;
    padding: 25px 24px !important;
  }

  .member-body.member-route-help .help-video-card h2 {
    font-size: 21px !important;
    line-height: 1.45 !important;
    font-weight: 730 !important;
  }

  .member-body.member-route-help .help-video-card .btn {
    min-height: 42px !important;
    padding: 0 17px !important;
    border-radius: 9px !important;
    font-size: 16px !important;
    font-weight: 760 !important;
  }

  .member-body.member-route-help .ticket-row {
    min-height: 66px !important;
    padding: 17px 18px !important;
    border-radius: 8px !important;
    font-size: 15px !important;
  }
}


@media (min-width: 981px) {
  html,
  body.member-body {
    min-height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  .member-body .topbar {
    position: sticky !important;
    top: 0 !important;
    z-index: 30 !important;
  }

  .member-body .app-shell,
  .member-body.member-route-send .app-shell,
  .member-body.member-page-orders .app-shell,
  .member-body.member-page-help .app-shell,
  .member-body.member-page-toolbox .app-shell,
  .member-body.member-page-account .app-shell,
  .member-body.member-page-news .app-shell,
  .member-body.member-page-profiles .app-shell,
  .member-body.member-page-automatic-orders .app-shell {
    height: auto !important;
    min-height: calc(100vh - var(--member-topbar-h)) !important;
    margin: 0 auto !important;
    padding: var(--member-shell-pad-y) 0 72px !important;
    overflow: visible !important;
  }

  .member-body .sidebar {
    position: sticky !important;
    top: calc(var(--member-topbar-h) + 22px) !important;
    height: auto !important;
    max-height: calc(100vh - var(--member-topbar-h) - 44px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    scrollbar-width: none !important;
  }

  .member-body .sidebar::-webkit-scrollbar {
    display: none !important;
  }

  .member-body .content {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    padding-right: 0 !important;
    scrollbar-gutter: auto !important;
  }

  .member-body.member-route-access .dashboard-grid {
    padding-bottom: 28px !important;
  }
}


html,
body,
button,
input,
select,
textarea {
  font-family: "Montserrat", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.member-body .hello,
.member-body .side-nav,
.member-body .book-btn,
.member-body .side-foot,
.member-body .topbar,
.member-body .content,
.admin-body {
  font-family: "Montserrat", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}


@media (min-width: 981px) {
  .member-body.member-route-access .dashboard-grid {
    padding-top: 22px !important;
  }

  .member-body.member-route-access .access-list {
    width: min(690px, 100%) !important;
    max-width: 690px !important;
    margin-top: 28px !important;
    gap: 8px !important;
  }

  .member-body.member-route-access .access-card {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 124px 42px !important;
    grid-template-rows: auto !important;
    grid-template-areas: "main actions history" !important;
    align-items: center !important;
    column-gap: 14px !important;
    min-height: 84px !important;
    height: auto !important;
    border-radius: 10px !important;
    padding: 14px 15px 14px 24px !important;
  }

  .member-body.member-route-access .access-main {
    grid-area: main !important;
    min-width: 0 !important;
    display: grid !important;
    gap: 13px !important;
    align-content: center !important;
  }

  .member-body.member-route-access .access-main h2 {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    min-width: 0 !important;
    margin: 0 !important;
    font-size: 18px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
  }

  .member-body.member-route-access .access-main h2 .platform-dot {
    flex: 0 0 auto !important;
    width: 25px !important;
    height: 25px !important;
    margin-right: 0 !important;
  }

  .member-body.member-route-access .access-main p {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    font-size: 17px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
  }

  .member-body.member-route-access .coin {
    width: 23px !important;
    height: 23px !important;
    margin-right: 10px !important;
    border-width: 2px !important;
    font-size: 11px !important;
  }

  .member-body.member-route-access .access-actions {
    grid-area: actions !important;
    align-self: center !important;
    justify-self: stretch !important;
    display: grid !important;
    gap: 7px !important;
    width: 100% !important;
  }

  .member-body.member-route-access .access-actions .btn {
    width: 100% !important;
    min-height: 31px !important;
    height: 31px !important;
    justify-content: center !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 750 !important;
  }

  .member-body.member-route-access .history-link {
    grid-area: history !important;
    position: static !important;
    inset: auto !important;
    justify-self: center !important;
    align-self: center !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
  }

  .member-body.member-route-access .history-link svg {
    width: 22px !important;
    height: 22px !important;
  }
}


.member-body.member-route-access .stat-card {
  cursor: pointer !important;
  text-decoration: none !important;
  color: inherit !important;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease !important;
}

.member-body.member-route-access .stat-card:hover,
.member-body.member-route-access .stat-card:focus-visible {
  transform: translateY(-1px) !important;
  border-color: rgba(52, 120, 246, .28) !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .07) !important;
}

.member-body.member-route-access .stat-card:focus-visible {
  outline: 3px solid rgba(52, 120, 246, .24) !important;
  outline-offset: 3px !important;
}


@media (max-width: 980px) {
  html,
  body.member-body {
    width: 100% !important;
    min-height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  .member-body .topbar {
    position: sticky !important;
    top: 0 !important;
    z-index: 40 !important;
    height: 56px !important;
    padding: 0 14px !important;
  }

  .member-body .topbar-brand {
    font-size: 15px !important;
    letter-spacing: .9px !important;
  }

  .member-body .topbar-actions {
    gap: 7px !important;
  }

  .member-body .top-pill {
    min-width: auto !important;
    height: 32px !important;
    padding: 0 9px !important;
    border-radius: 10px !important;
    font-size: 13px !important;
  }

  .member-body .top-pill span,
  .member-body .top-pill strong {
    font-size: 11px !important;
  }

  .member-body .top-avatar {
    width: 34px !important;
    height: 34px !important;
  }

  .member-body .app-shell,
  .member-body.member-route-send .app-shell,
  .member-body.member-page-orders .app-shell,
  .member-body.member-page-help .app-shell,
  .member-body.member-page-toolbox .app-shell,
  .member-body.member-page-account .app-shell,
  .member-body.member-page-news .app-shell,
  .member-body.member-page-profiles .app-shell,
  .member-body.member-page-automatic-orders .app-shell {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-height: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 22px clamp(14px, 4vw, 24px) 72px !important;
    overflow: visible !important;
  }

  .member-body .sidebar {
    display: none !important;
  }

  .member-body .content {
    display: block !important;
    width: 100% !important;
    max-width: 720px !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .member-body .content > *,
  .member-body.member-route-access .dashboard-grid,
  .member-body.member-route-send .send-shell,
  .member-body.member-route-orders .orders-page,
  .member-body.member-page-orders .orders-page,
  .member-body.member-route-help .help-page,
  .member-body.member-page-help .help-page,
  .member-body.member-page-toolbox .toolbox-page {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .member-body.member-route-access .dashboard-grid {
    padding-top: 0 !important;
  }

  .member-body.member-route-access .stat-row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .member-body.member-route-access .stat-card {
    width: 100% !important;
    min-width: 0 !important;
    height: 76px !important;
    min-height: 76px !important;
    padding: 13px !important;
  }

  .member-body.member-route-access .chip-row {
    gap: 8px !important;
  }

  .member-body.member-route-access .access-card {
    grid-template-columns: minmax(0, 1fr) 38px !important;
    grid-template-areas:
      "main history"
      "actions actions" !important;
    row-gap: 13px !important;
    min-height: 0 !important;
    padding: 15px !important;
  }

  .member-body.member-route-access .access-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .member-body.member-route-send .send-head h1 {
    font-size: 24px !important;
    text-align: center !important;
  }

  .member-body.member-route-send .send-nav {
    display: grid !important;
    grid-template-columns: 56px minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 9px !important;
  }

  .member-body.member-route-send .round-btn {
    min-width: 0 !important;
    width: 100% !important;
    padding: 0 12px !important;
    font-size: 13px !important;
  }

  .member-body.member-route-send .balance-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(130px, .48fr) !important;
    gap: 10px !important;
  }

  .member-body.member-route-send .balance-card {
    min-width: 0 !important;
  }
}

@media (max-width: 560px) {
  .member-body.member-route-access .stat-row {
    grid-template-columns: 1fr !important;
  }

  .member-body.member-route-send .send-nav {
    grid-template-columns: 48px 1fr !important;
  }

  .member-body.member-route-send .send-nav .round-btn:last-child {
    grid-column: 1 / -1 !important;
  }

  .member-body.member-route-send .balance-row {
    grid-template-columns: 1fr !important;
  }
}

@media (min-width: 981px) {
  .member-body {
    --fh-shell-w: 1240px !important;
    --fh-sidebar-w: clamp(272px, 23vw, 300px) !important;
    --fh-shell-gap: clamp(36px, 4vw, 56px) !important;
    --member-topbar-h: 54px !important;
    --member-shell-pad-y: 44px !important;
  }

  html,
  body.member-body {
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  .member-body .topbar {
    height: var(--member-topbar-h) !important;
    padding-inline: max(32px, calc((100vw - var(--fh-shell-w)) / 2)) !important;
  }

  .member-body .app-shell,
  .member-body.member-route-send .app-shell,
  .member-body.member-page-orders .app-shell,
  .member-body.member-page-help .app-shell,
  .member-body.member-page-toolbox .app-shell,
  .member-body.member-page-account .app-shell,
  .member-body.member-page-news .app-shell,
  .member-body.member-page-profiles .app-shell,
  .member-body.member-page-automatic-orders .app-shell {
    display: grid !important;
    grid-template-columns: var(--fh-sidebar-w) minmax(0, 1fr) !important;
    gap: var(--fh-shell-gap) !important;
    align-items: start !important;
    justify-content: center !important;
    width: min(var(--fh-shell-w), calc(100vw - 64px)) !important;
    max-width: var(--fh-shell-w) !important;
    min-height: calc(100vh - var(--member-topbar-h)) !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: var(--member-shell-pad-y) 0 72px !important;
    overflow: visible !important;
  }

  .member-body .sidebar {
    position: sticky !important;
    top: calc(var(--member-topbar-h) + 22px) !important;
    display: flex !important;
    width: var(--fh-sidebar-w) !important;
    min-width: var(--fh-sidebar-w) !important;
    max-width: var(--fh-sidebar-w) !important;
    height: auto !important;
    max-height: calc(100vh - var(--member-topbar-h) - 44px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }

  .member-body .content {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .member-body .content > * {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .member-body.member-route-send .send-shell {
    width: min(520px, 100%) !important;
    max-width: 520px !important;
  }

  .member-body.member-route-access .dashboard-grid,
  .member-body.member-page-account .content > *,
  .member-body.member-page-news .content > *,
  .member-body.member-page-profiles .content > *,
  .member-body.member-page-automatic-orders .content > * {
    width: min(760px, 100%) !important;
    max-width: 760px !important;
  }

  .member-body.member-route-orders .orders-page,
  .member-body.member-page-orders .orders-page,
  .member-body.member-route-help .help-page,
  .member-body.member-page-help .help-page,
  .member-body.member-page-help .help-ticket-detail,
  .member-body.member-page-toolbox .toolbox-page {
    width: min(900px, 100%) !important;
    max-width: 900px !important;
  }
}


.mobile-tabbar {
  display: none;
}

@media (max-width: 980px) {
  .member-body {
    padding-bottom: env(safe-area-inset-bottom) !important;
  }

  .member-body .app-shell,
  .member-body.member-route-send .app-shell,
  .member-body.member-page-orders .app-shell,
  .member-body.member-page-help .app-shell,
  .member-body.member-page-toolbox .app-shell,
  .member-body.member-page-account .app-shell,
  .member-body.member-page-news .app-shell,
  .member-body.member-page-profiles .app-shell,
  .member-body.member-page-automatic-orders .app-shell {
    padding-bottom: calc(104px + env(safe-area-inset-bottom)) !important;
  }

  .mobile-tabbar {
    position: fixed !important;
    left: 10px !important;
    right: 10px !important;
    bottom: calc(10px + env(safe-area-inset-bottom)) !important;
    z-index: 80 !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 3px !important;
    padding: 7px !important;
    border: 1px solid rgba(213, 221, 232, .92) !important;
    border-radius: 20px !important;
    background: rgba(255, 255, 255, .94) !important;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .16) !important;
    backdrop-filter: blur(16px) !important;
  }

  .mobile-tabbar a {
    min-width: 0 !important;
    min-height: 50px !important;
    display: grid !important;
    place-items: center !important;
    align-content: center !important;
    gap: 3px !important;
    border-radius: 15px !important;
    color: #646b76 !important;
    font-size: 10px !important;
    font-weight: 750 !important;
    line-height: 1 !important;
    text-decoration: none !important;
  }

  .mobile-tabbar a.active {
    color: #3478f6 !important;
    background: #eef5ff !important;
  }

  .mobile-tabbar svg {
    width: 20px !important;
    height: 20px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.4 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
  }

  .member-body img,
  .member-body video,
  .member-body iframe,
  .admin-body img,
  .admin-body video,
  .admin-body iframe {
    max-width: 100% !important;
  }

  .member-body .panel,
  .member-body .notice,
  .member-body .step-card,
  .member-body .balance-card,
  .member-body .access-card,
  .member-body .member-info-card,
  .member-body .help-video-card,
  .admin-body .panel,
  .admin-body .admin-stat-card {
    max-width: 100% !important;
  }

  .member-body input,
  .member-body select,
  .member-body textarea,
  .admin-body input,
  .admin-body select,
  .admin-body textarea {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .member-body .account-summary-grid,
  .member-body .member-card-grid,
  .member-body .member-card-grid.compact,
  .admin-body .admin-stat-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .member-body .member-info-card,
  .member-body .member-metric-card {
    min-width: 0 !important;
  }

  .member-body .orders-head,
  .member-body .help-ticket-titlebar,
  .member-body .ticket-chat-head,
  .member-body .toolbox-rank-head,
  .admin-body .su-card-head,
  .admin-body .admin-topbar,
  .admin-body .admin-topbar-actions {
    gap: 12px !important;
    flex-wrap: wrap !important;
  }

  .member-body.member-page-orders .orders-action-nav,
  .member-body.member-route-orders .orders-action-nav,
  .member-body.member-page-orders .orders-controls,
  .member-body.member-route-orders .orders-controls {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .member-body .product-filter-row,
  .member-body .orders-filter-group,
  .member-body .orders-pager,
  .member-body .orders-pager-wrap {
    width: 100% !important;
    max-width: 100% !important;
  }

  .member-body .orders-pager {
    overflow-x: auto !important;
    justify-content: flex-start !important;
    padding-bottom: 3px !important;
  }

  .member-body .order-comments-card {
    max-height: calc(100dvh - 24px) !important;
    padding: 20px 16px 16px !important;
  }

  .member-body .order-comments-actions {
    align-items: stretch !important;
    flex-direction: column !important;
  }

  .member-body .order-comments-actions .btn {
    width: 100% !important;
  }

  .member-body .orders-table-scroll,
  .member-body .table-panel,
  .admin-body .su-table-wrap,
  .admin-body .admin-log-card pre {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .member-body .orders-table,
  .admin-body .su-table {
    min-width: 720px !important;
  }

  .member-body.member-page-help .help-video-grid,
  .member-body.member-route-help .help-video-grid,
  .member-body .help-ticket-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .member-body .help-ticket-row {
    gap: 8px !important;
  }

  .member-body .ticket-request-card,
  .member-body .ticket-thread,
  .member-body .ticket-reply-form,
  .member-body .help-related-orders {
    width: 100% !important;
    max-width: 100% !important;
  }

  .member-body.member-page-toolbox .toolbox-head,
  .member-body.member-page-toolbox .toolbox-page,
  .member-body.member-page-toolbox .toolbox-secondary,
  .member-body.member-route-toolbox .toolbox-head,
  .member-body.member-route-toolbox .toolbox-page,
  .member-body.member-route-toolbox .toolbox-secondary {
    width: 100% !important;
    max-width: 100% !important;
  }

  .member-body .toolbox-secondary,
  .member-body .yt-rank-form,
  .member-body .profile-add-row,
  .member-body .comment-tools,
  .member-body .auto-order-form,
  .admin-body .su-controls,
  .admin-body .su-status-grid,
  .admin-body .admin-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .member-body .profile-choice-head {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .member-body .profile-add-toggle,
  .member-body .profile-add-row .btn,
  .member-body .auto-order-form .btn,
  .admin-body .su-controls .btn,
  .admin-body .su-overlay-actions .btn {
    width: 100% !important;
    justify-content: center !important;
  }

  .admin-body .admin-shell {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: min(100%, calc(100vw - 24px)) !important;
    max-width: none !important;
    margin: 18px auto 40px !important;
    gap: 14px !important;
  }

  .admin-body .admin-sidebar {
    min-height: 0 !important;
  }

  .admin-body .su-tabs {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
  }

  .admin-body .su-panel {
    padding: 16px !important;
  }

  .admin-body .su-overlay-card {
    width: min(100%, calc(100vw - 28px)) !important;
    max-height: calc(100vh - 28px) !important;
    overflow-y: auto !important;
  }
}

@media (max-width: 640px) {
  .member-body .topbar-actions .top-pill:first-child {
    display: none !important;
  }

  .member-body .orders-action-pill,
  .member-body .filter-pill,
  .member-body .chip,
  .member-body .btn,
  .admin-body .btn {
    min-height: 38px !important;
  }

  .member-body .help-video-card,
  .member-body .panel,
  .admin-body .panel {
    border-radius: 12px !important;
    padding: 16px !important;
  }

  .passkey-prompt-overlay {
    align-items: center;
    padding: 18px;
  }

  .passkey-prompt-card {
    border-radius: 20px;
    padding: 22px 18px;
  }

  .passkey-prompt-card h2 {
    font-size: 20px;
  }

  .passkey-prompt-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .member-body .help-video-card h2 {
    font-size: 21px !important;
    line-height: 1.25 !important;
  }

  .member-body .mobile-tabbar {
    left: 7px !important;
    right: 7px !important;
    bottom: calc(7px + env(safe-area-inset-bottom)) !important;
    border-radius: 18px !important;
  }

  .mobile-tabbar a {
    min-height: 47px !important;
    font-size: 9px !important;
  }
}


body.profile-modal-open {
  overflow: hidden !important;
}

.member-body .profile-add[hidden],
.member-body .profile-add-modal[hidden] {
  display: none !important;
}

.member-body .profile-add-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 120 !important;
  display: grid !important;
  place-items: center !important;
  padding: 22px !important;
}

.member-body .profile-add-backdrop {
  position: absolute !important;
  inset: 0 !important;
  border: 0 !important;
  background: rgba(8, 18, 33, .42) !important;
  backdrop-filter: blur(10px) !important;
  cursor: pointer !important;
}

.member-body .profile-add-backdrop:hover,
.member-body .profile-add-backdrop:focus-visible {
  transform: none !important;
}

.member-body .profile-add-card {
  position: relative !important;
  z-index: 1 !important;
  width: min(430px, calc(100vw - 32px)) !important;
  border: 1px solid rgba(219, 226, 236, .95) !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 28px 80px rgba(15, 23, 42, .24) !important;
  padding: 24px !important;
  animation: fh-modal-in .18s ease-out both !important;
}

.member-body .profile-add-close {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  width: 34px !important;
  height: 34px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid #e0e6ee !important;
  border-radius: 50% !important;
  background: #f7faff !important;
  color: #172033 !important;
  font-size: 22px !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

.member-body .profile-add-modal-icon {
  width: 42px !important;
  height: 42px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  background: #eaf2ff !important;
  color: #3478f6 !important;
  font-size: 22px !important;
  font-weight: 900 !important;
}

.member-body .profile-add-card h3 {
  margin: 14px 42px 6px 0 !important;
  font-size: 22px !important;
  line-height: 1.12 !important;
  font-weight: 850 !important;
  color: #101827 !important;
}

.member-body .profile-add-card > p {
  margin: 0 0 18px !important;
  color: #667085 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.member-body .profile-add-card .profile-add-row {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) auto !important;
  gap: 10px !important;
  align-items: center !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.member-body .profile-add-card .profile-add-icon {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  background: #f1f6ff !important;
  color: #3478f6 !important;
}

.member-body .profile-add-card input[type="text"] {
  min-height: 46px !important;
  border-radius: 14px !important;
  padding: 0 14px !important;
  font-size: 15px !important;
}

.member-body .profile-add-card .profile-paste-button {
  min-height: 46px !important;
  padding: 0 16px !important;
  border: 1px solid rgba(52, 120, 246, .18) !important;
  border-radius: 14px !important;
  background: #eef5ff !important;
  color: #2563eb !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  cursor: pointer !important;
}

.member-body .profile-add-card .profile-paste-button:disabled {
  opacity: .55 !important;
  cursor: wait !important;
}

.member-body .profile-add-card [data-profile-add-status]:not(:empty) {
  display: block !important;
  margin-top: 13px !important;
  padding: 10px 12px !important;
  border-radius: 12px !important;
  background: #f6f9fc !important;
  color: #344054 !important;
  font-size: 13px !important;
}

.member-body .profile-add-card [data-profile-add-status].error-text {
  background: #fff3f3 !important;
  color: #b42318 !important;
}

@keyframes fh-modal-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes fh-button-spin {
  to {
    transform: rotate(360deg);
  }
}

.member-body .btn,
.member-body button,
.member-body .chip,
.member-body .stat-card,
.member-body .access-card,
.member-body .member-info-card,
  .member-body .member-metric-card,
  .member-body .orders-action-pill,
  .member-body .help-ticket-row,
  .member-body .help-video-card,
  .member-body .profile-option,
  .member-body .history-link,
  .member-body .top-pill,
  .member-body .mobile-tabbar a,
  .admin-body .btn,
  .admin-body .su-tabs button,
  .admin-body .admin-stat-card {
    transition:
      transform .16s ease,
      box-shadow .16s ease,
      border-color .16s ease,
      background-color .16s ease,
      color .16s ease,
      opacity .16s ease !important;
  }


.member-body .top-avatar {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: none !important;
  position: relative !important;
}

.member-body .top-avatar::before,
.member-body .top-avatar::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: #000 !important;
  display: block !important;
}

.member-body .top-avatar::before {
  top: 8px !important;
  width: 15px !important;
  height: 15px !important;
  border-radius: 50% !important;
}

.member-body .top-avatar::after {
  bottom: 8px !important;
  width: 29px !important;
  height: 14px !important;
  border-radius: 15px 15px 7px 7px !important;
}

.member-body.member-page-account .content {
  align-self: start;
}

.member-body .account-page {
  width: min(100%, 1180px);
  margin: 10px auto 64px;
}

.member-body .account-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 42px 0 28px;
}

.member-body .account-stat-card {
  min-height: 146px;
  padding: 54px 22px 18px;
  border: 1px solid rgba(226, 232, 240, .86);
  border-radius: 7px;
  background: #fff;
  color: #333;
  text-align: center;
  text-decoration: none;
  position: relative;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 8px;
  box-shadow: 0 18px 45px rgba(16, 24, 40, .035);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.member-body .account-stat-card:hover {
  transform: translateY(-2px);
  border-color: rgba(55, 124, 246, .42);
  box-shadow: 0 22px 50px rgba(31, 76, 140, .08);
}

.member-body .account-stat-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #151515;
  color: #fff;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 900;
}

.member-body .account-stat-icon.hp::before {
  content: "";
  width: 23px;
  height: 16px;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 7px 0 -2px #151515, 0 7px 0 1px #fff;
}

.member-body .account-stat-icon.grid::before {
  content: "";
  width: 22px;
  height: 22px;
  background:
    linear-gradient(#fff 0 0) 0 0/8px 8px,
    linear-gradient(#fff 0 0) 14px 0/8px 8px,
    linear-gradient(#fff 0 0) 0 14px/8px 8px,
    linear-gradient(#fff 0 0) 14px 14px/8px 8px;
  background-repeat: no-repeat;
}

.member-body .account-stat-icon.rank::before {
  content: "";
  width: 24px;
  height: 24px;
  background: #fff;
  clip-path: polygon(50% 0, 60% 28%, 88% 12%, 74% 42%, 100% 50%, 74% 58%, 88% 88%, 60% 72%, 50% 100%, 40% 72%, 12% 88%, 26% 58%, 0 50%, 26% 42%, 12% 12%, 40% 28%);
}

.member-body .account-stat-card strong {
  font-size: 19px;
  font-weight: 800;
}

.member-body .account-stat-card em {
  color: #377cf6;
  font-style: normal;
  font-size: 18px;
  font-weight: 800;
}

.member-body .account-stat-card em span {
  font-size: 13px;
  color: inherit;
}

.member-body .account-stat-card small,
.member-body .account-show-all {
  color: #8b8b8b;
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.member-body .account-stat-action {
  margin-top: 4px;
  min-height: 40px;
  padding: 0 16px;
  border: 2px solid #377cf6;
  border-radius: 4px;
  color: #377cf6;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
}

.member-body .account-stat-action span {
  font-size: 22px;
  line-height: 1;
}

.member-body .rank-label span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #377cf6;
  color: #fff;
  font-size: 10px;
  vertical-align: middle;
}

.member-body .account-help-strip,
.member-body .account-login-row,
.member-body .account-password-panel,
.member-body .account-topups-panel,
.member-body .account-premium-card {
  background: #fff;
  border: 1px solid rgba(226, 232, 240, .86);
  border-radius: 6px;
  box-shadow: 0 16px 42px rgba(16, 24, 40, .035);
}

.member-body .account-help-strip {
  min-height: 56px;
  padding: 0 22px;
  margin-bottom: 22px;
  display: grid;
  grid-template-columns: 1fr auto 48px 1fr;
  align-items: center;
  gap: 18px;
  color: #111827;
  text-decoration: none;
}

.member-body .account-help-strip strong {
  color: #777;
  font-size: 17px;
}

.member-body .account-help-strip span {
  color: #377cf6;
  font-size: 17px;
  font-weight: 500;
}

.member-body .account-help-strip i {
  width: 12px;
  height: 12px;
  border-top: 3px solid #377cf6;
  border-right: 3px solid #377cf6;
  transform: rotate(45deg);
}

.member-body .account-help-strip b {
  width: 34px;
  height: 28px;
  border-radius: 6px;
  background: linear-gradient(135deg, #8dc7fb, #5aa7ef);
  position: relative;
}

.member-body .account-help-strip b::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: #59b55c;
  left: -8px;
  top: -5px;
}

.member-body .account-login-row {
  background: transparent;
  border: 0;
  box-shadow: none;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 220px 220px;
  gap: 14px;
  margin-bottom: 18px;
}

.member-body .account-email-box,
.member-body .account-outline-btn {
  min-height: 56px;
  border-radius: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 22px;
}

.member-body .account-email-box {
  border: 10px solid rgba(248, 250, 252, .95);
}

.member-body .account-email-box span {
  width: 24px;
  height: 18px;
  border: 2px solid #2f2f2f;
  border-radius: 2px;
  position: relative;
}

.member-body .account-email-box span::before,
.member-body .account-email-box span::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 2px;
  background: #2f2f2f;
  top: 5px;
}

.member-body .account-email-box span::before {
  left: 1px;
  transform: rotate(28deg);
}

.member-body .account-email-box span::after {
  right: 1px;
  transform: rotate(-28deg);
}

.member-body .account-email-box strong {
  font-size: 18px;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.member-body .account-outline-btn {
  border: 2px solid #377cf6;
  color: #377cf6;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.member-body .account-outline-btn:hover,
.member-body .account-outline-btn.active {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(55, 124, 246, .14);
}

.member-body .account-outline-btn.muted {
  border-color: #8c8c8c;
  color: #8c8c8c;
}

.member-body .account-outline-btn.muted span {
  width: 14px;
  height: 18px;
  border-radius: 2px;
  background: #8c8c8c;
  position: relative;
}

.member-body .account-outline-btn.muted span::before {
  content: "";
  position: absolute;
  left: 2px;
  top: -9px;
  width: 10px;
  height: 10px;
  border: 3px solid #8c8c8c;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.member-body .account-outline-btn.primary span {
  width: 16px;
  height: 22px;
  border-radius: 50% 50% 45% 45%;
  background: #377cf6;
  position: relative;
}

.member-body .account-outline-btn.primary span::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}

.member-body .account-password-panel {
  padding: 18px;
  margin-bottom: 22px;
}

.member-body .account-password-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 12px;
  align-items: end;
}

.member-body .account-password-form label span {
  display: block;
  margin-bottom: 7px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.member-body .account-password-form input {
  width: 100%;
  min-height: 44px;
  border: 1px solid #d7deea;
  border-radius: 8px;
  padding: 0 12px;
}

.member-body .account-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, .95fr);
  gap: 22px;
  align-items: start;
}

.member-body .account-topups-panel {
  padding: 0 0 22px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.member-body .account-topups-panel h2 {
  margin: 0 0 14px;
  color: #777;
  font-size: 18px;
  font-weight: 800;
}

.member-body .account-topup-list {
  background: #fff;
  border-radius: 4px;
  padding: 18px 26px;
}

.member-body .account-topup-row {
  min-height: 48px;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 92px 18px;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #d6d6d6;
  color: #333;
  text-decoration: none;
}

.member-body .account-topup-row:hover span {
  color: #377cf6;
}

.member-body .account-topup-row time {
  color: #7c7c7c;
  font-weight: 800;
}

.member-body .account-topup-row span {
  color: #377cf6;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.member-body .account-topup-row strong {
  color: #8a8a8a;
  font-size: 15px;
  font-weight: 500;
  text-align: right;
}

.member-body .account-topup-row i {
  width: 14px;
  height: 18px;
  border-radius: 2px;
  background: #8a8a8a;
  position: relative;
}

.member-body .account-topup-row i::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 3px;
  width: 6px;
  height: 9px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.member-body .account-show-all {
  display: block;
  width: fit-content;
  margin: 24px auto 0;
  color: #377cf6;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  font: inherit;
  line-height: 1.35;
}

.member-body .account-show-all:hover:not(:disabled) {
  border-color: #1277ff;
  border-radius: 999px;
  box-shadow: 0 0 0 3px rgba(18, 119, 255, .12);
  text-decoration: none;
}

.member-body .account-show-all:disabled {
  cursor: wait;
  opacity: .68;
}

.member-body .account-topup-row.is-new {
  animation: accountTransactionIn .26s ease both;
}

@keyframes accountTransactionIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.member-body .account-empty-state {
  background: #fff;
  border-radius: 6px;
  padding: 28px;
  color: #6b7280;
}

.member-body .account-empty-state strong {
  display: block;
  color: #111827;
  margin-bottom: 6px;
}

.member-body .account-premium-card {
  padding: 28px 30px 26px;
  border: 0;
  border-radius: 5px;
  min-height: 250px;
}

.member-body .account-premium-card h2 {
  margin: 0 0 22px;
  font-size: 18px;
}

.member-body .account-premium-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  display: grid;
  gap: 17px;
}

.member-body .account-premium-card li {
  position: relative;
  padding-left: 26px;
  font-size: 15px;
  color: #333;
}

.member-body .account-premium-card li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 5px;
  width: 9px;
  height: 5px;
  border-left: 3px solid #377cf6;
  border-bottom: 3px solid #377cf6;
  transform: rotate(-45deg);
}

.member-body .account-premium-card li span {
  display: inline-block;
  width: 11px;
  height: 14px;
  margin-left: 4px;
  border-radius: 2px;
  background: #f3be57;
  vertical-align: -2px;
  position: relative;
}

.member-body .account-premium-card li span::before {
  content: "";
  position: absolute;
  left: 2px;
  top: -7px;
  width: 7px;
  height: 8px;
  border: 2px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.member-body .account-refill-btn {
  min-height: 46px;
  border: 2px solid #377cf6;
  border-radius: 4px;
  color: #377cf6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 18px;
  text-decoration: none;
  font-weight: 800;
}

.member-body .account-refill-btn span {
  width: 21px;
  height: 21px;
  border: 3px solid #377cf6;
  border-right-color: transparent;
  border-radius: 50%;
  position: relative;
}

.member-body .account-refill-btn span::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-left: 3px solid #377cf6;
  border-bottom: 3px solid #377cf6;
  transform: rotate(45deg);
}

@media (max-width: 1100px) {
  .member-body .account-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 34px;
  }

  .member-body .account-main-grid,
  .member-body .account-login-row {
    grid-template-columns: 1fr;
  }

  .member-body .account-password-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .member-body .top-avatar {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
  }

  .member-body .top-avatar::before {
    top: 7px !important;
    width: 12px !important;
    height: 12px !important;
  }

  .member-body .top-avatar::after {
    bottom: 7px !important;
    width: 23px !important;
    height: 11px !important;
  }

  .member-body .account-page {
    margin-top: 18px;
    padding-bottom: 80px;
  }

  .member-body .account-stat-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 30px;
  }

  .member-body .account-stat-card {
    min-height: 134px;
  }

  .member-body .account-help-strip {
    grid-template-columns: 1fr auto 14px;
    min-height: auto;
    padding: 16px 18px;
  }

  .member-body .account-help-strip b {
    display: none;
  }

  .member-body .account-email-box,
  .member-body .account-outline-btn {
    min-height: 52px;
    padding: 0 16px;
  }

  .member-body .account-email-box strong {
    font-size: 15px;
  }

  .member-body .account-topup-list {
    padding: 8px 16px;
  }

  .member-body .account-topup-row {
    grid-template-columns: 1fr auto;
    gap: 4px 12px;
    padding: 12px 0;
  }

  .member-body .account-topup-row time,
  .member-body .account-topup-row span {
    grid-column: 1 / 2;
  }

  .member-body .account-topup-row strong {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
  }

  .member-body .account-topup-row i {
    display: none;
  }

  .member-body .account-premium-card {
    padding: 24px 20px;
  }
}

.member-body .btn:hover:not(:disabled):not(.disabled),
.member-body button:hover:not(:disabled),
.member-body .chip:hover,
.member-body .access-card:hover,
.member-body .member-info-card:hover,
.member-body .member-metric-card:hover,
.member-body .orders-action-pill:hover,
.member-body .help-ticket-row:hover,
.member-body .help-video-card:hover,
.member-body .profile-option:hover,
.member-body .history-link:hover,
.member-body .top-pill:hover,
.member-body .mobile-tabbar a:hover,
.admin-body .btn:hover:not(:disabled):not(.disabled),
.admin-body .su-tabs button:hover:not(:disabled),
.admin-body .admin-stat-card:hover {
  transform: translateY(-1px) !important;
}

.member-body .btn:focus-visible,
.member-body button:focus-visible,
.member-body a:focus-visible,
.member-body input:focus-visible,
.member-body select:focus-visible,
.member-body textarea:focus-visible,
.admin-body .btn:focus-visible,
.admin-body button:focus-visible,
.admin-body a:focus-visible,
.admin-body input:focus-visible,
.admin-body select:focus-visible,
.admin-body textarea:focus-visible {
  outline: 3px solid rgba(52, 120, 246, .24) !important;
  outline-offset: 3px !important;
}

.member-body .btn.loading,
.member-body button.loading,
.admin-body .btn.loading,
.admin-body button.loading,
.auth-body .btn.loading,
.auth-body button.loading {
  pointer-events: none !important;
  opacity: .78 !important;
}

.member-body .btn.loading::after,
.member-body button.loading::after,
.admin-body .btn.loading::after,
.admin-body button.loading::after,
.auth-body .btn.loading::after,
.auth-body button.loading::after {
  content: "" !important;
  width: 14px !important;
  height: 14px !important;
  margin-left: 8px !important;
  border-radius: 50% !important;
  border: 2px solid currentColor !important;
  border-top-color: transparent !important;
  animation: fh-button-spin .72s linear infinite !important;
}

.member-body .access-card,
.member-body .step-card,
.member-body .panel,
.admin-body .panel {
  will-change: transform !important;
}

@media (max-width: 640px) {
  .member-body .profile-add-card {
    width: min(420px, calc(100vw - 24px)) !important;
    border-radius: 18px !important;
    padding: 20px !important;
  }

  .member-body .profile-add-card .profile-add-row {
    grid-template-columns: 40px minmax(0, 1fr) auto !important;
    gap: 8px !important;
  }

  .member-body .profile-add-card .profile-paste-button {
    min-height: 44px !important;
    padding: 0 11px !important;
    border-radius: 12px !important;
    font-size: 12px !important;
  }

  .member-body .profile-add-card .profile-add-row .btn {
    grid-column: 2 !important;
    width: 100% !important;
    min-height: 46px !important;
    margin-top: 2px !important;
    border-radius: 14px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .member-body .profile-add-card,
  .member-body .btn.loading::after,
  .member-body button.loading::after,
  .admin-body .btn.loading::after,
  .admin-body button.loading::after,
  .auth-body .btn.loading::after,
  .auth-body button.loading::after {
    animation: none !important;
  }

  .member-body .btn,
  .member-body button,
  .member-body .chip,
  .member-body .stat-card,
  .member-body .access-card,
  .member-body .member-info-card,
  .member-body .member-metric-card,
  .member-body .orders-action-pill,
  .member-body .help-ticket-row,
  .member-body .help-video-card,
  .member-body .profile-option,
  .member-body .history-link,
  .member-body .top-pill,
  .member-body .mobile-tabbar a,
  .admin-body .btn,
  .admin-body .su-tabs button,
  .admin-body .admin-stat-card {
    transition: none !important;
  }
}


.member-body.member-route-send .warn-box {
  display: block !important;
  color: #5f370e !important;
}

.member-body.member-route-send .warn-box strong,
.member-body.member-route-send .warn-box b {
  color: #7c2d12 !important;
  font-weight: 850 !important;
}

.member-body.member-route-send .warn-box p {
  margin: 0 0 10px !important;
}

.member-body.member-route-send .warn-box p:last-child {
  margin-bottom: 0 !important;
}

.member-body.member-route-send .warn-box a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px !important;
  margin-top: 4px !important;
  padding: 0 14px !important;
  border: 1px solid rgba(52, 120, 246, .26) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #2367e8 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(52, 120, 246, .10) !important;
}

.member-body.member-route-send .warn-box a:hover,
.member-body.member-route-send .warn-box a:focus-visible {
  transform: translateY(-1px) !important;
  border-color: rgba(52, 120, 246, .48) !important;
  box-shadow: 0 14px 28px rgba(52, 120, 246, .16) !important;
}


html {
  scroll-behavior: smooth;
}

.member-body .btn:disabled,
.member-body button:disabled,
.member-body .btn.is-disabled,
.member-body button.is-disabled {
  cursor: not-allowed !important;
  pointer-events: none !important;
  transform: none !important;
  box-shadow: none !important;
  filter: grayscale(.12) saturate(.75) !important;
}

.member-body .btn.submit:disabled,
.member-body .btn.submit.is-disabled {
  border-color: #e1e7ef !important;
  background: #e9edf3 !important;
  color: #8993a2 !important;
  opacity: .88 !important;
}

.member-body.member-route-send .check-row {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: 12px 0 0 !important;
  padding: 11px 14px !important;
  border: 1px solid rgba(209, 216, 226, .95) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #1f2937 !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .06) !important;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease !important;
}

.member-body.member-route-send .check-row:hover,
.member-body.member-route-send .check-row:focus-within {
  border-color: rgba(52, 120, 246, .46) !important;
  box-shadow: 0 14px 30px rgba(52, 120, 246, .14) !important;
  transform: translateY(-1px) !important;
}

.member-body.member-route-send .check-row input {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  accent-color: #3478f6 !important;
  flex: 0 0 auto !important;
}

@media (max-width: 640px) {
  .member-body.member-route-send .check-row {
    width: 100% !important;
    justify-content: flex-start !important;
    border-radius: 18px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }
}


.member-body .side-nav a:hover,
.member-body .book-btn:hover,
.member-body .side-account:hover,
.member-body .side-settings:hover,
.member-body .top-pill:hover,
.member-body .top-avatar:hover,
.member-body .mobile-tabbar a:hover,
.member-body .btn:hover:not(:disabled):not(.disabled):not(.is-disabled),
.member-body button:hover:not(:disabled):not(.disabled):not(.is-disabled),
.member-body .chip:hover,
.member-body .stat-card:hover,
.member-body .member-info-card:hover,
.member-body .member-metric-card:hover,
.member-body .access-card:hover,
.member-body .history-link:hover,
.member-body .step-card:not(.disabled):hover,
.member-body .panel:hover,
.member-body .profile-option:hover,
.member-body .profile-block .profile-option:hover,
.member-body .orders-action-pill:hover,
.member-body .filters-card:hover,
.member-body .table-panel:hover,
.member-body .orders-table-wrap:hover,
.member-body .orders-table-scroll:hover,
.member-body .pager-btn:hover:not(.disabled),
.member-body .filter-pill:hover,
.member-body .product-filter:hover,
.member-body .help-video-card:hover,
.member-body .help-video-button:hover,
.member-body .help-ticket-row:hover,
.member-body .help-order-option:hover,
.member-body .ticket-back:hover,
.member-body .ticket-message:hover,
.member-body .ticket-solved:hover,
.member-body .toolbox-rank-panel:hover,
.member-body .toolbox-secondary:hover,
.member-body .account-stat-card:hover,
.member-body .account-help-strip:hover,
.member-body .account-email-box:hover,
.member-body .account-outline-btn:hover,
.member-body .account-topup-row:hover,
.member-body .account-premium-card:hover,
.member-body .account-refill-btn:hover,
.member-body.member-route-send .round-btn:hover,
.member-body.member-route-send .warn-box a:hover,
.member-body.member-route-send .check-row:hover,
.admin-body .btn:hover:not(:disabled):not(.disabled):not(.is-disabled),
.admin-body .su-tabs button:hover:not(:disabled),
.admin-body .admin-stat-card:hover,
.admin-body .panel:hover {
  transform: none !important;
  border-color: rgba(0, 122, 255, .72) !important;
  box-shadow:
    inset 0 0 0 3px #007aff,
    0 16px 36px rgba(0, 122, 255, .10) !important;
}

.member-body input:hover:not(:disabled),
.member-body select:hover:not(:disabled),
.member-body textarea:hover:not(:disabled),
.admin-body input:hover:not(:disabled),
.admin-body select:hover:not(:disabled),
.admin-body textarea:hover:not(:disabled) {
  border-color: rgba(0, 122, 255, .72) !important;
  box-shadow: inset 0 0 0 2px rgba(0, 122, 255, .72) !important;
}

.member-body .orders-table tbody tr:hover td {
  background: #fff !important;
  box-shadow:
    inset 0 2px 0 #007aff,
    inset 0 -2px 0 #007aff !important;
}

.member-body .orders-table tbody tr:hover td:first-child {
  box-shadow:
    inset 2px 0 0 #007aff,
    inset 0 2px 0 #007aff,
    inset 0 -2px 0 #007aff !important;
}

.member-body .orders-table tbody tr:hover td:last-child {
  box-shadow:
    inset -2px 0 0 #007aff,
    inset 0 2px 0 #007aff,
    inset 0 -2px 0 #007aff !important;
}


@media (min-width: 981px) {
  .member-body.member-route-send {
    --fh-shell-w: 1240px !important;
    --fh-sidebar-w: 280px !important;
    --fh-shell-gap: 72px !important;
    --member-shell-pad-y: 44px !important;
  }

  .member-body.member-route-send .content {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
  }

  .member-body.member-route-send .send-shell {
    width: 500px !important;
    max-width: 500px !important;
    margin: 0 auto 72px !important;
    padding: 0 !important;
  }

  .member-body.member-route-send .send-head {
    margin: 0 0 12px !important;
    text-align: center !important;
  }

  .member-body.member-route-send .send-head h1 {
    margin: 0 0 24px !important;
    color: #060b18 !important;
    font-size: 25px !important;
    line-height: 1.05 !important;
    font-weight: 820 !important;
    letter-spacing: .01em !important;
  }

  .member-body.member-route-send .send-head h1 .platform-dot {
    width: 18px !important;
    height: 18px !important;
    margin-right: 10px !important;
    font-size: 10px !important;
    vertical-align: 2px !important;
  }

  .member-body.member-route-send .send-nav {
    display: grid !important;
    grid-template-columns: 58px 170px 150px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 16px !important;
    margin: 0 0 31px !important;
  }

  .member-body.member-route-send .round-btn {
    width: 100% !important;
    min-width: 0 !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 18px !important;
    border: 1px solid rgba(229, 235, 243, .92) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #05070d !important;
    font-size: 16px !important;
    font-weight: 780 !important;
    line-height: 1 !important;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .035) !important;
  }

  .member-body.member-route-send .round-btn.icon-only {
    width: 58px !important;
    min-width: 58px !important;
    padding: 0 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
  }

  .member-body.member-route-send .round-icon {
    width: 22px !important;
    height: 22px !important;
    font-size: 20px !important;
  }

  .member-body.member-route-send .balance-row {
    display: grid !important;
    grid-template-columns: 318px 168px !important;
    gap: 14px !important;
    width: 100% !important;
    margin: 0 0 12px !important;
  }

  .member-body.member-route-send .balance-card {
    min-height: 118px !important;
    min-width: 0 !important;
    border-radius: 17px !important;
    padding: 18px 22px !important;
    background: #071a34 !important;
    box-shadow: 0 24px 46px rgba(7, 26, 52, .07) !important;
  }

  .member-body.member-route-send .balance-card strong {
    font-size: 31px !important;
    line-height: .95 !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
  }

  .member-body.member-route-send .balance-card.compact strong {
    font-size: 31px !important;
  }

  .member-body.member-route-send .balance-card span {
    margin-top: 7px !important;
    color: rgba(255, 255, 255, .74) !important;
    font-size: 15px !important;
    line-height: 1 !important;
    font-weight: 450 !important;
  }

  .member-body.member-route-send .balance-card .btn {
    width: 100% !important;
    height: 32px !important;
    min-height: 32px !important;
    margin-top: 15px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    font-weight: 820 !important;
    line-height: 1 !important;
  }

  .member-body.member-route-send .send-form {
    display: grid !important;
    gap: 12px !important;
  }

  .member-body.member-route-send .step-card {
    width: 100% !important;
    margin: 0 !important;
    padding: 18px 20px !important;
    border: 1px solid rgba(226, 232, 240, .9) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .035) !important;
  }

  .member-body.member-route-send .step-card.disabled {
    opacity: .45 !important;
    filter: saturate(.72) !important;
  }

  .member-body.member-route-send .step-card.done::after {
    top: 17px !important;
    right: 20px !important;
    color: #22c55e !important;
    font-size: 15px !important;
  }

  .member-body.member-route-send .step-card label:first-child {
    margin: 0 32px 16px 0 !important;
    gap: 11px !important;
    color: #727987 !important;
    font-size: 16px !important;
    line-height: 1.1 !important;
    font-weight: 560 !important;
  }

  .member-body.member-route-send .step-card label:first-child strong {
    font: inherit !important;
  }

  .member-body.member-route-send .step-card label:first-child > span {
    width: 29px !important;
    height: 29px !important;
    min-width: 29px !important;
    border-radius: 50% !important;
    background: #eaf2ff !important;
    color: #3478f6 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
  }

  .member-body.member-route-send select,
  .member-body.member-route-send input[type="text"],
  .member-body.member-route-send input[type="number"],
  .member-body.member-route-send textarea {
    min-height: 48px !important;
    border: 1px solid #d8dee8 !important;
    border-radius: 15px !important;
    padding: 0 17px !important;
    background: #fff !important;
    color: #111827 !important;
    font-size: 16px !important;
    font-weight: 430 !important;
    line-height: 1.25 !important;
  }

  .member-body.member-route-send textarea {
    min-height: 120px !important;
    padding-top: 14px !important;
  }

  .member-body.member-route-send .hint-box,
  .member-body.member-route-send .warn-box,
  .member-body.member-route-send .profile-public-note,
  .member-body.member-route-send .field-error,
  .member-body.member-route-send .amount-balance-warning {
    margin-top: 10px !important;
    border-radius: 12px !important;
    padding: 10px 13px !important;
    font-size: 13px !important;
    line-height: 1.28 !important;
    font-weight: 430 !important;
  }

  .member-body.member-route-send .step-card .btn.ghost,
  .member-body.member-route-send .profile-choice-head .btn {
    min-height: 36px !important;
    padding: 0 15px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    font-weight: 650 !important;
  }

  .member-body.member-route-send .mode-switch {
    height: 50px !important;
    padding: 4px !important;
    border-radius: 999px !important;
    margin-bottom: 15px !important;
  }

  .member-body.member-route-send .mode-switch button {
    border-radius: 999px !important;
    font-size: 14px !important;
    font-weight: 780 !important;
  }

  .member-body.member-route-send .profile-choice-head {
    margin-bottom: 12px !important;
    gap: 12px !important;
  }

  .member-body.member-route-send .profile-choice-head strong,
  .member-body.member-route-send .profile-choice-head a {
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  .member-body.member-route-send .profile-option {
    min-height: 60px !important;
    border-radius: 15px !important;
    padding: 10px 44px 10px 13px !important;
    column-gap: 11px !important;
  }

  .member-body.member-route-send .profile-option img,
  .member-body.member-route-send .profile-avatar-fallback {
    width: 39px !important;
    height: 39px !important;
  }

  .member-body.member-route-send .profile-option strong {
    font-size: 16px !important;
    line-height: 1.12 !important;
    font-weight: 780 !important;
  }

  .member-body.member-route-send .profile-option small,
  .member-body.member-route-send .muted {
    font-size: 13px !important;
    line-height: 1.2 !important;
  }

  .member-body.member-route-send .profile-post-tools {
    min-height: 78px !important;
    border-radius: 15px !important;
    padding: 14px !important;
  }

  .member-body.member-route-send .btn.submit {
    min-height: 44px !important;
    border-radius: 999px !important;
    font-size: 15px !important;
    font-weight: 820 !important;
  }
}

@media (max-width: 980px) {
  .member-body.member-route-send .send-shell {
    width: min(500px, 100%) !important;
    max-width: 500px !important;
  }
}

@media (max-width: 640px) {
  .member-body.member-route-send .send-head h1 {
    font-size: 21px !important;
    line-height: 1.12 !important;
  }

  .member-body.member-route-send .send-nav {
    grid-template-columns: 48px 1fr 1fr !important;
    gap: 8px !important;
    margin-bottom: 18px !important;
  }

  .member-body.member-route-send .round-btn {
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 11px !important;
    font-size: 13px !important;
  }

  .member-body.member-route-send .balance-row {
    grid-template-columns: minmax(0, 1fr) minmax(120px, .48fr) !important;
    gap: 9px !important;
  }

  .member-body.member-route-send .balance-card {
    min-height: 102px !important;
    border-radius: 16px !important;
    padding: 15px !important;
  }

  .member-body.member-route-send .balance-card strong {
    font-size: 27px !important;
  }

  .member-body.member-route-send .step-card {
    border-radius: 17px !important;
    padding: 17px !important;
  }
}

@media (max-width: 460px) {
  .member-body.member-route-send .send-nav {
    grid-template-columns: 48px 1fr !important;
  }

  .member-body.member-route-send .send-nav .round-btn:last-child {
    grid-column: 1 / -1 !important;
  }

  .member-body.member-route-send .balance-row {
    grid-template-columns: 1fr !important;
  }
}


.fh-action-overlay {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9998 !important;
  display: grid !important;
  place-items: center !important;
  padding: 20px !important;
  background: rgba(6, 10, 18, .34) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  backdrop-filter: blur(7px) !important;
  -webkit-backdrop-filter: blur(7px) !important;
  transition: opacity .16s ease !important;
}

.fh-confetti-layer {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9997 !important;
  pointer-events: none !important;
  overflow: hidden !important;
}

.fh-confetti-layer span {
  position: absolute !important;
  top: -18px !important;
  width: 9px !important;
  height: 14px !important;
  border-radius: 3px !important;
  opacity: .95 !important;
  animation-name: fh-confetti-fall !important;
  animation-timing-function: cubic-bezier(.2, .74, .38, 1) !important;
  animation-fill-mode: forwards !important;
}

@keyframes fh-confetti-fall {
  0% {
    transform: translate3d(0, -18px, 0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translate3d(var(--fh-confetti-drift, 0), calc(100vh + 40px), 0) rotate(720deg);
    opacity: 0;
  }
}

.fh-action-loading {
  cursor: wait !important;
}

.fh-action-loading .fh-action-overlay {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.fh-action-card {
  width: min(330px, calc(100vw - 36px)) !important;
  min-height: 182px !important;
  padding: 26px 24px 22px !important;
  border: 1px solid rgba(255, 255, 255, .72) !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, .92) !important;
  color: #111827 !important;
  text-align: center !important;
  box-shadow: 0 28px 80px rgba(7, 26, 52, .24) !important;
  transform: translateZ(0) !important;
}

.fh-action-spinner {
  width: 56px !important;
  height: 56px !important;
  margin: 0 auto 16px !important;
  display: block !important;
  border-radius: 50% !important;
  border: 5px solid rgba(17, 24, 39, .13) !important;
  border-top-color: #007aff !important;
  animation: fh-action-spin .72s linear infinite !important;
}

.fh-action-card strong {
  display: block !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 850 !important;
}

.fh-action-card p {
  margin: 8px 0 0 !important;
  color: #667085 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 560 !important;
}

.fh-action-progress {
  height: 5px !important;
  margin-top: 18px !important;
  border-radius: 999px !important;
  display: block !important;
  overflow: hidden !important;
  background: #e6edf6 !important;
  position: relative !important;
}

.fh-action-progress::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  width: 42% !important;
  border-radius: inherit !important;
  background: linear-gradient(90deg, #007aff, #53a4ff) !important;
  animation: fh-action-progress 1.05s ease-in-out infinite !important;
}

@keyframes fh-action-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes fh-action-progress {
  0% {
    transform: translateX(-105%);
  }
  100% {
    transform: translateX(245%);
  }
}

@media (max-width: 640px) {
  .fh-action-overlay {
    align-items: center !important;
    padding: 18px !important;
  }

  .fh-action-card {
    width: min(300px, calc(100vw - 32px)) !important;
    min-height: 168px !important;
    padding: 23px 20px 20px !important;
    border-radius: 22px !important;
  }

  .fh-action-spinner {
    width: 50px !important;
    height: 50px !important;
    border-width: 5px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fh-action-overlay {
    transition: none !important;
  }

  .fh-action-spinner,
  .fh-action-progress::before,
  .fh-confetti-layer span {
    animation: none !important;
  }
}


@media (min-width: 981px) {
  .member-body.member-route-access {
    --fh-shell-w: min(1240px, calc(100vw - 64px)) !important;
    --fh-sidebar-w: 280px !important;
    --fh-shell-gap: 56px !important;
    --member-shell-pad-y: 58px !important;
  }

  .member-body.member-route-access .app-shell {
    width: var(--fh-shell-w) !important;
    max-width: var(--fh-shell-w) !important;
    grid-template-columns: var(--fh-sidebar-w) minmax(0, 1fr) !important;
    gap: var(--fh-shell-gap) !important;
    align-items: start !important;
    justify-content: center !important;
    padding-top: var(--member-shell-pad-y) !important;
  }

  .member-body.member-route-access .content {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .member-body.member-route-access .dashboard-grid {
    width: min(760px, 100%) !important;
    max-width: 760px !important;
    margin: 0 auto 76px !important;
    padding: 0 !important;
    display: grid !important;
    gap: 24px !important;
  }

  .member-body.member-route-access .page-head {
    margin: 0 !important;
  }

  .member-body.member-route-access .page-head p,
  .member-body.member-route-access .filters-block p {
    margin: 0 0 13px !important;
    color: #8d929b !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 780 !important;
    letter-spacing: .03em !important;
  }

  .member-body.member-route-access .stat-row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
  }

  .member-body.member-route-access .stat-card {
    width: 100% !important;
    min-width: 0 !important;
    height: 86px !important;
    min-height: 86px !important;
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) !important;
    grid-template-rows: 1fr auto !important;
    align-items: center !important;
    padding: 17px 18px !important;
    border-radius: 10px !important;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .035) !important;
  }

  .member-body.member-route-access .stat-card span {
    grid-row: 1 / 3 !important;
    align-self: center !important;
    justify-self: start !important;
    width: 24px !important;
    height: 24px !important;
  }

  .member-body.member-route-access .stat-card.ok span {
    width: 21px !important;
    height: 36px !important;
  }

  .member-body.member-route-access .stat-card strong {
    justify-self: end !important;
    align-self: end !important;
    font-size: 27px !important;
    line-height: .92 !important;
    font-weight: 560 !important;
  }

  .member-body.member-route-access .stat-card small {
    justify-self: end !important;
    align-self: start !important;
    margin-top: 7px !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 500 !important;
  }

  .member-body.member-route-access .filters-block {
    margin: 2px 0 0 !important;
  }

  .member-body.member-route-access .chip-row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 9px 10px !important;
  }

  .member-body.member-route-access .chip {
    height: 37px !important;
    min-height: 37px !important;
    gap: 8px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 520 !important;
    box-shadow: 0 3px 10px rgba(15, 23, 42, .035) !important;
  }

  .member-body.member-route-access .chip strong {
    font-size: 13px !important;
    font-weight: 780 !important;
  }

  .member-body.member-route-access .chip .platform-dot {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    margin-right: 1px !important;
    font-size: 10px !important;
  }

  .member-body.member-route-access .access-list {
    width: 100% !important;
    max-width: 100% !important;
    margin: 14px 0 0 !important;
    display: grid !important;
    gap: 7px !important;
  }

  .member-body.member-route-access .access-card {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 122px 42px !important;
    grid-template-areas: "main actions history" !important;
    align-items: center !important;
    column-gap: 14px !important;
    min-height: 86px !important;
    height: auto !important;
    padding: 14px 15px 14px 24px !important;
    border: 2px solid transparent !important;
    border-radius: 11px !important;
    background: #fff !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .035) !important;
    overflow: hidden !important;
  }

  .member-body.member-route-access .access-main {
    grid-area: main !important;
    display: grid !important;
    gap: 12px !important;
    min-width: 0 !important;
    align-content: center !important;
  }

  .member-body.member-route-access .access-main h2 {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    min-width: 0 !important;
    margin: 0 !important;
    color: #2b2f36 !important;
    font-size: 18px !important;
    line-height: 1.14 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    overflow-wrap: anywhere !important;
  }

  .member-body.member-route-access .access-main h2 .platform-dot {
    flex: 0 0 auto !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    margin: 0 !important;
    font-size: 10px !important;
  }

  .member-body.member-route-access .access-main p {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    color: #353941 !important;
    font-size: 17px !important;
    line-height: 1 !important;
    font-weight: 560 !important;
  }

  .member-body.member-route-access .coin {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    margin-right: 10px !important;
    border-width: 2px !important;
    font-size: 11px !important;
  }

  .member-body.member-route-access .access-actions {
    grid-area: actions !important;
    display: grid !important;
    gap: 7px !important;
    width: 100% !important;
    align-content: center !important;
    justify-self: stretch !important;
  }

  .member-body.member-route-access .access-actions .btn {
    width: 100% !important;
    min-height: 30px !important;
    height: 30px !important;
    padding: 0 13px !important;
    justify-content: center !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 820 !important;
  }

  .member-body.member-route-access .history-link {
    grid-area: history !important;
    position: static !important;
    inset: auto !important;
    justify-self: center !important;
    align-self: center !important;
    width: 40px !important;
    height: 40px !important;
    border: 2px solid transparent !important;
    border-radius: 50% !important;
    background: #f8fafc !important;
  }

  .member-body.member-route-access .history-link svg {
    width: 22px !important;
    height: 22px !important;
  }

  .member-body.member-route-access .access-card:hover,
  .member-body.member-route-access .access-card:focus-within {
    border-color: #007aff !important;
    box-shadow: 0 16px 38px rgba(15, 23, 42, .07) !important;
    transform: none !important;
  }

  .member-body.member-route-access .history-link:hover,
  .member-body.member-route-access .history-link:focus-visible {
    border-color: #007aff !important;
    transform: none !important;
  }
}

@media (max-width: 980px) {
  .member-body.member-route-access .dashboard-grid {
    display: grid !important;
    gap: 18px !important;
  }

  .member-body.member-route-access .page-head p,
  .member-body.member-route-access .filters-block p {
    margin: 0 0 11px !important;
    font-size: 12px !important;
  }

  .member-body.member-route-access .stat-row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .member-body.member-route-access .stat-card {
    min-height: 72px !important;
    height: 72px !important;
    padding: 12px !important;
    border-radius: 10px !important;
  }

  .member-body.member-route-access .stat-card strong {
    font-size: 24px !important;
  }

  .member-body.member-route-access .stat-card small {
    font-size: 12px !important;
  }

  .member-body.member-route-access .chip-row {
    gap: 8px !important;
  }

  .member-body.member-route-access .chip {
    min-height: 36px !important;
    height: 36px !important;
    padding: 0 12px !important;
    font-size: 13px !important;
  }

  .member-body.member-route-access .access-list {
    gap: 8px !important;
    margin-top: 10px !important;
  }

  .member-body.member-route-access .access-card {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 40px !important;
    grid-template-areas:
      "main history"
      "actions actions" !important;
    row-gap: 13px !important;
    min-height: 0 !important;
    padding: 15px !important;
    border: 2px solid transparent !important;
    border-radius: 12px !important;
  }

  .member-body.member-route-access .access-main {
    display: grid !important;
    gap: 10px !important;
  }

  .member-body.member-route-access .access-main h2 {
    font-size: 17px !important;
  }

  .member-body.member-route-access .access-main p {
    font-size: 16px !important;
  }

  .member-body.member-route-access .access-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .member-body.member-route-access .access-actions .btn {
    min-height: 34px !important;
    height: 34px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 560px) {
  .member-body.member-route-access .stat-row {
    grid-template-columns: 1fr !important;
  }

  .member-body.member-route-access .access-card {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "main"
      "actions"
      "history" !important;
  }

  .member-body.member-route-access .history-link {
    justify-self: start !important;
  }
}


.admin-debug-panel,
.admin-customer-login-panel {
  border-color: rgba(52, 120, 246, .20) !important;
}

.admin-debug-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 30px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  background: #eef2f7 !important;
  color: #475569 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.admin-debug-badge.active {
  background: #fff1f2 !important;
  color: #be123c !important;
}

.admin-toggle-form {
  display: flex !important;
  justify-content: flex-start !important;
}

.admin-search-toggle-form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 12px !important;
  align-items: center !important;
}

.admin-search-toggle-card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 54px !important;
  gap: 14px !important;
  align-items: center !important;
  min-height: 64px !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(203, 213, 225, .82) !important;
  border-radius: 18px !important;
  background: #f8fafc !important;
  cursor: pointer !important;
}

.admin-search-toggle-card strong,
.admin-search-toggle-card small {
  display: block !important;
}

.admin-search-toggle-card strong {
  color: #101828 !important;
  font-size: 15px !important;
  font-weight: 820 !important;
  line-height: 1.15 !important;
}

.admin-search-toggle-card small {
  margin-top: 4px !important;
  color: #667085 !important;
  font-size: 12px !important;
  font-weight: 620 !important;
  line-height: 1.25 !important;
}

.admin-search-toggle-card input {
  position: absolute !important;
  inline-size: 1px !important;
  block-size: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.admin-search-toggle-card i {
  position: relative !important;
  display: block !important;
  width: 52px !important;
  height: 30px !important;
  border-radius: 999px !important;
  background: #d8e1ee !important;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, .12) !important;
  transition: background .18s ease, box-shadow .18s ease !important;
}

.admin-search-toggle-card i::before {
  content: "" !important;
  position: absolute !important;
  top: 4px !important;
  left: 4px !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: 0 4px 10px rgba(15, 23, 42, .16) !important;
  transition: transform .18s ease !important;
}

.admin-search-toggle-card input:checked + i {
  background: #3478f6 !important;
  box-shadow: 0 8px 18px rgba(52, 120, 246, .22), inset 0 1px 2px rgba(15, 23, 42, .08) !important;
}

.admin-search-toggle-card input:checked + i::before {
  transform: translateX(22px) !important;
}

.admin-search-toggle-card:focus-within {
  border-color: rgba(52, 120, 246, .70) !important;
  box-shadow: 0 0 0 4px rgba(52, 120, 246, .12) !important;
}

@media (max-width: 640px) {
  .admin-search-toggle-form {
    grid-template-columns: 1fr !important;
  }

  .admin-search-toggle-form .btn {
    width: 100% !important;
  }
}

.admin-customer-login-form {
  display: grid !important;
  grid-template-columns: minmax(220px, 1fr) auto !important;
  gap: 12px !important;
  align-items: end !important;
}

.admin-customer-login-form label span {
  display: block !important;
  margin-bottom: 8px !important;
  color: #475569 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.admin-customer-login-form input {
  width: 100% !important;
  min-height: 42px !important;
  border: 1px solid #cfd5dd !important;
  border-radius: 10px !important;
  padding: 0 13px !important;
  outline: none !important;
}

.admin-customer-login-form input:focus {
  border-color: var(--blue) !important;
  box-shadow: 0 0 0 4px rgba(52, 120, 246, .14) !important;
}

.admin-favicon-panel {
  border-color: rgba(52, 120, 246, .18) !important;
}

.admin-favicon-form {
  display: grid !important;
  gap: 15px !important;
}

.admin-favicon-preview-row {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  min-width: 0 !important;
}

.admin-favicon-preview {
  width: 58px !important;
  height: 58px !important;
  flex: 0 0 58px !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  border: 1px solid #dbe3ee !important;
  border-radius: 15px !important;
  background: linear-gradient(180deg, #fff, #f6f9ff) !important;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .07) !important;
}

.admin-favicon-preview img {
  width: 34px !important;
  height: 34px !important;
  object-fit: contain !important;
}

.admin-favicon-preview span {
  color: var(--blue) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: .02em !important;
}

.admin-favicon-preview-row strong,
.admin-favicon-preview-row small {
  display: block !important;
}

.admin-favicon-preview-row strong {
  color: #111827 !important;
  font-size: 15px !important;
  font-weight: 750 !important;
}

.admin-favicon-preview-row small {
  margin-top: 4px !important;
  color: #64748b !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  word-break: break-word !important;
}

.admin-favicon-input {
  display: grid !important;
  gap: 8px !important;
}

.admin-favicon-input span {
  color: #475569 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.admin-favicon-input input[type="file"] {
  width: 100% !important;
  min-height: 44px !important;
  border: 1px solid #cfd8e3 !important;
  border-radius: 12px !important;
  padding: 7px !important;
  background: #fff !important;
  color: #334155 !important;
  font-size: 13px !important;
}

.admin-favicon-input input[type="file"]:focus {
  outline: none !important;
  border-color: var(--blue) !important;
  box-shadow: 0 0 0 4px rgba(52, 120, 246, .14) !important;
}

.admin-favicon-input input[type="file"]::file-selector-button {
  min-height: 30px !important;
  margin-right: 10px !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: #edf4ff !important;
  color: var(--blue) !important;
  font-weight: 750 !important;
  cursor: pointer !important;
}

.admin-loading-splash-panel {
  border-color: rgba(52, 120, 246, .18) !important;
}

.admin-splash-preview {
  background: var(--admin-splash-preview-bg, #f2f7ff) !important;
}

.admin-splash-preview img {
  width: 38px !important;
  height: 38px !important;
  object-fit: contain !important;
}

.admin-splash-color-input input[type="color"] {
  width: 72px !important;
  height: 44px !important;
  padding: 4px !important;
  border: 1px solid #cfd8e3 !important;
  border-radius: 12px !important;
  background: #fff !important;
  cursor: pointer !important;
}

.admin-splash-source-options {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.admin-splash-source-options label {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  min-height: 44px !important;
  padding: 10px 12px !important;
  border: 1px solid #dbe3ee !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #111827 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.admin-splash-source-options input {
  width: 17px !important;
  height: 17px !important;
  accent-color: var(--blue) !important;
}

@media (max-width: 720px) {
  .admin-customer-login-form {
    grid-template-columns: 1fr !important;
  }

  .admin-splash-source-options {
    grid-template-columns: 1fr !important;
  }
}


@media (min-width: 981px) {
  .member-body.member-route-access {
    --fh-shell-w: min(1320px, calc(100vw - 64px)) !important;
    --fh-sidebar-w: 280px !important;
    --fh-shell-gap: 64px !important;
  }

  .member-body.member-route-access .dashboard-grid {
    width: min(820px, 100%) !important;
    max-width: 820px !important;
  }

  .member-body.member-route-access .access-list {
    width: min(820px, 100%) !important;
    max-width: 820px !important;
  }
}

.member-body .book-btn {
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.member-body .book-btn span:last-child {
  font-weight: 700 !important;
}

.member-body.member-route-access .access-card[data-send-href] {
  cursor: pointer !important;
}

.member-body.member-route-access .access-card[data-send-href]:focus-visible {
  outline: none !important;
  border-color: #007aff !important;
  box-shadow: 0 0 0 3px rgba(0, 122, 255, .14), 0 16px 38px rgba(15, 23, 42, .07) !important;
}

.member-body.member-route-access .access-card.unpaid {
  border-color: rgba(245, 158, 11, .38) !important;
  background: linear-gradient(180deg, #fff 0%, #fffaf0 100%) !important;
  cursor: default !important;
}

.member-body.member-route-access .access-card.unpaid:hover {
  border-color: rgba(245, 158, 11, .62) !important;
  box-shadow: 0 14px 34px rgba(180, 83, 9, .08) !important;
}

.member-body .access-payment-state {
  color: #b45309 !important;
}

.member-body .access-payment-state .coin {
  border-color: rgba(245, 158, 11, .5) !important;
  color: #b45309 !important;
}

.member-body .access-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 13px;
  border-radius: 999px;
  background: #fff7ed;
  color: #b45309;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.member-body.member-route-access .access-title-amount {
  display: inline-flex !important;
  align-items: center !important;
  margin-right: 4px !important;
  color: #111827 !important;
  font-weight: 680 !important;
}

.member-body.member-route-access .history-link.disabled {
  pointer-events: none !important;
  opacity: .34 !important;
  cursor: default !important;
}

.member-body.member-route-access .access-card.unpaid .history-link.disabled {
  background: #fff7ed !important;
}

.member-body .select-first-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: -4px 0 12px;
  padding: 10px 13px;
  border: 1px solid rgba(52, 120, 246, .18);
  border-radius: 14px;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
  color: #526070;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.25;
  text-align: left;
  box-shadow: 0 10px 26px rgba(52, 120, 246, .08);
}

.member-body .select-first-hint[hidden] {
  display: none !important;
}

.member-body .select-first-hint strong {
  color: #2367e8;
  font-weight: 760;
}

.member-body .select-first-hint img {
  width: 42px;
  height: auto;
  flex: 0 0 auto;
  opacity: .92;
  pointer-events: none;
}

.member-body.member-route-send .service-option-error {
  margin: -2px 0 10px !important;
}

.member-body.member-route-access .access-main h2 {
  font-weight: 700 !important;
}

.member-body.member-route-access .access-actions .btn {
  font-weight: 700 !important;
  letter-spacing: .01em !important;
}

.member-body.member-route-access .access-actions .btn.primary {
  box-shadow: 0 10px 22px rgba(52, 120, 246, .18) !important;
}

.member-body.member-route-access .access-actions .btn.ghost {
  font-weight: 600 !important;
}


.member-body.member-route-access .platform-logo,
.member-body.member-route-send .platform-logo,
.member-body.member-page-orders .platform-logo {
  overflow: hidden !important;
  color: #fff !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: 0 !important;
}

.member-body.member-route-access .platform-logo svg,
.member-body.member-route-send .platform-logo svg,
.member-body.member-page-orders .platform-logo svg {
  display: block !important;
  width: 68% !important;
  height: 68% !important;
  fill: currentColor !important;
}

.member-body.member-route-access .chip .platform-logo {
  margin-right: 2px !important;
}

.member-body.member-route-access .access-main h2 .platform-logo {
  width: 22px !important;
  height: 22px !important;
  margin-right: 0 !important;
}

.member-body.member-route-access .access-main h2 .platform-logo.youtube,
.member-body.member-route-access .chip .platform-logo.youtube {
  background: #ff2f2f !important;
}

.member-body.member-route-access .access-main h2 .platform-logo.facebook,
.member-body.member-route-access .chip .platform-logo.facebook {
  background: #3478f6 !important;
}

.member-body.member-route-access .access-main h2 .platform-logo.instagram,
.member-body.member-route-access .chip .platform-logo.instagram {
  background: radial-gradient(circle at 30% 110%, #ffdb6e 0 18%, #ff7a2f 34%, #d62976 58%, #7b45ff 100%) !important;
}

.member-body.member-route-access .access-main h2 .platform-logo.twitter,
.member-body.member-route-access .access-main h2 .platform-logo.x,
.member-body.member-route-access .chip .platform-logo.twitter,
.member-body.member-route-access .chip .platform-logo.x {
  background: #4aaaf0 !important;
}

.member-body.member-route-access .access-main h2 .platform-logo.tiktok,
.member-body.member-route-access .chip .platform-logo.tiktok {
  background: #050505 !important;
}

.member-body.member-route-access .platform-logo-fallback {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: 100% !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
}


.member-body.member-page-orders .orders-controls,
.member-body.member-page-orders .table-panel,
.member-body.member-page-orders .orders-table-scroll {
  border-color: #e3e9f1 !important;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .035) !important;
}

.member-body.member-page-orders .orders-controls:hover,
.member-body.member-page-orders .table-panel:hover,
.member-body.member-page-orders .orders-table-scroll:hover {
  transform: none !important;
  border-color: #e3e9f1 !important;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .035) !important;
}

.member-body.member-page-orders .orders-table th,
.member-body.member-page-orders .orders-table td {
  border: 0 !important;
  border-bottom: 1px solid #e7edf5 !important;
}

.member-body.member-page-orders .orders-table tbody tr:hover td,
.member-body.member-page-orders .orders-table tbody tr:hover td:first-child,
.member-body.member-page-orders .orders-table tbody tr:hover td:last-child {
  background: #fbfdff !important;
  box-shadow: none !important;
}

.member-body.member-page-orders .chip:not(.active) {
  border-color: #dce3ed !important;
  color: #344054 !important;
}

.member-body.member-page-orders .chip.active {
  border-color: #b9ccff !important;
  background: #eef5ff !important;
  color: #1769ff !important;
  box-shadow: none !important;
}

.member-body.member-page-orders .product-filter,
.member-body.member-page-orders .pager-btn,
.member-body.member-page-orders .orders-product-filter .btn,
.member-body.member-page-orders .orders-table td:nth-child(5) .btn {
  border-color: #dce3ed !important;
  box-shadow: none !important;
}

.member-body.member-page-orders .product-filter:hover,
.member-body.member-page-orders .orders-product-filter .btn:hover,
.member-body.member-page-orders .orders-table td:nth-child(5) .btn:hover {
  border-color: #aac4ff !important;
  box-shadow: inset 0 0 0 2px rgba(52, 120, 246, .22) !important;
}

.member-body.member-page-orders .pager-btn:hover:not(.disabled) {
  border-color: #dce3ed !important;
  background: #f8fbff !important;
  box-shadow: none !important;
}

.member-body.member-page-orders .orders-table td:nth-child(5) .btn {
  min-height: 38px !important;
  height: auto !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 18px !important;
  border: 1px solid #b8ccff !important;
  border-radius: 999px !important;
  background: #eef4ff !important;
  color: #1769ff !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 680 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  overflow: visible !important;
}

.member-body.member-page-orders .orders-table td:nth-child(5) .btn:hover,
.member-body.member-page-orders .orders-table td:nth-child(5) .btn:focus-visible {
  border-color: #7dabff !important;
  background: #f5f8ff !important;
  color: #095cff !important;
  box-shadow: inset 0 0 0 1px rgba(0, 122, 255, .34) !important;
  outline: 0 !important;
}


.order-status-page {
  width: min(100%, 780px);
  margin: 0 auto;
  padding: 6px 0 38px;
}

.order-status-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 24px;
}

.order-status-header p {
  margin: 0 0 5px;
  color: #8b96a6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}

.order-status-header h1 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #080d19;
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.08;
}

.status-back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 44px;
  flex: 0 0 auto;
  border: 1px solid #e3e9f1;
  border-radius: 16px;
  background: #fff;
  color: #090d18;
  box-shadow: 0 12px 26px rgba(15, 23, 42, .055);
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.status-back-btn:hover,
.status-back-btn:focus-visible {
  border-color: #087dff;
  box-shadow: 0 12px 32px rgba(8, 125, 255, .12);
  outline: 0;
}

.platform-logo-badge {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #fff;
  background: #111827;
}

.platform-logo-badge.youtube { background: #ef3127; }
.platform-logo-badge.instagram { background: linear-gradient(135deg, #ff7a00, #d62976 48%, #4f5bd5); }
.platform-logo-badge.facebook { background: #3478f6; }
.platform-logo-badge.twitter,
.platform-logo-badge.x { background: #52a9ee; }
.platform-logo-badge.tiktok { background: #050505; }

.platform-logo-badge svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.order-status-guarantee {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: -8px 0 18px;
  padding: 13px 16px;
  border: 1px solid #d8efe9;
  border-radius: 16px;
  background: linear-gradient(135deg, #effbf7 0%, #f8fffd 100%);
  color: #087f6f;
  box-shadow: 0 14px 30px rgba(15, 118, 110, .07);
}

.order-status-guarantee span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 12px;
  background: #13a38e;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.order-status-guarantee strong {
  min-width: 0;
  color: #087f6f;
  font-size: 15px;
  font-weight: 760;
}

.order-status-guarantee a {
  margin-left: auto;
  color: #2563eb;
  font-size: 13px;
  font-weight: 760;
  text-decoration: none;
  white-space: nowrap;
}

.order-status-guarantee a:hover,
.order-status-guarantee a:focus-visible {
  text-decoration: underline;
  outline: 0;
}

.order-status-card {
  padding: 24px;
  border: 1px solid #e3e9f1;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, .06);
}

.order-status-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.order-status-kicker {
  display: block;
  margin-bottom: 6px;
  color: #8490a2;
  font-size: 13px;
  font-weight: 650;
}

.order-status-topline h2,
.order-status-actions h2 {
  margin: 0;
  color: #111827;
  font-size: 22px;
  font-weight: 760;
  letter-spacing: 0;
}

.status-progress {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
}

.status-progress-track {
  position: relative;
  height: 38px;
  overflow: hidden;
  border: 1px solid #dce7f6;
  border-radius: 14px;
  background: #eef5ff;
}

.status-progress-track span {
  position: absolute;
  inset: 0 auto 0 0;
  display: block;
  height: 100%;
  min-width: 18px;
  border-radius: inherit;
  background: #3478f6;
  transition: width .7s ease;
}

.status-progress-track em {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 16px;
  color: #101828;
  font-size: 14px;
  font-style: normal;
  font-weight: 760;
}

.status-tone-ok .status-progress-track span { background: #2f8f47; }
.status-tone-warn .status-progress-track span { background: #f5a623; }
.status-tone-danger .status-progress-track span { background: #b94b45; }
.status-tone-queued .status-progress-track span { background: linear-gradient(90deg, #3478f6, #86b7ff); }

.status-tone-queued {
  border-color: #bfdbfe !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
}

.status-progress strong {
  display: none;
  min-width: 44px;
  color: #111827;
  font-size: 14px;
  font-weight: 760;
  text-align: right;
}

.status-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.status-metrics div {
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid #e3eaf3;
  border-radius: 15px;
  background: linear-gradient(180deg, #fbfdff 0%, #f7faff 100%);
}

.status-metrics span {
  display: block;
  margin-bottom: 4px;
  color: #7c8797;
  font-size: 12px;
  font-weight: 650;
}

.status-metrics strong {
  display: block;
  color: #202633;
  font-size: 14px;
  font-weight: 720;
  overflow-wrap: anywhere;
}

.status-metrics small {
  display: block;
  margin-top: 5px;
  color: #7c8797;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
}

.status-message,
.status-start-counter,
.status-watchtime-note {
  margin: 12px 0 0;
  color: #344054;
  font-size: 15px;
  line-height: 1.55;
}

.status-refill-check {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 12px 0 14px;
  padding: 12px;
  border: 1px solid #dbeafe;
  border-radius: 16px;
  background: linear-gradient(135deg, #f8fbff, #ffffff);
}

.status-refill-check div {
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid #e3eaf3;
  border-radius: 13px;
  background: #fff;
}

.status-refill-check span {
  display: block;
  margin-bottom: 4px;
  color: #667085;
  font-size: 11px;
  font-weight: 800;
}

.status-refill-check strong {
  display: block;
  color: #101828;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.2;
}

.status-refill-check small {
  display: block;
  margin-top: 4px;
  color: #667085;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.status-refill-check p {
  grid-column: 1 / -1;
  margin: 0;
  color: #475467;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.status-completed-target {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: 0 0 12px;
  padding: 10px;
  border: 1px solid #e5edf7;
  border-radius: 16px;
  background: linear-gradient(135deg, #f8fbff, #ffffff);
}

.status-completed-thumb {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 15px;
  background: #fff;
  color: #2563eb;
  box-shadow: 0 10px 22px rgba(15, 23, 42, .08);
}

.status-completed-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.status-completed-thumb svg {
  width: 24px;
  height: 24px;
}

.status-completed-target div > span {
  display: block;
  margin-bottom: 3px;
  color: #667085;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.status-completed-target strong {
  display: block;
  overflow: hidden;
  color: #101828;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.18;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.status-completed-target a {
  display: inline-flex;
  margin-top: 5px;
  color: #2563eb;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.status-start-counter {
  padding: 10px 12px;
  border-radius: 13px;
  background: #f8fafc;
  color: #5d6677;
  font-size: 13px;
  font-weight: 700;
}

.status-watchtime-note {
  padding: 14px 16px;
  border-left: 4px solid #b94b45;
  border-radius: 12px;
  background: #fff7f5;
}

.status-target-link {
  display: grid;
  gap: 3px;
  margin-top: 14px;
  padding: 11px 12px;
  border: 1px solid #dde7f4;
  border-radius: 14px;
  background: #f8fbff;
  color: #2f6fe4;
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.status-target-link span {
  color: #667085;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.status-target-link strong {
  color: #2563eb;
  font-size: 13px;
  font-weight: 720;
}

.status-target-link:hover,
.status-target-link:focus-visible {
  border-color: #b8ccff;
  background: #fff;
  outline: 0;
}

.order-status-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 14px;
  padding: 18px 20px;
  border: 1px solid #e3e9f1;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .045);
}

.order-status-actions p {
  max-width: 460px;
  margin: 6px 0 0;
  color: #657084;
  font-size: 14px;
  line-height: 1.5;
}

.status-action-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.status-problem-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: min(100%, 520px);
}

.status-problem-options .order-report-form {
  display: flex;
  min-width: 0;
}

.status-problem-option {
  display: grid;
  gap: 3px;
  width: 100%;
  min-height: 62px;
  padding: 11px 13px;
  border: 1px solid #dce7f5;
  border-radius: 15px;
  background: #fff;
  color: #101828;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .045);
}

.status-problem-option strong {
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
}

.status-problem-option span {
  color: #667085;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}

.status-problem-option:hover,
.status-problem-option:focus-visible {
  border-color: #b8ccff;
  outline: 0;
}

.order-report-form {
  display: inline-flex;
  margin: 0;
}

.order-report-form .btn {
  cursor: pointer;
}

.order-status-actions .btn {
  white-space: nowrap;
  min-height: 40px;
  border-radius: 999px;
  font-weight: 680;
}

@media (max-width: 980px) {
  .status-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .status-refill-check {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .order-status-page {
    width: 100%;
    padding: 4px 0 86px;
  }

  .order-status-header {
    gap: 12px;
    margin-bottom: 18px;
  }

  .status-back-btn {
    width: 46px;
    height: 40px;
    border-radius: 18px;
    font-size: 20px;
  }

  .order-status-guarantee {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
    padding: 12px;
  }

  .order-status-guarantee a {
    width: 100%;
    margin-left: 46px;
  }

  .order-status-card {
    padding: 16px;
    border-radius: 18px;
  }

  .order-status-topline,
  .order-status-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .status-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 12px;
  }

  .status-metrics div {
    padding: 11px 10px;
    border-radius: 14px;
  }

  .status-metrics span {
    margin-bottom: 3px;
    font-size: 10px;
  }

  .status-metrics strong {
    font-size: 13px;
    line-height: 1.18;
  }

  .status-metrics small {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.25;
  }

  .status-action-buttons {
    justify-content: stretch;
  }

  .status-problem-options {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .status-action-buttons .btn,
  .order-status-actions > .btn {
    width: 100%;
  }
}

.order-status-page {
  width: min(100%, 640px);
  padding-bottom: 34px;
}

.order-status-page.after-send-status {
  width: min(100%, 540px);
  padding-bottom: 20px;
}

.order-status-page.after-send-status .order-status-header {
  display: none;
}

.after-send-status-banner {
  display: grid;
  grid-template-columns: 42px 32px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  margin: 0 0 10px;
  padding: 9px 10px;
  border: 1px solid rgba(34, 197, 94, .24);
  border-radius: 16px;
  background: linear-gradient(135deg, #ecfdf3 0%, #ffffff 74%);
  box-shadow: 0 14px 32px rgba(22, 163, 74, .10);
}

.after-send-status-thumb {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .10);
}

.after-send-status-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.after-send-status-thumb.is-fallback,
.after-send-status-check {
  display: grid;
  place-items: center;
  font-weight: 950;
}

.after-send-status-thumb.is-fallback {
  background: #f0fdf4;
  color: #15803d;
  font-size: 13px;
  letter-spacing: -.02em;
}

.after-send-status-check {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #16a34a;
  color: #fff;
  font-size: 16px;
}

.after-send-status-banner strong,
.after-send-status-banner small {
  display: block;
}

.after-send-status-banner strong {
  color: #101828;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.1;
}

.after-send-status-banner small {
  margin-top: 2px;
  color: #667085;
  font-size: 11px;
  font-weight: 750;
}

.after-send-status-banner .btn {
  min-height: 34px;
  padding: 0 12px;
  border-color: rgba(203, 213, 225, .92);
  background: #fff;
  color: #2563eb;
  box-shadow: none;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.order-status-header {
  margin-bottom: 14px;
}

.order-status-header p {
  margin-bottom: 3px;
  font-size: 11px;
  letter-spacing: .02em;
  text-transform: none;
}

.order-status-header h1 {
  font-size: clamp(22px, 4vw, 30px);
}

.order-status-card {
  padding: 18px;
  border-radius: 20px;
  box-shadow: 0 16px 38px rgba(15, 23, 42, .055);
}

.order-status-topline {
  align-items: center;
  margin-bottom: 14px;
}

.order-status-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 7px;
  max-width: 100%;
  color: #667085;
  font-size: 12px;
  font-weight: 820;
  line-height: 1.2;
}

.order-status-kicker .platform-logo-badge {
  width: 23px;
  height: 23px;
}

.order-status-kicker .platform-logo-badge svg {
  width: 14px;
  height: 14px;
}

.order-status-topline h2 {
  font-size: 21px;
  font-weight: 880;
  line-height: 1.08;
}

.order-status-topline .badge {
  flex: 0 0 auto;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  white-space: nowrap;
}

.status-progress {
  margin-bottom: 12px;
}

.status-progress-track {
  height: 32px;
  border-radius: 12px;
}

.status-progress-track em {
  padding: 0 12px;
  font-size: 13px;
}

.status-message {
  margin: 0 0 14px;
  padding: 10px 12px;
  border: 1px solid #e5edf7;
  border-radius: 14px;
  background: #f8fbff;
  color: #344054;
  font-size: 13px;
  font-weight: 680;
  line-height: 1.45;
}

.status-error-explain {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: flex-start;
  margin: -2px 0 14px;
  padding: 12px;
  border: 1px solid rgba(245, 158, 11, .22);
  border-radius: 16px;
  background: linear-gradient(135deg, #fffbeb, #ffffff);
}

.status-error-explain > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #fff7ed;
  color: #c2410c;
  font-size: 15px;
  font-weight: 900;
}

.status-error-explain strong {
  display: block;
  margin: 0 0 4px;
  color: #101828;
  font-size: 14px;
  font-weight: 900;
}

.status-error-explain p,
.status-error-explain small {
  display: block;
  margin: 0;
  color: #667085;
  font-size: 12px;
  font-weight: 680;
  line-height: 1.45;
}

.status-error-explain small {
  margin-top: 6px;
  color: #475467;
}

.status-metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  margin-bottom: 10px;
}

.status-metrics div {
  padding: 10px 9px;
  border-radius: 13px;
}

.status-metrics span {
  margin-bottom: 3px;
  font-size: 10px;
  font-weight: 780;
}

.status-metrics strong {
  font-size: 13px;
  font-weight: 860;
  line-height: 1.15;
}

body.member-body .status-estimate-faq {
  margin-top: 10px;
  border-radius: 14px;
  background: #ffffff;
}

body.member-body .status-estimate-faq summary {
  padding: 10px 12px;
  font-size: 12px;
}

body.member-body .status-estimate-faq p {
  padding: 0 12px 11px;
  font-size: 12px;
}

.status-inline-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin-top: 12px;
  align-items: stretch;
}

.status-inline-actions .status-target-link {
  margin-top: 0;
}

body.member-body .order-status-card .status-refresh-dock {
  position: static;
  left: auto;
  bottom: auto;
  z-index: auto;
  transform: none;
  display: flex;
  margin: 0;
}

body.member-body .order-status-card .status-refresh-dock button {
  min-height: 100%;
  padding: 0 13px;
  border-color: #dbe7f6;
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
  font-size: 12px;
  white-space: nowrap;
}

body.member-body .order-status-card .status-refresh-dock button span {
  width: 24px;
  height: 24px;
  font-size: 15px;
}

.order-status-card .order-status-guarantee {
  gap: 8px;
  margin: 12px 0 0;
  padding: 9px 10px;
  border-radius: 13px;
  box-shadow: none;
}

.order-status-card .order-status-guarantee span {
  width: 24px;
  height: 24px;
  border-radius: 9px;
  font-size: 12px;
}

.order-status-card .order-status-guarantee strong,
.order-status-card .order-status-guarantee a {
  font-size: 12px;
}

.order-status-actions {
  margin-top: 10px;
  padding: 14px;
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .035);
}

.order-status-actions h2 {
  font-size: 17px;
}

.order-status-actions p {
  margin-top: 4px;
  font-size: 12.5px;
  line-height: 1.4;
}

.order-status-actions .btn {
  min-height: 38px;
  font-size: 13px;
}

.order-status-page.after-send-status .order-status-card {
  padding: 14px;
  border-radius: 18px;
}

.order-status-page.after-send-status .order-status-topline {
  margin-bottom: 10px;
}

.order-status-page.after-send-status .status-message {
  display: none !important;
}

.order-status-page.after-send-status .status-progress,
.order-status-page.after-send-status .status-metrics,
.order-status-page.after-send-status .status-estimate-faq,
.order-status-page.after-send-status .order-status-guarantee,
.order-status-page.after-send-status .status-inline-actions {
  display: none !important;
}

.order-status-page.after-send-status .order-status-topline h2 {
  display: none !important;
}

.order-status-page.after-send-status .order-status-topline {
  margin-bottom: 0;
}

.order-status-page.after-send-status .order-status-actions {
  margin-top: 8px;
  padding: 12px;
}

.order-status-page.after-send-status .order-status-actions h2 {
  font-size: 15px;
}

.order-status-page.after-send-status .order-status-actions p {
  display: none;
}

/* Completed orders are a receipt, not a live tracking report. */
.order-status-page.is-completed-status {
  width: min(100%, 560px);
}

.order-status-page.is-completed-status .order-status-card {
  padding: 16px;
}

.order-status-page.is-completed-status .order-status-topline {
  margin-bottom: 12px;
}

.order-status-page.is-completed-status .status-refill-check {
  margin: 0;
}

.order-status-page.is-completed-status .order-status-actions {
  align-items: center;
}

.order-status-page.is-completed-status .order-status-actions h2 {
  font-size: 16px;
}

@media (max-width: 760px) {
  .order-status-page {
    padding: 0 0 22px;
  }

  .after-send-status-banner {
    grid-template-columns: 40px 30px minmax(0, 1fr);
  }

  .after-send-status-banner .btn {
    grid-column: 1 / -1;
    width: 100%;
  }

  .order-status-card {
    padding: 14px;
  }

  .order-status-topline {
    gap: 10px;
  }

  .order-status-topline h2 {
    font-size: 19px;
  }

  .status-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .status-inline-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  body.member-body .order-status-card .status-refresh-dock button {
    width: 100%;
    min-height: 42px;
  }

  .order-status-page.is-completed-status .order-status-header {
    margin-bottom: 10px;
  }

  .order-status-page.is-completed-status .order-status-header p {
    display: none;
  }

  .order-status-page.is-completed-status .order-status-header h1 {
    font-size: 22px;
  }

  .order-status-page.is-completed-status .order-status-card,
  .order-status-page.is-completed-status .order-status-actions {
    border-radius: 16px;
  }

  .order-status-page.is-completed-status .order-status-card {
    padding: 12px;
  }

  .order-status-page.is-completed-status .order-status-topline {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
  }

  .order-status-page.is-completed-status .order-status-topline h2 {
    font-size: 17px;
  }

  .order-status-page.is-completed-status .status-refill-check {
    gap: 7px;
  }

  .order-status-page.is-completed-status .status-refill-check div {
    padding: 9px;
  }

  .order-status-page.is-completed-status .order-status-actions {
    padding: 12px;
  }

  .order-status-card .order-status-guarantee a {
    width: auto;
    margin-left: auto;
  }
}

/* Active delivery status should feel like a compact status card, not a report. */
.order-status-page.is-active-status {
  width: min(100%, 560px);
}

.order-status-page.is-active-status .order-status-card {
  padding: 16px;
}

.order-status-page.is-active-status .order-status-topline {
  margin-bottom: 12px;
}

.order-status-page.is-active-status .order-status-topline h2 {
  font-size: 18px;
}

.order-status-page.is-active-status .status-message {
  margin-bottom: 10px;
}

.order-status-page.is-active-status .status-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.order-status-page.is-active-status .status-metric-created {
  display: none;
}

@media (max-width: 760px) {
  .order-status-page.is-active-status .order-status-header {
    margin-bottom: 10px;
  }

  .order-status-page.is-active-status .order-status-header p {
    display: none;
  }

  .order-status-page.is-active-status .order-status-header h1 {
    font-size: 22px;
  }

  .order-status-page.is-active-status .order-status-card,
  .order-status-page.is-active-status .order-status-actions {
    border-radius: 16px;
  }

  .order-status-page.is-active-status .order-status-kicker {
    font-size: 11px;
    margin-bottom: 4px;
  }

  .order-status-page.is-active-status .order-status-topline {
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
  }

  .order-status-page.is-active-status .order-status-topline h2 {
    font-size: 17px;
  }

  .order-status-page.is-active-status .order-status-topline .badge {
    min-height: 26px;
    padding-inline: 9px;
  }

  .order-status-page.is-active-status .status-progress {
    margin-bottom: 9px;
  }

  .order-status-page.is-active-status .status-progress-track {
    height: 30px;
  }

  .order-status-page.is-active-status .status-message {
    padding: 9px 10px;
    font-size: 12px;
    line-height: 1.35;
  }

  .order-status-page.is-active-status .status-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .order-status-page.is-active-status .status-metrics div {
    padding: 9px 7px;
  }

  .order-status-page.is-active-status .status-metrics span {
    font-size: 9px;
  }

  .order-status-page.is-active-status .status-metrics strong {
    font-size: 12px;
  }

  .order-status-page.is-active-status .status-target-link {
    padding: 9px 10px;
  }

  .order-status-page.is-active-status .status-target-link strong {
    display: none;
  }

  .order-status-page.is-active-status .status-inline-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .order-status-page.is-active-status .status-refresh-dock button {
    justify-content: center;
    min-height: 38px;
    padding: 0 10px;
  }

  .order-status-page.is-active-status .order-status-actions {
    padding: 12px;
  }

  .order-status-page.is-active-status .order-status-actions h2 {
    font-size: 15px;
  }

  .order-status-page.is-active-status .order-status-actions p {
    display: none;
  }
}


@media (min-width: 981px) {
  body.member-body.member-route-access {
    --fh-shell-w: min(1260px, calc(100vw - 96px)) !important;
    --fh-sidebar-w: 280px !important;
    --fh-shell-gap: 58px !important;
  }



  body.member-body.member-route-access .dashboard-grid {
    width: min(860px, 100%) !important;
    max-width: 860px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.member-body.member-route-access .page-head,
  body.member-body.member-route-access .filters-block,
  body.member-body.member-route-access .access-list {
    width: min(860px, 100%) !important;
    max-width: 860px !important;
  }

  body.member-body.member-route-access .access-card {
    width: 100% !important;
    max-width: 860px !important;
  }
}

@media (min-width: 1360px) {
  body.member-body.member-route-access {
    --fh-shell-w: 1260px !important;
  }
}


body.member-body.member-route-access.access-filter-loading .filters-block .chip {
  cursor: wait !important;
  pointer-events: none !important;
}

body.member-body.member-route-access.access-filter-loading .filters-block .chip:not(.is-loading-target) {
  opacity: .62 !important;
}

body.member-body.member-route-access.access-filter-loading .filters-block .chip.is-loading-target {
  box-shadow: 0 0 0 2px #3478f6, 0 14px 30px rgba(52, 120, 246, .16) !important;
}

body.member-body.member-route-access .access-filter-loader {
  display: grid !important;
  width: min(860px, 100%) !important;
  max-width: 860px !important;
  margin: 12px 0 8px !important;
  gap: 8px !important;
  animation: access-loader-in .18s ease-out both !important;
}

body.member-body.member-route-access .access-loader-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  width: fit-content !important;
  min-height: 34px !important;
  padding: 0 13px !important;
  border: 1px solid rgba(52, 120, 246, .16) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .9) !important;
  color: #334155 !important;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .04) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  backdrop-filter: blur(8px) !important;
}

body.member-body.member-route-access .access-loader-pill span {
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 auto !important;
  border: 2px solid rgba(52, 120, 246, .22) !important;
  border-top-color: #3478f6 !important;
  border-radius: 50% !important;
  animation: fh-button-spin .72s linear infinite !important;
}

body.member-body.member-route-access .access-loader-pill strong {
  color: #334155 !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
}

body.member-body.member-route-access .access-loader-skeleton {
  display: grid !important;
  gap: 7px !important;
}

body.member-body.member-route-access .access-loader-skeleton i {
  display: block !important;
  width: 100% !important;
  height: 72px !important;
  border: 1px solid rgba(219, 227, 238, .68) !important;
  border-radius: 11px !important;
  background: linear-gradient(90deg, #fff 0%, #f3f7fd 42%, #fff 84%) !important;
  background-size: 220% 100% !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .03) !important;
  animation: access-skeleton-sheen 1s ease-in-out infinite !important;
}

body.member-body.member-route-access.access-filter-loading .access-list {
  opacity: .22 !important;
  filter: saturate(.9) !important;
  transform: translateY(3px) !important;
  pointer-events: none !important;
  transition: opacity .18s ease, transform .18s ease, filter .18s ease !important;
}

body.member-body.member-route-access .access-list.is-access-filtering,
body.member-body.member-page-access .access-list.is-access-filtering {
  opacity: .68 !important;
  filter: saturate(.96) !important;
  transform: translateY(2px) !important;
  pointer-events: none !important;
  transition: opacity .16s ease, transform .16s ease, filter .16s ease !important;
}

body.member-body.member-route-access .access-card.is-filter-hidden,
body.member-body.member-page-access .access-card.is-filter-hidden {
  display: none !important;
}

@keyframes access-loader-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes access-skeleton-sheen {
  0% {
    background-position: 120% 0;
  }
  100% {
    background-position: -120% 0;
  }
}

@media (max-width: 980px) {
  body.member-body.member-route-access .access-filter-loader {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.member-body.member-route-access .access-loader-skeleton i {
    height: 92px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.member-body.member-route-access .access-filter-loader,
  body.member-body.member-route-access .access-loader-pill span,
  body.member-body.member-route-access .access-loader-skeleton i {
    animation: none !important;
  }
}


@media (min-width: 981px) {
  body.member-body,
  body.member-body.member-route-access,
  body.member-body.member-route-send,
  body.member-body.member-route-orders,
  body.member-body.member-route-help,
  body.member-body.member-route-toolbox,
  body.member-body.member-route-account,
  body.member-body.member-route-news,
  body.member-body.member-route-profiles,
  body.member-body.member-route-automatic-orders,
  body.member-body.member-page-access,
  body.member-body.member-page-orders,
  body.member-body.member-page-help,
  body.member-body.member-page-toolbox,
  body.member-body.member-page-account,
  body.member-body.member-page-news,
  body.member-body.member-page-profiles,
  body.member-body.member-page-automatic-orders {
    --fh-shell-w: 1260px !important;
    --fh-sidebar-w: 300px !important;
    --fh-shell-gap: 58px !important;
    --member-topbar-h: 54px !important;
    --member-shell-pad-y: 44px !important;
  }




}


body.member-body.member-page-orders .orders-head h1,
body.member-body.member-route-orders .orders-head h1,
body.member-body.member-page-orders .orders-page h1,
body.member-body.member-route-orders .orders-page h1 {
  color: #0f172a !important;
  font-size: 25px !important;
  font-weight: 680 !important;
  letter-spacing: 0 !important;
}

body.member-body.member-page-orders .orders-action-pill,
body.member-body.member-route-orders .orders-action-pill {
  min-height: 46px !important;
  padding: 0 20px !important;
  gap: 10px !important;
  color: #101827 !important;
  font-size: 15px !important;
  font-weight: 620 !important;
  letter-spacing: 0 !important;
  box-shadow: 0 12px 26px rgba(15, 23, 42, .035) !important;
}

body.member-body.member-page-orders .orders-action-icon,
body.member-body.member-route-orders .orders-action-icon {
  width: 25px !important;
  height: 25px !important;
  font-size: 16px !important;
  font-weight: 650 !important;
}

body.member-body.member-page-orders .orders-action-icon svg,
body.member-body.member-route-orders .orders-action-icon svg {
  width: 25px !important;
  height: 25px !important;
  stroke-width: 2.2 !important;
}

body.member-body.member-page-orders .orders-action-icon.help,
body.member-body.member-route-orders .orders-action-icon.help {
  width: 24px !important;
  height: 24px !important;
  border-width: 2.4px !important;
  font-size: 15px !important;
  font-weight: 680 !important;
}

body.member-body.member-page-orders .orders-controls h2,
body.member-body.member-route-orders .orders-controls h2,
body.member-body.member-page-orders .orders-filter-group h2,
body.member-body.member-route-orders .orders-filter-group h2 {
  margin-bottom: 12px !important;
  color: #344054 !important;
  font-size: 14px !important;
  font-weight: 620 !important;
  letter-spacing: 0 !important;
}

body.member-body.member-page-orders .orders-controls .chip,
body.member-body.member-route-orders .orders-controls .chip,
body.member-body.member-page-orders .orders-controls select,
body.member-body.member-route-orders .orders-controls select,
body.member-body.member-page-orders .orders-controls .btn,
body.member-body.member-route-orders .orders-controls .btn {
  font-size: 14px !important;
  font-weight: 520 !important;
  letter-spacing: 0 !important;
}

body.member-body.member-page-orders .orders-controls .chip.active,
body.member-body.member-route-orders .orders-controls .chip.active,
body.member-body.member-page-orders .orders-controls select,
body.member-body.member-route-orders .orders-controls select {
  font-weight: 620 !important;
}

body.member-body.member-page-orders .orders-controls .btn.disabled,
body.member-body.member-route-orders .orders-controls .btn.disabled,
body.member-body.member-page-orders .orders-controls .btn[aria-disabled="true"],
body.member-body.member-route-orders .orders-controls .btn[aria-disabled="true"] {
  color: rgba(52, 120, 246, .56) !important;
  font-weight: 560 !important;
}

body.member-body.member-page-orders .orders-pager .pager-btn,
body.member-body.member-route-orders .orders-pager .pager-btn {
  font-size: 14px !important;
  font-weight: 540 !important;
}

body.member-body.member-page-orders .orders-pager .pager-btn.current,
body.member-body.member-route-orders .orders-pager .pager-btn.current,
body.member-body.member-page-orders .orders-table th,
body.member-body.member-route-orders .orders-table th {
  font-weight: 650 !important;
}

body.member-body.member-page-orders .orders-table td,
body.member-body.member-route-orders .orders-table td {
  font-weight: 420 !important;
}

body.member-body.member-page-orders .orders-table td:nth-child(2) strong,
body.member-body.member-route-orders .orders-table td:nth-child(2) strong {
  color: #1f2937 !important;
  font-size: 14px !important;
  font-weight: 560 !important;
}

body.member-body.member-page-orders .orders-table td:nth-child(2) a,
body.member-body.member-route-orders .orders-table td:nth-child(2) a,
body.member-body.member-page-orders .orders-table .text-link,
body.member-body.member-route-orders .orders-table .text-link {
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.member-body.member-page-orders .orders-table td:nth-child(2) .platform-dot,
body.member-body.member-route-orders .orders-table td:nth-child(2) .platform-dot {
  font-size: 13px !important;
  font-weight: 620 !important;
}

body.member-body.member-page-orders .orders-table td:nth-child(5) .btn,
body.member-body.member-route-orders .orders-table td:nth-child(5) .btn,
body.member-body.member-page-orders .badge,
body.member-body.member-route-orders .badge {
  font-weight: 620 !important;
  letter-spacing: 0 !important;
}


body.member-body.member-page-orders .table-panel,
body.member-body.member-route-orders .table-panel {
  position: relative !important;
}

body.member-body.member-page-orders .orders-panel-loading .orders-pager,
body.member-body.member-route-orders .orders-panel-loading .orders-pager,
body.member-body.member-page-orders .orders-panel-loading .orders-table-scroll,
body.member-body.member-route-orders .orders-panel-loading .orders-table-scroll {
  opacity: .28 !important;
  filter: saturate(.85) !important;
  pointer-events: none !important;
  transition: opacity .18s ease, filter .18s ease !important;
}

body.member-body.member-page-orders .orders-panel-loading .pager-btn,
body.member-body.member-route-orders .orders-panel-loading .pager-btn {
  cursor: wait !important;
}

body.member-body.member-page-orders .orders-panel-loading .pager-btn.is-loading-target,
body.member-body.member-route-orders .orders-panel-loading .pager-btn.is-loading-target {
  box-shadow: 0 0 0 2px #3478f6, 0 10px 22px rgba(52, 120, 246, .14) !important;
}

body.member-body.member-page-orders .orders-page-loader,
body.member-body.member-route-orders .orders-page-loader {
  position: absolute !important;
  z-index: 5 !important;
  left: 50% !important;
  top: 86px !important;
  transform: translateX(-50%) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-height: 38px !important;
  padding: 0 15px !important;
  border: 1px solid rgba(52, 120, 246, .16) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .92) !important;
  color: #334155 !important;
  box-shadow: 0 18px 38px rgba(15, 23, 42, .08) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  backdrop-filter: blur(8px) !important;
  animation: orders-loader-in .16s ease-out both !important;
}

body.member-body.member-page-orders .orders-page-loader span,
body.member-body.member-route-orders .orders-page-loader span {
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 auto !important;
  border: 2px solid rgba(52, 120, 246, .22) !important;
  border-top-color: #3478f6 !important;
  border-radius: 50% !important;
  animation: fh-button-spin .72s linear infinite !important;
}

body.member-body.member-page-orders .orders-page-loader strong,
body.member-body.member-route-orders .orders-page-loader strong {
  color: #334155 !important;
  font-size: 13px !important;
  font-weight: 620 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

body.member-body.member-page-orders .orders-load-error,
body.member-body.member-route-orders .orders-load-error {
  margin: 0 0 12px !important;
  font-size: 14px !important;
  font-weight: 560 !important;
}

@keyframes orders-loader-in {
  from {
    opacity: 0;
    transform: translate(-50%, -4px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@media (max-width: 760px) {
  body.member-body.member-page-orders .orders-page-loader,
  body.member-body.member-route-orders .orders-page-loader {
    top: 70px !important;
    min-height: 36px !important;
    max-width: calc(100% - 24px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.member-body.member-page-orders .orders-page-loader,
  body.member-body.member-route-orders .orders-page-loader,
  body.member-body.member-page-orders .orders-page-loader span,
  body.member-body.member-route-orders .orders-page-loader span {
    animation: none !important;
  }
}


body.member-body.member-page-account .account-page,
body.member-body.member-route-account .account-page {
  width: min(920px, 100%) !important;
  max-width: 920px !important;
  margin-top: 8px !important;
}

body.member-body.member-page-account .account-stat-grid,
body.member-body.member-route-account .account-stat-grid {
  gap: 18px !important;
  margin: 28px 0 24px !important;
}

body.member-body.member-page-account .account-stat-card,
body.member-body.member-route-account .account-stat-card {
  min-height: 132px !important;
  padding: 48px 18px 16px !important;
  border-radius: 8px !important;
}

body.member-body.member-page-account .account-stat-icon,
body.member-body.member-route-account .account-stat-icon {
  width: 44px !important;
  height: 44px !important;
  top: -22px !important;
  font-size: 21px !important;
  font-weight: 720 !important;
}

body.member-body.member-page-account .account-stat-card strong,
body.member-body.member-route-account .account-stat-card strong {
  color: #2b313b !important;
  font-size: 17px !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
}

body.member-body.member-page-account .account-stat-card em,
body.member-body.member-route-account .account-stat-card em {
  font-size: 17px !important;
  font-weight: 680 !important;
  letter-spacing: 0 !important;
}

body.member-body.member-page-account .account-stat-card small,
body.member-body.member-route-account .account-stat-card small,
body.member-body.member-page-account .account-show-all,
body.member-body.member-route-account .account-show-all {
  appearance: none !important;
  border: 1px solid transparent !important;
  background: transparent !important;
  cursor: pointer !important;
  color: #3478f6 !important;
  font-size: 13px !important;
  font-weight: 440 !important;
}

body.member-body.member-page-account .account-stat-action,
body.member-body.member-route-account .account-stat-action,
body.member-body.member-page-account .account-outline-btn,
body.member-body.member-route-account .account-outline-btn,
body.member-body.member-page-account .account-refill-btn,
body.member-body.member-route-account .account-refill-btn {
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

body.member-body.member-page-account .account-help-strip strong,
body.member-body.member-route-account .account-help-strip strong,
body.member-body.member-page-account .account-help-strip span,
body.member-body.member-route-account .account-help-strip span {
  font-size: 16px !important;
  font-weight: 520 !important;
}

body.member-body.member-page-account .account-email-box strong,
body.member-body.member-route-account .account-email-box strong {
  font-size: 16px !important;
  font-weight: 560 !important;
  line-height: 1.25 !important;
}

body.member-body.member-page-account .account-main-grid,
body.member-body.member-route-account .account-main-grid {
  grid-template-columns: minmax(0, 1.7fr) minmax(250px, .74fr) !important;
  gap: 22px !important;
}

body.member-body.member-page-account .account-topups-panel h2,
body.member-body.member-route-account .account-topups-panel h2 {
  margin: 0 0 13px !important;
  color: #4b5563 !important;
  font-size: 18px !important;
  font-weight: 580 !important;
  letter-spacing: 0 !important;
}

body.member-body.member-page-account .account-topup-list,
body.member-body.member-route-account .account-topup-list {
  padding: 14px 18px !important;
  border: 1px solid rgba(226, 232, 240, .66) !important;
  border-radius: 8px !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .028) !important;
}

body.member-body.member-page-account .account-topup-row,
body.member-body.member-route-account .account-topup-row {
  min-height: 46px !important;
  grid-template-columns: 136px minmax(220px, 1fr) 72px 16px !important;
  gap: 10px !important;
  border-bottom-color: #e2e8f0 !important;
}

body.member-body.member-page-account .account-topup-row time,
body.member-body.member-route-account .account-topup-row time {
  color: #667085 !important;
  font-size: 13px !important;
  font-weight: 540 !important;
  white-space: nowrap !important;
}

body.member-body.member-page-account .account-topup-row span,
body.member-body.member-route-account .account-topup-row span {
  min-width: 0 !important;
  color: #3478f6 !important;
  font-size: 13px !important;
  font-weight: 560 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

body.member-body.member-page-account .account-topup-row .account-topup-text,
body.member-body.member-route-account .account-topup-row .account-topup-text {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

body.member-body.member-page-account .account-topup-row .account-topup-text b,
body.member-body.member-route-account .account-topup-row .account-topup-text b {
  flex: 0 0 auto !important;
  color: #3478f6 !important;
  font-size: 13px !important;
  font-weight: 620 !important;
  letter-spacing: 0 !important;
}

body.member-body.member-page-account .account-topup-row .account-topup-text span,
body.member-body.member-route-account .account-topup-row .account-topup-text span {
  display: block !important;
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.member-body.member-page-account .account-topup-row strong,
body.member-body.member-route-account .account-topup-row strong {
  color: #6b7280 !important;
  font-size: 13px !important;
  font-weight: 520 !important;
  text-align: right !important;
  white-space: nowrap !important;
}

body.member-body.member-page-account .account-premium-card h2,
body.member-body.member-route-account .account-premium-card h2 {
  font-size: 20px !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
}

body.member-body.member-page-account .account-premium-card li,
body.member-body.member-route-account .account-premium-card li {
  font-size: 15px !important;
  font-weight: 440 !important;
  line-height: 1.45 !important;
}

@media (max-width: 1100px) {
  body.member-body.member-page-account .account-main-grid,
  body.member-body.member-route-account .account-main-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  body.member-body.member-page-account .account-topup-row,
  body.member-body.member-route-account .account-topup-row {
    grid-template-columns: 1fr auto !important;
  }

  body.member-body.member-page-account .account-topup-row span,
  body.member-body.member-route-account .account-topup-row span {
    white-space: normal !important;
  }
}


body.member-body .heropoints-page {
  width: min(900px, 100%) !important;
  max-width: 900px !important;
  margin: 6px auto 72px !important;
  color: #121826 !important;
}

body.member-body .hp-hero-card,
body.member-body .hp-loader-card,
body.member-body .hp-rule-card,
body.member-body .hp-transactions-card,
body.member-body .hp-metric-grid article {
  border: 1px solid rgba(221, 228, 237, .92) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .045) !important;
}

body.member-body .hp-hero-card {
  display: grid !important;
  grid-template-columns: 42px 1fr !important;
  gap: 14px !important;
  align-items: center !important;
  padding: 20px !important;
}

body.member-body .hp-back {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  color: #0f172a !important;
  font-size: 24px !important;
  font-weight: 620 !important;
  text-decoration: none !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(226, 232, 240, .9), 0 8px 24px rgba(15, 23, 42, .055) !important;
  transition: box-shadow .18s ease, transform .18s ease !important;
}

body.member-body .hp-back:hover {
  box-shadow: inset 0 0 0 2px #1277ff, 0 12px 28px rgba(52, 120, 246, .16) !important;
  transform: translateY(-1px) !important;
}

body.member-body .hp-hero-copy span,
body.member-body .hp-section-head span,
body.member-body .hp-metric-grid article span {
  display: block !important;
  color: #3478f6 !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
}

body.member-body .hp-hero-copy h1 {
  margin: 3px 0 7px !important;
  color: #080e1a !important;
  font-size: clamp(28px, 4.8vw, 42px) !important;
  font-weight: 720 !important;
  letter-spacing: 0 !important;
  line-height: 1.05 !important;
}

body.member-body .hp-hero-copy p,
body.member-body .hp-loader-card p,
body.member-body .hp-rule-card p,
body.member-body .hp-empty-state p {
  margin: 0 !important;
  color: #667085 !important;
  font-size: 14px !important;
  font-weight: 450 !important;
  line-height: 1.55 !important;
}

body.member-body .hp-balance-card {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: 1fr auto auto !important;
  align-items: baseline !important;
  gap: 8px !important;
  min-height: 88px !important;
  padding: 18px 20px !important;
  color: #fff !important;
  border-radius: 16px !important;
  background: #081b31 !important;
  box-shadow: 0 20px 46px rgba(8, 27, 49, .18) !important;
}

body.member-body .hp-balance-card span {
  grid-column: 1 / -1 !important;
  color: rgba(255, 255, 255, .72) !important;
  font-size: 13px !important;
  font-weight: 520 !important;
}

body.member-body .hp-balance-card strong {
  color: #fff !important;
  font-size: clamp(34px, 9vw, 52px) !important;
  font-weight: 760 !important;
  line-height: .95 !important;
  letter-spacing: 0 !important;
}

body.member-body .hp-balance-card em {
  color: rgba(255, 255, 255, .84) !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 620 !important;
}

body.member-body .hp-loader-card {
  display: grid !important;
  gap: 16px !important;
  margin-top: 16px !important;
  padding: 18px 20px !important;
  transition: opacity .28s ease, transform .28s ease !important;
}

body.member-body .hp-loader-card h2,
body.member-body .hp-rule-card h2,
body.member-body .hp-section-head h2 {
  margin: 0 0 6px !important;
  color: #1f2937 !important;
  font-size: 19px !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
}

body.member-body .hp-loader-card ol {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.member-body .hp-loader-card li {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 34px !important;
  color: #64748b !important;
  font-size: 13px !important;
  font-weight: 540 !important;
}

body.member-body .hp-loader-card li > span {
  width: 20px !important;
  height: 20px !important;
  flex: 0 0 20px !important;
  border: 2px solid #dbe7ff !important;
  border-top-color: #3478f6 !important;
  border-radius: 999px !important;
  opacity: .44 !important;
}

body.member-body .hp-loader-card li.active > span {
  opacity: 1 !important;
  animation: fh-button-spin .8s linear infinite !important;
}

body.member-body .hp-loader-card li.done > span,
body.member-body .hp-ready .hp-loader-card li > span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  border-color: #22c55e !important;
  background: #22c55e !important;
  animation: none !important;
}

body.member-body .hp-loader-card li.done > span::before,
body.member-body .hp-ready .hp-loader-card li > span::before {
  content: "✓" !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

body.member-body .hp-ready .hp-loader-card {
  opacity: .9 !important;
}

body.member-body .hp-metric-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  margin-top: 16px !important;
}

body.member-body .hp-metric-grid article {
  min-height: 104px !important;
  padding: 18px !important;
  transition: box-shadow .18s ease, transform .18s ease !important;
}

body.member-body .hp-metric-grid article:hover,
body.member-body .hp-rule-card:hover,
body.member-body .hp-transactions-card:hover {
  box-shadow: inset 0 0 0 2px #1277ff, 0 20px 52px rgba(52, 120, 246, .12) !important;
  transform: translateY(-1px) !important;
}

body.member-body .hp-metric-grid article strong {
  display: block !important;
  margin-top: 8px !important;
  color: #101828 !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

body.member-body .hp-metric-grid article small {
  display: block !important;
  margin-top: 4px !important;
  color: #8a94a6 !important;
  font-size: 12px !important;
  font-weight: 480 !important;
}

body.member-body .hp-rule-card {
  display: grid !important;
  gap: 18px !important;
  align-items: center !important;
  margin-top: 16px !important;
  padding: 20px !important;
}

body.member-body .hp-bonus-note {
  margin-top: 10px !important;
  color: #4b5563 !important;
}

body.member-body .hp-rule-card a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 0 20px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 620 !important;
  text-decoration: none !important;
  border-radius: 999px !important;
  background: #3478f6 !important;
  box-shadow: 0 14px 30px rgba(52, 120, 246, .22) !important;
  transition: box-shadow .18s ease, transform .18s ease !important;
}

body.member-body .hp-rule-card a:hover {
  box-shadow: inset 0 0 0 2px #1277ff, 0 18px 34px rgba(52, 120, 246, .24) !important;
  transform: translateY(-1px) !important;
}

body.member-body .hp-transactions-card {
  margin-top: 16px !important;
  padding: 18px !important;
}

body.member-body .hp-section-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  margin-bottom: 12px !important;
}

body.member-body .hp-section-head strong {
  color: #3478f6 !important;
  font-size: 13px !important;
  font-weight: 620 !important;
  white-space: nowrap !important;
}

body.member-body .hp-transactions-card > .hp-section-head {
  margin-bottom: 0 !important;
}

body.member-body .hp-transactions-card[open] > .hp-section-head {
  margin-bottom: 14px !important;
}

body.member-body .hp-transactions-body {
  gap: 0 !important;
}

body.member-body .hp-transaction-list {
  display: grid !important;
  gap: 0 !important;
}

body.member-body .hp-transaction-row {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  gap: 8px 12px !important;
  align-items: center !important;
  min-height: 62px !important;
  padding: 12px 0 !important;
  color: #111827 !important;
  border-top: 1px solid #edf1f6 !important;
}

body.member-body .hp-transaction-row time {
  color: #667085 !important;
  font-size: 12px !important;
  font-weight: 540 !important;
}

body.member-body .hp-transaction-row div {
  min-width: 0 !important;
}

body.member-body .hp-transaction-row div strong {
  display: block !important;
  color: #1f2937 !important;
  font-size: 14px !important;
  font-weight: 620 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.member-body .hp-transaction-row div span {
  display: block !important;
  margin-top: 3px !important;
  color: #8a94a6 !important;
  font-size: 12px !important;
  font-weight: 460 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.member-body .hp-transaction-row em,
body.member-body .hp-transaction-row b {
  color: #667085 !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 560 !important;
  text-align: right !important;
  white-space: nowrap !important;
}

body.member-body .hp-transaction-row b {
  color: #3478f6 !important;
  font-weight: 660 !important;
}

body.member-body .hp-empty-state {
  padding: 18px !important;
  color: #667085 !important;
  border-radius: 12px !important;
  background: #f8fafc !important;
}

body.member-body .hp-empty-state strong {
  display: block !important;
  margin-bottom: 6px !important;
  color: #1f2937 !important;
  font-size: 15px !important;
  font-weight: 620 !important;
}

@media (min-width: 680px) {
  body.member-body .hp-metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.member-body .hp-transaction-row {
    grid-template-columns: 112px minmax(0, 1fr) 82px 82px !important;
  }
}

@media (min-width: 860px) {
  body.member-body .hp-hero-card {
    grid-template-columns: 46px minmax(0, 1fr) 210px !important;
    padding: 24px !important;
  }

  body.member-body .hp-balance-card {
    grid-column: auto !important;
  }

  body.member-body .hp-loader-card,
  body.member-body .hp-rule-card {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  body.member-body .hp-metric-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.member-body .heropoints-page {
    margin-top: 0 !important;
  }

  body.member-body .hp-hero-card,
  body.member-body .hp-loader-card,
  body.member-body .hp-rule-card,
  body.member-body .hp-transactions-card {
    border-radius: 12px !important;
    padding: 16px !important;
  }

  body.member-body .hp-section-head {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  body.member-body .hp-transaction-row em {
    grid-column: 1 !important;
    text-align: left !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.member-body .hp-loader-card li.active > span,
  body.member-body .hp-back,
  body.member-body .hp-rule-card,
  body.member-body .hp-transactions-card,
  body.member-body .hp-metric-grid article {
    animation: none !important;
    transition: none !important;
  }
}


body.member-body .rank-page {
  width: min(900px, 100%) !important;
  max-width: 900px !important;
  margin: 6px auto 72px !important;
  color: #111827 !important;
}

body.member-body .rank-hero-card,
body.member-body .rank-progress-card,
body.member-body .rank-benefits-card,
body.member-body .rank-roadmap-card,
body.member-body .rank-metric-grid article {
  border: 1px solid rgba(221, 228, 237, .92) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .045) !important;
}

body.member-body .rank-hero-card {
  display: grid !important;
  grid-template-columns: 42px 76px minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: center !important;
  padding: 22px !important;
}

body.member-body .rank-back {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  color: #0f172a !important;
  font-size: 24px !important;
  font-weight: 620 !important;
  text-decoration: none !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(226, 232, 240, .9), 0 8px 24px rgba(15, 23, 42, .055) !important;
  transition: box-shadow .18s ease, transform .18s ease !important;
}

body.member-body .rank-back:hover,
body.member-body .rank-progress-card:hover,
body.member-body .rank-benefits-card:hover,
body.member-body .rank-roadmap-card:hover,
body.member-body .rank-metric-grid article:hover {
  box-shadow: inset 0 0 0 2px #1277ff, 0 20px 52px rgba(52, 120, 246, .12) !important;
  transform: translateY(-1px) !important;
}

body.member-body .rank-orb {
  display: grid !important;
  place-items: center !important;
  width: 76px !important;
  height: 76px !important;
  color: #fff !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.member-body .rank-orb span {
  color: #fff !important;
  font-size: 34px !important;
  font-weight: 720 !important;
}

body.member-body .rank-orb img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  filter: drop-shadow(0 16px 26px color-mix(in srgb, var(--rank-color, #3478f6) 28%, transparent)) !important;
}

body.member-body .rank-hero-copy span,
body.member-body .rank-progress-head span,
body.member-body .rank-section-head span,
body.member-body .rank-metric-grid article span {
  display: block !important;
  color: #3478f6 !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
}

body.member-body .rank-hero-copy h1 {
  margin: 3px 0 7px !important;
  color: #080e1a !important;
  font-size: clamp(32px, 6vw, 54px) !important;
  font-weight: 720 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
}

body.member-body .rank-hero-copy p,
body.member-body .rank-max-note {
  margin: 0 !important;
  color: #667085 !important;
  font-size: 14px !important;
  font-weight: 450 !important;
  line-height: 1.55 !important;
}

body.member-body .rank-progress-card,
body.member-body .rank-benefits-card,
body.member-body .rank-roadmap-card {
  margin-top: 16px !important;
  padding: 20px !important;
}

body.member-body .rank-progress-head,
body.member-body .rank-section-head,
body.member-body .rank-step-main {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
}

body.member-body .rank-progress-head h2,
body.member-body .rank-section-head h2 {
  margin: 2px 0 0 !important;
  color: #1f2937 !important;
  font-size: 20px !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
}

body.member-body .rank-progress-head strong {
  color: #3478f6 !important;
  font-size: 20px !important;
  font-weight: 680 !important;
}

body.member-body .rank-progress-track,
body.member-body .rank-step-bar {
  overflow: hidden !important;
  height: 10px !important;
  margin-top: 14px !important;
  border-radius: 999px !important;
  background: #edf3fb !important;
}

body.member-body .rank-progress-track span,
body.member-body .rank-step-bar span {
  display: block !important;
  height: 100% !important;
  border-radius: inherit !important;
  background: linear-gradient(90deg, #3478f6, #21c55d) !important;
  transition: width .35s ease !important;
}

body.member-body .rank-missing-list {
  display: grid !important;
  gap: 7px !important;
  margin: 14px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.member-body .rank-missing-list li {
  color: #475467 !important;
  font-size: 13px !important;
  font-weight: 520 !important;
}

body.member-body .rank-benefits-card ul,
body.member-body .rank-step-benefits {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.member-body .rank-benefits-card li,
body.member-body .rank-step-benefits span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 30px !important;
  padding: 6px 11px !important;
  border-radius: 999px !important;
  background: #eef5ff !important;
  color: #246bdf !important;
  font-size: 12px !important;
  font-weight: 590 !important;
}

body.member-body .rank-metric-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-top: 16px !important;
}

body.member-body .rank-metric-grid article {
  min-height: 104px !important;
  padding: 18px !important;
  transition: box-shadow .18s ease, transform .18s ease !important;
}

body.member-body .rank-metric-grid article strong {
  display: block !important;
  margin-top: 8px !important;
  color: #101828 !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

body.member-body .rank-metric-grid article small {
  display: block !important;
  margin-top: 4px !important;
  color: #8a94a6 !important;
  font-size: 12px !important;
  font-weight: 480 !important;
}

body.member-body .rank-roadmap {
  display: grid !important;
  gap: 12px !important;
  margin-top: 14px !important;
}

body.member-body .rank-step {
  padding: 14px !important;
  border: 1px solid #edf1f6 !important;
  border-radius: 12px !important;
  background: #fff !important;
}

body.member-body .rank-step-dot {
  width: 20px !important;
  height: 20px !important;
  flex: 0 0 20px !important;
  border-radius: 50% !important;
  background: var(--rank-color, #3478f6) !important;
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--rank-color, #3478f6) 14%, transparent) !important;
}

body.member-body .rank-step-main div {
  min-width: 0 !important;
  flex: 1 1 auto !important;
}

body.member-body .rank-step-main strong {
  display: block !important;
  color: #1f2937 !important;
  font-size: 15px !important;
  font-weight: 650 !important;
}

body.member-body .rank-step-main small {
  display: block !important;
  margin-top: 3px !important;
  color: #8a94a6 !important;
  font-size: 12px !important;
  font-weight: 450 !important;
  line-height: 1.35 !important;
}

body.member-body .rank-step-main em {
  color: #3478f6 !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 650 !important;
  white-space: nowrap !important;
}

body.member-body .rank-step.achieved .rank-step-main em {
  color: #15803d !important;
}

body.member-body .rank-step.achieved .rank-step-bar span {
  background: #22c55e !important;
}

body.member-body .rank-step ul {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.member-body .rank-step li {
  padding: 6px 10px !important;
  color: #475467 !important;
  font-size: 12px !important;
  font-weight: 520 !important;
  border-radius: 999px !important;
  background: #f5f7fb !important;
}

body.member-body .rank-step-note {
  margin: 10px 0 0 !important;
  color: #667085 !important;
  font-size: 12px !important;
  font-weight: 460 !important;
  line-height: 1.45 !important;
}

body.member-body .rank-step-content {
  transition: max-height .24s ease, opacity .2s ease !important;
  will-change: max-height, opacity !important;
}

@media (max-width: 760px) {
  body.member-body .rank-hero-card {
    grid-template-columns: 42px 64px minmax(0, 1fr) !important;
    padding: 16px !important;
  }

  body.member-body .rank-orb {
    width: 64px !important;
    height: 64px !important;
  }

  body.member-body .rank-metric-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 520px) {
  body.member-body .rank-hero-card {
    grid-template-columns: 42px 1fr !important;
  }

  body.member-body .rank-orb {
    grid-column: 1 / -1 !important;
  }

  body.member-body .rank-hero-copy {
    grid-column: 1 / -1 !important;
  }

  body.member-body .rank-progress-head,
  body.member-body .rank-section-head {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
}

.admin-body .admin-rank-panel {
  grid-column: 1 / -1 !important;
}

.admin-body .admin-rank-form {
  display: grid !important;
  gap: 14px !important;
}

.admin-body .admin-rank-table {
  display: grid !important;
  gap: 10px !important;
}

.admin-body .admin-rank-table-head,
.admin-body .admin-rank-row {
  display: grid !important;
  grid-template-columns: 56px minmax(130px, 1fr) 130px 130px 120px 78px !important;
  gap: 10px !important;
  align-items: end !important;
}

.admin-body .admin-rank-table-head {
  color: #64748b !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  text-transform: uppercase !important;
  letter-spacing: .02em !important;
}

.admin-body .admin-rank-row {
  padding: 12px !important;
  border: 1px solid #e6edf5 !important;
  border-radius: 12px !important;
  background: #fff !important;
}

.admin-body .admin-rank-row label {
  display: grid !important;
  gap: 5px !important;
  margin: 0 !important;
}

.admin-body .admin-rank-row label > span {
  display: none !important;
  color: #64748b !important;
  font-size: 12px !important;
  font-weight: 620 !important;
}

.admin-body .admin-rank-row input[type="text"],
.admin-body .admin-rank-row input[type="number"],
.admin-body .admin-rank-row input[type="color"],
.admin-body .admin-rank-row select {
  width: 100% !important;
  min-height: 42px !important;
  padding: 8px 10px !important;
  border: 1px solid #dbe4ef !important;
  border-radius: 10px !important;
  background: #f8fafc !important;
  font-size: 13px !important;
  font-weight: 520 !important;
}

.admin-body .admin-rank-color input {
  padding: 4px !important;
}

.admin-body .admin-rank-check {
  align-self: center !important;
  justify-self: center !important;
}

.admin-body .admin-rank-check input {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.admin-body .admin-rank-row .admin-rank-check > span {
  display: block !important;
  width: 34px !important;
  height: 22px !important;
  border-radius: 999px !important;
  background: #dbe4ef !important;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, .35) !important;
}

.admin-body .admin-rank-row .admin-rank-check > span::after {
  content: "" !important;
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  margin: 3px !important;
  border-radius: 50% !important;
  background: #fff !important;
  transition: transform .18s ease !important;
}

.admin-body .admin-rank-row .admin-rank-check input:checked + span {
  background: #3478f6 !important;
}

.admin-body .admin-rank-row .admin-rank-check input:checked + span::after {
  transform: translateX(12px) !important;
}

.admin-body .admin-rank-desc {
  grid-column: 2 / -1 !important;
}

.admin-body .admin-rank-requirements {
  grid-column: 2 / -1 !important;
}

.admin-body .admin-rank-desc span,
.admin-body .admin-rank-requirements span {
  display: block !important;
}

.admin-body .admin-rank-benefits {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: 1.15fr 110px 160px repeat(3, minmax(140px, auto)) !important;
  gap: 10px !important;
  align-items: end !important;
  padding: 12px !important;
  border: 1px solid #e6edf5 !important;
  border-radius: 12px !important;
  background: #f8fbff !important;
}

.admin-body .admin-rank-benefit-head {
  align-self: center !important;
}

.admin-body .admin-rank-benefit-head strong {
  display: block !important;
  color: #111827 !important;
  font-size: 14px !important;
  font-weight: 650 !important;
}

.admin-body .admin-rank-benefit-head span {
  display: block !important;
  margin-top: 4px !important;
  color: #667085 !important;
  font-size: 12px !important;
  font-weight: 460 !important;
  line-height: 1.35 !important;
}

.admin-body .admin-rank-benefits label > span {
  display: block !important;
}

.admin-body .admin-rank-mini-check {
  min-height: 42px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 0 10px !important;
  border: 1px solid #dbe4ef !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #334155 !important;
  font-size: 12px !important;
  font-weight: 580 !important;
  cursor: pointer !important;
}

.admin-body .admin-rank-mini-check input[type="checkbox"] {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.admin-body .admin-rank-mini-check > span:first-of-type,
.admin-body .admin-rank-mini-check > .admin-check-mark {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 6px !important;
  background: #fff !important;
}

.admin-body .admin-rank-mini-check input[type="checkbox"]:checked + span {
  border-color: #3478f6 !important;
  background: #3478f6 !important;
  box-shadow: inset 0 0 0 4px #fff !important;
}

.admin-body .admin-rank-mini-check > .admin-check-label {
  width: auto !important;
  height: auto !important;
  flex: 1 1 auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  line-height: 1.25 !important;
}

.admin-body .admin-rank-benefit-note {
  grid-column: 1 / -1 !important;
}

.admin-body .admin-rank-hint {
  margin: 0 !important;
}

@media (max-width: 980px) {
  .admin-body .admin-rank-table-head {
    display: none !important;
  }

  .admin-body .admin-rank-row {
    grid-template-columns: 54px repeat(2, minmax(0, 1fr)) !important;
  }

  .admin-body .admin-rank-row label > span {
    display: block !important;
  }

  .admin-body .admin-rank-desc {
    grid-column: 1 / -1 !important;
  }

  .admin-body .admin-rank-requirements,
  .admin-body .admin-rank-benefits {
    grid-column: 1 / -1 !important;
  }

  .admin-body .admin-rank-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .admin-body .admin-rank-benefit-head,
  .admin-body .admin-rank-benefit-note {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 620px) {
  .admin-body .admin-rank-row {
    grid-template-columns: 1fr !important;
  }

  .admin-body .admin-rank-check {
    justify-self: start !important;
  }

  .admin-body .admin-rank-desc {
    grid-column: auto !important;
  }

  .admin-body .admin-rank-requirements {
    grid-column: auto !important;
  }

  .admin-body .admin-rank-benefits {
    grid-template-columns: 1fr !important;
  }
}


body.member-body.member-page-account .account-email-box,
body.member-body.member-route-account .account-email-box,
body.member-body.member-page-account .account-outline-btn,
body.member-body.member-route-account .account-outline-btn,
body.member-body.member-page-account .account-password-form input,
body.member-body.member-route-account .account-password-form input,
.admin-body .admin-customer-login-form input,
.admin-body .admin-rank-row input[type="text"],
.admin-body .admin-rank-row input[type="number"],
.admin-body .admin-rank-row input[type="color"],
.admin-body .admin-rank-row select {
  border: 1px solid #dbe4ef !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .025) !important;
  outline: none !important;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease !important;
}

body.member-body.member-page-account .account-email-box,
body.member-body.member-route-account .account-email-box {
  min-height: 56px !important;
  padding: 0 18px !important;
}

body.member-body.member-page-account .account-outline-btn,
body.member-body.member-route-account .account-outline-btn {
  min-height: 56px !important;
  color: #3478f6 !important;
  font-weight: 600 !important;
}

body.member-body.member-page-account .account-outline-btn.muted,
body.member-body.member-route-account .account-outline-btn.muted {
  color: #6b7280 !important;
}

body.member-body.member-page-account .account-email-box:hover,
body.member-body.member-route-account .account-email-box:hover,
body.member-body.member-page-account .account-outline-btn:hover,
body.member-body.member-route-account .account-outline-btn:hover,
body.member-body.member-page-account .account-password-form input:hover:not(:disabled),
body.member-body.member-route-account .account-password-form input:hover:not(:disabled),
.admin-body .admin-customer-login-form input:hover:not(:disabled),
.admin-body .admin-rank-row input[type="text"]:hover:not(:disabled),
.admin-body .admin-rank-row input[type="number"]:hover:not(:disabled),
.admin-body .admin-rank-row input[type="color"]:hover:not(:disabled),
.admin-body .admin-rank-row select:hover:not(:disabled),
body.member-body.member-page-account .account-password-form input:focus,
body.member-body.member-route-account .account-password-form input:focus,
.admin-body .admin-customer-login-form input:focus,
.admin-body .admin-rank-row input[type="text"]:focus,
.admin-body .admin-rank-row input[type="number"]:focus,
.admin-body .admin-rank-row input[type="color"]:focus,
.admin-body .admin-rank-row select:focus {
  border-color: #1277ff !important;
  box-shadow:
    inset 0 0 0 1px #1277ff,
    0 14px 30px rgba(52, 120, 246, .10) !important;
}

body.member-body.member-page-account .account-email-box:hover,
body.member-body.member-route-account .account-email-box:hover,
body.member-body.member-page-account .account-outline-btn:hover,
body.member-body.member-route-account .account-outline-btn:hover {
  transform: none !important;
}


.member-body .btn,
.admin-body .btn {
  border: 1px solid transparent !important;
  transform: none !important;
  transition:
    border-color .16s ease,
    box-shadow .16s ease,
    background-color .16s ease,
    color .16s ease,
    opacity .16s ease !important;
}

.member-body .btn.primary,
.admin-body .btn.primary {
  border-color: rgba(52, 120, 246, .18) !important;
}

.member-body .btn.primary:hover:not(:disabled):not(.disabled):not(.is-disabled),
.admin-body .btn.primary:hover:not(:disabled):not(.disabled):not(.is-disabled) {
  border-color: #1277ff !important;
  background: #1f73f7 !important;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, .72),
    0 0 0 3px rgba(18, 119, 255, .18),
    0 14px 30px rgba(52, 120, 246, .18) !important;
  transform: none !important;
}

.member-body .btn.ghost:hover:not(:disabled):not(.disabled):not(.is-disabled),
.member-body .btn.white:hover:not(:disabled):not(.disabled):not(.is-disabled),
.admin-body .btn.ghost:hover:not(:disabled):not(.disabled):not(.is-disabled),
.admin-body .btn.white:hover:not(:disabled):not(.disabled):not(.is-disabled) {
  border-color: #1277ff !important;
  box-shadow:
    inset 0 0 0 1px #1277ff,
    0 12px 26px rgba(52, 120, 246, .10) !important;
  transform: none !important;
}

.member-body.member-page-help .help-ticket-titlebar .btn.primary.small,
.member-body.member-route-help .help-ticket-titlebar .btn.primary.small {
  min-height: 44px !important;
  padding: 0 20px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}


.admin-body .admin-overview-grid {
  display: grid !important;
  gap: 18px !important;
}

.admin-body .admin-recent-payments-panel {
  max-width: 100% !important;
}

.admin-body .admin-settings-grid {
  display: grid !important;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.25fr) !important;
  gap: 18px !important;
  align-items: start !important;
}

.admin-body .admin-settings-grid .panel {
  min-width: 0 !important;
}

.admin-body .admin-settings-grid .admin-rank-panel {
  grid-column: 1 / -1 !important;
}

.admin-body .admin-settings-grid .admin-favicon-panel,
.admin-body .admin-settings-grid .admin-passkey-panel {
  border-color: rgba(52, 120, 246, .18) !important;
}

.admin-body .admin-sidebar .side-nav a {
  min-height: 44px !important;
}

@media (max-width: 980px) {
  .admin-body .admin-settings-grid {
    grid-template-columns: 1fr !important;
  }

  .admin-body .admin-settings-grid .admin-rank-panel {
    grid-column: auto !important;
  }
}


.member-body .is-loading-click {
  pointer-events: none !important;
  position: relative !important;
}

.member-body .is-loading-click::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 12px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border: 2px solid rgba(52, 120, 246, .25);
  border-top-color: #3478f6;
  border-radius: 999px;
  animation: fh-button-spinner .72s linear infinite;
}

.member-body .btn.primary.is-loading-click,
.member-body .book-btn.is-loading-click {
  color: transparent !important;
}

.member-body .btn.primary.is-loading-click::after,
.member-body .book-btn.is-loading-click::after {
  left: 50%;
  right: auto;
  margin-left: -8px;
  border-color: rgba(255, 255, 255, .38);
  border-top-color: #fff;
}

.member-body .round-btn.is-loading-click::after,
.member-body .top-pill.is-loading-click::after,
.member-body .top-avatar.is-loading-click::after {
  left: 50%;
  right: auto;
  margin-left: -8px;
}

.member-body .fh-global-nav-loader {
  position: fixed;
  left: 50%;
  top: 50%;
  bottom: auto;
  z-index: 99999;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid rgba(219, 230, 244, .95);
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  color: #344054;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .16);
  transform: translate(-50%, -46%) scale(.98);
  opacity: 0;
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease;
}

.member-body.member-navigation-loading .fh-global-nav-loader {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.member-body .fh-global-nav-loader span {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(52, 120, 246, .22);
  border-top-color: #3478f6;
  border-radius: 999px;
  animation: fh-button-spinner .72s linear infinite;
}

.member-body .fh-global-nav-loader strong {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 850;
}

@keyframes fh-button-spinner {
  to { transform: rotate(360deg); }
}


.member-body.member-page-products .content {
  display: flex;
  justify-content: center;
}

.member-body .book-btn.active {
  background: #f3f7ff;
  box-shadow: 0 16px 36px rgba(52, 120, 246, .14);
}

.product-catalog-shell {
  width: min(100%, 900px);
  margin: 0 auto;
  padding: 16px 0 56px;
  display: grid;
  gap: 18px;
}

.product-catalog-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
}

.product-catalog-back {
  flex: 0 0 auto;
}

.product-catalog-head p,
.product-catalog-filters p {
  margin: 0 0 8px;
  color: #8b929d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
}

.product-catalog-head h1 {
  margin: 0;
  color: #080d19;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: 0;
}

.product-catalog-head span {
  display: block;
  max-width: 560px;
  margin-top: 8px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}

.product-catalog-balance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid #dde6f1;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(16, 24, 40, .045);
}

.product-catalog-balance span {
  display: block;
  color: #7b8492;
  font-size: 13px;
  font-weight: 600;
}

.product-catalog-balance strong {
  display: block;
  margin-top: 4px;
  color: #111827;
  font-size: 25px;
  font-weight: 700;
}

.product-catalog-filters {
  display: grid;
  gap: 8px;
}

.product-catalog-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.product-catalog-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .55fr) auto;
  align-items: center;
  gap: 16px;
  min-height: 116px;
  padding: 18px 20px;
  border: 1px solid #dde6f1;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 24, 40, .04);
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.product-catalog-card:hover {
  border-color: #1277ff;
  box-shadow: inset 0 0 0 1px #1277ff, 0 18px 42px rgba(52, 120, 246, .10);
  transform: translateY(-1px);
}

.product-catalog-main {
  min-width: 0;
}

.product-catalog-main h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #22252b;
  font-size: 20px;
  font-weight: 650;
  letter-spacing: 0;
}

.product-catalog-main p {
  margin: 8px 0 0;
  color: #687282;
  font-size: 13px;
  line-height: 1.38;
  font-weight: 500;
}

.product-catalog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.product-catalog-meta span,
.product-catalog-options span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f5f7fb;
  color: #4b5563;
  font-size: 12px;
  font-weight: 600;
}

.product-catalog-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

.product-catalog-options span.featured {
  background: #eef5ff;
  color: #2563eb;
}

.product-catalog-options strong {
  color: inherit;
  font-size: 12px;
  font-weight: 700;
}

.product-catalog-actions {
  display: grid;
  gap: 8px;
  width: 168px;
}

.product-catalog-actions .btn {
  width: 100%;
  min-height: 36px;
  justify-content: center;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .product-catalog-card {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .product-catalog-actions {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .product-catalog-shell {
    padding: 12px 0 96px;
    gap: 14px;
  }

  .product-catalog-head,
  .product-catalog-balance {
    align-items: stretch;
    flex-direction: column;
  }

  .product-catalog-head h1 {
    font-size: 26px;
  }

  .product-catalog-balance {
    padding: 16px;
  }

  .product-catalog-card {
    min-height: 0;
    padding: 16px;
    border-radius: 14px;
  }

  .product-catalog-main h2 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .product-catalog-actions {
    grid-template-columns: 1fr;
  }
}


.share-refill-shell {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 18px 0 48px;
}

.share-refill-head {
  margin-bottom: 22px;
}

.share-refill-head h1 {
  justify-content: center;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  letter-spacing: 0;
}

.share-refill-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

.share-refill-summary > div {
  min-height: 92px;
  padding: 18px;
  border: 1px solid #dfe7f2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 24, 40, .045);
}

.share-refill-summary span,
.share-refill-card-head small,
.share-refill-option small {
  display: block;
  color: #6f7786;
  font-size: 13px;
  font-weight: 500;
}

.share-refill-summary strong {
  display: block;
  margin-top: 6px;
  color: #111827;
  font-size: 23px;
  font-weight: 700;
}

.refill-balance-count.is-pulsing {
  color: #3478f6;
  animation: fh-refill-balance-pulse .82s ease both;
}

.share-refill-card {
  padding: 24px;
  border: 1px solid #dfe7f2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(16, 24, 40, .055);
}

.share-refill-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.share-refill-card-head > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.share-refill-card-head span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #eaf2ff;
  color: #3478f6;
  font-size: 16px;
  font-weight: 700;
}

.share-refill-card-head strong {
  font-size: 19px;
  font-weight: 650;
  color: #111827;
}

.share-refill-options {
  display: grid;
  gap: 10px;
}

.share-refill-option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 70px;
  padding: 14px 16px;
  border: 1px solid #dfe7f2;
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.share-refill-option:hover {
  border-color: #1277ff;
  box-shadow: inset 0 0 0 1px #1277ff, 0 12px 26px rgba(52, 120, 246, .09);
}

.share-refill-option input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.share-refill-option > span {
  min-width: 0;
}

.share-refill-option strong {
  display: block;
  color: #111827;
  font-size: 17px;
  font-weight: 650;
}

.share-refill-option::after {
  content: "";
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  border: 2px solid #d4dce8;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 5px #fff;
  transition: border-color .16s ease, background .16s ease;
}

.share-refill-option:has(input:checked) {
  border-color: #1277ff;
  background: #f7fbff;
  box-shadow: inset 0 0 0 1px #1277ff, 0 14px 30px rgba(52, 120, 246, .10);
}

.share-refill-option:has(input:checked)::after {
  border-color: #3478f6;
  background: #3478f6;
}

.share-refill-option.featured {
  border-color: rgba(52, 120, 246, .34);
  background: linear-gradient(180deg, #fff, #f8fbff);
}

.share-refill-option.disabled {
  color: #8b95a5;
  background: #f8fafc;
  cursor: not-allowed;
  opacity: .78;
}

.share-refill-option.disabled input {
  cursor: not-allowed;
}

.share-refill-option em {
  margin-left: auto;
  color: #a8483f;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
}

.share-refill-topup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff7ed;
  color: #7c2d12;
}

.share-refill-topup strong {
  font-size: 14px;
  font-weight: 600;
}

.share-refill-confirm-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 16px;
  padding: 13px 15px;
  border: 1px solid rgba(52, 120, 246, .16);
  border-radius: 14px;
  background: #f7fbff;
  color: #334155;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .82);
}

.share-refill-confirm-note[hidden] {
  display: none !important;
}

.share-refill-confirm-note strong {
  color: #2367e8;
  font-size: 13px;
  font-weight: 760;
  white-space: nowrap;
}

.share-refill-confirm-note span {
  color: #64748b;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 550;
}

.share-refill-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}

.share-refill-actions .btn {
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 650;
}

.share-refill-actions .btn:disabled {
  pointer-events: none;
  opacity: .55;
}

.product-refill-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0 14px;
  color: #9aa4b2;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.product-refill-divider::before,
.product-refill-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: #e4ebf4;
}

.product-refill-external {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border: 1px solid #dfe7f2;
  border-radius: 16px;
  background: #fbfdff;
}

.product-refill-external strong,
.product-refill-external span {
  display: block;
}

.product-refill-external strong {
  color: #111827;
  font-size: 15px;
  font-weight: 680;
}

.product-refill-external span {
  margin-top: 3px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 520;
}

.product-refill-external .btn {
  flex: 0 0 auto;
  min-height: 40px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 650;
}

.product-refill-modal-icon {
  background: linear-gradient(145deg, #3478f6, #0f5de8);
}

.share-refill-modal[hidden] {
  display: none !important;
}

.share-refill-modal {
  position: fixed;
  inset: 0;
  z-index: 10030;
  display: grid;
  place-items: center;
  padding: 22px;
}

.share-refill-modal-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(8, 13, 25, .46);
  backdrop-filter: blur(10px);
  cursor: pointer;
}

.share-refill-modal-card {
  position: relative;
  z-index: 1;
  width: min(100%, 430px);
  padding: 28px;
  border: 1px solid rgba(221, 231, 242, .95);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 26px 80px rgba(15, 23, 42, .24);
  text-align: center;
  animation: fh-share-modal-in .18s ease both;
}

.share-refill-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #e4ebf4;
  border-radius: 50%;
  background: #fff;
  color: #64748b;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.share-refill-modal-icon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #06172a;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(6, 23, 42, .22);
}

.share-refill-modal-card h2 {
  margin: 0;
  color: #101828;
  font-size: 24px;
  font-weight: 720;
  letter-spacing: 0;
}

.share-refill-modal-card p {
  margin: 9px auto 18px;
  max-width: 330px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 520;
}

.share-refill-modal-summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 16px;
  margin: 0 0 20px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #f7f9fc;
  text-align: left;
}

.share-refill-modal-summary span {
  color: #7b8492;
  font-size: 13px;
  font-weight: 600;
}

.share-refill-modal-summary strong {
  color: #111827;
  font-size: 14px;
  font-weight: 720;
  text-align: right;
}

.share-refill-modal-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.share-refill-modal-actions .btn {
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  font-size: 14px;
}

body.share-refill-modal-open {
  overflow: hidden;
}

@keyframes fh-share-modal-in {
  from {
    transform: translateY(10px) scale(.985);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@keyframes fh-refill-balance-pulse {
  0% {
    transform: scale(1);
    text-shadow: 0 0 0 rgba(52, 120, 246, 0);
  }
  42% {
    transform: scale(1.045);
    text-shadow: 0 12px 24px rgba(52, 120, 246, .18);
  }
  100% {
    transform: scale(1);
    text-shadow: 0 0 0 rgba(52, 120, 246, 0);
  }
}

@media (max-width: 760px) {
  .share-refill-shell {
    padding: 14px 0 88px;
  }

  .share-refill-summary {
    grid-template-columns: 1fr;
  }

  .share-refill-card {
    padding: 18px;
    border-radius: 16px;
  }

  .share-refill-card-head,
  .share-refill-topup,
  .share-refill-confirm-note,
  .product-refill-external,
  .share-refill-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .product-refill-external .btn {
    width: 100%;
  }

  .share-refill-actions .btn {
    width: 100%;
  }

  .share-refill-modal {
    align-items: end;
    padding: 12px;
  }

  .share-refill-modal-card {
    width: 100%;
    padding: 24px 18px 18px;
    border-radius: 20px;
  }

  .share-refill-modal-actions {
    grid-template-columns: 1fr;
  }
}


.topup-choice-shell {
  width: min(100%, 680px);
  margin: 0 auto;
  padding: 10px 0 54px;
}

.topup-choice-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}

.topup-choice-head .round-btn {
  flex: 0 0 auto;
}

.topup-choice-head p {
  margin: 0 0 4px;
  color: #98a1ad;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
}

.topup-choice-head h1 {
  margin: 0;
  color: #090f1f;
  font-size: clamp(28px, 3.4vw, 38px);
  line-height: 1.02;
  font-weight: 760;
  letter-spacing: 0;
}

.topup-choice-head span {
  display: block;
  max-width: 560px;
  margin-top: 7px;
  color: #697386;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 560;
}

.topup-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.topup-choice-card {
  position: relative;
  min-height: 156px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 12px;
  padding: 18px;
  border: 1px solid #dfe8f5;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #fbfdff);
  color: #101828;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(16, 24, 40, .045);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
  overflow: hidden;
}

.topup-choice-card:hover,
.topup-choice-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(52, 120, 246, .45);
  box-shadow: 0 24px 54px rgba(52, 120, 246, .12);
  outline: none;
}

.topup-choice-card::after {
  content: none;
}

.topup-choice-visual-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  min-width: 0;
}

.topup-choice-icon {
  position: relative;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #eef5ff;
  color: #3478f6;
  box-shadow: inset 0 0 0 1px rgba(52, 120, 246, .12);
}

.topup-choice-card.product .topup-choice-icon {
  background: #f2f6fc;
  color: #344054;
  box-shadow: inset 0 0 0 1px #dbe6f4;
}

.topup-choice-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.topup-choice-hint {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border: 1px solid #dbe6f4;
  border-radius: 999px;
  background: #f8fbff;
  color: #667085;
  font-size: 11px;
  font-weight: 850;
}

.topup-choice-wallet-visual,
.topup-choice-product-visual {
  min-width: 0;
  display: grid;
  gap: 8px;
  justify-items: end;
}

.topup-choice-wallet-card {
  min-width: 108px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 12px;
  border-radius: 14px;
  background: #101828;
  color: #fff;
  box-shadow: 0 14px 26px rgba(16, 24, 40, .16);
}

.topup-choice-wallet-card svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .9;
}

.topup-choice-wallet-card b {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .03em;
}

.topup-choice-euro-coin {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  justify-self: start;
  margin-top: -20px;
  margin-left: -10px;
  border: 3px solid #fff;
  border-radius: 999px;
  background: linear-gradient(135deg, #e6f0ff, #3478f6);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(52, 120, 246, .24);
}

.topup-choice-mini-payments {
  display: flex;
  gap: 5px;
  margin-top: -12px;
}

.topup-choice-mini-payments i {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 7px;
  border: 1px solid #dce6f3;
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: #667085;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
}

.topup-choice-platform-stack {
  display: flex;
  justify-content: flex-end;
}

.topup-choice-platform-stack .platform-dot {
  width: 34px;
  height: 34px;
  margin-left: -7px;
  border: 3px solid #fff;
  box-shadow: 0 10px 20px rgba(15, 23, 42, .12);
}

.topup-choice-platform-stack .platform-dot:first-child {
  margin-left: 0;
}

.topup-choice-platform-stack .platform-dot svg {
  width: 18px;
  height: 18px;
}

.topup-choice-product-types {
  display: flex;
  gap: 6px;
}

.topup-choice-product-types img {
  width: 34px;
  height: 34px;
  display: block;
  padding: 7px;
  border: 1px solid rgba(209, 219, 233, .95);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(15, 23, 42, .08);
}

.topup-choice-copy {
  position: relative;
  z-index: 1;
  display: block;
}

.topup-choice-copy strong {
  display: block;
  color: #101828;
  font-size: 21px;
  line-height: 1.08;
  font-weight: 820;
  letter-spacing: 0;
}

.topup-choice-copy small {
  display: block;
  margin-top: 8px;
  color: #667085;
  font-size: 13px;
  line-height: 1.38;
  font-weight: 560;
}

.topup-choice-card em {
  position: relative;
  z-index: 1;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 13px;
  border-radius: 999px;
  background: #3478f6;
  color: #fff;
  font-style: normal;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(52, 120, 246, .20);
}

.topup-choice-card.product em {
  background: #344054;
  box-shadow: 0 10px 20px rgba(17, 24, 39, .12);
}

.account-credit-shell {
  width: min(100%, 640px);
  margin: 0 auto;
  padding: 10px 0 54px;
}

.account-credit-hero {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.account-credit-hero .round-btn {
  flex: 0 0 auto;
}

.account-credit-floating-back {
  display: none;
}

.account-credit-hero p {
  margin: 0 0 4px;
  color: #98a1ad;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
}

.account-credit-hero h1 {
  margin: 0;
  color: #090f1f;
  font-size: clamp(26px, 3.2vw, 36px);
  line-height: 1.02;
  font-weight: 720;
  letter-spacing: 0;
}

.account-credit-hero span {
  display: block;
  margin-top: 6px;
  color: #697386;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
}

.account-credit-balance {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
  padding: 18px 20px;
  border-radius: 16px;
  background: #06172a;
  color: #fff;
  box-shadow: 0 20px 46px rgba(6, 23, 42, .13);
}

.account-credit-balance span {
  display: block;
  color: rgba(255, 255, 255, .74);
  font-size: 13px;
  font-weight: 550;
}

.account-credit-balance strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: clamp(28px, 4.2vw, 38px);
  line-height: 1;
  font-weight: 720;
  letter-spacing: 0;
}

.account-credit-balance p {
  max-width: 220px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 520;
}

.account-credit-focus {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.account-credit-focus > div {
  min-height: 88px;
  padding: 14px 15px;
  border: 1px solid #dfe8f5;
  border-radius: 15px;
  background: linear-gradient(180deg, #fff, #fbfdff);
  box-shadow: 0 14px 32px rgba(16, 24, 40, .045);
}

.account-credit-focus span,
.account-credit-focus small {
  display: block;
}

.account-credit-focus span {
  color: #7a8494;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.account-credit-focus strong {
  display: block;
  margin-top: 4px;
  color: #111827;
  font-size: 24px;
  line-height: 1;
  font-weight: 720;
}

.account-credit-focus small {
  margin-top: 8px;
  color: #667085;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 520;
}

.account-credit-form {
  display: grid;
  gap: 12px;
}

.account-credit-card {
  padding: 18px;
  border: 1px solid #dfe7f2;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(16, 24, 40, .055);
}

.account-credit-step {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
}

.account-credit-step > span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #eaf2ff;
  color: #3478f6;
  font-size: 14px;
  font-weight: 700;
}

.account-credit-step strong {
  display: block;
  color: #111827;
  font-size: 17px;
  line-height: 1.15;
  font-weight: 660;
}

.account-credit-step small {
  display: block;
  margin-top: 4px;
  color: #6f7786;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
}

.account-credit-error {
  margin: 0 0 12px;
  padding: 11px 13px;
  border: 1px solid rgba(220, 38, 38, .2);
  border-radius: 12px;
  background: #fff1f2;
  color: #b42318;
  font-size: 13px;
  font-weight: 650;
}

.account-credit-card.needs-attention {
  border-color: rgba(220, 38, 38, .45);
  box-shadow: inset 0 0 0 1px rgba(220, 38, 38, .34), 0 16px 36px rgba(220, 38, 38, .09);
}

.account-credit-amounts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.account-credit-option {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 12px 13px;
  border: 1px solid #dfe7f2;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #fbfdff);
  cursor: pointer;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.account-credit-option:hover {
  border-color: #1277ff;
  box-shadow: inset 0 0 0 1px #1277ff, 0 12px 26px rgba(52, 120, 246, .09);
}

.account-credit-option input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.account-credit-option strong {
  display: block;
  color: #111827;
  font-size: 19px;
  line-height: 1;
  font-weight: 680;
  letter-spacing: 0;
}

.account-credit-option small {
  display: block;
  margin-top: 6px;
  color: #758093;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 520;
}

.account-credit-option em {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 3px 7px;
  border-radius: 999px;
  background: #edf4ff;
  color: #2367e8;
  font-size: 10px;
  font-style: normal;
  font-weight: 720;
}

.account-credit-option:has(input:checked) {
  border-color: #1277ff;
  background: #f7fbff;
  box-shadow: inset 0 0 0 1px #1277ff, 0 14px 30px rgba(52, 120, 246, .10);
}

.account-credit-checkout-note {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 13px;
  background: #f6f8fb;
  color: #586173;
  font-size: 13px;
  line-height: 1.42;
  font-weight: 520;
}

.account-credit-checkout-note strong,
.account-credit-checkout-note span {
  display: block;
}

.account-credit-checkout-note strong {
  margin-bottom: 2px;
  color: #111827;
  font-weight: 660;
}

.account-credit-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 2px;
}

.account-credit-actions .btn {
  min-height: 44px;
  padding-inline: 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 650;
}

.account-credit-actions .btn.primary {
  min-width: 220px;
}

@media (max-width: 760px) {
  .topup-choice-shell {
    width: 100%;
    padding: 6px 0 104px;
  }

  .topup-choice-head {
    gap: 10px;
    margin-bottom: 12px;
  }

  .topup-choice-head h1 {
    font-size: clamp(24px, 7.2vw, 30px);
  }

  .topup-choice-head span {
    font-size: 13px;
    line-height: 1.35;
  }

  .topup-choice-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .topup-choice-card {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    align-items: center;
    gap: 8px 12px;
    padding: 16px;
    border-radius: 16px;
  }

  .topup-choice-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    border-radius: 14px;
  }

  .topup-choice-icon svg {
    width: 23px;
    height: 23px;
  }

  .topup-choice-copy strong {
    font-size: 19px;
  }

  .topup-choice-wallet-card {
    min-width: 94px;
    height: 38px;
    border-radius: 13px;
  }

  .topup-choice-wallet-card b {
    font-size: 11px;
  }

  .topup-choice-euro-coin,
  .topup-choice-platform-stack .platform-dot,
  .topup-choice-product-types img {
    width: 30px;
    height: 30px;
  }

  .topup-choice-mini-payments i {
    min-height: 18px;
    padding: 0 6px;
    font-size: 8px;
  }

  .topup-choice-copy small {
    margin-top: 5px;
    font-size: 12.5px;
    line-height: 1.34;
  }

  .topup-choice-card em {
    min-height: 32px;
    padding: 0 13px;
    font-size: 12px;
  }

  .account-credit-shell {
    padding: 8px 0 94px;
    width: min(100%, 560px);
  }

  .account-credit-floating-back {
    position: fixed !important;
    z-index: 74 !important;
    left: max(12px, env(safe-area-inset-left)) !important;
    bottom: calc(98px + env(safe-area-inset-bottom)) !important;
    display: inline-grid !important;
    place-items: center !important;
    gap: 3px !important;
    min-width: 54px !important;
    color: #111827 !important;
    text-decoration: none !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  .account-credit-floating-back span {
    display: grid !important;
    width: 46px !important;
    height: 46px !important;
    place-items: center !important;
    border: 1px solid rgba(213, 224, 238, .96) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .96) !important;
    color: #101828 !important;
    font-size: 24px !important;
    line-height: 1 !important;
    font-weight: 760 !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .11) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    backdrop-filter: blur(12px) !important;
  }

  .account-credit-floating-back small {
    display: block !important;
    color: #475467 !important;
    font-size: 10.5px !important;
    line-height: 1 !important;
    font-weight: 680 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
  }

  .account-credit-hero {
    align-items: flex-start;
  }

  .account-credit-balance {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .account-credit-balance p {
    max-width: none;
  }

  .account-credit-card {
    padding: 18px;
    border-radius: 16px;
  }

  .account-credit-focus {
    grid-template-columns: 1fr;
  }

  .account-credit-amounts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .account-credit-option {
    min-height: 74px;
  }

  .account-credit-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .account-credit-actions .btn.primary {
    min-width: 0;
  }
}

@media (max-width: 460px) {
  .account-credit-amounts {
    grid-template-columns: 1fr;
  }

  .account-credit-hero h1 {
    font-size: 25px;
  }
}


.member-body.member-route-send .btn.submit.is-incomplete:not(:disabled) {
  cursor: pointer !important;
  opacity: 1 !important;
  filter: none !important;
}

.member-body.member-route-send .step-card.needs-attention,
.member-body.member-route-send .check-row.needs-attention {
  border-color: rgba(220, 38, 38, .78) !important;
  box-shadow:
    0 0 0 2px rgba(220, 38, 38, .16),
    0 16px 34px rgba(220, 38, 38, .12) !important;
  animation: fh-send-attention .46s ease both;
}

.member-body.member-route-send .step-card.needs-attention .field-error:not([hidden]) {
  color: #b91c1c !important;
}

@keyframes fh-send-attention {
  0% {
    transform: translateY(0);
    box-shadow:
      0 0 0 0 rgba(220, 38, 38, 0),
      0 12px 28px rgba(15, 23, 42, .07);
  }
  38% {
    transform: translateY(-1px);
    box-shadow:
      0 0 0 5px rgba(220, 38, 38, .16),
      0 18px 38px rgba(220, 38, 38, .14);
  }
  100% {
    transform: translateY(0);
    box-shadow:
      0 0 0 2px rgba(220, 38, 38, .16),
      0 16px 34px rgba(220, 38, 38, .12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .member-body.member-route-send .step-card.needs-attention,
  .member-body.member-route-send .check-row.needs-attention {
    animation: none !important;
  }
}


.member-body .send-nav .round-btn,
.member-body.member-route-send .send-nav .round-btn,
.member-body.member-route-account .send-nav .round-btn {
  box-sizing: border-box !important;
  border: 2px solid rgba(18, 119, 255, .42) !important;
  background: #fff !important;
  color: #05070d !important;
  text-decoration: none !important;
  outline: 0 !important;
  transform: none !important;
  box-shadow:
    inset 0 0 0 1px rgba(18, 119, 255, .08),
    0 12px 28px rgba(15, 23, 42, .045) !important;
}

.member-body .send-nav .round-btn:hover,
.member-body .send-nav .round-btn:focus-visible,
.member-body.member-route-send .send-nav .round-btn:hover,
.member-body.member-route-send .send-nav .round-btn:focus-visible,
.member-body.member-route-account .send-nav .round-btn:hover,
.member-body.member-route-account .send-nav .round-btn:focus-visible {
  border-color: #087cff !important;
  color: #05070d !important;
  outline: 0 !important;
  transform: none !important;
  box-shadow:
    inset 0 0 0 1px #087cff,
    0 16px 34px rgba(0, 122, 255, .10) !important;
}


@media (max-width: 700px) {
  body.member-body.member-route-access .dashboard-grid {
    width: 100% !important;
    max-width: 100% !important;
    gap: 15px !important;
    padding: 0 2px 76px !important;
  }

  body.member-body.member-route-access .page-head,
  body.member-body.member-route-access .filters-block,
  body.member-body.member-route-access .access-list {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.member-body.member-route-access .page-head p,
  body.member-body.member-route-access .filters-block p {
    margin-bottom: 9px !important;
    font-size: 11px !important;
    letter-spacing: .04em !important;
  }

  body.member-body.member-route-access .stat-row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }

  body.member-body.member-route-access .stat-card {
    min-height: 58px !important;
    height: 58px !important;
    grid-template-columns: 18px minmax(0, 1fr) !important;
    grid-template-rows: 1fr auto !important;
    padding: 9px 9px !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .035) !important;
  }

  body.member-body.member-route-access .stat-card span {
    width: 15px !important;
    height: 15px !important;
  }

  body.member-body.member-route-access .stat-card.ok span {
    width: 14px !important;
    height: 25px !important;
    border-width: 3px !important;
  }

  body.member-body.member-route-access .stat-card strong {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: .95 !important;
  }

  body.member-body.member-route-access .stat-card small {
    margin-top: 4px !important;
    font-size: 10px !important;
    font-weight: 520 !important;
  }

  body.member-body.member-route-access .chip-row {
    gap: 7px !important;
  }

  body.member-body.member-route-access .chip {
    min-height: 33px !important;
    height: 33px !important;
    padding: 0 10px !important;
    gap: 6px !important;
    font-size: 12px !important;
  }

  body.member-body.member-route-access .chip .platform-dot {
    width: 21px !important;
    height: 21px !important;
    min-width: 21px !important;
  }

  body.member-body.member-route-access .access-list {
    margin-top: 8px !important;
    gap: 8px !important;
  }

  body.member-body.member-route-access .access-card {
    grid-template-columns: minmax(0, 1fr) 34px !important;
    grid-template-areas:
      "main history"
      "actions actions" !important;
    row-gap: 11px !important;
    padding: 13px !important;
    border-radius: 12px !important;
  }

  body.member-body.member-route-access .access-main {
    gap: 8px !important;
  }

  body.member-body.member-route-access .access-main h2 {
    font-size: 15px !important;
    font-weight: 680 !important;
    line-height: 1.18 !important;
  }

  body.member-body.member-route-access .access-main p {
    font-size: 14px !important;
    font-weight: 560 !important;
  }

  body.member-body.member-route-access .coin {
    width: 21px !important;
    height: 21px !important;
    min-width: 21px !important;
    margin-right: 8px !important;
  }

  body.member-body.member-route-access .access-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }

  body.member-body.member-route-access .access-actions .btn {
    min-height: 32px !important;
    height: 32px !important;
    font-size: 12px !important;
    font-weight: 650 !important;
  }

  body.member-body.member-route-access .history-link {
    width: 34px !important;
    height: 34px !important;
    justify-self: end !important;
    align-self: center !important;
  }

  body.member-body.member-route-access .history-link svg {
    width: 19px !important;
    height: 19px !important;
  }
}


@media (max-width: 980px) {
  .mobile-tabbar {
    left: 50% !important;
    right: auto !important;
    bottom: calc(12px + env(safe-area-inset-bottom)) !important;
    width: min(342px, calc(100vw - 28px)) !important;
    min-height: 66px !important;
    transform: translateX(-50%) !important;
    grid-template-columns: minmax(0, 1fr) 94px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 8px 12px !important;
    border-radius: 30px !important;
    border: 1px solid rgba(215, 224, 235, .9) !important;
    background: rgba(255, 255, 255, .96) !important;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .18) !important;
    -webkit-backdrop-filter: blur(18px) !important;
    backdrop-filter: blur(18px) !important;
  }

  .mobile-tabbar .mobile-tabbar-item {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 50px !important;
    display: grid !important;
    place-items: center !important;
    align-content: center !important;
    gap: 3px !important;
    border: 1px solid transparent !important;
    border-radius: 20px !important;
    background: transparent !important;
    color: #667085 !important;
    font-size: 10px !important;
    font-weight: 560 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    transition: color .16s ease, background-color .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease !important;
  }

  .mobile-tabbar .mobile-tabbar-item > span {
    width: 28px !important;
    height: 28px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 50% !important;
  }

  .mobile-tabbar .mobile-tabbar-item svg {
    width: 22px !important;
    height: 22px !important;
    stroke-width: 2.35 !important;
  }

  .mobile-tabbar .mobile-tabbar-item strong {
    display: block !important;
    max-width: 72px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    color: currentColor !important;
    font-size: 10px !important;
    font-weight: 560 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }

  .mobile-tabbar .mobile-tabbar-item.active:not(.mobile-tabbar-main) {
    color: #1478ff !important;
    background: #eef5ff !important;
    border-color: rgba(20, 120, 255, .16) !important;
  }

  .mobile-tabbar .mobile-tabbar-main {
    justify-self: center !important;
    align-self: center !important;
    width: 76px !important;
    min-height: 76px !important;
    margin-top: -30px !important;
    border-radius: 27px !important;
    background: #1478ff !important;
    color: #fff !important;
    border-color: rgba(255, 255, 255, .72) !important;
    box-shadow: 0 18px 38px rgba(20, 120, 255, .34) !important;
  }

  .mobile-tabbar .mobile-tabbar-main.active {
    background: #071a34 !important;
    box-shadow: 0 18px 42px rgba(7, 26, 52, .30) !important;
  }

  .mobile-tabbar .mobile-tabbar-main > span {
    width: 36px !important;
    height: 34px !important;
  }

  .mobile-tabbar .mobile-tabbar-main svg {
    width: 28px !important;
    height: 28px !important;
    stroke-width: 2.55 !important;
  }

  .mobile-tabbar .mobile-tabbar-main strong {
    max-width: 76px !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 650 !important;
  }

  .mobile-tabbar .mobile-tabbar-item:active {
    transform: scale(.96) !important;
  }

  .mobile-tabbar .mobile-tabbar-main:active {
    transform: scale(.96) !important;
  }
}

@media (max-width: 360px) {
  .mobile-tabbar {
    width: min(318px, calc(100vw - 18px)) !important;
    grid-template-columns: minmax(0, 1fr) 84px minmax(0, 1fr) !important;
    padding-inline: 9px !important;
  }

  .mobile-tabbar .mobile-tabbar-main {
    width: 70px !important;
    min-height: 70px !important;
  }
}


body.member-body.member-route-send .service-choice {
  position: relative !important;
  z-index: 8 !important;
}

body.member-body.member-route-send .service-choice-native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
}

body.member-body.member-route-send .service-choice-button {
  width: 100% !important;
  min-height: 52px !important;
  display: grid !important;
  grid-template-columns: 28px minmax(0, 1fr) 18px !important;
  align-items: center !important;
  gap: 11px !important;
  padding: 8px 13px !important;
  border: 1px solid #d9e1ec !important;
  border-radius: 15px !important;
  background: #fff !important;
  color: #101828 !important;
  text-align: left !important;
  cursor: pointer !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .72) !important;
  transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease, transform .16s ease !important;
}

body.member-body.member-route-send .service-choice-button:hover,
body.member-body.member-route-send .service-choice.is-open .service-choice-button,
body.member-body.member-route-send .service-choice-button:focus-visible {
  border-color: #1478ff !important;
  box-shadow: 0 0 0 3px rgba(20, 120, 255, .13), inset 0 0 0 1px rgba(255, 255, 255, .85) !important;
  outline: none !important;
}

body.member-body.member-route-send .service-choice-button:active {
  transform: scale(.992) !important;
}

body.member-body.member-route-send .service-choice-button:disabled {
  cursor: default !important;
  opacity: .55 !important;
}

body.member-body.member-route-send .service-choice-icon {
  width: 26px !important;
  height: 26px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  background: #edf4ff !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

body.member-body.member-route-send .service-choice-copy {
  min-width: 0 !important;
  display: grid !important;
  gap: 2px !important;
}

body.member-body.member-route-send .service-choice-copy strong {
  overflow: hidden !important;
  color: #111827 !important;
  font-size: 15px !important;
  font-weight: 560 !important;
  line-height: 1.2 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.member-body.member-route-send .service-choice-copy small {
  overflow: hidden !important;
  color: #7b8492 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.member-body.member-route-send .service-choice-button.has-value .service-choice-copy strong {
  font-weight: 650 !important;
}

body.member-body.member-route-send .service-choice-caret {
  width: 0 !important;
  height: 0 !important;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-top: 6px solid #313846 !important;
  transition: transform .16s ease !important;
}

body.member-body.member-route-send .service-choice.is-open .service-choice-caret {
  transform: rotate(180deg) !important;
}

body.member-body.member-route-send .service-choice-popover[hidden],
body.member-body.member-route-send .service-choice-backdrop[hidden] {
  display: none !important;
}

body.member-body.member-route-send .service-choice-backdrop {
  display: none !important;
}

body.member-body.member-route-send .service-choice-popover {
  position: absolute !important;
  top: calc(100% + 8px) !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 40 !important;
  overflow: hidden !important;
  border: 1px solid rgba(218, 226, 238, .96) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .98) !important;
  box-shadow: 0 22px 60px rgba(15, 23, 42, .16) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  backdrop-filter: blur(16px) !important;
  animation: fh-service-popover-in .16s ease both !important;
}

body.member-body.member-route-send .service-choice-popover-head {
  display: none !important;
}

body.member-body.member-route-send .service-choice-options {
  max-height: min(356px, 52vh) !important;
  overflow: auto !important;
  padding: 7px !important;
  overscroll-behavior: contain !important;
}

body.member-body.member-route-send .service-choice-heading {
  position: sticky !important;
  top: 0 !important;
  z-index: 1 !important;
  margin: 4px 2px 2px !important;
  padding: 7px 10px !important;
  border-radius: 10px !important;
  background: rgba(248, 250, 252, .96) !important;
  color: #667085 !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

body.member-body.member-route-send .service-choice-option {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 30px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 10px !important;
  padding: 10px 11px !important;
  border: 1px solid transparent !important;
  border-radius: 13px !important;
  background: transparent !important;
  color: #111827 !important;
  text-align: left !important;
  cursor: pointer !important;
  transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease, transform .15s ease !important;
}

body.member-body.member-route-send .service-choice-option:hover,
body.member-body.member-route-send .service-choice-option:focus-visible {
  border-color: rgba(20, 120, 255, .46) !important;
  background: #f5f9ff !important;
  box-shadow: 0 0 0 2px rgba(20, 120, 255, .08) !important;
  outline: none !important;
}

body.member-body.member-route-send .service-choice-option.active {
  border-color: rgba(20, 120, 255, .74) !important;
  background: #edf5ff !important;
}

body.member-body.member-route-send .service-choice-option:active {
  transform: scale(.992) !important;
}

body.member-body.member-route-send .service-choice-option-icon {
  width: 28px !important;
  height: 28px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  background: #eef4ff !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

body.member-body.member-route-send .service-choice-option span:last-child {
  min-width: 0 !important;
  display: grid !important;
  gap: 3px !important;
}

body.member-body.member-route-send .service-choice-option strong {
  color: #111827 !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1.22 !important;
}

body.member-body.member-route-send .service-choice-option small {
  color: #667085 !important;
  font-size: 12px !important;
  font-weight: 520 !important;
  line-height: 1.25 !important;
}

body.member-body.member-route-send .service-choice-option em {
  display: -webkit-box !important;
  overflow: hidden !important;
  color: #4b5565 !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 430 !important;
  line-height: 1.3 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

@keyframes fh-service-popover-in {
  from {
    opacity: 0;
    transform: translateY(-5px) scale(.992);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes fh-service-sheet-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 760px) {
  body.member-body.member-route-send .service-choice-button {
    min-height: 50px !important;
    grid-template-columns: 26px minmax(0, 1fr) 18px !important;
    padding: 8px 12px !important;
    border-radius: 15px !important;
  }

  body.member-body.member-route-send .service-choice-copy strong {
    font-size: 14px !important;
  }

  body.member-body.member-route-send .service-choice-copy small {
    font-size: 11px !important;
  }

  body.member-body.member-route-send .service-choice-backdrop {
    position: fixed !important;
    inset: 0 !important;
    z-index: 10010 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    background: rgba(7, 12, 24, .42) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    backdrop-filter: blur(8px) !important;
  }

  body.member-body.member-route-send .service-choice-popover {
    position: fixed !important;
    top: auto !important;
    left: max(12px, env(safe-area-inset-left)) !important;
    right: max(12px, env(safe-area-inset-right)) !important;
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
    z-index: 10020 !important;
    max-height: min(72dvh, 560px) !important;
    border-radius: 24px !important;
    box-shadow: 0 26px 78px rgba(7, 12, 24, .30) !important;
    animation: fh-service-sheet-in .2s cubic-bezier(.2, .8, .2, 1) both !important;
  }

  body.member-body.member-route-send .service-choice-popover-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 15px 16px 9px !important;
    border-bottom: 1px solid rgba(226, 232, 240, .78) !important;
  }

  body.member-body.member-route-send .service-choice-popover-head strong {
    color: #111827 !important;
    font-size: 16px !important;
    font-weight: 680 !important;
  }

  body.member-body.member-route-send .service-choice-popover-head button {
    width: 34px !important;
    height: 34px !important;
    display: grid !important;
    place-items: center !important;
    border: 1px solid #e3ebf6 !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #667085 !important;
    font-size: 22px !important;
    line-height: 1 !important;
  }

  body.member-body.member-route-send .service-choice-options {
    max-height: calc(min(72dvh, 560px) - 60px) !important;
    padding: 8px 10px 12px !important;
  }

  body.member-body.member-route-send .service-choice-option {
    min-height: 66px !important;
    padding: 11px 10px !important;
    border-radius: 16px !important;
  }

  body.service-choice-open {
    overflow: hidden !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.member-body.member-route-send .service-choice-popover,
  body.member-body.member-route-send .service-choice-button,
  body.member-body.member-route-send .service-choice-option,
  body.member-body.member-route-send .service-choice-caret {
    animation: none !important;
    transition: none !important;
  }
}


.admin-body .admin-rank-controls {
  display: grid !important;
  gap: 14px !important;
  padding: 14px !important;
  border: 1px solid #e3ebf6 !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%) !important;
}

.admin-body .admin-feature-toggle {
  display: grid !important;
  grid-template-columns: 42px minmax(0, auto) minmax(0, 1fr) !important;
  grid-template-areas:
    "switch title note" !important;
  align-items: center !important;
  gap: 10px 13px !important;
  margin: 0 !important;
}

.admin-body .admin-feature-toggle input {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.admin-body .admin-feature-toggle > span {
  grid-area: switch !important;
  width: 42px !important;
  height: 25px !important;
  border-radius: 999px !important;
  background: #d7e1ee !important;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, .38) !important;
  transition: background-color .16s ease, box-shadow .16s ease !important;
}

.admin-body .admin-feature-toggle > span::after {
  content: "" !important;
  display: block !important;
  width: 19px !important;
  height: 19px !important;
  margin: 3px !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: 0 3px 8px rgba(15, 23, 42, .18) !important;
  transition: transform .16s ease !important;
}

.admin-body .admin-feature-toggle input:checked + span {
  background: #1478ff !important;
  box-shadow: 0 0 0 3px rgba(20, 120, 255, .14) !important;
}

.admin-body .admin-feature-toggle input:checked + span::after {
  transform: translateX(17px) !important;
}

.admin-body .admin-feature-toggle strong {
  grid-area: title !important;
  color: #111827 !important;
  font-size: 15px !important;
  font-weight: 680 !important;
}

.admin-body .admin-feature-toggle small {
  grid-area: note !important;
  color: #667085 !important;
  font-size: 13px !important;
  font-weight: 520 !important;
  line-height: 1.35 !important;
}

.admin-body .admin-rank-counting {
  display: grid !important;
  gap: 9px !important;
}

.admin-body .admin-rank-counting > span {
  color: #5f6b7a !important;
  font-size: 12px !important;
  font-weight: 720 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

.admin-body .admin-rank-radio-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.admin-body .admin-rank-radio-grid label {
  position: relative !important;
  display: grid !important;
  gap: 5px !important;
  margin: 0 !important;
  padding: 13px 14px 13px 42px !important;
  border: 1px solid #dce6f2 !important;
  border-radius: 13px !important;
  background: #fff !important;
  cursor: pointer !important;
  transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease !important;
}

.admin-body .admin-rank-radio-grid label:hover,
.admin-body .admin-rank-radio-grid label:has(input:focus-visible) {
  border-color: #1478ff !important;
  box-shadow: 0 0 0 3px rgba(20, 120, 255, .12) !important;
}

.admin-body .admin-rank-radio-grid input {
  position: absolute !important;
  top: 15px !important;
  left: 14px !important;
  width: 18px !important;
  height: 18px !important;
  accent-color: #1478ff !important;
}

.admin-body .admin-rank-radio-grid strong {
  color: #111827 !important;
  font-size: 14px !important;
  font-weight: 680 !important;
}

.admin-body .admin-rank-radio-grid small {
  color: #667085 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
}

.admin-body .admin-rank-radio-grid label:has(input:checked) {
  border-color: rgba(20, 120, 255, .64) !important;
  background: #f4f8ff !important;
}

.admin-body .admin-rank-start-note {
  margin: 0 !important;
  color: #64748b !important;
  font-size: 12px !important;
  font-weight: 560 !important;
}

.admin-body .admin-rank-start-note strong {
  color: #111827 !important;
  font-weight: 680 !important;
}

body.member-body .rank-coming-soon {
  position: relative !important;
  width: min(100%, 620px) !important;
  margin: 0 auto !important;
  display: grid !important;
  justify-items: center !important;
  gap: 12px !important;
  padding: clamp(28px, 6vw, 54px) clamp(18px, 5vw, 42px) !important;
  border: 1px solid #e1e9f3 !important;
  border-radius: 24px !important;
  background: #fff !important;
  text-align: center !important;
  box-shadow: 0 22px 70px rgba(15, 23, 42, .07) !important;
}

body.member-body .rank-coming-soon .rank-back {
  position: absolute !important;
  top: 16px !important;
  left: 16px !important;
}

body.member-body .rank-coming-icon {
  width: 64px !important;
  height: 64px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  background: #071a34 !important;
  color: #fff !important;
  font-size: 28px !important;
  box-shadow: 0 18px 40px rgba(7, 26, 52, .22) !important;
}

body.member-body .rank-coming-soon p {
  margin: 8px 0 0 !important;
  color: #1478ff !important;
  font-size: 12px !important;
  font-weight: 720 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

body.member-body .rank-coming-soon h1 {
  margin: 0 !important;
  color: #111827 !important;
  font-size: clamp(26px, 4.5vw, 42px) !important;
  font-weight: 740 !important;
  letter-spacing: 0 !important;
}

body.member-body .rank-coming-soon > span:not(.rank-coming-icon) {
  max-width: 480px !important;
  color: #667085 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  font-weight: 520 !important;
}

body.member-body .rank-label.soon {
  color: #7b8492 !important;
  font-size: clamp(18px, 2vw, 24px) !important;
}

body.member-body.member-route-send .send-rank-benefit {
  width: 100% !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px 10px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: -6px 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #667085 !important;
}

body.member-body.member-route-send .send-rank-benefit span {
  display: inline !important;
  color: #8a93a3 !important;
  font-size: 12px !important;
  font-weight: 620 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.member-body.member-route-send .send-rank-benefit strong {
  display: inline !important;
  margin-left: 4px !important;
  color: #344054 !important;
  font-size: 12px !important;
  font-weight: 680 !important;
}

body.member-body.member-route-send .send-rank-benefit ul {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.member-body.member-route-send .send-rank-benefit li {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 23px !important;
  padding: 3px 8px !important;
  border-radius: 999px !important;
  background: #eef5ff !important;
  color: #246bdf !important;
  font-size: 11px !important;
  font-weight: 620 !important;
}

@media (max-width: 1180px) {
  body.admin-body {
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  body.admin-body .admin-topbar {
    position: sticky !important;
    min-height: 62px !important;
    height: auto !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    padding: 12px 14px !important;
  }

  body.admin-body .admin-topbar-actions {
    max-width: 100% !important;
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    font-size: 12px !important;
  }

  body.admin-body .admin-shell {
    width: min(100%, calc(100vw - 20px)) !important;
    height: auto !important;
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin: 14px auto 28px !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body.admin-body .admin-sidebar {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 12px !important;
    overflow: visible !important;
  }

  body.admin-body .admin-sidebar-title {
    padding: 4px 4px 10px !important;
  }

  body.admin-body .admin-sidebar .side-nav {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  body.admin-body .admin-sidebar .side-nav a {
    min-height: 42px !important;
    justify-content: center !important;
    padding: 8px !important;
    font-size: 12px !important;
    text-align: center !important;
  }

  body.admin-body .admin-content {
    height: auto !important;
    overflow: visible !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 620px) {
  body.member-body.member-route-send .send-rank-benefit {
    grid-template-columns: 1fr !important;
  }

  body.member-body.member-route-send .send-rank-benefit ul {
    justify-content: flex-start !important;
  }
}

@media (max-width: 760px) {
  .admin-body .admin-rank-controls {
    padding: 12px !important;
  }

  .admin-body .admin-feature-toggle {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    grid-template-areas:
      "switch title"
      "note note" !important;
  }

  .admin-body .admin-rank-radio-grid {
    grid-template-columns: 1fr !important;
  }

  body.admin-body .admin-topbar {
    align-items: flex-start !important;
  }

  body.admin-body .admin-topbar .topbar-brand {
    width: 100% !important;
  }

  body.admin-body .admin-topbar-actions {
    width: 100% !important;
    justify-content: flex-start !important;
  }

  body.admin-body .admin-sidebar .side-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 420px) {
  body.admin-body .admin-sidebar .side-nav {
    grid-template-columns: 1fr !important;
  }

  body.member-body .rank-coming-soon {
    border-radius: 18px !important;
  }
}


body.member-body.member-route-send .send-shell,
body.member-body.member-route-send .notice {
  width: min(100%, 520px) !important;
  max-width: 520px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.member-body.member-route-send .send-head h1 {
  font-size: clamp(25px, 3.1vw, 34px) !important;
  line-height: 1.08 !important;
}

body.member-body.member-route-send .balance-row {
  grid-template-columns: minmax(0, 1fr) minmax(150px, .46fr) !important;
}

@media (max-width: 980px) {



  body.member-body.member-route-send .send-shell,
  body.member-body.member-route-send .notice {
    width: min(100%, 520px) !important;
    max-width: 520px !important;
  }

  body.member-body.member-route-send .send-head h1 {
    font-size: clamp(24px, 5vw, 31px) !important;
  }
}

@media (max-width: 620px) {



  body.member-body.member-route-send .balance-row {
    grid-template-columns: minmax(0, 1fr) minmax(118px, .48fr) !important;
  }
}

@media (max-width: 460px) {
  body.member-body.member-route-send .balance-row {
    grid-template-columns: 1fr !important;
  }
}


@media (min-width: 981px) {



  body.member-body.member-page-access .dashboard-grid,
  body.member-body.member-route-access .dashboard-grid {
    width: min(100%, 760px) !important;
    max-width: 760px !important;
    margin-inline: auto !important;
    display: grid !important;
  }

  body.member-body.member-page-access .page-head,
  body.member-body.member-page-access .filters-block,
  body.member-body.member-page-access .access-news-stack,
  body.member-body.member-page-access .access-list,
  body.member-body.member-route-access .page-head,
  body.member-body.member-route-access .filters-block,
  body.member-body.member-route-access .access-news-stack,
  body.member-body.member-route-access .access-list {
    width: 100% !important;
    max-width: 760px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.member-body.member-page-access .stat-row,
  body.member-body.member-route-access .stat-row {
    width: 100% !important;
    max-width: 760px !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  body.member-body.member-page-access .access-card,
  body.member-body.member-route-access .access-card {
    width: 100% !important;
    max-width: 760px !important;
  }
}

@media (min-width: 1500px) {


}


body.member-body.member-page-access .access-filter-loader,
body.member-body.member-route-access .access-filter-loader {
  position: relative !important;
  z-index: 4 !important;
  width: 100% !important;
  max-width: 760px !important;
  margin: 10px auto 8px !important;
  pointer-events: none !important;
}

body.member-body.member-page-access .access-loader-pill,
body.member-body.member-route-access .access-loader-pill {
  margin: 0 !important;
}

body.member-body .side-nav a.is-loading-click::after {
  content: none !important;
  display: none !important;
}


.admin-body .admin-vault-warning {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.admin-body .admin-vault-warning a,
.admin-body .admin-news-compose .notice a {
  color: #145cff;
  font-weight: 700;
  text-decoration: none;
}

.admin-body .admin-appdb-panel,
.admin-body .admin-news-compose,
.admin-body .admin-news-list {
  border-radius: 14px;
}

.admin-body .admin-settings-grid .admin-appdb-panel {
  grid-column: 1 / -1;
}

.admin-body .admin-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 14px 0;
}

.admin-body .admin-form-grid label,
.admin-body .admin-news-form label {
  display: grid;
  gap: 7px;
  color: #5d6674;
  font-size: 13px;
  font-weight: 700;
}

.admin-body .admin-form-grid input,
.admin-body .admin-news-form input,
.admin-body .admin-news-form textarea,
.admin-body .admin-news-form select {
  width: 100%;
  border: 1px solid #dce4ef;
  border-radius: 12px;
  background: #fff;
  color: #111827;
  font: inherit;
  font-weight: 600;
  padding: 12px 14px;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.admin-body .admin-form-grid input:focus,
.admin-body .admin-news-form input:focus,
.admin-body .admin-news-form textarea:focus,
.admin-body .admin-news-form select:focus {
  border-color: #3478f6;
  box-shadow: 0 0 0 3px rgba(52, 120, 246, .14);
}

.admin-body .admin-news-grid {
  display: grid;
  grid-template-columns: minmax(320px, .75fr) minmax(420px, 1.25fr);
  gap: 18px;
  align-items: start;
}

.admin-body .admin-news-form {
  display: grid;
  gap: 14px;
}

.admin-body .admin-news-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.admin-body .admin-news-meta-grid.benefits {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-body .admin-news-check {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 10px !important;
  padding: 11px 12px;
  border: 1px solid #dce4ef;
  border-radius: 12px;
  background: #f8fbff;
}

.admin-body .admin-news-check input {
  width: 18px !important;
  height: 18px;
  padding: 0 !important;
  accent-color: #3478f6;
}

.admin-body .admin-news-pill {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eef4ff;
  color: #2563eb;
  font-size: 12px;
  font-weight: 800;
}

.admin-body .admin-news-list .su-table td strong,
.admin-body .admin-news-list .su-table td small {
  display: block;
}

.admin-body .admin-news-list .su-table td small {
  margin-top: 4px;
  max-width: 460px;
  color: #7b8491;
  font-size: 12px;
  line-height: 1.4;
}

.member-body .side-badge.news-unread {
  background: #ef4444 !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(239, 68, 68, .22) !important;
}

.member-body .access-news-stack {
  display: grid;
  gap: 10px;
  width: 100%;
  max-width: 760px;
  margin: 0 auto 20px;
}

.member-body .access-news-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  padding: 14px 16px;
  border: 1px solid #dfe7f2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .045);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.member-body .access-news-card:hover {
  border-color: #3478f6;
  box-shadow: 0 18px 38px rgba(52, 120, 246, .12);
  transform: translateY(-1px);
}

.member-body .access-news-card-feature,
.member-body .access-news-card-update {
  border-color: #cfe0ff;
}

.member-body .access-news-card-wartung,
.member-body .access-news-card-sicherheit {
  border-color: #fed7aa;
}

.member-body .access-news-card-angebot {
  border-color: #bfdbfe;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.member-body .access-news-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #eef4ff;
  color: #3478f6;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .02em;
}

.member-body .access-news-copy {
  min-width: 0;
}

.member-body .access-news-copy p {
  margin: 0 0 3px;
  color: #7b8491;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.member-body .access-news-copy h2 {
  margin: 0;
  color: #101827;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 800;
}

.member-body .access-news-copy span {
  display: block;
  margin-top: 4px;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.35;
}

.member-body .access-news-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.member-body .access-news-actions form {
  margin: 0;
}

.member-body .news-card {
  position: relative;
  align-items: start;
}

.member-body .news-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}

.member-body .news-meta-row span {
  display: inline-flex !important;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: #eef4ff;
  color: #3478f6;
  font-size: 12px !important;
  font-weight: 800;
}

.member-body .news-type-wartung .news-meta-row span,
.member-body .news-type-sicherheit .news-meta-row span {
  background: #fff7ed;
  color: #c05621;
}

.member-body .mobile-tabbar-item {
  position: relative;
}

.member-body .mobile-tab-badge {
  position: absolute;
  top: 7px;
  right: 19%;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #ef4444;
  color: #fff;
  display: inline-grid;
  place-items: center;
  padding: 0 5px;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(239, 68, 68, .25);
}

@media (max-width: 920px) {
  .admin-body .admin-vault-warning {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-body .admin-news-grid,
  .admin-body .admin-news-meta-grid,
  .admin-body .admin-news-meta-grid.benefits,
  .admin-body .admin-form-grid {
    grid-template-columns: 1fr;
  }

  .member-body .access-news-card {
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: start;
  }

  .member-body .access-news-actions {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}


.member-body .side-foot {
  gap: 10px;
  align-items: center;
}

.member-body .side-logout {
  color: #7b8491;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: color .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.member-body .side-logout:hover,
.member-body .side-logout:focus-visible {
  color: #3478f6;
  border-color: #3478f6;
  background: #fff;
  box-shadow: inset 0 0 0 1px #3478f6;
  outline: none;
}

body.member-body.member-page-account .account-login-row,
body.member-body.member-route-account .account-login-row {
  grid-template-columns: minmax(250px, 1fr) minmax(150px, 190px) minmax(150px, 190px) minmax(110px, 145px) !important;
}

body.member-body.member-page-account .account-outline-btn.logout,
body.member-body.member-route-account .account-outline-btn.logout {
  border-color: #ef4444;
  color: #ef4444;
}

body.member-body.member-page-account .account-outline-btn.logout span,
body.member-body.member-route-account .account-outline-btn.logout span {
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-left: 0;
  border-radius: 4px;
  position: relative;
}

body.member-body.member-page-account .account-outline-btn.logout span::before,
body.member-body.member-route-account .account-outline-btn.logout span::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  left: -7px;
  top: 6px;
  background: currentColor;
}

body.member-body.member-page-account .account-outline-btn.logout span::after,
body.member-body.member-route-account .account-outline-btn.logout span::after {
  content: "";
  position: absolute;
  left: -8px;
  top: 2px;
  width: 8px;
  height: 8px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

@media (max-width: 980px) {
  body.member-body.member-page-account .account-login-row,
  body.member-body.member-route-account .account-login-row {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 620px) {
  body.member-body.member-page-account .account-login-row,
  body.member-body.member-route-account .account-login-row {
    grid-template-columns: 1fr !important;
  }

  .member-body .side-logout {
    display: none;
  }
}


body.member-body.member-route-send .send-shell {
  --fh-send-width: 520px;
  width: min(100%, var(--fh-send-width)) !important;
  max-width: var(--fh-send-width) !important;
  margin-inline: auto !important;
}

body.member-body.member-route-send .send-shell > .notice,
body.member-body.member-route-send .send-shell > .send-rank-benefit,
body.member-body.member-route-send .send-form,
body.member-body.member-route-send .step-card,
body.member-body.member-route-send .product-switch-panel {
  width: 100% !important;
  max-width: 100% !important;
}

body.member-body.member-route-send .send-head {
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 22px !important;
}

body.member-body.member-route-send .send-head h1 {
  max-width: 100% !important;
  margin-inline: auto !important;
  font-size: clamp(25px, 3.1vw, 34px) !important;
  font-weight: 760 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

body.member-body.member-route-send .send-nav {
  width: 100% !important;
  max-width: 430px !important;
  margin-inline: auto !important;
}

body.member-body.member-route-send .round-btn {
  min-height: 42px !important;
  padding: 0 22px !important;
  border: 2px solid #a9caff !important;
  border-radius: 999px !important;
  font-size: 15px !important;
  font-weight: 650 !important;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .05) !important;
}

body.member-body.member-route-send .round-btn.icon-only {
  width: 74px !important;
  min-width: 74px !important;
  padding-inline: 0 !important;
}

body.member-body.member-route-send .balance-row {
  width: 100% !important;
  grid-template-columns: minmax(0, 1fr) minmax(142px, .46fr) !important;
  gap: 14px !important;
  margin: 0 0 18px !important;
}

body.member-body.member-route-send .balance-card {
  min-height: 132px !important;
  padding: 22px 22px 18px !important;
  border-radius: 21px !important;
}

body.member-body.member-route-send .balance-card strong {
  font-size: clamp(30px, 4.5vw, 42px) !important;
  font-weight: 760 !important;
  line-height: .96 !important;
}

body.member-body.member-route-send .balance-card span {
  font-size: 17px !important;
  font-weight: 500 !important;
}

body.member-body.member-route-send .balance-card .btn {
  min-height: 36px !important;
  font-size: 14px !important;
  font-weight: 650 !important;
}

body.member-body.member-route-send .step-card {
  padding: 20px 20px 18px !important;
  border-radius: 20px !important;
}

body.member-body.member-route-send .step-card + .step-card {
  margin-top: 14px !important;
}

body.member-body.member-route-send .step-card > label:first-child {
  margin-bottom: 14px !important;
  font-size: 18px !important;
  font-weight: 650 !important;
  color: #6f7786 !important;
}

body.member-body.member-route-send .step-card > label:first-child > span {
  width: 32px !important;
  height: 32px !important;
  font-size: 16px !important;
}

body.member-body.member-route-send .select-first-hint {
  min-height: 54px !important;
  margin: 0 0 10px !important;
  padding: 10px 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  border: 1px solid #d7e6ff !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, #fbfdff 0%, #f7fbff 100%) !important;
  color: #5f6877 !important;
  font-size: 14px !important;
  font-weight: 560 !important;
  text-align: center !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .86) !important;
}

body.member-body.member-route-send .select-first-hint img {
  width: 44px !important;
  height: 30px !important;
  object-fit: contain !important;
  flex: 0 0 auto !important;
}

body.member-body.member-route-send .service-choice {
  position: relative !important;
  z-index: 12 !important;
}

body.member-body.member-route-send .service-choice-native {
  position: absolute !important;
  inset: auto !important;
  width: 1px !important;
  min-width: 1px !important;
  max-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  max-height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  border: 0 !important;
  pointer-events: none !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  appearance: none !important;
}

body.member-body.member-route-send .service-choice-button {
  width: 100% !important;
  min-height: 55px !important;
  display: grid !important;
  grid-template-columns: 30px minmax(0, 1fr) 18px !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 8px 15px !important;
  border: 1px solid #d7e1ee !important;
  border-radius: 15px !important;
  background: #fff !important;
  color: #111827 !important;
  text-align: left !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .82) !important;
}

body.member-body.member-route-send .service-choice-button:hover,
body.member-body.member-route-send .service-choice-button:focus-visible,
body.member-body.member-route-send .service-choice.is-open .service-choice-button {
  border-color: #1478ff !important;
  box-shadow: 0 0 0 3px rgba(20, 120, 255, .12), inset 0 0 0 1px rgba(255, 255, 255, .9) !important;
  outline: none !important;
}

body.member-body.member-route-send .service-choice-copy strong {
  font-size: 16px !important;
  font-weight: 670 !important;
  line-height: 1.18 !important;
}

body.member-body.member-route-send .service-choice-copy small {
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #667085 !important;
}

body.member-body.member-route-send .hint-box {
  padding: 10px 12px !important;
  border-radius: 12px !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}

@media (max-width: 1180px) {
  body.member-body.member-route-send .send-shell {
    --fh-send-width: 520px;
  }
}

@media (max-width: 760px) {



  body.member-body.member-route-send .send-shell {
    --fh-send-width: 100%;
  }

  body.member-body.member-route-send .send-head h1 {
    font-size: clamp(24px, 8.2vw, 33px) !important;
  }

  body.member-body.member-route-send .send-nav {
    max-width: 100% !important;
    grid-template-columns: 64px minmax(0, 1fr) minmax(92px, .72fr) !important;
    gap: 9px !important;
  }

  body.member-body.member-route-send .round-btn {
    min-height: 40px !important;
    padding-inline: 14px !important;
    font-size: 13px !important;
  }

  body.member-body.member-route-send .round-btn.icon-only {
    width: 62px !important;
    min-width: 62px !important;
  }

  body.member-body.member-route-send .balance-row {
    grid-template-columns: minmax(0, 1fr) minmax(112px, .45fr) !important;
    gap: 10px !important;
  }

  body.member-body.member-route-send .balance-card {
    min-height: 118px !important;
    padding: 18px 16px 15px !important;
    border-radius: 18px !important;
  }

  body.member-body.member-route-send .balance-card strong {
    font-size: clamp(27px, 9vw, 36px) !important;
  }

  body.member-body.member-route-send .balance-card span {
    font-size: 15px !important;
  }

  body.member-body.member-route-send .step-card {
    padding: 18px 15px 16px !important;
    border-radius: 18px !important;
  }

  body.member-body.member-route-send .select-first-hint {
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }
}

@media (max-width: 460px) {



  body.member-body.member-route-send .send-nav {
    grid-template-columns: 52px minmax(0, 1fr) 78px !important;
    gap: 7px !important;
  }

  body.member-body.member-route-send .round-btn {
    min-height: 38px !important;
    padding-inline: 10px !important;
  }

  body.member-body.member-route-send .round-btn.icon-only {
    width: 52px !important;
    min-width: 52px !important;
  }

  body.member-body.member-route-send .balance-row {
    grid-template-columns: 1fr !important;
  }
}


body.member-body.member-page-access .access-card.unpaid,
body.member-body.member-route-access .access-card.unpaid {
  border-color: rgba(245, 158, 11, .34) !important;
  background:
    linear-gradient(90deg, rgba(255, 247, 237, .82), rgba(255, 255, 255, .98) 58%),
    #fff !important;
  box-shadow: 0 12px 34px rgba(180, 83, 9, .055) !important;
  cursor: default !important;
}

body.member-body.member-page-access .access-card.unpaid:hover,
body.member-body.member-route-access .access-card.unpaid:hover,
body.member-body.member-page-access .access-card.unpaid:focus-within,
body.member-body.member-route-access .access-card.unpaid:focus-within {
  border-color: rgba(245, 158, 11, .62) !important;
  box-shadow: 0 15px 38px rgba(180, 83, 9, .09) !important;
}

body.member-body .access-payment-row {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px 12px !important;
  min-width: 0 !important;
}

body.member-body .access-payment-row .access-payment-state {
  margin: 0 !important;
}

body.member-body .access-price-line {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 7px !important;
  min-height: 25px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  border: 1px solid rgba(245, 158, 11, .22) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .78) !important;
  color: #111827 !important;
  font-size: 13px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body.member-body .access-price-line strong {
  color: #111827 !important;
  font-size: 13px !important;
  font-weight: 720 !important;
}

body.member-body .access-old-price {
  color: #9aa3af !important;
  font-size: 12px !important;
  font-weight: 620 !important;
  text-decoration: line-through !important;
  text-decoration-thickness: 1.5px !important;
}

body.member-body.member-page-access .access-card.unpaid .access-actions .btn.primary,
body.member-body.member-route-access .access-card.unpaid .access-actions .btn.primary {
  background: #3478f6 !important;
  color: #fff !important;
  font-weight: 720 !important;
  box-shadow: 0 8px 18px rgba(52, 120, 246, .16) !important;
}

body.member-body.member-page-access .access-card.unpaid .access-actions .btn.primary:hover,
body.member-body.member-route-access .access-card.unpaid .access-actions .btn.primary:hover,
body.member-body.member-page-access .access-card.unpaid .access-actions .btn.primary:focus-visible,
body.member-body.member-route-access .access-card.unpaid .access-actions .btn.primary:focus-visible {
  border-color: #007aff !important;
  box-shadow: 0 0 0 3px rgba(0, 122, 255, .14), 0 10px 22px rgba(52, 120, 246, .2) !important;
}

body.member-body.member-page-access .access-card.unpaid .access-status-pill,
body.member-body.member-route-access .access-card.unpaid .access-status-pill {
  min-height: 27px !important;
  padding-inline: 11px !important;
  background: rgba(255, 247, 237, .88) !important;
  color: #b45309 !important;
  font-size: 12px !important;
  font-weight: 680 !important;
}

@media (min-width: 981px) {
  body.member-body.member-page-access .access-card.unpaid,
  body.member-body.member-route-access .access-card.unpaid {
    grid-template-columns: minmax(0, 1fr) 148px !important;
    grid-template-areas: "main actions" !important;
    padding-right: 18px !important;
  }
}

@media (min-width: 701px) and (max-width: 980px) {
  body.member-body.member-page-access .access-card.unpaid,
  body.member-body.member-route-access .access-card.unpaid {
    grid-template-columns: minmax(0, 1fr) 168px !important;
    grid-template-areas: "main actions" !important;
    align-items: center !important;
  }

  body.member-body.member-page-access .access-card.unpaid .access-actions,
  body.member-body.member-route-access .access-card.unpaid .access-actions {
    grid-template-columns: 1fr !important;
    width: 168px !important;
    justify-self: end !important;
  }
}

@media (max-width: 700px) {
  body.member-body.member-page-access .access-card.unpaid,
  body.member-body.member-route-access .access-card.unpaid {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "main"
      "actions" !important;
    padding: 14px !important;
  }

  body.member-body .access-payment-row {
    align-items: flex-start !important;
  }

  body.member-body.member-page-access .access-card.unpaid .access-actions,
  body.member-body.member-route-access .access-card.unpaid .access-actions {
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
  }
}

@media (max-width: 430px) {
  body.member-body.member-page-access .access-card.unpaid .access-actions,
  body.member-body.member-route-access .access-card.unpaid .access-actions {
    grid-template-columns: 1fr !important;
  }

  body.member-body.member-page-access .access-card.unpaid .access-status-pill,
  body.member-body.member-route-access .access-card.unpaid .access-status-pill {
    justify-self: start !important;
  }
}


html {
  overflow-x: hidden !important;
  -webkit-text-size-adjust: 100% !important;
}

body.member-body,
body.admin-body,
body.auth-body {
  overflow-x: hidden !important;
}

body.member-body *,
body.member-body *::before,
body.member-body *::after,
body.admin-body *,
body.admin-body *::before,
body.admin-body *::after,
body.auth-body *,
body.auth-body *::before,
body.auth-body *::after {
  box-sizing: border-box !important;
}

body.member-body img,
body.member-body video,
body.member-body canvas,
body.admin-body img,
body.admin-body video,
body.admin-body canvas {
  max-width: 100% !important;
  height: auto;
}


body.member-body .panel,
body.member-body .access-card,
body.member-body .step-card,
body.member-body .balance-card,
body.member-body .account-stat-card,
body.member-body .product-catalog-card,
body.member-body .share-refill-card,
body.member-body .help-video-card,
body.member-body .help-ticket-row,
body.admin-body .panel,
body.admin-body .admin-stat-card {
  min-width: 0 !important;
}

body.member-body .orders-table-scroll,
body.member-body .help-order-table,
body.admin-body .su-table-wrap,
body.admin-body .admin-rank-table,
body.admin-body .admin-log-card {
  max-width: 100% !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

body.member-body .orders-table,
body.admin-body .su-table {
  width: 100% !important;
}

body.member-body .help-ticket-subject,
body.member-body .account-topup-product,
body.member-body .product-catalog-main h2,
body.member-body .access-main h2,
body.member-body .rank-step-note,
body.admin-body .su-table td,
body.admin-body .admin-log-card pre {
  overflow-wrap: anywhere !important;
}

@media (min-width: 1181px) {
  body.member-body {
    --fh-shell-w: min(1180px, calc(100vw - 72px)) !important;
    --fh-sidebar-w: 280px !important;
    --fh-shell-gap: 64px !important;
    --fh-content-w: 760px !important;
  }

  body.member-body.member-route-send,
  body.member-body.member-route-account-produkt-aufladen,
  body.member-body.member-route-account-shares-aufladen {
    --fh-shell-w: min(1060px, calc(100vw - 72px)) !important;
    --fh-content-w: 560px !important;
    --fh-shell-gap: 72px !important;
  }

  body.member-body.member-page-account,
  body.member-body.member-route-account,
  body.member-body.member-route-heropoints,
  body.member-body.member-route-rank {
    --fh-shell-w: min(1220px, calc(100vw - 72px)) !important;
    --fh-content-w: 860px !important;
  }

  body.member-body.member-page-orders,
  body.member-body.member-route-orders,
  body.member-body.member-page-help,
  body.member-body.member-route-help,
  body.member-body.member-page-toolbox,
  body.member-body.member-route-toolbox,
  body.member-body.member-page-products {
    --fh-shell-w: min(1240px, calc(100vw - 72px)) !important;
    --fh-content-w: 880px !important;
  }







  body.member-body.member-route-send .send-shell,
  body.member-body.member-route-account-produkt-aufladen .share-refill-shell,
  body.member-body.member-route-account-shares-aufladen .share-refill-shell {
    width: 100% !important;
    max-width: var(--fh-content-w) !important;
  }

  body.member-body.member-route-access .dashboard-grid,
  body.member-body.member-page-access .dashboard-grid,
  body.member-body.member-route-access .page-head,
  body.member-body.member-page-access .page-head,
  body.member-body.member-route-access .filters-block,
  body.member-body.member-page-access .filters-block,
  body.member-body.member-route-access .access-list,
  body.member-body.member-page-access .access-list {
    width: min(100%, var(--fh-content-w)) !important;
    max-width: var(--fh-content-w) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  body.member-body {
    overflow-y: auto !important;
  }



  body.member-body .topbar-brand {
    font-size: 19px !important;
  }

  body.member-body .top-pill {
    min-width: 96px !important;
    height: 36px !important;
    font-size: 15px !important;
  }

  body.member-body .top-avatar {
    width: 40px !important;
    height: 40px !important;
  }





  body.member-body .hello {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    min-height: 74px !important;
    padding: 0 8px 16px !important;
  }

  body.member-body .hello strong {
    font-size: 20px !important;
  }

  body.member-body .side-nav {
    gap: 8px !important;
    padding-top: 18px !important;
  }

  body.member-body .side-nav a {
    min-height: 42px !important;
    grid-template-columns: 32px minmax(0, 1fr) auto !important;
    gap: 8px !important;
    padding-inline: 10px !important;
    font-size: 14px !important;
    font-family: Montserrat, Inter, ui-sans-serif, system-ui, sans-serif !important;
    font-weight: 650 !important;
  }

  body.member-body .nav-icon,
  body.member-body .nav-icon svg {
    width: 24px !important;
    height: 24px !important;
  }

  body.member-body .side-badge {
    min-width: 27px !important;
    height: 27px !important;
    font-size: 13px !important;
    border-radius: 8px !important;
  }

  body.member-body .book-btn {
    width: calc(100% - 20px) !important;
    min-height: 44px !important;
    margin: 20px auto 22px !important;
    font-family: Montserrat, Inter, ui-sans-serif, system-ui, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
  }

  body.member-body .side-nav-secondary {
    padding-top: 18px !important;
    gap: 10px !important;
  }

  body.member-body .side-foot {
    min-height: 58px !important;
    padding: 14px 10px 0 !important;
    font-family: Montserrat, Inter, ui-sans-serif, system-ui, sans-serif !important;
    font-size: 14px !important;
  }





  body.member-body.member-route-send .send-shell,
  body.member-body.member-route-account-produkt-aufladen .share-refill-shell,
  body.member-body.member-route-account-shares-aufladen .share-refill-shell {
    width: min(560px, 100%) !important;
    max-width: 560px !important;
  }
}

@media (max-width: 980px) {
  body.member-body {
    min-height: 100dvh !important;
    overflow-y: auto !important;
    padding-bottom: calc(108px + env(safe-area-inset-bottom)) !important;
  }



  body.member-body .topbar-brand {
    min-width: 0 !important;
    font-size: 18px !important;
    letter-spacing: .4px !important;
  }

  body.member-body .topbar-actions {
    gap: 7px !important;
    min-width: 0 !important;
  }

  body.member-body .top-pill {
    min-width: 0 !important;
    max-width: 92px !important;
    height: 34px !important;
    padding: 0 9px !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.member-body .top-pill strong,
  body.member-body .top-pill span {
    font-size: 11px !important;
  }

  body.member-body .top-avatar {
    width: 38px !important;
    height: 38px !important;
    flex: 0 0 38px !important;
  }









  body.member-body .mobile-tabbar {
    display: grid !important;
  }

  body.member-body .page-head,
  body.member-body .orders-head,
  body.member-body .toolbox-head,
  body.member-body .help-head,
  body.member-body .product-catalog-head {
    width: 100% !important;
    margin: 0 0 14px !important;
  }

  body.member-body .page-head h1,
  body.member-body .orders-head h1,
  body.member-body .toolbox-head h1,
  body.member-body .product-catalog-head h1 {
    font-size: 28px !important;
    line-height: 1.08 !important;
  }

  body.member-body .stat-row,
  body.member-body .account-stat-grid,
  body.member-body .rank-metric-grid,
  body.member-body .share-refill-summary,
  body.admin-body .admin-stat-grid,
  body.admin-body .su-status-grid,
  body.admin-body .su-cache-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body.member-body .stat-card {
    width: 100% !important;
    min-width: 0 !important;
    height: 76px !important;
    min-height: 76px !important;
    padding: 13px 14px !important;
  }

  body.member-body .stat-card strong {
    font-size: 25px !important;
  }

  body.member-body .filters-block,
  body.member-body .access-list,
  body.member-body .dashboard-grid,
  body.member-body .orders-page,
  body.member-body .help-page,
  body.member-body .toolbox-page,
  body.member-body .account-page,
  body.member-body .product-catalog-shell,
  body.member-body .rank-page,
  body.member-body .heropoints-page,
  body.member-body .share-refill-shell {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.member-body .chip-row {
    display: flex !important;
    gap: 8px !important;
    overflow-x: auto !important;
    padding: 1px 2px 8px !important;
    scroll-snap-type: x proximity !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.member-body .chip {
    flex: 0 0 auto !important;
    scroll-snap-align: start !important;
  }

  body.member-body .access-card {
    width: 100% !important;
    min-height: 0 !important;
  }

  body.member-body .orders-controls,
  body.member-body .product-filter-row,
  body.member-body .orders-action-nav,
  body.member-body .account-login-row,
  body.member-body .account-main-grid,
  body.member-body .product-catalog-card,
  body.member-body .help-section-head,
  body.member-body .help-form-grid,
  body.member-body .help-actions,
  body.member-body .share-refill-card-head,
  body.member-body .share-refill-topup,
  body.member-body .share-refill-actions,
  body.member-body .product-refill-external,
  body.member-body .toolbox-secondary,
  body.admin-body .admin-overview-grid,
  body.admin-body .admin-settings-grid,
  body.admin-body .admin-news-grid,
  body.admin-body .admin-form-grid,
  body.admin-body .admin-customer-login-form {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  body.member-body .toolbox-picker-grid,
  body.member-body .toolbox-tool-card {
    grid-template-columns: 1fr !important;
  }

  body.member-body .toolbox-tool-card {
    align-items: start !important;
    min-height: 0 !important;
  }

  body.member-body .help-video-grid,
  body.member-body .member-card-grid,
  body.member-body .product-catalog-list {
    grid-template-columns: 1fr !important;
  }

  body.member-body .orders-table {
    min-width: 720px !important;
  }

  body.member-body .help-ticket-row {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
  }

  body.member-body .send-shell,
  body.member-body .share-refill-shell {
    width: 100% !important;
    max-width: 600px !important;
    margin-inline: auto !important;
  }

  body.member-body .send-head h1,
  body.member-body .share-refill-head h1 {
    font-size: 30px !important;
    line-height: 1.08 !important;
    text-align: center !important;
  }

  body.member-body .send-nav {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.member-body .balance-row {
    grid-template-columns: minmax(0, 1fr) minmax(120px, .48fr) !important;
    gap: 10px !important;
  }

  body.member-body .balance-card {
    min-width: 0 !important;
  }

  body.member-body .step-card {
    width: 100% !important;
  }

  body.member-body .profile-choice-head {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  body.member-body .profile-choice-head > div {
    flex-wrap: wrap !important;
  }

  body.member-body .profile-add-toggle {
    justify-self: stretch !important;
  }

  body.member-body .profile-add-card,
  body.member-body .share-refill-modal-card,
  body.member-body .passkey-prompt-card {
    width: min(430px, calc(100vw - 24px)) !important;
    max-height: calc(100dvh - 28px) !important;
    overflow-y: auto !important;
  }
}

@media (max-width: 620px) {



  body.member-body .topbar-brand {
    font-size: 16px !important;
  }

  body.member-body .top-pill {
    max-width: 76px !important;
    height: 31px !important;
    font-size: 12px !important;
  }

  body.member-body .top-avatar {
    width: 34px !important;
    height: 34px !important;
    flex-basis: 34px !important;
  }



  body.member-body .page-head h1,
  body.member-body .orders-head h1,
  body.member-body .toolbox-head h1,
  body.member-body .product-catalog-head h1 {
    font-size: 24px !important;
  }

  body.member-body .stat-row,
  body.member-body .account-stat-grid,
  body.member-body .rank-metric-grid,
  body.member-body .share-refill-summary,
  body.admin-body .admin-stat-grid,
  body.admin-body .su-status-grid,
  body.admin-body .su-cache-grid {
    grid-template-columns: 1fr !important;
  }

  body.member-body .balance-row {
    grid-template-columns: 1fr !important;
  }

  body.member-body .send-nav {
    grid-template-columns: 54px minmax(0, 1fr) 78px !important;
    gap: 7px !important;
  }

  body.member-body .round-btn {
    min-width: 0 !important;
    padding-inline: 10px !important;
    font-size: 13px !important;
  }

  body.member-body .round-btn.icon-only {
    width: 54px !important;
    min-width: 54px !important;
  }

  body.member-body .step-card,
  body.member-body .share-refill-card,
  body.member-body .panel {
    border-radius: 16px !important;
  }

  body.member-body .access-actions,
  body.member-body .share-refill-actions,
  body.member-body .help-actions,
  body.member-body .share-refill-modal-actions {
    grid-template-columns: 1fr !important;
  }

  body.member-body .orders-table {
    min-width: 680px !important;
  }

  body.member-body .account-topup-row {
    grid-template-columns: 1fr auto !important;
    gap: 8px !important;
  }

  body.member-body .account-topup-text {
    min-width: 0 !important;
  }
}

@media (max-width: 390px) {
  body.member-body .topbar-actions {
    gap: 5px !important;
  }

  body.member-body .top-pill {
    max-width: 66px !important;
    padding-inline: 7px !important;
  }

  body.member-body .send-head h1,
  body.member-body .share-refill-head h1 {
    font-size: 24px !important;
  }

  body.member-body .step-card input[type=text],
  body.member-body .step-card input[type=number],
  body.member-body .step-card select,
  body.member-body .share-refill-card input,
  body.member-body .share-refill-card select {
    min-height: 46px !important;
    font-size: 15px !important;
  }
}

@media (min-width: 981px) {
  body.admin-body .admin-shell {
    width: min(1240px, calc(100vw - 48px)) !important;
    max-width: min(1240px, calc(100vw - 48px)) !important;
    grid-template-columns: 240px minmax(0, 1fr) !important;
    gap: 24px !important;
  }

  body.admin-body .admin-content {
    max-width: 100% !important;
  }
}

@media (max-width: 980px) {
  body.admin-body {
    overflow-y: auto !important;
  }

  body.admin-body .admin-topbar {
    position: sticky !important;
    top: 0 !important;
    z-index: 90 !important;
    min-height: 58px !important;
    height: auto !important;
    padding: 10px 14px !important;
    gap: 10px !important;
  }

  body.admin-body .admin-topbar-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    min-width: 0 !important;
  }

  body.admin-body .admin-topbar-actions > span {
    max-width: 190px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.admin-body .admin-shell {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 14px !important;
    overflow: visible !important;
  }

  body.admin-body .admin-sidebar {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 14px !important;
    border-radius: 16px !important;
  }

  body.admin-body .admin-sidebar .side-nav {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(142px, 1fr)) !important;
    gap: 8px !important;
    padding: 0 !important;
  }

  body.admin-body .admin-sidebar .side-nav a {
    min-height: 40px !important;
    padding: 0 10px !important;
    font-size: 13px !important;
  }

  body.admin-body .admin-content {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    padding: 0 0 34px !important;
  }

  body.admin-body .su-card-head,
  body.admin-body .admin-vault-warning,
  body.admin-body .admin-favicon-preview-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }

  body.admin-body .su-table {
    min-width: 720px !important;
  }
}

@media (max-width: 560px) {
  body.admin-body .admin-topbar {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  body.admin-body .admin-topbar-actions {
    width: 100% !important;
    justify-content: flex-start !important;
  }

  body.admin-body .admin-shell {
    padding-inline: 10px !important;
  }

  body.admin-body .admin-sidebar .side-nav {
    grid-template-columns: 1fr 1fr !important;
  }

  body.admin-body .admin-repeatable-row,
  body.admin-body .admin-rank-row {
    padding: 12px !important;
  }
}

@media (max-width: 380px) {
  body.admin-body .admin-sidebar .side-nav {
    grid-template-columns: 1fr !important;
  }
}


body.member-body.member-route-access,
body.member-body.member-page-access {
  --access-card-radius: 14px;
  --access-card-border: #dfe7f2;
  --access-card-shadow: 0 14px 32px rgba(15, 23, 42, .042);
}

body.member-body.member-route-access .access-list,
body.member-body.member-page-access .access-list {
  gap: 9px !important;
  margin-top: 16px !important;
}

body.member-body.member-route-access .access-card,
body.member-body.member-page-access .access-card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 120px 38px !important;
  grid-template-areas: "main actions history" !important;
  align-items: center !important;
  min-height: 76px !important;
  padding: 12px 14px 12px 16px !important;
  column-gap: 12px !important;
  border: 1px solid var(--access-card-border) !important;
  border-radius: var(--access-card-radius) !important;
  background:
    linear-gradient(90deg, rgba(52, 120, 246, .055) 0 4px, transparent 4px),
    #fff !important;
  box-shadow: var(--access-card-shadow) !important;
  overflow: hidden !important;
  transform: none !important;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease !important;
}

body.member-body.member-route-access .access-card:hover,
body.member-body.member-route-access .access-card:focus-within,
body.member-body.member-page-access .access-card:hover,
body.member-body.member-page-access .access-card:focus-within {
  border-color: #087cff !important;
  box-shadow: inset 0 0 0 1px rgba(8, 124, 255, .92), 0 16px 34px rgba(52, 120, 246, .10) !important;
  transform: none !important;
}

body.member-body.member-route-access .access-card:has(.platform-logo.instagram),
body.member-body.member-page-access .access-card:has(.platform-logo.instagram) {
  background:
    linear-gradient(90deg, rgba(214, 41, 118, .16) 0 4px, transparent 4px),
    #fff !important;
}

body.member-body.member-route-access .access-card:has(.platform-logo.youtube),
body.member-body.member-page-access .access-card:has(.platform-logo.youtube) {
  background:
    linear-gradient(90deg, rgba(255, 47, 47, .14) 0 4px, transparent 4px),
    #fff !important;
}

body.member-body.member-route-access .access-card:has(.platform-logo.facebook),
body.member-body.member-page-access .access-card:has(.platform-logo.facebook) {
  background:
    linear-gradient(90deg, rgba(52, 120, 246, .14) 0 4px, transparent 4px),
    #fff !important;
}

body.member-body.member-route-access .access-card:has(.platform-logo.tiktok),
body.member-body.member-page-access .access-card:has(.platform-logo.tiktok) {
  background:
    linear-gradient(90deg, rgba(17, 24, 39, .16) 0 4px, transparent 4px),
    #fff !important;
}

body.member-body.member-route-access .access-card.unpaid,
body.member-body.member-page-access .access-card.unpaid {
  border-color: rgba(245, 158, 11, .42) !important;
  background:
    linear-gradient(90deg, rgba(245, 158, 11, .34) 0 4px, transparent 4px),
    linear-gradient(180deg, #fff 0%, #fffaf1 100%) !important;
}

body.member-body.member-route-access .access-card.unpaid:hover,
body.member-body.member-route-access .access-card.unpaid:focus-within,
body.member-body.member-page-access .access-card.unpaid:hover,
body.member-body.member-page-access .access-card.unpaid:focus-within {
  border-color: rgba(245, 158, 11, .82) !important;
  box-shadow: inset 0 0 0 1px rgba(245, 158, 11, .42), 0 16px 34px rgba(180, 83, 9, .08) !important;
}

body.member-body.member-route-access .access-main,
body.member-body.member-page-access .access-main {
  grid-area: main !important;
  display: grid !important;
  gap: 7px !important;
  min-width: 0 !important;
}

body.member-body.member-route-access .access-main h2,
body.member-body.member-page-access .access-main h2 {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  min-width: 0 !important;
  margin: 0 !important;
  color: #20242b !important;
  font-size: 16px !important;
  line-height: 1.16 !important;
  font-weight: 680 !important;
  letter-spacing: 0 !important;
}

body.member-body.member-route-access .access-main h2 .platform-logo,
body.member-body.member-page-access .access-main h2 .platform-logo {
  width: 25px !important;
  height: 25px !important;
  min-width: 25px !important;
  margin: 0 !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .10) !important;
}

body.member-body.member-route-access .access-main p,
body.member-body.member-page-access .access-main p {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  color: #3f4652 !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 560 !important;
}

body.member-body.member-route-access .coin,
body.member-body.member-page-access .coin {
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  margin-right: 9px !important;
  border-width: 2px !important;
  color: #667085 !important;
  border-color: #727b89 !important;
  font-size: 10px !important;
  font-weight: 780 !important;
}

body.member-body.member-route-access .access-actions,
body.member-body.member-page-access .access-actions {
  grid-area: actions !important;
  display: grid !important;
  gap: 6px !important;
  width: 100% !important;
  align-content: center !important;
  justify-self: stretch !important;
}

body.member-body.member-route-access .access-actions .btn,
body.member-body.member-page-access .access-actions .btn {
  width: 100% !important;
  min-height: 29px !important;
  height: 29px !important;
  padding: 0 12px !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 640 !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease !important;
}

body.member-body.member-route-access .access-actions .btn.primary,
body.member-body.member-page-access .access-actions .btn.primary {
  background: #3478f6 !important;
  color: #fff !important;
}

body.member-body.member-route-access .access-actions .btn.primary:hover,
body.member-body.member-route-access .access-actions .btn.primary:focus-visible,
body.member-body.member-page-access .access-actions .btn.primary:hover,
body.member-body.member-page-access .access-actions .btn.primary:focus-visible {
  background: #087cff !important;
  border-color: #087cff !important;
  box-shadow: 0 8px 18px rgba(52, 120, 246, .18) !important;
}

body.member-body.member-route-access .access-actions .btn.ghost,
body.member-body.member-page-access .access-actions .btn.ghost {
  background: #f0f2f5 !important;
  color: #5b6470 !important;
}

body.member-body.member-route-access .access-actions .btn.ghost:hover,
body.member-body.member-route-access .access-actions .btn.ghost:focus-visible,
body.member-body.member-page-access .access-actions .btn.ghost:hover,
body.member-body.member-page-access .access-actions .btn.ghost:focus-visible {
  border-color: #087cff !important;
  background: #fff !important;
  color: #087cff !important;
}

body.member-body.member-route-access .history-link,
body.member-body.member-page-access .history-link {
  grid-area: history !important;
  position: static !important;
  width: 36px !important;
  height: 36px !important;
  border: 1px solid transparent !important;
  border-radius: 50% !important;
  background: #f8fafc !important;
  color: #111827 !important;
  box-shadow: none !important;
  justify-self: center !important;
  align-self: center !important;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease !important;
}

body.member-body.member-route-access .history-link svg,
body.member-body.member-page-access .history-link svg {
  width: 19px !important;
  height: 19px !important;
}

body.member-body.member-route-access .history-link:hover,
body.member-body.member-route-access .history-link:focus-visible,
body.member-body.member-page-access .history-link:hover,
body.member-body.member-page-access .history-link:focus-visible {
  border-color: #087cff !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(8, 124, 255, .12) !important;
}

body.member-body.member-route-access .access-payment-row,
body.member-body.member-page-access .access-payment-row {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px 14px !important;
}

body.member-body.member-route-access .access-price-line,
body.member-body.member-page-access .access-price-line {
  font-size: 12px !important;
  color: #7c8796 !important;
}

body.member-body.member-route-access .access-price-line strong,
body.member-body.member-page-access .access-price-line strong {
  color: #111827 !important;
  font-size: 13px !important;
  font-weight: 720 !important;
}

body.member-body.member-route-access .access-status-pill,
body.member-body.member-page-access .access-status-pill {
  min-height: 25px !important;
  padding: 0 10px !important;
  font-size: 12px !important;
  font-weight: 680 !important;
}

@media (max-width: 700px) {
  body.member-body.member-route-access .access-card,
  body.member-body.member-page-access .access-card {
    grid-template-columns: minmax(0, 1fr) 36px !important;
    grid-template-areas:
      "main history"
      "actions actions" !important;
    min-height: 0 !important;
    row-gap: 11px !important;
    padding: 13px 13px 13px 15px !important;
  }

  body.member-body.member-route-access .access-main,
  body.member-body.member-page-access .access-main {
    gap: 7px !important;
  }

  body.member-body.member-route-access .access-main h2,
  body.member-body.member-page-access .access-main h2 {
    font-size: 15px !important;
    line-height: 1.18 !important;
    font-weight: 650 !important;
  }

  body.member-body.member-route-access .access-main p,
  body.member-body.member-page-access .access-main p {
    font-size: 14px !important;
  }

  body.member-body.member-route-access .access-actions,
  body.member-body.member-page-access .access-actions {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  body.member-body.member-route-access .access-card.unpaid .access-actions,
  body.member-body.member-page-access .access-card.unpaid .access-actions {
    grid-template-columns: 1fr !important;
  }

  body.member-body.member-route-access .access-actions .btn,
  body.member-body.member-page-access .access-actions .btn {
    min-height: 34px !important;
    height: 34px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 390px) {
  body.member-body.member-route-access .access-actions,
  body.member-body.member-page-access .access-actions {
    grid-template-columns: 1fr !important;
  }
}


body.member-body .side-foot {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
}

body.member-body .side-account-group {
  display: grid !important;
  gap: 3px !important;
  min-width: 0 !important;
}

body.member-body .side-account {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 0 !important;
}

body.member-body .side-account span:not(.side-account-avatar):not(.side-caret) {
  min-width: 0 !important;
}

body.member-body .side-logout {
  width: fit-content !important;
  margin-left: 43px !important;
  padding: 2px 8px !important;
  border-radius: 999px !important;
  color: #8a929e !important;
  background: transparent !important;
  border: 1px solid transparent !important;
  font-family: Montserrat, Inter, ui-sans-serif, system-ui, sans-serif !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
  font-weight: 650 !important;
  text-decoration: none !important;
}

body.member-body .side-logout:hover,
body.member-body .side-logout:focus-visible {
  color: #3478f6 !important;
  border-color: rgba(52, 120, 246, .34) !important;
  background: #f7fbff !important;
  box-shadow: none !important;
  outline: none !important;
}

body.member-body .side-settings {
  flex: 0 0 auto !important;
}


body.member-body {
  scroll-behavior: smooth !important;
}


@media (min-width: 1181px) {
  body.member-body,
  body.member-body.member-route-send,
  body.member-body.member-route-account-produkt-aufladen,
  body.member-body.member-route-account-shares-aufladen,
  body.member-body.member-page-account,
  body.member-body.member-route-account,
  body.member-body.member-route-heropoints,
  body.member-body.member-route-rank,
  body.member-body.member-page-orders,
  body.member-body.member-route-orders,
  body.member-body.member-page-help,
  body.member-body.member-route-help,
  body.member-body.member-page-toolbox,
  body.member-body.member-route-toolbox,
  body.member-body.member-page-products {
    --fh-shell-w: min(1180px, calc(100vw - 72px)) !important;
    --fh-sidebar-w: 280px !important;
    --fh-shell-gap: 64px !important;
    --fh-content-w: 760px !important;
  }






}

@media (min-width: 981px) and (max-width: 1180px) {




}

body.member-body .side-foot {
  align-items: center !important;
}

body.member-body .side-account-group {
  grid-template-columns: 1fr !important;
  align-items: start !important;
}

body.member-body .side-logout {
  display: inline-flex !important;
  margin-left: 43px !important;
  margin-top: 1px !important;
}


body.member-body.member-route-send .send-shell {
  --fh-send-width: 500px !important;
  width: min(100%, var(--fh-send-width)) !important;
  max-width: var(--fh-send-width) !important;
  margin-inline: auto !important;
}

body.member-body.member-route-send .send-head {
  margin-bottom: 18px !important;
}

body.member-body.member-route-send .send-head h1 {
  font-size: clamp(24px, 2.55vw, 30px) !important;
  line-height: 1.08 !important;
  font-weight: 760 !important;
}

body.member-body.member-route-send .send-head h1 .platform-dot {
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  font-size: 11px !important;
}

body.member-body.member-route-send .send-nav {
  max-width: 392px !important;
  gap: 10px !important;
}

body.member-body.member-route-send .round-btn {
  min-height: 38px !important;
  padding: 0 18px !important;
  border-width: 2px !important;
  font-size: 13px !important;
  font-weight: 640 !important;
}

body.member-body.member-route-send .round-btn.icon-only {
  width: 58px !important;
  min-width: 58px !important;
}

body.member-body.member-route-send .balance-row {
  grid-template-columns: minmax(0, 1fr) minmax(126px, .44fr) !important;
  gap: 12px !important;
  margin-bottom: 14px !important;
}

body.member-body.member-route-send .balance-card {
  min-height: 104px !important;
  padding: 16px 18px 14px !important;
  border-radius: 16px !important;
}

body.member-body.member-route-send .balance-card strong {
  font-size: clamp(28px, 3.7vw, 36px) !important;
  font-weight: 760 !important;
}

body.member-body.member-route-send .balance-card span {
  font-size: 14px !important;
  font-weight: 500 !important;
}

body.member-body.member-route-send .balance-card .btn {
  min-height: 31px !important;
  height: 31px !important;
  font-size: 12.5px !important;
  font-weight: 640 !important;
}

body.member-body.member-route-send .send-rank-benefit {
  display: none !important;
}

body.member-body.member-route-send .send-shell > .send-rank-benefit {
  display: none !important;
}

body.member-body.member-route-send .step-card {
  padding: 15px 16px 14px !important;
  border-radius: 15px !important;
}

body.member-body.member-route-send .step-card + .step-card {
  margin-top: 10px !important;
}

body.member-body.member-route-send .step-card > label:first-child {
  margin-bottom: 10px !important;
  font-size: 15px !important;
  line-height: 1.18 !important;
  font-weight: 640 !important;
}

body.member-body.member-route-send .step-card > label:first-child > span {
  width: 28px !important;
  height: 28px !important;
  font-size: 14px !important;
}

body.member-body.member-route-send .select-first-hint {
  min-height: 42px !important;
  margin-bottom: 8px !important;
  padding: 8px 12px !important;
  border-radius: 13px !important;
  font-size: 12.5px !important;
}

body.member-body.member-route-send .select-first-hint img {
  width: 34px !important;
  height: 22px !important;
}

body.member-body.member-route-send .service-choice {
  position: relative !important;
  z-index: 6 !important;
}

body.member-body.member-route-send .service-choice-button {
  min-height: 46px !important;
  grid-template-columns: 26px minmax(0, 1fr) 16px !important;
  gap: 9px !important;
  padding: 7px 12px !important;
  border-radius: 13px !important;
}

body.member-body.member-route-send .service-choice-icon {
  width: 23px !important;
  height: 23px !important;
  font-size: 14px !important;
}

body.member-body.member-route-send .service-choice-copy strong {
  font-size: 14px !important;
  font-weight: 640 !important;
}

body.member-body.member-route-send .service-choice-copy small {
  font-size: 11px !important;
}

body.member-body.member-route-send .service-choice.is-open .service-choice-popover {
  position: static !important;
  margin-top: 8px !important;
}

body.member-body.member-route-send .service-choice-popover {
  border-radius: 14px !important;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .11) !important;
}

body.member-body.member-route-send .service-choice-options {
  max-height: 244px !important;
  padding: 6px !important;
}

body.member-body.member-route-send .service-choice-option {
  grid-template-columns: 25px minmax(0, 1fr) !important;
  gap: 8px !important;
  padding: 8px 9px !important;
  border-radius: 11px !important;
}

body.member-body.member-route-send .service-choice-option-icon {
  width: 23px !important;
  height: 23px !important;
  font-size: 13px !important;
}

body.member-body.member-route-send .service-choice-option strong {
  font-size: 13px !important;
  font-weight: 640 !important;
}

body.member-body.member-route-send .service-choice-option small,
body.member-body.member-route-send .service-choice-option em {
  font-size: 11px !important;
}

body.member-body.member-route-send .hint-box,
body.member-body.member-route-send .field-help,
body.member-body.member-route-send .minimum-line {
  font-size: 12.5px !important;
}

@media (max-width: 760px) {
  body.member-body.member-route-send .send-shell {
    --fh-send-width: 100% !important;
  }

  body.member-body.member-route-send .send-head h1 {
    font-size: clamp(22px, 7.2vw, 29px) !important;
  }

  body.member-body.member-route-send .balance-row {
    grid-template-columns: minmax(0, 1fr) minmax(106px, .42fr) !important;
    gap: 9px !important;
  }

  body.member-body.member-route-send .balance-card {
    min-height: 98px !important;
    padding: 14px 13px 12px !important;
  }

  body.member-body.member-route-send .step-card {
    padding: 14px 13px !important;
  }

  body.member-body.member-route-send .service-choice.is-open .service-choice-popover {
    position: fixed !important;
    margin-top: 0 !important;
  }
}


body.member-body.member-route-access .access-list,
body.member-body.member-page-access .access-list {
  gap: 8px !important;
}

body.member-body.member-route-access .access-card,
body.member-body.member-page-access .access-card {
  grid-template-columns: minmax(0, 1fr) 116px 34px !important;
  min-height: 66px !important;
  padding: 9px 12px 9px 14px !important;
  gap: 10px !important;
  border-radius: 9px !important;
  background:
    linear-gradient(90deg, rgba(52, 120, 246, .08) 0 3px, transparent 3px),
    linear-gradient(180deg, #fff 0%, #fbfdff 100%) !important;
}

body.member-body.member-route-access .access-card.unpaid,
body.member-body.member-page-access .access-card.unpaid {
  background:
    linear-gradient(90deg, rgba(243, 179, 82, .20) 0 3px, transparent 3px),
    linear-gradient(180deg, #fffdf9 0%, #fff 100%) !important;
}

body.member-body.member-route-access .access-main,
body.member-body.member-page-access .access-main {
  gap: 4px !important;
}

body.member-body.member-route-access .access-main h2,
body.member-body.member-page-access .access-main h2 {
  gap: 8px !important;
  font-size: 14.5px !important;
  line-height: 1.16 !important;
  font-weight: 650 !important;
}

body.member-body.member-route-access .access-main p,
body.member-body.member-page-access .access-main p {
  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 560 !important;
}

body.member-body.member-route-access .access-main .platform-logo,
body.member-body.member-page-access .access-main .platform-logo {
  width: 21px !important;
  height: 21px !important;
  min-width: 21px !important;
  font-size: 10px !important;
}

body.member-body.member-route-access .access-main .coin,
body.member-body.member-page-access .access-main .coin {
  width: 19px !important;
  height: 19px !important;
  min-width: 19px !important;
  font-size: 11px !important;
}

body.member-body.member-route-access .access-actions,
body.member-body.member-page-access .access-actions {
  gap: 5px !important;
}

body.member-body.member-route-access .access-actions .btn,
body.member-body.member-page-access .access-actions .btn {
  height: 26px !important;
  min-height: 26px !important;
  padding: 0 10px !important;
  font-size: 12px !important;
  font-weight: 620 !important;
}

body.member-body.member-route-access .history-link,
body.member-body.member-page-access .history-link {
  width: 32px !important;
  height: 32px !important;
}

body.member-body.member-route-access .history-link svg,
body.member-body.member-page-access .history-link svg {
  width: 17px !important;
  height: 17px !important;
}

body.member-body.member-route-access .access-payment-row,
body.member-body.member-page-access .access-payment-row {
  gap: 5px 10px !important;
}

body.member-body.member-route-access .access-price-line,
body.member-body.member-page-access .access-price-line {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  width: fit-content !important;
  min-height: 20px !important;
  padding: 2px 8px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .82) !important;
  border: 1px solid rgba(217, 225, 236, .9) !important;
  color: #667085 !important;
  font-size: 11.5px !important;
  line-height: 1 !important;
}

body.member-body.member-route-access .access-price-line strong,
body.member-body.member-page-access .access-price-line strong {
  font-size: 12px !important;
  font-weight: 670 !important;
}

body.member-body.member-route-access .access-old-price,
body.member-body.member-page-access .access-old-price {
  color: #9aa3af !important;
  font-size: 11px !important;
  text-decoration: line-through !important;
}

body.member-body.member-route-access .access-price-line.is-missing,
body.member-body.member-page-access .access-price-line.is-missing {
  border-color: rgba(243, 179, 82, .36) !important;
  color: #9a5b18 !important;
  background: rgba(255, 247, 237, .9) !important;
}

body.member-body.member-route-access .access-price-missing,
body.member-body.member-page-access .access-price-missing {
  font-size: 11.5px !important;
  font-weight: 650 !important;
}

body.member-body.member-route-access .access-status-pill,
body.member-body.member-page-access .access-status-pill {
  min-height: 22px !important;
  padding: 0 9px !important;
  font-size: 11px !important;
  font-weight: 640 !important;
}

@media (max-width: 700px) {
  body.member-body.member-route-access .access-card,
  body.member-body.member-page-access .access-card {
    grid-template-columns: minmax(0, 1fr) 32px !important;
    min-height: 0 !important;
    padding: 11px 12px !important;
    row-gap: 9px !important;
  }

  body.member-body.member-route-access .access-actions .btn,
  body.member-body.member-page-access .access-actions .btn {
    min-height: 33px !important;
    height: 33px !important;
    font-size: 12.5px !important;
  }

  body.member-body.member-route-access .access-price-line,
  body.member-body.member-page-access .access-price-line {
    min-height: 22px !important;
  }
}


body.member-body .product-refill-flow {
  display: grid !important;
  gap: 14px !important;
  padding: 18px !important;
  border-radius: 18px !important;
}

body.member-body.member-route-account-produkt-aufladen .product-refill-shell {
  display: grid !important;
  gap: 10px !important;
  padding-top: 0 !important;
}

body.member-body.member-route-account-produkt-aufladen .product-refill-hero {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  min-height: 48px !important;
  padding: 0 2px 2px !important;
}

body.member-body.member-route-account-produkt-aufladen .product-refill-title {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  min-width: 0 !important;
}

body.member-body.member-route-account-produkt-aufladen .product-refill-title .platform-logo {
  flex: 0 0 auto !important;
  width: 34px !important;
  height: 34px !important;
  font-size: 13px !important;
  box-shadow: 0 8px 18px rgba(52, 120, 246, .13) !important;
}

body.member-body.member-route-account-produkt-aufladen .product-refill-title .country-flag-dot {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  font-size: 15px !important;
}

body.member-body.member-route-account-produkt-aufladen .product-refill-title > div {
  min-width: 0 !important;
}

body.member-body.member-route-account-produkt-aufladen .product-refill-title small,
body.member-body.member-route-account-produkt-aufladen .product-refill-current-credit span {
  display: block !important;
  color: #7d8797 !important;
  font-size: 11px !important;
  line-height: 1.1 !important;
  font-weight: 760 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
}

body.member-body.member-route-account-produkt-aufladen .product-refill-title h1 {
  margin: 2px 0 0 !important;
  color: #080d19 !important;
  font-size: clamp(21px, 2.2vw, 27px) !important;
  line-height: 1.08 !important;
  font-weight: 780 !important;
  letter-spacing: 0 !important;
  overflow-wrap: anywhere !important;
}

body.member-body.member-route-account-produkt-aufladen .product-refill-current-credit {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  min-width: 0 !important;
  min-height: 32px !important;
  padding: 5px 10px !important;
  border: 1px solid rgba(214, 225, 240, .95) !important;
  border-radius: 999px !important;
  background: #f7faff !important;
  text-align: left !important;
}

body.member-body.member-route-account-produkt-aufladen .product-refill-current-credit strong {
  display: block !important;
  margin-top: 0 !important;
  color: #111827 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 760 !important;
}

body.member-body .dashboard-mode-fab {
  position: fixed !important;
  z-index: 74 !important;
  left: max(14px, env(safe-area-inset-left)) !important;
  bottom: calc(100px + env(safe-area-inset-bottom)) !important;
  display: none !important;
  min-width: 58px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #111827 !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent !important;
}

body.member-body .dashboard-mode-fab-icon {
  position: relative !important;
  display: grid !important;
  width: 48px !important;
  height: 48px !important;
  margin: 0 auto !important;
  place-items: center !important;
  border: 1px solid rgba(214, 225, 240, .94) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .96) !important;
  color: #0f172a !important;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .13), inset 0 0 0 5px rgba(246, 249, 253, .92) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  backdrop-filter: blur(14px) !important;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease !important;
}

body.member-body .dashboard-mode-fab-icon::after {
  content: "" !important;
  position: absolute !important;
  inset: 7px !important;
  z-index: -1 !important;
  border-radius: inherit !important;
  background: linear-gradient(145deg, rgba(52, 120, 246, .14), rgba(15, 23, 42, .03)) !important;
}

body.member-body .dashboard-mode-fab svg {
  width: 22px !important;
  height: 22px !important;
  stroke: currentColor !important;
  stroke-width: 2.25 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  fill: none !important;
}

body.member-body .dashboard-mode-fab small {
  display: block !important;
  margin-top: 5px !important;
  color: #475467 !important;
  font-family: Montserrat, Inter, ui-sans-serif, system-ui, sans-serif !important;
  font-size: 10.5px !important;
  line-height: 1 !important;
  font-weight: 720 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

body.member-body .dashboard-mode-fab:hover .dashboard-mode-fab-icon,
body.member-body .dashboard-mode-fab:focus-visible .dashboard-mode-fab-icon {
  border-color: rgba(52, 120, 246, .46) !important;
  background: rgba(255, 255, 255, .98) !important;
  box-shadow: 0 18px 38px rgba(52, 120, 246, .17), inset 0 0 0 5px rgba(240, 246, 255, .95) !important;
  transform: translateY(-1px) !important;
}

body.member-body .dashboard-mode-fab:focus-visible {
  outline: 0 !important;
}

body.member-body .product-refill-flow .share-refill-card-head {
  margin-bottom: 2px !important;
}

body.member-body .product-refill-package-foldout {
  border: 1px solid #dfe8f5 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .035) !important;
  overflow: hidden !important;
}

body.member-body .product-refill-package-foldout > summary {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  min-height: 62px !important;
  padding: 12px 14px !important;
  cursor: pointer !important;
  list-style: none !important;
}

body.member-body .product-refill-package-foldout > summary::-webkit-details-marker {
  display: none !important;
}

body.member-body .product-refill-package-foldout > summary::after {
  content: "⌄" !important;
  width: 30px !important;
  height: 30px !important;
  flex: 0 0 auto !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid #dbe5f1 !important;
  border-radius: 999px !important;
  background: #f6f9fd !important;
  color: #657386 !important;
  font-size: 17px !important;
  font-weight: 780 !important;
  line-height: 1 !important;
  box-shadow: inset 0 0 0 4px #fff !important;
  transition: transform .18s ease, background .18s ease, border-color .18s ease !important;
}

body.member-body .product-refill-package-foldout[open] > summary {
  border-bottom: 1px solid #edf2f8 !important;
  background: #fbfdff !important;
}

body.member-body .product-refill-package-foldout[open] > summary::after {
  transform: rotate(180deg) !important;
  border-color: rgba(52, 120, 246, .30) !important;
  background: #eef5ff !important;
}

body.member-body .product-refill-package-foldout > summary strong {
  display: block !important;
  color: #111827 !important;
  font-size: 15px !important;
  line-height: 1.15 !important;
  font-weight: 720 !important;
}

body.member-body .product-refill-package-foldout > summary small {
  display: block !important;
  margin-top: 3px !important;
  color: #7b8494 !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  font-weight: 560 !important;
}

body.member-body .product-refill-options {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  padding: 10px !important;
}

body.member-body .product-refill-event-box {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  margin: 10px 0 12px !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(52, 120, 246, .20) !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, #f7fbff 0%, #fff 55%, #f4fff9 100%) !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .055) !important;
}

body.member-body .product-refill-event-box strong {
  display: block !important;
  color: #0f172a !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 780 !important;
}

body.member-body .product-refill-event-box small {
  display: block !important;
  margin-top: 3px !important;
  color: #64748b !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
}

body.member-body .product-refill-event-badges {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  gap: 6px !important;
  flex: 0 0 auto !important;
}

body.member-body .product-refill-event-badges i,
body.member-body .product-refill-package em.event {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 20px !important;
  padding: 0 8px !important;
  border-radius: 999px !important;
  background: rgba(22, 163, 74, .11) !important;
  color: #15803d !important;
  font-size: 10.5px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 20px !important;
  white-space: nowrap !important;
}

body.member-body .product-refill-package {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto 18px !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 58px !important;
  padding: 10px 11px !important;
  border-color: #dce6f3 !important;
  border-radius: 15px !important;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%) !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .035) !important;
}

body.member-body .product-refill-package:hover {
  border-color: rgba(52, 120, 246, .52) !important;
  box-shadow: inset 0 0 0 1px rgba(52, 120, 246, .18), 0 12px 26px rgba(52, 120, 246, .08) !important;
}

body.member-body .product-refill-package:has(input:checked) {
  border-color: #3478f6 !important;
  background: linear-gradient(180deg, #fafdff 0%, #f4f8ff 100%) !important;
  box-shadow: inset 0 0 0 1px rgba(52, 120, 246, .36), 0 14px 28px rgba(52, 120, 246, .10) !important;
}

body.member-body .product-refill-package::after {
  width: 18px !important;
  height: 18px !important;
  border-width: 2px !important;
  box-shadow: inset 0 0 0 4px #fff !important;
}

body.member-body .product-refill-package:has(input:checked)::after {
  border-color: #3478f6 !important;
  background: #3478f6 !important;
}

body.member-body .product-refill-package strong {
  font-size: 14.5px !important;
  font-weight: 720 !important;
  line-height: 1.18 !important;
}

body.member-body .product-refill-package small {
  margin-top: 3px !important;
  font-size: 11.5px !important;
  line-height: 1.18 !important;
}

body.member-body .product-refill-package-price {
  display: grid !important;
  justify-items: end !important;
  align-content: center !important;
  gap: 2px !important;
  min-width: 62px !important;
}

body.member-body .product-refill-package em {
  min-height: 20px !important;
  margin: 0 !important;
  padding: 0 8px !important;
  border-radius: 999px !important;
  background: rgba(52, 120, 246, .10) !important;
  color: #2367e8 !important;
  font-size: 10.5px !important;
  font-weight: 780 !important;
  line-height: 20px !important;
  letter-spacing: 0 !important;
}

@media (max-width: 720px) {
  body.member-body .product-refill-event-box {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 10px !important;
  }

  body.member-body .product-refill-event-badges {
    justify-content: flex-start !important;
  }
}

body.member-body .product-refill-package s {
  color: #9aa3af !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 650 !important;
  text-decoration-thickness: 1.5px !important;
}

body.member-body .product-refill-package b {
  color: #0f172a !important;
  font-size: 15px !important;
  line-height: 1.05 !important;
  font-weight: 780 !important;
}

body.member-body .product-refill-package.featured {
  border-color: rgba(52, 120, 246, .46) !important;
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%) !important;
}

body.member-body .product-refill-payment[hidden] {
  display: none !important;
}

body.member-body .product-refill-payment {
  display: grid !important;
  gap: 12px !important;
  margin-top: 4px !important;
  padding-top: 14px !important;
  border-top: 1px solid #e8eef6 !important;
  animation: fh-soft-reveal .18s ease both !important;
}

body.member-body .product-refill-card-head-inline {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
}

body.member-body .product-refill-selected {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto auto !important;
  align-items: center !important;
  gap: 8px 10px !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(216, 226, 239, .95) !important;
  border-radius: 14px !important;
  background: #f8fbff !important;
}

body.member-body .product-refill-selected span {
  color: #7b8494 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

body.member-body .product-refill-selected strong {
  color: #111827 !important;
  font-size: 13.5px !important;
  font-weight: 680 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.member-body .product-refill-payments {
  display: grid !important;
  gap: 10px !important;
}

body.member-body .product-refill-payment-choice {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 28px 38px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 62px !important;
  padding: 10px 12px !important;
  border: 1px solid #dfe7f2 !important;
  border-radius: 15px !important;
  background: #fff !important;
  color: #111827 !important;
  cursor: pointer !important;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease, opacity .16s ease !important;
}

body.member-body .product-refill-payment-choice input {
  position: absolute !important;
  inset: 0 !important;
  opacity: 0 !important;
  cursor: pointer !important;
}

body.member-body .product-refill-radio {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  border: 2px solid #d4dce8 !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: inset 0 0 0 5px #fff !important;
}

body.member-body .product-refill-payment-choice.is-selected {
  border-color: #3478f6 !important;
  background: #f8fbff !important;
  box-shadow: inset 0 0 0 1px rgba(52, 120, 246, .34), 0 12px 26px rgba(52, 120, 246, .08) !important;
}

body.member-body .product-refill-payment-choice.is-selected .product-refill-radio {
  border-color: #3478f6 !important;
  background: #3478f6 !important;
}

body.member-body .product-refill-payment-choice.is-disabled {
  opacity: .48 !important;
  cursor: not-allowed !important;
}

body.member-body .product-refill-payment-copy strong {
  display: block !important;
  color: #111827 !important;
  font-size: 14.5px !important;
  font-weight: 690 !important;
  line-height: 1.18 !important;
}

body.member-body .product-refill-payment-copy small {
  display: block !important;
  margin-top: 3px !important;
  color: #6f7786 !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  font-weight: 520 !important;
}

body.member-body .product-refill-pay-submit {
  justify-content: center !important;
  min-height: 44px !important;
  border-radius: 999px !important;
}

body.member-body .product-refill-payment-option {
  display: grid !important;
  width: 100% !important;
  min-height: 66px !important;
  grid-template-columns: 38px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 11px !important;
  padding: 11px 13px !important;
  border: 1px solid #dfe7f2 !important;
  border-radius: 15px !important;
  background: #fff !important;
  color: #111827 !important;
  text-align: left !important;
  text-decoration: none !important;
  cursor: pointer !important;
  appearance: none !important;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease, opacity .16s ease !important;
}

body.member-body .product-refill-payment-option:hover,
body.member-body .product-refill-payment-option:focus-visible {
  border-color: #1277ff !important;
  box-shadow: inset 0 0 0 1px #1277ff, 0 14px 28px rgba(52, 120, 246, .10) !important;
  outline: 0 !important;
}

body.member-body .product-refill-payment-option strong {
  display: block !important;
  color: #111827 !important;
  font-size: 14.5px !important;
  font-weight: 690 !important;
  line-height: 1.18 !important;
}

body.member-body .product-refill-payment-option small {
  display: block !important;
  margin-top: 3px !important;
  color: #6f7786 !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  font-weight: 520 !important;
}

body.member-body .product-refill-pay-icon {
  display: grid !important;
  width: 38px !important;
  height: 38px !important;
  place-items: center !important;
  border-radius: 13px !important;
  background: #eaf2ff !important;
  color: #3478f6 !important;
  font-size: 13px !important;
  font-weight: 750 !important;
}

body.member-body .product-refill-payment-option.account {
  border-color: rgba(52, 120, 246, .24) !important;
  background: linear-gradient(180deg, #fff, #f8fbff) !important;
}

body.member-body .product-refill-payment-option.checkout {
  background: #fff !important;
}

body.member-body .product-refill-payment-option.account:disabled {
  cursor: not-allowed !important;
  opacity: .48 !important;
  box-shadow: none !important;
}

body.member-body .product-refill-payment-option.is-disabled {
  pointer-events: none !important;
  opacity: .50 !important;
}

body.member-body .product-refill-needs-checkout .product-refill-payment-option.checkout,
body.member-body .product-refill-can-account .product-refill-payment-option.account {
  border-color: #3478f6 !important;
  box-shadow: inset 0 0 0 1px rgba(52, 120, 246, .45), 0 14px 28px rgba(52, 120, 246, .10) !important;
}

body.member-body .product-refill-back-actions {
  justify-content: flex-start !important;
  margin-top: 0 !important;
}

@keyframes fh-soft-reveal {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 1181px) {
  body.member-body.member-route-account-produkt-aufladen {
    --fh-content-w: 540px !important;
  }
}

@media (max-width: 760px) {
  body.member-body.member-route-access .dashboard-mode-fab,
  body.member-body.member-page-access .dashboard-mode-fab {
    display: inline-grid !important;
    place-items: center !important;
  }

  body.member-body.member-route-account-produkt-aufladen .product-refill-shell {
    gap: 9px !important;
    padding-top: 0 !important;
  }

  body.member-body.member-route-account-produkt-aufladen .product-refill-hero {
    align-items: center !important;
    gap: 8px !important;
    padding: 0 1px 1px !important;
  }

  body.member-body.member-route-account-produkt-aufladen .product-refill-title {
    grid-template-columns: 31px minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  body.member-body.member-route-account-produkt-aufladen .product-refill-title .platform-logo {
    width: 31px !important;
    height: 31px !important;
  }

  body.member-body.member-route-account-produkt-aufladen .product-refill-title h1 {
    font-size: 20px !important;
  }

  body.member-body.member-route-account-produkt-aufladen .product-refill-current-credit {
    min-height: 30px !important;
    padding: 4px 9px !important;
    gap: 5px !important;
  }

  body.member-body.member-route-account-produkt-aufladen .product-refill-current-credit span {
    font-size: 10px !important;
  }

  body.member-body.member-route-account-produkt-aufladen .product-refill-current-credit strong {
    font-size: 13px !important;
  }

  body.member-body .product-refill-flow {
    padding: 14px !important;
    gap: 12px !important;
  }

  body.member-body .product-refill-options {
    grid-template-columns: 1fr !important;
  }

  body.member-body .product-refill-card-head-inline {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  body.member-body .product-refill-selected {
    grid-template-columns: auto minmax(0, 1fr) !important;
  }

  body.member-body .product-refill-payment-option {
    min-height: 62px !important;
  }
}


body.member-body {
  --fh-template-sidebar: 280px;
  --fh-template-gap: 64px;
  --fh-template-content: 820px;
  --fh-template-shell: min(1164px, calc(100vw - 72px));
  scroll-behavior: smooth !important;
}



@media (min-width: 1181px) {









  body.member-body.member-route-access .page-head,
  body.member-body.member-page-access .page-head,
  body.member-body.member-route-access .dashboard-grid,
  body.member-body.member-page-access .dashboard-grid,
  body.member-body.member-route-access .filters-block,
  body.member-body.member-page-access .filters-block,
  body.member-body.member-route-access .access-list,
  body.member-body.member-page-access .access-list {
    width: min(100%, 760px) !important;
    max-width: 760px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.member-body.member-route-send .send-shell {
    width: min(100%, 500px) !important;
    max-width: 500px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.member-body.member-route-account-produkt-aufladen .share-refill-shell,
  body.member-body.member-route-account-shares-aufladen .share-refill-shell {
    width: min(100%, 540px) !important;
    max-width: 540px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.member-body.member-page-account .account-page,
  body.member-body.member-route-account .account-page,
  body.member-body.member-page-guarantee .guarantee-page,
  body.member-body.member-route-premium-garantie .guarantee-page,
  body.member-body.member-route-account-garantie .guarantee-page,
  body.member-body.member-route-garantie .guarantee-page,
  body.member-body.member-route-heropoints .heropoints-page,
  body.member-body.member-route-rank .rank-page,
  body.member-body.member-page-orders .orders-page,
  body.member-body.member-route-orders .orders-page,
  body.member-body.member-page-help .help-page,
  body.member-body.member-route-help .help-page,
  body.member-body.member-page-toolbox .toolbox-page,
  body.member-body.member-route-toolbox .toolbox-page,
  body.member-body.member-page-products .product-catalog-shell {
    width: 100% !important;
    max-width: var(--fh-template-content) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}


body.member-body.member-page-guarantee .special-event-banner,
body.member-body.member-route-premium-garantie .special-event-banner,
body.member-body.member-route-account-garantie .special-event-banner,
body.member-body.member-route-garantie .special-event-banner {
  align-self: center !important;
  width: min(100%, 740px) !important;
  max-width: 740px !important;
  margin: 0 auto 18px !important;
}

body.member-body .guarantee-page {
  width: min(100%, 740px);
  max-width: 740px;
  display: grid;
  gap: 16px;
}

body.member-body .guarantee-hero {
  min-height: 178px;
  padding: 24px 28px;
  border-radius: 10px;
  border: 1px solid rgba(217, 225, 238, .95);
  background:
    radial-gradient(circle at 15% 0%, rgba(55, 124, 246, .10), transparent 34%),
    linear-gradient(135deg, #fff, #f8fbff);
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  box-shadow: 0 18px 46px rgba(16, 24, 40, .055);
}

body.member-body .guarantee-seal {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: linear-gradient(145deg, #0b1323, #111827);
  display: grid;
  place-items: center;
  box-shadow: 0 18px 34px rgba(15, 23, 42, .18);
  position: relative;
}

body.member-body .guarantee-seal::before,
body.member-body .guarantee-seal::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .22);
}

body.member-body .guarantee-seal::after {
  inset: 18px;
  border-style: dashed;
  opacity: .65;
}

body.member-body .guarantee-seal span {
  width: 42px;
  height: 52px;
  border-radius: 18px 18px 22px 22px;
  background: linear-gradient(180deg, #fff, #dfe8f8);
  clip-path: polygon(50% 0, 88% 14%, 88% 48%, 50% 100%, 12% 48%, 12% 14%);
  position: relative;
  z-index: 1;
}

body.member-body .guarantee-seal span::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 18px;
  width: 18px;
  height: 10px;
  border-left: 4px solid #377cf6;
  border-bottom: 4px solid #377cf6;
  transform: rotate(-45deg);
}

body.member-body .guarantee-copy p,
body.member-body .guarantee-status-head p {
  margin: 0 0 6px;
  color: #8a93a3;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}

body.member-body .guarantee-copy h1 {
  max-width: 500px;
  margin: 0 0 14px;
  color: #070d1b;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.04;
  letter-spacing: 0;
}

body.member-body .guarantee-state,
body.member-body .guarantee-badge {
  width: fit-content;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  border-radius: 999px;
  background: #eafbf0;
  color: #0f7a3f;
  border: 1px solid #b9f0ca;
  font-size: 13px;
  font-weight: 700;
}

body.member-body .guarantee-state i {
  width: 14px;
  height: 8px;
  border-left: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(-45deg);
}

body.member-body .guarantee-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.member-body .guarantee-benefit-card {
  min-height: 154px;
  padding: 18px 18px 17px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(217, 225, 238, .94);
  box-shadow: 0 14px 36px rgba(16, 24, 40, .04);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.member-body .guarantee-benefit-card:hover {
  border-color: #1277ff;
  box-shadow: 0 18px 38px rgba(18, 119, 255, .10);
  transform: translateY(-1px);
}

body.member-body .benefit-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #eef5ff;
  display: inline-grid;
  place-items: center;
  position: relative;
}

body.member-body .benefit-icon::before {
  content: "";
  position: absolute;
}

body.member-body .benefit-icon.check::before {
  width: 16px;
  height: 9px;
  border-left: 3px solid #377cf6;
  border-bottom: 3px solid #377cf6;
  transform: rotate(-45deg);
}

body.member-body .benefit-icon.refill::before {
  width: 17px;
  height: 17px;
  border: 3px solid #377cf6;
  border-right-color: transparent;
  border-radius: 50%;
}

body.member-body .benefit-icon.support::before {
  width: 20px;
  height: 14px;
  border-radius: 9px 9px 5px 5px;
  border: 3px solid #377cf6;
  border-bottom: 0;
}

body.member-body .benefit-icon.warranty-drop::before {
  width: 18px;
  height: 20px;
  border-radius: 10px 10px 6px 6px;
  border: 3px solid #377cf6;
}

body.member-body .benefit-icon.warranty-drop::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 10px;
  width: 7px;
  height: 12px;
  border-left: 3px solid #377cf6;
  border-bottom: 3px solid #377cf6;
  transform: rotate(-45deg);
}

body.member-body .benefit-icon.warranty-target::before {
  width: 20px;
  height: 20px;
  border: 3px solid #377cf6;
  border-radius: 50%;
}

body.member-body .benefit-icon.warranty-target::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #377cf6;
}

body.member-body .benefit-icon.warranty-review::before {
  width: 16px;
  height: 20px;
  border: 3px solid #377cf6;
  border-radius: 5px;
}

body.member-body .benefit-icon.warranty-review::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 18px;
  width: 14px;
  height: 8px;
  border-left: 3px solid #377cf6;
  border-bottom: 3px solid #377cf6;
  transform: rotate(-45deg);
}

body.member-body .guarantee-benefit-card strong {
  display: block;
  margin-bottom: 7px;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
}

body.member-body .guarantee-benefit-card p,
body.member-body .guarantee-actions p,
body.member-body .guarantee-note p {
  margin: 0;
  color: #687386;
  font-size: 13px;
  line-height: 1.5;
}

body.member-body .guarantee-status,
body.member-body .guarantee-actions {
  padding: 20px 22px;
  border-radius: 10px;
  border: 1px solid rgba(217, 225, 238, .94);
  background: #fff;
  box-shadow: 0 14px 36px rgba(16, 24, 40, .04);
}

body.member-body .guarantee-status-head,
body.member-body .guarantee-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

body.member-body .guarantee-status-head h2,
body.member-body .guarantee-actions h2 {
  margin: 0;
  color: #111827;
  font-size: 19px;
  line-height: 1.2;
}

body.member-body .guarantee-status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

body.member-body .guarantee-status-grid div {
  min-height: 72px;
  padding: 14px 16px;
  border-radius: 9px;
  background: #f6f8fb;
  border: 1px solid rgba(226, 232, 240, .9);
}

body.member-body .guarantee-status-grid span {
  display: block;
  margin-bottom: 5px;
  color: #8a93a3;
  font-size: 12px;
  font-weight: 700;
}

body.member-body .guarantee-status-grid strong {
  color: #111827;
  font-size: 18px;
  font-weight: 700;
}

body.member-body .guarantee-note {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 9px;
  background: #f8fbff;
}

body.member-body .guarantee-note span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e8f1ff;
  position: relative;
}

body.member-body .guarantee-note span::before {
  content: "i";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #377cf6;
  font-weight: 800;
  font-style: normal;
}

body.member-body .guarantee-report-btn {
  min-width: 170px;
  min-height: 44px;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(55, 124, 246, .20);
}

body.member-body .side-nav-secondary a.active {
  background: #f4f8ff;
  color: #377cf6;
  box-shadow: 0 18px 34px rgba(55, 124, 246, .08);
}

@media (max-width: 760px) {
  body.member-body .guarantee-page {
    width: 100%;
    gap: 13px;
    padding-bottom: 84px;
  }

  body.member-body .guarantee-hero {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 22px 20px;
  }

  body.member-body .guarantee-seal {
    width: 84px;
    height: 84px;
  }

  body.member-body .guarantee-benefits,
  body.member-body .guarantee-status-grid {
    grid-template-columns: 1fr;
  }

  body.member-body .guarantee-benefit-card {
    min-height: 0;
  }

  body.member-body .guarantee-actions,
  body.member-body .guarantee-status-head {
    align-items: stretch;
    flex-direction: column;
  }

  body.member-body .guarantee-report-btn {
    width: 100%;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  body.member-body {
    --fh-template-sidebar: 242px;
    --fh-template-gap: 32px;
    --fh-template-shell: min(1040px, calc(100vw - 40px));
  }









  body.member-body.member-route-access .page-head,
  body.member-body.member-page-access .page-head,
  body.member-body.member-route-access .dashboard-grid,
  body.member-body.member-page-access .dashboard-grid,
  body.member-body.member-route-access .filters-block,
  body.member-body.member-page-access .filters-block,
  body.member-body.member-route-access .access-list,
  body.member-body.member-page-access .access-list,
  body.member-body.member-route-send .send-shell,
  body.member-body.member-route-account-produkt-aufladen .share-refill-shell,
  body.member-body.member-route-account-shares-aufladen .share-refill-shell {
    width: min(100%, 560px) !important;
    max-width: 560px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}


@media (min-width: 981px) {
  body.admin-body .admin-shell {
    display: grid !important;
    width: min(1240px, calc(100vw - 48px)) !important;
    max-width: min(1240px, calc(100vw - 48px)) !important;
    grid-template-columns: 240px minmax(0, 1fr) !important;
    gap: 24px !important;
    align-items: start !important;
    margin: 24px auto 0 !important;
    padding: 0 0 44px !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  body.admin-body .admin-sidebar {
    position: sticky !important;
    top: 78px !important;
    width: 240px !important;
    min-width: 240px !important;
    max-width: 240px !important;
    height: auto !important;
    min-height: 520px !important;
    max-height: calc(100dvh - 96px) !important;
    margin: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    scroll-behavior: smooth !important;
  }

  body.admin-body .admin-content {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }
}

@media (max-width: 980px) {
  body.admin-body .admin-shell {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 14px max(12px, env(safe-area-inset-left)) calc(32px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-right)) !important;
  }

  body.admin-body .admin-sidebar {
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 0 14px !important;
    overflow: visible !important;
  }
}


body.member-body.member-page-orders .orders-page,
body.member-body.member-route-orders .orders-page {
  display: grid !important;
  gap: 14px !important;
  width: 100% !important;
  max-width: 820px !important;
  margin: 0 auto !important;
}

body.member-body.member-page-orders .orders-head,
body.member-body.member-route-orders .orders-head {
  gap: 14px !important;
  margin: 0 !important;
}

body.member-body.member-page-orders .orders-head h1,
body.member-body.member-route-orders .orders-head h1 {
  font-size: clamp(24px, 2.2vw, 31px) !important;
  font-weight: 720 !important;
  letter-spacing: 0 !important;
}

body.member-body.member-page-orders .orders-action-nav,
body.member-body.member-route-orders .orders-action-nav {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  width: 100% !important;
}

body.member-body.member-page-orders .orders-action-pill,
body.member-body.member-route-orders .orders-action-pill {
  display: inline-grid !important;
  grid-template-columns: 24px minmax(0, 1fr) !important;
  min-height: 42px !important;
  padding: 0 14px !important;
  gap: 8px !important;
  border: 1px solid #e1e8f2 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #111827 !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .035) !important;
  font-size: 13px !important;
  font-weight: 630 !important;
  text-decoration: none !important;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease !important;
}

body.member-body.member-page-orders .orders-action-pill:hover,
body.member-body.member-page-orders .orders-action-pill:focus-visible,
body.member-body.member-route-orders .orders-action-pill:hover,
body.member-body.member-route-orders .orders-action-pill:focus-visible {
  border-color: #1277ff !important;
  box-shadow: inset 0 0 0 1px #1277ff, 0 12px 26px rgba(52, 120, 246, .09) !important;
  transform: translateY(-1px) !important;
  outline: 0 !important;
}

body.member-body.member-page-orders .orders-action-icon,
body.member-body.member-route-orders .orders-action-icon {
  width: 23px !important;
  height: 23px !important;
  font-size: 14px !important;
}

body.member-body.member-page-orders .orders-action-icon svg,
body.member-body.member-route-orders .orders-action-icon svg {
  width: 23px !important;
  height: 23px !important;
  stroke-width: 2.25 !important;
}

body.member-body.member-page-orders .orders-action-icon.help,
body.member-body.member-route-orders .orders-action-icon.help {
  width: 22px !important;
  height: 22px !important;
  border-width: 2px !important;
  font-size: 13px !important;
}

body.member-body.member-page-orders .orders-controls,
body.member-body.member-route-orders .orders-controls {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr) !important;
  gap: 14px !important;
  align-items: end !important;
  width: 100% !important;
  padding: 14px !important;
  border: 1px solid #e1e8f2 !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .92) !important;
  box-shadow: 0 14px 32px rgba(15, 23, 42, .035) !important;
}

body.member-body.member-page-orders .orders-controls h2,
body.member-body.member-route-orders .orders-controls h2 {
  margin: 0 0 9px !important;
  color: #3d4552 !important;
  font-size: 13px !important;
  font-weight: 650 !important;
}

body.member-body.member-page-orders .orders-controls .chip-row,
body.member-body.member-route-orders .orders-controls .chip-row {
  gap: 7px !important;
}

body.member-body.member-page-orders .orders-controls .chip,
body.member-body.member-route-orders .orders-controls .chip {
  height: 34px !important;
  min-width: 0 !important;
  padding: 0 12px !important;
  border: 1px solid #dfe7f2 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #111827 !important;
  box-shadow: none !important;
  font-size: 12.5px !important;
  font-weight: 540 !important;
}

body.member-body.member-page-orders .orders-controls .chip.active,
body.member-body.member-route-orders .orders-controls .chip.active {
  border-color: #3478f6 !important;
  background: #eaf2ff !important;
  color: #095cff !important;
  box-shadow: inset 0 0 0 1px rgba(52, 120, 246, .25) !important;
}

body.member-body.member-page-orders .product-filter-row,
body.member-body.member-route-orders .product-filter-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 8px !important;
}

body.member-body.member-page-orders .product-filter,
body.member-body.member-route-orders .product-filter {
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 12px !important;
  border: 1px solid #dfe7f2 !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #111827 !important;
  font-size: 13px !important;
  font-weight: 610 !important;
}

body.member-body.member-page-orders .orders-product-filter .btn,
body.member-body.member-route-orders .orders-product-filter .btn {
  min-height: 40px !important;
  height: 40px !important;
  padding: 0 13px !important;
  border: 1px solid #b6ccff !important;
  border-radius: 999px !important;
  background: #f4f8ff !important;
  color: #2367e8 !important;
  box-shadow: none !important;
  font-size: 12.5px !important;
  font-weight: 620 !important;
  white-space: nowrap !important;
}

body.member-body.member-page-orders .table-panel,
body.member-body.member-route-orders .table-panel {
  width: 100% !important;
  padding: 12px !important;
  border: 1px solid #e1e8f2 !important;
  border-radius: 15px !important;
  background: #fff !important;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .04) !important;
  overflow: visible !important;
}

body.member-body.member-page-orders .orders-pager-wrap,
body.member-body.member-route-orders .orders-pager-wrap {
  margin: 0 0 10px !important;
}

body.member-body.member-page-orders .orders-pager,
body.member-body.member-route-orders .orders-pager {
  gap: 6px !important;
  flex-wrap: wrap !important;
}

body.member-body.member-page-orders .pager-btn,
body.member-body.member-page-orders .pager-dots,
body.member-body.member-route-orders .pager-btn,
body.member-body.member-route-orders .pager-dots {
  min-width: 34px !important;
  height: 34px !important;
  border: 1px solid #dfe7f2 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #111827 !important;
  font-size: 12px !important;
  font-weight: 580 !important;
  text-decoration: none !important;
}

body.member-body.member-page-orders .pager-btn:first-child,
body.member-body.member-page-orders .pager-btn:last-child,
body.member-body.member-route-orders .pager-btn:first-child,
body.member-body.member-route-orders .pager-btn:last-child {
  min-width: 68px !important;
}

body.member-body.member-page-orders .pager-btn.current,
body.member-body.member-route-orders .pager-btn.current {
  border-color: #3478f6 !important;
  color: #095cff !important;
  background: #eaf2ff !important;
  font-weight: 700 !important;
}

body.member-body.member-page-orders .orders-table-scroll,
body.member-body.member-route-orders .orders-table-scroll {
  width: 100% !important;
  overflow-x: visible !important;
  padding: 0 !important;
}

body.member-body.member-page-orders .orders-table,
body.member-body.member-route-orders .orders-table {
  width: 100% !important;
  min-width: 0 !important;
  table-layout: fixed !important;
  border-collapse: separate !important;
  border-spacing: 0 7px !important;
  color: #111827 !important;
}

body.member-body.member-page-orders .orders-table th,
body.member-body.member-route-orders .orders-table th {
  padding: 0 10px 6px !important;
  border: 0 !important;
  background: transparent !important;
  color: #7b8494 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: .03em !important;
}

body.member-body.member-page-orders .orders-table td,
body.member-body.member-route-orders .orders-table td {
  padding: 12px 10px !important;
  border: 0 !important;
  border-top: 1px solid #e7eef7 !important;
  border-bottom: 1px solid #e7eef7 !important;
  background: #fff !important;
  color: #1f2937 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  vertical-align: middle !important;
  overflow-wrap: anywhere !important;
}

body.member-body.member-page-orders .orders-table td:first-child,
body.member-body.member-route-orders .orders-table td:first-child {
  width: auto !important;
  border-left: 1px solid #e7eef7 !important;
  border-radius: 12px 0 0 12px !important;
}

body.member-body.member-page-orders .orders-table td:last-child,
body.member-body.member-route-orders .orders-table td:last-child {
  border-right: 1px solid #e7eef7 !important;
  border-radius: 0 12px 12px 0 !important;
}

body.member-body.member-page-orders .orders-table th:nth-child(1),
body.member-body.member-route-orders .orders-table th:nth-child(1) {
  width: 76px !important;
}

body.member-body.member-page-orders .orders-table th:nth-child(2),
body.member-body.member-route-orders .orders-table th:nth-child(2) {
  width: 190px !important;
}

body.member-body.member-page-orders .orders-table th:nth-child(3),
body.member-body.member-route-orders .orders-table th:nth-child(3) {
  width: auto !important;
}

body.member-body.member-page-orders .orders-table th:nth-child(4),
body.member-body.member-route-orders .orders-table th:nth-child(4) {
  width: 144px !important;
}

body.member-body.member-page-orders .orders-table th:nth-child(5),
body.member-body.member-route-orders .orders-table th:nth-child(5) {
  width: 128px !important;
}

body.member-body.member-page-orders .orders-table tbody tr:hover td,
body.member-body.member-route-orders .orders-table tbody tr:hover td {
  border-color: rgba(52, 120, 246, .32) !important;
  background: #fbfdff !important;
}

body.member-body.member-page-orders .order-date-day,
body.member-body.member-page-orders .order-date-time,
body.member-body.member-route-orders .order-date-day,
body.member-body.member-route-orders .order-date-time {
  display: block !important;
  color: #374151 !important;
  font-size: 12.5px !important;
  font-weight: 560 !important;
}

body.member-body.member-page-orders .order-date-time,
body.member-body.member-route-orders .order-date-time {
  color: #7b8494 !important;
}

body.member-body.member-page-orders .order-product-amount,
body.member-body.member-route-orders .order-product-amount {
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  margin: 0 0 5px !important;
  color: #111827 !important;
  font-size: 13.5px !important;
  font-weight: 680 !important;
}

body.member-body.member-page-orders .order-product-compact,
body.member-body.member-route-orders .order-product-compact {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #111827 !important;
  font-size: 13.5px !important;
  font-weight: 720 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

body.member-body.member-page-orders .order-product-cell .platform-dot,
body.member-body.member-route-orders .order-product-cell .platform-dot {
  width: 21px !important;
  height: 21px !important;
  min-width: 21px !important;
  font-size: 10px !important;
}

body.member-body.member-page-orders .order-platform-logo,
body.member-body.member-route-orders .order-platform-logo {
  display: inline-grid !important;
  place-items: center !important;
  width: 25px !important;
  height: 25px !important;
  min-width: 25px !important;
  margin: 0 !important;
  border-radius: 50% !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .10) !important;
}

body.member-body.member-page-orders .order-platform-logo svg,
body.member-body.member-route-orders .order-platform-logo svg {
  width: 66% !important;
  height: 66% !important;
}

body.member-body.member-page-orders .order-platform-logo.x,
body.member-body.member-route-orders .order-platform-logo.x,
body.member-body.member-page-orders .order-platform-logo.twitter,
body.member-body.member-route-orders .order-platform-logo.twitter {
  background: #111827 !important;
}

body.member-body.member-page-orders .order-platform-logo.boost,
body.member-body.member-route-orders .order-platform-logo.boost {
  position: relative !important;
  overflow: visible !important;
  background: linear-gradient(135deg, #3478f6, #7c3aed) !important;
}

body.member-body.member-page-orders .order-row-boost-booking .order-platform-logo.boost,
body.member-body.member-route-orders .order-row-boost-booking .order-platform-logo.boost {
  animation: fhBoostBadgeGlow 2.8s ease-in-out infinite !important;
}

body.member-body.member-page-orders .order-row-boost-booking .order-platform-logo.boost svg,
body.member-body.member-route-orders .order-row-boost-booking .order-platform-logo.boost svg {
  transform-origin: 50% 56%;
  animation: fhBoostBoltWiggle 1.55s ease-in-out infinite !important;
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, .35));
}

body.member-body.member-page-orders .order-row-boost-booking .order-platform-logo.boost::before,
body.member-body.member-route-orders .order-row-boost-booking .order-platform-logo.boost::before,
body.member-body.member-page-orders .order-row-boost-booking .order-platform-logo.boost::after,
body.member-body.member-route-orders .order-row-boost-booking .order-platform-logo.boost::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #ffe17a;
  box-shadow:
    0 0 0 3px rgba(255, 225, 122, .16),
    0 0 12px rgba(255, 225, 122, .78);
  pointer-events: none;
  opacity: 0;
}

body.member-body.member-page-orders .order-row-boost-booking .order-platform-logo.boost::before,
body.member-body.member-route-orders .order-row-boost-booking .order-platform-logo.boost::before {
  top: -4px;
  right: -3px;
  animation: fhBoostSparkA 2.2s ease-out infinite !important;
}

body.member-body.member-page-orders .order-row-boost-booking .order-platform-logo.boost::after,
body.member-body.member-route-orders .order-row-boost-booking .order-platform-logo.boost::after {
  left: -3px;
  bottom: 1px;
  width: 4px;
  height: 4px;
  animation: fhBoostSparkB 2.2s ease-out .72s infinite !important;
}

body.member-body.member-page-orders .order-product-link,
body.member-body.member-route-orders .order-product-link {
  display: block !important;
  color: #2f68c5 !important;
  font-size: 12.5px !important;
  font-weight: 620 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
}

body.member-body.member-page-orders .orders-table .text-link,
body.member-body.member-route-orders .orders-table .text-link {
  color: #2f68c5 !important;
  font-size: 12.5px !important;
  font-weight: 560 !important;
  line-height: 1.3 !important;
  text-decoration: none !important;
  overflow-wrap: anywhere !important;
}

body.member-body.member-page-orders .order-target-muted,
body.member-body.member-route-orders .order-target-muted {
  color: #475467 !important;
  font-size: 12.5px !important;
  font-weight: 530 !important;
}

body.member-body.member-page-orders .badge,
body.member-body.member-route-orders .badge {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 26px !important;
  padding: 0 10px !important;
  border-radius: 999px !important;
  border: 1px solid transparent !important;
  font-size: 11.5px !important;
  line-height: 1 !important;
  font-weight: 670 !important;
  white-space: nowrap !important;
}

body.member-body.member-page-orders .order-note,
body.member-body.member-route-orders .order-note {
  display: block !important;
  margin-top: 6px !important;
  color: #667085 !important;
  font-size: 11.5px !important;
  line-height: 1.3 !important;
  font-weight: 500 !important;
}

body.member-body.member-page-orders .badge.queued,
body.member-body.member-route-orders .badge.queued {
  background: #eef5ff !important;
  border-color: #b7d3ff !important;
  color: #0f5fe8 !important;
}

body.member-body.member-page-orders .order-row-queued-restart td,
body.member-body.member-route-orders .order-row-queued-restart td {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
  border-color: #cfe0ff !important;
}

body.member-body.member-page-orders .order-row-queued-restart td:first-child,
body.member-body.member-route-orders .order-row-queued-restart td:first-child {
  box-shadow: inset 3px 0 0 #3478f6 !important;
}

body.member-body.member-page-orders .order-action-muted,
body.member-body.member-route-orders .order-action-muted {
  opacity: .92 !important;
  pointer-events: none !important;
}

body.member-body.member-page-orders .orders-active-list,
body.member-body.member-route-orders .orders-active-list {
  display: grid !important;
  gap: 10px !important;
}

body.member-body.member-page-orders .orders-active-card,
body.member-body.member-route-orders .orders-active-card {
  display: grid !important;
  grid-template-columns: minmax(220px, .9fr) minmax(0, 1.25fr) auto !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 13px 14px !important;
  border: 1px solid #e1e8f2 !important;
  border-radius: 15px !important;
  background: #fff !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .035) !important;
}

body.member-body.member-page-orders .orders-active-main,
body.member-body.member-route-orders .orders-active-main {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-width: 0 !important;
}

body.member-body.member-page-orders .orders-active-main .platform-dot,
body.member-body.member-route-orders .orders-active-main .platform-dot {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  font-size: 11px !important;
}

body.member-body.member-page-orders .orders-active-main .order-platform-logo,
body.member-body.member-route-orders .orders-active-main .order-platform-logo {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
}

body.member-body.member-page-orders .orders-active-main strong,
body.member-body.member-route-orders .orders-active-main strong {
  display: block !important;
  color: #111827 !important;
  font-size: 13.5px !important;
  line-height: 1.25 !important;
  font-weight: 720 !important;
  overflow-wrap: anywhere !important;
}

body.member-body.member-page-orders .orders-active-main time,
body.member-body.member-route-orders .orders-active-main time,
body.member-body.member-page-orders .orders-active-target small,
body.member-body.member-route-orders .orders-active-target small {
  display: block !important;
  margin-top: 3px !important;
  color: #7b8494 !important;
  font-size: 11.5px !important;
  line-height: 1.3 !important;
  font-weight: 560 !important;
}

body.member-body.member-page-orders .orders-active-target,
body.member-body.member-route-orders .orders-active-target {
  min-width: 0 !important;
  color: #475467 !important;
  font-size: 12.5px !important;
  line-height: 1.35 !important;
  font-weight: 560 !important;
  overflow-wrap: anywhere !important;
}

body.member-body.member-page-orders .orders-active-target .text-link,
body.member-body.member-route-orders .orders-active-target .text-link {
  color: #2f68c5 !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

body.member-body.member-page-orders .orders-active-status,
body.member-body.member-route-orders .orders-active-status {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  min-width: 178px !important;
}

body.member-body.member-page-orders .order-actions-cell,
body.member-body.member-route-orders .order-actions-cell {
  text-align: right !important;
}

body.member-body.member-page-orders .order-table-action,
body.member-body.member-route-orders .order-table-action {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 32px !important;
  height: auto !important;
  max-width: 100% !important;
  padding: 0 11px !important;
  border-radius: 999px !important;
  border: 1px solid #aac5ff !important;
  background: #f4f8ff !important;
  color: #095cff !important;
  box-shadow: none !important;
  font-size: 11.8px !important;
  font-weight: 650 !important;
  line-height: 1.15 !important;
  text-align: center !important;
  white-space: normal !important;
  text-decoration: none !important;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease !important;
}

body.member-body.member-page-orders .order-table-action:hover,
body.member-body.member-page-orders .order-table-action:focus-visible,
body.member-body.member-route-orders .order-table-action:hover,
body.member-body.member-route-orders .order-table-action:focus-visible {
  border-color: #1277ff !important;
  background: #fff !important;
  box-shadow: inset 0 0 0 1px #1277ff, 0 10px 20px rgba(52, 120, 246, .10) !important;
  outline: 0 !important;
}

body.member-body.member-page-orders .order-actions-cell .inline-form,
body.member-body.member-route-orders .order-actions-cell .inline-form {
  margin: 7px 0 0 !important;
}

body.member-body.member-page-orders .order-actions-cell .inline-form:first-child,
body.member-body.member-route-orders .order-actions-cell .inline-form:first-child {
  margin-top: 0 !important;
}

body.member-body.member-page-orders .inline-form button:not(.btn),
body.member-body.member-route-orders .inline-form button:not(.btn) {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #64748b !important;
  font-size: 12px !important;
  font-weight: 540 !important;
  cursor: pointer !important;
}

body.member-body.member-page-orders .orders-empty-cell,
body.member-body.member-route-orders .orders-empty-cell {
  padding: 26px 14px !important;
  text-align: center !important;
  color: #667085 !important;
}

body.member-body.member-page-orders .orders-active-empty,
body.member-body.member-route-orders .orders-active-empty {
  display: grid !important;
  justify-items: center !important;
  gap: 14px !important;
  padding: 34px 16px !important;
  border: 1px solid #dfe7f2 !important;
  border-radius: 16px !important;
  background: #ffffff !important;
}

body.member-body.member-page-orders .orders-active-empty p,
body.member-body.member-route-orders .orders-active-empty p {
  margin: 0 !important;
  color: #667085 !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
}

body.member-body.member-page-orders .orders-empty-action,
body.member-body.member-route-orders .orders-empty-action {
  min-height: 36px !important;
  padding-inline: 16px !important;
}

body.member-body.member-route-access .access-footer-cta,
body.member-body.member-page-access .access-footer-cta {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 18px 0 2px !important;
}

body.member-body.member-route-access .access-footer-cta .btn,
body.member-body.member-page-access .access-footer-cta .btn {
  min-height: 42px !important;
  padding: 0 20px !important;
  border-radius: 999px !important;
  font-weight: 760 !important;
}

body.member-body.member-page-orders .orders-result-count,
body.member-body.member-route-orders .orders-result-count {
  margin: 0 !important;
  color: #667085 !important;
  font-size: 12.5px !important;
  text-align: center !important;
}

@media (max-width: 760px) {
  body.member-body.member-page-orders .orders-page,
  body.member-body.member-route-orders .orders-page {
    gap: 12px !important;
  }

  body.member-body.member-page-orders .orders-action-nav,
  body.member-body.member-route-orders .orders-action-nav,
  body.member-body.member-page-orders .orders-controls,
  body.member-body.member-route-orders .orders-controls,
  body.member-body.member-page-orders .product-filter-row,
  body.member-body.member-route-orders .product-filter-row {
    grid-template-columns: 1fr !important;
  }

  body.member-body.member-page-orders .orders-action-pill,
  body.member-body.member-route-orders .orders-action-pill {
    justify-content: start !important;
  }

  body.member-body.member-page-orders .orders-active-card,
  body.member-body.member-route-orders .orders-active-card {
    grid-template-columns: 1fr !important;
    align-items: stretch !important;
    gap: 10px !important;
    padding: 12px !important;
  }

  body.member-body.member-page-orders .orders-active-status,
  body.member-body.member-route-orders .orders-active-status {
    justify-content: space-between !important;
    min-width: 0 !important;
  }

  body.member-body.member-page-orders .orders-controls .chip-row,
  body.member-body.member-route-orders .orders-controls .chip-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    padding-bottom: 4px !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.member-body.member-page-orders .orders-table,
  body.member-body.member-page-orders .orders-table thead,
  body.member-body.member-page-orders .orders-table tbody,
  body.member-body.member-page-orders .orders-table tr,
  body.member-body.member-page-orders .orders-table td,
  body.member-body.member-route-orders .orders-table,
  body.member-body.member-route-orders .orders-table thead,
  body.member-body.member-route-orders .orders-table tbody,
  body.member-body.member-route-orders .orders-table tr,
  body.member-body.member-route-orders .orders-table td {
    display: block !important;
    width: 100% !important;
  }

  body.member-body.member-page-orders .orders-table thead,
  body.member-body.member-route-orders .orders-table thead {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
  }

  body.member-body.member-page-orders .orders-table,
  body.member-body.member-route-orders .orders-table {
    border-spacing: 0 !important;
  }

  body.member-body.member-page-orders .orders-table tr,
  body.member-body.member-route-orders .orders-table tr {
    display: grid !important;
    gap: 0 !important;
    margin-bottom: 10px !important;
    padding: 10px 11px !important;
    border: 1px solid #e1e8f2 !important;
    border-radius: 15px !important;
    background: #fff !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .035) !important;
  }

  body.member-body.member-page-orders .orders-table td,
  body.member-body.member-route-orders .orders-table td {
    display: grid !important;
    grid-template-columns: 84px minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: start !important;
    padding: 8px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #edf2f8 !important;
    border-radius: 0 !important;
    background: transparent !important;
    text-align: left !important;
  }

  body.member-body.member-page-orders .orders-table td:last-child,
  body.member-body.member-route-orders .orders-table td:last-child {
    border-bottom: 0 !important;
  }

  body.member-body.member-page-orders .orders-table td::before,
  body.member-body.member-route-orders .orders-table td::before {
    content: attr(data-label) !important;
    color: #7b8494 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: .03em !important;
  }

  body.member-body.member-page-orders .order-actions-cell,
  body.member-body.member-route-orders .order-actions-cell {
    text-align: left !important;
  }

  body.member-body.member-page-orders .order-table-action,
  body.member-body.member-route-orders .order-table-action {
    width: fit-content !important;
    min-height: 34px !important;
  }
}

@media (max-width: 420px) {
  body.member-body.member-page-orders .table-panel,
  body.member-body.member-route-orders .table-panel,
  body.member-body.member-page-orders .orders-controls,
  body.member-body.member-route-orders .orders-controls {
    padding: 10px !important;
    border-radius: 14px !important;
  }

  body.member-body.member-page-orders .orders-table td,
  body.member-body.member-route-orders .orders-table td {
    grid-template-columns: 1fr !important;
    gap: 4px !important;
  }
}


body.member-body.member-page-account .account-page,
body.member-body.member-route-account .account-page {
  width: min(900px, 100%) !important;
  max-width: 900px !important;
}

body.member-body.member-page-account .account-stat-grid,
body.member-body.member-route-account .account-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin: 24px 0 14px !important;
}

body.member-body.member-page-account .account-stat-card,
body.member-body.member-route-account .account-stat-card {
  min-height: 124px !important;
  padding: 44px 15px 15px !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #fff, #fbfdff) !important;
  border: 1px solid rgba(213, 222, 235, .92) !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .04) !important;
}

body.member-body.member-page-account .account-rank-panel,
body.member-body.member-route-account .account-rank-panel {
  margin: 0 0 18px !important;
}

body.member-body.member-page-account .account-rank-shine,
body.member-body.member-route-account .account-rank-shine {
  position: relative !important;
  display: grid !important;
  grid-template-columns: auto auto minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  min-height: 54px !important;
  margin: 0 0 14px !important;
  padding: 9px 13px !important;
  overflow: hidden !important;
  border: 1px solid rgba(213, 222, 235, .9) !important;
  border-radius: 12px !important;
  color: #172033 !important;
  text-decoration: none !important;
  background:
    linear-gradient(120deg, rgba(255,255,255,.96), rgba(249,251,255,.88)),
    linear-gradient(115deg, color-mix(in srgb, var(--rank-color, #3478f6) 20%, #fff), rgba(255,255,255,.86) 45%, color-mix(in srgb, var(--rank-color, #3478f6) 18%, #fff)) !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .055) !important;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

body.member-body.member-page-account .account-rank-shine::before,
body.member-body.member-route-account .account-rank-shine::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.7) 34%, transparent 54%) !important;
  transform: translateX(-115%) !important;
  animation: accountRankShine 4.8s ease-in-out infinite !important;
}

body.member-body.member-page-account .account-rank-shine:hover,
body.member-body.member-route-account .account-rank-shine:hover,
body.member-body.member-page-account .account-rank-shine:focus-visible,
body.member-body.member-route-account .account-rank-shine:focus-visible {
  border-color: #3478f6 !important;
  box-shadow: 0 16px 38px rgba(52, 120, 246, .13) !important;
  transform: translateY(-1px) !important;
  outline: none !important;
}

body.member-body.member-page-account .account-rank-shine.rank-gold,
body.member-body.member-route-account .account-rank-shine.rank-gold {
  background:
    linear-gradient(120deg, rgba(255,255,255,.96), rgba(255,251,239,.9)),
    linear-gradient(115deg, #fff4c2, #d9a441 42%, #fff6cb 72%, #b98522) !important;
  border-color: rgba(202, 146, 35, .35) !important;
}

body.member-body.member-page-account .account-rank-shine.rank-silber,
body.member-body.member-route-account .account-rank-shine.rank-silber {
  background:
    linear-gradient(120deg, rgba(255,255,255,.96), rgba(246,249,253,.9)),
    linear-gradient(115deg, #f7fbff, #aab5c4 42%, #ffffff 72%, #8d98a8) !important;
  border-color: rgba(144, 156, 173, .36) !important;
}

body.member-body.member-page-account .account-rank-shine.rank-bronze,
body.member-body.member-route-account .account-rank-shine.rank-bronze {
  background:
    linear-gradient(120deg, rgba(255,255,255,.96), rgba(255,247,240,.9)),
    linear-gradient(115deg, #ffd7ad, #b87335 42%, #ffe3bd 72%, #8f5428) !important;
  border-color: rgba(174, 106, 50, .34) !important;
}

body.member-body.member-page-account .account-rank-shine-badge,
body.member-body.member-route-account .account-rank-shine-badge {
  position: relative !important;
  z-index: 1 !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.72) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.65), 0 8px 18px rgba(15,23,42,.08) !important;
}

body.member-body.member-page-account .account-rank-shine-badge img,
body.member-body.member-route-account .account-rank-shine-badge img {
  width: 25px !important;
  height: 25px !important;
  object-fit: contain !important;
}

body.member-body.member-page-account .account-rank-shine-main,
body.member-body.member-route-account .account-rank-shine-main,
body.member-body.member-page-account .account-rank-shine-pills,
body.member-body.member-route-account .account-rank-shine-pills {
  position: relative !important;
  z-index: 1 !important;
}

body.member-body.member-page-account .account-rank-shine-main,
body.member-body.member-route-account .account-rank-shine-main {
  display: grid !important;
  gap: 1px !important;
}

body.member-body.member-page-account .account-rank-shine-main small,
body.member-body.member-route-account .account-rank-shine-main small {
  color: #667085 !important;
  font-size: 10.5px !important;
  line-height: 1.1 !important;
  font-weight: 650 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
}

body.member-body.member-page-account .account-rank-shine-main strong,
body.member-body.member-route-account .account-rank-shine-main strong {
  color: #111827 !important;
  font-size: 15px !important;
  line-height: 1.12 !important;
  font-weight: 760 !important;
  letter-spacing: 0 !important;
}

body.member-body.member-page-account .account-rank-shine-pills,
body.member-body.member-route-account .account-rank-shine-pills {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  justify-content: flex-end !important;
  min-width: 0 !important;
}

body.member-body.member-page-account .account-rank-shine-pills em,
body.member-body.member-route-account .account-rank-shine-pills em {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 22px !important;
  padding: 4px 8px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.66) !important;
  color: #344054 !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-style: normal !important;
  font-weight: 680 !important;
  white-space: nowrap !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.72) !important;
}

@keyframes accountRankShine {
  0%, 54% { transform: translateX(-115%); }
  72%, 100% { transform: translateX(115%); }
}

@media (max-width: 720px) {
  body.member-body.member-page-account .account-rank-shine,
  body.member-body.member-route-account .account-rank-shine {
    grid-template-columns: auto minmax(0, 1fr) !important;
  }

  body.member-body.member-page-account .account-rank-shine-pills,
  body.member-body.member-route-account .account-rank-shine-pills {
    grid-column: 1 / -1 !important;
    justify-content: flex-start !important;
  }
}

body.member-body.member-page-account .account-main-grid,
body.member-body.member-route-account .account-main-grid {
  grid-template-columns: minmax(0, 1.55fr) minmax(240px, .78fr) !important;
}

@media (max-width: 980px) {
  body.member-body.member-page-account .account-stat-grid,
  body.member-body.member-route-account .account-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    row-gap: 28px !important;
  }

  body.member-body.member-page-account .account-main-grid,
  body.member-body.member-route-account .account-main-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 560px) {
  body.member-body.member-page-account .account-stat-grid,
  body.member-body.member-route-account .account-stat-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
}

.auth-step-form {
  gap: 18px;
}

.auth-email-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid #dbe4ef;
  border-radius: 16px;
  background: #f8fbff;
  color: #111827;
  font-weight: 650;
}

.auth-email-pill span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.auth-email-pill a {
  color: #2d7ff0;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.codepad {
  display: grid;
  grid-template-columns: repeat(4, minmax(48px, 1fr));
  gap: 10px;
  width: min(340px, 100%);
  margin: 2px auto 0;
  justify-content: center;
  justify-items: center;
}

.code-digit {
  width: 100%;
  height: 64px;
  border: 1.5px solid #dbe4ef;
  border-radius: 18px;
  background: #fff;
  color: #07101f;
  font-size: 30px;
  line-height: 1;
  font-weight: 750;
  text-align: center;
  outline: none;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .045);
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease, background .16s ease;
}

.code-digit:hover,
.code-digit:focus {
  border-color: #1277ff;
  box-shadow:
    inset 0 0 0 1px #1277ff,
    0 14px 30px rgba(52, 120, 246, .13);
}

.code-digit:focus {
  transform: translateY(-1px);
}

.is-code-invalid .code-digit {
  border-color: #ef4444;
  box-shadow:
    inset 0 0 0 1px #ef4444,
    0 14px 32px rgba(239, 68, 68, .16);
}

.is-code-shaking .codepad {
  animation: fh-code-shake .42s cubic-bezier(.36, .07, .19, .97) both;
}

.auth-code-status {
  margin-top: -4px;
}

@keyframes fh-code-shake {
  10%, 90% { transform: translateX(-1px); }
  20%, 80% { transform: translateX(2px); }
  30%, 50%, 70% { transform: translateX(-5px); }
  40%, 60% { transform: translateX(5px); }
}

.account-passcode-copy {
  display: grid;
  gap: 4px;
  padding: 2px 4px 0;
}

.account-passcode-copy strong {
  color: #0f172a;
  font-size: 15px;
  font-weight: 750;
}

.account-passcode-copy span {
  color: #64748b;
  font-size: 13px;
  font-weight: 550;
}

.account-passcode-form {
  align-items: start;
}

.account-passcode-form .codepad {
  margin: 0 auto;
  width: min(300px, 100%);
  justify-content: center;
  justify-items: center;
}

.account-passcode-form .code-digit {
  height: 56px;
  border-radius: 15px;
  font-size: 25px;
}

@media (max-width: 560px) {
  .codepad {
    grid-template-columns: repeat(4, minmax(42px, 1fr));
    gap: 8px;
  }

  .code-digit {
    height: 56px;
    border-radius: 16px;
    font-size: 26px;
  }

  .auth-email-pill {
    align-items: flex-start;
    flex-direction: column;
  }
}


body.admin-body.admin-modal-open {
  overflow: hidden !important;
}

.admin-body .admin-collapse-card {
  border: 1px solid #e1eaf5 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .035) !important;
  overflow: hidden !important;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease !important;
}

.admin-body .admin-settings-grid > .admin-collapse-card,
.admin-body .admin-actions-grid > .admin-collapse-card,
.admin-body .admin-registration-panel.admin-collapse-card,
.admin-body .admin-news-compose-section.admin-collapse-card {
  padding: 0 !important;
}

.admin-body [data-admin-collapse-content][hidden] {
  display: none !important;
}

.admin-body .admin-collapse-card.is-open {
  border-color: rgba(52, 120, 246, .42) !important;
  box-shadow: 0 18px 42px rgba(52, 120, 246, .075) !important;
}

.admin-body .admin-foldout-head {
  display: flex !important;
  align-items: stretch !important;
  gap: 10px !important;
  padding: 0 !important;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%) !important;
}

.admin-body .admin-foldout-head .admin-collapse-head {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

.admin-body .admin-foldout-action {
  align-self: center !important;
  flex: 0 0 auto !important;
  margin-right: 14px !important;
  white-space: nowrap !important;
}

.admin-body .admin-collapse-head {
  width: 100% !important;
  min-height: 62px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  padding: 14px 16px !important;
  border: 0 !important;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%) !important;
  color: #111827 !important;
  font: inherit !important;
  text-align: left !important;
  cursor: pointer !important;
}

.admin-body .admin-collapse-head:hover,
.admin-body .admin-collapse-head:focus-visible {
  outline: none !important;
  box-shadow: inset 0 0 0 2px #1277ff !important;
}

.admin-body .admin-collapse-head strong {
  display: block !important;
  color: #111827 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.admin-body .admin-collapse-head small {
  display: block !important;
  margin-top: 3px !important;
  color: #64748b !important;
  font-size: 12px !important;
  font-weight: 550 !important;
  line-height: 1.35 !important;
}

.admin-body .admin-collapse-head > em {
  flex: 0 0 auto !important;
  padding: 7px 11px !important;
  border-radius: 999px !important;
  background: #eff6ff !important;
  color: #3478f6 !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

.admin-body .admin-collapse-body {
  padding: 16px !important;
  border-top: 1px solid #e8eef6 !important;
  background: #fff !important;
}

.admin-body .admin-foldout-body {
  display: grid !important;
  gap: 14px !important;
}

.admin-body .admin-collapse-list {
  display: grid !important;
  gap: 10px !important;
}

.admin-body .admin-rank-table.admin-collapse-list {
  display: grid !important;
  gap: 11px !important;
}

.admin-body .admin-rank-row.admin-collapse-card {
  display: block !important;
  grid-template-columns: none !important;
  gap: 0 !important;
  align-items: initial !important;
  padding: 0 !important;
}

.admin-body .admin-rank-summary {
  min-height: 76px !important;
}

.admin-body .admin-rank-summary-main {
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.admin-body .admin-rank-summary-main i {
  width: 28px !important;
  height: 28px !important;
  flex: 0 0 28px !important;
  border-radius: 999px !important;
  background: var(--rank-color, #3478f6) !important;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, .6) !important;
}

.admin-body .admin-rank-summary-meta {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
}

.admin-body .admin-rank-summary-meta b,
.admin-body .admin-rank-summary-meta em {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 27px !important;
  padding: 5px 9px !important;
  border-radius: 999px !important;
  background: #f1f5f9 !important;
  color: #475569 !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 650 !important;
  white-space: nowrap !important;
}

.admin-body .admin-rank-summary-meta em.is-on {
  background: #ecfdf3 !important;
  color: #0f7a42 !important;
}

.admin-body .admin-rank-summary-meta em.is-off {
  background: #fff1f2 !important;
  color: #b42318 !important;
}

.admin-body .admin-rank-fields.admin-collapse-body {
  display: grid !important;
  grid-template-columns: 110px repeat(4, minmax(120px, 1fr)) 90px !important;
  gap: 12px !important;
  align-items: end !important;
}

.admin-body .admin-rank-fields label {
  display: grid !important;
  gap: 6px !important;
  margin: 0 !important;
  min-width: 0 !important;
}

.admin-body .admin-rank-fields label > span,
.admin-body .admin-rank-benefits label > span {
  display: block !important;
  color: #64748b !important;
  font-size: 12px !important;
  font-weight: 650 !important;
}

.admin-body .admin-rank-fields .admin-rank-check {
  min-height: 42px !important;
  align-self: end !important;
  justify-self: stretch !important;
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  padding: 0 10px !important;
  border: 1px solid #dbe4ef !important;
  border-radius: 10px !important;
  background: #f8fafc !important;
  color: #334155 !important;
  font-size: 13px !important;
  font-weight: 650 !important;
}

.admin-body .admin-rank-fields .admin-rank-desc,
.admin-body .admin-rank-fields .admin-rank-requirements,
.admin-body .admin-rank-fields .admin-rank-benefits {
  grid-column: 1 / -1 !important;
}

.admin-body .admin-rank-fields .admin-rank-benefits {
  display: grid !important;
  grid-template-columns: minmax(180px, 1.25fr) repeat(2, minmax(120px, .7fr)) repeat(3, minmax(145px, 1fr)) !important;
  gap: 10px !important;
  padding: 12px !important;
  border: 1px solid #e7edf6 !important;
  border-radius: 12px !important;
  background: #f8fbff !important;
}

.admin-body .admin-rank-fields input[type="text"],
.admin-body .admin-rank-fields input[type="number"],
.admin-body .admin-rank-fields input[type="color"],
.admin-body .admin-rank-fields select {
  min-height: 42px !important;
}

.admin-body .admin-news-toolbar {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
}

.admin-body .admin-news-grid {
  grid-template-columns: minmax(0, 1fr) !important;
}

.admin-body .admin-news-list-cards {
  display: grid !important;
  gap: 10px !important;
}

.admin-body .admin-news-item {
  box-shadow: 0 12px 30px rgba(15, 23, 42, .035) !important;
}

.admin-body .admin-news-summary-meta {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
}

.admin-body .admin-news-summary-meta > em {
  padding: 7px 11px !important;
  border-radius: 999px !important;
  background: #eff6ff !important;
  color: #3478f6 !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

.admin-body .admin-news-detail {
  display: grid !important;
  gap: 14px !important;
}

.admin-body .admin-news-detail p {
  margin: 0 !important;
  color: #334155 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
}

.admin-body .admin-news-detail-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.admin-body .admin-news-detail-grid span {
  display: grid !important;
  gap: 3px !important;
  min-width: 0 !important;
  padding: 10px 12px !important;
  border: 1px solid #e6edf5 !important;
  border-radius: 11px !important;
  background: #f8fafc !important;
  color: #475569 !important;
  font-size: 13px !important;
  font-weight: 550 !important;
  overflow-wrap: anywhere !important;
}

.admin-body .admin-news-detail-grid strong {
  color: #111827 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

.admin-body .admin-news-benefits {
  display: grid !important;
  gap: 6px !important;
  margin: 0 !important;
  padding: 0 0 0 18px !important;
  color: #334155 !important;
  font-size: 14px !important;
  font-weight: 550 !important;
}

.admin-modal[hidden] {
  display: none !important;
}

.admin-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 1200 !important;
  display: grid !important;
  place-items: center !important;
  padding: 24px !important;
}

.admin-modal-backdrop {
  position: absolute !important;
  inset: 0 !important;
  border: 0 !important;
  background: rgba(15, 23, 42, .52) !important;
  backdrop-filter: blur(10px) !important;
  cursor: pointer !important;
}

.admin-modal-card {
  position: relative !important;
  z-index: 1 !important;
  width: min(760px, 100%) !important;
  max-height: calc(100vh - 48px) !important;
  overflow: auto !important;
  border-radius: 18px !important;
  box-shadow: 0 28px 80px rgba(15, 23, 42, .22) !important;
}

.admin-modal-close {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  width: 36px !important;
  height: 36px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #475569 !important;
  font-size: 24px !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

.admin-modal-close:hover,
.admin-modal-close:focus-visible {
  border-color: #1277ff !important;
  color: #1277ff !important;
  outline: none !important;
  box-shadow: inset 0 0 0 1px #1277ff, 0 10px 24px rgba(52, 120, 246, .12) !important;
}

@media (max-width: 1100px) {
  .admin-body .admin-rank-fields.admin-collapse-body,
  .admin-body .admin-rank-fields .admin-rank-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .admin-body .admin-rank-benefit-head,
  .admin-body .admin-rank-benefit-note {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 720px) {
  .admin-body .admin-foldout-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
  }

  .admin-body .admin-foldout-action {
    justify-self: start !important;
    margin: 0 14px 14px !important;
  }

  .admin-body .admin-collapse-head,
  .admin-body .admin-rank-summary {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .admin-body .admin-rank-summary-meta {
    justify-content: flex-start !important;
  }

  .admin-body .admin-rank-fields.admin-collapse-body,
  .admin-body .admin-rank-fields .admin-rank-benefits {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .admin-body .admin-news-toolbar {
    align-items: stretch !important;
    flex-direction: column !important;
  }

  .admin-body .admin-news-summary-meta {
    justify-content: flex-start !important;
  }

  .admin-body .admin-news-detail-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .admin-modal {
    padding: 12px !important;
    place-items: end center !important;
  }

  .admin-modal-card {
    max-height: calc(100vh - 24px) !important;
    border-radius: 18px 18px 0 0 !important;
  }
}


.out-body {
  min-height: 100vh !important;
  margin: 0 !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(52, 120, 246, .12), transparent 32%),
    #eef3fa !important;
  color: #0f172a !important;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.out-shell {
  min-height: 100vh !important;
  display: grid !important;
  place-items: center !important;
  padding: 24px !important;
}

.out-card {
  width: min(430px, 100%) !important;
  display: grid !important;
  justify-items: center !important;
  gap: 16px !important;
  padding: 34px 28px !important;
  border: 1px solid rgba(210, 222, 238, .95) !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 26px 80px rgba(15, 23, 42, .12) !important;
  text-align: center !important;
}

.out-brand {
  color: #05070b !important;
  font-size: 18px !important;
  font-weight: 850 !important;
  letter-spacing: .03em !important;
}

.out-brand span {
  font-weight: 500 !important;
}

.out-icon {
  width: 76px !important;
  height: 76px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 24px !important;
  background: #081b31 !important;
  color: #fff !important;
  box-shadow: 0 18px 48px rgba(8, 27, 49, .22) !important;
  font-size: 30px !important;
  font-weight: 850 !important;
}

.out-icon.is-error {
  background: #b42318 !important;
}

.out-card h1 {
  margin: 4px 0 0 !important;
  color: #070b16 !important;
  font-size: clamp(24px, 6vw, 34px) !important;
  line-height: 1.1 !important;
  font-weight: 780 !important;
}

.out-card p {
  max-width: 33ch !important;
  margin: 0 !important;
  color: #536071 !important;
  font-size: 14.5px !important;
  line-height: 1.55 !important;
  font-weight: 540 !important;
}

.out-host {
  max-width: 100% !important;
  padding: 7px 12px !important;
  border-radius: 999px !important;
  background: #f4f7fb !important;
  color: #1d2939 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  overflow-wrap: anywhere !important;
}

.out-progress {
  width: 100% !important;
  height: 8px !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: #e6edf7 !important;
}

.out-progress span {
  display: block !important;
  width: 0;
  height: 100% !important;
  border-radius: inherit !important;
  background: linear-gradient(90deg, #3478f6, #0b63ce) !important;
  transition: width .45s ease !important;
}

.out-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 0 20px !important;
  border-radius: 999px !important;
  background: #3478f6 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 720 !important;
  text-decoration: none !important;
  box-shadow: 0 16px 32px rgba(52, 120, 246, .24) !important;
}

.out-button:hover,
.out-button:focus-visible {
  outline: none !important;
  background: #0b63ce !important;
  box-shadow: 0 0 0 3px rgba(52, 120, 246, .22), 0 18px 36px rgba(52, 120, 246, .28) !important;
}

body.member-body.member-page-orders .order-out-link,
body.member-body.member-route-orders .order-out-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
}

@media (max-width: 520px) {
  .out-shell {
    padding: 14px !important;
  }

  .out-card {
    padding: 28px 20px !important;
    border-radius: 20px !important;
  }
}


body.member-body.member-route-send .product-bubble-panel {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 14px !important;
  padding: 11px !important;
  border: 1px solid rgba(215, 225, 238, .9) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .78) !important;
  box-shadow: 0 16px 44px rgba(15, 23, 42, .045), inset 0 0 0 1px rgba(255, 255, 255, .8) !important;
  overflow: hidden !important;
}

body.member-body.member-route-send .product-bubble-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin: 0 0 9px !important;
  padding-inline: 2px !important;
}

body.member-body.member-route-send .product-bubble-head h2 {
  margin: 0 !important;
  color: #111827 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

body.member-body.member-route-send .product-bubble-head p {
  margin: 2px 0 0 !important;
  color: #778190 !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
}

body.member-body.member-route-send .product-bubble-head > span {
  width: 27px !important;
  height: 27px !important;
  display: grid !important;
  place-items: center !important;
  flex: 0 0 auto !important;
  border-radius: 999px !important;
  background: #edf4ff !important;
  color: #3478f6 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

body.member-body.member-route-send .product-bubble-list {
  display: flex !important;
  gap: 8px !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  padding: 1px 2px 4px !important;
  scroll-snap-type: x proximity !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;
}

body.member-body.member-route-send .product-bubble-list::-webkit-scrollbar {
  display: none !important;
}

body.member-body.member-route-send .product-bubble {
  position: relative !important;
  flex: 0 0 94px !important;
  min-height: 92px !important;
  display: grid !important;
  grid-template-rows: 34px minmax(27px, auto) 18px !important;
  align-items: center !important;
  justify-items: center !important;
  gap: 4px !important;
  padding: 9px 7px 8px !important;
  border: 1px solid rgba(215, 225, 238, .95) !important;
  border-radius: 15px !important;
  background: #fff !important;
  color: #111827 !important;
  text-decoration: none !important;
  text-align: center !important;
  scroll-snap-align: start !important;
  box-shadow: 0 10px 20px rgba(15, 23, 42, .035) !important;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease, background-color .16s ease !important;
}

body.member-body.member-route-send .product-bubble:hover,
body.member-body.member-route-send .product-bubble:focus-visible {
  border-color: #1478ff !important;
  box-shadow: 0 0 0 3px rgba(20, 120, 255, .13), 0 14px 28px rgba(15, 23, 42, .06) !important;
  outline: none !important;
  transform: translateY(-1px) !important;
}

body.member-body.member-route-send .product-bubble.active {
  border-color: #1478ff !important;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%) !important;
  box-shadow: 0 0 0 2px rgba(20, 120, 255, .12), 0 14px 28px rgba(52, 120, 246, .08) !important;
}

body.member-body.member-route-send .product-bubble.missing {
  grid-template-rows: 34px minmax(24px, auto) 12px 18px !important;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%) !important;
}

body.member-body.member-route-send .product-bubble.missing::after {
  content: "+" !important;
  position: absolute !important;
  top: 7px !important;
  right: 7px !important;
  width: 18px !important;
  height: 18px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: #3478f6 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

body.member-body.member-route-send .product-bubble-icon {
  width: 34px !important;
  height: 34px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  overflow: hidden !important;
}

body.member-body.member-route-send .product-bubble-icon img {
  width: 34px !important;
  height: 34px !important;
  display: block !important;
  object-fit: contain !important;
}

body.member-body.member-route-send .product-bubble-label {
  max-width: 100% !important;
  color: #252b36 !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  line-height: 1.12 !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

body.member-body.member-route-send .product-bubble strong {
  color: #3478f6 !important;
  font-size: 12px !important;
  font-weight: 760 !important;
  line-height: 1 !important;
}

body.member-body.member-route-send .product-bubble .product-bubble-topup {
  color: #0f172a !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}

body.member-body.member-route-send .product-bubble-price {
  color: #7a8493 !important;
  font-size: 10px !important;
  font-weight: 650 !important;
  line-height: 1 !important;
}

body.member-body.member-route-send .product-bubble.is-switching {
  pointer-events: none !important;
  border-color: #1478ff !important;
}

body.member-body.member-route-send .product-bubble.is-switching .product-bubble-icon {
  animation: productBubblePulse .72s ease-in-out infinite !important;
}

body.member-body.member-route-send .product-bubble-panel.is-switching .product-bubble:not(.is-switching) {
  opacity: .58 !important;
}

@keyframes productBubblePulse {
  0%, 100% { transform: scale(1); filter: saturate(1); }
  50% { transform: scale(1.08); filter: saturate(1.18); }
}

@media (max-width: 760px) {
  body.member-body.member-route-send .product-bubble-panel {
    border-radius: 17px !important;
    padding: 10px !important;
  }

  body.member-body.member-route-send .product-bubble {
    flex-basis: 88px !important;
    min-height: 88px !important;
    padding: 8px 6px !important;
  }

  body.member-body.member-route-send .product-bubble-head p {
    display: none !important;
  }
}

@media (max-width: 390px) {
  body.member-body.member-route-send .product-bubble {
    flex-basis: 82px !important;
  }

  body.member-body.member-route-send .product-bubble-label {
    font-size: 11px !important;
  }
}


.gamification-strip {
  width: min(100%, 760px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 auto 18px;
}

.gamification-card {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 12px 13px;
  border: 1px solid rgba(214, 224, 238, .95);
  border-radius: 16px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .045);
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.gamification-card:hover,
.gamification-card:focus-within {
  border-color: #1478ff;
  box-shadow: 0 0 0 3px rgba(20, 120, 255, .12), 0 18px 38px rgba(15, 23, 42, .06);
  transform: translateY(-1px);
}

.gamification-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #edf4ff;
  color: #3478f6;
  font-size: 12px;
  font-weight: 760;
}

.gamification-copy {
  min-width: 0;
}

.gamification-copy p,
.gamification-copy h2,
.gamification-copy span {
  margin: 0;
  letter-spacing: 0;
}

.gamification-copy p {
  color: #8993a2;
  font-size: 10px;
  font-weight: 720;
  text-transform: uppercase;
}

.gamification-copy h2 {
  color: #121826;
  font-size: 15px;
  font-weight: 720;
  line-height: 1.15;
}

.gamification-copy span {
  display: block;
  margin-top: 2px;
  color: #667085;
  font-size: 12px;
  font-weight: 520;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gamification-track {
  height: 5px;
  margin-top: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf1f7;
}

.gamification-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #3478f6, #35b779);
}

.gamification-card > strong {
  min-width: 38px;
  color: #3478f6;
  font-size: 13px;
  font-weight: 760;
  text-align: right;
}

.gamification-card.is-done .gamification-icon {
  background: #eaf8ef;
  color: #127b3f;
}

.gamification-card.is-done .gamification-track i {
  background: linear-gradient(90deg, #128247, #43c978);
}

@media (max-width: 760px) {
  .gamification-strip {
    width: 100%;
    display: flex;
    overflow-x: auto;
    gap: 9px;
    padding: 0 2px 4px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .gamification-strip::-webkit-scrollbar {
    display: none;
  }

  .gamification-card {
    flex: 0 0 82%;
    scroll-snap-align: start;
  }
}

@media (max-width: 460px) {
  .gamification-card {
    flex-basis: 92%;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    padding: 11px 12px;
  }

  .gamification-icon {
    width: 34px;
    height: 34px;
    border-radius: 12px;
  }
}


.admin-gamification-panel {
  grid-column: 1 / -1;
}

.admin-idea-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0;
}

.admin-idea-card {
  min-height: 86px;
  padding: 13px;
  border: 1px solid rgba(218, 227, 240, .95);
  border-radius: 14px;
  background: #f8fbff;
}

.admin-idea-card strong,
.admin-idea-card span {
  display: block;
  letter-spacing: 0;
}

.admin-idea-card strong {
  color: #121826;
  font-size: 14px;
  font-weight: 720;
}

.admin-idea-card span {
  margin-top: 5px;
  color: #667085;
  font-size: 12px;
  font-weight: 520;
  line-height: 1.35;
}

.admin-gamification-list {
  display: grid;
  gap: 10px;
  margin: 14px 0;
}

.admin-gamification-module {
  border: 1px solid rgba(218, 227, 240, .95);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}

.admin-gamification-module summary {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  cursor: pointer;
  list-style: none;
}

.admin-gamification-module summary::-webkit-details-marker {
  display: none;
}

.admin-gamification-module[open] summary {
  border-bottom: 1px solid #edf1f7;
}

.admin-module-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #edf4ff;
  color: #3478f6;
  font-size: 12px;
  font-weight: 780;
}

.admin-gamification-module summary strong {
  color: #121826;
  font-size: 15px;
  font-weight: 720;
}

.admin-gamification-module summary small {
  padding: 6px 10px;
  border-radius: 999px;
  background: #edf4ff;
  color: #3478f6;
  font-size: 11px;
  font-weight: 720;
}

.admin-gamification-module > label,
.admin-gamification-module > .admin-form-grid {
  margin: 12px 14px;
}

.admin-inline-toggle {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #344054;
  font-size: 13px;
  font-weight: 650;
}

.admin-inline-toggle input {
  width: 18px;
  height: 18px;
  accent-color: #3478f6;
}

@media (max-width: 980px) {
  .admin-idea-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .admin-idea-grid {
    grid-template-columns: 1fr;
  }

  .admin-gamification-module summary {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .admin-gamification-module summary small {
    grid-column: 2;
    width: max-content;
  }
}


body.member-special-event {
  --special-accent: #3478f6;
  --special-soft: #edf4ff;
  --special-ink: #101828;
}





.special-event-layer {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.special-event-layer span {
  position: absolute;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--special-accent) 25%, transparent);
  border-radius: 18px;
  background: color-mix(in srgb, var(--special-soft) 82%, transparent);
  color: var(--special-accent);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .06);
  opacity: .34;
  transform: rotate(-8deg);
}

.special-event-layer span::before {
  content: attr(data-symbol);
  font-size: 24px;
  line-height: 1;
}

.special-event-layer span:nth-child(1) { top: 16%; right: 8%; }
.special-event-layer span:nth-child(2) { top: 43%; left: 4%; transform: rotate(9deg); }
.special-event-layer span:nth-child(3) { bottom: 18%; right: 17%; transform: rotate(12deg); }
.special-event-layer span:nth-child(4) { bottom: 9%; left: 42%; transform: rotate(-12deg); }

.special-event-banner,
.admin-action-preview {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  width: min(100%, 760px);
  margin: 0 auto 18px;
  padding: 14px 16px;
  border: 1px solid color-mix(in srgb, var(--special-accent) 35%, #d9e4f2);
  border-radius: 18px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--special-soft) 90%, #fff), #fff 74%);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .055);
  color: var(--special-ink);
}

.special-event-symbol,
.admin-action-symbol {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #fff;
  color: var(--special-accent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--special-accent) 24%, #e8eef7), 0 10px 22px rgba(15, 23, 42, .06);
  font-size: 24px;
}

.special-event-banner p,
.special-event-banner h2,
.special-event-banner span,
.admin-action-preview p,
.admin-action-preview h2,
.admin-action-preview span {
  margin: 0;
  letter-spacing: 0;
}

.special-event-banner p,
.admin-action-preview p {
  color: color-mix(in srgb, var(--special-ink) 62%, #667085);
  font-size: 11px;
  font-weight: 760;
  text-transform: uppercase;
}

.special-event-banner h2,
.admin-action-preview h2 {
  margin-top: 2px;
  color: var(--special-ink);
  font-size: 17px;
  font-weight: 760;
  line-height: 1.15;
}

.special-event-banner span,
.admin-action-preview span {
  display: block;
  margin-top: 4px;
  color: #475467;
  font-size: 13px;
  font-weight: 520;
  line-height: 1.35;
}

body.member-special-black_friday {
  --special-accent: #111827;
  --special-soft: #f2f4f7;
  --special-ink: #0b1020;
}

body.member-special-black_friday .special-event-banner {
  background: linear-gradient(135deg, #111827, #273244);
  color: #fff;
}

body.member-special-black_friday .special-event-banner p,
body.member-special-black_friday .special-event-banner h2,
body.member-special-black_friday .special-event-banner span {
  color: #fff;
}

body.member-special-christmas .btn.primary,
body.member-special-easter .btn.primary,
body.member-special-new_year .btn.primary,
body.member-special-carnival .btn.primary,
body.member-special-oktoberfest .btn.primary,
body.member-special-summer .btn.primary {
  background: #3478f6;
}

@media (max-width: 760px) {
  .special-event-layer span {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    opacity: .22;
  }

  .special-event-layer span::before {
    font-size: 20px;
  }

  .special-event-layer span:nth-child(2),
  .special-event-layer span:nth-child(4) {
    display: none;
  }

  .special-event-banner {
    width: 100%;
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 12px 13px;
    border-radius: 16px;
  }

  .special-event-symbol {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    font-size: 21px;
  }
}

.admin-actions-grid {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(420px, 1.18fr);
  gap: 18px;
  align-items: start;
}

.admin-action-status {
  padding: 7px 11px;
  border-radius: 999px;
  background: #edf4ff;
  color: #3478f6;
  font-size: 12px;
  font-weight: 760;
}

.admin-action-status.active {
  background: #eaf8ef;
  color: #127b3f;
}

.admin-action-status.scheduled {
  background: #fff7e6;
  color: #a15c00;
}

.admin-action-status.expired {
  background: #fff0f0;
  color: #ba1f33;
}

.admin-action-preview {
  width: 100%;
  margin: 14px 0 0;
}

.admin-action-empty {
  margin-top: 14px;
}

.admin-action-form {
  display: grid;
  gap: 14px;
}

.admin-action-main-toggle {
  width: max-content;
  max-width: 100%;
  padding: 10px 12px;
  border: 1px solid #dde7f4;
  border-radius: 14px;
  background: #f8fbff;
}

.admin-action-presets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.admin-action-preset {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 8px 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid #dce6f3;
  border-radius: 15px;
  background: #fff;
  cursor: pointer;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.admin-action-preset:hover,
.admin-action-preset:focus-within,
.admin-action-preset.active {
  border-color: #1478ff;
  box-shadow: 0 0 0 3px rgba(20, 120, 255, .12), 0 12px 28px rgba(15, 23, 42, .05);
}

.admin-action-preset input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.admin-action-preset-symbol {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  grid-row: span 2;
  border-radius: 13px;
  background: #edf4ff;
  color: #3478f6;
  font-size: 20px;
}

.admin-action-preset strong,
.admin-action-preset small {
  min-width: 0;
  letter-spacing: 0;
}

.admin-action-preset strong {
  color: #121826;
  font-size: 14px;
  font-weight: 720;
}

.admin-action-preset small {
  color: #667085;
  font-size: 11px;
  font-weight: 520;
  line-height: 1.3;
}

.admin-action-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-event-rules {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid #dce6f3;
  border-radius: 16px;
  background: linear-gradient(180deg, #fbfdff 0%, #f7faff 100%);
}

.admin-event-rules > div:first-child {
  display: grid;
  gap: 3px;
}

.admin-event-rules > div:first-child strong {
  color: #121826;
  font-size: 15px;
  font-weight: 780;
}

.admin-event-rules > div:first-child small {
  color: #667085;
  font-size: 12px;
  font-weight: 560;
}

.admin-event-bonus-codes {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(52, 120, 246, .14);
  border-radius: 14px;
  background: #fff;
}

.admin-event-bonus-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.admin-event-bonus-head > div {
  display: grid;
  gap: 3px;
}

.admin-event-bonus-head strong {
  color: #121826;
  font-size: 14px;
  font-weight: 780;
}

.admin-event-bonus-head small {
  color: #667085;
  font-size: 12px;
  font-weight: 560;
  line-height: 1.35;
}

.admin-event-bonus-list {
  display: grid;
  gap: 10px;
}

.admin-event-bonus-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 36px;
  gap: 10px;
  align-items: end;
  padding: 12px;
  border: 1px solid #e0e8f5;
  border-radius: 14px;
  background: #f8fbff;
}

.admin-event-bonus-remove {
  width: 34px;
  height: 34px;
  border: 1px solid #ffd0d0;
  border-radius: 999px;
  background: #fff;
  color: #c92a2a;
  font-size: 20px;
  font-weight: 760;
  cursor: pointer;
}

body.member-body .event-bonus-code-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(220px, .7fr);
  gap: 16px;
  align-items: stretch;
  padding: 18px;
  border: 1px solid rgba(52, 120, 246, .18);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, color-mix(in srgb, var(--special-soft, #edf4ff) 78%, #fff 22%) 0%, transparent 34%),
    #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .07);
}

body.member-body .event-bonus-code-card.is-simple {
  grid-template-columns: 1fr;
}

body.member-body .event-bonus-code-main {
  display: flex;
  gap: 14px;
  align-items: center;
  min-width: 0;
}

body.member-body .event-bonus-code-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  border-radius: 18px;
  background: var(--special-soft, #edf4ff);
  color: var(--special-accent, #3478f6);
  font-size: 25px;
}

body.member-body .event-bonus-code-card p,
body.member-body .event-bonus-code-card h2,
body.member-body .event-bonus-code-card span,
body.member-body .event-bonus-code-card strong,
body.member-body .event-bonus-code-card em {
  margin: 0;
  letter-spacing: 0;
}

body.member-body .event-bonus-code-card p {
  color: #7b8494;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

body.member-body .event-bonus-code-card h2 {
  margin-top: 3px;
  color: #101828;
  font-size: 22px;
  font-weight: 880;
}

body.member-body .event-bonus-code-card span {
  color: #667085;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
}

body.member-body .event-bonus-highscore,
body.member-body .event-bonus-latest {
  display: grid;
  gap: 8px;
  padding: 13px;
  border: 1px solid rgba(170, 190, 220, .42);
  border-radius: 16px;
  background: rgba(248, 251, 255, .78);
}

body.member-body .event-bonus-highscore strong,
body.member-body .event-bonus-latest strong {
  color: #101828;
  font-size: 13px;
  font-weight: 820;
}

body.member-body .event-bonus-highscore ol {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.member-body .event-bonus-highscore li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

body.member-body .event-bonus-highscore em {
  padding: 4px 8px;
  border-radius: 999px;
  background: #eef4ff;
  color: #3478f6;
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
}

@media (max-width: 1100px) {
  .admin-actions-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .admin-action-presets {
    grid-template-columns: 1fr;
  }

  .admin-action-checks {
    display: grid;
  }

  .admin-event-bonus-head {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-event-bonus-row {
    grid-template-columns: 1fr;
  }

  .admin-event-bonus-remove {
    justify-self: end;
  }

  body.member-body .event-bonus-code-card {
    grid-template-columns: 1fr;
    padding: 15px;
    border-radius: 18px;
  }

  body.member-body .event-bonus-code-main {
    align-items: flex-start;
  }

  body.member-body .event-bonus-code-card h2 {
    font-size: 18px;
  }
}


html {
  scroll-behavior: smooth;
}

body.member-body input,
body.member-body select,
body.member-body textarea,
body.admin-body input,
body.admin-body select,
body.admin-body textarea {
  font-size: max(16px, 1rem);
}



body.member-body.member-route-access .dashboard-grid,
body.member-body.member-page-access .dashboard-grid,
body.member-body.member-route-orders .orders-page,
body.member-body.member-page-orders .orders-page,
body.member-body.member-page-help .help-page,
body.member-body.member-page-account .account-page {
  width: min(100%, 960px);
  margin-inline: auto;
}

body.member-body .btn,
body.member-body button,
body.member-body a {
  letter-spacing: 0;
}

body.member-body .btn.primary,
body.member-body .book-btn,
body.member-body .access-actions .btn.primary,
body.member-body .round-btn {
  font-weight: 650 !important;
}

body.member-body .round-btn,
body.member-body .orders-action-pill,
body.member-body .btn,
body.member-body .chip,
body.member-body .access-card,
body.member-body .account-outline-btn,
body.member-body .help-video-button {
  box-sizing: border-box;
  outline: 0;
}

body.member-body .round-btn:hover,
body.member-body .round-btn:focus-visible,
body.member-body .orders-action-pill:hover,
body.member-body .orders-action-pill:focus-visible,
body.member-body .btn:hover,
body.member-body .btn:focus-visible,
body.member-body .chip:hover,
body.member-body .chip:focus-visible,
body.member-body .access-card:hover,
body.member-body .access-card:focus-within,
body.member-body .account-outline-btn:hover,
body.member-body .account-outline-btn:focus-visible,
body.member-body .help-video-button:hover,
body.member-body .help-video-button:focus-visible {
  border-color: #1478ff !important;
  box-shadow: 0 0 0 3px rgba(20, 120, 255, .15), 0 12px 30px rgba(15, 23, 42, .06) !important;
  transform: none !important;
}

.auth-submit-overlay,
.auth-submit-overlay--rocket {
  display: grid !important;
  place-items: center !important;
  padding: 24px !important;
  background:
    radial-gradient(880px 520px at 50% 112%, rgba(255, 122, 89, .24), transparent 62%),
    radial-gradient(720px 420px at 18% 12%, rgba(45, 127, 240, .30), transparent 62%),
    radial-gradient(820px 560px at 84% 20%, rgba(191, 97, 255, .20), transparent 58%),
    radial-gradient(920px 560px at 50% 82%, rgba(52, 211, 153, .14), transparent 55%),
    linear-gradient(180deg, #050816 0%, #08142b 46%, #0d1b38 100%) !important;
  backdrop-filter: none !important;
}

.auth-flight-rocket {
  width: clamp(72px, 14vw, 108px) !important;
  height: clamp(124px, 24vw, 178px) !important;
  filter: drop-shadow(0 22px 60px rgba(0, 0, 0, .48)) drop-shadow(0 0 26px rgba(255, 207, 90, .22)) !important;
}

.auth-success-content,
.auth-submit-card {
  width: min(100%, 360px) !important;
  text-align: center !important;
  margin-inline: auto !important;
}

.passkey-prompt-overlay {
  padding: 18px !important;
}

.passkey-prompt-card {
  width: min(100%, 390px) !important;
  border-radius: 22px !important;
  padding: 24px !important;
  text-align: center !important;
}

.passkey-prompt-icon {
  width: 52px !important;
  height: 52px !important;
  margin-inline: auto !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, #3478f6, #0b5ed7) !important;
  color: #fff !important;
}

.passkey-prompt-actions {
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
}

.fh-confirm-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(8, 15, 28, .42);
  backdrop-filter: blur(10px);
  animation: passkeyFadeIn .16s ease both;
}

.fh-confirm-overlay.closing {
  animation: passkeyFadeOut .14s ease both;
}

.fh-confirm-card {
  position: relative;
  width: min(100%, 390px);
  padding: 24px;
  border: 1px solid #dce6f3;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(15, 23, 42, .2);
}

.fh-confirm-card h2,
.fh-confirm-card p {
  margin: 0;
}

.fh-confirm-card h2 {
  color: #111827;
  font-size: 22px;
  font-weight: 760;
}

.fh-confirm-card p {
  margin-top: 8px;
  color: #667085;
  font-size: 14px;
  line-height: 1.45;
}

.fh-confirm-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #f3f6fb;
  color: #475467;
  cursor: pointer;
}

.fh-confirm-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

body.member-body.member-route-send .send-head {
  width: 100% !important;
  max-width: 760px !important;
  margin-inline: auto !important;
}

body.member-body.member-route-send .send-head h1 {
  font-size: clamp(28px, 4.3vw, 44px) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  text-align: center !important;
}

body.member-body.member-route-send .send-nav {
  display: grid !important;
  grid-template-columns: minmax(52px, .75fr) minmax(130px, 1.35fr) minmax(88px, .9fr) !important;
  gap: 12px !important;
  width: min(100%, 520px) !important;
  margin-inline: auto !important;
}

body.member-body.member-route-send .round-btn {
  min-width: 0 !important;
  height: 52px !important;
  padding: 0 18px !important;
  border: 2px solid rgba(52, 120, 246, .28) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #050915 !important;
  font-size: 15px !important;
  white-space: nowrap !important;
}

body.member-body.member-route-send .round-btn.icon-only {
  padding: 0 !important;
}

body.member-body.member-route-send .balance-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(130px, .45fr) !important;
  gap: 14px !important;
  width: 100% !important;
  max-width: 620px !important;
  margin: 0 auto 14px !important;
}

body.member-body.member-route-send .balance-card {
  min-height: 132px !important;
  padding: 22px 24px !important;
  border-radius: 22px !important;
}

body.member-body.member-route-send .balance-card strong {
  font-size: clamp(32px, 4.5vw, 48px) !important;
  line-height: 1 !important;
}

body.member-body.member-route-send .balance-card span {
  font-size: 17px !important;
}

body.member-body.member-route-send .balance-card .btn {
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 16px !important;
  font-size: 14px !important;
  white-space: nowrap !important;
}

body.member-body.member-route-send .step-card {
  width: 100% !important;
  max-width: 620px !important;
  margin: 0 auto 14px !important;
  padding: 22px 24px !important;
  border-radius: 22px !important;
}

body.member-body.member-route-send .step-card > label {
  font-size: 18px !important;
  font-weight: 650 !important;
}

body.member-body.member-route-send .step-card > label span {
  width: 34px !important;
  height: 34px !important;
  font-size: 17px !important;
}

body.member-body.member-route-send .service-choice-native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.member-body.member-route-send .service-choice {
  position: relative !important;
  z-index: 5 !important;
}

body.member-body.member-route-send .service-choice-button {
  min-height: 58px !important;
  padding: 10px 14px !important;
  border-radius: 16px !important;
  background: #fff !important;
}

body.member-body.member-route-send .service-choice-copy strong {
  font-size: 17px !important;
  font-weight: 700 !important;
}

body.member-body.member-route-send .service-choice-copy small {
  font-size: 12px !important;
  font-weight: 500 !important;
}

body.member-body.member-route-send .service-choice-popover {
  z-index: 80 !important;
  max-height: min(460px, 62vh) !important;
  overflow: auto !important;
  border-radius: 18px !important;
}

body.member-body.member-route-send .service-choice-option {
  min-height: 58px !important;
  padding: 11px 13px !important;
  border-radius: 15px !important;
}

body.member-body.member-route-send .service-choice-option strong {
  font-size: 15px !important;
  font-weight: 700 !important;
}

body.member-body.member-route-send .select-first-hint {
  min-height: 56px !important;
  margin: 8px 0 12px !important;
  border-radius: 16px !important;
}

body.member-body.member-route-send input,
body.member-body.member-route-send textarea {
  min-height: 54px !important;
  border-radius: 16px !important;
}

body.member-body.member-route-send .mode-switch {
  height: auto !important;
  padding: 5px !important;
  border-radius: 18px !important;
}

body.member-body.member-route-send .mode-switch button {
  min-height: 42px !important;
  border-radius: 14px !important;
  font-size: 15px !important;
  font-weight: 650 !important;
}

body.member-body.member-route-send .profile-choice-head {
  gap: 10px !important;
}

body.member-body.member-route-send .profile-add-toggle {
  white-space: nowrap !important;
}

body.member-body.member-route-send .profile-grid.is-profile-select {
  position: relative;
}

body.member-body.member-route-send .profile-grid.is-profile-select:not(.is-open) .profile-option:not(.active) {
  display: none !important;
}

body.member-body.member-route-send .profile-grid.is-profile-select .profile-option.active::after {
  transform: rotate(45deg) !important;
}

body.member-body.member-route-send .profile-grid.is-profile-select.is-open .profile-option.active::after {
  transform: rotate(-135deg) !important;
}

body.member-body.member-route-send .profile-option {
  min-height: 66px !important;
  padding: 10px 48px 10px 12px !important;
  border-radius: 16px !important;
}

body.member-body.member-route-send .profile-option img,
body.member-body.member-route-send .profile-avatar-fallback {
  width: 46px !important;
  height: 46px !important;
}

body.member-body.member-route-send .profile-add-modal[hidden] {
  display: none !important;
}

body.member-body.member-route-send .profile-add-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9990 !important;
  display: grid !important;
  place-items: center !important;
  padding: 18px !important;
}

body.member-body.member-route-send .profile-add-card {
  width: min(100%, 430px) !important;
  max-height: calc(100dvh - 36px) !important;
  overflow: auto !important;
  padding: 24px !important;
  border-radius: 22px !important;
}

body.member-body.member-route-send .profile-add-row {
  grid-template-columns: 42px minmax(0, 1fr) auto !important;
  align-items: center !important;
}

body.member-body.member-route-send .submit {
  width: min(100%, 620px) !important;
  margin-inline: auto !important;
}

body.member-body .profile-add-modal,
body.member-body.member-route-send .profile-add-modal {
  align-items: center !important;
  justify-items: center !important;
  place-items: center !important;
  padding: max(18px, env(safe-area-inset-top)) 16px max(18px, env(safe-area-inset-bottom)) !important;
}

body.member-body .profile-add-card,
body.member-body.member-route-send .profile-add-card {
  margin: auto !important;
  max-height: min(86dvh, 720px) !important;
  overflow: auto !important;
}

body.member-body.member-route-access .access-list,
body.member-body.member-page-access .access-list {
  width: min(100%, 760px) !important;
  margin-inline: auto !important;
}

body.member-body .dashboard-news-prompt {
  width: min(100%, 760px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 auto 12px !important;
  padding: 9px 10px 9px 12px !important;
  border: 1px solid rgba(202, 213, 225, .95) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, .92) !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .07) !important;
}

body.member-body .dashboard-news-prompt-main {
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
  color: #111827 !important;
  text-decoration: none !important;
}

body.member-body .dashboard-news-prompt-icon {
  width: 34px !important;
  height: 34px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  background: #eef5ff !important;
  color: #2563eb !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

body.member-body .dashboard-news-prompt-main strong,
body.member-body .dashboard-news-prompt-main small,
body.member-body .dashboard-news-prompt-main em {
  display: block !important;
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.member-body .dashboard-news-prompt-main strong {
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}

body.member-body .dashboard-news-prompt-main small {
  margin-top: 1px !important;
  color: #475569 !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
}

body.member-body .dashboard-news-prompt-main em {
  margin-top: 1px !important;
  color: #64748b !important;
  font-size: 11px !important;
  line-height: 1.25 !important;
  font-style: normal !important;
}

body.member-body .dashboard-news-prompt-dismiss {
  width: 30px !important;
  height: 30px !important;
  display: grid !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: #94a3b8 !important;
  font-size: 20px !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

body.member-body .dashboard-news-prompt-dismiss:hover,
body.member-body .dashboard-news-prompt-dismiss:focus-visible {
  background: #f1f5f9 !important;
  color: #334155 !important;
}

body.member-body.member-route-access .access-card,
body.member-body.member-page-access .access-card {
  min-height: 94px !important;
  padding: 18px 22px !important;
  grid-template-columns: minmax(0, 1fr) 180px 54px !important;
  gap: 12px !important;
}

body.member-body.member-route-access .access-card h2,
body.member-body.member-page-access .access-card h2 {
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

body.member-body.member-route-access .access-card p,
body.member-body.member-page-access .access-card p {
  font-size: 20px !important;
  font-weight: 550 !important;
}

body.member-body.member-route-access .access-actions .btn,
body.member-body.member-page-access .access-actions .btn {
  min-height: 34px !important;
  height: 34px !important;
  padding: 0 16px !important;
  font-size: 14px !important;
}

body.member-body.member-route-access .access-card.unpaid,
body.member-body.member-page-access .access-card.unpaid {
  min-height: 82px !important;
  border-color: #fed7aa !important;
  background: linear-gradient(135deg, #fffdf8, #fff 65%) !important;
}

body.member-body.member-route-access .access-card.unpaid .access-actions,
body.member-body.member-page-access .access-card.unpaid .access-actions {
  display: grid !important;
  grid-template-columns: 1fr 34px !important;
  align-items: center !important;
  gap: 8px !important;
}

body.member-body.member-route-access .access-card.unpaid .btn.primary,
body.member-body.member-page-access .access-card.unpaid .btn.primary {
  background: #fff7ed !important;
  color: #b45309 !important;
  border: 1px solid #fdba74 !important;
  box-shadow: none !important;
}

.access-unpaid-dismiss {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #fed7aa;
  border-radius: 50%;
  background: #fff;
  color: #b45309;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

body.member-body.member-route-access .access-status-pill,
body.member-body.member-page-access .access-status-pill {
  display: none !important;
}

body.member-body .platform-logo.youtube {
  background: #ff3131 !important;
  color: #fff !important;
}

body.member-body .platform-logo.facebook {
  background: #3478f6 !important;
  color: #fff !important;
}

body.member-body .platform-logo.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0 5%, #fd5949 45%, #d6249f 62%, #285AEB 90%) !important;
  color: #fff !important;
}

body.member-body .platform-logo.twitter,
body.member-body .platform-logo.x {
  background: #55acee !important;
  color: #fff !important;
}

body.member-body .platform-logo.tiktok {
  background: #050505 !important;
  color: #fff !important;
}

body.member-body .platform-logo.boost {
  background: linear-gradient(135deg, #3478f6, #7c3aed) !important;
  color: #fff !important;
}

body.member-body.member-route-orders .orders-filter-details {
  padding: 0 !important;
  overflow: hidden;
}

body.member-body.member-route-orders .orders-filter-details > summary {
  display: none;
}

body.member-body.member-route-orders .orders-controls {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .9fr) !important;
  gap: 18px !important;
  padding: 18px !important;
}

body.member-body.member-route-orders .orders-filter-group h2,
body.member-body.member-route-orders .orders-head h1,
body.member-body.member-route-orders .order-product-amount,
body.member-body.member-route-orders .order-product-link {
  font-weight: 650 !important;
}

body.member-body.member-route-orders .orders-table {
  border-collapse: separate !important;
  border-spacing: 0 !important;
  font-size: 14px !important;
}

body.member-body.member-route-orders .orders-table th,
body.member-body.member-route-orders .orders-table td {
  border-color: #e1e8f2 !important;
  padding: 16px 14px !important;
}

body.member-body.member-route-orders .order-table-action {
  min-height: 36px !important;
  border-radius: 13px !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  white-space: normal !important;
}

body.member-body.member-page-account .account-stat-grid,
body.member-body.member-route-account .account-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.member-body.member-page-account .account-stat-card {
  min-height: 132px !important;
  padding: 42px 14px 18px !important;
}

body.member-body.member-page-account .account-stat-card strong {
  font-size: 18px !important;
  font-weight: 720 !important;
}

body.member-body.member-page-account .account-login-row {
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(150px, 1fr)) !important;
}

body.member-body.member-page-help .help-video-grid,
body.member-body.member-route-help .help-video-grid {
  gap: 16px !important;
}

body.member-body.member-page-help .help-video-card,
body.member-body.member-route-help .help-video-card {
  min-height: 250px !important;
  padding: 28px 30px !important;
  border-radius: 16px !important;
}

body.member-body.member-page-help .help-video-avatar,
body.member-body.member-route-help .help-video-avatar {
  width: 50px !important;
  height: 50px !important;
}

body.member-body.member-page-help .help-video-card h2,
body.member-body.member-route-help .help-video-card h2 {
  font-size: 25px !important;
  line-height: 1.28 !important;
  font-weight: 700 !important;
}

body.member-body.member-page-help .help-video-button,
body.member-body.member-route-help .help-video-button {
  width: max-content !important;
  min-height: 46px !important;
  padding: 0 18px !important;
  border-radius: 13px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}


body.member-body .help-video-button {
  border: 2px solid #d4d8df;
  cursor: pointer;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
}

body.member-body.help-video-open {
  overflow: hidden;
}

body.member-body .help-video-modal[hidden] {
  display: none !important;
}

body.member-body .help-video-modal {
  position: fixed;
  inset: 0;
  z-index: 30000;
  display: grid;
  place-items: center;
  padding: clamp(14px, 3vw, 36px);
}

body.member-body .help-video-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(6, 15, 28, .72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  cursor: pointer;
}

body.member-body .help-video-dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  overflow: hidden;
  border: 1px solid rgba(219, 228, 241, .92);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(5, 12, 25, .32);
  opacity: 0;
  transform: translateY(12px) scale(.985);
  transition: opacity .18s ease, transform .18s ease;
}

body.member-body .help-video-modal.is-open .help-video-dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

body.member-body .help-video-dialog-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  align-items: center;
  gap: 14px;
  padding: 16px 18px 14px;
}

body.member-body .help-video-dialog-head span {
  display: block;
  margin-bottom: 3px;
  color: #8993a4;
  font-size: 11px;
  font-weight: 780;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.member-body .help-video-dialog-head h2 {
  margin: 0;
  color: #0b1221;
  font-size: clamp(18px, 2.4vw, 24px);
  line-height: 1.14;
  font-weight: 760;
  letter-spacing: 0;
}

body.member-body .help-video-close {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #dfe7f2;
  border-radius: 999px;
  background: #f6f9fd;
  color: #596477;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  transition: border-color .16s ease, background .16s ease, color .16s ease, transform .16s ease;
}

body.member-body .help-video-close:hover,
body.member-body .help-video-close:focus-visible {
  border-color: #3478f6;
  background: #eef5ff;
  color: #0b62db;
  outline: 0;
  transform: translateY(-1px);
}

body.member-body .help-video-frame-wrap {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  background: #071426;
}

body.member-body .help-video-frame-wrap iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #071426;
}

@media (max-width: 760px) {
  body.member-body .help-video-modal {
    align-items: center;
    padding: 12px;
  }

  body.member-body .help-video-dialog {
    border-radius: 18px;
  }

  body.member-body .help-video-dialog-head {
    grid-template-columns: minmax(0, 1fr) 38px;
    padding: 13px 14px 12px;
  }

  body.member-body .help-video-close {
    width: 38px;
    height: 38px;
    font-size: 22px;
  }
}

body.member-body .help-form {
  max-width: 760px !important;
  margin-inline: auto !important;
}

body.member-body .help-order-option {
  border-radius: 16px !important;
  padding: 14px !important;
}

body.member-body .help-actions .btn {
  min-height: 44px !important;
}

@media (max-width: 1100px) {
  body.member-body.member-page-account .account-stat-grid,
  body.member-body.member-route-account .account-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.member-body.member-page-account .account-login-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  body.member-body {
    padding-bottom: calc(96px + env(safe-area-inset-bottom)) !important;
  }



  body.member-body .topbar-brand {
    font-size: 18px !important;
    min-width: 0 !important;
  }

  body.member-body .topbar-actions {
    gap: 6px !important;
  }

  body.member-body .topbar-actions .top-pill:first-child {
    display: inline-flex !important;
  }

  body.member-body .top-pill {
    height: 36px !important;
    min-width: 0 !important;
    max-width: 104px !important;
    padding: 0 9px !important;
    border-radius: 11px !important;
    font-size: 13px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.member-body .top-pill strong,
  body.member-body .top-pill span {
    font-size: 11px !important;
  }

  body.member-body .top-avatar {
    width: 42px !important;
    height: 42px !important;
    flex: 0 0 42px !important;
  }

  body.member-body .mobile-tabbar {
    left: 50% !important;
    right: auto !important;
    bottom: calc(16px + env(safe-area-inset-bottom)) !important;
    width: min(94vw, 390px) !important;
    height: 66px !important;
    transform: translateX(-50%) !important;
    display: grid !important;
    grid-template-columns: 1fr 1.18fr 1fr !important;
    gap: 8px !important;
    align-items: center !important;
    padding: 8px !important;
    border: 1px solid rgba(15, 23, 42, .08) !important;
    border-radius: 24px !important;
    background: rgba(255, 255, 255, .94) !important;
    box-shadow:
      0 -7px 24px rgba(15, 23, 42, .045),
      0 10px 28px rgba(15, 23, 42, .11),
      0 24px 54px rgba(15, 23, 42, .075) !important;
    backdrop-filter: blur(16px) !important;
    overflow: visible !important;
    isolation: isolate !important;
  }

  body.member-body .mobile-tabbar::before {
    content: "" !important;
    position: absolute !important;
    z-index: -1 !important;
    inset: -18px -12px -10px !important;
    border-radius: 32px !important;
    background: radial-gradient(ellipse at center, rgba(15, 23, 42, .13) 0%, rgba(15, 23, 42, .07) 42%, rgba(15, 23, 42, 0) 72%) !important;
    filter: blur(10px) !important;
    opacity: .62 !important;
    pointer-events: none !important;
  }

  body.member-body .mobile-tabbar-item {
    min-width: 0 !important;
    height: 50px !important;
    display: grid !important;
    place-items: center !important;
    gap: 2px !important;
    padding: 5px 4px !important;
    border-radius: 18px !important;
    color: #475467 !important;
    font-size: 10px !important;
  }

  body.member-body .mobile-tabbar-main {
    height: 56px !important;
    margin-top: -12px !important;
    border-radius: 20px !important;
    background: #3478f6 !important;
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(52, 120, 246, .28) !important;
  }

  body.member-body .mobile-tabbar svg {
    width: 21px !important;
    height: 21px !important;
  }

  body.member-body .mobile-tabbar strong {
    font-size: 10px !important;
    font-weight: 650 !important;
  }







  body.member-body.member-route-send .send-shell {
    max-width: 100% !important;
    padding-inline: 0 !important;
  }

  body.member-body.member-route-send .send-head h1 {
    font-size: clamp(25px, 8vw, 34px) !important;
  }

  body.member-body.member-route-send .send-nav {
    grid-template-columns: 52px minmax(118px, 1fr) minmax(82px, .74fr) !important;
    gap: 8px !important;
    width: 100% !important;
  }

  body.member-body.member-route-send .round-btn {
    height: 44px !important;
    padding: 0 10px !important;
    font-size: 12px !important;
    border-width: 2px !important;
  }

  body.member-body.member-route-send .round-icon {
    width: 19px !important;
    height: 19px !important;
    font-size: 17px !important;
  }

  body.member-body.member-route-send .balance-row {
    grid-template-columns: minmax(0, 1fr) minmax(105px, .48fr) !important;
    gap: 10px !important;
    max-width: none !important;
  }

  body.member-body.member-route-send .balance-card {
    min-height: 116px !important;
    padding: 17px 16px !important;
    border-radius: 18px !important;
  }

  body.member-body.member-route-send .balance-card strong {
    font-size: clamp(28px, 9vw, 38px) !important;
  }

  body.member-body.member-route-send .balance-card span {
    font-size: 14px !important;
  }

  body.member-body.member-route-send .balance-card .btn {
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 9px !important;
    font-size: clamp(11px, 3.2vw, 13px) !important;
  }

  body.member-body.member-route-send .step-card {
    max-width: none !important;
    padding: 18px 16px !important;
    border-radius: 18px !important;
  }

  body.member-body.member-route-send .step-card > label {
    font-size: 17px !important;
  }

  body.member-body.member-route-send .service-choice-popover {
    position: fixed !important;
    left: 12px !important;
    right: 12px !important;
    top: auto !important;
    bottom: calc(84px + env(safe-area-inset-bottom)) !important;
    max-height: min(58vh, 440px) !important;
  }

  body.member-body.member-route-send .service-choice-backdrop:not([hidden]) {
    position: fixed !important;
    inset: 0 !important;
    z-index: 70 !important;
    display: block !important;
    background: rgba(15, 23, 42, .18) !important;
  }

  body.member-body.member-route-send .profile-choice-head {
    grid-template-columns: 1fr !important;
  }

  body.member-body.member-route-send .profile-add-toggle {
    width: 100% !important;
  }

  body.member-body.member-route-send .profile-add-row {
    grid-template-columns: 38px minmax(0, 1fr) !important;
  }

  body.member-body.member-route-send .profile-add-row .btn {
    grid-column: 1 / -1;
    width: 100%;
  }

  body.member-body.member-route-access .dashboard-grid,
  body.member-body.member-page-access .dashboard-grid {
    width: 100% !important;
  }

  body.member-body.member-route-access .stat-row,
  body.member-body.member-page-access .stat-row {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  body.member-body.member-route-access .stat-card,
  body.member-body.member-page-access .stat-card {
    min-height: 78px !important;
    padding: 12px !important;
    border-radius: 14px !important;
  }

  body.member-body.member-route-access .stat-card strong,
  body.member-body.member-page-access .stat-card strong {
    font-size: 24px !important;
  }

  body.member-body.member-route-access .chip-row,
  body.member-body.member-page-access .chip-row {
    gap: 8px !important;
  }

  body.member-body.member-route-access .chip,
  body.member-body.member-page-access .chip {
    min-height: 38px !important;
    padding: 0 12px !important;
    font-size: 13px !important;
  }

  body.member-body.member-route-access .chip .platform-dot,
  body.member-body.member-page-access .chip .platform-dot {
    width: 27px !important;
    height: 27px !important;
    flex: 0 0 27px !important;
    font-size: 11px !important;
  }

  body.member-body.member-route-access .access-list,
  body.member-body.member-page-access .access-list {
    width: 100% !important;
  }

  body.member-body.member-route-access .access-card,
  body.member-body.member-page-access .access-card {
    min-height: 86px !important;
    padding: 14px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  body.member-body.member-route-access .access-card h2,
  body.member-body.member-page-access .access-card h2 {
    font-size: 18px !important;
    gap: 8px !important;
  }

  body.member-body.member-route-access .access-card p,
  body.member-body.member-page-access .access-card p {
    font-size: 17px !important;
  }

  body.member-body.member-route-access .access-actions,
  body.member-body.member-page-access .access-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    width: 100% !important;
  }

  body.member-body.member-route-access .history-link,
  body.member-body.member-page-access .history-link {
    position: absolute !important;
    right: 12px !important;
    top: 12px !important;
    width: 38px !important;
    height: 38px !important;
  }

  body.member-body.member-route-access .access-card.unpaid .access-actions,
  body.member-body.member-page-access .access-card.unpaid .access-actions {
    grid-template-columns: 1fr 34px !important;
  }

  body.member-body.member-route-orders .orders-filter-details {
    border-radius: 16px !important;
  }

  body.member-body.member-route-orders .orders-filter-details > summary {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 0 16px;
    list-style: none;
    cursor: pointer;
    color: #111827;
    font-size: 15px;
    font-weight: 700;
  }

  body.member-body.member-route-orders .orders-filter-details > summary::-webkit-details-marker {
    display: none;
  }

  body.member-body.member-route-orders .orders-filter-details > summary::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #475467;
    border-bottom: 2px solid #475467;
    transform: rotate(45deg);
    transition: transform .16s ease;
  }

  body.member-body.member-route-orders .orders-filter-details[open] > summary::after {
    transform: rotate(-135deg);
  }

  body.member-body.member-route-orders .orders-controls {
    grid-template-columns: 1fr !important;
    padding: 0 14px 14px !important;
  }

  body.member-body.member-route-orders .orders-action-nav {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  body.member-body.member-route-orders .orders-table,
  body.member-body.member-route-orders .orders-table tbody,
  body.member-body.member-route-orders .orders-table tr,
  body.member-body.member-route-orders .orders-table td {
    display: block !important;
    width: 100% !important;
  }

  body.member-body.member-route-orders .orders-table thead {
    display: none !important;
  }

  body.member-body.member-route-orders .orders-table tr {
    margin: 0 0 10px !important;
    padding: 12px !important;
    border: 1px solid #dfe7f2 !important;
    border-radius: 16px !important;
    background: #fff !important;
  }

  body.member-body.member-route-orders .orders-table td {
    display: grid !important;
    grid-template-columns: 88px minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 8px 0 !important;
    border: 0 !important;
    font-size: 13px !important;
  }

  body.member-body.member-route-orders .orders-table td::before {
    content: attr(data-label);
    color: #98a2b3;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
  }

  body.member-body.member-route-orders .order-product-amount,
  body.member-body.member-route-orders .order-product-link {
    font-size: 14px !important;
  }

  body.member-body.member-route-orders .order-actions-cell {
    grid-template-columns: 1fr !important;
  }

  body.member-body.member-page-account .account-stat-grid,
  body.member-body.member-route-account .account-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body.member-body.member-page-account .account-stat-card {
    min-height: 124px !important;
    padding: 38px 10px 14px !important;
  }

  body.member-body.member-page-account .account-stat-icon,
  body.member-body.member-page-account .account-rank-mini-badge {
    width: 54px !important;
    height: 54px !important;
    top: -28px !important;
  }

  body.member-body.member-page-account .account-login-row {
    grid-template-columns: 1fr !important;
  }

  body.member-body.member-page-help .help-video-grid,
  body.member-body.member-route-help .help-video-grid {
    grid-template-columns: 1fr !important;
  }

  body.member-body.member-page-help .help-video-card,
  body.member-body.member-route-help .help-video-card {
    min-height: 0 !important;
    padding: 20px !important;
  }

  body.member-body.member-page-help .help-video-card h2,
  body.member-body.member-route-help .help-video-card h2 {
    font-size: 21px !important;
  }

  .passkey-prompt-actions,
  .fh-confirm-actions {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 420px) {
  body.member-body .top-pill {
    max-width: 86px !important;
    font-size: 12px !important;
  }

  body.member-body.member-route-send .send-nav {
    grid-template-columns: 46px minmax(102px, 1fr) minmax(72px, .72fr) !important;
  }

  body.member-body.member-route-send .round-btn {
    height: 42px !important;
    padding: 0 7px !important;
    font-size: 11px !important;
  }

  body.member-body.member-route-send .balance-card {
    padding: 15px 12px !important;
  }

  body.member-body.member-route-send .balance-card .btn {
    font-size: 11px !important;
  }
}






body.member-body.member-route-access .dashboard-grid,
body.member-body.member-page-access .dashboard-grid {
  max-width: 880px !important;
}

body.member-body.member-route-access .access-list,
body.member-body.member-page-access .access-list {
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}


body.member-body.member-route-send .send-shell {
  width: 100% !important;
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.member-body.member-route-send .balance-row,
body.member-body.member-route-send .step-card,
body.member-body.member-route-send .send-submit-bar,
body.member-body.member-route-send .send-result,
body.member-body.member-route-send .send-alert {
  max-width: 620px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.member-body.member-route-aufladen .topup-choice-shell,
body.member-body.member-route-account-aufladen .account-credit-shell,
body.member-body.member-route-account-produkt-aufladen .share-refill-shell,
body.member-body.member-route-account-shares-aufladen .share-refill-shell {
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}


@media (max-width: 1180px) {









  body.member-body.member-route-access .access-list,
  body.member-body.member-page-access .access-list {
    max-width: 720px !important;
  }



  body.member-body.member-route-send .balance-row,
  body.member-body.member-route-send .step-card,
  body.member-body.member-route-send .send-submit-bar,
  body.member-body.member-route-send .send-result,
  body.member-body.member-route-send .send-alert {
    max-width: 600px !important;
  }

  body.member-body.member-route-aufladen .topup-choice-shell,
  body.member-body.member-route-account-aufladen .account-credit-shell,
  body.member-body.member-route-account-produkt-aufladen .share-refill-shell,
  body.member-body.member-route-account-shares-aufladen .share-refill-shell {
    max-width: 700px !important;
  }
}

@media (max-width: 900px) {






}

@media (max-width: 760px) {



  body.member-body.member-route-send .balance-row,
  body.member-body.member-route-send .step-card,
  body.member-body.member-route-send .send-submit-bar,
  body.member-body.member-route-send .send-result,
  body.member-body.member-route-send .send-alert {
    max-width: 100% !important;
  }
}


.admin-body .admin-rank-row.admin-collapse-card {
  overflow: hidden !important;
}

.admin-body .admin-rank-summary.admin-collapse-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto auto !important;
  gap: 12px !important;
  align-items: center !important;
  min-height: 68px !important;
  padding: 13px 14px !important;
}

.admin-body .admin-rank-row.is-collapsed .admin-rank-summary-meta b {
  display: none !important;
}

.admin-body .admin-rank-row.is-collapsed .admin-rank-summary-meta {
  flex-wrap: nowrap !important;
}

.admin-body .admin-rank-summary > .admin-rank-toggle-label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 74px !important;
  min-height: 31px !important;
  padding: 7px 12px !important;
  border: 1px solid #bfd6ff !important;
  border-radius: 999px !important;
  background: #f3f7ff !important;
  color: #276ef1 !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

.admin-body .admin-rank-row.is-open .admin-rank-summary > .admin-rank-toggle-label {
  background: #0b172d !important;
  border-color: #0b172d !important;
  color: #fff !important;
}

.admin-body .admin-rank-summary-main small {
  max-width: 520px !important;
}

.admin-body .admin-rank-row.is-open .admin-rank-summary-meta {
  max-width: 420px !important;
}

@media (max-width: 860px) {
  .admin-body .admin-rank-summary.admin-collapse-head {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  .admin-body .admin-rank-summary-meta {
    justify-content: flex-start !important;
    grid-column: 1 / -1 !important;
  }

  .admin-body .admin-rank-summary > .admin-rank-toggle-label {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }
}

@media (max-width: 560px) {
  .admin-body .admin-rank-summary.admin-collapse-head {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .admin-body .admin-rank-summary > .admin-rank-toggle-label {
    grid-column: auto !important;
    grid-row: auto !important;
    justify-self: start !important;
  }
}


.admin-body .admin-error-details,
.admin-body .admin-vault-error-details {
  display: block !important;
  width: 100% !important;
  margin: 10px 0 0 !important;
  padding: 12px 14px !important;
  border: 1px solid #fecaca !important;
  border-radius: 12px !important;
  background: #fff7f7 !important;
  color: #7f1d1d !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .72) !important;
}

.admin-body .admin-error-details strong {
  display: block !important;
  margin-bottom: 7px !important;
  color: #991b1b !important;
  font-size: 13px !important;
  font-weight: 750 !important;
}

.admin-body .admin-error-details pre,
.admin-body .admin-vault-error-details {
  overflow: auto !important;
  max-height: 220px !important;
  margin: 0 !important;
  white-space: pre-wrap !important;
  word-break: break-word !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.admin-body .admin-vault-warning {
  align-items: flex-start !important;
  flex-wrap: wrap !important;
}


body.member-body.member-page-account .account-rank-summary-card,
body.member-body.member-route-account .account-rank-summary-card {
  display: grid !important;
  grid-template-columns: auto minmax(160px, .42fr) minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: center !important;
  margin: 0 0 16px !important;
  padding: 14px 16px !important;
  border: 1px solid #dce5f1 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #111827 !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .04) !important;
  transition: border-color .18s ease, box-shadow .18s ease !important;
}

body.member-body.member-page-account .account-rank-summary-card:hover,
body.member-body.member-route-account .account-rank-summary-card:hover,
body.member-body.member-page-account .account-rank-summary-card:focus-visible,
body.member-body.member-route-account .account-rank-summary-card:focus-visible {
  border-color: #3478f6 !important;
  box-shadow: 0 16px 38px rgba(52, 120, 246, .10) !important;
  outline: none !important;
}

body.member-body.member-page-account .account-rank-summary-badge,
body.member-body.member-route-account .account-rank-summary-badge {
  display: grid !important;
  place-items: center !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 999px !important;
  background: #f5f8ff !important;
  border: 1px solid #dce6f6 !important;
}

body.member-body.member-page-account .account-rank-summary-badge img,
body.member-body.member-route-account .account-rank-summary-badge img {
  display: block !important;
  width: 31px !important;
  height: 31px !important;
  object-fit: contain !important;
}

body.member-body.member-page-account .account-rank-summary-copy,
body.member-body.member-route-account .account-rank-summary-copy {
  display: grid !important;
  gap: 2px !important;
  min-width: 0 !important;
}

body.member-body.member-page-account .account-rank-summary-copy small,
body.member-body.member-route-account .account-rank-summary-copy small {
  color: #7b8494 !important;
  font-size: 11px !important;
  font-weight: 720 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

body.member-body.member-page-account .account-rank-summary-copy strong,
body.member-body.member-route-account .account-rank-summary-copy strong {
  color: #111827 !important;
  font-size: 20px !important;
  font-weight: 720 !important;
  line-height: 1.08 !important;
}

body.member-body.member-page-account .account-rank-summary-copy span,
body.member-body.member-route-account .account-rank-summary-copy span,
body.member-body.member-page-account .account-rank-summary-progress p,
body.member-body.member-route-account .account-rank-summary-progress p {
  color: #6b7280 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
}

body.member-body.member-page-account .account-rank-summary-progress,
body.member-body.member-route-account .account-rank-summary-progress {
  display: grid !important;
  gap: 9px !important;
  min-width: 0 !important;
}

body.member-body.member-page-account .account-rank-summary-head,
body.member-body.member-route-account .account-rank-summary-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  color: #6b7280 !important;
  font-size: 12px !important;
  font-weight: 560 !important;
}

body.member-body.member-page-account .account-rank-summary-head strong,
body.member-body.member-route-account .account-rank-summary-head strong {
  color: #172033 !important;
  font-weight: 700 !important;
}

body.member-body.member-page-account .account-rank-summary-head em,
body.member-body.member-route-account .account-rank-summary-head em {
  color: #3478f6 !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 720 !important;
}

body.member-body.member-page-account .account-rank-summary-track,
body.member-body.member-route-account .account-rank-summary-track {
  display: block !important;
  height: 7px !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: #edf2f8 !important;
}

body.member-body.member-page-account .account-rank-summary-track i,
body.member-body.member-route-account .account-rank-summary-track i {
  display: block !important;
  height: 100% !important;
  border-radius: inherit !important;
  background: #3478f6 !important;
}

body.member-body.member-page-account .account-rank-summary-metrics,
body.member-body.member-route-account .account-rank-summary-metrics {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

body.member-body.member-page-account .account-rank-summary-metrics > span,
body.member-body.member-route-account .account-rank-summary-metrics > span {
  display: grid !important;
  gap: 2px !important;
  min-width: 0 !important;
  padding: 0 0 0 9px !important;
  border-left: 2px solid #d8e1ee !important;
  background: transparent !important;
}

body.member-body.member-page-account .account-rank-summary-metrics > span.is-done,
body.member-body.member-route-account .account-rank-summary-metrics > span.is-done {
  border-left-color: #16794f !important;
}

body.member-body.member-page-account .account-rank-summary-metrics b,
body.member-body.member-route-account .account-rank-summary-metrics b {
  overflow: hidden !important;
  color: #172033 !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.member-body.member-page-account .account-rank-summary-metrics small,
body.member-body.member-route-account .account-rank-summary-metrics small {
  overflow: hidden !important;
  color: #7a8494 !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

@media (max-width: 820px) {
  body.member-body.member-page-account .account-rank-summary-card,
  body.member-body.member-route-account .account-rank-summary-card {
    grid-template-columns: auto minmax(0, 1fr) !important;
  }

  body.member-body.member-page-account .account-rank-summary-progress,
  body.member-body.member-route-account .account-rank-summary-progress {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 560px) {
  body.member-body.member-page-account .account-rank-summary-card,
  body.member-body.member-route-account .account-rank-summary-card {
    padding: 13px !important;
  }

  body.member-body.member-page-account .account-rank-summary-metrics,
  body.member-body.member-route-account .account-rank-summary-metrics {
    grid-template-columns: 1fr !important;
  }
}


body.member-body .top-avatar {
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

body.member-body .top-avatar::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  height: auto !important;
  border-radius: inherit !important;
  background: #fff !important;
  transform: none !important;
  z-index: 0 !important;
}

body.member-body .top-avatar::after {
  content: "" !important;
  position: absolute !important;
  inset: 4px !important;
  left: 4px !important;
  right: 4px !important;
  top: 4px !important;
  bottom: 4px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  border: 3px solid rgba(52, 120, 246, .22) !important;
  border-top-color: #3478f6 !important;
  border-radius: inherit !important;
  background: transparent !important;
  opacity: 0 !important;
  transform: none !important;
  z-index: 3 !important;
  pointer-events: none !important;
}

body.member-body .top-avatar-glyph {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  transition: opacity .16s ease, transform .16s ease !important;
}

body.member-body .top-avatar-glyph::before,
body.member-body .top-avatar-glyph::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  display: block !important;
  background: #000 !important;
  transform: translateX(-50%) !important;
}

body.member-body .top-avatar-glyph::before {
  top: 19% !important;
  width: 33% !important;
  height: 33% !important;
  border-radius: 50% !important;
}

body.member-body .top-avatar-glyph::after {
  bottom: 17% !important;
  width: 63% !important;
  height: 30% !important;
  border-radius: 999px 999px 52% 52% !important;
}

body.member-body .top-avatar.is-loading-click .top-avatar-glyph {
  opacity: .24 !important;
  transform: scale(.94) !important;
}

body.member-body .top-avatar.is-loading-click::after {
  opacity: 1 !important;
  animation: fh-button-spinner .72s linear infinite !important;
}


body.member-body .side-foot {
  overflow: visible !important;
}

body.member-body .side-account-group {
  position: relative !important;
  display: block !important;
  min-width: 0 !important;
}

body.member-body .side-account-group > summary {
  list-style: none !important;
}

body.member-body .side-account-group > summary::-webkit-details-marker {
  display: none !important;
}

body.member-body .side-account {
  cursor: pointer !important;
  user-select: none !important;
  text-decoration: none !important;
}

body.member-body .side-account .side-caret {
  transition: transform .16s ease !important;
}

body.member-body .side-account-group[open] .side-caret {
  transform: rotate(180deg) !important;
}

body.member-body .side-account-menu {
  position: absolute !important;
  left: 0 !important;
  bottom: calc(100% + 10px) !important;
  z-index: 70 !important;
  display: grid !important;
  gap: 4px !important;
  width: 230px !important;
  max-width: calc(100vw - 32px) !important;
  padding: 8px !important;
  border: 1px solid rgba(213, 220, 230, .96) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .98) !important;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .14) !important;
  animation: fh-account-menu-in .14s ease-out both !important;
}

body.member-body .side-account-menu::after {
  content: "" !important;
  position: absolute !important;
  left: 28px !important;
  bottom: -6px !important;
  width: 10px !important;
  height: 10px !important;
  border-right: 1px solid rgba(213, 220, 230, .96) !important;
  border-bottom: 1px solid rgba(213, 220, 230, .96) !important;
  background: #fff !important;
  transform: rotate(45deg) !important;
}

body.member-body .side-account-menu a {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  align-items: center !important;
  min-height: 36px !important;
  padding: 8px 11px !important;
  border: 1px solid transparent !important;
  border-radius: 10px !important;
  color: #1f2937 !important;
  font-family: Montserrat, Inter, ui-sans-serif, system-ui, sans-serif !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  transition: background .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease !important;
}

body.member-body .side-account-menu a:hover,
body.member-body .side-account-menu a:focus-visible {
  color: #1f6ff2 !important;
  border-color: rgba(52, 120, 246, .55) !important;
  background: #f7fbff !important;
  box-shadow: inset 0 0 0 1px rgba(52, 120, 246, .18) !important;
  outline: none !important;
}

body.member-body .side-account-menu .side-logout {
  width: 100% !important;
  margin: 0 !important;
  padding: 8px 11px !important;
  color: #8a929e !important;
}

body.member-body .side-account-menu .side-logout:hover,
body.member-body .side-account-menu .side-logout:focus-visible {
  color: #c2410c !important;
  border-color: rgba(251, 146, 60, .48) !important;
  background: #fff7ed !important;
  box-shadow: inset 0 0 0 1px rgba(251, 146, 60, .16) !important;
}

@keyframes fh-account-menu-in {
  from {
    opacity: 0;
    transform: translateY(6px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1180px) {
  body.member-body .side-account-menu {
    left: auto !important;
    right: 0 !important;
  }

  body.member-body .side-account-menu::after {
    left: auto !important;
    right: 28px !important;
  }
}




body.member-body .member-pjax-loader {
  position: absolute !important;
  inset: 0 !important;
  z-index: 80 !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  padding: 4px 0 86px !important;
  background: linear-gradient(180deg, rgba(244, 248, 253, .76), rgba(244, 248, 253, .46)) !important;
  pointer-events: none !important;
  animation: fh-pjax-fade-in .14s ease-out both !important;
}

body.member-body .member-pjax-skeleton {
  width: min(100%, 760px) !important;
  display: grid !important;
  gap: 12px !important;
}

body.member-body .member-pjax-skeleton-head,
body.member-body .member-pjax-skeleton-row,
body.member-body .member-pjax-skeleton-card {
  position: relative !important;
  overflow: hidden !important;
  border: 1px solid rgba(217, 226, 239, .92) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .86) !important;
  box-shadow: 0 16px 38px rgba(15, 23, 42, .045) !important;
}

body.member-body .member-pjax-skeleton-head::after,
body.member-body .member-pjax-skeleton-row::after,
body.member-body .member-pjax-skeleton-card::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  transform: translateX(-100%) !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .72), transparent) !important;
  animation: fh-pjax-skeleton-shimmer 1.05s ease-in-out infinite !important;
}

body.member-body .member-pjax-skeleton-head {
  min-height: 104px !important;
  padding: 20px !important;
  display: grid !important;
  grid-template-columns: 58px minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: center !important;
}

body.member-body .member-pjax-skeleton-row {
  min-height: 56px !important;
  padding: 13px 16px !important;
  display: grid !important;
  grid-template-columns: 110px 1fr 96px !important;
  gap: 12px !important;
  align-items: center !important;
}

body.member-body .member-pjax-skeleton-card {
  min-height: 96px !important;
  padding: 18px 20px !important;
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) 132px !important;
  gap: 14px !important;
  align-items: center !important;
}

body.member-body .member-pjax-skeleton-card.compact {
  min-height: 74px !important;
}

body.member-body .member-pjax-skeleton i,
body.member-body .member-pjax-skeleton b,
body.member-body .member-pjax-skeleton span {
  display: block !important;
  min-width: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #edf2f8 0%, #f8fbff 52%, #e7eef8 100%) !important;
}

body.member-body .member-pjax-skeleton-head i {
  width: 54px !important;
  height: 54px !important;
  border-radius: 17px !important;
}

body.member-body .member-pjax-skeleton-head b {
  width: min(70%, 340px) !important;
  height: 25px !important;
}

body.member-body .member-pjax-skeleton-row i {
  height: 24px !important;
}

body.member-body .member-pjax-skeleton-row span {
  height: 18px !important;
}

body.member-body .member-pjax-skeleton-row b {
  height: 30px !important;
}

body.member-body .member-pjax-skeleton-card i {
  width: 38px !important;
  height: 38px !important;
}

body.member-body .member-pjax-skeleton-card span:first-of-type {
  height: 22px !important;
  width: min(72%, 380px) !important;
}

body.member-body .member-pjax-skeleton-card span:last-of-type {
  height: 34px !important;
  width: 132px !important;
}

@keyframes fh-pjax-skeleton-shimmer {
  100% {
    transform: translateX(100%) !important;
  }
}

@keyframes fh-pjax-fade-in {
  from {
    opacity: 0 !important;
    transform: translateY(4px) !important;
  }

  to {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}

@media (max-width: 760px) {
  body.member-body .member-pjax-loader {
    position: absolute !important;
    padding: 0 0 94px !important;
  }

  body.member-body .member-pjax-skeleton {
    gap: 10px !important;
  }

  body.member-body .member-pjax-skeleton-head {
    min-height: 86px !important;
    padding: 15px !important;
    grid-template-columns: 44px minmax(0, 1fr) !important;
  }

  body.member-body .member-pjax-skeleton-head i {
    width: 42px !important;
    height: 42px !important;
    border-radius: 14px !important;
  }

  body.member-body .member-pjax-skeleton-head b {
    height: 20px !important;
  }

  body.member-body .member-pjax-skeleton-row {
    grid-template-columns: 1fr 74px !important;
  }

  body.member-body .member-pjax-skeleton-row span {
    display: none !important;
  }

  body.member-body .member-pjax-skeleton-card {
    min-height: 84px !important;
    padding: 15px !important;
    grid-template-columns: 36px minmax(0, 1fr) !important;
  }

  body.member-body .member-pjax-skeleton-card i {
    width: 34px !important;
    height: 34px !important;
  }

  body.member-body .member-pjax-skeleton-card span:last-of-type {
    grid-column: 2 !important;
    width: min(58%, 170px) !important;
    height: 18px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.member-body .member-pjax-loader,
  body.member-body .member-pjax-skeleton-head::after,
  body.member-body .member-pjax-skeleton-row::after,
  body.member-body .member-pjax-skeleton-card::after {
    animation: none !important;
  }
}


@media (min-width: 1181px) {
  body.member-body.member-route-account-produkt-aufladen {
    --fh-shell-w: min(1180px, calc(100vw - 72px)) !important;
    --fh-content-w: 760px !important;
    --fh-shell-gap: 64px !important;
    --fh-template-shell: min(1180px, calc(100vw - 72px)) !important;
    --fh-template-content: 760px !important;
    --fh-template-gap: 64px !important;
  }
}


body.member-body.member-route-account-produkt-aufladen .special-event-banner,
body.member-body.member-route-account-shares-aufladen .special-event-banner {
  width: min(100%, 720px) !important;
  max-width: 720px !important;
  min-height: 0 !important;
  margin: 0 auto 16px !important;
}

body.member-body .book-btn.active {
  background: #3478f6 !important;
  border-color: #3478f6 !important;
  color: #fff !important;
  opacity: 1 !important;
  box-shadow: 0 16px 34px rgba(52, 120, 246, .22) !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-shell {
  width: min(100%, 760px) !important;
  max-width: 760px !important;
  padding-top: 0 !important;
  overflow-x: clip !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-filters {
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-filters .chip-row {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 2px 0 4px !important;
  overflow-x: visible !important;
  overflow-y: hidden !important;
  overscroll-behavior-x: contain !important;
  scroll-padding-inline: 12px !important;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: auto !important;
  touch-action: manipulation !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-filters .chip-row::-webkit-scrollbar {
  display: none !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-filters .chip {
  appearance: none !important;
  flex: 0 0 auto !important;
  min-width: max-content !important;
  min-height: 32px !important;
  padding: 0 10px !important;
  border: 1px solid var(--line) !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  scroll-snap-align: center !important;
  font-size: 12px !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-shell.is-filtering .product-catalog-list {
  opacity: .58 !important;
  transform: translateY(2px) !important;
  transition: opacity .12s ease, transform .12s ease !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-card[hidden] {
  display: none !important;
}

body.member-body [data-product-catalog-card][hidden],
body.member-body [data-product-catalog-empty][hidden] {
  display: none !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-head {
  align-items: center !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-head h1 {
  max-width: 560px !important;
  font-size: clamp(28px, 3vw, 36px) !important;
  line-height: 1.08 !important;
  overflow-wrap: normal !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-balance {
  min-height: 70px !important;
  padding: 14px 16px !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-list {
  gap: 9px !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-card {
  grid-template-columns: minmax(0, 1fr) minmax(150px, .38fr) 144px !important;
  min-height: 86px !important;
  padding: 13px 15px !important;
  gap: 12px !important;
  border-radius: 13px !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-main h2 {
  gap: 8px !important;
  font-size: 16px !important;
  line-height: 1.16 !important;
  font-weight: 650 !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-main p {
  margin-top: 5px !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-meta {
  margin-top: 7px !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-meta span,
body.member-body.member-route-account-produkt-aufladen .product-catalog-options span {
  min-height: 24px !important;
  padding: 3px 8px !important;
  font-size: 11px !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-options {
  gap: 6px !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-actions {
  width: 144px !important;
  gap: 6px !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-actions .btn {
  min-height: 31px !important;
  padding: 0 10px !important;
  font-size: 12px !important;
  font-weight: 620 !important;
}

@media (max-width: 980px) {
  body.member-body.member-route-account-produkt-aufladen .product-catalog-shell {
    width: 100% !important;
    max-width: 720px !important;
  }

  body.member-body.member-route-account-produkt-aufladen .product-catalog-card {
    grid-template-columns: 1fr !important;
  }

  body.member-body.member-route-account-produkt-aufladen .product-catalog-actions {
    width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  body.member-body.member-route-account-produkt-aufladen .product-catalog-head {
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }

  body.member-body.member-route-account-produkt-aufladen .product-catalog-head .btn {
    width: fit-content !important;
  }

  body.member-body.member-route-account-produkt-aufladen .product-catalog-head h1 {
    font-size: 27px !important;
  }

  body.member-body.member-route-account-produkt-aufladen .product-catalog-balance {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.member-body.member-route-account-produkt-aufladen .product-catalog-filters {
    width: 100% !important;
  }

  body.member-body.member-route-account-produkt-aufladen .product-catalog-filters p {
    margin-bottom: 7px !important;
    font-size: 11px !important;
  }

  body.member-body.member-route-account-produkt-aufladen .product-catalog-filters .chip-row {
    gap: 6px !important;
    margin-inline: 0 !important;
    padding-inline: 0 !important;
    scroll-padding-inline: 0 !important;
  }

  body.member-body.member-route-account-produkt-aufladen .product-catalog-filters .chip {
    min-height: 30px !important;
    padding: 0 9px !important;
    font-size: 11px !important;
  }

  body.member-body.member-route-account-produkt-aufladen .product-catalog-actions {
    grid-template-columns: 1fr !important;
  }

  body.member-body.member-route-account-produkt-aufladen .product-catalog-card {
    min-height: 0 !important;
    padding: 11px 12px !important;
    gap: 8px !important;
  }

  body.member-body.member-route-account-produkt-aufladen .product-catalog-main h2 {
    font-size: 14px !important;
  }

  body.member-body.member-route-account-produkt-aufladen .product-catalog-main p {
    display: none !important;
  }
}


body.member-body.member-route-access,
body.member-body.member-page-access {
  --fh-access-rail: 760px;
}



body.member-body.member-route-access .access-card,
body.member-body.member-page-access .access-card {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-shell,
body.member-body.member-page-account-produkt-aufladen .product-catalog-shell,
body.member-body.member-page-products .product-catalog-shell {
  width: min(100%, 1060px) !important;
  max-width: 1060px !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-filters,
body.member-body.member-page-account-produkt-aufladen .product-catalog-filters,
body.member-body.member-page-products .product-catalog-filters {
  overflow: visible !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-filters .chip-row,
body.member-body.member-page-account-produkt-aufladen .product-catalog-filters .chip-row,
body.member-body.member-page-products .product-catalog-filters .chip-row {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  max-width: 100% !important;
  padding: 2px 2px 10px !important;
  margin: 0 -2px !important;
  scrollbar-width: thin !important;
  scrollbar-color: rgba(52, 120, 246, .28) rgba(215, 225, 240, .42) !important;
  -webkit-overflow-scrolling: touch !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-filters .chip-row::-webkit-scrollbar,
body.member-body.member-page-account-produkt-aufladen .product-catalog-filters .chip-row::-webkit-scrollbar,
body.member-body.member-page-products .product-catalog-filters .chip-row::-webkit-scrollbar {
  height: 5px !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-filters .chip,
body.member-body.member-page-account-produkt-aufladen .product-catalog-filters .chip,
body.member-body.member-page-products .product-catalog-filters .chip {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  flex: 0 0 auto !important;
  min-width: 0 !important;
  min-height: 34px !important;
  padding: 0 13px !important;
  border: 1px solid rgba(215, 225, 240, .96) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .82) !important;
  color: #344054 !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .04) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-filters .chip.active,
body.member-body.member-page-account-produkt-aufladen .product-catalog-filters .chip.active,
body.member-body.member-page-products .product-catalog-filters .chip.active {
  border-color: rgba(52, 120, 246, .42) !important;
  background: #17233a !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(23, 35, 58, .18) !important;
}

body.member-body .product-catalog-filter-mark {
  display: inline-block !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 999px !important;
  background: #3478f6 !important;
  box-shadow: 0 0 0 3px rgba(52, 120, 246, .10) !important;
}

body.member-body .product-catalog-filter-mark.platform-instagram { background: #e4405f !important; box-shadow: 0 0 0 3px rgba(228, 64, 95, .12) !important; }
body.member-body .product-catalog-filter-mark.platform-tiktok { background: #111827 !important; box-shadow: 0 0 0 3px rgba(17, 24, 39, .10) !important; }
body.member-body .product-catalog-filter-mark.platform-youtube { background: #ff0033 !important; box-shadow: 0 0 0 3px rgba(255, 0, 51, .10) !important; }
body.member-body .product-catalog-filter-mark.platform-facebook { background: #1877f2 !important; box-shadow: 0 0 0 3px rgba(24, 119, 242, .10) !important; }
body.member-body .product-catalog-filter-mark.platform-twitter { background: #0f172a !important; box-shadow: 0 0 0 3px rgba(15, 23, 42, .10) !important; }

body.member-body.member-route-account-produkt-aufladen .product-catalog-filters .chip strong,
body.member-body.member-page-account-produkt-aufladen .product-catalog-filters .chip strong,
body.member-body.member-page-products .product-catalog-filters .chip strong {
  display: inline-grid !important;
  place-items: center !important;
  min-width: 20px !important;
  height: 20px !important;
  padding: 0 6px !important;
  border-radius: 999px !important;
  background: rgba(52, 120, 246, .10) !important;
  color: #3478f6 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-filters .chip.active strong,
body.member-body.member-page-account-produkt-aufladen .product-catalog-filters .chip.active strong,
body.member-body.member-page-products .product-catalog-filters .chip.active strong {
  background: rgba(255, 255, 255, .16) !important;
  color: #fff !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-list,
body.member-body.member-page-account-produkt-aufladen .product-catalog-list,
body.member-body.member-page-products .product-catalog-list {
  gap: 8px !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-card,
body.member-body.member-page-account-produkt-aufladen .product-catalog-card,
body.member-body.member-page-products .product-catalog-card {
  grid-template-columns: minmax(0, 1fr) auto !important;
  min-height: 72px !important;
  padding: 11px 14px !important;
  gap: 12px !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, .92) !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .035) !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-card:hover,
body.member-body.member-page-account-produkt-aufladen .product-catalog-card:hover,
body.member-body.member-page-products .product-catalog-card:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .075) !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-main h2,
body.member-body.member-page-account-produkt-aufladen .product-catalog-main h2,
body.member-body.member-page-products .product-catalog-main h2 {
  gap: 9px !important;
  font-size: 15px !important;
  line-height: 1.16 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-main h2 .platform-logo,
body.member-body.member-page-account-produkt-aufladen .product-catalog-main h2 .platform-logo,
body.member-body.member-page-products .product-catalog-main h2 .platform-logo {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  border-radius: 9px !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-main p,
body.member-body.member-page-account-produkt-aufladen .product-catalog-main p,
body.member-body.member-page-products .product-catalog-main p {
  max-width: 620px !important;
  margin-top: 3px !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  color: #667085 !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-meta,
body.member-body.member-page-account-produkt-aufladen .product-catalog-meta,
body.member-body.member-page-products .product-catalog-meta {
  margin-top: 6px !important;
  gap: 5px !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-meta span,
body.member-body.member-page-account-produkt-aufladen .product-catalog-meta span,
body.member-body.member-page-products .product-catalog-meta span {
  min-height: 20px !important;
  padding: 2px 7px !important;
  border-radius: 999px !important;
  font-size: 10.5px !important;
  font-weight: 850 !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-actions,
body.member-body.member-page-account-produkt-aufladen .product-catalog-actions,
body.member-body.member-page-products .product-catalog-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  width: auto !important;
  min-width: 0 !important;
  gap: 8px !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-actions .btn,
body.member-body.member-page-account-produkt-aufladen .product-catalog-actions .btn,
body.member-body.member-page-products .product-catalog-actions .btn {
  min-height: 32px !important;
  padding: 0 13px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-actions .btn.ghost,
body.member-body.member-page-account-produkt-aufladen .product-catalog-actions .btn.ghost,
body.member-body.member-page-products .product-catalog-actions .btn.ghost {
  min-width: 0 !important;
  background: rgba(15, 23, 42, .055) !important;
  color: #667085 !important;
}

@media (max-width: 720px) {
  body.member-body.member-route-account-produkt-aufladen .product-catalog-card,
  body.member-body.member-page-account-produkt-aufladen .product-catalog-card,
  body.member-body.member-page-products .product-catalog-card {
    grid-template-columns: 1fr !important;
    padding: 10px 11px !important;
  }

  body.member-body.member-route-account-produkt-aufladen .product-catalog-actions,
  body.member-body.member-page-account-produkt-aufladen .product-catalog-actions,
  body.member-body.member-page-products .product-catalog-actions {
    justify-content: flex-start !important;
  }

  body.member-body.member-route-account-produkt-aufladen .product-catalog-main p,
  body.member-body.member-page-account-produkt-aufladen .product-catalog-main p,
  body.member-body.member-page-products .product-catalog-main p {
    display: none !important;
  }
}

body.member-body.member-route-access .stat-row,
body.member-body.member-page-access .stat-row,
body.member-body.member-route-access .chip-row,
body.member-body.member-page-access .chip-row {
  max-width: 100% !important;
}


body.member-body .event-games-card {
  width: min(100%, 760px) !important;
  max-width: 760px !important;
  margin: 0 auto !important;
  padding: 18px !important;
  border: 1px solid #dfe8f4 !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%) !important;
  box-shadow: 0 18px 46px rgba(15, 23, 42, .055) !important;
  box-sizing: border-box !important;
}

body.member-body .event-games-head {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 14px !important;
  margin-bottom: 14px !important;
}

body.member-body .event-games-head span,
body.member-body .event-games-head h2,
body.member-body .event-games-head p {
  margin: 0 !important;
  letter-spacing: 0 !important;
}

body.member-body .event-games-head > div:first-child > span {
  color: #8792a3 !important;
  font-size: 11px !important;
  font-weight: 820 !important;
  text-transform: uppercase !important;
}

body.member-body .event-games-head h2 {
  margin-top: 3px !important;
  color: #101828 !important;
  font-size: 21px !important;
  line-height: 1.15 !important;
  font-weight: 760 !important;
}

body.member-body .event-games-head p {
  margin-top: 5px !important;
  color: #667085 !important;
  font-size: 13px !important;
  font-weight: 520 !important;
  line-height: 1.4 !important;
}

body.member-body .event-score-pill {
  min-width: 86px !important;
  padding: 9px 12px !important;
  border: 1px solid #dce7f6 !important;
  border-radius: 16px !important;
  background: #f7fbff !important;
  text-align: center !important;
}

body.member-body .event-score-pill strong {
  display: block !important;
  color: #3478f6 !important;
  font-size: 24px !important;
  line-height: 1 !important;
  font-weight: 780 !important;
}

body.member-body .event-score-pill span {
  display: block !important;
  margin-top: 3px !important;
  color: #667085 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}

body.member-body .event-game-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body.member-body .event-game-panel {
  position: relative !important;
  min-width: 0 !important;
  padding: 14px !important;
  border: 1px solid #e2eaf4 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .04) !important;
  overflow: hidden !important;
}

body.member-body .event-game-panel-wide {
  grid-row: span 2 !important;
}

body.member-body .event-game-title {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}

body.member-body .event-game-title > span {
  flex: 0 0 auto !important;
  width: 38px !important;
  height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 14px !important;
  background: #edf4ff !important;
  font-size: 18px !important;
}

body.member-body .event-game-title h3,
body.member-body .event-game-title p {
  margin: 0 !important;
}

body.member-body .event-game-title h3 {
  color: #101828 !important;
  font-size: 16px !important;
  line-height: 1.18 !important;
  font-weight: 760 !important;
}

body.member-body .event-game-title p {
  margin-top: 4px !important;
  color: #667085 !important;
  font-size: 12px !important;
  font-weight: 520 !important;
  line-height: 1.35 !important;
}

body.member-body .event-egg-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin-top: 13px !important;
}

body.member-body .event-egg-button {
  position: relative !important;
  min-height: 48px !important;
  border: 1px solid #dbe7f6 !important;
  border-radius: 15px !important;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%) !important;
  color: #101828 !important;
  font-size: 22px !important;
  cursor: pointer !important;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease, background .16s ease !important;
}

body.member-body .event-egg-button:hover,
body.member-body .event-egg-button:focus-visible,
body.member-body .event-game-action:hover,
body.member-body .event-game-action:focus-visible {
  border-color: #3478f6 !important;
  box-shadow: 0 0 0 2px rgba(52, 120, 246, .16), 0 14px 30px rgba(52, 120, 246, .12) !important;
  outline: none !important;
}

body.member-body .event-egg-button.is-open {
  background: #f7fbff !important;
}

body.member-body .event-egg-button.is-found {
  border-color: rgba(52, 120, 246, .5) !important;
  background: linear-gradient(180deg, #eef5ff 0%, #fff 100%) !important;
}

body.member-body .event-egg-button:disabled {
  cursor: default !important;
  opacity: .9 !important;
}

body.member-body .event-game-action {
  width: 100% !important;
  margin-top: 16px !important;
}

body.member-body .event-game-action.is-running {
  animation: fhEventBoostPulse .7s ease !important;
}

body.member-body .event-game-status {
  margin-top: 12px !important;
  padding: 11px 13px !important;
  border-radius: 14px !important;
  background: #f7f9fc !important;
  color: #475467 !important;
  font-size: 13px !important;
  font-weight: 620 !important;
  line-height: 1.35 !important;
}

body.member-body .event-game-status[data-tone="success"] {
  background: #effaf3 !important;
  color: #12633d !important;
}

body.member-body .event-game-burst {
  position: absolute !important;
  inset: 50% auto auto 50% !important;
  pointer-events: none !important;
  z-index: 5 !important;
}

body.member-body .event-game-burst i {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  color: #3478f6 !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 780 !important;
  animation: fhEventBurst .75s ease-out forwards !important;
}

@keyframes fhEventBurst {
  from {
    opacity: 1;
    transform: translate(-50%, -50%) scale(.9);
  }
  to {
    opacity: 0;
    transform: translate(calc(-50% + var(--event-burst-x)), calc(-50% + var(--event-burst-y))) scale(1.15);
  }
}

@keyframes fhEventBoostPulse {
  0%, 100% { transform: translateY(0) scale(1); }
  45% { transform: translateY(-1px) scale(1.025); }
}

@media (max-width: 760px) {
  body.member-body .event-games-card {
    padding: 14px !important;
    border-radius: 16px !important;
  }

  body.member-body .event-games-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 10px !important;
  }

  body.member-body .event-games-head h2 {
    font-size: 19px !important;
  }

  body.member-body .event-game-grid {
    grid-template-columns: 1fr !important;
  }

  body.member-body .event-game-panel-wide {
    grid-row: auto !important;
  }
}

@media (prefers-reduced-motion: reduce) {
body.member-body .event-game-action.is-running {
    animation: none !important;
  }
}


body.member-body .side-account .side-caret {
  width: 16px !important;
  height: 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: 2px !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
  transform: none !important;
}

body.member-body .side-account .side-caret::before {
  content: "" !important;
  width: 7px !important;
  height: 7px !important;
  display: block !important;
  margin-top: -3px !important;
  border-right: 2px solid #2f2f2f !important;
  border-bottom: 2px solid #2f2f2f !important;
  border-radius: 1px !important;
  transform: rotate(45deg) !important;
  transition: transform .16s ease, margin-top .16s ease !important;
}

body.member-body .side-account-group[open] .side-caret {
  transform: none !important;
}

body.member-body .side-account-group[open] .side-caret::before {
  margin-top: 3px !important;
  transform: rotate(225deg) !important;
}


body.member-body .email-confirm-overlay {
  position: fixed !important;
  inset: 0 !important;
  z-index: 1400 !important;
  display: grid !important;
  place-items: center !important;
  padding: 18px !important;
  background: rgba(6, 12, 24, .48) !important;
  backdrop-filter: blur(10px) !important;
}

body.member-body .email-confirm-overlay.closing {
  opacity: 0 !important;
  transition: opacity .14s ease !important;
}

body.member-body .email-confirm-card {
  position: relative !important;
  width: min(100%, 430px) !important;
  padding: 24px !important;
  border: 1px solid rgba(219, 229, 242, .95) !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 30px 90px rgba(8, 13, 26, .22) !important;
  color: #101828 !important;
  animation: emailConfirmIn .18s ease-out both !important;
}

body.member-body .email-confirm-card.is-invalid {
  animation: emailConfirmShake .24s ease both !important;
}

body.member-body .email-confirm-close {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  width: 34px !important;
  height: 34px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid #e0e8f4 !important;
  border-radius: 999px !important;
  background: #f8fbff !important;
  color: #667085 !important;
  font-size: 20px !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

body.member-body .email-confirm-close:hover,
body.member-body .email-confirm-close:focus-visible {
  border-color: #3478f6 !important;
  color: #3478f6 !important;
  outline: none !important;
}

body.member-body .email-confirm-icon {
  width: 48px !important;
  height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 14px !important;
  border-radius: 16px !important;
  background: #edf4ff !important;
  color: #3478f6 !important;
  font-size: 22px !important;
  font-weight: 820 !important;
}

body.member-body .email-confirm-card p,
body.member-body .email-confirm-card h2,
body.member-body .email-confirm-copy {
  margin: 0 !important;
  letter-spacing: 0 !important;
}

body.member-body .email-confirm-card > p {
  color: #8b95a5 !important;
  font-size: 11px !important;
  font-weight: 820 !important;
  text-transform: uppercase !important;
}

body.member-body .email-confirm-card h2 {
  margin-top: 5px !important;
  color: #101828 !important;
  font-size: 24px !important;
  line-height: 1.12 !important;
  font-weight: 760 !important;
}

body.member-body .email-confirm-copy {
  display: block !important;
  margin-top: 7px !important;
  color: #667085 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  font-weight: 520 !important;
}

body.member-body .email-confirm-form {
  display: grid !important;
  gap: 13px !important;
  margin-top: 18px !important;
}

body.member-body .email-confirm-mode {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 6px !important;
  padding: 5px !important;
  border: 1px solid #dfe7f2 !important;
  border-radius: 16px !important;
  background: #f4f7fb !important;
}

body.member-body .email-confirm-mode button {
  min-height: 38px !important;
  border: 1px solid transparent !important;
  border-radius: 12px !important;
  background: transparent !important;
  color: #667085 !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 12px !important;
  font-weight: 730 !important;
  cursor: pointer !important;
}

body.member-body .email-confirm-mode button.active {
  border-color: #d8e4f8 !important;
  background: #fff !important;
  color: #101828 !important;
  box-shadow: 0 10px 22px rgba(15, 23, 42, .06) !important;
}

body.member-body .email-confirm-password,
body.member-body .email-confirm-code {
  display: grid !important;
  gap: 8px !important;
}

body.member-body .email-confirm-password[hidden],
body.member-body .email-confirm-code[hidden] {
  display: none !important;
}

body.member-body .email-confirm-password span,
body.member-body .email-confirm-code > span {
  color: #667085 !important;
  font-size: 12px !important;
  font-weight: 720 !important;
}

body.member-body .email-confirm-password input {
  width: 100% !important;
  min-height: 50px !important;
  padding: 0 14px !important;
  border: 1px solid #d8e1ee !important;
  border-radius: 15px !important;
  background: #fbfdff !important;
  color: #101828 !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  box-sizing: border-box !important;
}

body.member-body .email-confirm-password input:focus {
  border-color: #3478f6 !important;
  box-shadow: 0 0 0 3px rgba(52, 120, 246, .14) !important;
  outline: none !important;
}

body.member-body .email-confirm-codepad {
  justify-content: center !important;
  justify-items: center !important;
  margin: 0 auto !important;
}

body.member-body .email-confirm-codepad .code-digit {
  width: 56px !important;
  height: 58px !important;
  font-size: 24px !important;
}

body.member-body .email-confirm-error {
  padding: 10px 12px !important;
  border: 1px solid rgba(239, 68, 68, .24) !important;
  border-radius: 14px !important;
  background: #fff5f5 !important;
  color: #b42318 !important;
  font-size: 12px !important;
  font-weight: 680 !important;
}

body.member-body .email-confirm-actions {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
}

body.member-body .email-confirm-actions .btn {
  width: 100% !important;
}

@keyframes emailConfirmIn {
  from {
    opacity: 0;
    transform: translateY(10px) scale(.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes emailConfirmShake {
  0%, 100% { transform: translateX(0); }
  28% { transform: translateX(-5px); }
  60% { transform: translateX(5px); }
}

@media (max-width: 520px) {
  body.member-body .email-confirm-card {
    padding: 20px !important;
    border-radius: 20px !important;
  }

  body.member-body .email-confirm-actions {
    grid-template-columns: 1fr !important;
  }

  body.member-body .email-confirm-codepad .code-digit {
    width: 52px !important;
    height: 56px !important;
  }
}


.send-success-overlay {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(10, 18, 32, .42);
  backdrop-filter: blur(12px);
  animation: fhFadeIn .16s ease both;
}

.send-success-overlay.closing {
  animation: fhFadeOut .16s ease both;
}

.send-success-card {
  position: relative;
  width: min(100%, 440px);
  max-height: min(88vh, 760px);
  overflow: auto;
  border: 1px solid rgba(215, 226, 241, .92);
  border-radius: 24px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 28px 80px rgba(15, 23, 42, .22);
  padding: 28px;
  text-align: center;
}

.send-success-overlay.has-boost-offer .send-success-card {
  width: min(100%, 620px);
  text-align: left;
}

.send-success-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: #f2f5fa;
  color: #475569;
  font: 700 22px/1 Montserrat, sans-serif;
  cursor: pointer;
}

.send-success-icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #eaf7ee;
  color: #129447;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 12px;
}

.send-success-card > p,
.boost-offer-head > span {
  margin: 0;
  color: #3478f6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.send-success-card > h2 {
  margin: 6px 0 8px;
  color: #111827;
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.05;
}

.send-success-card > span:not(.send-success-icon) {
  display: block;
  color: #64748b;
  font-size: 14px;
  line-height: 1.5;
}

.send-success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 18px;
}

.send-success-note {
  display: block;
  margin-top: 10px;
  color: #7b8798;
  font-size: 12px;
  font-weight: 700;
}

.boost-offer {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #edf2f7;
}

.boost-offer-head {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.boost-offer-head > span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0f1d33, #3478f6);
  color: #fff;
  box-shadow: 0 14px 30px rgba(52, 120, 246, .24);
  letter-spacing: 0;
}

.boost-offer h2,
.boost-card-top h3 {
  margin: 0;
  color: #101828;
  font-size: 19px;
  line-height: 1.15;
}

.boost-offer p {
  margin: 5px 0 0;
  color: #697383;
  font-size: 13px;
  line-height: 1.4;
}

.boost-package-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.boost-package-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid #dce6f4;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 14px 34px rgba(24, 39, 75, .08);
}

.boost-package-card:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -55%;
  width: 42%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(52, 120, 246, .10), transparent);
  animation: boostSweep 3.6s ease-in-out infinite;
  pointer-events: none;
}

.boost-package-card > * {
  position: relative;
  z-index: 1;
}

.boost-package-card:hover,
.boost-package-card:focus-within {
  border-color: #3478f6;
  box-shadow: 0 18px 44px rgba(52, 120, 246, .16);
}

.boost-card-top > span {
  display: inline-flex;
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  background: #edf4ff;
  color: #3478f6;
  font-size: 11px;
  font-weight: 800;
}

.boost-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 8px;
}

.boost-price del {
  color: #98a2b3;
  font-size: 13px;
  font-weight: 700;
}

.boost-price strong {
  color: #101828;
  font-size: 22px;
  font-weight: 850;
}

.boost-items {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.boost-items span,
.boost-benefits li {
  border-radius: 999px;
  background: #f2f6fb;
  color: #344054;
  font-size: 12px;
  font-weight: 700;
}

.boost-items span {
  padding: 7px 9px;
}

.boost-benefits {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.boost-benefits li {
  position: relative;
  padding: 7px 9px 7px 26px;
}

.boost-benefits li:before {
  content: "✓";
  position: absolute;
  left: 10px;
  color: #129447;
  font-weight: 900;
}

.boost-details summary > span {
  font-size: 0;
}

.boost-details summary > span::before {
  content: "Details anzeigen";
  font-size: 12px;
}

.boost-details[open] summary > span::before {
  content: "Details ausblenden";
}

.boost-payment-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: -2px;
}

.boost-payment-logos .payment-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 21px;
  padding: 0 5px;
  overflow: hidden;
  border: 1px solid #dbe4f1;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 5px 12px rgba(15, 23, 42, .035);
}

.boost-payment-logos .payment-logo img {
  display: block;
  width: 100%;
  max-width: 36px;
  height: 15px;
  object-fit: contain;
}

.boost-payment-logos .payment-logo-mastercard img {
  max-width: 22px;
}

.boost-payment-logos .payment-logo-apple-pay,
.boost-payment-logos .payment-logo-google-pay,
.boost-payment-logos .payment-logo-klarna,
.boost-payment-logos .payment-logo-paysafecard,
.boost-payment-logos .payment-logo-sofort,
.boost-payment-logos .payment-logo-vorkasse {
  width: 56px;
}

.boost-payment-logos .payment-logo-apple-pay img,
.boost-payment-logos .payment-logo-google-pay img,
.boost-payment-logos .payment-logo-klarna img,
.boost-payment-logos .payment-logo-paysafecard img,
.boost-payment-logos .payment-logo-sofort img,
.boost-payment-logos .payment-logo-vorkasse img {
  max-width: 48px;
}

.boost-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.boost-actions .btn:only-child {
  grid-column: 1 / -1;
}

.boost-primary-cta {
  position: relative;
  overflow: hidden;
  border: 0 !important;
  background: linear-gradient(135deg, #1d4ed8 0%, #3478f6 54%, #60a5fa 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 14px 30px rgba(52, 120, 246, .28) !important;
  animation: fhBoostCtaGlow 2.8s ease-in-out infinite;
}

.boost-primary-cta::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -42%;
  width: 38%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .38), transparent);
  animation: fhBoostCtaSweep 2.9s ease-in-out infinite;
  pointer-events: none;
}

.boost-primary-cta > span {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-right: 7px;
  animation: fhBoostRocket 1.9s ease-in-out infinite;
}

.boost-primary-cta:not(:disabled):hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(52, 120, 246, .34) !important;
}

.boost-package-card.is-submitting {
  opacity: .78;
  pointer-events: none;
}

@keyframes fhFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fhFadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}

@keyframes boostSweep {
  0%, 42% { left: -55%; opacity: 0; }
  50% { opacity: 1; }
  78%, 100% { left: 115%; opacity: 0; }
}

@keyframes fhBoostCtaGlow {
  0%, 100% { filter: saturate(1); }
  50% { filter: saturate(1.16) brightness(1.03); }
}

@keyframes fhBoostCtaSweep {
  0%, 48% { left: -42%; opacity: 0; }
  58% { opacity: 1; }
  100% { left: 120%; opacity: 0; }
}

@keyframes fhBoostRocket {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  35% { transform: translateY(-1px) rotate(-7deg); }
  65% { transform: translateY(1px) rotate(5deg); }
}

@media (max-width: 720px) {
  .send-success-overlay {
    padding: 14px;
    align-items: end;
  }

  .send-success-card,
  .send-success-overlay.has-boost-offer .send-success-card {
    width: 100%;
    max-height: 86vh;
    padding: 22px;
    border-radius: 22px 22px 0 0;
  }

  .boost-package-grid {
    grid-template-columns: 1fr;
  }
}


body.auth-body.auth-page-login .auth-submit-overlay,
body.auth-body.auth-page-login .auth-submit-overlay--rocket {
  display: grid !important;
  place-items: center !important;
  padding: 22px !important;
  background:
    radial-gradient(720px 420px at 50% 104%, rgba(255, 191, 72, .30), transparent 62%),
    radial-gradient(620px 360px at 18% 18%, rgba(59, 130, 246, .32), transparent 65%),
    radial-gradient(680px 420px at 86% 24%, rgba(125, 92, 255, .26), transparent 62%),
    linear-gradient(180deg, #020817 0%, #07152d 48%, #0b1a36 100%) !important;
  color: #fff !important;
}

body.auth-body.auth-page-login .auth-submit-overlay--splash {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99999 !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 100vh !important;
  min-height: 100dvh !important;
  display: grid !important;
  place-items: center !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--fh-splash-bg, #f2f7ff) !important;
  color: transparent !important;
  box-shadow: none !important;
  pointer-events: auto !important;
  transform: none !important;
}

body.auth-body.auth-page-login .auth-submit-overlay--splash {
  opacity: 1 !important;
}

body.auth-body.auth-page-login .auth-submit-overlay--splash::before,
body.auth-body.auth-page-login .auth-submit-overlay--splash::after {
  content: none !important;
  display: none !important;
}

body.auth-body.auth-page-login .auth-splash-logo {
  width: clamp(58px, 13vw, 84px) !important;
  height: clamp(58px, 13vw, 84px) !important;
  display: block !important;
  border: 0 !important;
  border-radius: 18px !important;
  background-color: transparent !important;
  background-image: var(--fh-splash-image) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  box-shadow: none !important;
  filter: drop-shadow(0 18px 34px rgba(20, 48, 92, .14)) !important;
  animation: fh-splash-logo-pulse 1.28s ease-in-out infinite !important;
}

@keyframes fh-splash-logo-pulse {
  0%, 100% {
    opacity: .72;
    transform: scale(.92);
  }

  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

body.auth-body.auth-page-login .auth-submit-overlay *,
body.auth-body.auth-page-login .auth-submit-overlay--rocket * {
  color: inherit;
}

body.auth-body.auth-page-login .auth-submit-overlay:after {
  bottom: -16% !important;
  width: min(720px, 118vw) !important;
  height: min(380px, 54vh) !important;
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 221, 116, .36), transparent 28%),
    radial-gradient(circle at 50% 51%, rgba(47, 116, 246, .22), transparent 53%),
    radial-gradient(circle at 50% 68%, rgba(255, 255, 255, .10), transparent 66%) !important;
}

body.auth-body .auth-launch-pad {
  position: absolute;
  left: 50%;
  bottom: 9.5vh;
  z-index: 2;
  width: min(260px, 70vw);
  height: 18px;
  border-radius: 999px;
  transform: translateX(-50%);
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, .32), transparent),
    linear-gradient(180deg, rgba(255, 255, 255, .26), rgba(111, 136, 174, .12));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .12),
    0 18px 70px rgba(255, 191, 72, .24);
  filter: blur(.1px);
}

body.auth-body .auth-launch-pad:before,
body.auth-body .auth-launch-pad:after {
  content: "";
  position: absolute;
  top: 10px;
  width: 58px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
}

body.auth-body .auth-launch-pad:before {
  left: 22px;
  transform: rotate(-16deg);
}

body.auth-body .auth-launch-pad:after {
  right: 22px;
  transform: rotate(16deg);
}

body.auth-body .auth-flight-rocket {
  width: clamp(96px, 13vw, 132px) !important;
  height: clamp(176px, 23vw, 242px) !important;
  filter:
    drop-shadow(0 26px 62px rgba(0, 0, 0, .58))
    drop-shadow(0 0 32px rgba(255, 202, 84, .34)) !important;
}

body.auth-body .auth-flight-rocket svg {
  overflow: visible !important;
}

body.auth-body .auth-flight-rocket .rocket-flame-core {
  transform-origin: 60px 190px;
  animation: loginRocketFlame 420ms ease-in-out infinite alternate;
}

body.auth-body .auth-flight-rocket .rocket-flame-hot {
  transform-origin: 60px 190px;
  animation: loginRocketFlameHot 340ms ease-in-out infinite alternate;
}

body.auth-body .auth-success-content,
body.auth-body.auth-page-login .auth-submit-overlay .auth-success-content {
  width: min(440px, calc(100vw - 32px)) !important;
  padding: 24px 22px 22px !important;
  border: 1px solid rgba(255, 255, 255, .22) !important;
  border-radius: 24px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .17), rgba(255, 255, 255, .075)),
    rgba(3, 12, 30, .78) !important;
  color: #fff !important;
  text-align: center !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .50) !important;
  backdrop-filter: blur(18px) saturate(1.2) !important;
}

body.auth-body .auth-success-content h2 {
  color: #fff !important;
  font-size: clamp(28px, 5.2vw, 42px) !important;
  font-weight: 850 !important;
  line-height: 1.02 !important;
  text-shadow: 0 8px 30px rgba(0, 0, 0, .34) !important;
}

body.auth-body .auth-success-content p {
  color: rgba(236, 244, 255, .84) !important;
  font-size: 15px !important;
  font-weight: 620 !important;
}

body.auth-body .auth-success-badge {
  color: #fff !important;
  background: linear-gradient(135deg, #21d07a, #2f7bff 58%, #9b5cff) !important;
  box-shadow: 0 18px 46px rgba(47, 123, 255, .22) !important;
}

@keyframes loginRocketFlame {
  from { transform: scaleY(.72) translateY(-1px); opacity: .74; }
  to { transform: scaleY(1.16) translateY(4px); opacity: 1; }
}

@keyframes loginRocketFlameHot {
  from { transform: scaleY(.78) translateY(-2px); opacity: .70; }
  to { transform: scaleY(1.22) translateY(3px); opacity: .96; }
}

@media (max-width: 520px) {
  body.auth-body.auth-page-login .auth-submit-overlay,
  body.auth-body.auth-page-login .auth-submit-overlay--rocket {
    padding: 16px !important;
  }

  body.auth-body .auth-flight-rocket {
    width: 98px !important;
    height: 180px !important;
  }

  body.auth-body .auth-success-content {
    width: min(350px, calc(100vw - 28px)) !important;
    padding: 21px 18px 18px !important;
  }

  body.auth-body .auth-launch-pad {
    bottom: 8vh;
    width: min(230px, 76vw);
  }
}


body.member-body.member-route-access .access-card.is-filter-hidden,
body.member-body.member-page-access .access-card.is-filter-hidden {
  display: none !important;
}

body.member-body.member-route-access .stat-card.active > span,
body.member-body.member-page-access .stat-card.active > span {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;
  box-shadow: 0 0 0 6px rgba(52, 120, 246, .12) !important;
  animation: activePulseDotFinal 1.7s ease-in-out infinite !important;
}

@keyframes activePulseDotFinal {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 6px rgba(52, 120, 246, .12); }
  50% { transform: scale(.92); box-shadow: 0 0 0 11px rgba(52, 120, 246, .04); }
}

body.member-body.member-route-orders .orders-filter-details.panel,
body.member-body.member-page-orders .orders-filter-details.panel,
body.member-body.member-route-orders .orders-filter-details.panel:hover,
body.member-body.member-route-orders .orders-filter-details.panel:focus-within,
body.member-body.member-page-orders .orders-filter-details.panel:hover,
body.member-body.member-page-orders .orders-filter-details.panel:focus-within {
  border-color: rgba(216, 226, 239, .94) !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .035) !important;
  outline: 0 !important;
}

body.member-body.member-route-orders .orders-table-scroll,
body.member-body.member-page-orders .orders-table-scroll {
  overflow: auto !important;
  max-height: min(72vh, 760px) !important;
  overscroll-behavior: contain !important;
}

body.member-body.member-route-orders .orders-table,
body.member-body.member-page-orders .orders-table {
  table-layout: fixed !important;
  width: 100% !important;
  min-width: 900px !important;
}

body.member-body.member-route-orders .orders-table th,
body.member-body.member-route-orders .orders-table td,
body.member-body.member-page-orders .orders-table th,
body.member-body.member-page-orders .orders-table td {
  vertical-align: middle !important;
  padding: 15px 18px !important;
}

body.member-body.member-route-orders .orders-table th:nth-child(1),
body.member-body.member-route-orders .orders-table td:nth-child(1),
body.member-body.member-page-orders .orders-table th:nth-child(1),
body.member-body.member-page-orders .orders-table td:nth-child(1) { width: 76px !important; }

body.member-body.member-route-orders .orders-table th:nth-child(2),
body.member-body.member-route-orders .orders-table td:nth-child(2),
body.member-body.member-page-orders .orders-table th:nth-child(2),
body.member-body.member-page-orders .orders-table td:nth-child(2) { width: 210px !important; }

body.member-body.member-route-orders .orders-table th:nth-child(3),
body.member-body.member-route-orders .orders-table td:nth-child(3),
body.member-body.member-page-orders .orders-table th:nth-child(3),
body.member-body.member-page-orders .orders-table td:nth-child(3) { width: 330px !important; }

body.member-body.member-route-orders .orders-table th:nth-child(4),
body.member-body.member-route-orders .orders-table td:nth-child(4),
body.member-body.member-page-orders .orders-table th:nth-child(4),
body.member-body.member-page-orders .orders-table td:nth-child(4) { width: 135px !important; }

body.member-body.member-route-orders .orders-table th:nth-child(5),
body.member-body.member-route-orders .orders-table td:nth-child(5),
body.member-body.member-page-orders .orders-table th:nth-child(5),
body.member-body.member-page-orders .orders-table td:nth-child(5) { width: 118px !important; }

body.member-body.member-route-orders .order-product-link,
body.member-body.member-route-orders .text-link,
body.member-body.member-route-orders .order-target-muted,
body.member-body.member-page-orders .order-product-link,
body.member-body.member-page-orders .text-link,
body.member-body.member-page-orders .order-target-muted {
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

body.member-body.member-route-orders .order-actions-cell,
body.member-body.member-page-orders .order-actions-cell {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  min-width: 0 !important;
  text-align: left !important;
}

body.member-body.member-route-orders .order-actions-cell .btn,
body.member-body.member-page-orders .order-actions-cell .btn {
  width: fit-content !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 30px !important;
  margin-inline: 0 !important;
  padding: 6px 12px !important;
  line-height: 1.08 !important;
  white-space: nowrap !important;
}

body.member-body.member-route-orders .status-pulse-dot,
body.member-body.member-page-orders .status-pulse-dot {
  display: inline-block !important;
  width: 9px !important;
  height: 9px !important;
  margin-right: 7px !important;
  border-radius: 999px !important;
  background: #3478f6 !important;
  box-shadow: 0 0 0 5px rgba(52, 120, 246, .12) !important;
  vertical-align: 1px !important;
  animation: activePulseDotFinal 1.7s ease-in-out infinite !important;
}

body.member-body .member-pjax-skeleton-head,
body.member-body .member-pjax-skeleton-row,
body.member-body .member-pjax-skeleton-card {
  border-color: rgba(196, 210, 230, .98) !important;
  background: rgba(255, 255, 255, .96) !important;
}

body.member-body .member-pjax-skeleton i,
body.member-body .member-pjax-skeleton b,
body.member-body .member-pjax-skeleton span {
  background: linear-gradient(90deg, #dfe8f5 0%, #f8fbff 48%, #d8e3f2 100%) !important;
}

body.member-body .member-pjax-skeleton-head::after,
body.member-body .member-pjax-skeleton-row::after,
body.member-body .member-pjax-skeleton-card::after {
  background: linear-gradient(90deg, transparent, rgba(52, 120, 246, .12), transparent) !important;
}

body.member-body [data-share-refill-form].is-refill-loading {
  position: relative !important;
}

body.member-body [data-share-refill-form].is-refill-loading::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 4 !important;
  border-radius: 20px !important;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, .55), transparent),
    repeating-linear-gradient(180deg, rgba(226, 236, 249, .70) 0 44px, rgba(247, 250, 255, .90) 44px 96px) !important;
  background-size: 220% 100%, 100% 100% !important;
  animation: access-skeleton-sheen .9s ease-in-out infinite !important;
  opacity: .78 !important;
  pointer-events: none !important;
}

@media (max-width: 760px) {
  body.member-body.member-route-orders .orders-table,
  body.member-body.member-route-orders .orders-table thead,
  body.member-body.member-route-orders .orders-table tbody,
  body.member-body.member-route-orders .orders-table tr,
  body.member-body.member-route-orders .orders-table td,
  body.member-body.member-page-orders .orders-table,
  body.member-body.member-page-orders .orders-table thead,
  body.member-body.member-page-orders .orders-table tbody,
  body.member-body.member-page-orders .orders-table tr,
  body.member-body.member-page-orders .orders-table td {
    display: revert !important;
  }

  body.member-body.member-route-orders .orders-table thead,
  body.member-body.member-page-orders .orders-table thead {
    display: table-header-group !important;
  }

  body.member-body.member-route-orders .orders-table tr,
  body.member-body.member-page-orders .orders-table tr {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
  }

  body.member-body.member-route-orders .orders-table td,
  body.member-body.member-page-orders .orders-table td {
    display: table-cell !important;
    grid-template-columns: none !important;
    padding: 13px 14px !important;
    font-size: 13px !important;
  }

  body.member-body.member-route-orders .orders-table td::before,
  body.member-body.member-page-orders .orders-table td::before {
    content: none !important;
    display: none !important;
  }

  body.member-body.member-route-orders .orders-table-scroll,
  body.member-body.member-page-orders .orders-table-scroll {
    overflow-x: auto !important;
    overflow-y: visible !important;
    max-height: none !important;
    min-height: 0 !important;
    border-radius: 14px !important;
    overscroll-behavior-x: contain !important;
    overscroll-behavior-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-x pan-y !important;
  }

  body.member-body.member-route-access .stat-card.active > span,
  body.member-body.member-page-access .stat-card.active > span {
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    min-height: 12px !important;
  }
}

body.member-body.member-route-send .confirm-card .check-row {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 54px !important;
  padding: 10px 14px !important;
  border-radius: 18px !important;
}

body.member-body.member-route-send .confirm-card .check-row input[type="checkbox"] {
  flex: 0 0 22px !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  margin: 0 !important;
}

body.member-body.member-route-send .confirm-card .check-row > span {
  display: block !important;
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #111827 !important;
  font-size: clamp(14px, 3.8vw, 16px) !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  text-align: left !important;
}

body.member-body.member-route-orders .orders-table,
body.member-body.member-page-orders .orders-table {
  min-width: 820px !important;
}

body.member-body.member-route-orders .orders-table th:nth-child(2),
body.member-body.member-route-orders .orders-table td:nth-child(2),
body.member-body.member-page-orders .orders-table th:nth-child(2),
body.member-body.member-page-orders .orders-table td:nth-child(2) {
  width: 150px !important;
  max-width: 150px !important;
}

body.member-body.member-route-orders .orders-table th:nth-child(3),
body.member-body.member-route-orders .orders-table td:nth-child(3),
body.member-body.member-page-orders .orders-table th:nth-child(3),
body.member-body.member-page-orders .orders-table td:nth-child(3) {
  width: 390px !important;
}

body.member-body.member-route-orders .order-product-cell,
body.member-body.member-page-orders .order-product-cell {
  white-space: nowrap !important;
}

body.member-body.member-route-orders .order-product-compact,
body.member-body.member-route-orders .order-product-amount,
body.member-body.member-page-orders .order-product-compact,
body.member-body.member-page-orders .order-product-amount {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  width: fit-content !important;
  max-width: 100% !important;
  white-space: nowrap !important;
}

body.member-body.member-route-orders .order-product-compact > span,
body.member-body.member-route-orders .order-product-amount > span,
body.member-body.member-page-orders .order-product-compact > span,
body.member-body.member-page-orders .order-product-amount > span {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

body.member-body .orders-scroll-hint[hidden] {
  display: none !important;
}

body.member-body .orders-scroll-hint {
  display: none;
}

@media (max-width: 1024px) {
  body.member-body.member-route-orders .orders-scroll-hint,
  body.member-body.member-page-orders .orders-scroll-hint {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    max-width: calc(100% - 20px);
    margin: 2px 0 10px;
    padding: 8px 12px 8px 10px;
    border: 1px solid rgba(191, 219, 254, .9);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(239, 246, 255, .96), rgba(255, 255, 255, .96));
    color: #2563eb;
    box-shadow: 0 12px 28px rgba(37, 99, 235, .1);
    opacity: 1;
    transform: translateY(0);
    transition: opacity .18s ease, transform .18s ease;
  }

  body.member-body.member-route-orders .orders-scroll-hint.is-hiding,
  body.member-body.member-page-orders .orders-scroll-hint.is-hiding {
    opacity: 0;
    transform: translateY(-5px);
  }

  body.member-body.member-route-orders .orders-scroll-hint > span,
  body.member-body.member-page-orders .orders-scroll-hint > span {
    position: relative;
    width: 42px;
    height: 20px;
    flex: 0 0 42px;
    border-radius: 999px;
    background: rgba(37, 99, 235, .1);
    overflow: hidden;
  }

  body.member-body.member-route-orders .orders-scroll-hint > span::before,
  body.member-body.member-page-orders .orders-scroll-hint > span::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #3478f6;
    box-shadow: 0 0 0 4px rgba(52, 120, 246, .16);
    transform: translateY(-50%);
    animation: orders-scroll-dot 1.45s ease-in-out infinite;
  }

  body.member-body.member-route-orders .orders-scroll-hint > span::after,
  body.member-body.member-page-orders .orders-scroll-hint > span::after {
    content: "↔";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: rgba(37, 99, 235, .62);
    font-size: 13px;
    font-weight: 900;
  }

  body.member-body.member-route-orders .orders-scroll-hint strong,
  body.member-body.member-page-orders .orders-scroll-hint strong {
    display: block;
    min-width: 0;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 850;
    line-height: 1;
    white-space: nowrap;
  }

  body.member-body.member-route-orders .orders-table,
  body.member-body.member-page-orders .orders-table {
    min-width: 760px !important;
  }

  body.member-body.member-route-orders .orders-table th,
  body.member-body.member-route-orders .orders-table td,
  body.member-body.member-page-orders .orders-table th,
  body.member-body.member-page-orders .orders-table td {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body.member-body.member-route-orders .orders-table th:nth-child(1),
  body.member-body.member-route-orders .orders-table td:nth-child(1),
  body.member-body.member-page-orders .orders-table th:nth-child(1),
  body.member-body.member-page-orders .orders-table td:nth-child(1) {
    width: 68px !important;
  }

  body.member-body.member-route-orders .orders-table th:nth-child(2),
  body.member-body.member-route-orders .orders-table td:nth-child(2),
  body.member-body.member-page-orders .orders-table th:nth-child(2),
  body.member-body.member-page-orders .orders-table td:nth-child(2) {
    width: 136px !important;
    max-width: 136px !important;
  }

  body.member-body.member-route-orders .orders-table th:nth-child(3),
  body.member-body.member-route-orders .orders-table td:nth-child(3),
  body.member-body.member-page-orders .orders-table th:nth-child(3),
  body.member-body.member-page-orders .orders-table td:nth-child(3) {
    width: 320px !important;
  }

  body.member-body.member-route-orders .orders-table th:nth-child(4),
  body.member-body.member-route-orders .orders-table td:nth-child(4),
  body.member-body.member-page-orders .orders-table th:nth-child(4),
  body.member-body.member-page-orders .orders-table td:nth-child(4) {
    width: 118px !important;
  }

  body.member-body.member-route-orders .orders-table th:nth-child(5),
  body.member-body.member-route-orders .orders-table td:nth-child(5),
  body.member-body.member-page-orders .orders-table th:nth-child(5),
  body.member-body.member-page-orders .orders-table td:nth-child(5) {
    width: 106px !important;
  }
}

@keyframes orders-scroll-dot {
  0%, 100% {
    transform: translate(0, -50%);
  }
  50% {
    transform: translate(16px, -50%);
  }
}

@media (max-width: 480px) {
  body.member-body.member-route-send .confirm-card .check-row {
    gap: 10px !important;
    padding: 10px 12px !important;
  }

  body.member-body.member-route-send .confirm-card .check-row > span {
    font-size: 14px !important;
  }
}


body.member-body.member-route-send .product-bubble-panel {
  position: relative !important;
  width: min(100%, 620px) !important;
  max-width: 620px !important;
  margin: 0 auto 14px !important;
  padding: 8px 36px 8px 8px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

body.member-body.member-route-send .product-bubble-head {
  display: none !important;
}

body.member-body.member-route-send .product-bubble-list {
  display: flex !important;
  align-items: flex-start !important;
  gap: 13px !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 2px 2px 5px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x proximity !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;
}

body.member-body.member-route-send .product-bubble-list::-webkit-scrollbar {
  display: none !important;
}

body.member-body.member-route-send .product-bubble {
  flex: 0 0 58px !important;
  width: 58px !important;
  min-height: 82px !important;
  display: grid !important;
  grid-template-rows: 50px 16px 14px !important;
  justify-items: center !important;
  align-items: start !important;
  gap: 3px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #111827 !important;
  text-align: center !important;
  text-decoration: none !important;
  scroll-snap-align: start !important;
  transition: transform .16s ease, opacity .16s ease !important;
}

body.member-body.member-route-send .product-bubble:hover,
body.member-body.member-route-send .product-bubble:focus-visible {
  transform: translateY(-1px) !important;
  box-shadow: none !important;
  outline: 0 !important;
}

body.member-body.member-route-send .product-bubble-icon {
  width: 48px !important;
  height: 48px !important;
  display: grid !important;
  place-items: center !important;
  border: 2px solid #d8e2ef !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .86) !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .045) !important;
  overflow: hidden !important;
  transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease !important;
}

body.member-body.member-route-send .product-bubble-icon img {
  width: 25px !important;
  height: 25px !important;
  display: block !important;
  object-fit: contain !important;
}

body.member-body.member-route-send .product-bubble:hover .product-bubble-icon,
body.member-body.member-route-send .product-bubble:focus-visible .product-bubble-icon {
  border-color: #7bb1ff !important;
  box-shadow: 0 0 0 3px rgba(52, 120, 246, .12), 0 10px 22px rgba(52, 120, 246, .10) !important;
}

body.member-body.member-route-send .product-bubble.active .product-bubble-icon {
  border-color: #1478ff !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(52, 120, 246, .13), 0 12px 24px rgba(52, 120, 246, .14) !important;
}

body.member-body.member-route-send .product-bubble-label {
  width: 62px !important;
  max-width: 62px !important;
  display: block !important;
  color: #667085 !important;
  font-size: 10.5px !important;
  font-weight: 650 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

body.member-body.member-route-send .product-bubble strong {
  color: #111827 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  max-width: 62px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

body.member-body.member-route-send .product-bubble.missing {
  grid-template-rows: 50px 16px 14px !important;
}

body.member-body.member-route-send .product-bubble.missing::after {
  top: 0 !important;
  right: 2px !important;
  width: 17px !important;
  height: 17px !important;
  font-size: 12px !important;
  border: 2px solid #fff !important;
  box-shadow: 0 6px 14px rgba(52, 120, 246, .18) !important;
}

body.member-body.member-route-send .product-bubble .product-bubble-topup,
body.member-body.member-route-send .product-bubble-price {
  max-width: 62px !important;
  font-size: 10.5px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

body.member-body.member-route-send .product-bubble-next {
  position: absolute !important;
  top: 10px !important;
  right: 4px !important;
  z-index: 3 !important;
  width: 34px !important;
  height: 48px !important;
  display: grid !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, rgba(245, 248, 252, 0), #f5f8fc 35%, #f5f8fc) !important;
  color: #7b8797 !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

body.member-body.member-route-send .product-bubble-next:hover,
body.member-body.member-route-send .product-bubble-next:focus-visible {
  color: #3478f6 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body.member-body.member-route-send .product-bubble-next[hidden] {
  display: none !important;
}

@media (max-width: 760px) {
  body.member-body.member-route-send .product-bubble-panel {
    width: 100% !important;
    max-width: 100% !important;
    padding: 6px 34px 8px 4px !important;
    margin-bottom: 12px !important;
  }

  body.member-body.member-route-send .product-bubble-list {
    gap: 11px !important;
  }

  body.member-body.member-route-send .product-bubble {
    flex-basis: 56px !important;
    width: 56px !important;
  }

  body.member-body.member-route-send .product-bubble-icon {
    width: 46px !important;
    height: 46px !important;
  }

  body.member-body.member-route-send .product-bubble-icon img {
    width: 24px !important;
    height: 24px !important;
  }
}

body.member-body.member-route-send .product-bubble-panel .product-bubble {
  flex: 0 0 50px !important;
  width: 50px !important;
  min-height: 54px !important;
  display: grid !important;
  grid-template-rows: 50px !important;
  place-items: center !important;
}

body.member-body.member-route-send .product-bubble-panel .product-bubble-label,
body.member-body.member-route-send .product-bubble-panel .product-bubble-topup,
body.member-body.member-route-send .product-bubble-panel .product-bubble-price {
  display: none !important;
}

body.member-body.member-route-send .product-bubble-panel .product-bubble-icon {
  width: 46px !important;
  height: 46px !important;
}

body.member-body.member-route-send .product-bubble-panel .product-bubble-icon img {
  width: 23px !important;
  height: 23px !important;
}

body.member-body.member-route-send .product-bubble-panel .product-bubble-count {
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 2 !important;
  min-width: 23px !important;
  height: 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 5px !important;
  border: 2px solid #f5f8fc !important;
  border-radius: 999px !important;
  background: #111827 !important;
  color: #fff !important;
  font-size: 9.5px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  box-shadow: 0 7px 14px rgba(15, 23, 42, .12) !important;
}

body.member-body.member-route-send .product-bubble-panel .product-bubble-count-missing {
  min-width: 18px !important;
  width: 18px !important;
  padding: 0 !important;
  background: #3478f6 !important;
  font-size: 13px !important;
}

body.member-body.member-route-send .product-bubble-panel .product-bubble.missing::after {
  content: none !important;
}

body.member-body.member-route-send .send-shell.is-product-switching .balance-card,
body.member-body.member-route-send .send-shell.is-product-switching .step-card {
  position: relative !important;
  overflow: hidden !important;
}

body.member-body.member-route-send .send-shell.is-product-switching .balance-card > *,
body.member-body.member-route-send .send-shell.is-product-switching .step-card > * {
  opacity: .34 !important;
}

body.member-body.member-route-send .send-shell.is-product-switching .balance-card::after,
body.member-body.member-route-send .send-shell.is-product-switching .step-card::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 12 !important;
  border-radius: inherit !important;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, .58), transparent),
    repeating-linear-gradient(180deg, rgba(226, 236, 249, .82) 0 18px, rgba(247, 250, 255, .94) 18px 42px) !important;
  background-size: 220% 100%, 100% 100% !important;
  animation: access-skeleton-sheen .78s ease-in-out infinite !important;
  pointer-events: none !important;
}

body.member-body.member-route-send .product-bubble-panel.is-switching .product-bubble:not(.is-switching) {
  opacity: .42 !important;
}

body.member-body.member-route-send .product-bubble-panel .product-bubble.is-switching .product-bubble-icon {
  animation: productBubblePulse .58s ease-in-out infinite !important;
}

@media (max-width: 760px) {
  body.member-body.member-route-send .product-bubble-panel .product-bubble {
    flex-basis: 48px !important;
    width: 48px !important;
  }

  body.member-body.member-route-send .product-bubble-panel .product-bubble-icon {
    width: 44px !important;
    height: 44px !important;
  }
}


body.member-body.member-route-send .product-bubble-panel {
  isolation: isolate !important;
  overflow: visible !important;
  padding: 7px 42px 11px !important;
}

body.member-body.member-route-send .product-bubble-list {
  position: relative !important;
  z-index: 2 !important;
  gap: 10px !important;
  padding: 10px 8px 16px !important;
  margin: 0 !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  scroll-padding-inline: 8px !important;
}

body.member-body.member-route-send .product-bubble-panel .product-bubble {
  position: relative !important;
  z-index: 1 !important;
  isolation: isolate !important;
  touch-action: manipulation !important;
  pointer-events: auto !important;
  flex: 0 0 45px !important;
  width: 45px !important;
  min-height: 49px !important;
  grid-template-rows: 45px !important;
  border-radius: 999px !important;
}

body.member-body.member-route-send .product-bubble-panel .product-bubble > * {
  pointer-events: none !important;
}

body.member-body.member-route-send .product-bubble-panel .product-bubble.active {
  z-index: 3 !important;
}

body.member-body.member-route-send .product-bubble-panel .product-bubble-icon {
  width: 43px !important;
  height: 43px !important;
  border: 2px solid #d9e3f0 !important;
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 10px 20px rgba(15, 23, 42, .08), 0 2px 6px rgba(52, 120, 246, .08) !important;
}

body.member-body.member-route-send .product-bubble-panel .product-bubble-icon img {
  width: 21px !important;
  height: 21px !important;
}

body.member-body.member-route-send .product-bubble-panel .product-bubble:hover .product-bubble-icon,
body.member-body.member-route-send .product-bubble-panel .product-bubble:focus-visible .product-bubble-icon {
  border-color: #7bb1ff !important;
  box-shadow: 0 0 0 3px rgba(52, 120, 246, .14), 0 12px 22px rgba(15, 23, 42, .10) !important;
}

body.member-body.member-route-send .product-bubble-panel .product-bubble.active .product-bubble-icon {
  border-color: #1478ff !important;
  box-shadow: 0 0 0 4px rgba(52, 120, 246, .15), 0 13px 24px rgba(52, 120, 246, .15) !important;
}

body.member-body.member-route-send .product-bubble-panel .product-bubble-count {
  right: -3px !important;
  bottom: -2px !important;
  min-width: 21px !important;
  height: 17px !important;
  padding: 0 5px !important;
  border-color: #f5f8fc !important;
  font-size: 9px !important;
}

body.member-body.member-route-send .product-bubble-panel .product-bubble-count-missing {
  display: none !important;
}

body.member-body.member-route-send .product-bubble-flag {
  position: absolute !important;
  right: -3px !important;
  top: -2px !important;
  z-index: 3 !important;
  width: 18px !important;
  height: 18px !important;
  display: grid !important;
  place-items: center !important;
  border: 2px solid #f5f8fc !important;
  border-radius: 999px !important;
  background: #fff !important;
  font-size: 11px !important;
  line-height: 1 !important;
  box-shadow: 0 7px 14px rgba(15, 23, 42, .12) !important;
  pointer-events: none !important;
}

body.member-body.member-route-send .product-bubble.has-country-flag .product-bubble-count {
  bottom: -4px !important;
}

body.member-body.member-route-send .product-missing-access {
  position: relative !important;
  z-index: 1 !important;
  margin-top: 8px !important;
}

body.member-body.member-route-send .product-missing-access[hidden] {
  display: none !important;
}

body.member-body.member-route-send .send-shell.is-previewing-missing-product .send-flow {
  display: none !important;
}

body.member-body.member-route-send .product-missing-access.step-card {
  width: 100% !important;
  margin: 12px 0 0 !important;
  padding: 17px 18px 18px !important;
  gap: 13px !important;
  border-radius: 22px !important;
  border: 1px solid rgba(215, 225, 238, .95) !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 18px 46px rgba(15, 23, 42, .055) !important;
}

body.member-body.member-route-send .product-missing-access.step-card label {
  margin-bottom: 0 !important;
  color: #707b8c !important;
  font-size: 16px !important;
  font-weight: 720 !important;
}

body.member-body.member-route-send .product-missing-copy {
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 12px !important;
}

body.member-body.member-route-send .product-missing-icon {
  width: 48px !important;
  height: 48px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid #dbe6f4 !important;
  border-radius: 16px !important;
  background: #f7faff !important;
  color: #5d697b !important;
  font-size: 20px !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .75) !important;
}

body.member-body.member-route-send .product-missing-icon::before {
  content: "+" !important;
}

body.member-body.member-route-send .product-missing-icon.views::before,
body.member-body.member-route-send .product-missing-icon.story::before {
  content: "◉" !important;
}

body.member-body.member-route-send .product-missing-icon.likes::before {
  content: "♥" !important;
}

body.member-body.member-route-send .product-missing-icon.follower::before {
  content: "◎" !important;
}

body.member-body.member-route-send .product-missing-icon.comments::before {
  content: "▤" !important;
}

body.member-body.member-route-send .product-missing-icon.watchtime::before {
  content: "◷" !important;
}

body.member-body.member-route-send .product-missing-icon.shares::before {
  content: "↗" !important;
}

body.member-body.member-route-send .product-missing-icon.saves::before {
  content: "☆" !important;
}

body.member-body.member-route-send .product-missing-copy p,
body.member-body.member-route-send .product-missing-copy h2,
body.member-body.member-route-send .product-missing-copy small,
body.member-body.member-route-send .product-missing-text {
  margin: 0 !important;
  letter-spacing: 0 !important;
}

body.member-body.member-route-send .product-missing-copy p {
  color: #8a94a5 !important;
  font-size: 11px !important;
  font-weight: 760 !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
}

body.member-body.member-route-send .product-missing-copy h2 {
  margin-top: 3px !important;
  color: #111827 !important;
  font-size: 21px !important;
  font-weight: 760 !important;
  line-height: 1.05 !important;
}

body.member-body.member-route-send .product-missing-copy small {
  display: inline-flex !important;
  width: fit-content !important;
  margin-top: 6px !important;
  padding: 3px 9px !important;
  border-radius: 999px !important;
  background: #edf4ff !important;
  color: #2563eb !important;
  font-size: 12px !important;
  font-weight: 760 !important;
}

body.member-body.member-route-send .product-missing-text {
  padding: 11px 12px !important;
  border-radius: 14px !important;
  background: #f7f9fc !important;
  color: #4a5568 !important;
  font-size: 14px !important;
  font-weight: 520 !important;
  line-height: 1.35 !important;
}

body.member-body.member-route-send .product-missing-benefits {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.member-body.member-route-send .product-missing-benefits li {
  min-height: 42px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 9px 11px !important;
  border: 1px solid #dce7f5 !important;
  border-radius: 14px !important;
  background: #fbfdff !important;
  color: #273244 !important;
  font-size: 13px !important;
  font-weight: 690 !important;
  line-height: 1.15 !important;
}

body.member-body.member-route-send .product-missing-benefits li span {
  width: 20px !important;
  height: 20px !important;
  display: inline-grid !important;
  place-items: center !important;
  flex: 0 0 auto !important;
  border-radius: 7px !important;
  border: 2px solid #3478f6 !important;
  color: #3478f6 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body.member-body.member-route-send .product-missing-cta {
  width: 100% !important;
  min-height: 48px !important;
  border-radius: 999px !important;
  font-size: 15px !important;
  font-weight: 760 !important;
}

body.member-body.member-route-send .product-bubble-arrow,
body.member-body.member-route-send .product-bubble-next,
body.member-body.member-route-send .product-bubble-prev {
  position: absolute !important;
  top: 50% !important;
  z-index: 5 !important;
  width: 30px !important;
  height: 30px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid #d8e4f4 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .96) !important;
  color: #687386 !important;
  font-size: 24px !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .10) !important;
  transform: translateY(-50%) !important;
  cursor: pointer !important;
  transition: border-color .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease !important;
}

body.member-body.member-route-send .product-bubble-prev {
  left: 4px !important;
}

body.member-body.member-route-send .product-bubble-next {
  right: 4px !important;
}

body.member-body.member-route-send .product-bubble-arrow:hover,
body.member-body.member-route-send .product-bubble-arrow:focus-visible {
  border-color: #8fbaff !important;
  color: #3478f6 !important;
  outline: 0 !important;
  box-shadow: 0 0 0 3px rgba(52, 120, 246, .13), 0 12px 26px rgba(15, 23, 42, .12) !important;
  transform: translateY(-50%) scale(1.04) !important;
}

body.member-body.member-route-send .product-bubble-arrow[hidden],
body.member-body.member-route-send .product-bubble-next[hidden],
body.member-body.member-route-send .product-bubble-prev[hidden] {
  display: none !important;
}

@media (max-width: 760px) {
  body.member-body.member-route-send .product-bubble-panel {
    padding: 7px 36px 10px !important;
  }

  body.member-body.member-route-send .product-bubble-list {
    gap: 9px !important;
    padding: 9px 6px 15px !important;
    margin: 0 !important;
  }

  body.member-body.member-route-send .product-bubble-panel .product-bubble {
    flex-basis: 43px !important;
    width: 43px !important;
    min-height: 47px !important;
    grid-template-rows: 43px !important;
  }

  body.member-body.member-route-send .product-bubble-panel .product-bubble-icon {
    width: 41px !important;
    height: 41px !important;
  }

  body.member-body.member-route-send .product-bubble-panel .product-bubble-icon img {
    width: 20px !important;
    height: 20px !important;
  }

  body.member-body.member-route-send .product-missing-access.step-card {
    padding: 15px !important;
    border-radius: 20px !important;
  }

  body.member-body.member-route-send .product-missing-benefits {
    grid-template-columns: 1fr !important;
  }

  body.member-body.member-route-send .product-missing-copy {
    grid-template-columns: 44px minmax(0, 1fr) !important;
  }

  body.member-body.member-route-send .product-missing-icon {
    width: 44px !important;
    height: 44px !important;
    border-radius: 15px !important;
  }

  body.member-body.member-route-send .product-missing-copy h2 {
    font-size: 18px !important;
  }
}


body.member-body.member-route-orders .orders-filter-details.panel,
body.member-body.member-page-orders .orders-filter-details.panel {
  width: 100% !important;
  max-width: 900px !important;
  padding: 0 !important;
  border-radius: 18px !important;
  overflow: hidden !important;
}

body.member-body.member-route-orders .orders-filter-details > summary,
body.member-body.member-page-orders .orders-filter-details > summary {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  min-height: 48px !important;
  padding: 14px 18px !important;
  color: #111827 !important;
  font-size: 16px !important;
  font-weight: 760 !important;
  cursor: pointer !important;
  list-style: none !important;
}

body.member-body.member-route-orders .orders-filter-details > summary::-webkit-details-marker,
body.member-body.member-page-orders .orders-filter-details > summary::-webkit-details-marker {
  display: none !important;
}

body.member-body.member-route-orders .orders-filter-details > summary::after,
body.member-body.member-page-orders .orders-filter-details > summary::after {
  content: "⌄" !important;
  width: 30px !important;
  height: 30px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #f2f6fc !important;
  color: #657386 !important;
  font-size: 18px !important;
  transition: transform .18s ease !important;
}

body.member-body.member-route-orders .orders-filter-details[open] > summary::after,
body.member-body.member-page-orders .orders-filter-details[open] > summary::after {
  transform: rotate(180deg) !important;
}

body.member-body.member-route-orders .orders-filter-details > summary small,
body.member-body.member-page-orders .orders-filter-details > summary small {
  margin-left: auto !important;
  color: #7c8797 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

body.member-body.member-route-orders .orders-controls,
body.member-body.member-page-orders .orders-controls {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 16px !important;
  padding: 0 18px 18px !important;
  margin: 0 !important;
}

body.member-body.member-route-orders .orders-filter-group,
body.member-body.member-page-orders .orders-filter-group {
  min-width: 0 !important;
}

body.member-body.member-route-orders .orders-search-filter,
body.member-body.member-page-orders .orders-search-filter {
  grid-column: 1 / -1 !important;
}

body.member-body.member-route-orders .orders-search-row,
body.member-body.member-page-orders .orders-search-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 10px !important;
  align-items: center !important;
}

body.member-body.member-route-orders .orders-controls h2,
body.member-body.member-page-orders .orders-controls h2 {
  margin: 0 0 8px !important;
  color: #657386 !important;
  font-size: 12px !important;
  font-weight: 820 !important;
  letter-spacing: .03em !important;
  text-transform: uppercase !important;
}

body.member-body.member-route-orders .orders-search-box,
body.member-body.member-page-orders .orders-search-box {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 44px !important;
  padding: 0 14px !important;
  border: 1px solid #dbe5f1 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75) !important;
}

body.member-body.member-route-orders .orders-search-box:focus-within,
body.member-body.member-page-orders .orders-search-box:focus-within {
  border-color: rgba(52, 120, 246, .65) !important;
  box-shadow: 0 0 0 3px rgba(52, 120, 246, .12) !important;
}

body.member-body.member-route-orders .orders-search-box > span,
body.member-body.member-page-orders .orders-search-box > span {
  color: #3478f6 !important;
  font-size: 17px !important;
  font-weight: 800 !important;
}

body.member-body.member-route-orders .orders-search-box input,
body.member-body.member-page-orders .orders-search-box input {
  width: 100% !important;
  min-width: 0 !important;
  height: 42px !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: #111827 !important;
  font: inherit !important;
  font-size: 15px !important;
  font-weight: 650 !important;
}

body.member-body.member-route-orders .orders-search-box input::placeholder,
body.member-body.member-page-orders .orders-search-box input::placeholder {
  color: #9aa6b6 !important;
}

body.member-body.member-route-orders .orders-search-submit,
body.member-body.member-page-orders .orders-search-submit {
  min-height: 44px !important;
  height: 44px !important;
  padding: 0 18px !important;
  border-radius: 14px !important;
  font-size: 14px !important;
  font-weight: 760 !important;
  white-space: nowrap !important;
}

@media (max-width: 760px) {
  body.member-body.member-route-orders .orders-filter-details.panel,
  body.member-body.member-page-orders .orders-filter-details.panel {
    max-width: 100% !important;
    border-radius: 16px !important;
  }

  body.member-body.member-route-orders .orders-controls,
  body.member-body.member-page-orders .orders-controls {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding: 0 14px 14px !important;
  }

  body.member-body.member-route-orders .orders-filter-details > summary,
  body.member-body.member-page-orders .orders-filter-details > summary {
    padding: 12px 14px !important;
  }

  body.member-body.member-route-orders .orders-search-row,
  body.member-body.member-page-orders .orders-search-row {
    grid-template-columns: 1fr !important;
  }

  body.member-body.member-route-orders .orders-search-submit,
  body.member-body.member-page-orders .orders-search-submit {
    width: 100% !important;
  }
}


body.member-body.member-route-send .product-bubble-panel {
  position: relative !important;
  isolation: isolate !important;
  width: min(100%, 620px) !important;
  max-width: 620px !important;
  margin: 0 auto 14px !important;
  padding: 0 38px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.member-body.member-route-send .product-bubble-head {
  display: none !important;
}

body.member-body.member-route-send .product-bubble-list {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  min-height: 74px !important;
  margin: 0 !important;
  padding: 10px 14px 12px !important;
  border: 1px solid #e7eaf0 !important;
  border-radius: 15px !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: none !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x proximity !important;
  scroll-padding-inline: 14px !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: thin !important;
  scrollbar-color: #d8dbe1 transparent !important;
  cursor: grab !important;
}

body.member-body.member-route-send .product-bubble-list.is-dragging {
  cursor: grabbing !important;
  user-select: none !important;
}

body.member-body.member-route-send .product-bubble-list::-webkit-scrollbar {
  display: block !important;
  height: 5px !important;
}

body.member-body.member-route-send .product-bubble-list::-webkit-scrollbar-track {
  background: transparent !important;
}

body.member-body.member-route-send .product-bubble-list::-webkit-scrollbar-thumb {
  border-radius: 999px !important;
  background: #d8dbe1 !important;
}

body.member-body.member-route-send .product-bubble-panel .product-bubble {
  position: relative !important;
  flex: 0 0 58px !important;
  width: 58px !important;
  min-width: 58px !important;
  min-height: 54px !important;
  display: grid !important;
  grid-template-rows: 52px !important;
  place-items: center !important;
  gap: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #111827 !important;
  text-decoration: none !important;
  text-align: center !important;
  scroll-snap-align: start !important;
  touch-action: manipulation !important;
  transition: transform .16s ease, opacity .16s ease !important;
}

body.member-body.member-route-send .product-bubble-panel .product-bubble:hover,
body.member-body.member-route-send .product-bubble-panel .product-bubble:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
  transform: translateY(-1px) scale(1.01) !important;
}

body.member-body.member-route-send .product-bubble-panel .product-bubble > * {
  pointer-events: none !important;
}

body.member-body.member-route-send .product-bubble-panel .product-bubble-icon {
  width: 50px !important;
  height: 50px !important;
  display: grid !important;
  place-items: center !important;
  border: 3px solid transparent !important;
  border-radius: 999px !important;
  background:
    linear-gradient(#fff, #fff) padding-box,
    radial-gradient(circle at top left, #1478ff, #9aa6b6) border-box !important;
  box-shadow: 0 3px 8px rgba(15, 23, 42, .08) !important;
  overflow: hidden !important;
  transition: background .16s ease, box-shadow .16s ease, transform .16s ease, filter .16s ease !important;
}

body.member-body.member-route-send .product-bubble-panel .product-bubble-icon img {
  width: 24px !important;
  height: 24px !important;
  display: block !important;
  object-fit: contain !important;
}

body.member-body.member-route-send .product-bubble-panel .product-bubble:hover .product-bubble-icon,
body.member-body.member-route-send .product-bubble-panel .product-bubble:focus-visible .product-bubble-icon {
  background:
    linear-gradient(#fff, #fff) padding-box,
    radial-gradient(circle at top left, #1478ff, #1478ff) border-box !important;
  box-shadow: 0 0 0 3px rgba(52, 120, 246, .13), 0 7px 16px rgba(15, 23, 42, .12) !important;
}

body.member-body.member-route-send .product-bubble-panel .product-bubble.active .product-bubble-icon {
  background:
    linear-gradient(#fff, #fff) padding-box,
    radial-gradient(circle at top left, #1478ff, #1478ff) border-box !important;
  box-shadow: 0 0 0 4px rgba(52, 120, 246, .16), 0 9px 18px rgba(52, 120, 246, .18) !important;
}

body.member-body.member-route-send .product-bubble-panel .product-bubble.missing .product-bubble-icon {
  background:
    linear-gradient(#fff, #fff) padding-box,
    radial-gradient(circle at top left, #d8e2ef, #d8e2ef) border-box !important;
  filter: grayscale(.1) saturate(.9) !important;
}

body.member-body.member-route-send .product-bubble-panel .product-bubble-label,
body.member-body.member-route-send .product-bubble-panel .product-bubble-topup,
body.member-body.member-route-send .product-bubble-panel .product-bubble-price {
  display: none !important;
}

body.member-body.member-route-send .product-bubble-panel .product-bubble.missing::after {
  content: none !important;
}

body.member-body.member-route-send .product-bubble-panel .product-bubble-count {
  position: absolute !important;
  right: 1px !important;
  bottom: 0 !important;
  z-index: 3 !important;
  min-width: 20px !important;
  height: 17px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 5px !important;
  border: 2px solid #fff !important;
  border-radius: 999px !important;
  background: #111827 !important;
  color: #fff !important;
  font-size: 9.5px !important;
  font-weight: 720 !important;
  line-height: 1 !important;
  box-shadow: 0 6px 14px rgba(15, 23, 42, .16) !important;
}

body.member-body.member-route-send .product-bubble-panel .product-bubble-count-missing {
  display: none !important;
}

body.member-body.member-route-send .product-bubble-flag {
  position: absolute !important;
  right: 1px !important;
  top: 1px !important;
  z-index: 4 !important;
  width: 16px !important;
  height: 16px !important;
  display: grid !important;
  place-items: center !important;
  border: 2px solid #fff !important;
  border-radius: 999px !important;
  background: #fff !important;
  font-size: 10px !important;
  line-height: 1 !important;
  box-shadow: 0 5px 11px rgba(15, 23, 42, .14) !important;
  pointer-events: none !important;
}

body.member-body.member-route-send .product-bubble.has-country-flag .product-bubble-count {
  bottom: -1px !important;
}

body.member-body.member-route-send .product-bubble-arrow,
body.member-body.member-route-send .product-bubble-next,
body.member-body.member-route-send .product-bubble-prev {
  position: absolute !important;
  top: 50% !important;
  z-index: 5 !important;
  width: 28px !important;
  height: 28px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid #d8e4f4 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .98) !important;
  color: #687386 !important;
  font-size: 22px !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .10) !important;
  transform: translateY(-50%) !important;
  cursor: pointer !important;
  transition: border-color .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease !important;
}

body.member-body.member-route-send .product-bubble-prev {
  left: 4px !important;
}

body.member-body.member-route-send .product-bubble-next {
  right: 4px !important;
}

body.member-body.member-route-send .product-bubble-arrow:hover,
body.member-body.member-route-send .product-bubble-arrow:focus-visible {
  border-color: #8fbaff !important;
  color: #3478f6 !important;
  outline: 0 !important;
  box-shadow: 0 0 0 3px rgba(52, 120, 246, .13), 0 10px 22px rgba(15, 23, 42, .12) !important;
  transform: translateY(-50%) scale(1.04) !important;
}

body.member-body.member-route-send .product-bubble-arrow[hidden],
body.member-body.member-route-send .product-bubble-next[hidden],
body.member-body.member-route-send .product-bubble-prev[hidden] {
  display: none !important;
}

body.member-body.member-route-send .product-bubble-panel.is-switching .product-bubble:not(.is-switching) {
  opacity: .55 !important;
}

body.member-body.member-route-send .product-bubble-panel .product-bubble.is-switching .product-bubble-icon {
  animation: productBubblePulse .58s ease-in-out infinite !important;
}

@media (max-width: 760px) {
  body.member-body.member-route-send .product-bubble-panel {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 32px !important;
    margin-bottom: 12px !important;
  }

  body.member-body.member-route-send .product-bubble-list {
    min-height: 70px !important;
    gap: 9px !important;
    padding: 9px 10px 11px !important;
  }

  body.member-body.member-route-send .product-bubble-panel .product-bubble {
    flex-basis: 54px !important;
    width: 54px !important;
    min-width: 54px !important;
  }

  body.member-body.member-route-send .product-bubble-panel .product-bubble-icon {
    width: 48px !important;
    height: 48px !important;
  }

  body.member-body.member-route-send .product-bubble-panel .product-bubble-icon img {
    width: 23px !important;
    height: 23px !important;
  }
}

@media (max-width: 390px) {
  body.member-body.member-route-send .product-bubble-panel {
    padding-inline: 30px !important;
  }

  body.member-body.member-route-send .product-bubble-list {
    gap: 8px !important;
    padding-inline: 9px !important;
  }

  body.member-body.member-route-send .product-bubble-panel .product-bubble {
    flex-basis: 50px !important;
    width: 50px !important;
    min-width: 50px !important;
  }

body.member-body.member-route-send .product-bubble-panel .product-bubble-icon {
    width: 45px !important;
    height: 45px !important;
  }
}


@keyframes fh-legacy-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

body.member-body .fh-action-card {
  width: min(300px, calc(100vw - 34px)) !important;
  min-height: 154px !important;
  padding: 24px 22px 22px !important;
  border-radius: 22px !important;
}

body.member-body .fh-action-spinner {
  width: 42px !important;
  height: 42px !important;
  margin-bottom: 14px !important;
  border-width: 3px !important;
  border-style: solid !important;
  border-color: #dfe4ec !important;
  border-top-color: #111827 !important;
  animation: fh-legacy-loader-spin .6s linear infinite !important;
}

body.member-body .fh-action-card strong {
  font-size: 17px !important;
  font-weight: 760 !important;
}

body.member-body .fh-action-card p {
  font-size: 13px !important;
  font-weight: 520 !important;
}

body.member-body .fh-action-progress {
  display: none !important;
}

body.member-body.member-route-access .access-loader-pill span,
body.member-body.member-page-orders .orders-page-loader span,
body.member-body.member-route-orders .orders-page-loader span,
body.member-body .is-loading-click::after,
body.member-body .top-avatar.is-loading-click::after {
  width: 14px !important;
  height: 14px !important;
  border-width: 2px !important;
  border-style: solid !important;
  border-color: #dfe4ec !important;
  border-top-color: #111827 !important;
  animation: fh-legacy-loader-spin .6s linear infinite !important;
}

body.member-body .btn.loading::after,
body.member-body button.loading::after,
.admin-body .btn.loading::after,
.admin-body button.loading::after,
.auth-body .btn.loading::after,
.auth-body button.loading::after {
  width: 14px !important;
  height: 14px !important;
  border-width: 2px !important;
  border-style: solid !important;
  border-color: currentColor !important;
  border-top-color: transparent !important;
  animation: fh-legacy-loader-spin .6s linear infinite !important;
}

body.member-body.member-route-access .access-loader-pill,
body.member-body.member-page-orders .orders-page-loader,
body.member-body.member-route-orders .orders-page-loader {
  min-height: 32px !important;
  padding-inline: 12px !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06) !important;
}

@media (max-width: 640px) {
  body.member-body .fh-action-card {
    width: min(286px, calc(100vw - 30px)) !important;
    min-height: 148px !important;
    padding: 22px 20px 20px !important;
  }

  body.member-body .fh-action-spinner {
    width: 38px !important;
    height: 38px !important;
  }
}


body.member-body .help-new-head,
body.member-body .help-new-page {
  width: min(860px, 100%) !important;
  max-width: 860px !important;
  margin-inline: auto !important;
}

body.member-body .help-new-head {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 12px !important;
}

body.member-body .help-new-head h1 {
  margin: 0 !important;
  font-size: clamp(30px, 3.4vw, 44px) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

body.member-body .help-new-back {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  flex: 0 0 42px !important;
  border: 1px solid #dbe5f4 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #111827 !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .06) !important;
  font-size: 20px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

body.member-body .help-new-back:hover,
body.member-body .help-new-back:focus-visible {
  border-color: #9ab9ff !important;
  color: #2563eb !important;
  outline: 0 !important;
}

body.member-body .help-new-page .help-form {
  width: 100% !important;
  margin-inline: 0 !important;
  padding: clamp(18px, 2.4vw, 26px) !important;
}

body.member-body .help-ticket-create-head {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin-bottom: 14px !important;
}

body.member-body .help-ticket-create-head h2 {
  margin: 0 !important;
  font-size: clamp(22px, 2.4vw, 30px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

body.member-body .help-ticket-create-head p {
  margin: 5px 0 0 !important;
  color: #667085 !important;
  font-size: 14px !important;
  font-weight: 650 !important;
}

body.member-body .help-new-page .help-limit {
  margin-top: 0 !important;
  white-space: nowrap !important;
}

body.member-body .help-order-filterbar {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 12px 0 8px !important;
}

body.member-body .help-order-filterbar button {
  min-height: 36px !important;
  padding: 8px 14px !important;
  border: 1px solid #dbe5f4 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #596579 !important;
  font: inherit !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  cursor: pointer !important;
}

body.member-body .help-order-filterbar button.active {
  border-color: #3478f6 !important;
  background: #111827 !important;
  color: #fff !important;
}

body.member-body .help-new-page .help-order-picker {
  gap: 9px !important;
}

body.member-body .help-new-page .help-order-toolbar {
  margin-top: 8px !important;
  margin-bottom: 4px !important;
}

body.member-body .help-new-page .help-order-option {
  grid-template-columns: 34px minmax(0, 1fr) !important;
  gap: 13px !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 72px !important;
  padding: 12px 14px !important;
  border-width: 1px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

body.member-body .help-new-page .help-order-option > span:last-child {
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

body.member-body .help-new-page .help-order-option[hidden] {
  display: none !important;
}

body.member-body .help-new-page .help-order-filter-empty[hidden] {
  display: none !important;
}

body.member-body .help-new-page .help-order-check {
  align-self: center !important;
  width: 28px !important;
  height: 28px !important;
}

body.member-body .help-new-page .help-order-option strong {
  font-size: 16px !important;
  line-height: 1.16 !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
}

body.member-body .help-new-page .help-order-option small {
  font-size: 13px !important;
  line-height: 1.35 !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
}

body.member-body .help-new-page .help-order-option em {
  max-width: 100% !important;
  line-height: 1.35 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

body.member-body .help-form-grid-compact {
  margin-top: 16px !important;
  gap: 12px !important;
}

body.member-body .help-form-grid-compact textarea {
  min-height: 116px !important;
}

@media (max-width: 760px) {
  body.member-body .help-new-head,
  body.member-body .help-new-page {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.member-body .help-ticket-create-head {
    display: grid !important;
    gap: 10px !important;
  }

  body.member-body .help-new-page .help-limit {
    justify-self: start !important;
    margin-top: 0 !important;
  }

  body.member-body .help-new-page .help-order-option {
    grid-template-columns: 30px minmax(0, 1fr) !important;
    gap: 12px !important;
    padding: 13px !important;
  }

  body.member-body .help-new-page .help-order-toolbar {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  body.member-body .help-new-page .help-order-pagination {
    justify-content: space-between !important;
    gap: 8px !important;
  }

body.member-body .help-new-page .help-order-pages {
    max-width: 46vw !important;
    overflow-x: auto !important;
    padding: 2px !important;
  }
}

.admin-debug-latest,
.member-debug-latest {
  border-color: rgba(239, 68, 68, .28) !important;
  background: #fff7f7 !important;
  color: #111827 !important;
}

.debug-latest-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.debug-latest-head button {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, .08);
  color: #111827;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.debug-latest-head button:hover,
.debug-latest-head button:focus-visible {
  background: rgba(15, 23, 42, .14);
  outline: none;
}

.admin-debug-latest strong,
.member-debug-latest strong {
  display: block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .01em;
}

.admin-debug-latest pre,
.member-debug-latest pre {
  margin: 0;
  max-height: 340px;
  overflow: auto;
  white-space: pre-wrap;
  word-break: break-word;
  border-radius: 12px;
  background: #111827;
  color: #f8fafc;
  padding: 14px;
  font: 600 12px/1.55 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.member-debug-latest {
  position: relative;
  z-index: 5000;
  width: min(1180px, calc(100vw - 32px));
  margin: 18px auto 0;
  padding: 16px;
  border: 1px solid rgba(239, 68, 68, .24);
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

@media (max-width: 760px) {
  .member-debug-latest {
    margin-top: 12px;
    padding: 12px;
  }
}

body.member-body .side-notifications {
  position: relative !important;
  display: inline-grid !important;
  place-items: center !important;
  color: #53606f !important;
  background: transparent !important;
  border: 0 !important;
  text-decoration: none !important;
  line-height: 1 !important;
}

body.member-body .side-notifications svg {
  width: 22px !important;
  height: 22px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.35 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

body.member-body .side-notifications:hover,
body.member-body .side-notifications:focus-visible,
body.member-body .side-notifications.active {
  color: #3478f6 !important;
  background: rgba(52, 120, 246, .08) !important;
  outline: none !important;
}

body.member-body .side-notification-badge {
  position: absolute !important;
  top: -5px !important;
  right: -7px !important;
  min-width: 18px !important;
  height: 18px !important;
  padding: 0 5px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 2px solid #fff !important;
  border-radius: 999px !important;
  background: #ef4444 !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(239, 68, 68, .26) !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body.member-body .side-notifications.has-live-alert svg {
  animation: fhBellNudge 4.8s ease-in-out infinite;
  transform-origin: 50% 8%;
}

@keyframes fhBellNudge {
  0%, 72%, 100% { transform: rotate(0deg); }
  76% { transform: rotate(-11deg); }
  80% { transform: rotate(9deg); }
  84% { transform: rotate(-7deg); }
  88% { transform: rotate(4deg); }
  92% { transform: rotate(0deg); }
}

.member-body .user-notification-grid {
  margin-bottom: 18px;
  grid-template-columns: 1fr;
  align-items: stretch;
  width: min(100%, 760px);
  max-width: 760px;
}

.member-body .notification-carousel-shell {
  width: min(100%, 760px);
  max-width: 760px;
  display: grid;
  gap: 12px;
  margin: 0 0 20px;
  outline: none;
}

.member-body .notification-carousel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 2px;
}

.member-body .notification-carousel-head span,
.member-body .notification-carousel-head strong {
  display: block;
}

.member-body .notification-carousel-head span {
  color: #667085;
  font-size: 12px;
  font-weight: 800;
}

.member-body .notification-carousel-head strong {
  margin-top: 2px;
  color: #101828;
  font-size: 17px;
  line-height: 1.15;
}

.member-body .notification-carousel-arrows {
  display: flex;
  gap: 8px;
}

.member-body .notification-carousel-arrows button,
.member-body .notification-carousel-dots button,
.member-body .notification-carousel-close {
  border: 0;
  appearance: none;
  cursor: pointer;
}

.member-body .notification-carousel-arrows button {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #f2f4f7;
  color: #344054;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 1px rgba(102, 112, 133, .14);
}

.member-body .notification-carousel-arrows button:disabled {
  opacity: .42;
  cursor: default;
}

.member-body .notification-carousel-track {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  transition: min-height .22s ease;
}

.member-body .notification-carousel-card {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 280px;
  max-height: min(68vh, 520px);
  overflow: auto;
  padding: 20px 20px 18px;
  border: 1px solid rgba(16, 24, 40, .10);
  border-radius: 26px;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
  box-shadow: 0 22px 60px rgba(16, 24, 40, .10);
  opacity: 0;
  transform: translateX(34px) scale(.985);
  pointer-events: none;
  transition: transform .28s ease, opacity .24s ease;
  scrollbar-width: thin;
}

.member-body .notification-carousel-card.is-active {
  position: relative;
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}

.member-body .notification-carousel-card.is-closing {
  opacity: 0;
  transform: translateX(-42px) scale(.98);
  pointer-events: none;
}

.member-body .notification-carousel-shell.is-sliding-in .notification-carousel-card.is-active {
  animation: fhNotificationSlideIn .28s ease both;
}

@keyframes fhNotificationSlideIn {
  from {
    opacity: 0;
    transform: translateX(40px) scale(.985);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.member-body .notification-carousel-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(242, 244, 247, .95);
  color: #475467;
  font-size: 22px;
  line-height: 1;
  display: grid;
  place-items: center;
}

.member-body .notification-carousel-icon {
  width: 48px;
  height: 48px;
  border-radius: 17px;
  display: grid;
  place-items: center;
  background: #eef4ff;
  color: #3478f6;
  font-size: 14px;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(52, 120, 246, .14);
}

.member-body .notification-carousel-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #667085;
  font-size: 11px;
  font-weight: 800;
}

.member-body .notification-carousel-meta span:first-child {
  color: #344054;
}

.member-body .notification-carousel-card h2 {
  margin: 0;
  max-width: calc(100% - 34px);
  color: #101828;
  font-size: 24px;
  line-height: 1.08;
  font-weight: 820;
}

.member-body .notification-carousel-card p {
  margin: 0;
  color: #475467;
  font-size: 14px;
  line-height: 1.48;
  font-weight: 560;
}

.member-body .notification-carousel-card .btn {
  justify-self: start;
  margin-top: 4px;
}

.member-body .notification-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  min-height: 12px;
}

.member-body .notification-carousel-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border-radius: 999px;
  background: #cbd5e1;
  transition: width .2s ease, background .2s ease;
}

.member-body .notification-carousel-dots button.active {
  width: 22px;
  background: #3478f6;
}

.member-body .notification-carousel-card.user-notification-support .notification-carousel-icon {
  background: #fff7ed;
  color: #b45309;
}

.member-body .notification-carousel-card.user-notification-game .notification-carousel-icon {
  background: #f5f3ff;
  color: #6d28d9;
}

.member-body .notification-carousel-card.user-notification-credit .notification-carousel-icon,
.member-body .notification-carousel-card.user-notification-success .notification-carousel-icon {
  background: #ecfdf3;
  color: #047857;
}

@media (max-width: 720px) {
  .member-body .notification-carousel-card {
    min-height: 300px;
    max-height: 62vh;
    padding: 18px 17px 16px;
    border-radius: 24px;
  }

  .member-body .notification-carousel-card h2 {
    font-size: 21px;
  }
}

.member-body .notification-split-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: start;
  margin-bottom: 22px;
  width: min(100%, 760px);
  max-width: 760px;
}

.member-body .notification-section {
  display: grid;
  gap: 10px;
  margin: 0 0 14px;
  min-width: 0;
  width: 100%;
}

.member-body .notification-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 2px;
}

.member-body .notification-section-head h2 {
  margin: 0;
  color: #101828;
  font-size: 17px;
  line-height: 1.15;
}

.member-body .notification-section-head p {
  margin: 2px 0 0;
  color: #667085;
  font-size: 12px;
  font-weight: 650;
}

.member-body .notification-section-head > span {
  display: inline-grid;
  min-width: 26px;
  height: 26px;
  padding: 0 8px;
  place-items: center;
  border-radius: 999px;
  background: #f2f4f7;
  color: #475467;
  font-size: 12px;
  font-weight: 850;
  box-shadow: inset 0 0 0 1px rgba(102, 112, 133, .12);
}

.member-body .notification-section.is-new {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.member-body .notification-section.is-new .notification-section-head > span {
  background: #3478f6;
  color: #fff;
  box-shadow: 0 8px 20px rgba(52, 120, 246, .2);
}

.member-body .notification-section.is-old {
  margin-top: 0;
}

.member-body .notification-section.is-old .notification-section-head h2,
.member-body .notification-section.is-general .notification-section-head h2 {
  font-size: 17px;
}

.member-body .notification-section.is-old .notification-section-head > span,
.member-body .notification-section.is-general .notification-section-head > span {
  background: #f2f4f7;
  color: #667085;
  box-shadow: inset 0 0 0 1px rgba(102, 112, 133, .12);
}

.member-body .user-notification-card {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px !important;
  padding: 13px 14px !important;
  border-radius: 14px !important;
  border-color: rgba(16, 24, 40, .1) !important;
  background: #ffffff !important;
  box-shadow: 0 10px 26px rgba(16, 24, 40, .05) !important;
}

.member-body .notification-section .member-card-grid {
  grid-template-columns: 1fr;
  margin-bottom: 0;
}

.member-body .notification-section .news-main {
  min-width: 0;
}

.member-body .user-notification-card.is-unread {
  border-color: rgba(52, 120, 246, .24) !important;
  box-shadow: 0 12px 30px rgba(52, 120, 246, .1) !important;
}

.member-body .user-notification-card.is-read {
  opacity: .9;
  filter: none;
}

.member-body .user-notification-card.is-read:hover,
.member-body .user-notification-card.is-read:focus-within {
  opacity: 1;
  filter: none;
}

.member-body .user-notification-card.user-notification-toolbox {
  background: #ffffff !important;
}

.member-body .user-notification-card.user-notification-support {
  background: #ffffff !important;
  border-color: rgba(245, 158, 11, .24) !important;
}

.member-body .user-notification-card.user-notification-success {
  background: #ffffff !important;
  border-color: rgba(16, 185, 129, .24) !important;
}

.member-body .user-notification-card.user-notification-warning {
  background: #ffffff !important;
  border-color: rgba(217, 119, 6, .24) !important;
}

.member-body .user-notification-card.user-notification-game {
  background: #ffffff !important;
  border-color: rgba(124, 58, 237, .22) !important;
}

.member-body .user-notification-card.user-notification-profile {
  background: #ffffff !important;
  border-color: rgba(14, 165, 233, .22) !important;
}

.member-body .user-notification-card.user-notification-credit {
  background: #ffffff !important;
  border-color: rgba(34, 197, 94, .22) !important;
}

.member-body .user-notification-badge {
  width: 36px !important;
  height: 36px !important;
  border-radius: 12px !important;
  background: #eef4ff !important;
  color: #3478f6 !important;
  box-shadow: inset 0 0 0 1px rgba(52, 120, 246, .12) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
}

.member-body .user-notification-support .user-notification-badge {
  background: #fff7ed !important;
  color: #b45309 !important;
}

.member-body .user-notification-game .user-notification-badge {
  background: #f5f3ff !important;
  color: #6d28d9 !important;
}

.member-body .user-notification-profile .user-notification-badge {
  background: #f0f9ff !important;
  color: #0284c7 !important;
}

.member-body .user-notification-credit .user-notification-badge {
  background: #f0fdf4 !important;
  color: #15803d !important;
}

.member-body .user-notification-success .user-notification-badge {
  background: #ecfdf3 !important;
  color: #047857 !important;
}

.member-body .user-notification-warning .user-notification-badge {
  background: #fffbeb !important;
  color: #b45309 !important;
}

.member-body .user-notification-info .user-notification-badge {
  background: #f2f4f7 !important;
  color: #475467 !important;
}

.member-body .user-notification-card .btn {
  margin-top: 8px !important;
  min-height: 32px !important;
  padding: 0 14px !important;
}

.member-body .user-notification-card h2 {
  font-size: 16px !important;
  line-height: 1.2 !important;
  margin: 4px 0 3px !important;
}

.member-body .user-notification-card p {
  font-size: 13px !important;
  line-height: 1.38 !important;
  margin: 0 !important;
}

.member-body .user-notification-card .news-meta-row {
  font-size: 10px !important;
  gap: 6px 8px !important;
}

.member-body .user-notification-card .news-meta-row span:first-child {
  color: #344054 !important;
}

.member-body .user-notification-card .news-meta-row span:last-child {
  color: #98a2b3 !important;
}

.member-body .user-notification-card.user-notification-orders {
  display: none !important;
}

.member-body .user-notification-card.user-notification-info {
  border-color: rgba(16, 24, 40, .1) !important;
}

.member-body .user-notification-card.user-notification-info .user-notification-badge {
  background: #f2f4f7 !important;
  color: #475467 !important;
}

.member-body .notification-section.is-general {
  width: min(100%, 760px);
  max-width: 760px;
}

.member-body .notification-section.is-general .member-card-grid {
  width: 100%;
  max-width: 760px;
}

@media (max-width: 860px) {
  .member-body .notification-split-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

/* Unified dropdown design for admin details, aligned with account settings. */
body.admin-body :is(
  .admin-fold-card,
  .admin-prize-card,
  .admin-gamification-module,
  .admin-order-column-config
) {
  border: 1px solid #dde5f1 !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: 0 18px 52px rgba(15, 23, 42, .06) !important;
  overflow: hidden !important;
}

body.admin-body :is(
  .admin-fold-card > summary,
  .admin-prize-card > summary,
  .admin-gamification-module > summary,
  .admin-order-column-config > summary
) {
  position: relative !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  min-height: 64px !important;
  margin: 0 !important;
  padding: 18px 62px 18px 22px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: #111827 !important;
  cursor: pointer !important;
  list-style: none !important;
  box-shadow: none !important;
}

body.admin-body :is(
  .admin-fold-card > summary,
  .admin-prize-card > summary,
  .admin-gamification-module > summary,
  .admin-order-column-config > summary
)::-webkit-details-marker {
  display: none !important;
}

body.admin-body :is(
  .admin-fold-card > summary,
  .admin-prize-card > summary,
  .admin-gamification-module > summary,
  .admin-order-column-config > summary
)::after {
  content: "▾" !important;
  position: absolute !important;
  right: 22px !important;
  top: 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #eff6ff !important;
  color: #3478f6 !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  transform: none !important;
  transition: transform .18s ease, box-shadow .18s ease !important;
}

body.admin-body :is(
  .admin-fold-card[open] > summary,
  .admin-prize-card[open] > summary,
  .admin-gamification-module[open] > summary,
  .admin-order-column-config[open] > summary
) {
  margin-bottom: 18px !important;
}

body.admin-body :is(
  .admin-fold-card[open] > summary,
  .admin-prize-card[open] > summary,
  .admin-gamification-module[open] > summary,
  .admin-order-column-config[open] > summary
)::after {
  transform: rotate(180deg) !important;
}

body.admin-body .admin-order-column-config {
  overflow: visible !important;
}

body.admin-body .admin-order-column-options {
  border: 1px solid #dde5f1 !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: 0 18px 52px rgba(15, 23, 42, .12) !important;
}

/* Laptop dashboard: keep the fixed shell stable, but give accesses more room. */
@media (min-width: 981px) {
  body.member-body.member-route-access,
  body.member-body.member-page-access {
    --fh-access-rail: 920px !important;
  }

  body.member-body.member-route-access .page-head,
  body.member-body.member-page-access .page-head,
  body.member-body.member-route-access .dashboard-grid,
  body.member-body.member-page-access .dashboard-grid,
  body.member-body.member-route-access .filters-block,
  body.member-body.member-page-access .filters-block,
  body.member-body.member-route-access .access-list,
  body.member-body.member-page-access .access-list {
    width: min(100%, 920px) !important;
    max-width: 920px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  body.member-body.member-route-access .access-card,
  body.member-body.member-page-access .access-card {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Targeted follow-up fixes: profiles overlay, auto products, product refill helper. */
body.member-body .profiles-products-shortcut {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #eef4ff;
  color: #2563eb;
  font-weight: 800;
  text-decoration: none;
}

body.member-body .profiles-manage-overlay[hidden],
body.member-body .share-refill-modal[hidden] {
  display: none !important;
}

body.member-body .profiles-manage-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483200;
  display: grid;
  place-items: center;
  padding: 22px;
}

body.member-body .profiles-manage-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(15, 23, 42, .46);
  backdrop-filter: blur(10px);
}

body.member-body .profiles-manage-sheet {
  position: relative;
  width: min(760px, 100%);
  max-height: min(780px, calc(100vh - 36px));
  overflow: auto;
  border-radius: 30px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 28px 90px rgba(15, 23, 42, .28);
  transform: translateY(18px) scale(.98);
  opacity: 0;
  transition: transform .24s ease, opacity .24s ease;
}

body.member-body .profiles-manage-overlay.is-open .profiles-manage-sheet {
  transform: translateY(0) scale(1);
  opacity: 1;
}

body.member-body .profiles-manage-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
}

body.member-body .auto-benefits-foldout {
  margin-bottom: 18px;
}

body.member-body .auto-benefit-list {
  margin: 0;
  padding-left: 20px;
  color: #475569;
  display: grid;
  gap: 8px;
}

body.member-body .auto-product-catalog {
  display: grid;
  gap: 16px;
  margin-bottom: 22px;
}

body.member-body .auto-product-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

body.member-body .auto-product-bolt {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #facc15, #f97316);
  box-shadow: 0 12px 30px rgba(249, 115, 22, .28);
  animation: fhBoltPulse 1.9s ease-in-out infinite;
}

@keyframes fhBoltPulse {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-2px) scale(1.05); }
}

body.member-body .auto-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}

body.member-body .auto-product-card,
body.member-body .auto-product-option-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  border: 1px solid #dce6f3;
  border-radius: 18px;
  background: #fff;
  padding: 14px;
  box-shadow: 0 16px 46px rgba(15, 23, 42, .07);
}

body.member-body .auto-product-card h3,
body.member-body .auto-product-card p {
  margin: 0;
}

body.member-body .auto-product-option-list {
  display: grid;
  gap: 10px;
}

body.member-body .auto-option-stepper {
  display: inline-flex;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid #d6e2f2;
}

body.member-body .auto-option-stepper b,
body.member-body .auto-option-stepper strong {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #3478f6;
}

body.member-body .auto-option-copy {
  display: grid;
}

body.member-body .auto-option-copy small {
  color: #64748b;
  font-weight: 700;
}

body.member-body .auto-option-price {
  font-weight: 900;
  color: #0f172a;
}

body.member-body .auto-product-book-btn {
  margin-top: 6px;
}

body.member-body .product-refill-pay-helper {
  position: sticky;
  bottom: calc(var(--safe-bottom, 0px) + 94px);
  justify-self: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 0;
  background: #3478f6;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(52, 120, 246, .34);
  transition: opacity .22s ease, transform .22s ease;
  pointer-events: auto;
}

body.member-body .product-refill-pay-helper.is-hiding {
  opacity: 0;
  transform: translateY(10px) scale(.92);
  pointer-events: none;
}

body.member-body .profile-add-card input,
body.member-body .profiles-manage-sheet input,
body.member-body .share-refill-modal input,
body.member-body .profile-action-card input,
body.member-body .profile-action-card textarea {
  font-size: 16px !important;
}

body.member-body .toolbox-tool-icon-keyword {
  background: linear-gradient(135deg, #eef4ff, #dbeafe);
  color: #3478f6;
}

body.member-body .admin-toolbox-idea,
body.admin-body .admin-toolbox-idea {
  margin-top: 14px;
  padding: 14px;
  border: 1px solid #dbe5f4;
  border-radius: 14px;
  background: linear-gradient(135deg, #f8fbff, #fff);
  color: #475467;
}

body.member-body .admin-toolbox-idea strong,
body.admin-body .admin-toolbox-idea strong {
  display: block;
  color: #101828;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

body.member-body .admin-toolbox-idea p,
body.admin-body .admin-toolbox-idea p {
  margin: 6px 0 0;
  color: #667085;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

body.member-body .keyword-shell {
  max-width: 1080px;
  margin: 0 auto;
  padding: 24px;
  display: grid;
  gap: 18px;
}

body.member-body .keyword-hero,
body.member-body .keyword-form,
body.member-body .keyword-summary-card,
body.member-body .keyword-insight-grid,
body.member-body .keyword-history-bar {
  display: grid;
  gap: 12px;
}

body.member-body .keyword-hero {
  grid-template-columns: 1fr auto;
  align-items: center;
}

body.member-body .keyword-kicker,
body.member-body .keyword-price-chip span,
body.member-body .keyword-summary-card span,
body.member-body .keyword-insight span {
  color: #6b7280;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 12px;
}

body.member-body .keyword-hero h2,
body.member-body .keyword-hero p,
body.member-body .keyword-section h3 {
  margin: 0;
}

body.member-body .keyword-hero h2 {
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1;
}

body.member-body .keyword-hero p,
body.member-body .keyword-empty,
body.member-body .keyword-section {
  color: #64748b;
}

body.member-body .keyword-price-chip,
body.member-body .keyword-insight,
body.member-body .keyword-chip,
body.member-body .keyword-action-card {
  border: 1px solid #dbe6f4;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .06);
}

body.member-body .keyword-price-chip {
  padding: 12px 16px;
  min-width: 96px;
  text-align: center;
}

body.member-body .keyword-price-chip strong {
  display: block;
  color: #0f172a;
  font-size: 22px;
}

body.member-body .keyword-form {
  grid-template-columns: minmax(240px, 1fr) 150px 140px auto;
  align-items: end;
  border: 1px solid #dbe6f4;
  border-radius: 22px;
  background: #f8fbff;
  padding: 14px;
}

body.member-body .keyword-form label {
  display: grid;
  gap: 7px;
  color: #64748b;
  font-weight: 850;
}

body.member-body .keyword-form input,
body.member-body .keyword-form select {
  width: 100%;
  border: 1px solid #d8e4f2;
  border-radius: 15px;
  background: #fff;
  color: #0f172a;
  font-weight: 850;
  padding: 13px 14px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .05);
}

body.member-body .keyword-submit {
  min-height: 48px;
  white-space: nowrap;
}

body.member-body .keyword-loading {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 28px 16px;
  border-radius: 22px;
  background: linear-gradient(135deg, #f8fbff, #eef5ff);
  border: 1px solid #dbe6f4;
  text-align: center;
}

body.member-body .keyword-loading[hidden] {
  display: none !important;
}

body.member-body .keyword-spinner {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 4px solid #dbeafe;
  border-top-color: #3478f6;
  animation: keywordSpin .8s linear infinite;
}

@keyframes keywordSpin {
  to { transform: rotate(360deg); }
}

body.member-body .keyword-error {
  border: 1px solid #fecaca;
  background: #fff1f2;
  color: #9f1239;
  border-radius: 16px;
  padding: 12px 14px;
  font-weight: 800;
}

body.member-body .keyword-empty {
  display: grid;
  gap: 4px;
  border: 1px dashed #cbd5e1;
  border-radius: 20px;
  padding: 18px;
  background: #fff;
}

body.member-body .keyword-results {
  display: grid;
  gap: 18px;
}

body.member-body .keyword-summary-card {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #dbe6f4;
  border-radius: 22px;
  background: #fff;
  padding: 14px;
}

body.member-body .keyword-summary-card > div {
  display: grid;
  gap: 3px;
  padding: 10px;
}

body.member-body .keyword-summary-card strong {
  color: #0f172a;
  font-size: 24px;
  line-height: 1.08;
}

body.member-body .keyword-summary-card small,
body.member-body .keyword-insight small {
  color: #64748b;
  font-weight: 750;
}

body.member-body .keyword-insight-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.member-body .keyword-insight {
  padding: 14px;
  display: grid;
  gap: 3px;
}

body.member-body .keyword-insight strong {
  color: #0f172a;
  font-size: 20px;
}

body.member-body .keyword-section {
  display: grid;
  gap: 10px;
}

body.member-body .keyword-section h3 {
  color: #0f172a;
  font-size: 18px;
}

body.member-body .keyword-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

body.member-body .keyword-chip {
  display: grid;
  gap: 2px;
  padding: 10px 12px;
}

body.member-body .keyword-chip strong,
body.member-body .keyword-action-card strong {
  color: #0f172a;
}

body.member-body .keyword-chip small,
body.member-body .keyword-action-card span {
  color: #64748b;
  font-weight: 750;
}

body.member-body .keyword-video-grid,
body.member-body .keyword-action-grid,
body.member-body .keyword-foldout-list {
  display: grid;
  gap: 10px;
}

body.member-body .keyword-video-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.member-body .keyword-video-card {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 12px;
  align-items: center;
  border: 1px solid #dbe6f4;
  border-radius: 18px;
  background: #fff;
  padding: 10px;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
}

body.member-body .keyword-video-thumb {
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background: #edf3fb;
}

body.member-body .keyword-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.member-body .keyword-video-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

body.member-body .keyword-video-copy strong {
  color: #0f172a;
  line-height: 1.15;
}

body.member-body .keyword-video-copy small,
body.member-body .keyword-video-copy em {
  color: #64748b;
  font-style: normal;
  font-weight: 750;
}

body.member-body .keyword-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

body.member-body .keyword-tag-row span {
  border-radius: 999px;
  background: #eef4ff;
  color: #3478f6;
  padding: 6px 9px;
  font-weight: 800;
}

body.member-body .keyword-action-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.member-body .keyword-action-card {
  padding: 14px;
  display: grid;
  gap: 5px;
}

body.member-body .keyword-history-bar {
  grid-template-columns: auto 1fr;
  align-items: center;
}

body.member-body .keyword-history-bar span {
  color: #64748b;
  font-weight: 800;
}

body.member-body .keyword-history-overlay {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(15, 23, 42, .42);
  backdrop-filter: blur(6px);
}

body.member-body .keyword-history-overlay[hidden] {
  display: none !important;
}

body.member-body .keyword-history-sheet {
  position: relative;
  width: min(620px, 100%);
  max-height: min(760px, calc(100vh - 36px));
  overflow: auto;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(15, 23, 42, .24);
  padding: 22px;
}

body.member-body .keyword-history-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid #dbe6f4;
  background: #f8fbff;
  color: #0f172a;
  font-size: 24px;
  font-weight: 800;
}

body.member-body .keyword-history-list {
  display: grid;
  gap: 9px;
}

body.member-body .keyword-history-item {
  width: 100%;
  text-align: left;
  display: grid;
  gap: 3px;
  border: 1px solid #dbe6f4;
  border-radius: 16px;
  background: #fff;
  padding: 12px;
}

body.member-body .keyword-history-item strong {
  color: #0f172a;
}

body.member-body .keyword-history-item span,
body.member-body .keyword-history-item small {
  color: #64748b;
  font-weight: 750;
}

.admin-body .admin-api-list {
  max-width: 1120px;
}

.admin-body .admin-api-overview {
  max-width: 1120px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  margin-bottom: 14px;
  padding: 14px;
}

.admin-body .admin-api-overview > div {
  min-width: 0;
  border: 1px solid #e1eaf5;
  border-radius: 14px;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
  padding: 13px 14px;
}

.admin-body .admin-api-overview span {
  display: block;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.admin-body .admin-api-overview strong {
  display: block;
  margin-top: 5px;
  color: #0f172a;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.2;
}

.admin-body .admin-inline-form {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.admin-body .admin-inline-form span {
  color: #64748b;
  font-weight: 750;
  font-size: 13px;
}

.admin-body .admin-ai-learn-debug {
  margin-top: 14px;
  border: 1px solid #dbeafe;
  border-radius: 18px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .08);
  padding: 16px;
}

.admin-body .admin-ai-learn-debug[hidden] {
  display: none !important;
}

.admin-body .admin-ai-learn-debug-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.admin-body .admin-ai-learn-debug-head > div {
  display: grid;
  gap: 3px;
}

.admin-body .admin-ai-learn-debug-head strong {
  color: #0f172a;
  font-size: 15px;
  font-weight: 900;
}

.admin-body .admin-ai-learn-debug-head span {
  color: #475569;
  font-size: 13px;
  font-weight: 750;
}

.admin-body .admin-ai-learn-debug-head em {
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  padding: 7px 10px;
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}

.admin-body .admin-ai-learn-progress {
  overflow: hidden;
  height: 12px;
  border-radius: 999px;
  background: #e2e8f0;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, .08);
}

.admin-body .admin-ai-learn-progress > span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2563eb 0%, #06b6d4 100%);
  box-shadow: 0 0 18px rgba(37, 99, 235, .28);
  transition: width .22s ease;
}

.admin-body .admin-ai-learn-log {
  display: grid;
  gap: 8px;
  max-height: 280px;
  overflow: auto;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.admin-body .admin-ai-learn-log li {
  display: grid;
  gap: 4px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #ffffff;
  padding: 10px 12px;
}

.admin-body .admin-ai-learn-log li > div {
  display: flex;
  align-items: baseline;
  gap: 9px;
}

.admin-body .admin-ai-learn-log li span {
  flex: 0 0 auto;
  color: #64748b;
  font-size: 11px;
  font-weight: 850;
}

.admin-body .admin-ai-learn-log li strong {
  min-width: 0;
  color: #0f172a;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.3;
}

.admin-body .admin-ai-learn-log li small {
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.admin-body .admin-ai-learn-log li.is-warning {
  border-color: #fde68a;
  background: #fffbeb;
}

.admin-body .admin-ai-learn-log li.is-error {
  border-color: #fecaca;
  background: #fef2f2;
}

.admin-body .admin-api-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.admin-body .admin-api-usage-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.admin-body .admin-api-meta > div {
  min-width: 0;
  border: 1px solid #e1eaf5;
  border-radius: 14px;
  background: #f8fbff;
  padding: 12px 14px;
}

.admin-body .admin-api-meta span,
.admin-body .admin-api-json-grid > div > strong {
  display: block;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.admin-body .admin-api-meta strong,
.admin-body .admin-api-meta a {
  display: block;
  margin-top: 5px;
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.admin-body .admin-api-meta a,
.admin-body .admin-api-link {
  color: #2563eb;
  text-decoration: none;
}

.admin-body .admin-api-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: #eff6ff;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 850;
}

.admin-body .admin-api-link::after {
  content: "↗";
  font-size: 11px;
}

.admin-body .admin-api-description {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.5;
}

.admin-body .admin-member-api-panel {
  max-width: 1120px;
  display: grid;
  gap: 14px;
}

.admin-body .admin-api-docs {
  display: grid;
  gap: 10px;
}

.admin-body .admin-api-docs > div {
  display: grid;
  gap: 6px;
  border: 1px solid #e1eaf5;
  border-radius: 14px;
  background: #f8fbff;
  padding: 12px 14px;
}

.admin-body .admin-api-docs strong {
  color: #64748b;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.admin-body .admin-api-docs code {
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.admin-body .admin-api-docs p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.5;
}

.admin-body .admin-api-docs pre {
  max-height: 420px;
  margin: 10px 0;
  overflow: auto;
  border-radius: 14px;
  background: #0f172a;
  color: #e5eefc;
  font-size: 12px;
  line-height: 1.55;
  padding: 13px;
  white-space: pre-wrap;
  word-break: break-word;
}

.admin-body .admin-api-request-list {
  display: grid;
  gap: 10px;
}

.admin-body .admin-api-request {
  border: 1px solid #e1eaf5;
  border-radius: 14px;
  background: #fff;
  padding: 0;
}

.admin-body .admin-api-request-summary {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 48px 13px 13px;
}

.admin-body .admin-api-request-summary::after {
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.admin-body .admin-api-request[open] .admin-api-request-summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.admin-body .admin-api-request-summary > span:nth-child(2) {
  min-width: 0;
  flex: 1 1 auto;
}

.admin-body .admin-api-request-summary strong {
  display: block;
  color: #0f172a;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.admin-body .admin-api-request-summary small {
  display: block;
  margin-top: 3px;
  color: #64748b;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.admin-body .admin-api-method {
  width: 48px;
  height: 30px;
  flex: 0 0 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #eef5ff;
  color: #2563eb;
  font-size: 11px;
  font-weight: 900;
}

.admin-body .admin-api-request-usage {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #475569;
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 850;
  white-space: nowrap;
}

.admin-body .admin-api-request-body {
  padding: 0 13px 13px;
}

.admin-body .admin-api-request-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.admin-body .admin-api-request-meta > div {
  min-width: 0;
  border: 1px solid #e8eef6;
  border-radius: 12px;
  background: #fff;
  padding: 10px 12px;
}

.admin-body .admin-api-request-meta span {
  display: block;
  color: #64748b;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.admin-body .admin-api-request-meta strong,
.admin-body .admin-api-request-meta a {
  display: block;
  margin-top: 4px;
  color: #0f172a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.admin-body .admin-api-request-meta a {
  color: #2563eb;
}

.admin-body .admin-api-json-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.admin-body .admin-api-json-grid > div {
  min-width: 0;
  border: 1px solid #e8eef6;
  border-radius: 14px;
  background: #f8fbff;
  padding: 12px;
}

.admin-body .admin-api-json-grid pre {
  max-height: 360px;
  margin: 8px 0 0;
  overflow: auto;
  border-radius: 12px;
  background: #0f172a;
  color: #e5eefc;
  font-size: 12px;
  line-height: 1.55;
  padding: 12px;
  white-space: pre-wrap;
  word-break: break-word;
}

@media (max-width: 760px) {
  .admin-body .admin-api-overview,
  .admin-body .admin-api-meta,
  .admin-body .admin-api-request-meta,
  .admin-body .admin-api-json-grid {
    grid-template-columns: 1fr;
  }

  .admin-body .admin-api-request-summary {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  body.member-body .profiles-manage-overlay {
    align-items: end;
    padding: 0;
  }

  body.member-body .profiles-manage-sheet {
    width: 100%;
    max-height: calc(100vh - 74px);
    border-radius: 28px 28px 0 0;
    padding: 22px 16px calc(22px + var(--safe-bottom, 0px));
  }

  body.member-body .auto-product-card {
    grid-template-columns: auto 1fr;
  }

  body.member-body .auto-product-card .btn {
    grid-column: 1 / -1;
    width: 100%;
  }

  body.member-body .keyword-shell {
    padding: 18px 14px;
  }

  body.member-body .keyword-hero,
  body.member-body .keyword-form,
  body.member-body .keyword-summary-card,
  body.member-body .keyword-insight-grid,
  body.member-body .keyword-video-grid,
  body.member-body .keyword-action-grid {
    grid-template-columns: 1fr;
  }

  body.member-body .keyword-price-chip {
    justify-self: start;
  }

  body.member-body .keyword-video-card {
    grid-template-columns: 92px 1fr;
  }
}

body.member-body.member-page-orders .orders-table tr.order-row-credit-topup > td.order-credit-topup-cell,
body.member-body.member-route-orders .orders-table tr.order-row-credit-topup > td.order-credit-topup-cell {
  width: auto !important;
  padding: 7px 0 !important;
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

body.member-body.member-page-orders .orders-table tr.order-row-credit-topup:hover > td.order-credit-topup-cell,
body.member-body.member-route-orders .orders-table tr.order-row-credit-topup:hover > td.order-credit-topup-cell {
  border: 0 !important;
  background: transparent !important;
}

body.member-body.member-page-orders .order-credit-topup-card,
body.member-body.member-route-orders .order-credit-topup-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(180px, .9fr) auto !important;
  gap: 14px !important;
  align-items: center !important;
  width: 100% !important;
  padding: 14px 16px !important;
  border: 1px solid #d9e7f7 !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%) !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .045) !important;
  box-sizing: border-box !important;
}

body.member-body.member-page-orders .order-credit-topup-main,
body.member-body.member-route-orders .order-credit-topup-main {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  min-width: 0 !important;
}

body.member-body.member-page-orders .order-credit-topup-icon,
body.member-body.member-route-orders .order-credit-topup-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  border-radius: 999px !important;
  background: #eaf2ff !important;
  color: #0f5fe8 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}

body.member-body.member-page-orders .order-credit-topup-kicker,
body.member-body.member-route-orders .order-credit-topup-kicker {
  display: block !important;
  margin-bottom: 2px !important;
  color: #667085 !important;
  font-size: 11px !important;
  font-weight: 720 !important;
  line-height: 1.15 !important;
  text-transform: uppercase !important;
  letter-spacing: .03em !important;
}

body.member-body.member-page-orders .order-credit-topup-main strong,
body.member-body.member-route-orders .order-credit-topup-main strong {
  display: block !important;
  color: #111827 !important;
  font-size: 18px !important;
  font-weight: 780 !important;
  line-height: 1.12 !important;
}

body.member-body.member-page-orders .order-credit-topup-main small,
body.member-body.member-route-orders .order-credit-topup-main small,
body.member-body.member-page-orders .order-credit-topup-meta,
body.member-body.member-route-orders .order-credit-topup-meta {
  color: #475467 !important;
  font-size: 12.5px !important;
  font-weight: 560 !important;
  line-height: 1.3 !important;
}

body.member-body.member-page-orders .order-credit-topup-meta,
body.member-body.member-route-orders .order-credit-topup-meta {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px 12px !important;
  align-items: center !important;
}

body.member-body.member-page-orders .order-credit-topup-meta time,
body.member-body.member-route-orders .order-credit-topup-meta time {
  color: #344054 !important;
  font-weight: 680 !important;
}

body.member-body.member-page-orders .order-credit-topup-state,
body.member-body.member-route-orders .order-credit-topup-state {
  justify-self: end !important;
}

body.member-body.member-route-send .send-empty-credit-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 16px;
  border: 1px solid #cfe0fb;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(239, 246, 255, .98), rgba(255, 255, 255, .96)),
    #fff;
  box-shadow: 0 16px 36px rgba(15, 45, 95, .08);
}

body.member-body.member-route-send .send-empty-credit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #0f5fe8;
  color: #fff;
  font-size: 25px;
  font-weight: 760;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(15, 95, 232, .22);
}

body.member-body.member-route-send .send-empty-credit-copy {
  min-width: 0;
}

body.member-body.member-route-send .send-empty-credit-copy strong {
  display: block;
  margin-bottom: 3px;
  color: #111827;
  font-size: 17px;
  font-weight: 780;
  line-height: 1.2;
}

body.member-body.member-route-send .send-empty-credit-copy p {
  margin: 0;
  color: #475467;
  font-size: 13.5px;
  font-weight: 560;
  line-height: 1.35;
}

body.member-body.member-route-send .send-empty-credit-card .btn {
  min-height: 42px;
  white-space: nowrap;
}

@media (max-width: 760px) {
  body.member-body.member-page-orders .orders-table tr.order-row-credit-topup,
  body.member-body.member-route-orders .orders-table tr.order-row-credit-topup {
    display: table-row !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  body.member-body.member-page-orders .orders-table tr.order-row-credit-topup > td.order-credit-topup-cell,
  body.member-body.member-route-orders .orders-table tr.order-row-credit-topup > td.order-credit-topup-cell {
    display: table-cell !important;
    width: auto !important;
    padding: 8px 10px !important;
  }

  body.member-body.member-page-orders .orders-table tr.order-row-credit-topup > td.order-credit-topup-cell::before,
  body.member-body.member-route-orders .orders-table tr.order-row-credit-topup > td.order-credit-topup-cell::before {
    content: none !important;
    display: none !important;
  }

  body.member-body.member-page-orders .order-credit-topup-card,
  body.member-body.member-route-orders .order-credit-topup-card {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 13px !important;
  }

  body.member-body.member-page-orders .order-credit-topup-state,
  body.member-body.member-route-orders .order-credit-topup-state {
    justify-self: start !important;
  }

  body.member-body.member-route-send .send-empty-credit-card {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 14px;
  }

  body.member-body.member-route-send .send-empty-credit-card .btn {
    grid-column: 1 / -1;
    width: 100%;
  }
}

/* Send profile target: compact, aligned profile chooser. */
body.member-body.member-route-send [data-step-card="3"] {
  gap: 10px !important;
}

body.member-body.member-route-send [data-step-card="3"] > label:first-child {
  margin-bottom: 2px !important;
}

body.member-body.member-route-send .profile-block {
  display: grid !important;
  gap: 8px !important;
}

body.member-body.member-route-send .mode-switch {
  height: auto !important;
  min-height: 42px !important;
  margin: 0 0 8px !important;
  padding: 4px !important;
  align-items: center !important;
}

body.member-body.member-route-send .mode-switch button {
  min-height: 34px !important;
  padding: 0 12px !important;
  font-size: 13px !important;
  line-height: 1 !important;
}

body.member-body.member-route-send .profile-choice-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
}

body.member-body.member-route-send .profile-choice-head > div {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 0 !important;
}

body.member-body.member-route-send .profile-choice-head strong {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  font-size: 13px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
}

body.member-body.member-route-send .profile-choice-head a {
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 650 !important;
}

body.member-body.member-route-send .profile-choice-head .profile-add-toggle {
  width: auto !important;
  min-height: 32px !important;
  padding: 0 12px !important;
  font-size: 12px !important;
  line-height: 1 !important;
  justify-self: end !important;
}

body.member-body.member-route-send .profile-grid,
body.member-body.member-route-send .profile-grid.is-profile-select {
  display: grid !important;
  gap: 6px !important;
}

body.member-body.member-route-send .profile-option,
body.member-body.member-route-send .profile-block .profile-option {
  min-height: 54px !important;
  grid-template-columns: 38px minmax(0, 1fr) 14px !important;
  grid-template-rows: auto auto !important;
  align-items: center !important;
  column-gap: 10px !important;
  row-gap: 2px !important;
  padding: 8px 14px 8px 10px !important;
  border-radius: 14px !important;
}

body.member-body.member-route-send .profile-option img,
body.member-body.member-route-send .profile-avatar-fallback,
body.member-body.member-route-send .profile-block .profile-option img,
body.member-body.member-route-send .profile-block .profile-avatar-fallback {
  width: 38px !important;
  height: 38px !important;
  grid-column: 1 !important;
  grid-row: 1 / 3 !important;
}

body.member-body.member-route-send .profile-option strong,
body.member-body.member-route-send .profile-block .profile-option strong {
  grid-column: 2 !important;
  font-size: 15px !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
}

body.member-body.member-route-send .profile-option small,
body.member-body.member-route-send .profile-block .profile-option small {
  grid-column: 2 !important;
  font-size: 12px !important;
  line-height: 1.12 !important;
}

body.member-body.member-route-send .profile-public-note {
  margin: 2px 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  color: #6b7280 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
}

body.member-body.member-route-send .profile-post-tools {
  min-height: 0 !important;
  margin-top: 2px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  gap: 8px !important;
}

body.member-body.member-route-send .profile-post-tools .btn.primary {
  min-height: 36px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  justify-self: start !important;
}

body.member-body.member-route-send .profile-post-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  align-items: center !important;
}

body.member-body.member-route-send .profile-post-actions .btn {
  width: auto !important;
  min-height: 36px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 750 !important;
}

body.member-body.member-route-send .profile-post-actions .btn[data-post-latest] {
  background: linear-gradient(135deg, #3478f6, #1d5fe8) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 12px 24px rgba(52, 120, 246, .2) !important;
}

body.member-body.member-route-send .post-card-new {
  top: 10px !important;
  right: 10px !important;
}

body.member-body.member-route-send .post-card-meta {
  display: block !important;
  color: #7c8798 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

@media (max-width: 560px) {
  body.member-body.member-route-send .profile-choice-head {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  body.member-body.member-route-send .profile-choice-head .profile-add-toggle {
    max-width: 132px !important;
  }
}

body.member-body.member-route-send .confirm-card .check-row,
body.member-body.member-route-send .confirm-card .check-row:hover,
body.member-body.member-route-send .confirm-card .check-row:focus-within {
  width: 100% !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  gap: 10px !important;
  border: 1px solid #e3eaf3 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: none !important;
  transform: none !important;
}

body.member-body.member-route-send .confirm-card .check-row > span,
body.member-body.member-route-send .confirm-card .check-row:hover > span,
body.member-body.member-route-send .confirm-card .check-row:focus-within > span {
  display: block !important;
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #1f2937 !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
}

body.member-body.member-route-send .confirm-card .check-row input[type="checkbox"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: grid !important;
  place-content: center !important;
  flex: 0 0 20px !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 2px solid #c8d3e2 !important;
  border-radius: 6px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.member-body.member-route-send .confirm-card .check-row input[type="checkbox"]:checked {
  border-color: #3478f6 !important;
  background: #3478f6 !important;
}

body.member-body.member-route-send .service-choice-options {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  max-height: min(390px, 58vh) !important;
  padding: 8px !important;
}

body.member-body.member-route-send .service-choice-heading {
  grid-column: 1 / -1 !important;
}

body.member-body.member-route-send .service-choice-option {
  min-height: 60px !important;
  grid-template-columns: 28px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 9px 10px !important;
  border-radius: 13px !important;
}

body.member-body.member-route-send .service-choice-option-icon {
  width: 26px !important;
  height: 26px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
}

body.member-body.member-route-send .service-choice-option-copy {
  min-width: 0 !important;
  display: grid !important;
  gap: 4px !important;
}

body.member-body.member-route-send .service-choice-option-topline {
  display: grid !important;
  gap: 4px !important;
  align-items: start !important;
}

body.member-body.member-route-send .service-choice-option strong {
  font-size: 13px !important;
  font-weight: 720 !important;
  line-height: 1.12 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

body.member-body.member-route-send .service-choice-option small {
  justify-self: start !important;
  max-width: 100% !important;
  padding: 3px 7px !important;
  border-radius: 999px !important;
  background: #f1f5fb !important;
  color: #667085 !important;
  font-size: 10.5px !important;
  font-weight: 750 !important;
  line-height: 1.05 !important;
  white-space: nowrap !important;
}

body.member-body.member-route-send .service-choice-option em {
  display: none !important;
}

@media (max-width: 520px) {
  body.member-body.member-route-send .service-choice-options {
    grid-template-columns: 1fr !important;
  }
}

/* Order target thumbnails */
body.member-body.member-page-orders .order-target-preview,
body.member-body.member-route-orders .order-target-preview,
body.member-body .help-new-page .order-target-preview {
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  min-width: 0 !important;
  max-width: 100% !important;
  vertical-align: middle !important;
}

body.member-body.member-page-orders .orders-active-target .order-target-preview,
body.member-body.member-route-orders .orders-active-target .order-target-preview {
  display: flex !important;
  width: 100% !important;
}

body.member-body.member-page-orders .order-target-copy,
body.member-body.member-route-orders .order-target-copy {
  display: block !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

body.member-body.member-page-orders .order-target-title,
body.member-body.member-route-orders .order-target-title {
  display: block !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  font-weight: 850 !important;
  color: #0f172a !important;
  margin-bottom: 2px !important;
}

body.member-body.member-page-orders .order-target-copy .text-link,
body.member-body.member-route-orders .order-target-copy .text-link,
body.member-body.member-page-orders .order-target-copy.order-target-muted,
body.member-body.member-route-orders .order-target-copy.order-target-muted {
  display: block !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.member-body.member-page-orders .orders-active-target .order-target-copy .text-link,
body.member-body.member-route-orders .orders-active-target .order-target-copy .text-link,
body.member-body.member-page-orders .orders-active-target .order-target-copy > span,
body.member-body.member-route-orders .orders-active-target .order-target-copy > span,
body.member-body.member-page-orders .orders-active-target .order-target-title,
body.member-body.member-route-orders .orders-active-target .order-target-title {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

body.member-body.member-page-orders .order-target-thumb,
body.member-body.member-route-orders .order-target-thumb,
body.member-body .help-new-page .help-order-thumb {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #dbe5f4 !important;
  background: linear-gradient(145deg, #f8fbff, #eef4ff) !important;
  color: #3478f6 !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .07) !important;
}

body.member-body.member-page-orders .order-target-thumb img,
body.member-body.member-route-orders .order-target-thumb img,
body.member-body .help-new-page .help-order-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

body.member-body.member-page-orders .order-target-thumb svg,
body.member-body.member-route-orders .order-target-thumb svg {
  width: 58% !important;
  height: 58% !important;
  fill: currentColor !important;
}

body.member-body.member-page-orders .order-target-thumb.is-empty span,
body.member-body.member-route-orders .order-target-thumb.is-empty span,
body.member-body .help-new-page .help-order-thumb.is-empty span {
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

body.member-body .help-new-page .help-order-option {
  grid-template-columns: 34px 46px minmax(0, 1fr) !important;
}

body.member-body .help-new-page .help-order-thumb {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  border-radius: 13px !important;
}

body.member-body .help-new-page .help-order-option > span:last-child {
  align-self: center !important;
}

@media (max-width: 760px) {
  body.member-body.member-page-orders .order-target-thumb,
  body.member-body.member-route-orders .order-target-thumb {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    border-radius: 11px !important;
  }

  body.member-body .help-new-page .help-order-option {
    grid-template-columns: 30px 42px minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  body.member-body .help-new-page .help-order-thumb {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
  }
}

/* First dashboard visit */
body.member-body .dashboard-onboarding {
  display: grid !important;
  gap: 14px !important;
  max-width: 920px !important;
  margin-top: 22px !important;
}

body.member-body .dashboard-onboarding-card {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 18px !important;
  padding: clamp(18px, 2.5vw, 26px) !important;
  border: 1px solid #dbe6f4 !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .06) !important;
  overflow: hidden !important;
  position: relative !important;
}

body.member-body .dashboard-onboarding-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  width: 5px !important;
  background: linear-gradient(180deg, #3478f6, #7c3aed) !important;
}

body.member-body .dashboard-onboarding-products {
  grid-template-columns: minmax(0, 1fr) auto !important;
  background: linear-gradient(135deg, #fbfdff, #f6f9ff) !important;
}

body.member-body .dashboard-onboarding-visual {
  width: 88px !important;
  height: 68px !important;
  display: grid !important;
  grid-template-columns: repeat(3, 30px) !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
}

body.member-body .dashboard-onboarding-visual .profile-empty-platform {
  width: 34px !important;
  height: 34px !important;
  margin-left: -6px !important;
  border: 3px solid #fff !important;
  box-shadow: 0 10px 22px rgba(15, 23, 42, .12) !important;
}

body.member-body .dashboard-onboarding-visual .profile-empty-platform:first-child {
  margin-left: 0 !important;
}

body.member-body .dashboard-onboarding-copy {
  min-width: 0 !important;
}

body.member-body .dashboard-onboarding-kicker {
  display: inline-flex !important;
  margin-bottom: 7px !important;
  padding: 5px 9px !important;
  border-radius: 999px !important;
  background: #edf4ff !important;
  color: #3478f6 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body.member-body .dashboard-onboarding h2 {
  margin: 0 !important;
  color: #101828 !important;
  font-size: clamp(22px, 2.4vw, 30px) !important;
  line-height: 1.05 !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

body.member-body .dashboard-onboarding p {
  margin: 8px 0 0 !important;
  color: #667085 !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1.48 !important;
}

body.member-body .dashboard-onboarding-checks {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 13px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.member-body .dashboard-onboarding-checks li {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  padding: 7px 10px !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #475467 !important;
  border: 1px solid #e4ebf5 !important;
  font-size: 12.5px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
}

body.member-body .dashboard-onboarding-checks li::before {
  content: "" !important;
  width: 7px !important;
  height: 12px !important;
  border: solid #12b76a !important;
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg) translateY(-1px) !important;
}

body.member-body .dashboard-onboarding-card .btn {
  white-space: nowrap !important;
  min-height: 44px !important;
  padding-inline: 18px !important;
}

@media (max-width: 760px) {
  body.member-body .dashboard-onboarding {
    margin-top: 14px !important;
  }

  body.member-body .dashboard-onboarding-card,
  body.member-body .dashboard-onboarding-products {
    grid-template-columns: 1fr !important;
    align-items: start !important;
    gap: 14px !important;
    padding: 18px !important;
  }

  body.member-body .dashboard-onboarding-card .btn {
    width: 100% !important;
  }
}

body.admin-body .admin-quality-panel {
  grid-column: 1 / -1;
}

body.admin-body .admin-quality-form {
  display: grid;
  gap: 14px;
}

body.admin-body .admin-quality-master {
  width: fit-content;
}

body.admin-body .admin-quality-interval {
  max-width: 260px;
}

body.admin-body .admin-cron-box {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid #dbe7fb;
  border-radius: 14px;
  background: #f7fbff;
}

body.admin-body .admin-cron-box strong {
  color: #101828;
  font-size: 13px;
}

body.admin-body .admin-cron-box input {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
}

body.admin-body .admin-quality-check-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 10px;
}

body.admin-body .admin-form-grid > .admin-quality-check-list {
  grid-column: 1 / -1;
}

body.admin-body .admin-quality-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 13px;
  border: 1px solid #e4ebf5;
  border-radius: 14px;
  background: #fff;
}

body.admin-body .admin-quality-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex: 0 0 auto;
}

body.admin-body .admin-quality-check span,
body.admin-body .admin-quality-check small {
  display: block;
}

body.admin-body .admin-quality-check strong {
  color: #101828;
  font-size: 13.5px;
}

body.admin-body .admin-quality-check small,
body.admin-body .admin-cron-box small {
  color: #667085;
  font-size: 12px;
  line-height: 1.35;
}

body.admin-body .admin-quality-note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
  font-size: 13px;
  line-height: 1.42;
}

body.admin-body .admin-quality-dashboard {
  margin: 18px 0;
}

body.admin-body .admin-quality-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  margin: 14px 0;
}

body.admin-body .admin-quality-summary > div {
  padding: 13px;
  border: 1px solid #e4ebf5;
  border-radius: 14px;
  background: #f8fafc;
}

body.admin-body .admin-quality-summary span {
  display: block;
  color: #667085;
  font-size: 12px;
  font-weight: 800;
}

body.admin-body .admin-quality-summary strong {
  display: block;
  margin-top: 4px;
  color: #101828;
  font-size: 20px;
  line-height: 1.1;
}

body.admin-body .admin-quality-slow-list h3 {
  margin: 4px 0 10px;
  color: #101828;
  font-size: 15px;
}

body.admin-body .admin-quality-service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #eef2f7;
}

body.admin-body .admin-quality-service-list h3 {
  flex: 0 0 100%;
  margin: 0 0 2px;
  color: #101828;
  font-size: 15px;
}

body.admin-body .admin-quality-service-list span {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  background: #eef4ff;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 850;
}

body.admin-body .admin-quality-slow-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid #eef2f7;
}

body.admin-body .admin-quality-slow-item strong,
body.admin-body .admin-quality-slow-item span,
body.admin-body .admin-quality-slow-item small {
  display: block;
}

body.admin-body .admin-quality-slow-item strong {
  color: #101828;
  font-size: 13.5px;
}

body.admin-body .admin-quality-slow-item span,
body.admin-body .admin-quality-slow-item small {
  color: #667085;
  font-size: 12px;
  line-height: 1.35;
}

body.admin-body .admin-quality-slow-item b {
  color: #d92d20;
  font-size: 16px;
}

body.admin-body .admin-quality-slow-item > div:last-child {
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 700px) {
  body.admin-body .admin-quality-slow-item {
    display: grid;
  }

  body.admin-body .admin-quality-slow-item > div:last-child {
    text-align: left;
    white-space: normal;
  }
}

body.member-body .profiles-compact-summary {
  grid-template-columns: 52px minmax(0, 1fr) 30px 20px;
}

body.member-body article.profiles-compact-foldout .profiles-compact-summary {
  grid-template-columns: 52px minmax(0, 1fr) 30px;
}

body.member-body .profiles-platform-badge {
  width: 30px !important;
  height: 30px !important;
  display: inline-grid !important;
  place-items: center !important;
  justify-self: end !important;
  align-self: center !important;
  border-radius: 11px !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .14) !important;
}

body.member-body .profiles-platform-badge svg {
  display: block !important;
  width: 17px !important;
  height: 17px !important;
  fill: currentColor !important;
}

body.member-body .profiles-platform-badge.is-instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b 50%, #8134af) !important;
}

body.member-body .profiles-platform-badge.is-youtube {
  background: #ff0033 !important;
}

body.member-body .profiles-platform-badge.is-tiktok {
  background: linear-gradient(135deg, #111827, #00f2ea) !important;
}

body.member-body .profiles-platform-badge.is-twitter {
  background: #111827 !important;
}
body.member-body .boost-status-page {
  display: grid;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
}

body.member-body .boost-status-hero {
  position: relative;
  display: grid;
  grid-template-columns: 42px 74px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(124, 58, 237, .16);
  border-radius: 26px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f7ff 58%, #eef4ff 100%);
  box-shadow: 0 24px 64px rgba(15, 23, 42, .10);
}

body.member-body .boost-status-hero .status-back-btn {
  position: static;
}

body.member-body .boost-status-orb {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 22px;
  background: linear-gradient(135deg, #3b0764, #7c3aed 54%, #60a5fa);
  color: #fff;
  font-size: 34px;
  box-shadow: 0 18px 42px rgba(124, 58, 237, .30);
}

body.member-body .boost-status-orb i {
  position: absolute;
  inset: -7px;
  border: 2px solid rgba(124, 58, 237, .18);
  border-top-color: rgba(124, 58, 237, .72);
  border-radius: 26px;
  animation: boostStatusSpin 1.15s cubic-bezier(.22, .8, .36, 1) infinite;
}

body.member-body .boost-status-hero p,
body.member-body .boost-status-card > h2 {
  margin: 0;
  color: #6d28d9;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

body.member-body .boost-status-hero h1 {
  margin: 2px 0 6px;
  color: #0f172a;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.02;
}

body.member-body .boost-status-hero span {
  display: block;
  max-width: 640px;
  color: #667085;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}

body.member-body .boost-status-badge {
  align-self: start;
  padding: 8px 12px;
  border-radius: 999px;
  background: #eef4ff;
  color: #2563eb;
  font-size: 12px;
  font-weight: 950;
}

body.member-body .boost-tone-ok .boost-status-badge {
  background: #dcfce7;
  color: #15803d;
}

body.member-body .boost-tone-danger .boost-status-badge,
body.member-body .boost-tone-warn .boost-status-badge {
  background: #fff7ed;
  color: #c2410c;
}

body.member-body .boost-status-card {
  padding: 18px;
  border-radius: 22px;
}

body.member-body .boost-status-summary,
body.member-body .boost-status-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body.member-body .boost-status-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.member-body .boost-status-summary > div,
body.member-body .boost-status-items > div {
  padding: 13px;
  border: 1px solid #e6edf7;
  border-radius: 16px;
  background: #f8fbff;
}

body.member-body .boost-status-summary span,
body.member-body .boost-status-items span,
body.member-body .boost-status-target span {
  display: block;
  color: #98a2b3;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

body.member-body .boost-status-summary strong,
body.member-body .boost-status-items strong,
body.member-body .boost-status-target strong {
  display: block;
  margin-top: 4px;
  color: #101828;
  font-size: 18px;
  font-weight: 950;
}

body.member-body .boost-status-progress {
  position: relative;
  height: 18px;
  margin: 16px 0;
  overflow: hidden;
  border-radius: 999px;
  background: #eef2f8;
}

body.member-body .boost-status-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #7c3aed, #3478f6);
  transition: width .35s ease;
}

body.member-body .boost-status-progress em {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #0f172a;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
}

body.member-body .boost-status-target {
  display: block;
  padding: 13px;
  border: 1px solid #e6edf7;
  border-radius: 16px;
  background: #fff;
  text-decoration: none;
}

body.member-body .boost-status-target strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.member-body .boost-status-items,
body.member-body .boost-status-launched {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

body.member-body .boost-status-timeline {
  display: grid;
  gap: 9px;
  margin-top: 12px;
}

body.member-body .boost-status-timeline span,
body.member-body .boost-status-launched span {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 11px;
  border-radius: 14px;
  background: #f3f6fb;
  color: #667085;
  font-size: 13px;
  font-weight: 850;
}

body.member-body .boost-status-timeline span::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-right: 9px;
  border-radius: 999px;
  background: #cbd5e1;
}

body.member-body .boost-status-timeline .is-active::before {
  background: #3478f6;
  box-shadow: 0 0 0 6px rgba(52, 120, 246, .12);
}

body.member-body .boost-status-timeline .is-done::before {
  background: #16a34a;
}

body.member-body .boost-status-timeline .is-warn::before,
body.member-body .boost-status-launched .is-warn {
  background: #fff7ed;
  color: #c2410c;
}

body.member-body .boost-status-muted {
  margin: 12px 0 0;
  color: #667085;
  font-size: 13px;
  font-weight: 750;
}

body.member-body .boost-status-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

body.member-body .order-row-boost-booking .platform-dot.boost {
  background: linear-gradient(135deg, #3b0764, #7c3aed);
  color: #fff;
}

@keyframes fhBoostBoltWiggle {
  0%, 100% { transform: rotate(0deg) scale(1); }
  18% { transform: rotate(-7deg) scale(1.05); }
  34% { transform: rotate(6deg) scale(1.02); }
  48% { transform: rotate(-4deg) scale(1.06); }
  62% { transform: rotate(2deg) scale(1); }
}

@keyframes fhBoostBadgeGlow {
  0%, 100% {
    box-shadow:
      0 8px 18px rgba(15, 23, 42, .10),
      0 0 0 rgba(124, 58, 237, 0);
  }
  45% {
    box-shadow:
      0 8px 18px rgba(15, 23, 42, .10),
      0 0 0 5px rgba(124, 58, 237, .10),
      0 0 18px rgba(52, 120, 246, .30);
  }
}

@keyframes fhBoostSparkA {
  0%, 36%, 100% {
    opacity: 0;
    transform: translate(0, 0) scale(.45);
  }
  8% {
    opacity: 1;
    transform: translate(2px, -3px) scale(1);
  }
  18% {
    opacity: .18;
    transform: translate(6px, -8px) scale(.55);
  }
}

@keyframes fhBoostSparkB {
  0%, 42%, 100% {
    opacity: 0;
    transform: translate(0, 0) scale(.45);
  }
  10% {
    opacity: .95;
    transform: translate(-3px, 2px) scale(.95);
  }
  22% {
    opacity: .16;
    transform: translate(-7px, 5px) scale(.5);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.member-body.member-page-orders .order-row-boost-booking .order-platform-logo.boost,
  body.member-body.member-route-orders .order-row-boost-booking .order-platform-logo.boost,
  body.member-body.member-page-orders .order-row-boost-booking .order-platform-logo.boost svg,
  body.member-body.member-route-orders .order-row-boost-booking .order-platform-logo.boost svg,
  body.member-body.member-page-orders .order-row-boost-booking .order-platform-logo.boost::before,
  body.member-body.member-route-orders .order-row-boost-booking .order-platform-logo.boost::before,
  body.member-body.member-page-orders .order-row-boost-booking .order-platform-logo.boost::after,
  body.member-body.member-route-orders .order-row-boost-booking .order-platform-logo.boost::after {
    animation: none !important;
  }
}

@keyframes boostStatusSpin {
  to { transform: rotate(360deg); }
}

@media (max-width: 720px) {
  body.member-body .boost-status-hero {
    grid-template-columns: 38px 54px minmax(0, 1fr);
    gap: 10px;
    padding: 16px;
  }

  body.member-body .boost-status-badge {
    grid-column: 2 / -1;
    justify-self: start;
  }

  body.member-body .boost-status-orb {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    font-size: 27px;
  }

  body.member-body .boost-status-summary,
  body.member-body .boost-status-grid {
    grid-template-columns: 1fr;
  }

  body.member-body .boost-status-actions {
    display: grid;
  }
}

body.member-body .profile-add-card,
body.member-body.member-route-send .profile-add-card {
  display: grid !important;
  gap: 14px !important;
}

body.member-body .profiles-platform-picker {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 2px 0 0 !important;
}

body.member-body .profiles-platform-picker [data-profile-platform] {
  min-width: 0 !important;
  min-height: 72px !important;
  display: grid !important;
  justify-items: center !important;
  align-content: center !important;
  gap: 4px !important;
  padding: 9px 7px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px !important;
  background: #f8fbff !important;
  color: #475467 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

body.member-body .profiles-platform-picker [data-profile-platform] span {
  width: 28px !important;
  height: 28px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 10px !important;
}

body.member-body .profiles-platform-picker [data-profile-platform] svg {
  width: 18px !important;
  height: 18px !important;
}

body.member-body .profiles-platform-picker [data-profile-platform] strong {
  color: #101828 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body.member-body .profiles-platform-picker [data-profile-platform] small {
  color: #667085 !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

body.member-body .profiles-platform-picker [data-profile-platform].is-active,
body.member-body .profiles-platform-picker [data-profile-platform][aria-pressed="true"] {
  border-color: rgba(52, 120, 246, .72) !important;
  background: linear-gradient(180deg, #ffffff, #eef5ff) !important;
  box-shadow: 0 0 0 3px rgba(52, 120, 246, .12), 0 12px 28px rgba(52, 120, 246, .14) !important;
  color: #095cff !important;
}

body.member-body .profiles-platform-picker [data-profile-platform].is-active strong,
body.member-body .profiles-platform-picker [data-profile-platform][aria-pressed="true"] strong,
body.member-body .profiles-platform-picker [data-profile-platform].is-active small,
body.member-body .profiles-platform-picker [data-profile-platform][aria-pressed="true"] small {
  color: #095cff !important;
}

body.member-body .profile-add-card .profile-add-row,
body.member-body.member-route-send .profile-add-row {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) minmax(86px, auto) !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 46px !important;
  transition: grid-template-columns .24s ease, gap .24s ease !important;
}

body.member-body .profile-add-card .profile-add-row.has-profile-input,
body.member-body.member-route-send .profile-add-row.has-profile-input {
  grid-template-columns: 42px minmax(0, 1fr) 0 !important;
  gap: 10px !important;
}

body.member-body .profile-add-card input[type="text"],
body.member-body.member-route-send .profile-add-card input[type="text"] {
  width: 100% !important;
  min-width: 0 !important;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease !important;
}

body.member-body .profile-add-card .profile-paste-button,
body.member-body.member-route-send .profile-add-card .profile-paste-button {
  overflow: hidden !important;
  justify-self: stretch !important;
  max-width: 120px !important;
  opacity: 1 !important;
  transform: translateX(0) !important;
  transition: max-width .24s ease, padding .24s ease, border-width .24s ease, opacity .16s ease, transform .24s ease !important;
}

body.member-body .profile-add-card .profile-add-row.has-profile-input .profile-paste-button,
body.member-body.member-route-send .profile-add-row.has-profile-input .profile-paste-button {
  max-width: 0 !important;
  min-width: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-width: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateX(8px) !important;
}

body.member-body .profile-add-submit,
body.member-body.member-route-send .profile-add-submit {
  width: 100% !important;
  min-height: 48px !important;
  margin: 0 !important;
  align-self: stretch !important;
}

@media (max-width: 520px) {
  body.member-body .profiles-platform-picker {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.member-body .profile-add-card .profile-add-row,
  body.member-body.member-route-send .profile-add-row {
    grid-template-columns: 40px minmax(0, 1fr) minmax(76px, auto) !important;
    gap: 8px !important;
  }

  body.member-body .profile-add-card .profile-add-row.has-profile-input,
  body.member-body.member-route-send .profile-add-row.has-profile-input {
    grid-template-columns: 40px minmax(0, 1fr) 0 !important;
  }
}
body.member-body .hp-redeem-card {
  margin-top: 18px;
  padding: 20px;
  border: 1px solid rgba(210, 222, 240, .92);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .07);
}

body.member-body .hp-section-headline span {
  display: block;
  color: #8a94a6;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.member-body .hp-section-headline h2 {
  margin: 4px 0 6px;
  color: #101827;
  font-size: 22px;
  line-height: 1.12;
}

body.member-body .hp-section-headline p {
  margin: 0;
  max-width: 680px;
  color: #667085;
  font-size: 14px;
  line-height: 1.5;
}

body.member-body .hp-redeem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

body.member-body .hp-redeem-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 86px;
  padding: 14px;
  border: 1px solid rgba(215, 225, 240, .94);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  color: inherit;
  text-decoration: none;
}

body.member-body .hp-redeem-item > span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: #eef4ff;
  color: #3478f6;
  font-size: 20px;
  font-weight: 900;
}

body.member-body .hp-redeem-item strong,
body.member-body .hp-redeem-item small {
  display: block;
}

body.member-body .hp-redeem-item strong {
  color: #101827;
  font-size: 16px;
  font-weight: 850;
}

body.member-body .hp-redeem-item small {
  margin-top: 3px;
  color: #667085;
  font-size: 13px;
  line-height: 1.35;
}

@media (max-width: 680px) {
  body.member-body .hp-redeem-grid {
    grid-template-columns: 1fr;
  }
}

body.member-body.member-route-access .access-card,
body.member-body.member-page-access .access-card {
  grid-template-columns: minmax(0, 1fr) max-content !important;
}

body.member-body .dashboard-view-panel[data-dashboard-view-panel="access"] .access-card:not(.unpaid) {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) max-content !important;
  grid-template-areas: "main actions" !important;
  align-items: center !important;
  column-gap: 24px !important;
}

body.member-body.member-route-access .access-main,
body.member-body.member-page-access .access-main {
  min-width: 0 !important;
  padding-right: clamp(8px, 2vw, 22px) !important;
}

body.member-body .dashboard-view-panel[data-dashboard-view-panel="access"] .access-card:not(.unpaid) .access-main {
  grid-area: main !important;
  min-width: 0 !important;
  padding-right: 0 !important;
}

body.member-body.member-route-access .access-actions,
body.member-body.member-page-access .access-actions {
  justify-self: end !important;
  align-self: center !important;
  width: max-content !important;
  min-width: max-content !important;
  margin-left: auto !important;
}

body.member-body .dashboard-view-panel[data-dashboard-view-panel="access"] .access-card:not(.unpaid) .access-actions {
  grid-area: actions !important;
  justify-self: end !important;
  align-self: center !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  width: 202px !important;
  min-width: 202px !important;
  gap: 10px !important;
  margin-left: auto !important;
}

body.member-body .dashboard-view-panel[data-dashboard-view-panel="access"] .access-card:not(.unpaid) .access-actions .btn {
  width: 100% !important;
}

@media (max-width: 640px) {
  body.member-body.member-route-access .access-card,
  body.member-body.member-page-access .access-card {
    grid-template-columns: minmax(0, 1fr) auto !important;
    column-gap: 10px !important;
  }

  body.member-body.member-route-access .access-main,
  body.member-body.member-page-access .access-main {
    padding-right: 4px !important;
  }

  body.member-body.member-route-access .access-actions,
  body.member-body.member-page-access .access-actions {
    gap: 6px !important;
  }

  body.member-body .dashboard-view-panel[data-dashboard-view-panel="access"] .access-card:not(.unpaid) {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "main"
      "actions" !important;
    row-gap: 10px !important;
    overflow: visible !important;
  }

  body.member-body .dashboard-view-panel[data-dashboard-view-panel="access"] .access-card:not(.unpaid) .access-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    width: 100% !important;
    min-width: 0 !important;
    gap: 8px !important;
  }

  body.member-body .dashboard-view-panel[data-dashboard-view-panel="access"] .access-card:not(.unpaid) .access-actions .btn {
    display: inline-flex !important;
    min-width: 0 !important;
    width: 100% !important;
    padding-inline: 10px !important;
  }
}

body.member-body.member-route-access .filters-block,
body.member-body.member-page-access .filters-block {
  min-width: 0 !important;
}

body.member-body.member-route-access .chip-row,
body.member-body.member-page-access .chip-row {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 10px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  max-width: 100% !important;
  padding: 2px 2px 10px !important;
  margin-inline: -2px !important;
  scroll-snap-type: x proximity !important;
  scrollbar-width: thin !important;
  scrollbar-color: rgba(52, 120, 246, .32) rgba(215, 225, 240, .45) !important;
  -webkit-overflow-scrolling: touch !important;
}

body.member-body.member-route-access .chip-row::-webkit-scrollbar,
body.member-body.member-page-access .chip-row::-webkit-scrollbar {
  height: 5px !important;
}

body.member-body.member-route-access .chip-row::-webkit-scrollbar-track,
body.member-body.member-page-access .chip-row::-webkit-scrollbar-track {
  border-radius: 999px !important;
  background: rgba(215, 225, 240, .45) !important;
}

body.member-body.member-route-access .chip-row::-webkit-scrollbar-thumb,
body.member-body.member-page-access .chip-row::-webkit-scrollbar-thumb {
  border-radius: 999px !important;
  background: rgba(52, 120, 246, .35) !important;
}

body.member-body.member-route-access .chip,
body.member-body.member-page-access .chip {
  flex: 0 0 auto !important;
  scroll-snap-align: start !important;
  white-space: nowrap !important;
}

@media (max-width: 760px) {
  body.member-body.member-route-access .chip-row,
  body.member-body.member-page-access .chip-row {
    gap: 8px !important;
    padding-bottom: 8px !important;
    mask-image: linear-gradient(90deg, transparent 0, #000 14px, #000 calc(100% - 22px), transparent 100%) !important;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 14px, #000 calc(100% - 22px), transparent 100%) !important;
  }

  body.member-body.member-route-access .chip,
  body.member-body.member-page-access .chip {
    height: 36px !important;
    min-height: 36px !important;
    padding-inline: 12px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 760px) {
  body.member-body.member-route-access .dashboard-view-switch,
  body.member-body.member-page-access .dashboard-view-switch,
  body.member-body[data-members-layout-lock].member-route-access .dashboard-view-switch,
  body.member-body[data-members-layout-lock].member-page-access .dashboard-view-switch {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: calc(76px + env(safe-area-inset-bottom, 0px)) !important;
    z-index: 2147482500 !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: min(94vw, 390px) !important;
    max-width: 390px !important;
    margin: 0 !important;
    padding: 4px !important;
    transform: translateX(-50%) !important;
    border: 1px solid rgba(15, 23, 42, .08) !important;
    border-radius: 20px 20px 14px 14px !important;
    background: rgba(255, 255, 255, .92) !important;
    box-shadow: 0 -8px 22px rgba(15, 23, 42, .06) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    backdrop-filter: blur(16px) !important;
    gap: 2px !important;
  }

  body.member-body.member-route-access .dashboard-view-switch::before,
  body.member-body.member-page-access .dashboard-view-switch::before,
  body.member-body[data-members-layout-lock].member-route-access .dashboard-view-switch::before,
  body.member-body[data-members-layout-lock].member-page-access .dashboard-view-switch::before {
    display: none !important;
  }

  body.member-body.member-route-access .dashboard-view-switch button,
  body.member-body.member-page-access .dashboard-view-switch button,
  body.member-body[data-members-layout-lock].member-route-access .dashboard-view-switch button,
  body.member-body[data-members-layout-lock].member-page-access .dashboard-view-switch button {
    min-height: 34px !important;
    padding: 0 7px !important;
    border-radius: 14px !important;
    background: transparent !important;
    color: #667085 !important;
    box-shadow: none !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }

  body.member-body.member-route-access .dashboard-view-switch button.active,
  body.member-body.member-route-access .dashboard-view-switch button[aria-selected="true"],
  body.member-body.member-page-access .dashboard-view-switch button.active,
  body.member-body.member-page-access .dashboard-view-switch button[aria-selected="true"],
  body.member-body[data-members-layout-lock].member-route-access .dashboard-view-switch button.active,
  body.member-body[data-members-layout-lock].member-route-access .dashboard-view-switch button[aria-selected="true"],
  body.member-body[data-members-layout-lock].member-page-access .dashboard-view-switch button.active,
  body.member-body[data-members-layout-lock].member-page-access .dashboard-view-switch button[aria-selected="true"] {
    background: rgba(52, 120, 246, .11) !important;
    color: #1d4ed8 !important;
  }

  body.member-body.member-route-access .dashboard-view-switch .switch-count,
  body.member-body.member-page-access .dashboard-view-switch .switch-count,
  body.member-body[data-members-layout-lock].member-route-access .dashboard-view-switch .switch-count,
  body.member-body[data-members-layout-lock].member-page-access .dashboard-view-switch .switch-count {
    min-width: 16px !important;
    height: 16px !important;
    padding: 0 5px !important;
    margin-left: 3px !important;
    font-size: 9px !important;
    font-weight: 850 !important;
    background: rgba(102, 112, 133, .10) !important;
    color: #667085 !important;
  }

  body.member-body.member-route-access .dashboard-view-switch button.active .switch-count,
  body.member-body.member-route-access .dashboard-view-switch button[aria-selected="true"] .switch-count,
  body.member-body.member-page-access .dashboard-view-switch button.active .switch-count,
  body.member-body.member-page-access .dashboard-view-switch button[aria-selected="true"] .switch-count,
  body.member-body[data-members-layout-lock].member-route-access .dashboard-view-switch button.active .switch-count,
  body.member-body[data-members-layout-lock].member-route-access .dashboard-view-switch button[aria-selected="true"] .switch-count,
  body.member-body[data-members-layout-lock].member-page-access .dashboard-view-switch button.active .switch-count,
  body.member-body[data-members-layout-lock].member-page-access .dashboard-view-switch button[aria-selected="true"] .switch-count {
    background: rgba(52, 120, 246, .18) !important;
    color: #1d4ed8 !important;
  }
}

/* Mobile dashboard mode switch: keep it physically attached to the bottom tabbar. */
@media (max-width: 760px) {
  body.member-body .dashboard-view-switch {
    position: fixed !important;
    left: 10px !important;
    right: 10px !important;
    top: auto !important;
    bottom: calc(74px + env(safe-area-inset-bottom, 0px)) !important;
    z-index: 2147482500 !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    transform: none !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 2px !important;
    padding: 4px 6px 5px !important;
    border: 1px solid rgba(213, 221, 232, .92) !important;
    border-bottom: 0 !important;
    border-radius: 18px 18px 8px 8px !important;
    background: rgba(255, 255, 255, .95) !important;
    box-shadow: 0 -8px 18px rgba(15, 23, 42, .07) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    backdrop-filter: blur(16px) !important;
  }

  body.member-body .dashboard-view-switch::before {
    display: none !important;
  }

  body.member-body .dashboard-view-switch button {
    min-height: 32px !important;
    padding: 0 6px !important;
    border-radius: 13px !important;
    font-size: 11px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
}

/* Product catalog: primary action stays internal and opens compact package choices. */
body.member-body .product-catalog-packages {
  grid-column: 1 / -1;
  margin-top: 14px;
  padding: 12px;
  border: 1px solid rgba(213, 221, 232, .85);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(248, 251, 255, .96), rgba(255, 255, 255, .98));
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-card .product-catalog-packages,
body.member-body.member-page-account-produkt-aufladen .product-catalog-card .product-catalog-packages,
body.member-body.member-page-products .product-catalog-card .product-catalog-packages,
body.member-body[data-members-layout-lock].member-route-account-produkt-aufladen .product-catalog-card-compact .product-catalog-packages,
body.member-body[data-members-layout-lock].member-page-products .product-catalog-card-compact .product-catalog-packages {
  grid-column: 1 / -1 !important;
  width: 100% !important;
}

body.member-body .product-catalog-packages[hidden] {
  display: none !important;
}

body.member-body .product-catalog-packages-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  color: #111827;
}

body.member-body .product-catalog-packages-head strong {
  font-size: 14px;
  font-weight: 900;
}

body.member-body .product-catalog-packages-head span {
  overflow: hidden;
  color: #667085;
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.member-body .product-catalog-package-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 8px;
}

body.member-body .product-catalog-package {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 52px;
  padding: 10px 12px;
  border: 1px solid rgba(213, 221, 232, .9);
  border-radius: 14px;
  background: #fff;
  color: #101828;
  text-decoration: none;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

body.member-body .product-catalog-package:hover,
body.member-body .product-catalog-package:focus-visible {
  border-color: rgba(52, 120, 246, .42);
  box-shadow: 0 12px 28px rgba(52, 120, 246, .11);
  transform: translateY(-1px);
}

body.member-body .product-catalog-package span {
  display: grid;
  gap: 1px;
  min-width: 0;
}

body.member-body .product-catalog-package strong {
  font-size: 15px;
  font-weight: 950;
}

body.member-body .product-catalog-package small {
  overflow: hidden;
  color: #667085;
  font-size: 11px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.member-body .product-catalog-package b {
  color: #2563eb;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

@media (max-width: 760px) {
  body.member-body .product-catalog-packages {
    margin-top: 10px;
    padding: 10px;
    border-radius: 16px;
  }

  body.member-body .product-catalog-package-list {
    grid-template-columns: 1fr;
  }

  body.member-body .product-catalog-package {
    min-height: 48px;
  }
}

body.member-body .page-head > .stat-row .stat-card {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  grid-template-areas: "icon label value" !important;
  align-items: center !important;
  justify-items: start !important;
  gap: 14px !important;
  min-height: 108px !important;
  height: auto !important;
  padding: 22px 26px !important;
}

body.member-body .page-head > .stat-row .stat-card > span {
  grid-area: icon !important;
  align-self: center !important;
  justify-self: center !important;
  margin: 0 !important;
}

body.member-body .page-head > .stat-row .stat-card > small {
  grid-area: label !important;
  align-self: center !important;
  justify-self: start !important;
  margin: 0 !important;
  color: #151b28 !important;
  font-size: 32px !important;
  font-weight: 760 !important;
  line-height: 1.05 !important;
}

body.member-body .page-head > .stat-row .stat-card > strong {
  grid-area: value !important;
  align-self: center !important;
  justify-self: end !important;
  margin: 0 !important;
  font-size: 42px !important;
  font-weight: 620 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 760px) {
  body.member-body .page-head > .stat-row .stat-card {
    min-height: 70px !important;
    padding: 12px 14px !important;
    gap: 8px !important;
  }

  body.member-body .page-head > .stat-row .stat-card > small {
    font-size: 15px !important;
    font-weight: 720 !important;
  }

  body.member-body .page-head > .stat-row .stat-card > strong {
    font-size: 22px !important;
    font-weight: 620 !important;
  }
}

/* Product topup: compact dashboard-width content and cleaner platform marks. */
body.member-body.member-route-account-produkt-aufladen,
body.member-body.member-page-account-produkt-aufladen,
body.member-body.member-route-account-produkt-buchen,
body.member-body.member-page-account-produkt-buchen {
  --fh-content-w: 620px !important;
}

body.member-body.member-route-account-produkt-aufladen .product-refill-shell,
body.member-body.member-page-account-produkt-aufladen .product-refill-shell,
body.member-body.member-route-account-produkt-aufladen .product-refill-flow,
body.member-body.member-page-account-produkt-aufladen .product-refill-flow {
  width: min(100%, 620px) !important;
  max-width: 620px !important;
  margin-inline: auto !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-shell,
body.member-body.member-page-account-produkt-aufladen .product-catalog-shell,
body.member-body.member-route-account-produkt-buchen .product-catalog-shell,
body.member-body.member-page-account-produkt-buchen .product-catalog-shell {
  width: min(100%, 760px) !important;
  max-width: 760px !important;
  margin-inline: auto !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-card,
body.member-body.member-page-account-produkt-aufladen .product-catalog-card,
body.member-body.member-route-account-produkt-buchen .product-catalog-card,
body.member-body.member-page-account-produkt-buchen .product-catalog-card {
  grid-template-columns: minmax(0, 1fr) auto !important;
}

body.member-body.member-route-account-produkt-aufladen .product-refill-title .platform-logo,
body.member-body.member-page-account-produkt-aufladen .product-refill-title .platform-logo,
body.member-body.member-route-account-produkt-aufladen .product-catalog-main h2 .platform-logo,
body.member-body.member-page-account-produkt-aufladen .product-catalog-main h2 .platform-logo,
body.member-body.member-route-account-produkt-buchen .product-catalog-main h2 .platform-logo,
body.member-body.member-page-account-produkt-buchen .product-catalog-main h2 .platform-logo {
  display: inline-grid !important;
  place-items: center !important;
  flex: 0 0 auto !important;
  width: 40px !important;
  height: 40px !important;
  border: 1px solid rgba(255, 255, 255, .72) !important;
  border-radius: 14px !important;
  background: linear-gradient(145deg, #111827, #020617) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .26),
    0 12px 24px rgba(15, 23, 42, .16) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

body.member-body.member-route-account-produkt-aufladen .product-catalog-main h2 .platform-logo,
body.member-body.member-page-account-produkt-aufladen .product-catalog-main h2 .platform-logo,
body.member-body.member-route-account-produkt-buchen .product-catalog-main h2 .platform-logo,
body.member-body.member-page-account-produkt-buchen .product-catalog-main h2 .platform-logo {
  width: 34px !important;
  height: 34px !important;
  border-radius: 12px !important;
  font-size: 12px !important;
}

body.member-body.member-route-account-produkt-aufladen .platform-logo svg,
body.member-body.member-page-account-produkt-aufladen .platform-logo svg,
body.member-body.member-route-account-produkt-buchen .platform-logo svg,
body.member-body.member-page-account-produkt-buchen .platform-logo svg {
  width: 64% !important;
  height: 64% !important;
  color: currentColor !important;
  fill: currentColor !important;
  stroke: currentColor !important;
  stroke-width: 0 !important;
}

body.member-body.member-route-account-produkt-aufladen .platform-logo.youtube,
body.member-body.member-page-account-produkt-aufladen .platform-logo.youtube,
body.member-body.member-route-account-produkt-buchen .platform-logo.youtube,
body.member-body.member-page-account-produkt-buchen .platform-logo.youtube {
  background: linear-gradient(145deg, #ff4d43 0%, #e62117 55%, #9d1212 100%) !important;
}

body.member-body.member-route-account-produkt-aufladen .platform-logo.instagram,
body.member-body.member-page-account-produkt-aufladen .platform-logo.instagram,
body.member-body.member-route-account-produkt-buchen .platform-logo.instagram,
body.member-body.member-page-account-produkt-buchen .platform-logo.instagram {
  background: linear-gradient(145deg, #feda75 0%, #fa7e1e 30%, #d62976 60%, #8134af 100%) !important;
}

body.member-body.member-route-account-produkt-aufladen .platform-logo.tiktok,
body.member-body.member-page-account-produkt-aufladen .platform-logo.tiktok,
body.member-body.member-route-account-produkt-buchen .platform-logo.tiktok,
body.member-body.member-page-account-produkt-buchen .platform-logo.tiktok {
  background:
    linear-gradient(145deg, rgba(37, 244, 238, .52), rgba(254, 44, 85, .32)),
    #050507 !important;
}

body.member-body.member-route-account-produkt-aufladen .platform-logo.facebook,
body.member-body.member-page-account-produkt-aufladen .platform-logo.facebook,
body.member-body.member-route-account-produkt-buchen .platform-logo.facebook,
body.member-body.member-page-account-produkt-buchen .platform-logo.facebook {
  background: linear-gradient(145deg, #4d8cff, #1456d9) !important;
}

body.member-body.member-route-account-produkt-aufladen .platform-logo.twitter,
body.member-body.member-page-account-produkt-aufladen .platform-logo.twitter,
body.member-body.member-route-account-produkt-aufladen .platform-logo.x,
body.member-body.member-page-account-produkt-aufladen .platform-logo.x,
body.member-body.member-route-account-produkt-buchen .platform-logo.twitter,
body.member-body.member-page-account-produkt-buchen .platform-logo.twitter,
body.member-body.member-route-account-produkt-buchen .platform-logo.x,
body.member-body.member-page-account-produkt-buchen .platform-logo.x {
  background: linear-gradient(145deg, #273242, #030712) !important;
}

body.member-body.member-route-account-produkt-buchen .product-catalog-filter-mark,
body.member-body.member-page-account-produkt-buchen .product-catalog-filter-mark,
body.member-body.member-route-account-produkt-aufladen .product-catalog-filter-mark,
body.member-body.member-page-account-produkt-aufladen .product-catalog-filter-mark {
  width: 22px !important;
  height: 22px !important;
  border: 1px solid rgba(255, 255, 255, .74) !important;
  border-radius: 8px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), 0 8px 18px rgba(15, 23, 42, .12) !important;
}

body.member-body.member-route-account-produkt-buchen .product-catalog-filter-mark.platform-youtube,
body.member-body.member-page-account-produkt-buchen .product-catalog-filter-mark.platform-youtube,
body.member-body.member-route-account-produkt-aufladen .product-catalog-filter-mark.platform-youtube,
body.member-body.member-page-account-produkt-aufladen .product-catalog-filter-mark.platform-youtube {
  background: linear-gradient(145deg, #ff4d43, #b81414) !important;
}

body.member-body.member-route-account-produkt-buchen .product-catalog-filter-mark.platform-instagram,
body.member-body.member-page-account-produkt-buchen .product-catalog-filter-mark.platform-instagram,
body.member-body.member-route-account-produkt-aufladen .product-catalog-filter-mark.platform-instagram,
body.member-body.member-page-account-produkt-aufladen .product-catalog-filter-mark.platform-instagram {
  background: linear-gradient(145deg, #feda75, #d62976 58%, #8134af) !important;
}

body.member-body.member-route-account-produkt-buchen .product-catalog-filter-mark.platform-tiktok,
body.member-body.member-page-account-produkt-buchen .product-catalog-filter-mark.platform-tiktok,
body.member-body.member-route-account-produkt-aufladen .product-catalog-filter-mark.platform-tiktok,
body.member-body.member-page-account-produkt-aufladen .product-catalog-filter-mark.platform-tiktok {
  background: linear-gradient(145deg, rgba(37, 244, 238, .5), rgba(254, 44, 85, .34)), #050507 !important;
}

/* Product catalog filters: use real platform logos and keep both card buttons side by side. */
body.member-body.member-route-account-produkt-buchen .product-catalog-filter-logo,
body.member-body.member-page-account-produkt-buchen .product-catalog-filter-logo,
body.member-body.member-route-account-produkt-aufladen .product-catalog-filter-logo,
body.member-body.member-page-account-produkt-aufladen .product-catalog-filter-logo {
  display: inline-grid !important;
  place-items: center !important;
  flex: 0 0 auto !important;
  width: 28px !important;
  height: 28px !important;
  border: 1px solid rgba(255, 255, 255, .74) !important;
  border-radius: 10px !important;
  background: linear-gradient(145deg, #111827, #020617) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), 0 8px 18px rgba(15, 23, 42, .12) !important;
  color: #fff !important;
  line-height: 1 !important;
}

body.member-body.member-route-account-produkt-buchen .product-catalog-filter-logo svg,
body.member-body.member-page-account-produkt-buchen .product-catalog-filter-logo svg,
body.member-body.member-route-account-produkt-aufladen .product-catalog-filter-logo svg,
body.member-body.member-page-account-produkt-aufladen .product-catalog-filter-logo svg {
  width: 17px !important;
  height: 17px !important;
  color: currentColor !important;
  fill: currentColor !important;
  stroke: currentColor !important;
  stroke-width: 0 !important;
}

body.member-body.member-route-account-produkt-buchen .product-catalog-filter-logo.youtube,
body.member-body.member-page-account-produkt-buchen .product-catalog-filter-logo.youtube,
body.member-body.member-route-account-produkt-aufladen .product-catalog-filter-logo.youtube,
body.member-body.member-page-account-produkt-aufladen .product-catalog-filter-logo.youtube {
  background: linear-gradient(145deg, #ff4d43, #b81414) !important;
}

body.member-body.member-route-account-produkt-buchen .product-catalog-filter-logo.instagram,
body.member-body.member-page-account-produkt-buchen .product-catalog-filter-logo.instagram,
body.member-body.member-route-account-produkt-aufladen .product-catalog-filter-logo.instagram,
body.member-body.member-page-account-produkt-aufladen .product-catalog-filter-logo.instagram {
  background: linear-gradient(145deg, #feda75, #d62976 58%, #8134af) !important;
}

body.member-body.member-route-account-produkt-buchen .product-catalog-filter-logo.tiktok,
body.member-body.member-page-account-produkt-buchen .product-catalog-filter-logo.tiktok,
body.member-body.member-route-account-produkt-aufladen .product-catalog-filter-logo.tiktok,
body.member-body.member-page-account-produkt-aufladen .product-catalog-filter-logo.tiktok {
  background: linear-gradient(145deg, rgba(37, 244, 238, .5), rgba(254, 44, 85, .34)), #050507 !important;
}

body.member-body.member-route-account-produkt-buchen .product-catalog-filter-logo.facebook,
body.member-body.member-page-account-produkt-buchen .product-catalog-filter-logo.facebook,
body.member-body.member-route-account-produkt-aufladen .product-catalog-filter-logo.facebook,
body.member-body.member-page-account-produkt-aufladen .product-catalog-filter-logo.facebook {
  background: linear-gradient(145deg, #4d8cff, #1456d9) !important;
}

body.member-body.member-route-account-produkt-buchen .product-catalog-filter-logo.twitter,
body.member-body.member-page-account-produkt-buchen .product-catalog-filter-logo.twitter,
body.member-body.member-route-account-produkt-buchen .product-catalog-filter-logo.x,
body.member-body.member-page-account-produkt-buchen .product-catalog-filter-logo.x,
body.member-body.member-route-account-produkt-aufladen .product-catalog-filter-logo.twitter,
body.member-body.member-page-account-produkt-aufladen .product-catalog-filter-logo.twitter,
body.member-body.member-route-account-produkt-aufladen .product-catalog-filter-logo.x,
body.member-body.member-page-account-produkt-aufladen .product-catalog-filter-logo.x {
  background: linear-gradient(145deg, #273242, #030712) !important;
}

body.member-body.member-route-account-produkt-buchen .product-catalog-actions,
body.member-body.member-page-account-produkt-buchen .product-catalog-actions,
body.member-body.member-route-account-produkt-aufladen .product-catalog-actions,
body.member-body.member-page-account-produkt-aufladen .product-catalog-actions {
  display: grid !important;
  grid-template-columns: minmax(130px, auto) minmax(76px, auto) !important;
  align-items: center !important;
  justify-content: end !important;
  gap: 8px !important;
  width: auto !important;
}

body.member-body.member-route-account-produkt-buchen .product-catalog-actions .btn,
body.member-body.member-page-account-produkt-buchen .product-catalog-actions .btn,
body.member-body.member-route-account-produkt-aufladen .product-catalog-actions .btn,
body.member-body.member-page-account-produkt-aufladen .product-catalog-actions .btn {
  width: 100% !important;
  min-width: 0 !important;
  white-space: nowrap !important;
}

body.member-body.member-route-account-produkt-buchen .product-catalog-title-row,
body.member-body.member-page-account-produkt-buchen .product-catalog-title-row,
body.member-body.member-route-account-produkt-aufladen .product-catalog-title-row,
body.member-body.member-page-account-produkt-aufladen .product-catalog-title-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 30px !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 0 !important;
}

body.member-body.member-route-account-produkt-buchen .product-catalog-title-row h2,
body.member-body.member-page-account-produkt-buchen .product-catalog-title-row h2,
body.member-body.member-route-account-produkt-aufladen .product-catalog-title-row h2,
body.member-body.member-page-account-produkt-aufladen .product-catalog-title-row h2 {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 0 !important;
}

body.member-body.member-route-account-produkt-buchen .product-catalog-title-row h2 > span:last-child,
body.member-body.member-page-account-produkt-buchen .product-catalog-title-row h2 > span:last-child,
body.member-body.member-route-account-produkt-aufladen .product-catalog-title-row h2 > span:last-child,
body.member-body.member-page-account-produkt-aufladen .product-catalog-title-row h2 > span:last-child {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

body.member-body.member-route-account-produkt-buchen .product-catalog-info-toggle,
body.member-body.member-page-account-produkt-buchen .product-catalog-info-toggle,
body.member-body.member-route-account-produkt-aufladen .product-catalog-info-toggle,
body.member-body.member-page-account-produkt-aufladen .product-catalog-info-toggle,
body.member-body.member-route-account-produkt-buchen .product-catalog-description-back,
body.member-body.member-page-account-produkt-buchen .product-catalog-description-back,
body.member-body.member-route-account-produkt-aufladen .product-catalog-description-back,
body.member-body.member-page-account-produkt-aufladen .product-catalog-description-back {
  appearance: none !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 30px !important;
  height: 30px !important;
  border: 1px solid rgba(215, 225, 240, .98) !important;
  border-radius: 999px !important;
  background: #f4f7fc !important;
  color: #3478f6 !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .06) !important;
  cursor: pointer !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

body.member-body.member-route-account-produkt-buchen .product-catalog-info-toggle[aria-expanded="true"],
body.member-body.member-page-account-produkt-buchen .product-catalog-info-toggle[aria-expanded="true"],
body.member-body.member-route-account-produkt-aufladen .product-catalog-info-toggle[aria-expanded="true"],
body.member-body.member-page-account-produkt-aufladen .product-catalog-info-toggle[aria-expanded="true"] {
  background: #3478f6 !important;
  border-color: #3478f6 !important;
  color: #fff !important;
}

body.member-body.member-route-account-produkt-buchen .product-catalog-description,
body.member-body.member-page-account-produkt-buchen .product-catalog-description,
body.member-body.member-route-account-produkt-aufladen .product-catalog-description,
body.member-body.member-page-account-produkt-aufladen .product-catalog-description {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: 30px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 10px !important;
  margin-top: 2px !important;
  padding: 12px !important;
  border: 1px solid rgba(215, 225, 240, .9) !important;
  border-radius: 12px !important;
  background: linear-gradient(180deg, #f8fbff, #ffffff) !important;
  color: #475467 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75) !important;
}

body.member-body.member-route-account-produkt-buchen .product-catalog-description[hidden],
body.member-body.member-page-account-produkt-buchen .product-catalog-description[hidden],
body.member-body.member-route-account-produkt-aufladen .product-catalog-description[hidden],
body.member-body.member-page-account-produkt-aufladen .product-catalog-description[hidden] {
  display: none !important;
}

body.member-body.member-route-account-produkt-buchen .product-catalog-description p,
body.member-body.member-page-account-produkt-buchen .product-catalog-description p,
body.member-body.member-route-account-produkt-aufladen .product-catalog-description p,
body.member-body.member-page-account-produkt-aufladen .product-catalog-description p {
  margin: 0 !important;
  max-width: none !important;
  font-size: 12.5px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
  color: #475467 !important;
}

body.member-body.member-route-account-produkt-buchen .product-catalog-card.is-info-open,
body.member-body.member-page-account-produkt-buchen .product-catalog-card.is-info-open,
body.member-body.member-route-account-produkt-aufladen .product-catalog-card.is-info-open,
body.member-body.member-page-account-produkt-aufladen .product-catalog-card.is-info-open {
  border-color: rgba(52, 120, 246, .26) !important;
  box-shadow: 0 16px 36px rgba(52, 120, 246, .08) !important;
}

@media (max-width: 760px) {
  body.member-body.member-route-account-produkt-aufladen .product-refill-shell,
  body.member-body.member-page-account-produkt-aufladen .product-refill-shell,
  body.member-body.member-route-account-produkt-aufladen .product-refill-flow,
  body.member-body.member-page-account-produkt-aufladen .product-refill-flow,
  body.member-body.member-route-account-produkt-aufladen .product-catalog-shell,
  body.member-body.member-page-account-produkt-aufladen .product-catalog-shell,
  body.member-body.member-route-account-produkt-buchen .product-catalog-shell,
  body.member-body.member-page-account-produkt-buchen .product-catalog-shell {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.member-body.member-route-account-produkt-aufladen .product-catalog-card,
  body.member-body.member-page-account-produkt-aufladen .product-catalog-card,
  body.member-body.member-route-account-produkt-buchen .product-catalog-card,
  body.member-body.member-page-account-produkt-buchen .product-catalog-card {
    grid-template-columns: 1fr !important;
  }
}

/* Mobile search reliability: keep the assistant tap target above page content and touchable. */
@media (max-width: 760px) {
  body.member-body .fh-assist-search {
    z-index: 2147483000 !important;
    pointer-events: auto !important;
    touch-action: manipulation !important;
  }

  body.member-body .fh-assist-search-form,
  body.member-body .fh-assist-search input {
    pointer-events: auto !important;
    touch-action: manipulation !important;
    -webkit-user-select: text !important;
    user-select: text !important;
  }

  body.member-body .fh-assist-panel {
    z-index: 2147483100 !important;
    pointer-events: auto !important;
  }
}

/* Dashboard repair: keep order stats compact and access actions pinned right. */
body.member-body.member-route-access .page-head > .stat-row,
body.member-body.member-page-access .page-head > .stat-row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
  align-items: stretch !important;
}

body.member-body.member-route-access .page-head > .stat-row .stat-card,
body.member-body.member-page-access .page-head > .stat-row .stat-card {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  grid-template-areas: "icon label value" !important;
  align-items: center !important;
  gap: 12px !important;
  min-width: 0 !important;
  min-height: 86px !important;
  padding: 18px 22px !important;
  overflow: hidden !important;
}

body.member-body.member-route-access .page-head > .stat-row .stat-card > span,
body.member-body.member-page-access .page-head > .stat-row .stat-card > span {
  grid-area: icon !important;
  align-self: center !important;
  justify-self: center !important;
  margin: 0 !important;
}

body.member-body.member-route-access .page-head > .stat-row .stat-card > small,
body.member-body.member-page-access .page-head > .stat-row .stat-card > small {
  grid-area: label !important;
  align-self: center !important;
  justify-self: start !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  color: #151b28 !important;
  font-size: 25px !important;
  font-weight: 760 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
}

body.member-body.member-route-access .page-head > .stat-row .stat-card.is-empty-active > small,
body.member-body.member-page-access .page-head > .stat-row .stat-card.is-empty-active > small {
  font-size: 19px !important;
  font-weight: 760 !important;
  line-height: 1.15 !important;
}

body.member-body.member-route-access .page-head > .stat-row .stat-card > strong,
body.member-body.member-page-access .page-head > .stat-row .stat-card > strong {
  grid-area: value !important;
  align-self: center !important;
  justify-self: end !important;
  margin: 0 !important;
  font-size: 35px !important;
  font-weight: 620 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

body.member-body.member-route-access .dashboard-view-panel[data-dashboard-view-panel="access"] .access-card:not(.unpaid),
body.member-body.member-page-access .dashboard-view-panel[data-dashboard-view-panel="access"] .access-card:not(.unpaid) {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 230px !important;
  grid-template-areas: "main actions" !important;
  align-items: center !important;
  column-gap: 28px !important;
  overflow: hidden !important;
}

body.member-body.member-route-access .dashboard-view-panel[data-dashboard-view-panel="access"] .access-card:not(.unpaid) .access-main,
body.member-body.member-page-access .dashboard-view-panel[data-dashboard-view-panel="access"] .access-card:not(.unpaid) .access-main {
  grid-area: main !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

body.member-body.member-route-access .dashboard-view-panel[data-dashboard-view-panel="access"] .access-card:not(.unpaid) .access-actions,
body.member-body.member-page-access .dashboard-view-panel[data-dashboard-view-panel="access"] .access-card:not(.unpaid) .access-actions {
  grid-area: actions !important;
  justify-self: end !important;
  align-self: center !important;
  display: grid !important;
  width: 230px !important;
  min-width: 230px !important;
  margin: 0 !important;
  gap: 10px !important;
}

body.member-body.member-route-access .dashboard-view-panel[data-dashboard-view-panel="access"] .access-card:not(.unpaid) .access-actions .btn,
body.member-body.member-page-access .dashboard-view-panel[data-dashboard-view-panel="access"] .access-card:not(.unpaid) .access-actions .btn {
  width: 100% !important;
}

@media (max-width: 760px) {
  body.member-body.member-route-access .page-head > .stat-row,
  body.member-body.member-page-access .page-head > .stat-row {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.member-body.member-route-access .page-head > .stat-row .stat-card,
  body.member-body.member-page-access .page-head > .stat-row .stat-card {
    min-height: 64px !important;
    padding: 12px 14px !important;
    gap: 8px !important;
  }

  body.member-body.member-route-access .page-head > .stat-row .stat-card > small,
  body.member-body.member-page-access .page-head > .stat-row .stat-card > small,
  body.member-body.member-route-access .page-head > .stat-row .stat-card.is-empty-active > small,
  body.member-body.member-page-access .page-head > .stat-row .stat-card.is-empty-active > small {
    font-size: 15px !important;
    font-weight: 720 !important;
  }

  body.member-body.member-route-access .page-head > .stat-row .stat-card > strong,
  body.member-body.member-page-access .page-head > .stat-row .stat-card > strong {
    font-size: 22px !important;
    font-weight: 620 !important;
  }

  body.member-body.member-route-access .dashboard-view-panel[data-dashboard-view-panel="access"] .access-card:not(.unpaid),
  body.member-body.member-page-access .dashboard-view-panel[data-dashboard-view-panel="access"] .access-card:not(.unpaid) {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "main"
      "actions" !important;
    row-gap: 10px !important;
  }

  body.member-body.member-route-access .dashboard-view-panel[data-dashboard-view-panel="access"] .access-card:not(.unpaid) .access-actions,
  body.member-body.member-page-access .dashboard-view-panel[data-dashboard-view-panel="access"] .access-card:not(.unpaid) .access-actions {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    width: 100% !important;
    min-width: 0 !important;
  }
}

/* Final access-card action pin: desktop buttons belong at the far right edge without redesigning the card. */
@media (min-width: 761px) {
  body.member-body .dashboard-view-panel[data-dashboard-view-panel="access"] .access-list > .access-card:not(.unpaid),
  body.member-body .access-list > .access-card:not(.unpaid)[data-send-href] {
    position: relative !important;
    padding-right: 264px !important;
    overflow: hidden !important;
  }

  body.member-body .dashboard-view-panel[data-dashboard-view-panel="access"] .access-list > .access-card:not(.unpaid) .access-main,
  body.member-body .access-list > .access-card:not(.unpaid)[data-send-href] .access-main {
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.member-body .dashboard-view-panel[data-dashboard-view-panel="access"] .access-list > .access-card:not(.unpaid) .access-actions,
  body.member-body .access-list > .access-card:not(.unpaid)[data-send-href] .access-actions {
    position: absolute !important;
    top: 50% !important;
    right: 28px !important;
    left: auto !important;
    bottom: auto !important;
    z-index: 2 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 202px !important;
    min-width: 202px !important;
    max-width: 202px !important;
    margin: 0 !important;
    gap: 10px !important;
    transform: translateY(-50%) !important;
  }

  body.member-body .dashboard-view-panel[data-dashboard-view-panel="access"] .access-list > .access-card:not(.unpaid) .access-actions .btn,
  body.member-body .access-list > .access-card:not(.unpaid)[data-send-href] .access-actions .btn {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 202px !important;
    margin: 0 !important;
  }
}

/* Follow-up polish: access cards use one predictable grid so logo, title and buttons stay aligned. */
body.member-body.member-route-access .dashboard-view-panel[data-dashboard-view-panel="access"] .access-list,
body.member-body.member-page-access .dashboard-view-panel[data-dashboard-view-panel="access"] .access-list {
  width: min(100%, 980px) !important;
  margin-inline: auto !important;
  display: grid !important;
  gap: 14px !important;
}

body.member-body.member-route-access .access-main h2,
body.member-body.member-page-access .access-main h2 {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 0 8px !important;
  line-height: 1.25 !important;
  min-width: 0 !important;
}

body.member-body.member-route-access .access-main h2 .platform-logo,
body.member-body.member-page-access .access-main h2 .platform-logo {
  flex: 0 0 auto !important;
}

@media (min-width: 761px) {
  body.member-body.member-route-access .dashboard-view-panel[data-dashboard-view-panel="access"] .access-list > .access-card:not(.unpaid),
  body.member-body.member-page-access .dashboard-view-panel[data-dashboard-view-panel="access"] .access-list > .access-card:not(.unpaid) {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 206px !important;
    gap: 24px !important;
    align-items: center !important;
    min-height: 142px !important;
    padding: 22px 24px !important;
  }

  body.member-body.member-route-access .dashboard-view-panel[data-dashboard-view-panel="access"] .access-list > .access-card:not(.unpaid) .access-actions,
  body.member-body.member-page-access .dashboard-view-panel[data-dashboard-view-panel="access"] .access-list > .access-card:not(.unpaid) .access-actions {
    position: static !important;
    width: 206px !important;
    min-width: 206px !important;
    max-width: 206px !important;
    transform: none !important;
    justify-self: end !important;
  }
}

body.member-body .rank-step-requirements {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-top: 12px !important;
}

body.member-body .rank-step-subhead {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-top: 14px !important;
}

body.member-body .rank-step-subhead strong {
  color: #111827 !important;
  font-size: 13px !important;
  font-weight: 720 !important;
}

body.member-body .rank-step-subhead span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 24px !important;
  padding: 4px 9px !important;
  border-radius: 999px !important;
  background: #eef5ff !important;
  color: #246bdf !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

body.member-body .rank-step-requirements > span {
  display: grid !important;
  gap: 3px !important;
  padding: 12px !important;
  border-radius: 12px !important;
  background: #f7faff !important;
  border: 1px solid rgba(52, 120, 246, .1) !important;
}

body.member-body .rank-step-requirements > span.is-done {
  background: #f0fdf4 !important;
  border-color: rgba(34, 197, 94, .22) !important;
}

body.member-body .rank-step-requirements b,
body.member-body .rank-step-requirements small {
  color: #667085 !important;
  font-size: 11px !important;
  font-weight: 620 !important;
}

body.member-body .rank-step-requirements > span.is-done small {
  color: #15803d !important;
}

body.member-body .rank-step-requirements strong {
  color: #111827 !important;
  font-size: 16px !important;
  font-weight: 720 !important;
}

body.member-body .rank-step-note {
  padding: 11px 12px !important;
  border-radius: 12px !important;
  background: #f8fafc !important;
  border: 1px solid rgba(226, 232, 240, .9) !important;
}

body.member-body .rank-step-note strong {
  color: #111827 !important;
  font-weight: 720 !important;
}

body.member-body .rank-step-benefit-head {
  margin-top: 12px !important;
}

body.member-body .rank-step-benefits {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

body.member-body .rank-step-benefits span {
  justify-content: flex-start !important;
  min-height: 42px !important;
  border-radius: 12px !important;
  background: #fff7ed !important;
  color: #9a3412 !important;
}

body.member-body .rank-step-benefits span i {
  width: 8px !important;
  height: 8px !important;
  margin-right: 8px !important;
  border-radius: 999px !important;
  background: #f97316 !important;
  flex: 0 0 auto !important;
}

body.member-body .guarantee-compact-strip > span {
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  gap: 2px 10px !important;
  align-items: center !important;
}

body.member-body .guarantee-compact-strip > span > .benefit-icon {
  grid-row: span 2 !important;
}

body.member-body .guarantee-compact-strip small {
  color: #667085 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

body.member-body .guarantee-short-explain {
  margin: -6px 2px 2px !important;
  color: #667085 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

body.member-body.member-page-account .account-page,
body.member-body.member-route-account .account-page {
  gap: 18px !important;
}

body.member-body.member-page-account .account-stat-grid > a,
body.member-body.member-route-account .account-stat-grid > a,
body.member-body.member-page-account .account-actions-card,
body.member-body.member-route-account .account-actions-card,
body.member-body.member-page-account .account-rank-summary-card,
body.member-body.member-route-account .account-rank-summary-card {
  border: 1px solid rgba(226, 232, 240, .95) !important;
  background: linear-gradient(180deg, #fff, #f9fbff) !important;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .055) !important;
}

@media (max-width: 760px) {
  body.member-body .rank-step-requirements {
    grid-template-columns: 1fr !important;
  }

  body.member-body .rank-step-subhead {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 6px !important;
  }

  body.member-body .rank-step-benefits {
    grid-template-columns: 1fr !important;
  }

  body.member-body .guarantee-compact-strip > span {
    grid-template-columns: 30px minmax(0, 1fr) !important;
  }
}

/* Final dashboard stats sizing: intentionally much smaller than hero text. */
@media (min-width: 761px) {
  body.member-body.member-route-access .page-head > .stat-row .stat-card,
  body.member-body.member-page-access .page-head > .stat-row .stat-card {
    min-height: 76px !important;
    padding: 14px 20px !important;
    gap: 10px !important;
  }

  body.member-body.member-route-access .page-head > .stat-row .stat-card > small,
  body.member-body.member-page-access .page-head > .stat-row .stat-card > small,
  body.member-body.member-route-access .page-head > .stat-row .stat-card.is-empty-active > small,
  body.member-body.member-page-access .page-head > .stat-row .stat-card.is-empty-active > small {
    font-size: 20px !important;
    font-weight: 720 !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
  }

  body.member-body.member-route-access .page-head > .stat-row .stat-card > strong,
  body.member-body.member-page-access .page-head > .stat-row .stat-card > strong {
    font-size: 28px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
  }

  body.member-body.member-route-access .page-head > .stat-row .stat-card > span,
  body.member-body.member-page-access .page-head > .stat-row .stat-card > span {
    width: 18px !important;
    height: 18px !important;
  }

  body.member-body.member-route-access .page-head > .stat-row .stat-card.ok > span,
  body.member-body.member-page-access .page-head > .stat-row .stat-card.ok > span {
    width: 16px !important;
    height: 26px !important;
    border-width: 4px !important;
  }
}

/* Dashboard order overview final scale: compact, not hero-sized. */
@media (min-width: 761px) {
  body.member-body.member-route-access[data-members-layout-lock] .page-head .stat-row .stat-card,
  body.member-body.member-page-access[data-members-layout-lock] .page-head .stat-row .stat-card,
  body.member-body.member-route-access .page-head .stat-row .stat-card,
  body.member-body.member-page-access .page-head .stat-row .stat-card {
    min-height: 68px !important;
    padding: 12px 18px !important;
    gap: 8px !important;
  }

  body.member-body.member-route-access[data-members-layout-lock] .page-head .stat-row .stat-card > small,
  body.member-body.member-page-access[data-members-layout-lock] .page-head .stat-row .stat-card > small,
  body.member-body.member-route-access .page-head .stat-row .stat-card > small,
  body.member-body.member-page-access .page-head .stat-row .stat-card > small,
  body.member-body.member-route-access .page-head .stat-row .stat-card.is-empty-active > small,
  body.member-body.member-page-access .page-head .stat-row .stat-card.is-empty-active > small {
    font-size: 16px !important;
    font-weight: 720 !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
  }

  body.member-body.member-route-access[data-members-layout-lock] .page-head .stat-row .stat-card > strong,
  body.member-body.member-page-access[data-members-layout-lock] .page-head .stat-row .stat-card > strong,
  body.member-body.member-route-access .page-head .stat-row .stat-card > strong,
  body.member-body.member-page-access .page-head .stat-row .stat-card > strong {
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
  }

  body.member-body.member-route-access[data-members-layout-lock] .page-head .stat-row .stat-card > span,
  body.member-body.member-page-access[data-members-layout-lock] .page-head .stat-row .stat-card > span,
  body.member-body.member-route-access .page-head .stat-row .stat-card > span,
  body.member-body.member-page-access .page-head .stat-row .stat-card > span {
    width: 14px !important;
    height: 14px !important;
  }

  body.member-body.member-route-access[data-members-layout-lock] .page-head .stat-row .stat-card.ok > span,
  body.member-body.member-page-access[data-members-layout-lock] .page-head .stat-row .stat-card.ok > span,
  body.member-body.member-route-access .page-head .stat-row .stat-card.ok > span,
  body.member-body.member-page-access .page-head .stat-row .stat-card.ok > span {
    width: 13px !important;
    height: 21px !important;
    border-width: 3px !important;
  }
}

/* Send product: hide the product switch carousel above the form. */
body.member-body.member-route-send .product-bubble-panel,
body.member-body.member-page-send .product-bubble-panel {
  display: none !important;
}

/* Send product desktop: keep the form column compact instead of stretching wide. */
@media (min-width: 761px) {
  body.member-body.member-route-send .send-shell,
  body.member-body.member-page-send .send-shell {
    width: min(100%, 500px) !important;
    max-width: 500px !important;
    margin-inline: auto !important;
  }

  body.member-body.member-route-send .send-flow,
  body.member-body.member-page-send .send-flow,
  body.member-body.member-route-send .send-form,
  body.member-body.member-page-send .send-form {
    width: 100% !important;
    max-width: 500px !important;
  }

  body.member-body.member-route-send .balance-row,
  body.member-body.member-page-send .balance-row {
    grid-template-columns: minmax(0, 1fr) 136px !important;
    gap: 12px !important;
    width: 100% !important;
  }

  body.member-body.member-route-send .balance-card,
  body.member-body.member-page-send .balance-card {
    min-height: 118px !important;
    padding: 18px !important;
    border-radius: 18px !important;
  }

  body.member-body.member-route-send .balance-card strong,
  body.member-body.member-page-send .balance-card strong {
    font-size: 32px !important;
    line-height: 1 !important;
  }

  body.member-body.member-route-send .balance-card span,
  body.member-body.member-page-send .balance-card span {
    font-size: 14px !important;
  }

  body.member-body.member-route-send .balance-card .btn,
  body.member-body.member-page-send .balance-card .btn {
    min-height: 36px !important;
    padding-inline: 14px !important;
    font-size: 13px !important;
  }

  body.member-body.member-route-send .step-card,
  body.member-body.member-page-send .step-card {
    width: 100% !important;
    max-width: 500px !important;
    padding: 18px 16px !important;
    border-radius: 18px !important;
  }
}

/* Send option select: separate icon, text, action and caret cleanly. */
body.member-body.member-route-send .service-choice-button,
body.member-body.member-page-send .service-choice-button {
  display: grid !important;
  grid-template-columns: 32px minmax(0, 1fr) auto 14px !important;
  align-items: center !important;
  gap: 10px !important;
}

body.member-body.member-route-send .service-choice-icon,
body.member-body.member-page-send .service-choice-icon {
  grid-column: 1 !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 10px !important;
  background: #eef4ff !important;
  font-size: 16px !important;
}

body.member-body.member-route-send .service-choice-copy,
body.member-body.member-page-send .service-choice-copy {
  grid-column: 2 !important;
  min-width: 0 !important;
}

body.member-body.member-route-send .service-choice-action,
body.member-body.member-page-send .service-choice-action {
  grid-column: 3 !important;
  justify-self: end !important;
  padding: 4px 8px !important;
  border-radius: 999px !important;
  background: #eef4ff !important;
  color: #2f6de8 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body.member-body.member-route-send .service-choice-caret,
body.member-body.member-page-send .service-choice-caret {
  grid-column: 4 !important;
  justify-self: end !important;
}

body.member-body.member-route-send .service-choice-option,
body.member-body.member-page-send .service-choice-option {
  display: grid !important;
  grid-template-columns: 32px minmax(0, 1fr) 26px !important;
  align-items: center !important;
  gap: 10px !important;
}

body.member-body.member-route-send .service-choice-radio,
body.member-body.member-page-send .service-choice-radio {
  display: none !important;
}

body.member-body.member-route-send .service-choice-option-icon,
body.member-body.member-page-send .service-choice-option-icon {
  grid-column: 1 !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 10px !important;
  background: #eef4ff !important;
  font-size: 16px !important;
}

body.member-body.member-route-send .service-choice-option-copy,
body.member-body.member-page-send .service-choice-option-copy {
  grid-column: 2 !important;
  min-width: 0 !important;
}

body.member-body.member-route-send .service-choice-option-copy strong,
body.member-body.member-page-send .service-choice-option-copy strong,
body.member-body.member-route-send .service-choice-copy strong,
body.member-body.member-page-send .service-choice-copy strong {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.member-body.member-route-send .service-choice-info,
body.member-body.member-page-send .service-choice-info {
  grid-column: 3 !important;
  justify-self: end !important;
  width: 24px !important;
  height: 24px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: #f1f5fb !important;
  color: #667085 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
}

@media (max-width: 760px) {
  body.member-body.member-route-send .service-choice-button,
  body.member-body.member-page-send .service-choice-button {
    grid-template-columns: 30px minmax(0, 1fr) 14px !important;
  }

  body.member-body.member-route-send .service-choice-action,
  body.member-body.member-page-send .service-choice-action {
    display: none !important;
  }
}

/* Send product mobile: give the whole flow more breathing room from the viewport edges. */
@media (max-width: 760px) {
  body.member-body.member-route-send .send-shell,
  body.member-body.member-page-send .send-shell {
    width: calc(100% - 44px) !important;
    max-width: 560px !important;
    margin-inline: auto !important;
  }

  body.member-body.member-route-send .send-flow,
  body.member-body.member-page-send .send-flow,
  body.member-body.member-route-send .send-form,
  body.member-body.member-page-send .send-form,
  body.member-body.member-route-send .balance-row,
  body.member-body.member-page-send .balance-row {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Send product guided mode: enabled per product in admin. */
body.member-body.member-route-send .send-form.is-guided-send,
body.member-body.member-page-send .send-form.is-guided-send {
  display: flex !important;
  flex-direction: column !important;
}

body.member-body.member-route-send .send-form.is-guided-send [data-step-card="3"],
body.member-body.member-page-send .send-form.is-guided-send [data-step-card="3"] {
  order: 1 !important;
}

body.member-body.member-route-send .send-form.is-guided-send [data-step-card="1"],
body.member-body.member-page-send .send-form.is-guided-send [data-step-card="1"] {
  order: 2 !important;
}

body.member-body.member-route-send .send-form.is-guided-send [data-step-card="2"],
body.member-body.member-page-send .send-form.is-guided-send [data-step-card="2"] {
  order: 3 !important;
}

body.member-body.member-route-send .send-form.is-guided-send [data-step-card="4"],
body.member-body.member-page-send .send-form.is-guided-send [data-step-card="4"] {
  order: 4 !important;
}

body.member-body.member-route-send .send-form.is-guided-send .btn.submit,
body.member-body.member-page-send .send-form.is-guided-send .btn.submit {
  order: 5 !important;
}

body.member-body.member-route-send .send-form.is-guided-send .step-card.disabled:not(.current),
body.member-body.member-page-send .send-form.is-guided-send .step-card.disabled:not(.current) {
  display: none !important;
}

body.member-body.member-route-send .send-form.is-guided-send .step-card.current,
body.member-body.member-page-send .send-form.is-guided-send .step-card.current {
  opacity: 1 !important;
  filter: none !important;
  pointer-events: auto !important;
}

/* Mobile bottom navigation: fixed to the viewport edge, no floating gap while scrolling. */
@media (max-width: 980px) {
  body.member-body {
    padding-bottom: calc(86px + env(safe-area-inset-bottom, 0px)) !important;
  }

  body.member-body .mobile-tabbar {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: calc(70px + env(safe-area-inset-bottom, 0px)) !important;
    transform: none !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    align-items: end !important;
    gap: 2px !important;
    padding: 7px max(8px, env(safe-area-inset-left, 0px)) calc(7px + env(safe-area-inset-bottom, 0px)) max(8px, env(safe-area-inset-right, 0px)) !important;
    border: 0 !important;
    border-top: 1px solid rgba(215, 225, 240, .96) !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, .98) !important;
    box-shadow: 0 -12px 30px rgba(15, 23, 42, .10) !important;
    -webkit-backdrop-filter: blur(18px) !important;
    backdrop-filter: blur(18px) !important;
    overflow: visible !important;
    z-index: 2147482500 !important;
    isolation: isolate !important;
  }

  body.member-body .mobile-tabbar::before {
    content: "" !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: calc(70px + env(safe-area-inset-bottom, 0px)) !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, .98) !important;
    box-shadow: none !important;
    filter: none !important;
    opacity: 1 !important;
    pointer-events: none !important;
    z-index: -1 !important;
  }

  body.member-body .mobile-tabbar .mobile-tabbar-item {
    width: 100% !important;
    min-width: 0 !important;
    height: 56px !important;
    min-height: 56px !important;
    margin: 0 !important;
    display: grid !important;
    place-items: center !important;
    align-content: center !important;
    gap: 3px !important;
    padding: 5px 2px !important;
    border: 0 !important;
    border-radius: 16px !important;
    background: transparent !important;
    color: #475467 !important;
    box-shadow: none !important;
    font-size: 10px !important;
    font-weight: 650 !important;
    line-height: 1 !important;
    text-decoration: none !important;
  }

  body.member-body .mobile-tabbar .mobile-tabbar-item.active:not(.mobile-tabbar-main) {
    background: #eef5ff !important;
    color: #1478ff !important;
  }

  body.member-body .mobile-tabbar .mobile-tabbar-main {
    width: 100% !important;
    height: 58px !important;
    min-height: 58px !important;
    margin: 0 !important;
    border-radius: 18px !important;
    background: #3478f6 !important;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(52, 120, 246, .25) !important;
  }

  body.member-body .mobile-tabbar .mobile-tabbar-item > span:not(.mobile-access-bolt),
  body.member-body .mobile-tabbar .mobile-tabbar-main > span {
    width: 25px !important;
    height: 25px !important;
  }

  body.member-body .mobile-tabbar svg {
    width: 21px !important;
    height: 21px !important;
  }

  body.member-body .mobile-tabbar strong {
    display: block !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    color: currentColor !important;
    font-size: 10px !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }
}

/* Account credit topup: first packages in order, last packages behind a smooth "more" drawer. */
body.member-body.member-route-account-aufladen .account-credit-amounts,
body.member-body.member-page-account .account-credit-amounts {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}

body.member-body.member-route-account-aufladen .account-credit-amount-grid,
body.member-body.member-page-account .account-credit-amount-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  width: 100% !important;
}

body.member-body.member-route-account-aufladen .account-credit-more-panel,
body.member-body.member-page-account .account-credit-more-panel {
  max-height: 0;
  overflow: hidden !important;
  transition: max-height .24s ease !important;
}

body.member-body.member-route-account-aufladen .account-credit-more-panel[hidden],
body.member-body.member-page-account .account-credit-more-panel[hidden] {
  display: none !important;
}

body.member-body.member-route-account-aufladen .account-credit-more-panel .account-credit-amount-grid,
body.member-body.member-page-account .account-credit-more-panel .account-credit-amount-grid {
  padding-top: 2px !important;
}

body.member-body.member-route-account-aufladen .account-credit-more-toggle,
body.member-body.member-page-account .account-credit-more-toggle {
  appearance: none !important;
  justify-self: center !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-height: 34px !important;
  padding: 0 14px !important;
  border: 1px solid rgba(215, 225, 240, .96) !important;
  border-radius: 999px !important;
  background: #f4f7fc !important;
  color: #3478f6 !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .045) !important;
  cursor: pointer !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
}

body.member-body.member-route-account-aufladen .account-credit-more-toggle i,
body.member-body.member-page-account .account-credit-more-toggle i {
  display: grid !important;
  place-items: center !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 999px !important;
  background: rgba(52, 120, 246, .12) !important;
  font-style: normal !important;
  font-size: 11px !important;
}

body.member-body.member-route-account-aufladen .account-credit-benefits-box,
body.member-body.member-page-account .account-credit-benefits-box {
  display: grid !important;
  gap: 10px !important;
  margin-top: 14px !important;
  padding: 13px !important;
  border: 1px solid rgba(215, 225, 240, .92) !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, #f8fbff, #fff) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82), 0 10px 24px rgba(15, 23, 42, .035) !important;
}

body.member-body.member-route-account-aufladen .account-credit-benefits-box > strong,
body.member-body.member-page-account .account-credit-benefits-box > strong {
  color: #101827 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
}

body.member-body.member-route-account-aufladen .account-credit-benefits-box > span,
body.member-body.member-page-account .account-credit-benefits-box > span {
  display: grid !important;
  grid-template-columns: 24px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 9px !important;
}

body.member-body.member-route-account-aufladen .account-credit-benefits-box b,
body.member-body.member-page-account .account-credit-benefits-box b {
  display: grid !important;
  place-items: center !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 999px !important;
  background: #eaf8f0 !important;
  color: #159947 !important;
  font-size: 12px !important;
  font-weight: 950 !important;
}

body.member-body.member-route-account-aufladen .account-credit-benefits-box span span,
body.member-body.member-page-account .account-credit-benefits-box span span {
  display: grid !important;
  gap: 2px !important;
  min-width: 0 !important;
}

body.member-body.member-route-account-aufladen .account-credit-benefits-box span strong,
body.member-body.member-page-account .account-credit-benefits-box span strong {
  color: #253044 !important;
  font-size: 12.5px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
}

body.member-body.member-route-account-aufladen .account-credit-benefits-box small,
body.member-body.member-page-account .account-credit-benefits-box small {
  color: #667085 !important;
  font-size: 11.5px !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
}

@media (max-width: 720px) {
  body.member-body.member-route-account-aufladen .account-credit-amount-grid,
  body.member-body.member-page-account .account-credit-amount-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Final mobile overlay fixes: option picker scrolls fully and overlays cover the tabbar area. */
@media (max-width: 760px) {
  body.member-body.member-route-send .service-choice-popover.service-choice-menu,
  body.member-body.member-page-send .service-choice-popover.service-choice-menu {
    position: fixed !important;
    left: max(10px, env(safe-area-inset-left, 0px)) !important;
    right: max(10px, env(safe-area-inset-right, 0px)) !important;
    top: max(72px, calc(env(safe-area-inset-top, 0px) + 12px)) !important;
    bottom: 0 !important;
    width: auto !important;
    max-width: none !important;
    max-height: none !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    border-radius: 22px 22px 0 0 !important;
    padding-bottom: env(safe-area-inset-bottom, 0px) !important;
    z-index: 2147483020 !important;
  }

  body.member-body.member-route-send .service-choice-popover.service-choice-menu .service-choice-popover-head,
  body.member-body.member-page-send .service-choice-popover.service-choice-menu .service-choice-popover-head {
    flex: 0 0 auto !important;
  }

  body.member-body.member-route-send .service-choice-popover.service-choice-menu .service-choice-options,
  body.member-body.member-page-send .service-choice-popover.service-choice-menu .service-choice-options {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain !important;
    padding: 8px 8px calc(18px + env(safe-area-inset-bottom, 0px)) !important;
  }

  body.member-body.member-route-send .service-choice-backdrop.is-open,
  body.member-body.member-page-send .service-choice-backdrop.is-open,
  body.member-body.member-route-send .service-choice-backdrop:not([hidden]),
  body.member-body.member-page-send .service-choice-backdrop:not([hidden]) {
    position: fixed !important;
    inset: 0 !important;
    display: block !important;
    background: rgba(10, 18, 32, .46) !important;
    z-index: 2147483000 !important;
  }
}

@media (max-width: 980px) {
  body.member-body .send-success-overlay,
  body.member-body .profile-action-overlay,
  body.member-body .profile-products-overlay,
  body.member-body .profiles-manage-overlay,
  body.member-body .share-refill-modal,
  body.member-body [data-profile-modal],
  body.member-body [data-order-status-modal],
  body.member-body [data-help-video-modal],
  body.member-body [data-game-result] {
    position: fixed !important;
    inset: 0 !important;
    bottom: 0 !important;
    min-height: 100dvh !important;
    z-index: 2147483000 !important;
  }

  body.member-body .send-success-overlay {
    padding-bottom: 0 !important;
    background: rgba(10, 18, 32, .56) !important;
  }

  body.member-body.member-overlay-open .mobile-tabbar,
  body.member-body.send-success-open .mobile-tabbar,
  body.member-body.profile-action-open .mobile-tabbar,
  body.member-body.profile-modal-open .mobile-tabbar,
  body.member-body.profiles-overlay-open .mobile-tabbar,
  body.member-body.profile-products-open .mobile-tabbar,
  body.member-body.share-refill-modal-open .mobile-tabbar,
  body.member-body.order-status-modal-open .mobile-tabbar,
  body.member-body.service-choice-open .mobile-tabbar {
    z-index: 1 !important;
    pointer-events: none !important;
  }
}

/* Access cards final: restore compact backup shape after all dashboard overrides. */
@media (min-width: 761px) {
  body.member-body.member-route-access .dashboard-view-panel[data-dashboard-view-panel="access"] .access-list,
  body.member-body.member-page-access .dashboard-view-panel[data-dashboard-view-panel="access"] .access-list,
  body.member-body.member-route-access .access-list,
  body.member-body.member-page-access .access-list {
    width: min(100%, 690px) !important;
    max-width: 690px !important;
    margin: 28px auto 0 !important;
    display: grid !important;
    gap: 8px !important;
  }

  body.member-body.member-route-access .dashboard-view-panel[data-dashboard-view-panel="access"] .access-list > .access-card,
  body.member-body.member-page-access .dashboard-view-panel[data-dashboard-view-panel="access"] .access-list > .access-card,
  body.member-body.member-route-access .access-list > .access-card,
  body.member-body.member-page-access .access-list > .access-card {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 190px !important;
    grid-template-areas: "main actions" !important;
    align-items: center !important;
    column-gap: 14px !important;
    min-height: 86px !important;
    height: auto !important;
    padding: 14px 15px 14px 24px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
  }

  body.member-body.member-route-access .access-list > .access-card .access-main,
  body.member-body.member-page-access .access-list > .access-card .access-main {
    grid-area: main !important;
    min-width: 0 !important;
    display: grid !important;
    gap: 12px !important;
    align-content: center !important;
    padding-right: 0 !important;
  }

  body.member-body.member-route-access .access-list > .access-card .access-main h2,
  body.member-body.member-page-access .access-list > .access-card .access-main h2 {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    min-width: 0 !important;
    margin: 0 !important;
    font-size: 18px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
  }

  body.member-body.member-route-access .access-list > .access-card .access-main h2 .platform-dot,
  body.member-body.member-page-access .access-list > .access-card .access-main h2 .platform-dot,
  body.member-body.member-route-access .access-list > .access-card .access-main h2 .platform-logo,
  body.member-body.member-page-access .access-list > .access-card .access-main h2 .platform-logo {
    flex: 0 0 auto !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    margin: 0 !important;
  }

  body.member-body.member-route-access .access-list > .access-card .access-balance-line,
  body.member-body.member-page-access .access-list > .access-card .access-balance-line {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin: 0 !important;
    color: #353941 !important;
    font-size: 17px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
  }

  body.member-body.member-route-access .access-list > .access-card .access-balance-line > span,
  body.member-body.member-page-access .access-list > .access-card .access-balance-line > span {
    display: inline-flex !important;
    align-items: center !important;
    min-width: 0 !important;
  }

  body.member-body.member-route-access .access-list > .access-card .coin,
  body.member-body.member-page-access .access-list > .access-card .coin {
    width: 23px !important;
    height: 23px !important;
    min-width: 23px !important;
    margin-right: 9px !important;
    border-width: 2px !important;
    font-size: 11px !important;
  }

  body.member-body.member-route-access .access-list > .access-card .access-inline-topup,
  body.member-body.member-page-access .access-list > .access-card .access-inline-topup {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 28px !important;
    padding: 0 11px !important;
    border: 1px solid #dbe7ff !important;
    border-radius: 999px !important;
    background: #f4f8ff !important;
    color: #246bdf !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  body.member-body.member-route-access .access-list > .access-card .access-actions,
  body.member-body.member-page-access .access-list > .access-card .access-actions {
    grid-area: actions !important;
    position: static !important;
    transform: none !important;
    justify-self: stretch !important;
    align-self: center !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    gap: 7px !important;
  }

  body.member-body.member-route-access .access-list > .access-card .access-actions .btn,
  body.member-body.member-page-access .access-list > .access-card .access-actions .btn {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 31px !important;
    height: 31px !important;
    justify-content: center !important;
    padding: 0 9px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }

  body.member-body.member-route-access .access-list > .access-card.unpaid .access-actions,
  body.member-body.member-page-access .access-list > .access-card.unpaid .access-actions {
    grid-template-columns: minmax(0, 1fr) 34px !important;
  }
}

@media (max-width: 760px) {
  body.member-body.member-route-access .access-list,
  body.member-body.member-page-access .access-list {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 14px !important;
    gap: 8px !important;
  }

  body.member-body.member-route-access .access-list > .access-card,
  body.member-body.member-page-access .access-list > .access-card {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "main"
      "actions" !important;
    row-gap: 10px !important;
    padding: 12px !important;
  }

  body.member-body.member-route-access .access-list > .access-card .access-actions,
  body.member-body.member-page-access .access-list > .access-card .access-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    min-width: 0 !important;
    gap: 8px !important;
  }

  body.member-body.member-route-access .access-list > .access-card .access-actions .btn,
  body.member-body.member-page-access .access-list > .access-card .access-actions .btn {
    width: 100% !important;
    min-width: 0 !important;
  }
}
