body.number-shell {
  min-height: 100vh;
  margin: 0;
  color: #161616;
  background: #fff;
  font-family: var(--tn-font-sans, "Inter", system-ui, sans-serif);
  overflow-x: hidden;
}

body.number-shell * {
  letter-spacing: 0;
}

.number-shell a {
  color: inherit;
  text-decoration: none;
}

.number-logo-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: #fa8231;
  font-weight: 700;
}

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

.number-balance,
.number-primary-link,
.number-icon-btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  padding: 0 14px;
  font-weight: 600;
}

.number-balance {
  background: #f5f5f5;
}

.number-primary-link {
  color: #fff;
  background: #fa8231;
}

.number-icon-btn {
  width: 42px;
  background: #f5f5f5;
  cursor: pointer;
}

.number-menu-toggle {
  width: 34px;
  display: grid;
  gap: 5px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.number-menu-toggle span {
  height: 3px;
  border-radius: 99px;
  background: #151528;
}

.number-alert {
  width: min(100%, 680px);
  margin: 0 auto 16px;
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 600;
}

.number-alert.success {
  color: #0b7d50;
  background: #e8f8f0;
}

.number-alert.error {
  color: #c9363f;
  background: #fff0f1;
}

.number-catalog {
  display: grid;
  grid-template-columns: minmax(280px, 30%) minmax(320px, 30%) minmax(360px, 1fr);
  gap: 12px;
  padding-bottom: 88px;
}

.number-panel-head {
  margin-bottom: 12px;
}

.number-panel {
  min-width: 0;
}

.number-panel-box {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px 0;
}

.number-search {
  position: relative;
  margin: 0 24px 12px;
}

.number-search input {
  width: 100%;
  height: 58px;
  border: 1px solid #f5f5f5;
  border-radius: 16px;
  outline: 0;
  padding: 0 18px 0 48px;
  background: #f5f5f5;
  font: inherit;
}

.number-search:before {
  content: "⌕";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  opacity: .55;
  font-size: 18px;
}

.number-list {
  max-height: 680px;
  overflow: auto;
}

.number-section-label {
  height: 48px;
  display: flex;
  align-items: end;
  padding: 0 20px 10px 24px;
  font-weight: 600;
}

.number-pick {
  min-height: 48px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 8px 16px 8px 24px;
  transition: background .16s ease;
}

.number-pick:hover,
.number-pick.active {
  background: #f5f5f5;
}

.number-pick-main {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.number-pick-main img,
.number-service-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 10px;
  object-fit: cover;
}

.number-service-icon {
  display: grid;
  place-items: center;
  color: #fff;
  background: #161616;
  font-size: 12px;
  font-weight: 700;
}

.number-pick-title {
  min-width: 0;
}

.number-pick-title strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 500;
}

.number-pick-title small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: .42;
  font-size: 11px;
}

.number-pick-side {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  font-size: 13px;
}

.number-price {
  min-width: 58px;
  padding: 6px 9px;
  border-radius: 8px;
  color: #fff;
  background: #fa8231;
  text-align: center;
  font-weight: 700;
}

.number-order-card {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
}

.number-order-inner {
  min-height: 620px;
  border-radius: 16px;
}

.number-order-box {
  border-radius: 16px;
  background: #f8f8f8;
  padding: 16px;
}

.number-order-selected {
  display: grid;
  gap: 14px;
}

.number-order-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed #d9d9d9;
  font-size: 14px;
}

.number-order-line span:first-child {
  opacity: .56;
}

.number-order-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  font-weight: 700;
  font-size: 20px;
}

.number-primary-btn {
  width: 100%;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fa8231;
  border-radius: 12px;
  color: #fff;
  background: #fa8231;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: transform .16s ease, background .16s ease, border-color .16s ease, opacity .16s ease;
}

.number-primary-btn:hover {
  background: #e96f1f;
  border-color: #e96f1f;
  transform: translateY(-1px);
}

.number-primary-btn:disabled {
  cursor: not-allowed;
  opacity: .48;
  transform: none;
}

.number-auth-gate {
  margin-top: 18px;
  padding: 16px;
  border-radius: 16px;
  background: #fff4ed;
}

.number-auth-gate p {
  margin: 8px 0 14px;
  opacity: .62;
  font-size: 13px;
  line-height: 1.45;
}

.number-auth-gate-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.number-ghost-btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  font-weight: 600;
}

.number-page-narrow {
  width: min(100%, 520px);
  margin: 0 auto;
  padding-bottom: 88px;
}

.number-page-title {
  margin-bottom: 44px;
  text-align: center;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 600;
}

.number-tabs {
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  padding: 4px;
  border-radius: 12px;
  background: #f1f2f5;
}

.number-tabs a {
  width: 50%;
  padding: 10px 12px;
  border-radius: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}

.number-tabs a.active {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
}

.number-empty {
  display: grid;
  place-items: center;
  min-height: 360px;
  text-align: center;
}

.number-empty h3 {
  margin: 16px 0 4px;
  font-size: 24px;
  font-weight: 500;
}

.number-empty p {
  margin: 0 0 20px;
  opacity: .5;
}

.number-empty.compact {
  min-height: 220px;
  padding: 20px;
}

.number-empty-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #768ba0;
  background: #edf2f7;
  font-size: 26px;
  font-weight: 700;
}

.number-active-card {
  margin-bottom: 12px;
  padding: 16px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #fff;
}

.number-active-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.number-active-head h3 {
  margin: 4px 0;
  font-size: 18px;
}

.number-code {
  display: grid;
  place-items: center;
  min-width: 98px;
  min-height: 72px;
  border-radius: 14px;
  background: #f5f5f5;
  text-align: center;
  font-weight: 700;
}

.number-code small {
  color: #727280;
  font-size: 11px;
}

.number-code strong {
  font-size: 18px;
}

.number-code.success {
  color: #067647;
  background: #e9fbf2;
}

.number-code.warning {
  color: #b54708;
  background: #fff6e8;
}

.number-code.danger {
  color: #c9363f;
  background: #fff0f1;
}

.number-progress {
  height: 6px;
  margin: 12px 0;
  overflow: hidden;
  border-radius: 999px;
  background: #f0f0f0;
}

.number-progress b {
  display: block;
  height: 100%;
  background: #fa8231;
}

.number-fund-card {
  display: grid;
  gap: 14px;
}

.number-input {
  width: 100%;
  min-height: 54px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  outline: 0;
  padding: 0 14px;
  background: #f8f8f8;
  font: inherit;
}

.number-amounts {
  display: grid;
  gap: 10px;
}

.number-amounts button {
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 0 16px;
  background: #fff;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.number-profile-card {
  padding: 22px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #fff;
}

.number-auth-modal,
.number-drawer {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: none;
}

.number-auth-modal.open,
.number-drawer.open {
  display: block;
}

.number-auth-backdrop,
.number-drawer-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0,0,0,.42);
  backdrop-filter: blur(10px);
}

.number-auth-sheet,
.number-drawer-panel {
  position: absolute;
  right: 16px;
  top: 16px;
  width: min(420px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  overflow: auto;
  border-radius: 24px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 28px 80px rgba(0,0,0,.24);
}

.number-auth-close,
.number-drawer-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #f5f5f5;
  font-size: 24px;
  cursor: pointer;
}

.number-auth-panel {
  display: none;
}

.number-auth-panel.active {
  display: block;
}

.number-auth-panel h2,
.number-drawer-panel h2 {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 600;
}

.number-auth-panel p {
  margin: 0 0 18px;
  opacity: .58;
  line-height: 1.45;
}

.number-auth-panel label {
  display: block;
  margin: 14px 0 7px;
  font-weight: 600;
}

.number-auth-links,
.number-auth-switch {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  color: #fa8231;
  font-weight: 600;
}

.number-auth-switch {
  display: block;
  text-align: center;
  color: #777;
}

.number-auth-switch a {
  color: #fa8231;
}

.number-drawer-lang {
  width: fit-content;
  margin-left: auto;
  margin-bottom: 26px;
  padding: 12px 18px;
  border-radius: 14px;
  background: #f5f5f5;
  font-weight: 600;
}

.number-drawer-panel > a {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #151528;
  font-size: 20px;
  font-weight: 500;
}

.number-drawer-panel > a.active {
  color: #fa8231;
}

.number-drawer-panel b {
  margin-left: auto;
  padding: 4px 10px;
  border-radius: 8px;
  background: #f5f5f5;
  color: #151528;
  font-size: 14px;
}

.number-drawer-links {
  margin-top: 80px;
  padding-top: 18px;
  border-top: 1px solid #eee;
}

.number-drawer-links a {
  display: block;
  padding: 8px 0;
  color: #151528;
  opacity: .82;
}

.number-panel-head h3 {
  margin: 0;
  color: #14142b;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 650;
}

.number-order-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.number-order-head h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 650;
}

.number-order-head span {
  color: #9aa1ad;
  font-size: 26px;
  line-height: 1;
}

.number-order-identity,
.number-phone-row {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.number-order-identity img,
.number-phone-row img {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  object-fit: cover;
}

.number-order-identity strong,
.number-phone-row strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 600;
}

.number-order-identity small,
.number-phone-row small {
  display: block;
  color: #8b90a0;
  font-size: 12px;
}

.number-order-identity a {
  color: #fa8231;
  font-size: 12px;
  font-weight: 650;
}

.number-order-note,
.number-credit-note {
  margin: 16px 0 0;
  color: #8b90a0;
  text-align: center;
  font-size: 13px;
  line-height: 1.45;
}

.number-live-strip {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
  padding: 14px;
  border-radius: 16px;
  background: #f8f8f8;
}

.number-live-strip > span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #26d483;
  box-shadow: 0 0 0 6px rgba(38, 212, 131, .12);
}

.number-live-strip.guest > span {
  background: #fa8231;
  box-shadow: 0 0 0 6px rgba(250, 130, 49, .14);
}

.number-live-strip strong,
.number-live-strip small {
  display: block;
}

.number-live-strip small {
  color: #8b90a0;
  font-size: 12px;
}

.number-live-strip a {
  color: #fa8231;
  font-size: 13px;
  font-weight: 650;
}

.number-phone-row {
  width: 100%;
  margin: 14px 0 0;
  border: 0;
  border-radius: 14px;
  padding: 12px;
  background: #f8f8f8;
  text-align: left;
}

.number-phone-row span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: #14142b;
  font-size: 11px;
  font-weight: 700;
}

.number-phone-row small {
  color: #fa8231;
  font-weight: 650;
}

.number-timeline {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #9aa1ad;
  font-size: 11px;
  font-weight: 600;
}

.number-timeline span.on {
  color: #14142b;
}

.number-sms-preview {
  margin: 14px 0 0;
  padding: 12px;
  border-radius: 14px;
  color: #14142b;
  background: #f8f8f8;
  font-size: 13px;
  line-height: 1.45;
}

.number-sms-preview.empty {
  color: #8b90a0;
}

.number-button-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}

.number-button-row form {
  margin: 0;
}

.number-danger-btn {
  width: 100%;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffd8dd;
  border-radius: 12px;
  color: #ef3d4d;
  background: #fff;
  font: inherit;
  font-weight: 650;
  cursor: pointer;
}

.number-danger-btn.wide {
  margin-top: 12px;
}

.number-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 0 10px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
}

.number-status-pill.success {
  color: #067647;
  background: #e9fbf2;
}

.number-status-pill.warning {
  color: #b54708;
  background: #fff6e8;
}

.number-status-pill.danger {
  color: #c9363f;
  background: #fff0f1;
}

.number-status-pill.neutral {
  color: #5f6368;
  background: #f1f2f5;
}

.number-label {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 650;
}

.number-select-row {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 14px;
  padding: 0 18px;
  background: #f8f8f8;
  font-size: 14px;
  font-weight: 650;
}

.number-select-row strong {
  color: #fa8231;
  font-size: 13px;
}

.number-amounts button span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f1f2f5;
}

.number-amounts button span.selected {
  border: 6px solid #fa8231;
  background: #fff;
}

.number-wallet-box {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border: 1px solid #eaeaea;
  border-radius: 18px;
  padding: 14px;
}

.number-wallet-qr {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3px;
  width: 74px;
  height: 74px;
  border-radius: 14px;
  padding: 9px;
  background: #14142b;
}

.number-wallet-qr span {
  border-radius: 2px;
  background: rgba(255,255,255,.24);
}

.number-wallet-qr span:nth-child(3n),
.number-wallet-qr span:nth-child(4n+1) {
  background: #fff;
}

.number-wallet-box strong,
.number-wallet-box small {
  display: block;
}

.number-wallet-box small {
  margin-top: 5px;
  color: #8b90a0;
  font-size: 12px;
}

.number-copy-address {
  max-width: 100%;
  border: 0;
  padding: 0;
  color: #fa8231;
  background: transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 650;
}

.number-profile-card + .number-profile-card {
  margin-top: 12px;
}

.number-profile-card h2 {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 650;
}

.number-profile-card.hero {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.number-profile-card.hero h2 {
  margin: 4px 0 3px;
}

.number-profile-card.hero p {
  margin: 0;
  color: #6f7480;
}

.number-profile-avatar {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background: #fa8231;
  font-size: 22px;
  font-weight: 750;
}

.number-kicker {
  display: inline-flex;
  border-radius: 999px;
  padding: 4px 9px;
  color: #6f7480;
  background: #edf2f7;
  font-size: 11px;
  font-weight: 700;
}

.number-balance-panel {
  margin-bottom: 12px;
  border-radius: 16px;
  padding: 18px;
  color: #fff;
  background: radial-gradient(circle at 88% 20%, rgba(250,130,49,.38), transparent 34%), #14142b;
}

.number-balance-panel span,
.number-balance-panel small {
  display: block;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 650;
}

.number-balance-panel strong {
  display: block;
  margin: 4px 0;
  font-size: 34px;
  line-height: 1;
}

.number-profile-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.number-profile-stats span {
  min-height: 78px;
  display: grid;
  align-content: center;
  border-radius: 14px;
  padding: 12px;
  background: #f8f8f8;
  color: #727280;
  font-size: 12px;
  font-weight: 650;
}

.number-profile-stats strong {
  display: block;
  color: #14142b;
  font-size: 18px;
}

.copied {
  outline: 2px solid rgba(38, 212, 131, .44);
  outline-offset: 2px;
}

.celebrate .number-code.success {
  animation: number-pop .72s ease both;
}

@keyframes number-pop {
  0% { transform: scale(.96); }
  55% { transform: scale(1.04); }
  100% { transform: scale(1); }
}

.number-bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 12px;
  z-index: 10000;
  width: min(420px, calc(100% - 24px));
  transform: translateX(-50%);
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  padding: 8px;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 48px rgba(0,0,0,.14);
}

.number-bottom-nav a {
  display: grid;
  place-items: center;
  gap: 4px;
  color: #6f7480;
  font-size: 11px;
  font-weight: 600;
}

.number-bottom-nav span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #f2f4f7;
}

.number-bottom-nav a.active {
  color: #151528;
}

.number-bottom-nav a.active span {
  color: #fff;
  background: #151528;
}

@media (max-width: 1024px) {
  .number-catalog {
    grid-template-columns: 1fr;
  }

  .number-panel-box,
  .number-order-card {
    padding: 18px 0;
  }

  .number-order-card {
    padding: 18px;
  }

  .number-order-inner {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  html,
  body.number-shell {
    width: 100%;
    overflow-x: hidden;
  }

  .number-shell header.wide-container {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    margin-inline: 14px;
    padding-inline: 0;
    box-sizing: border-box;
  }

  .number-shell main.wide-container {
    width: calc(100vw - 48px);
    max-width: calc(100vw - 48px);
    margin-inline: 24px;
    padding-inline: 0;
    padding-bottom: 86px;
    box-sizing: border-box;
  }

  .number-header {
    padding-left: 14px;
    padding-right: 14px;
    overflow: hidden;
  }

  .number-header > div:last-child {
    min-width: 34px;
    margin-left: auto;
  }

  .number-menu-toggle {
    flex: 0 0 34px;
  }

  .number-balance,
  .number-primary-link,
  .number-top-action {
    display: none;
  }

  .number-catalog {
    width: 100%;
    max-width: 100%;
    gap: 18px;
    overflow: hidden;
  }

  .number-catalog > * {
    min-width: 0;
    max-width: 100%;
  }

  .number-panel-head h3,
  .number-page-title {
    font-size: 26px;
    text-align: left;
  }

  .number-panel-box {
    border: 0;
    padding-top: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .number-list {
    max-height: 460px;
  }

  .number-search {
    margin: 0 0 12px;
    width: 100%;
    max-width: 100%;
  }

  .number-search input {
    width: 100%;
    max-width: 100%;
  }

  .number-pick {
    grid-template-columns: minmax(0, 1fr) auto;
    padding-left: 0;
    padding-right: 0;
  }

  .number-pick-side {
    gap: 8px;
  }

  .number-pick-side small {
    display: none;
  }

  .number-price {
    min-width: 52px;
    padding: 6px 8px;
  }

  .number-order-card {
    border-radius: 18px;
  }

  .number-auth-sheet,
  .number-drawer-panel {
    left: 10px;
    right: 10px;
    top: auto;
    bottom: 10px;
    width: auto;
    max-height: calc(100vh - 20px);
  }

  .number-bottom-nav {
    display: grid;
    left: 12px;
    right: auto;
    width: calc(100vw - 24px);
    transform: none;
  }

  .number-bottom-nav a {
    min-width: 0;
  }
}

/* Temp-Number catalog alignment */
.number-flow {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-bottom: 0;
}

.number-flow-column {
  min-width: 0;
}

.number-country-column,
.number-services-column {
  flex: 0 1 30%;
}

.number-order-column {
  flex: 1 1 40%;
}

.number-design-panel {
  min-height: 650px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px 0;
  background: #fff;
}

.number-design-list {
  height: min(66vh, 684px);
  overflow-y: auto;
}

.number-design-search {
  margin: 0 24px 12px;
}

.number-design-search input {
  height: 58px;
  border: 1px solid #f5f5f5;
  border-radius: 16px;
  background: #f5f5f5;
  color: #14142b;
  font-size: 14px;
}

.number-design-row {
  color: #151528;
  background: inherit;
  text-decoration: none;
}

.number-design-row:hover,
.number-design-row.active {
  background: #f5f5f5;
}

.number-row-main {
  flex: 1 1 auto;
  max-width: calc(100% - 112px);
}

.number-row-side {
  flex: 0 0 auto;
  color: #5f6368;
}

.number-row-side.service {
  min-width: 112px;
}

.number-row-stock {
  min-width: 72px;
  overflow: hidden;
  color: #161616;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  opacity: .82;
}

.number-chevron {
  color: #5f6368;
}

.number-pin-btn {
  border: 0;
  color: #c7cbd1;
  background: transparent;
  cursor: pointer;
  transition: color .16s ease, transform .16s ease;
}

.number-pin-btn:hover,
.number-pin-btn.is-pinned {
  color: #fa8231;
  transform: translateY(-1px);
}

.number-design-row.is-pinned-row {
  background: #fff8f3;
}

.number-pin-tooltip {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: -8px;
  z-index: 50;
  transform: translate(-100%, -50%);
  border-radius: 6px;
  padding: 5px 8px;
  color: #fff;
  background: #22c55e;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .18);
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  transition: opacity .15s ease;
}

.number-pin-wrap:hover .number-pin-tooltip {
  opacity: 1;
}

.number-flag-fallback {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #f1f2f5;
  font-size: 21px;
  line-height: 1;
}

.number-panel-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.number-mobile-back {
  display: none;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: rgba(22, 22, 22, .55);
}

.number-mobile-back svg {
  width: 16px;
  height: 16px;
}

.number-step-placeholder {
  position: relative;
  min-height: 604px;
  padding: 0 24px;
}

.number-placeholder-search {
  height: 58px;
  margin-bottom: 22px;
  border-radius: 16px;
  background: #f5f5f5;
}

.number-placeholder-row {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  align-items: center;
  height: 48px;
  margin-bottom: 6px;
}

.number-placeholder-row i,
.number-placeholder-row b {
  display: block;
  border-radius: 999px;
  background: #f5f5f5;
}

.number-placeholder-row i {
  width: 30px;
  height: 30px;
}

.number-placeholder-row b {
  height: 9px;
}

.number-step-placeholder > span {
  position: absolute;
  top: 112px;
  left: -6px;
  border-radius: 8px;
  padding: 6px 10px;
  color: #fff;
  background: #fa8231;
  box-shadow: 0 10px 24px rgba(250, 130, 49, .25);
  font-size: 13px;
  font-weight: 700;
}

.number-step-placeholder > span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-right: 8px solid #fa8231;
  border-bottom: 6px solid transparent;
}

.number-order-stage {
  min-height: 650px;
}

.number-design-order {
  border-radius: 16px;
  padding: 16px;
  background: #f8f8f8;
}

.number-order-head {
  min-height: 46px;
  border-radius: 12px;
  padding: 0 12px;
  background: #f5f5f5;
}

.number-order-head a {
  color: #9aa1ad;
  font-size: 26px;
  line-height: 1;
}

.number-order-selected {
  margin-top: 18px;
}

.number-line-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #161616;
  opacity: .68;
}

.number-line-label svg {
  width: 22px;
  height: 22px;
}

.number-design-order .number-order-line {
  align-items: center;
  border-bottom: 1px dashed #d9d9d9;
  padding: 12px 0;
}

.number-design-order .number-order-line strong:not(.number-price) {
  font-size: 14px;
}

.number-design-order .number-order-total {
  margin: 18px 0 20px;
}

.number-design-order .number-primary-btn {
  min-height: 58px;
}

.number-design-order .number-order-note {
  color: #8b90a0;
}

@media (min-width: 1024px) {
  .number-flow .number-flow-column {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .number-flow {
    display: block;
    width: 100%;
  }

  .number-flow-column {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }

  .number-flow-step-country .number-services-column,
  .number-flow-step-country .number-order-column,
  .number-flow-step-service .number-country-column,
  .number-flow-step-service .number-order-column,
  .number-flow-step-order .number-country-column,
  .number-flow-step-order .number-services-column {
    display: none;
  }

  .number-mobile-back {
    display: inline-flex;
  }

  .number-design-panel,
  .number-order-stage {
    min-height: 0;
    border: 0;
    padding: 0;
  }

  .number-design-list {
    height: calc(100svh - 244px);
    min-height: 480px;
  }

  .number-design-search {
    margin: 0 0 18px;
  }

  .number-design-row {
    padding-right: 0;
    padding-left: 0;
  }

  .number-row-main {
    max-width: calc(100% - 92px);
  }

  .number-row-stock {
    display: none;
  }

  .number-order-stage {
    border-radius: 0;
  }

  .number-design-order {
    border: 1px solid rgba(22, 22, 22, .12);
    border-radius: 24px;
  }

  .number-step-placeholder {
    min-height: 560px;
    padding: 0;
  }

  .number-step-placeholder > span {
    left: -8px;
  }
}
