:root {
  --app-bg: #f4f6fb;
  --app-surface: #ffffff;
  --app-soft: #f0f3f8;
  --app-line: #e2e8f2;
  --app-ink: #111225;
  --app-muted: #7b8192;
  --app-orange: #ff7717;
  --app-orange-2: #ff9b45;
  --app-green: #18c781;
  --app-red: #ef4444;
  --app-shadow: 0 18px 48px rgba(17, 18, 37, .12);
  --app-radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background:
    radial-gradient(circle at 20% 8%, rgba(255, 119, 23, .24), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(74, 112, 255, .18), transparent 26%),
    #090b16;
}

body.number-shell {
  position: relative;
  min-height: 100svh;
  width: min(100%, 430px);
  margin: 0 auto;
  overflow-x: hidden;
  color: var(--app-ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(246, 248, 252, .98) 42%, #fff),
    var(--app-bg);
  font-family: "Euclid Circular A", Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, sans-serif;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .08), 0 32px 90px rgba(0, 0, 0, .36);
}

body.number-shell:before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 4%, rgba(255, 119, 23, .18), transparent 28%),
    radial-gradient(circle at 90% 0%, rgba(255, 180, 95, .16), transparent 30%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:active,
a:active {
  transform: scale(.98);
}

.wide-container {
  width: 100%;
  max-width: 100%;
  padding-inline: 20px;
}

body.number-shell header.wide-container,
body.number-shell main.wide-container {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  padding-inline: 20px;
  box-sizing: border-box;
}

body.number-shell main.wide-container {
  padding-bottom: calc(112px + env(safe-area-inset-bottom));
}

.sms-header {
  position: sticky;
  top: 0;
  z-index: 80;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: max(10px, env(safe-area-inset-top));
  background: rgba(255, 255, 255, .82);
  border-bottom: 1px solid rgba(226, 232, 242, .7);
  backdrop-filter: blur(22px) saturate(160%);
}

.sms-brand,
.sms-brand.mini {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--app-ink);
  font-size: 20px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: -.02em;
}

.sms-brand-image {
  flex: 1 1 auto;
  max-width: min(190px, calc(100% - 58px));
  gap: 0;
}

.sms-brand-logo {
  display: block;
  width: min(190px, 52vw);
  max-width: 100%;
  max-height: 58px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 10px 20px rgba(17, 18, 37, .08));
}

.sms-brand-logo-mark {
  display: none;
}

.is-authenticated .sms-brand-image {
  max-width: min(190px, calc(100% - 58px));
}

.is-authenticated .sms-brand-logo {
  width: min(190px, 52vw);
}

.is-guest .sms-header .sms-btn-plain {
  display: none;
}

.sms-logo {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(145deg, var(--app-orange), var(--app-orange-2));
  box-shadow: 0 12px 30px rgba(255, 119, 23, .28);
  font-size: 13px;
  font-weight: 900;
}

.sms-top-nav,
.sms-header .sms-btn-primary,
.sms-header .sms-btn-soft {
  display: none !important;
}

.sms-lang {
  position: relative;
  display: none !important;
}

.sms-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  padding-right: 50px;
  position: relative;
  z-index: 2;
}

.sms-header-actions form {
  display: none;
}

.sms-balance,
.sms-btn-plain,
.sms-icon-btn {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--app-line);
  border-radius: 14px;
  padding: 0 12px;
  background: rgba(255, 255, 255, .82);
  color: var(--app-ink);
  font-size: 12px;
  font-weight: 850;
  box-shadow: 0 8px 22px rgba(17, 18, 37, .06);
}

.sms-balance {
  gap: 8px;
  color: var(--app-ink);
  background: linear-gradient(180deg, #fff, #fff7f1);
  border-color: rgba(255, 119, 23, .22);
}

.sms-balance b {
  display: inline-flex;
  align-items: center;
  color: inherit;
  font: inherit;
  line-height: 1;
}

.sms-balance-icon {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  color: var(--app-orange);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 5px 9px rgba(255, 119, 23, .18));
}

.sms-header .sms-btn-primary,
.sms-header .sms-btn-primary:visited,
.sms-header .sms-btn-primary:hover,
.sms-header .sms-btn-primary:focus {
  color: #fff !important;
}

.app-primary-action:disabled,
.app-primary-action[aria-busy="true"] {
  cursor: wait;
  opacity: 0.82;
}

.sms-lang-current {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--app-line);
  border-radius: 16px;
  padding: 0 12px;
  color: var(--app-ink);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 12px 28px rgba(17, 18, 37, .07);
  font-size: 12px;
  font-weight: 950;
}

.sms-lang-current svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sms-lang-flag {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 15px;
  line-height: 1;
  overflow: hidden;
}

.sms-lang-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 140;
  min-width: 138px;
  display: grid;
  gap: 6px;
  padding: 8px;
  border: 1px solid rgba(226, 232, 242, .92);
  border-radius: 18px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 24px 48px rgba(17, 18, 37, .14);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px) scale(.98);
  transition: opacity .16s ease, transform .16s ease;
}

.sms-lang.open .sms-lang-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.sms-lang-menu button {
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 13px;
  padding: 0 10px;
  color: var(--app-ink);
  background: transparent;
  font-size: 12px;
  font-weight: 950;
  text-align: left;
}

.sms-lang-menu button.active,
.sms-lang-menu button:hover {
  border-color: rgba(255, 119, 23, .22);
  background: #fff7f0;
}

.sms-lang-menu span {
  font-size: 16px;
  line-height: 1;
}

.sms-icon-btn {
  width: 38px;
  padding: 0;
}

.sms-balance {
  min-width: 78px;
  min-height: 42px;
  border-radius: 16px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 950;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 14px 30px rgba(17, 18, 37, .08);
}

.sms-icon-btn svg,
.sms-menu-toggle svg,
.number-bottom-nav svg,
.sms-card-head svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sms-menu-toggle {
  position: fixed;
  top: max(18px, calc(env(safe-area-inset-top) + 18px));
  right: max(20px, calc((100vw - 430px) / 2 + 20px));
  z-index: 95;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid !important;
  place-items: center;
  border: 1px solid rgba(17, 18, 37, .08);
  border-radius: 16px;
  color: #fff;
  background: var(--app-ink);
  padding: 0;
  box-shadow: 0 14px 30px rgba(17, 18, 37, .16);
}

@media (max-width: 430px) {
  .sms-menu-toggle {
    right: 20px;
  }

  .sms-transaction-list article {
    gap: 9px;
    padding: 12px;
  }

  .sms-transaction-list article b {
    max-width: 78px;
    font-size: 13px;
  }
}

.sms-menu-toggle svg {
  display: block !important;
  width: 19px;
  height: 19px;
  stroke-width: 2;
}

.sms-main {
  padding-bottom: calc(112px + env(safe-area-inset-bottom));
}

.number-alert {
  margin: 14px 0;
  border-radius: 18px;
  padding: 12px 14px;
  font-size: 13px;
  font-weight: 800;
}

.number-alert.success {
  color: #067647;
  background: #dcfae6;
}

.number-alert.error {
  color: #b42318;
  background: #fef3f2;
}

.number-toast-stack {
  position: fixed;
  top: max(88px, calc(env(safe-area-inset-top) + 88px));
  left: 50%;
  z-index: 13000;
  width: min(390px, calc(100vw - 32px));
  display: grid;
  gap: 10px;
  transform: translateX(-50%);
  pointer-events: none;
}

.number-toast {
  min-height: 62px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(226, 232, 242, .9);
  border-radius: 22px;
  padding: 12px 12px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 22px 54px rgba(17, 18, 37, .18);
  animation: appToastIn .28s ease both;
  backdrop-filter: blur(18px) saturate(160%);
  pointer-events: auto;
}

.number-toast.closing {
  animation: appToastOut .22s ease both;
}

.number-toast-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: var(--app-orange);
  font-size: 16px;
  font-weight: 950;
}

.number-toast.success .number-toast-icon {
  background: var(--app-green);
}

.number-toast.warning .number-toast-icon {
  background: var(--app-orange);
}

.number-toast.error .number-toast-icon {
  background: #ef4444;
}

.number-toast p {
  min-width: 0;
  margin: 0;
  color: var(--app-ink);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 850;
}

.number-toast button {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--app-muted);
  background: var(--app-soft);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.app-home {
  padding: 14px 0 24px;
}

.app-hero-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 342px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 36px;
  padding: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 211, 165, .58), transparent 23%),
    radial-gradient(circle at 8% 92%, rgba(255, 255, 255, .13), transparent 25%),
    linear-gradient(135deg, #111225 0%, #1b1b32 46%, #6b3728 74%, #ff7717 132%);
  box-shadow: 0 28px 70px rgba(17, 18, 37, .26), inset 0 1px 0 rgba(255, 255, 255, .18);
  transform: translateZ(0);
}

.app-hero-card:before,
.app-hero-card:after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.app-hero-card:before {
  width: 242px;
  height: 242px;
  right: -88px;
  top: 42px;
  background: linear-gradient(135deg, rgba(255, 119, 23, .34), rgba(255, 185, 120, .08));
  filter: blur(3px);
  animation: appFloat 5s ease-in-out infinite;
}

.app-hero-card:after {
  width: 160px;
  height: 160px;
  left: -48px;
  bottom: -58px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .16), rgba(255, 119, 23, .12));
  animation: appFloat 6s ease-in-out infinite reverse;
}

.app-hero-glow {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border-radius: 999px;
  opacity: .82;
  filter: blur(18px);
}

.app-hero-glow.one {
  width: 142px;
  height: 142px;
  right: 24px;
  top: 118px;
  background: rgba(255, 119, 23, .38);
  animation: appHeroGlow 6.8s ease-in-out infinite;
}

.app-hero-glow.two {
  width: 94px;
  height: 94px;
  left: 18px;
  bottom: 70px;
  background: rgba(91, 213, 255, .13);
  animation: appHeroGlow 7.4s ease-in-out infinite reverse;
}

.app-hero-top,
.app-action-row,
.app-code-preview {
  position: relative;
  z-index: 1;
}

.app-hero-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.app-live-dot,
.app-balance-pill,
.app-signal-dots {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(255, 255, 255, .15);
  color: rgba(255, 255, 255, .94);
  font-size: 12px;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 12px 30px rgba(0, 0, 0, .1);
  backdrop-filter: blur(16px);
}

.app-signal-dots {
  gap: 6px;
  margin-left: auto;
  padding-inline: 10px;
}

.app-signal-dots i {
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 50%;
  background: rgba(255, 255, 255, .72);
  animation: appDotFlow 1.35s ease-in-out infinite;
}

.app-signal-dots i:nth-child(2) {
  animation-delay: .16s;
}

.app-signal-dots i:nth-child(3) {
  animation-delay: .32s;
}

.app-live-dot b {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--app-green);
  box-shadow: 0 0 0 6px rgba(24, 199, 129, .16);
  animation: appPulse 1.5s ease-in-out infinite;
}

.app-hero-card h1 {
  position: relative;
  z-index: 1;
  max-width: 345px;
  margin: 30px 0 12px;
  font-size: 35px;
  line-height: 1.01;
  font-weight: 950;
  letter-spacing: 0;
  text-wrap: balance;
}

.app-hero-card p {
  position: relative;
  z-index: 1;
  max-width: 330px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 14.5px;
  line-height: 1.58;
  font-weight: 750;
}

.app-code-preview {
  overflow: hidden;
  width: 100%;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 24px 0;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 26px;
  padding: 16px 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, .07)),
    rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 18px 44px rgba(0, 0, 0, .12);
  backdrop-filter: blur(18px);
  animation: appHeroTilt 7.5s ease-in-out infinite;
}

.app-code-preview:before {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, .08);
  pointer-events: none;
}

.app-code-scan {
  position: absolute;
  inset: -12px auto -12px -45%;
  width: 40%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
  animation: appScan 3.2s ease-in-out infinite;
}

.app-code-preview small,
.app-code-preview strong {
  display: block;
}

.app-code-preview small {
  color: rgba(255, 255, 255, .68);
  font-size: 11px;
  font-weight: 900;
}

.app-code-preview strong {
  display: inline-flex;
  gap: 7px;
  margin-top: 2px;
  font-size: 31px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
  white-space: nowrap;
}

.app-code-preview strong em {
  font-style: normal;
  text-shadow: 0 8px 24px rgba(255, 255, 255, .22);
  animation: appCodePop 2.6s ease-in-out infinite;
}

.app-code-preview strong em:nth-child(2) {
  animation-delay: .24s;
}

.app-code-preview > b {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  border-radius: 999px;
  padding: 0 10px;
  color: rgba(255, 255, 255, .88);
  background: rgba(255, 255, 255, .1);
  font-size: 13px;
  font-weight: 950;
}

.app-code-preview > b i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--app-green);
  box-shadow: 0 0 0 6px rgba(24, 199, 129, .12);
}

.app-orbit {
  position: absolute;
  right: 80px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--app-orange);
  box-shadow: 0 0 18px rgba(255, 119, 23, .9);
}

.app-orbit.one {
  top: 13px;
  animation: appSpark 2.8s ease-in-out infinite;
}

.app-orbit.two {
  bottom: 13px;
  right: 112px;
  background: #fff;
  animation: appSpark 3.2s ease-in-out infinite reverse;
}

.app-action-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.app-primary-action,
.app-secondary-action,
.sms-btn,
.number-primary-btn {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 18px;
  padding: 0 18px;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  min-width: 0;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.app-primary-action,
.sms-btn-primary,
.number-primary-btn {
  color: #fff;
  background: linear-gradient(145deg, var(--app-orange), #ff8c2f);
  box-shadow: 0 16px 34px rgba(255, 119, 23, .3);
}

.app-primary-action {
  position: relative;
  overflow: hidden;
}

.app-primary-action:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -60%;
  width: 42%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .34), transparent);
  animation: appButtonShine 4.4s ease-in-out infinite;
}

.app-primary-action:hover,
.app-secondary-action:hover {
  transform: translateY(-2px);
}

.app-primary-action.wide {
  width: 100%;
}

.sms-btn-block,
.number-primary-btn {
  width: 100%;
}

.app-secondary-action,
.sms-btn-outline,
.sms-btn-soft {
  color: var(--app-ink) !important;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(255, 255, 255, .3);
}

.app-secondary-action {
  color: #17182b !important;
  background: rgba(255, 255, 255, .92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .65), 0 14px 30px rgba(0, 0, 0, .10);
}

.app-stat-strip {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 22px;
}

.app-stat-strip span {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 86px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 5px;
  border: 1px solid var(--app-line);
  border-radius: 24px;
  padding: 12px 7px 11px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 119, 23, .12), transparent 45%),
    rgba(255, 255, 255, .82);
  color: var(--app-muted);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.1;
  box-shadow: 0 16px 38px rgba(17, 18, 37, .07), inset 0 1px 0 rgba(255, 255, 255, .78);
  animation: appStatLift 5.8s ease-in-out infinite;
}

.app-stat-strip span:nth-child(2) {
  animation-delay: .16s;
}

.app-stat-strip span:nth-child(3) {
  animation-delay: .32s;
}

.app-stat-strip span:after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, transparent, var(--app-orange), transparent);
  opacity: .48;
}

.app-stat-strip i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--app-orange);
  background: rgba(255, 119, 23, .1);
  box-shadow: inset 0 0 0 1px rgba(255, 119, 23, .1);
}

.app-stat-strip i:before {
  color: inherit;
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
}

.app-stat-strip span:nth-child(1) i:before {
  content: "UL";
}

.app-stat-strip span:nth-child(2) i:before {
  content: "SR";
}

.app-stat-strip span:nth-child(3) i:before {
  content: "24";
}

.app-stat-strip small {
  color: var(--app-muted);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
}

.app-stat-strip strong {
  max-width: 100%;
  overflow: hidden;
  color: var(--app-ink);
  font-size: 21px;
  line-height: 1;
}

.app-section-title,
.app-flow-head,
.sms-history-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
}

.app-section-title h2,
.app-flow-head h2,
.sms-mobile-device h2,
.sms-payment-left h2,
.sms-payment-summary h2,
.sms-profile-page h1,
.sms-profile-card h2,
.sms-payment-history h2 {
  margin: 0;
  color: var(--app-ink);
  font-weight: 950;
  letter-spacing: -.035em;
}

.app-section-title h2,
.sms-mobile-device h2,
.sms-payment-left h2,
.sms-payment-summary h2,
.sms-payment-history h2 {
  font-size: 22px;
}

.app-section-title a,
.sms-history-head a {
  color: var(--app-orange);
  font-size: 13px;
  font-weight: 900;
}

.app-service-rail {
  width: 100%;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  margin: 12px 0 0;
  padding: 0 0 8px;
  scroll-snap-type: x mandatory;
}

.app-service-rail::-webkit-scrollbar,
.app-panel-list::-webkit-scrollbar,
.sms-profile-menu::-webkit-scrollbar {
  display: none;
}

.app-service-rail a {
  flex: 0 0 calc((100% - 30px) / 4);
  min-width: 0;
  width: 100%;
  scroll-snap-align: start;
  min-height: 124px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 7px;
  border: 1px solid var(--app-line);
  border-radius: 20px;
  padding: 12px 7px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 14px 34px rgba(17, 18, 37, .06);
}

.app-service-rail img,
.app-service-rail b {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: #15162a;
  font-size: 12px;
  font-weight: 900;
  object-fit: cover;
}

.app-service-rail span {
  max-width: 100%;
  overflow: hidden;
  color: var(--app-ink);
  font-size: 12px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.app-service-rail small {
  color: var(--app-orange);
  font-size: 12px;
  font-weight: 900;
}

.app-flow {
  padding: 8px 0 14px;
}

.app-flow-head {
  margin-bottom: 14px;
}

.app-flow-head small {
  display: block;
  color: var(--app-muted);
  font-size: 12px;
  font-weight: 900;
}

.app-flow-head h2 {
  margin-top: 2px;
  font-size: 30px;
  line-height: 1.05;
}

.app-stepper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: min(100%, 820px);
  border: 1px solid var(--app-line);
  border-radius: 25px;
  padding: 8px;
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 119, 23, .08), transparent 24%),
    rgba(255, 255, 255, .86);
  box-shadow:
    0 16px 36px rgba(17, 18, 37, .07),
    inset 0 1px 0 rgba(255, 255, 255, .8);
  overflow: hidden;
}

.app-stepper:before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 28px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 119, 23, .72), rgba(34, 211, 238, .55), rgba(226, 232, 240, .95));
  opacity: .46;
}

.app-stepper-step {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "badge title"
    "badge text";
  align-items: center;
  gap: 2px 9px;
  min-height: 58px;
  padding: 9px 11px;
  border: 1px solid rgba(226, 232, 240, .86);
  border-radius: 18px;
  color: var(--app-muted);
  background: rgba(248, 250, 252, .92);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .58);
}

.app-stepper-badge {
  position: relative;
  grid-area: badge;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--app-muted);
  background: #fff;
  font-size: 12px;
  font-weight: 950;
  font-style: normal;
  box-shadow:
    0 8px 18px rgba(17, 18, 37, .08),
    inset 0 0 0 1px rgba(226, 232, 240, .95);
}

.app-stepper-step b,
.app-stepper-step small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.app-stepper-step b {
  grid-area: title;
  color: var(--app-ink);
  font-size: 12px;
  line-height: 1.05;
  font-weight: 950;
}

.app-stepper-step small {
  grid-area: text;
  color: var(--app-muted);
  font-size: 10px;
  line-height: 1.15;
  font-weight: 850;
}

.app-stepper-step.done .app-stepper-badge {
  color: #fff;
  background: linear-gradient(135deg, #22c55e, #16c7a2);
  box-shadow: 0 10px 22px rgba(24, 199, 129, .22);
}

.app-stepper-step.current {
  border-color: rgba(255, 119, 23, .42);
  color: var(--app-ink);
  background:
    radial-gradient(circle at 100% 0, rgba(255, 119, 23, .14), transparent 42%),
    linear-gradient(135deg, #fff7f0, rgba(255, 255, 255, .96));
  box-shadow:
    0 14px 30px rgba(255, 119, 23, .12),
    inset 0 1px 0 rgba(255, 255, 255, .86);
}

.app-stepper-step.current .app-stepper-badge {
  color: #fff;
  background: linear-gradient(135deg, #ff7717, #ff9a4f);
  box-shadow: 0 12px 24px rgba(255, 119, 23, .25);
}

.app-stepper-step.current .app-stepper-badge:after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 2px solid rgba(255, 119, 23, .22);
  border-radius: 18px;
  animation: appStepPulse 1.55s ease-in-out infinite;
}

.app-stepper-step.waiting {
  opacity: .82;
}

@keyframes appStepPulse {
  0%, 100% {
    opacity: .18;
    transform: scale(.9);
  }

  50% {
    opacity: .72;
    transform: scale(1.12);
  }
}

.app-panel,
.sms-payment-summary,
.sms-profile-card,
.sms-active-number,
.sms-empty-state,
.sms-method-list button,
.sms-amount-grid button,
.sms-payment-history article,
.sms-transaction-list article {
  border: 1px solid var(--app-line);
  border-radius: var(--app-radius);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 16px 38px rgba(17, 18, 37, .07);
}

.app-panel {
  overflow: hidden;
  padding: 14px;
}

.app-search {
  height: 56px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--app-line);
  border-radius: 18px;
  padding: 0 14px;
  background: var(--app-soft);
}

.app-search span {
  color: var(--app-muted);
  font-weight: 900;
}

.app-search input,
.number-input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--app-ink);
  font-size: 14px;
  font-weight: 800;
}

.app-search input::placeholder,
.number-input::placeholder {
  color: #9aa1af;
}

.app-panel-list {
  max-height: min(58svh, 560px);
  overflow-y: auto;
  padding: 10px 2px 2px;
}

.number-section-label {
  padding: 14px 4px 8px;
  color: var(--app-muted);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.number-design-row {
  min-height: 70px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
  border: 1px solid transparent;
  border-radius: 22px;
  padding: 10px 10px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(17, 18, 37, .04);
  transition: transform .16s ease, background .16s ease, border-color .16s ease;
}

.number-design-row[hidden] {
  display: none !important;
}

.number-design-row:hover,
.number-design-row.active,
.number-design-row.is-pinned-row {
  border-color: rgba(255, 119, 23, .22);
  background: #fff5ed;
}

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

.number-row-main > img,
.sms-summary-pick img,
.app-selected-card img {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 16px;
  object-fit: cover;
}

.number-flag-fallback,
.number-service-icon,
.app-order-icon b,
.sms-active-row span,
.sms-transaction-list span {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: var(--app-ink);
  font-size: 13px;
  font-weight: 950;
}

.number-flag-fallback {
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--app-line);
  font-size: 21px;
}

.number-row-main > span:last-child {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.number-row-main > span:last-child > span:first-child {
  overflow: hidden;
  color: var(--app-ink);
  font-size: 14px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.number-row-main > span:last-child > span:last-child {
  overflow: hidden;
  color: #a0a6b4;
  font-size: 11px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.number-row-side {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.number-pin-wrap {
  position: relative;
}

.number-pin-btn {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: #c6ccd8;
}

.number-pin-btn.is-pinned,
.number-pin-btn:hover {
  color: var(--app-orange);
  background: rgba(255, 119, 23, .08);
}

.number-pin-glyph {
  position: relative;
  width: 16px;
  height: 16px;
  display: block;
}

.number-pin-glyph:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 8px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 7px 7px 3px 3px;
  transform: rotate(-18deg);
}

.number-pin-glyph:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 9px;
  width: 2px;
  height: 7px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(-18deg);
  transform-origin: top center;
}

.number-pin-tooltip {
  display: none;
}

.number-row-stock {
  min-width: 58px;
  color: var(--app-muted);
  font-size: 11px;
  font-weight: 900;
  text-align: right;
}

.number-price {
  min-width: 54px;
  border-radius: 14px;
  padding: 8px 9px;
  color: #fff;
  background: var(--app-orange);
  font-size: 12px;
  font-weight: 950;
  text-align: center;
}

.number-chevron {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  color: #a4abb8;
}

.number-chevron:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.app-selected-card {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 12px;
  border-radius: 22px;
  padding: 12px;
  background: linear-gradient(145deg, #fff5ed, #fff);
}

.app-selected-card small,
.sms-summary-pick small {
  display: block;
  color: var(--app-muted);
  font-size: 11px;
  font-weight: 900;
}

.app-selected-card strong {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 950;
}

.app-back-btn {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--app-ink);
  background: #fff;
  box-shadow: 0 8px 18px rgba(17, 18, 37, .08);
  font-size: 25px;
  line-height: 1;
  font-weight: 900;
}

.app-order-panel {
  position: relative;
  padding: 22px;
}

.app-back-btn.floating {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
}

.app-order-glow {
  height: 120px;
  display: grid;
  place-items: center;
  margin-bottom: -16px;
}

.app-order-glow span {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 119, 23, .14);
  animation: appRing 2.8s ease-in-out infinite;
}

.app-order-glow span:nth-child(1) {
  width: 76px;
  height: 76px;
}

.app-order-glow span:nth-child(2) {
  width: 116px;
  height: 116px;
  animation-delay: .25s;
}

.app-order-glow span:nth-child(3) {
  width: 156px;
  height: 156px;
  animation-delay: .5s;
}

.app-order-summary {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
}

.app-order-icon,
.app-order-icon img {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 25px;
  object-fit: cover;
}

.app-order-icon {
  background: #fff;
  box-shadow: 0 20px 42px rgba(17, 18, 37, .12);
}

.app-order-icon b {
  width: 76px;
  height: 76px;
  border-radius: 25px;
  font-size: 20px;
}

.app-order-summary h3 {
  margin: 14px 0 4px;
  font-size: 26px;
  font-weight: 950;
  letter-spacing: -.035em;
}

.app-order-summary p {
  margin: 0;
  color: var(--app-muted);
  font-size: 13px;
  font-weight: 850;
}

.app-price-card {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 22px 0 16px;
  border-radius: 22px;
  padding: 16px;
  background: var(--app-soft);
}

.app-price-card span,
.sms-summary-line span {
  color: var(--app-muted);
  font-size: 13px;
  font-weight: 900;
}

.app-price-card strong,
.sms-summary-line strong {
  color: var(--app-ink);
  font-size: 20px;
  font-weight: 950;
}

.app-info-list {
  display: grid;
  gap: 9px;
  margin-bottom: 16px;
}

.app-info-list span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--app-muted);
  font-size: 13px;
  font-weight: 850;
}

.app-info-list span:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--app-green);
  box-shadow: 0 0 0 6px rgba(24, 199, 129, .1);
}

.sms-mobile-board,
.sms-funds-page,
.sms-profile-page {
  padding: 14px 0 18px;
}

.sms-mobile-device {
  width: 100%;
}

.sms-mobile-top {
  display: none;
}

.sms-bell {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--app-line);
}

.sms-balance-card {
  position: relative;
  min-height: 154px;
  overflow: hidden;
  border-radius: 32px;
  padding: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 22%, rgba(255, 224, 196, .52), transparent 28%),
    linear-gradient(145deg, var(--app-orange), #ff8e2d);
  box-shadow: 0 24px 48px rgba(255, 119, 23, .24);
}

.sms-balance-card small,
.sms-balance-card strong {
  display: block;
}

.sms-balance-card small {
  font-size: 13px;
  font-weight: 900;
}

.sms-balance-card strong {
  margin-top: 9px;
  font-size: 42px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.045em;
}

.sms-balance-card a {
  position: absolute;
  right: 18px;
  top: 22px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  border-radius: 16px;
  padding: 0 18px;
  color: var(--app-orange);
  background: #fff;
  font-size: 14px;
  font-weight: 950;
}

.sms-mobile-device h2 {
  margin: 26px 0 12px;
}

.sms-active-number {
  padding: 16px;
}

.sms-active-row,
.sms-transaction-list article {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.sms-active-row img,
.sms-transaction-list img,
.sms-favorite-row img {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  object-fit: cover;
}

.sms-active-row strong,
.sms-active-row small,
.sms-transaction-list strong,
.sms-transaction-list small {
  display: block;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sms-active-row > div,
.sms-transaction-list article > div {
  min-width: 0;
  flex: 1 1 auto;
}

.sms-active-row strong,
.sms-transaction-list strong {
  font-size: 15px;
  font-weight: 950;
}

.sms-active-row small,
.sms-transaction-list small {
  margin-top: 2px;
  color: var(--app-muted);
  font-size: 12px;
  font-weight: 850;
}

.sms-code-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin: 16px 0 10px;
}

.sms-code-line > b {
  font-size: 25px;
  font-weight: 950;
  letter-spacing: 0;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}

.order-code.is-searching {
  font-size: 17px;
  line-height: 1.15;
}

.order-code.is-code {
  color: #16a66a;
}

.order-code-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  border: 1px solid rgba(24, 166, 106, .16);
  border-radius: 999px;
  padding: 7px 10px;
  background: #eefbf5;
  color: #16a66a;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.order-code-badge[hidden] {
  display: none !important;
}

.order-code-badge small {
  color: #16a66a;
  font-size: 11px;
  font-weight: 900;
}

.order-code-badge b {
  color: #12965e;
  font-size: 15px;
  font-weight: 950;
  letter-spacing: .02em;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}

.sms-code-line .order-label {
  color: var(--app-orange);
  font-weight: 900;
  white-space: nowrap;
}

.number-progress {
  position: relative;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: linear-gradient(90deg, #edf2f9, #e4ebf5);
  box-shadow:
    inset 0 1px 2px rgba(17, 18, 37, .08),
    0 8px 18px rgba(17, 18, 37, .04);
}

.number-progress b {
  position: relative;
  display: block;
  height: 100%;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .28), transparent 22%, rgba(255, 255, 255, .2) 48%, transparent 72%),
    linear-gradient(90deg, var(--app-orange), #ffb15f 46%, #35c7ff);
  box-shadow: 0 0 18px rgba(255, 122, 31, .26);
  transition: width .95s linear;
}

.number-progress b::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .55), transparent);
  content: "";
  transform: translateX(-100%);
  animation: number-progress-sheen 2.2s ease-in-out infinite;
}

@keyframes number-progress-sheen {
  0% {
    transform: translateX(-100%);
  }
  55%, 100% {
    transform: translateX(100%);
  }
}

.number-sms-preview {
  margin: 12px 0 0;
  border-radius: 18px;
  padding: 13px;
  background: var(--app-soft);
  color: var(--app-ink);
  font-size: 12px;
  font-weight: 800;
}

.number-sms-preview.empty {
  color: var(--app-muted);
}

.number-resend-window-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 10px 0 0;
  border: 1px solid rgba(255, 122, 31, .16);
  border-radius: 16px;
  padding: 10px 12px;
  background: #fff6ef;
  color: var(--app-orange);
  font-size: 12px;
  font-weight: 900;
}

.number-resend-window-info[hidden] {
  display: none !important;
}

.number-resend-window-info b {
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  min-height: 26px;
  border-radius: 999px;
  background: rgba(255, 122, 31, .12);
  color: var(--app-ink);
  font-size: 13px;
  font-weight: 950;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}

.number-button-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.cancel-order-form,
.resend-sms-form {
  width: 100%;
}

.number-ghost-btn,
.number-danger-btn,
.number-resend-btn {
  min-height: 46px;
  width: 100%;
  border: 1px solid var(--app-line);
  border-radius: 16px;
  background: #fff;
  color: var(--app-ink);
  font-size: 13px;
  font-weight: 950;
}

.number-resend-btn {
  border-color: rgba(255, 122, 31, .32);
  background: linear-gradient(135deg, #ff7a1f, #ff9f4a);
  color: #fff;
  box-shadow: 0 14px 26px rgba(255, 122, 31, .18);
}

.number-resend-btn:disabled {
  cursor: wait;
  border-color: #ffd7bd;
  background: linear-gradient(135deg, #ffb178, #ffc99e);
  color: rgba(255, 255, 255, .82);
  box-shadow: none;
}

.number-danger-btn {
  color: var(--app-red);
}

.number-danger-btn:disabled {
  cursor: not-allowed;
  border-color: #e8edf6;
  background: #f8fafc;
  color: #8a93a6;
}

.number-cancel-locked {
  min-height: 46px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffe0c8;
  border-radius: 16px;
  background: #fff5ed;
  color: var(--app-orange);
  font-size: 13px;
  font-weight: 950;
}

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

.sms-empty-state {
  min-height: 218px;
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 24px;
  text-align: center;
}

.sms-empty-state strong,
.sms-empty-state span {
  display: block;
}

.sms-empty-state strong {
  font-size: 22px;
  font-weight: 950;
}

.sms-empty-state span {
  color: var(--app-muted);
  font-weight: 850;
}

.sms-empty-state .sms-btn-primary {
  color: #fff !important;
}

.sms-favorite-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.sms-favorite-row span {
  display: grid;
  justify-items: center;
  gap: 8px;
  color: var(--app-muted);
  font-size: 11px;
  font-weight: 900;
}

.sms-history-head {
  margin-top: 28px;
}

.sms-transaction-list {
  display: grid;
  gap: 10px;
}

.sms-transaction-list article {
  min-height: 76px;
  padding: 14px;
}

.sms-transaction-list article b {
  flex: 0 0 auto;
  margin-left: auto;
  max-width: 96px;
  text-align: right;
  font-size: 15px;
  font-weight: 950;
}

.sms-back-link {
  display: inline-flex;
  align-items: center;
  margin: 6px 0 26px;
  color: var(--app-ink);
  font-size: 17px;
  font-weight: 950;
}

.sms-payment-layout,
.sms-profile-layout {
  display: grid;
  gap: 18px;
}

.sms-amount-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 14px 0 28px;
}

.sms-amount-grid button {
  min-height: 86px;
  color: var(--app-ink);
  font-size: 22px;
  font-weight: 950;
}

.sms-amount-grid button.active {
  color: var(--app-orange);
  border-color: var(--app-orange);
  background: #fff5ed;
}

.sms-method-list {
  display: grid;
  gap: 12px;
}

.sms-method-list button {
  min-height: 76px;
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  color: var(--app-ink);
  text-align: left;
}

.sms-method-list button.active {
  border-color: var(--app-orange);
  background: #fff8f2;
}

.sms-method-list button > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--app-soft);
  font-weight: 950;
}

.sms-method-list strong,
.sms-method-list small {
  display: block;
}

.sms-method-list strong {
  font-size: 15px;
  font-weight: 950;
}

.sms-method-list small {
  margin-top: 3px;
  color: var(--app-muted);
  font-size: 12px;
  font-weight: 850;
}

.sms-payment-summary {
  padding: 18px;
}

.sms-summary-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--app-line);
  padding: 15px 0;
}

.sms-summary-line.total {
  border-bottom: 0;
}

.sms-summary-line.total strong {
  color: var(--app-orange);
}

.sms-payment-summary p {
  margin: 12px 0 0;
  color: var(--app-muted);
  font-size: 12px;
  font-weight: 800;
}

.sms-payment-history {
  margin-top: 24px;
}

.sms-payment-history article {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 14px;
  margin-top: 10px;
  padding: 14px;
}

.sms-payment-history span {
  color: var(--app-muted);
  font-size: 12px;
  font-weight: 800;
}

.sms-profile-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 68px 1fr;
  align-items: center;
  gap: 15px;
  min-height: 142px;
  border-radius: 32px;
  padding: 20px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 20%, rgba(255, 181, 101, .46), transparent 32%),
    linear-gradient(145deg, #141529, #23243b 58%, #ff7717 145%);
  box-shadow: 0 24px 52px rgba(17, 18, 37, .2);
}

.sms-profile-hero:after {
  content: "";
  position: absolute;
  right: -44px;
  bottom: -54px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(255, 119, 23, .24);
}

.sms-profile-avatar {
  position: relative;
  z-index: 1;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background: linear-gradient(145deg, var(--app-orange), var(--app-orange-2));
  box-shadow: 0 18px 34px rgba(255, 119, 23, .28);
  font-size: 20px;
  font-weight: 950;
}

.sms-profile-hero > div:last-child {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.sms-profile-hero small,
.sms-profile-hero p {
  color: rgba(255, 255, 255, .68);
  font-weight: 850;
}

.sms-profile-hero small {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
}

.sms-profile-hero h1 {
  overflow: hidden;
  margin: 0;
  color: #fff;
  font-size: 25px;
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -.035em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sms-profile-hero p {
  overflow: hidden;
  margin: 7px 0 0;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sms-profile-kpis {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 14px 0 18px;
}

.sms-profile-kpis a {
  min-height: 86px;
  display: grid;
  align-content: center;
  gap: 5px;
  border: 1px solid var(--app-line);
  border-radius: 24px;
  padding: 16px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 16px 36px rgba(17, 18, 37, .07);
}

.sms-profile-kpis span {
  color: var(--app-muted);
  font-size: 12px;
  font-weight: 900;
}

.sms-profile-kpis strong {
  color: var(--app-ink);
  font-size: 22px;
  line-height: 1;
  font-weight: 950;
}

.sms-profile-menu {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 10px;
  overflow-x: auto;
  margin: 0 -20px;
  padding: 0 20px 6px;
}

.sms-profile-menu a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  border-radius: 18px;
  padding: 0 16px;
  color: var(--app-muted);
  background: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
}

.sms-profile-menu a.active {
  color: var(--app-orange);
  background: #fff1e7;
}

.sms-profile-content {
  display: grid;
  gap: 14px;
}

.sms-profile-card {
  padding: 20px;
}

.sms-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.sms-card-head span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--app-orange);
  background: #fff1e7;
}

.sms-card-head svg {
  width: 21px;
  height: 21px;
  stroke-width: 2.2;
}

.sms-profile-card h2 {
  margin: 0;
  font-size: 23px;
}

.sms-profile-card dl {
  margin: 0;
}

.sms-profile-card dl div {
  border-bottom: 1px solid var(--app-line);
  padding: 14px 0;
}

.sms-profile-card dt {
  color: var(--app-muted);
  font-size: 12px;
  font-weight: 900;
}

.sms-profile-card dd {
  margin: 5px 0 0;
  font-size: 16px;
  font-weight: 950;
}

.number-bottom-nav {
  position: fixed;
  left: 50%;
  bottom: max(12px, env(safe-area-inset-bottom));
  z-index: 90;
  width: min(386px, calc(100% - 28px));
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  border: 1px solid rgba(226, 232, 242, .8);
  border-radius: 30px;
  padding: 9px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 -18px 48px rgba(17, 18, 37, .15);
  backdrop-filter: blur(24px) saturate(170%);
  transform: translateX(-50%);
}

.number-bottom-nav a {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 5px;
  color: var(--app-muted);
  font-size: 10.5px;
  font-weight: 950;
  letter-spacing: -.01em;
}

.number-bottom-nav span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--app-soft);
  color: #8d95a6;
  transition: transform .18s ease, color .18s ease, background .18s ease, box-shadow .18s ease;
}

.number-bottom-nav em {
  font-style: normal;
}

.number-bottom-nav svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.15;
}

.number-bottom-nav a.active {
  color: var(--app-ink);
}

.number-bottom-nav a.active span {
  color: #fff;
  background: linear-gradient(145deg, #15162a, #252744);
  box-shadow: 0 12px 26px rgba(17, 18, 37, .25);
  transform: translateY(-2px);
}

.number-bottom-nav a.active:after {
  content: "";
  position: absolute;
  top: -4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--app-orange);
}

.number-drawer,
.number-auth-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  pointer-events: none;
}

.number-drawer.open,
.number-auth-modal.open {
  pointer-events: auto;
}

.number-drawer-backdrop,
.number-auth-backdrop {
  position: absolute;
  inset: 0;
  display: block;
  background: rgba(7, 9, 18, .36);
  opacity: 0;
  transition: opacity .18s ease;
  backdrop-filter: blur(5px);
}

.number-drawer.open .number-drawer-backdrop,
.number-auth-modal.open .number-auth-backdrop {
  opacity: 1;
}

.number-drawer-panel,
.number-auth-sheet {
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: min(410px, calc(100% - 20px));
  max-height: calc(100svh - 22px);
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 32px;
  padding: 22px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 -24px 68px rgba(17, 18, 37, .26);
  transform: translate(-50%, 110%);
  transition: transform .22s cubic-bezier(.2, .8, .2, 1);
}

.number-drawer.open .number-drawer-panel,
.number-auth-modal.open .number-auth-sheet {
  transform: translate(-50%, 0);
}

.number-drawer-close,
.number-auth-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--app-soft);
  color: var(--app-ink);
  font-size: 22px;
  font-weight: 900;
}

.number-drawer-lang {
  display: inline-flex;
  border-radius: 999px;
  padding: 8px 12px;
  background: #fff5ed;
  color: var(--app-orange);
  font-size: 12px;
  font-weight: 950;
}

.number-drawer-panel h2,
.number-auth-panel h2 {
  margin: 16px 0 14px;
  font-size: 28px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.035em;
}

.number-drawer-panel > a {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--app-line);
  color: var(--app-ink);
  font-weight: 900;
}

.number-drawer-panel > a.active {
  color: var(--app-orange);
}

.number-drawer-links {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.number-drawer-links a {
  color: var(--app-muted);
  font-size: 12px;
  font-weight: 850;
}

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

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

.number-auth-panel p,
.number-auth-switch {
  color: var(--app-muted);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 750;
}

.number-auth-panel label {
  display: block;
  margin: 14px 0 7px;
  color: var(--app-muted);
  font-size: 12px;
  font-weight: 900;
}

.number-field-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.number-human-check {
  height: 54px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  border: 1px solid var(--app-line);
  border-radius: 18px;
  padding: 0 14px;
  background: var(--app-soft);
}

.number-human-check span {
  min-width: 74px;
  display: inline-flex;
  justify-content: center;
  border-radius: 13px;
  padding: 8px 10px;
  color: #fff;
  background: linear-gradient(145deg, var(--app-ink), #252840);
  font-size: 13px;
  font-weight: 950;
}

.number-human-check .number-input {
  height: 44px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.number-input {
  height: 54px;
  border: 1px solid var(--app-line);
  border-radius: 18px;
  padding: 0 14px;
  background: var(--app-soft);
}

.number-auth-links {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  color: var(--app-orange);
  font-size: 13px;
  font-weight: 900;
}

.number-auth-switch a {
  color: var(--app-orange);
  font-weight: 950;
}

.number-drawer-panel {
  padding: 16px;
  background:
    radial-gradient(circle at 86% 0%, rgba(255, 119, 23, .18), transparent 34%),
    rgba(255, 255, 255, .98);
}

.number-drawer-profile {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  border: 1px solid var(--app-line);
  border-radius: 24px;
  padding: 12px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 14px 32px rgba(17, 18, 37, .08);
}

.number-drawer-profile img {
  width: 48px;
  height: 48px;
  border-radius: 17px;
  object-fit: cover;
  background: #111225;
}

.number-drawer-profile small,
.number-drawer-profile strong {
  display: block;
}

.number-drawer-profile small {
  color: var(--app-muted);
  font-size: 11px;
  font-weight: 900;
}

.number-drawer-profile strong {
  overflow: hidden;
  color: var(--app-ink);
  font-size: 15px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.number-drawer-profile > b,
.drawer-pill {
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--app-orange);
  background: #fff1e7;
  font-size: 12px;
  font-weight: 950;
}

.number-drawer-nav {
  display: grid;
  gap: 8px;
}

.number-drawer-nav > a {
  min-height: 64px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 9px 10px;
  background: rgba(246, 248, 252, .82);
  color: var(--app-ink);
  font-weight: 950;
}

.number-drawer-nav > a.active {
  border-color: rgba(255, 119, 23, .2);
  background: #fff5ed;
}

.number-drawer-nav > a > span:not(.drawer-icon) {
  min-width: 0;
}

.number-drawer-nav strong,
.number-drawer-nav small {
  display: block;
}

.number-drawer-nav small {
  margin-top: 3px;
  overflow: hidden;
  color: var(--app-muted);
  font-size: 11px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.drawer-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #8d95a6;
  background: #eef2f8;
}

.number-drawer-nav a.active .drawer-icon {
  color: #fff;
  background: linear-gradient(145deg, var(--app-orange), #ff9142);
  box-shadow: 0 12px 26px rgba(255, 119, 23, .24);
}

.drawer-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.number-drawer-links {
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 14px;
  border-top: 1px solid var(--app-line);
  padding-top: 12px;
}

.number-drawer-links a {
  min-height: 38px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(246, 248, 252, .8);
  text-align: center;
}

.drawer-danger {
  width: 100%;
  min-height: 48px;
  margin-top: 12px;
  border: 1px solid #ffd1d1;
  border-radius: 18px;
  color: var(--app-red);
  background: #fff7f7;
  font-size: 13px;
  font-weight: 950;
}

.sms-page-hero {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 135, 52, .42), transparent 36%),
    linear-gradient(145deg, #141529, #22243b 62%, #70331f);
  box-shadow: 0 22px 50px rgba(17, 18, 37, .18);
}

.sms-page-hero.compact {
  min-height: 164px;
  display: grid;
  align-content: end;
  margin-bottom: 16px;
}

.sms-page-hero span {
  width: fit-content;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .9);
  font-size: 12px;
  font-weight: 900;
}

.sms-page-hero h1 {
  margin: 16px 0 8px;
  font-size: 32px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.045em;
}

.sms-page-hero p {
  max-width: 300px;
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 800;
}

.sms-card-head.tight {
  margin-bottom: 12px;
}

.sms-card-head p {
  margin: 4px 0 0;
  color: var(--app-muted);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
}

.sms-wallet-card {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  border-radius: 24px;
  padding: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 119, 23, .42), transparent 34%),
    linear-gradient(145deg, #15162a, #24263f);
  box-shadow: 0 20px 42px rgba(17, 18, 37, .16);
}

.sms-wallet-card span {
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  font-weight: 900;
}

.sms-wallet-card strong {
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
}

.sms-wallet-card code {
  overflow-wrap: anywhere;
  border-radius: 16px;
  padding: 12px;
  color: rgba(255, 255, 255, .82);
  background: rgba(255, 255, 255, .1);
  font-size: 12px;
}

.sms-wallet-card button {
  min-height: 46px;
  border: 0;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(145deg, var(--app-orange), #ff9142);
  font-size: 13px;
  font-weight: 950;
}

.sms-payment-left,
.sms-payment-summary,
.sms-payment-history,
.sms-profile-card,
.sms-active-number,
.sms-transaction-list article,
.sms-payment-history article {
  border-radius: 24px;
}

.sms-payment-left,
.sms-profile-card {
  border: 1px solid var(--app-line);
  padding: 18px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 14px 34px rgba(17, 18, 37, .06);
}

.sms-amount-grid {
  gap: 9px;
  margin: 10px 0 0;
}

.sms-amount-grid button {
  min-height: 58px;
  border: 1px solid var(--app-line);
  border-radius: 18px;
  background: #fff;
  color: var(--app-ink);
  font-size: 16px;
  box-shadow: 0 10px 24px rgba(17, 18, 37, .04);
}

.sms-payment-summary {
  background: #fff;
}

.sms-history-head.compact {
  align-items: center;
  margin: 0 0 12px;
}

.sms-history-head.compact span {
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--app-muted);
  background: var(--app-soft);
  font-size: 12px;
  font-weight: 900;
}

.sms-payment-history article,
.sms-transaction-list article {
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  border: 1px solid var(--app-line);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 12px 30px rgba(17, 18, 37, .05);
}

.sms-payment-history article {
  display: grid;
  gap: 4px 12px;
}

.sms-payment-history article b,
.sms-transaction-list article b {
  color: var(--app-ink);
}

.sms-payment-history article em {
  grid-column: 2 / -1;
  justify-self: start;
}

.sms-payment-history article strong,
.sms-payment-history article small {
  display: block;
}

.sms-payment-history article small {
  margin-top: 3px;
}

.sms-payment-icon,
.status-pill {
  display: inline-grid;
  place-items: center;
}

.sms-payment-icon {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  color: #fff;
  background: var(--app-ink);
  font-size: 12px;
  font-weight: 950;
}

.status-pill {
  min-height: 26px;
  border-radius: 999px;
  padding: 0 9px;
  color: #9a5b0d;
  background: #fff5d6;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
}

.status-pill.approved,
.status-pill.code_received {
  color: #067647;
  background: #dcfae6;
}

.status-pill.rejected,
.status-pill.cancelled,
.status-pill.expired {
  color: #b42318;
  background: #fef3f2;
}

.sms-empty-state.small {
  min-height: 140px;
}

.sms-profile-kpis.three {
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.sms-profile-kpis.three a {
  min-height: 78px;
  border-radius: 20px;
  padding: 13px 10px;
}

.sms-profile-kpis.three strong {
  font-size: 18px;
}

.sms-settings-form {
  display: grid;
  gap: 10px;
}

.sms-settings-form label {
  color: var(--app-muted);
  font-size: 12px;
  font-weight: 900;
}

.sms-settings-form .number-primary-btn,
.sms-settings-form .sms-btn {
  margin-top: 4px;
}

.sms-settings-form .sms-btn-outline {
  min-height: 56px;
  border: 1px solid var(--app-line);
  border-radius: 18px;
  color: var(--app-ink) !important;
  background: #fff;
  box-shadow: 0 12px 26px rgba(17, 18, 37, .05);
}

.sms-settings-form .sms-btn-outline:active {
  transform: translateY(1px);
}

.sms-session-list {
  display: grid;
  gap: 8px;
}

.sms-session-list div {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--app-line);
  border-radius: 17px;
  padding: 0 13px;
  background: var(--app-soft);
}

.sms-session-list span {
  color: var(--app-muted);
  font-size: 12px;
  font-weight: 900;
}

.sms-session-list strong {
  color: var(--app-ink);
  font-size: 13px;
  font-weight: 950;
}

.sms-order-page {
  padding: 12px 0 16px;
}

.sms-order-hero {
  position: relative;
  overflow: hidden;
  min-height: 168px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 104px;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 32px;
  padding: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 24%, rgba(255, 184, 112, .44), transparent 34%),
    linear-gradient(145deg, #15162a, #252743 58%, #ff7717 150%);
  box-shadow: 0 24px 54px rgba(17, 18, 37, .16);
}

.sms-order-hero:before {
  content: "";
  position: absolute;
  inset: auto -58px -84px auto;
  width: 188px;
  height: 188px;
  border-radius: 50%;
  background: rgba(255, 119, 23, .25);
  filter: blur(4px);
  animation: appFloat 5.6s ease-in-out infinite;
}

.sms-order-eyebrow {
  display: inline-flex;
  border-radius: 999px;
  padding: 8px 11px;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  font-size: 12px;
  font-weight: 950;
  backdrop-filter: blur(14px);
}

.sms-order-hero h1 {
  position: relative;
  z-index: 1;
  margin: 14px 0 7px;
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.04em;
}

.sms-order-hero p {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 250px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.48;
  font-weight: 750;
}

.sms-order-orb {
  position: relative;
  z-index: 1;
  width: 94px;
  height: 94px;
  display: grid;
  place-items: center;
  border-radius: 30px;
  background: rgba(255, 255, 255, .12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
  backdrop-filter: blur(16px);
}

.sms-order-orb i {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .18);
  animation: appOrderOrbit 3.4s ease-in-out infinite;
}

.sms-order-orb i:nth-child(1) {
  width: 42px;
  height: 42px;
}

.sms-order-orb i:nth-child(2) {
  width: 64px;
  height: 64px;
  animation-delay: .18s;
}

.sms-order-orb i:nth-child(3) {
  width: 84px;
  height: 84px;
  animation-delay: .36s;
}

.sms-order-orb b {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--app-ink);
  background: #fff;
  font-size: 24px;
  font-weight: 950;
  box-shadow: 0 16px 32px rgba(0, 0, 0, .18);
}

.sms-order-flow {
  padding-top: 6px;
}

.sms-order-flow .app-flow-head {
  align-items: center;
}

.sms-order-catalog-card {
  background:
    radial-gradient(circle at 94% 10%, rgba(255, 119, 23, .08), transparent 30%),
    rgba(255, 255, 255, .92);
}

.sms-order-confirm-card {
  overflow: hidden;
  min-height: 590px;
}

.app-primary-action,
.app-primary-action:visited,
.sms-order-confirm-card .app-primary-action {
  color: #fff !important;
}

.app-order-panel {
  overflow: hidden;
}

.app-order-glow {
  position: absolute;
  top: 54px;
  left: 50%;
  z-index: 0;
  width: 188px;
  height: 188px;
  margin: 0;
  pointer-events: none;
  transform: translateX(-50%);
}

.app-order-glow span {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(.92);
  background: rgba(255, 119, 23, .12);
  animation: appOrderRing 2.8s ease-in-out infinite;
}

.app-order-summary {
  z-index: 2;
  padding-top: 108px;
}

.app-order-icon {
  position: relative;
  z-index: 3;
  background: rgba(255, 255, 255, .96);
}

.app-back-btn.floating {
  z-index: 5;
}

.sms-balance-card:before,
.sms-balance-card:after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.sms-balance-card:before {
  inset: -40% auto -40% -45%;
  width: 52%;
  transform: rotate(16deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .34), transparent);
  animation: appBalanceSweep 4.6s ease-in-out infinite;
}

.sms-balance-card:after {
  right: 24px;
  bottom: 20px;
  width: 74px;
  height: 38px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 18% 50%, rgba(255,255,255,.9) 0 5px, transparent 6px),
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.58) 0 4px, transparent 5px),
    radial-gradient(circle at 78% 50%, rgba(255,255,255,.36) 0 3px, transparent 4px),
    rgba(255, 255, 255, .12);
  animation: appBalanceFloat 3.8s ease-in-out infinite;
}

.sms-balance-card > * {
  position: relative;
  z-index: 1;
}

[data-detail-open] {
  cursor: pointer;
}

.number-detail-modal {
  position: fixed;
  inset: 0;
  z-index: 12500;
  pointer-events: none;
}

.number-detail-modal.open {
  pointer-events: auto;
}

.number-detail-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(7, 9, 18, .38);
  opacity: 0;
  backdrop-filter: blur(6px);
  transition: opacity .18s ease;
}

.number-detail-modal.open .number-detail-backdrop {
  opacity: 1;
}

.number-detail-sheet {
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: min(410px, calc(100% - 20px));
  max-height: calc(100svh - 28px);
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 32px;
  padding: 22px;
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 119, 23, .15), transparent 32%),
    rgba(255, 255, 255, .98);
  box-shadow: 0 -24px 68px rgba(17, 18, 37, .26);
  transform: translate(-50%, 110%);
  transition: transform .22s cubic-bezier(.2, .8, .2, 1);
}

.number-detail-modal.open .number-detail-sheet {
  transform: translate(-50%, 0);
}

.number-detail-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--app-ink);
  background: var(--app-soft);
  font-size: 22px;
  font-weight: 900;
}

.number-detail-kicker {
  display: inline-flex;
  border-radius: 999px;
  padding: 8px 11px;
  color: var(--app-orange);
  background: #fff1e7;
  font-size: 12px;
  font-weight: 950;
}

.number-detail-sheet h2 {
  margin: 14px 44px 6px 0;
  color: var(--app-ink);
  font-size: 27px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.035em;
}

.number-detail-sheet p {
  margin: 0 0 16px;
  color: var(--app-muted);
  font-size: 13px;
  font-weight: 850;
}

.number-detail-sheet dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.number-detail-sheet dl div {
  min-height: 50px;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  border: 1px solid var(--app-line);
  border-radius: 17px;
  padding: 10px 12px;
  background: var(--app-soft);
}

.number-detail-sheet dt,
.number-detail-sheet dd {
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
}

.number-detail-sheet dt {
  color: var(--app-muted);
  font-size: 12px;
  font-weight: 900;
}

.number-detail-sheet dd {
  color: var(--app-ink);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 950;
}

.sms-info-page {
  display: grid;
  gap: 18px;
  padding: 14px 0 20px;
}

.sms-info-hero {
  position: relative;
  overflow: hidden;
  min-height: 278px;
  display: grid;
  align-content: end;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 32px;
  padding: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 179, 102, .48), transparent 34%),
    linear-gradient(145deg, #15162a, #242640 58%, #8b4128);
  box-shadow: 0 24px 54px rgba(17, 18, 37, .16);
}

.sms-info-hero:before {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -94px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 119, 23, .28);
  filter: blur(3px);
  animation: appFloat 5.6s ease-in-out infinite;
}

.sms-info-hero > * {
  position: relative;
  z-index: 1;
}

.sms-info-hero span {
  width: fit-content;
  border-radius: 999px;
  padding: 8px 12px;
  color: #fff;
  background: rgba(255, 255, 255, .13);
  font-size: 12px;
  font-weight: 950;
}

.sms-info-hero h1 {
  max-width: 660px;
  margin: 16px 0 10px;
  font-size: 36px;
  line-height: .98;
  font-weight: 950;
  letter-spacing: -.045em;
}

.sms-info-hero p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.52;
  font-weight: 800;
}

.sms-info-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 22px;
}

.sms-doc-grid,
.sms-help-grid {
  display: grid;
  gap: 12px;
}

.sms-doc-card,
.sms-api-console,
.sms-faq-list {
  border: 1px solid var(--app-line);
  border-radius: 26px;
  padding: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 16px 38px rgba(17, 18, 37, .07);
}

.sms-doc-card.metric {
  min-height: 132px;
  display: grid;
  align-content: center;
}

.sms-doc-card.metric span {
  color: var(--app-ink);
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.035em;
}

.sms-doc-card h2,
.sms-api-console h2,
.sms-faq-list h2 {
  margin: 0;
  color: var(--app-ink);
  font-size: 22px;
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -.025em;
}

.sms-doc-card strong {
  margin-top: 7px;
  color: var(--app-orange);
  font-size: 13px;
  font-weight: 950;
}

.sms-doc-card p,
.sms-faq-list p {
  margin: 10px 0 0;
  color: var(--app-muted);
  font-size: 13px;
  line-height: 1.52;
  font-weight: 800;
}

.sms-endpoint-list {
  display: grid;
  gap: 9px;
  margin-top: 16px;
}

.sms-endpoint-group {
  padding: 12px 4px 4px;
  color: var(--app-muted);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.sms-endpoint-list article {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 6px 10px;
  align-items: center;
  border: 1px solid var(--app-line);
  border-radius: 18px;
  padding: 13px;
  background: var(--app-soft);
}

.sms-endpoint-list b {
  width: 52px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: var(--app-ink);
  font-size: 11px;
  font-weight: 950;
}

.sms-endpoint-list code {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--app-ink);
  font-size: 13px;
  font-weight: 950;
}

.sms-endpoint-list span {
  grid-column: 2;
  color: var(--app-muted);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
}

.sms-help-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(145deg, var(--app-orange), #ff9142);
  box-shadow: 0 14px 30px rgba(255, 119, 23, .2);
}

.sms-help-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sms-faq-list {
  display: grid;
  gap: 10px;
}

.sms-faq-list details {
  border: 1px solid var(--app-line);
  border-radius: 18px;
  padding: 14px;
  background: var(--app-soft);
}

.sms-faq-list summary {
  cursor: pointer;
  color: var(--app-ink);
  font-size: 14px;
  font-weight: 950;
}

.sms-summary-benefits,
.sms-api-band,
.sms-faq,
.sms-section,
.sms-hero,
.sms-order-shell,
.sms-breadcrumb,
.sms-list-footer,
.number-mobile-back,
.sms-wait-card,
.sms-empty-wide {
  display: none;
}

@keyframes appPulse {
  0%, 100% { transform: scale(.92); opacity: .72; }
  50% { transform: scale(1.08); opacity: 1; }
}

@keyframes appFloat {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(-8px, 12px, 0) scale(1.04); }
}

@keyframes appHeroGlow {
  0%, 100% { transform: translate3d(0, 0, 0) scale(.96); opacity: .62; }
  50% { transform: translate3d(-14px, 10px, 0) scale(1.08); opacity: .92; }
}

@keyframes appHeroTilt {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

@keyframes appStatLift {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}

@keyframes appButtonShine {
  0%, 42% { left: -62%; opacity: 0; }
  55% { opacity: .85; }
  100% { left: 118%; opacity: 0; }
}

@keyframes appSpark {
  0%, 100% { transform: translate3d(0, 0, 0); opacity: .45; }
  50% { transform: translate3d(16px, -10px, 0); opacity: 1; }
}

@keyframes appDotFlow {
  0%, 100% { transform: translateY(0); opacity: .42; }
  50% { transform: translateY(-3px); opacity: 1; }
}

@keyframes appScan {
  0% { left: -48%; opacity: 0; }
  18% { opacity: .85; }
  62%, 100% { left: 112%; opacity: 0; }
}

@keyframes appCodePop {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-1px); }
}

@keyframes appToastIn {
  from { transform: translateY(-12px) scale(.98); opacity: 0; }
  to { transform: translateY(0) scale(1); opacity: 1; }
}

@keyframes appToastOut {
  to { transform: translateY(-10px) scale(.98); opacity: 0; }
}

@keyframes appOrderOrbit {
  0%, 100% { transform: scale(.94); opacity: .46; }
  50% { transform: scale(1.06); opacity: .82; }
}

@keyframes appOrderRing {
  0%, 100% { transform: translate(-50%, -50%) scale(.9); opacity: .36; }
  50% { transform: translate(-50%, -50%) scale(1.07); opacity: .68; }
}

@keyframes appBalanceSweep {
  0%, 44% { left: -54%; opacity: 0; }
  58% { opacity: .88; }
  100% { left: 115%; opacity: 0; }
}

@keyframes appBalanceFloat {
  0%, 100% { transform: translateY(0); opacity: .74; }
  50% { transform: translateY(-5px); opacity: 1; }
}

@keyframes appRing {
  0%, 100% { transform: scale(.92); opacity: .42; }
  50% { transform: scale(1.08); opacity: .74; }
}

@media (max-width: 374px) {
  .wide-container {
    padding-inline: 16px;
  }

  .sms-brand-image {
    max-width: 146px;
  }

  .sms-brand-logo {
    width: min(146px, 44vw);
    max-height: 48px;
  }

  .is-authenticated .sms-brand-image {
    max-width: 146px;
  }

  .is-authenticated .sms-brand-logo {
    width: min(146px, 44vw);
  }

  .app-hero-card h1 {
    font-size: 30px;
  }

  .number-bottom-nav {
    width: calc(100% - 20px);
  }
}

.sms-funds-page .sms-page-hero.compact {
  min-height: 112px;
  align-content: center;
  margin-bottom: 12px;
  padding: 18px;
  border-radius: 24px;
}

.sms-funds-page .sms-page-hero span {
  padding: 7px 10px;
  font-size: 11px;
}

.sms-funds-page .sms-page-hero h1 {
  margin: 10px 0 5px;
  font-size: 27px;
  line-height: 1.02;
}

.sms-funds-page .sms-page-hero p {
  max-width: 330px;
  font-size: 12px;
  line-height: 1.4;
}

.sms-funds-page .sms-wallet-card {
  margin-top: 12px;
  gap: 7px;
  border-radius: 20px;
  padding: 14px;
  box-shadow: 0 16px 34px rgba(17, 18, 37, .13);
}

.sms-funds-page .sms-wallet-card span {
  font-size: 11px;
}

.sms-funds-page .sms-wallet-card strong {
  font-size: 20px;
}

.sms-funds-page .sms-wallet-card code {
  padding: 10px;
  border-radius: 14px;
  font-size: 11px;
}

.sms-funds-page .sms-wallet-card button {
  min-height: 42px;
  border-radius: 14px;
}

.number-policy-modal {
  position: fixed;
  inset: 0;
  z-index: 12600;
  pointer-events: none;
}

.number-policy-modal.open {
  pointer-events: auto;
}

.number-policy-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  opacity: 0;
  background: rgba(7, 9, 18, .42);
  backdrop-filter: blur(7px);
  transition: opacity .18s ease;
}

.number-policy-modal.open .number-policy-backdrop {
  opacity: 1;
}

.number-policy-sheet {
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: min(430px, calc(100% - 20px));
  max-height: calc(100svh - 28px);
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 32px;
  padding: 22px;
  background:
    radial-gradient(circle at 92% 0%, rgba(255, 119, 23, .16), transparent 34%),
    rgba(255, 255, 255, .985);
  box-shadow: 0 -24px 68px rgba(17, 18, 37, .28);
  transform: translate(-50%, 110%);
  transition: transform .22s cubic-bezier(.2, .8, .2, 1);
}

.number-policy-modal.open .number-policy-sheet {
  transform: translate(-50%, 0);
}

.number-policy-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--app-ink);
  background: var(--app-soft);
  font-size: 22px;
  font-weight: 900;
}

.number-policy-sheet h2 {
  margin: 14px 44px 12px 0;
  color: var(--app-ink);
  font-size: 27px;
  line-height: 1;
  font-weight: 950;
}

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

.number-policy-copy p {
  margin: 0;
  border: 1px solid var(--app-line);
  border-radius: 18px;
  padding: 13px 14px;
  color: var(--app-muted);
  background: var(--app-soft);
  font-size: 13px;
  line-height: 1.48;
  font-weight: 850;
}

@media (min-width: 768px) {
  body.number-shell {
    width: min(100%, 1120px);
  }

  body.number-shell header.wide-container,
  body.number-shell main.wide-container {
    padding-inline: clamp(28px, 4vw, 42px);
  }

  .sms-header {
    height: 88px;
    gap: 16px;
  }

  .sms-brand-image,
  .is-authenticated .sms-brand-image {
    flex: 0 1 auto;
    max-width: 230px;
  }

  .sms-brand-logo,
  .is-authenticated .sms-brand-logo {
    width: min(230px, 28vw);
    max-height: 62px;
  }

  .sms-header-actions {
    gap: 10px;
    margin-left: auto;
    padding-right: 0;
  }

  .sms-balance {
    min-width: 104px;
    min-height: 48px;
    border-radius: 18px;
    font-size: 15px;
  }

  .sms-menu-toggle {
    position: static;
    width: 48px;
    height: 48px;
    border-radius: 18px;
    color: var(--app-ink);
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 14px 30px rgba(17, 18, 37, .08);
  }

  .sms-menu-toggle svg {
    width: 21px;
    height: 21px;
  }

  .app-home,
  .sms-order-page,
  .app-flow,
  .sms-mobile-board,
  .sms-funds-page,
  .sms-profile-page {
    padding-inline: 0;
  }

  .app-hero-card {
    min-height: 386px;
    padding: 36px 40px;
  }

  .app-hero-card h1 {
    max-width: 720px;
    margin-top: 34px;
    font-size: 52px;
  }

  .app-hero-card p {
    max-width: 650px;
    font-size: 16px;
  }

  .app-code-preview {
    min-height: 88px;
    margin: 28px 0;
    padding: 18px 20px;
  }

  .app-code-preview strong {
    font-size: 34px;
  }

  .app-stat-strip span {
    min-height: 104px;
  }

  .app-stat-strip strong {
    font-size: 28px;
  }

  .app-stat-strip i {
    width: 34px;
    height: 34px;
    border-radius: 14px;
  }

  .app-service-rail a {
    flex-basis: calc((100% - 30px) / 4);
    min-height: 142px;
  }

  .app-flow-head h2 {
    font-size: 38px;
  }

  .app-panel {
    padding: 18px;
  }

  .app-panel-list {
    max-height: min(66svh, 690px);
  }

  .number-design-row {
    min-height: 78px;
    padding: 12px 14px;
  }

  .number-row-main > img,
  .sms-summary-pick img,
  .app-selected-card img,
  .number-flag-fallback,
  .number-service-icon {
    width: 48px;
    height: 48px;
    border-radius: 18px;
  }

  .number-row-main > span:last-child > span:first-child {
    font-size: 15px;
  }

  .number-row-stock {
    min-width: 76px;
  }

  .number-price {
    min-width: 68px;
    padding: 9px 11px;
  }

  .sms-order-hero {
    min-height: 210px;
    grid-template-columns: minmax(0, 1fr) 130px;
    padding: 28px;
  }

  .sms-order-hero h1 {
    font-size: 46px;
  }

  .sms-order-hero p {
    max-width: 560px;
    font-size: 15px;
  }

  .sms-order-orb {
    width: 116px;
    height: 116px;
  }

  .sms-order-confirm-card {
    min-height: 620px;
  }

  .sms-payment-layout {
    grid-template-columns: minmax(0, 1fr) 330px;
    align-items: start;
  }

  .sms-profile-layout {
    grid-template-columns: 240px minmax(0, 1fr);
    align-items: start;
  }

  .sms-profile-menu {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    margin: 0;
    padding: 0;
  }

  .sms-mobile-board {
    max-width: 760px;
    margin-inline: auto;
  }

  .number-bottom-nav {
    width: min(720px, calc(100% - 40px));
  }

  .number-drawer-panel,
  .number-auth-sheet,
  .number-detail-sheet,
  .number-policy-sheet {
    width: min(520px, calc(100% - 32px));
  }
}

@media (min-width: 1024px) {
  html {
    background:
      radial-gradient(circle at 9% 4%, rgba(255, 119, 23, .22), transparent 26%),
      radial-gradient(circle at 86% 8%, rgba(255, 155, 69, .18), transparent 26%),
      linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%);
  }

  body.number-shell {
    width: 100%;
    min-height: 100vh;
    background:
      linear-gradient(rgba(221, 228, 239, .36) 1px, transparent 1px),
      linear-gradient(90deg, rgba(221, 228, 239, .36) 1px, transparent 1px),
      linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(246, 248, 252, .98) 54%, #fff);
    background-size: 36px 36px, 36px 36px, 100% 100%;
    box-shadow: none;
  }

  body.number-shell header.wide-container,
  body.number-shell main.wide-container {
    width: min(100%, 1500px);
    margin-inline: auto;
    padding-inline: clamp(34px, 4.6vw, 64px);
  }

  body.number-shell header.wide-container {
    width: min(calc(100% - 48px), 1500px);
    padding-inline: clamp(24px, 3.8vw, 52px);
  }

  body.number-shell main.wide-container {
    padding-bottom: 54px;
  }

  .sms-header {
    --header-control-h: 50px;
    --header-control-r: 18px;
    top: 12px;
    height: 78px;
    margin: 12px auto 0;
    border: 0;
    border-radius: 30px;
    padding-block: 0;
    background: transparent;
    overflow: visible;
    isolation: isolate;
    transition: box-shadow .2s ease, transform .2s ease;
  }

  .sms-header:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border: 1px solid rgba(226, 232, 242, .76);
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(255, 250, 246, .74));
    box-shadow: 0 18px 48px rgba(17, 18, 37, .07), inset 0 1px 0 rgba(255, 255, 255, .86);
    backdrop-filter: blur(24px) saturate(170%);
  }

  .is-header-scrolled .sms-header:before {
    border-color: rgba(218, 226, 240, .86);
    background: linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(247, 250, 253, .8));
    box-shadow: 0 24px 62px rgba(17, 18, 37, .13), inset 0 1px 0 rgba(255, 255, 255, .92);
  }

  .sms-header > * {
    position: relative;
    z-index: 1;
  }

  .sms-brand-image,
  .is-authenticated .sms-brand-image {
    max-width: 250px;
  }

  .sms-brand-logo,
  .is-authenticated .sms-brand-logo {
    width: min(250px, 18vw);
    max-height: 66px;
  }

  .sms-top-nav {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 48px;
    margin-inline: auto;
    border: 1px solid rgba(226, 232, 242, .9);
    border-radius: 18px;
    padding: 5px;
    background: rgba(246, 248, 252, .76);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
  }

  .sms-top-nav a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    border-radius: 13px;
    padding: 0 14px;
    color: var(--app-muted);
    font-size: 13px;
    font-weight: 950;
    white-space: nowrap;
  }

  .sms-top-nav a:hover,
  .sms-top-nav a.active,
  body.route-client-order .sms-top-nav a[href*="numara-al"] {
    color: var(--app-ink);
    background: #fff;
    box-shadow: 0 9px 22px rgba(17, 18, 37, .08);
  }

  .sms-lang,
  .sms-header .sms-btn-primary,
  .sms-header .sms-btn-soft {
    display: inline-flex !important;
  }

  .sms-header-actions form {
    display: block;
  }

  .sms-header-actions {
    gap: 10px;
    align-items: center;
  }

  .sms-header .sms-lang-current,
  .sms-header .sms-btn-primary,
  .sms-header .sms-btn-soft,
  .sms-header .sms-balance,
  .sms-header .sms-icon-btn,
  .sms-header .sms-menu-toggle {
    height: var(--header-control-h);
    min-height: var(--header-control-h);
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-color: rgba(226, 232, 242, .9);
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 12px 28px rgba(17, 18, 37, .06);
  }

  .sms-header .sms-lang-current {
    min-width: 112px;
    padding: 0 16px;
  }

  .sms-header .sms-btn-soft {
    min-width: 116px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 950;
  }

  .sms-header .sms-btn-primary {
    min-width: 142px;
    padding: 0 22px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 950;
  }

  .sms-balance {
    min-width: 128px;
    padding: 0 18px;
    font-size: 16px;
  }

  .sms-icon-btn,
  .sms-menu-toggle {
    width: var(--header-control-h);
    min-width: var(--header-control-h);
    padding: 0;
  }

  .sms-menu-toggle {
    color: #fff;
    background: linear-gradient(145deg, #15162a, #252744);
    box-shadow: 0 16px 34px rgba(17, 18, 37, .16);
  }

  .sms-header .sms-menu-toggle {
    color: #fff;
    border-color: rgba(17, 18, 37, .08);
    background: linear-gradient(145deg, #15162a, #252744);
    box-shadow: 0 16px 34px rgba(17, 18, 37, .16);
  }

  .number-bottom-nav {
    display: none;
  }

  .app-home {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 22px;
    align-items: stretch;
    padding-top: 24px;
  }

  .app-hero-card {
    min-height: 520px;
    display: grid;
    align-content: center;
    border-radius: 38px;
    padding: 42px 52px;
  }

  .app-hero-card h1 {
    max-width: 820px;
    margin-top: 48px;
    font-size: clamp(54px, 5vw, 74px);
    line-height: .96;
  }

  .app-hero-card p {
    max-width: 690px;
    font-size: 18px;
    line-height: 1.55;
  }

  .app-code-preview {
    max-width: 800px;
    min-height: 104px;
    margin: 34px 0 30px;
    border-radius: 28px;
    padding: 20px 24px;
  }

  .app-code-preview strong {
    gap: 14px;
    font-size: 42px;
  }

  .app-action-row {
    max-width: 760px;
  }

  .app-action-row a {
    min-height: 64px;
    border-radius: 22px;
    font-size: 16px;
  }

  .app-stat-strip {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    align-content: stretch;
    margin: 0;
  }

  .app-stat-strip span {
    min-height: 164px;
    align-content: center;
    border-radius: 30px;
    padding: 24px;
  }

  .app-stat-strip strong {
    font-size: 42px;
  }

  .app-stat-strip i {
    width: 42px;
    height: 42px;
    border-radius: 16px;
  }

  .app-stat-strip i:before {
    font-size: 13px;
  }

  .app-stat-strip small {
    font-size: 13px;
  }

  .app-section-title {
    grid-column: 1 / -1;
    margin-top: 8px;
  }

  .app-section-title h2 {
    font-size: 34px;
  }

  .app-service-rail {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    overflow: visible;
    padding: 0;
  }

  .app-service-rail a {
    min-height: 172px;
    border-radius: 28px;
    padding: 22px;
  }

  .app-service-rail img,
  .app-service-rail b {
    width: 56px;
    height: 56px;
    border-radius: 20px;
  }

  .app-service-rail span {
    font-size: 15px;
  }

  .app-service-rail small {
    font-size: 14px;
  }

  .sms-order-page {
    padding-top: 24px;
  }

  .sms-order-hero {
    min-height: 300px;
    grid-template-columns: minmax(0, 1fr) 180px;
    border-radius: 34px;
    padding: 42px 52px;
  }

  .sms-order-hero h1 {
    max-width: 760px;
    font-size: clamp(54px, 5vw, 72px);
  }

  .sms-order-hero p {
    max-width: 720px;
    font-size: 18px;
  }

  .sms-order-orb {
    width: 148px;
    height: 148px;
  }

  .app-flow {
    padding-top: 28px;
  }

  .app-flow-head {
    margin-bottom: 20px;
  }

  .app-flow-head h2 {
    font-size: 52px;
  }

  .app-stepper-badge {
    width: 38px;
    height: 38px;
  }

  .sms-order-catalog-card {
    padding: 22px;
  }

  .sms-order-catalog-card .app-panel-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
    max-height: min(64vh, 720px);
    padding-top: 14px;
  }

  .sms-order-catalog-card .number-section-label {
    grid-column: 1 / -1;
  }

  .sms-order-catalog-card .number-design-row {
    min-height: 86px;
    margin-bottom: 0;
    border-color: rgba(226, 232, 242, .7);
    border-radius: 24px;
    padding: 14px;
  }

  .app-selected-card {
    max-width: 720px;
    margin-bottom: 16px;
  }

  .sms-order-confirm-card {
    width: min(760px, 100%);
    min-height: 680px;
    margin-inline: auto;
    border-radius: 36px;
    padding: 38px;
  }

  .app-order-summary h3 {
    font-size: 44px;
  }

  .app-info-list {
    max-width: 520px;
    margin-inline: auto;
  }

  .sms-mobile-board {
    max-width: none;
    padding-top: 24px;
  }

  .sms-mobile-device {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
    grid-template-areas:
      "balance balance"
      "activeTitle favoriteTitle"
      "active favorite"
      "historyHead historyHead"
      "history history";
    gap: 22px;
    align-items: start;
  }

  .sms-balance-card {
    grid-area: balance;
    grid-column: 1 / -1;
    min-height: 180px;
    border-radius: 34px;
    padding: 34px;
  }

  .sms-balance-card strong {
    font-size: 56px;
  }

  .sms-balance-card a {
    right: 34px;
    top: 34px;
    min-height: 56px;
    border-radius: 20px;
    padding: 0 24px;
  }

  .sms-mobile-device > h2 {
    margin: 0 0 -6px;
    font-size: 32px;
  }

  .sms-mobile-device > h2:nth-of-type(1),
  .sms-mobile-device > [data-tab-panel="active"] {
    grid-column: auto;
  }

  .sms-mobile-device > h2:nth-of-type(2),
  .sms-favorite-row {
    grid-column: auto;
  }

  .sms-mobile-device > h2:nth-of-type(1) {
    grid-area: activeTitle;
  }

  .sms-mobile-device > [data-tab-panel="active"] {
    grid-area: active;
  }

  .sms-mobile-device > h2:nth-of-type(2) {
    grid-area: favoriteTitle;
  }

  .sms-favorite-row {
    grid-area: favorite;
  }

  .sms-active-number {
    min-height: 290px;
    border-radius: 30px;
    padding: 24px;
  }

  .sms-code-line > b {
    font-size: 36px;
  }

  .sms-favorite-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .sms-favorite-row span {
    min-height: 132px;
    justify-content: center;
    border: 1px solid var(--app-line);
    border-radius: 26px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 14px 34px rgba(17, 18, 37, .06);
  }

  .sms-history-head,
  .sms-transaction-list {
    grid-column: auto;
  }

  .sms-history-head {
    grid-area: historyHead;
  }

  .sms-transaction-list {
    grid-area: history;
  }

  .sms-transaction-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sms-transaction-list article {
    min-height: 92px;
    border-radius: 24px;
    padding: 18px;
  }

  .sms-funds-page,
  .sms-profile-page {
    padding-top: 24px;
  }

  .sms-page-hero.compact {
    min-height: 230px;
    border-radius: 34px;
    padding: 34px 40px;
  }

  .sms-page-hero h1 {
    max-width: 720px;
    font-size: clamp(48px, 4.2vw, 64px);
  }

  .sms-page-hero p {
    max-width: 680px;
    font-size: 17px;
  }

  .sms-payment-layout {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
    gap: 22px;
  }

  .sms-payment-left,
  .sms-payment-summary,
  .sms-payment-history,
  .sms-profile-card {
    border-radius: 30px;
  }

  .sms-payment-left,
  .sms-payment-summary {
    padding: 26px;
  }

  .sms-payment-history {
    margin-top: 28px;
  }

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

  .sms-history-head.compact {
    grid-column: 1 / -1;
  }

  .sms-payment-history article {
    margin-top: 0;
    padding: 18px;
  }

  .sms-profile-hero {
    min-height: 220px;
    grid-template-columns: 94px minmax(0, 1fr);
    border-radius: 34px;
    padding: 34px;
  }

  .sms-profile-avatar {
    width: 94px;
    height: 94px;
    border-radius: 30px;
    font-size: 28px;
  }

  .sms-profile-hero h1 {
    font-size: 46px;
  }

  .sms-profile-hero p {
    font-size: 16px;
  }

  .sms-profile-kpis.three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .sms-profile-kpis a {
    min-height: 120px;
    border-radius: 28px;
    padding: 24px;
  }

  .sms-profile-kpis.three strong {
    font-size: 34px;
  }

  .sms-profile-layout,
  .sms-profile-page {
    align-items: start;
  }

  .sms-profile-menu {
    width: 100%;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 10px;
    overflow: visible;
    margin: 0;
    padding: 0 0 16px;
  }

  .sms-profile-menu a {
    justify-content: center;
  }

  .sms-profile-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .sms-profile-content .sms-profile-card:last-child {
    grid-column: 1 / -1;
  }

  .sms-profile-card {
    padding: 26px;
  }

  .sms-info-page {
    gap: 24px;
    padding-top: 24px;
  }

  .sms-info-hero {
    min-height: 360px;
    border-radius: 34px;
    padding: 46px 54px;
  }

  .sms-info-hero h1 {
    max-width: 900px;
    font-size: 64px;
  }

  .sms-info-hero p {
    max-width: 760px;
    font-size: 18px;
  }

  .sms-info-actions {
    max-width: 520px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sms-doc-grid,
  .sms-help-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .sms-doc-grid.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sms-help-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sms-doc-card,
  .sms-api-console,
  .sms-faq-list {
    border-radius: 30px;
    padding: 24px;
  }

  .sms-doc-card.metric {
    min-height: 160px;
  }

  .sms-doc-card.metric span {
    font-size: 44px;
  }

  .sms-api-console .sms-card-head {
    margin-bottom: 4px;
  }

  .sms-endpoint-list article {
    grid-template-columns: 78px minmax(220px, .8fr) minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
  }

  .sms-endpoint-list b {
    width: 62px;
  }

  .sms-endpoint-list span {
    grid-column: auto;
  }

  .number-drawer-panel,
  .number-auth-sheet,
  .number-detail-sheet,
  .number-policy-sheet {
    width: min(560px, calc(100% - 40px));
  }

  .number-drawer-backdrop {
    background: rgba(7, 9, 18, .28);
    backdrop-filter: blur(9px);
  }

  .number-drawer-panel {
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: auto;
    width: min(460px, calc(100% - 48px));
    max-height: calc(100vh - 48px);
    border-radius: 30px;
    padding: 18px;
    box-shadow: 0 28px 80px rgba(17, 18, 37, .22);
    transform: translateX(calc(100% + 32px));
  }

  .number-drawer.open .number-drawer-panel {
    transform: translateX(0);
  }

  .number-drawer-nav {
    gap: 10px;
  }

  .number-drawer-nav > a {
    min-height: 72px;
    border-radius: 22px;
    padding: 11px 12px;
  }
}

@media (min-width: 1280px) {
  .app-service-rail {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1500px) {
  .sms-order-catalog-card .app-panel-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Final desktop polish: keep icon assets centered, rows stable, and wide layouts balanced. */
.app-service-rail img,
.number-row-main > img,
.sms-summary-pick img,
.app-selected-card img,
.app-order-icon img,
.sms-active-row img,
.sms-transaction-list img,
.sms-favorite-row img,
.number-drawer-profile img {
  object-fit: contain;
  object-position: center;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(226, 232, 242, .82);
}

.app-service-rail img,
.number-row-main > img,
.sms-summary-pick img,
.app-selected-card img,
.sms-active-row img,
.sms-transaction-list img,
.sms-favorite-row img {
  padding: 5px;
}

.app-order-icon img {
  padding: 8px;
}

.number-drawer-profile img {
  padding: 4px;
}

.number-design-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.number-row-main,
.number-row-main > span:last-child,
.number-row-side {
  min-width: 0;
}

.number-row-main > span:last-child > span:first-child,
.number-row-main > span:last-child > span:last-child {
  max-width: 100%;
}

.number-row-side {
  justify-content: end;
}

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

.number-row-stock,
.number-price,
.sms-balance,
.sms-code-line > b,
.sms-payment-history article b,
.sms-transaction-list article b {
  font-variant-numeric: tabular-nums;
}

.sms-card-head span,
.drawer-icon,
.sms-help-icon,
.sms-payment-icon,
.number-bottom-nav span,
.sms-icon-btn,
.sms-menu-toggle,
.number-pin-btn,
.app-back-btn {
  flex: 0 0 auto;
  place-items: center;
}

.sms-payment-history article,
.sms-transaction-list article {
  min-width: 0;
}

@media (min-width: 1024px) {
  body.number-shell header.wide-container,
  body.number-shell main.wide-container {
    width: min(100%, 1540px);
  }

  .sms-header {
    column-gap: 18px;
  }

  .sms-top-nav {
    flex: 0 1 auto;
  }

  .sms-top-nav a {
    padding-inline: 16px;
  }

  .sms-header-actions {
    flex: 0 0 auto;
  }

  .app-hero-card h1 {
    font-size: 64px;
  }

  .sms-order-hero {
    min-height: 228px;
    padding-block: 32px;
  }

  .sms-order-hero h1 {
    font-size: 60px;
  }

  .app-flow-head h2 {
    font-size: 48px;
  }

  .sms-page-hero h1 {
    font-size: 56px;
  }

  .sms-order-catalog-card .number-design-row {
    grid-template-columns: minmax(0, 1fr) minmax(122px, auto);
    gap: 16px;
  }

  .sms-order-catalog-card .number-row-main {
    gap: 13px;
  }

  .sms-order-catalog-card .number-row-main > img,
  .sms-order-catalog-card .number-flag-fallback,
  .sms-order-catalog-card .number-service-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
  }

  .sms-order-catalog-card .number-row-side {
    gap: 9px;
  }

  .sms-order-catalog-card .number-row-stock {
    min-width: 92px;
    max-width: 112px;
  }

  .sms-order-catalog-card .number-price {
    min-width: 76px;
  }

  .app-order-glow {
    top: 34px;
    width: 164px;
    height: 164px;
  }

  .app-order-summary {
    padding-top: 78px;
  }

  .app-order-icon,
  .app-order-icon img,
  .app-order-icon b {
    width: 86px;
    height: 86px;
    border-radius: 26px;
  }

  .app-order-summary h3 {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .sms-order-confirm-card {
    min-height: 600px;
  }

  .sms-order-confirm-card .app-price-card {
    margin: 18px 0 14px;
  }

  .sms-order-page.number-flow-step-order .sms-order-hero {
    min-height: 188px;
    padding: 26px 44px;
  }

  .sms-order-page.number-flow-step-order .sms-order-hero h1 {
    margin-top: 10px;
    font-size: 54px;
  }

  .sms-order-page.number-flow-step-order .sms-order-hero p {
    font-size: 16px;
  }

  .sms-order-flow.number-flow-step-order {
    padding-top: 18px;
  }

  .sms-order-flow.number-flow-step-order .app-flow-head {
    margin-bottom: 14px;
  }

  .sms-order-flow.number-flow-step-order .app-flow-head h2 {
    font-size: 44px;
  }

  .sms-order-flow.number-flow-step-order .sms-order-confirm-card {
    min-height: 540px;
    padding: 30px 38px 32px;
  }

  .sms-order-flow.number-flow-step-order .app-order-glow {
    top: 24px;
    width: 142px;
    height: 142px;
  }

  .sms-order-flow.number-flow-step-order .app-order-summary {
    padding-top: 58px;
  }

  .sms-order-flow.number-flow-step-order .app-order-icon,
  .sms-order-flow.number-flow-step-order .app-order-icon img,
  .sms-order-flow.number-flow-step-order .app-order-icon b {
    width: 78px;
    height: 78px;
    border-radius: 24px;
  }

  .sms-order-flow.number-flow-step-order .app-order-summary h3 {
    margin-top: 10px;
    font-size: 38px;
  }

  .sms-order-flow.number-flow-step-order .app-price-card {
    margin: 14px 0 12px;
    padding: 14px 16px;
  }

  .sms-order-flow.number-flow-step-order .app-info-list {
    gap: 7px;
    margin-bottom: 12px;
  }

  .sms-active-row,
  .sms-transaction-list article {
    align-items: center;
  }

  .sms-payment-history article,
  .sms-transaction-list article {
    grid-template-columns: 50px minmax(0, 1fr) auto;
  }

  .sms-favorite-row span {
    overflow: hidden;
  }
}

@media (min-width: 1024px) and (max-width: 1180px) {
  body.number-shell header.wide-container,
  body.number-shell main.wide-container {
    padding-inline: 26px;
  }

  .sms-brand-image,
  .is-authenticated .sms-brand-image {
    max-width: 200px;
  }

  .sms-brand-logo,
  .is-authenticated .sms-brand-logo {
    width: min(200px, 19vw);
  }

  .sms-top-nav {
    gap: 3px;
  }

  .sms-top-nav a {
    padding-inline: 10px;
    font-size: 12px;
  }

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

  .sms-balance {
    min-width: 104px;
    padding-inline: 14px;
  }
}

/* Number and catalog finishing pass. */
.number-flag-fallback {
  color: var(--app-ink);
  background: #fff;
  font-size: 35px;
  line-height: 1;
}

.number-country-flag {
  object-fit: contain !important;
  object-position: center;
  padding: 8px !important;
  background: #fff !important;
}

.sms-order-catalog-card .number-country-flag,
.sms-order-catalog-card .number-flag-fallback {
  font-size: 35px;
}

.sms-order-catalog-card .number-country-flag {
  padding: 9px !important;
}

.number-service-logo {
  object-fit: contain !important;
}

.number-phone-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 14px;
}

.number-phone-copy .number-ghost-btn,
.number-button-row .number-ghost-btn {
  min-width: 0;
  padding-inline: 10px;
  white-space: normal;
}

.number-ghost-btn[disabled] {
  cursor: not-allowed;
  color: #9aa3b3;
  background: #f6f8fc;
}

.copy-value.copied {
  border-color: rgba(24, 199, 129, .28);
  color: #067647;
  background: #ecfdf3;
}

.order-phone {
  color: var(--app-ink) !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  letter-spacing: 0;
}

@media (min-width: 1024px) {
  .number-phone-copy {
    gap: 10px;
  }

  .number-phone-copy .number-ghost-btn {
    min-height: 44px;
  }
}

/* Orders page interaction pass. */
.route-client-numbers .sms-mobile-device > [data-tab-panel="active"] {
  display: grid;
  gap: 14px;
}

.route-client-numbers .sms-active-number {
  min-height: 0;
}

.route-client-numbers .sms-active-row {
  align-items: flex-start;
}

.route-client-numbers .sms-active-row .order-phone {
  overflow: visible !important;
  white-space: normal !important;
  text-overflow: clip !important;
  line-height: 1.25;
}

.number-inline-copy {
  min-height: 38px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  border: 1px solid rgba(255, 119, 23, .2);
  border-radius: 14px;
  padding: 0 14px;
  color: var(--app-orange);
  background: #fff7f0;
  box-shadow: 0 10px 24px rgba(255, 119, 23, .08);
  font-size: 12px;
  font-weight: 950;
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

.number-inline-copy:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 119, 23, .34);
  background: #fff1e5;
}

.number-inline-copy:disabled {
  cursor: not-allowed;
  border-color: var(--app-line);
  color: #98a2b3;
  background: #f6f8fc;
  box-shadow: none;
}

.number-copy-modal {
  position: fixed;
  inset: 0;
  z-index: 12600;
  pointer-events: none;
}

.number-copy-modal.open {
  pointer-events: auto;
}

.number-copy-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(7, 9, 18, .36);
  opacity: 0;
  backdrop-filter: blur(7px);
  transition: opacity .18s ease;
}

.number-copy-modal.open .number-copy-backdrop {
  opacity: 1;
}

.number-copy-sheet {
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: min(430px, calc(100% - 20px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: 32px;
  padding: 22px;
  background:
    radial-gradient(circle at 94% 0%, rgba(255, 119, 23, .16), transparent 34%),
    rgba(255, 255, 255, .98);
  box-shadow: 0 -24px 68px rgba(17, 18, 37, .26);
  transform: translate(-50%, 112%);
  transition: transform .24s cubic-bezier(.2, .82, .2, 1);
}

.number-copy-modal.open .number-copy-sheet {
  transform: translate(-50%, 0);
}

.number-copy-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--app-ink);
  background: var(--app-soft);
  font-size: 20px;
  font-weight: 900;
}

.number-copy-sheet h2 {
  margin: 8px 44px 4px 0;
  color: var(--app-ink);
  font-size: 26px;
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -.035em;
}

.number-copy-sheet p {
  margin: 0;
  color: var(--app-muted);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 850;
}

.number-copy-options {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.number-copy-options button {
  min-height: 72px;
  display: grid;
  grid-template-columns: minmax(0, .7fr) minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  border: 1px solid var(--app-line);
  border-radius: 22px;
  padding: 14px 16px;
  text-align: left;
  background: #fff;
  box-shadow: 0 14px 32px rgba(17, 18, 37, .06);
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

.number-copy-options button:hover,
.number-copy-options button.copied {
  transform: translateY(-1px);
  border-color: rgba(24, 199, 129, .32);
  background: #ecfdf3;
}

.number-copy-options span {
  color: var(--app-muted);
  font-size: 12px;
  font-weight: 900;
}

.number-copy-options b {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--app-ink);
  text-align: right;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 950;
  font-variant-numeric: tabular-nums;
}

.sms-history-head span {
  color: var(--app-orange);
  font-size: 13px;
  font-weight: 900;
}

.number-load-more {
  min-height: 52px;
  width: min(360px, 100%);
  display: grid;
  place-items: center;
  gap: 2px;
  margin: 18px auto 0 !important;
  border: 1px solid rgba(255, 119, 23, .24);
  border-radius: 18px;
  color: var(--app-orange);
  background: #fff7f0;
  box-shadow: 0 16px 34px rgba(255, 119, 23, .08);
  font-size: 14px;
  font-weight: 950;
}

.number-load-more small {
  color: var(--app-muted);
  font-size: 11px;
  font-weight: 850;
}

.app-service-load-more,
.sms-payment-history .number-load-more,
.sms-transaction-list + .number-load-more {
  grid-column: 1 / -1;
  justify-self: center;
}

.sms-transaction-list article.is-revealed,
.sms-payment-history article.is-revealed,
.app-service-rail a.is-revealed {
  animation: numberItemReveal .24s ease both;
}

@keyframes numberItemReveal {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 430px) {
  .number-inline-copy {
    min-height: 36px;
    padding-inline: 12px;
  }

  .number-copy-options button {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .number-copy-options b {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .route-client-numbers .sms-mobile-device {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "balance"
      "activeTitle"
      "active"
      "historyHead"
      "history"
      "loadMore" !important;
    gap: 18px;
    max-width: 1280px;
    margin-inline: auto;
  }

  .route-client-numbers .sms-mobile-device > h2:nth-of-type(1) {
    grid-area: activeTitle;
  }

  .route-client-numbers .sms-mobile-device > [data-tab-panel="active"] {
    grid-area: active;
    gap: 16px;
  }

  .route-client-numbers .sms-history-head {
    grid-area: historyHead;
    margin-top: 22px;
  }

  .route-client-numbers .sms-transaction-list {
    grid-area: history;
  }

  .route-client-numbers .number-load-more {
    grid-area: loadMore;
  }

  .route-client-numbers .sms-active-number {
    min-height: 0 !important;
    border-radius: 28px;
    padding: 22px 24px !important;
  }

  .route-client-numbers .sms-code-line {
    margin-top: 14px;
  }

  .route-client-numbers .number-button-row {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }

  .number-copy-sheet {
    top: 50%;
    bottom: auto;
    width: min(460px, calc(100% - 40px));
    box-shadow: 0 28px 84px rgba(17, 18, 37, .24);
    transform: translate(-50%, -46%) scale(.96);
    opacity: 0;
    transition: transform .22s cubic-bezier(.2, .82, .2, 1), opacity .18s ease;
  }

  .number-copy-modal.open .number-copy-sheet {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

/* Premium order flow pass. */
.route-client-order .sms-order-page,
.route-client-order .sms-order-flow {
  animation: orderPageRise .34s ease both;
}

.route-client-order .sms-order-flow {
  scroll-margin-top: 118px;
}

.route-client-order .sms-order-hero {
  isolation: isolate;
  min-height: 190px;
  border-color: rgba(255, 255, 255, .82);
  background:
    radial-gradient(circle at 86% 22%, rgba(255, 198, 134, .52), transparent 30%),
    radial-gradient(circle at 18% 120%, rgba(255, 119, 23, .32), transparent 28%),
    linear-gradient(137deg, #111225 0%, #20213c 52%, #955034 100%);
  box-shadow:
    0 26px 58px rgba(17, 18, 37, .18),
    inset 0 1px 0 rgba(255, 255, 255, .18);
}

.route-client-order .sms-order-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(120deg, transparent 0 30%, rgba(255, 255, 255, .1) 42%, transparent 56%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.045) 0 1px, transparent 1px 52px);
  opacity: .58;
  animation: orderSheen 5.8s ease-in-out infinite;
}

.route-client-order .sms-order-eyebrow {
  min-height: 34px;
  align-items: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12);
}

.route-client-order .sms-order-orb {
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .2),
    0 18px 44px rgba(0, 0, 0, .16);
}

.route-client-order .sms-order-orb:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  right: 24px;
  top: 24px;
  border-radius: 50%;
  background: #fff;
  opacity: .38;
  animation: orderDotDrift 2.7s ease-in-out infinite;
}

.route-client-order .app-flow-head {
  display: grid;
  grid-template-columns: auto minmax(640px, 1fr);
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
}

.route-client-order .app-flow-head > div:first-child {
  min-width: 0;
}

.route-client-order .app-flow-head small {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  padding: 0 11px;
  color: var(--app-muted);
  background: rgba(241, 245, 249, .85);
}

.route-client-order .app-stepper {
  justify-self: stretch;
  width: 100%;
  max-width: none;
  gap: 8px;
  border-radius: 25px;
  padding: 8px;
  box-shadow:
    0 18px 42px rgba(17, 18, 37, .08),
    inset 0 1px 0 rgba(255, 255, 255, .78);
}

.route-client-order .app-stepper-step {
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.route-client-order .app-stepper-step.current {
  transform: translateY(-1px);
}

.route-client-order .sms-order-catalog-card {
  border-color: rgba(226, 232, 242, .78);
  background:
    radial-gradient(circle at 96% 4%, rgba(255, 119, 23, .12), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, .97), rgba(255, 255, 255, .9));
  box-shadow:
    0 24px 64px rgba(17, 18, 37, .1),
    inset 0 1px 0 rgba(255, 255, 255, .8);
}

.route-client-order .app-search {
  position: sticky;
  top: 0;
  z-index: 6;
  border-radius: 20px;
  background: rgba(246, 248, 252, .94);
  box-shadow: 0 12px 24px rgba(17, 18, 37, .04);
  backdrop-filter: blur(14px);
}

.number-pinned-section {
  grid-column: 1 / -1;
  margin: 10px 0 12px;
  border: 1px solid rgba(255, 119, 23, .18);
  border-radius: 26px;
  padding: 10px;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 119, 23, .13), transparent 34%),
    #fff8f2;
  box-shadow: 0 18px 38px rgba(255, 119, 23, .08);
  animation: pinnedSectionIn .22s ease both;
}

.number-section-label.pinned {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 5px 10px;
  color: var(--app-orange);
}

.number-section-label.pinned span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.number-section-label.pinned span:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--app-orange);
  box-shadow: 0 0 0 6px rgba(255, 119, 23, .1);
}

.number-section-label.pinned small {
  color: #a7653a;
  font-size: 10px;
  font-weight: 950;
}

.number-pinned-grid {
  display: grid;
  gap: 9px;
}

.number-pinned-section .number-design-row {
  margin-bottom: 0;
  border-color: rgba(255, 119, 23, .24);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 12px 26px rgba(17, 18, 37, .05);
}

.number-design-row {
  position: relative;
}

.number-design-row:before {
  content: "";
  position: absolute;
  inset: 10px auto 10px 0;
  width: 3px;
  border-radius: 999px;
  background: transparent;
  transition: background .16s ease, box-shadow .16s ease;
}

.number-design-row:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(17, 18, 37, .08);
}

.number-design-row.is-pinned-row:before {
  background: var(--app-orange);
  box-shadow: 0 0 0 5px rgba(255, 119, 23, .08);
}

.number-pin-btn {
  position: relative;
  transition: transform .16s ease, color .16s ease, background .16s ease;
}

.number-pin-btn:hover {
  transform: rotate(-8deg) scale(1.04);
}

.number-pin-btn.is-pinned {
  color: #fff;
  background: var(--app-orange);
  box-shadow: 0 10px 22px rgba(255, 119, 23, .22);
}

.app-selected-card {
  border: 1px solid rgba(255, 119, 23, .14);
  background:
    radial-gradient(circle at 92% 20%, rgba(255, 119, 23, .12), transparent 32%),
    linear-gradient(145deg, #fff8f2, #fff);
  box-shadow: 0 16px 34px rgba(17, 18, 37, .06);
}

.sms-order-confirm-card {
  border-color: rgba(226, 232, 242, .78);
  background:
    radial-gradient(circle at 50% 13%, rgba(255, 119, 23, .14), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .92));
  box-shadow: 0 28px 78px rgba(17, 18, 37, .12);
}

.sms-order-confirm-card:before,
.sms-order-confirm-card:after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.sms-order-confirm-card:before {
  width: 210px;
  height: 210px;
  right: -96px;
  top: -86px;
  background: rgba(255, 119, 23, .1);
}

.sms-order-confirm-card:after {
  width: 150px;
  height: 150px;
  left: -82px;
  bottom: -74px;
  background: rgba(17, 18, 37, .06);
}

.route-client-order .app-order-icon {
  animation: orderIconFloat 3.4s ease-in-out infinite;
}

.route-client-order .app-price-card {
  border: 1px solid rgba(226, 232, 242, .88);
  background: linear-gradient(135deg, #f6f8fc, #fff);
}

.route-client-order .app-info-list {
  border-radius: 24px;
  padding: 12px;
  background: rgba(246, 248, 252, .72);
}

.route-client-order .app-info-list span {
  min-height: 34px;
  border-radius: 15px;
  padding: 0 4px;
}

.route-client-order .app-primary-action.wide {
  min-height: 58px;
  border-radius: 20px;
  box-shadow: 0 18px 38px rgba(255, 119, 23, .26);
}

@keyframes orderPageRise {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes orderSheen {
  0%, 100% {
    transform: translateX(-16%);
    opacity: .42;
  }
  50% {
    transform: translateX(12%);
    opacity: .72;
  }
}

@keyframes orderDotDrift {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-18px, 20px);
  }
}

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

@keyframes orderIconFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@media (max-width: 430px) {
  .route-client-order .sms-order-hero {
    min-height: 178px;
    grid-template-columns: minmax(0, 1fr) 86px;
    border-radius: 30px;
    padding: 20px;
  }

  .route-client-order .sms-order-hero h1 {
    font-size: 32px;
  }

  .route-client-order .sms-order-orb {
    width: 82px;
    height: 82px;
    border-radius: 26px;
  }

  .route-client-order .app-flow-head {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .route-client-order .app-stepper {
    flex: none;
    width: 100%;
    max-width: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    border-radius: 20px;
    padding: 6px;
  }

  .route-client-order .app-stepper:before {
    left: 18px;
    right: 18px;
    top: 22px;
    bottom: auto;
    width: auto;
    height: 3px;
    background: linear-gradient(90deg, rgba(255, 119, 23, .72), rgba(34, 211, 238, .56), rgba(226, 232, 240, .92));
  }

  .route-client-order .app-stepper-step {
    grid-template-columns: 1fr;
    grid-template-areas:
      "badge"
      "title"
      "text";
    justify-items: center;
    align-content: center;
    min-height: 78px;
    gap: 5px;
    padding: 7px 4px;
    border-radius: 15px;
    text-align: center;
  }

  .route-client-order .app-stepper-badge {
    width: 30px;
    height: 30px;
    border-radius: 12px;
  }

  .route-client-order .app-stepper-step b {
    width: 100%;
    font-size: 9.5px;
    line-height: 1.05;
  }

  .route-client-order .app-stepper-step small {
    width: 100%;
    font-size: 8px;
    line-height: 1.05;
  }

  .number-pinned-section {
    padding: 9px;
    border-radius: 22px;
  }

  .route-client-order .app-search {
    height: 54px;
  }

  .route-client-order .sms-order-flow {
    scroll-margin-top: 92px;
  }
}

@media (min-width: 1024px) {
  .route-client-order .sms-order-hero {
    min-height: 168px;
    grid-template-columns: minmax(0, 1fr) 118px;
    gap: 18px;
    border-radius: 30px;
    padding: 26px 38px;
  }

  .route-client-order .sms-order-eyebrow {
    min-height: 28px;
    padding: 0 12px;
    font-size: 11px;
  }

  .route-client-order .sms-order-hero h1 {
    margin: 12px 0 8px;
    max-width: 620px;
    font-size: clamp(38px, 3.25vw, 48px);
  }

  .route-client-order .sms-order-hero p {
    max-width: 720px;
    font-size: 14px;
    line-height: 1.35;
  }

  .route-client-order .sms-order-orb {
    width: 104px;
    height: 104px;
    border-radius: 26px;
  }

  .route-client-order .sms-order-orb i:nth-child(1) {
    width: 38px;
    height: 38px;
  }

  .route-client-order .sms-order-orb i:nth-child(2) {
    width: 58px;
    height: 58px;
  }

  .route-client-order .sms-order-orb i:nth-child(3) {
    width: 78px;
    height: 78px;
  }

  .route-client-order .sms-order-orb b {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 20px;
  }

  .route-client-order .sms-order-catalog-card {
    border-radius: 34px;
    padding: 24px;
  }

  .route-client-order .app-panel-list {
    max-height: min(66vh, 760px);
  }

  .number-pinned-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .route-client-order .number-flow-step-order .app-flow-head,
  .route-client-order .number-flow-step-order .sms-order-confirm-card {
    max-width: 820px;
    margin-inline: auto;
  }
}

/* Service-first order flow and 30-card popular services polish. */
.app-service-rail a {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition:
    transform .18s ease,
    border-color .18s ease,
    box-shadow .18s ease,
    background .18s ease;
}

.app-service-rail a:before {
  content: "";
  position: absolute;
  inset: auto 18% -38px 18%;
  z-index: -1;
  height: 76px;
  border-radius: 50%;
  background: rgba(255, 119, 23, .16);
  filter: blur(18px);
  opacity: 0;
  transition: opacity .18s ease, transform .18s ease;
}

.app-service-rail a:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 119, 23, .28);
  background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 248, 242, .92));
  box-shadow: 0 22px 46px rgba(17, 18, 37, .1);
}

.app-service-rail a:hover:before {
  opacity: 1;
  transform: translateY(-8px);
}

.number-flow-step-service-first .app-flow-head h2 {
  max-width: 680px;
}

.app-selected-card.service-first {
  max-width: 720px;
  margin-bottom: 16px;
  border-color: rgba(255, 119, 23, .2);
}

.app-selected-card.service-first .number-service-icon-wrap {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
}

.app-selected-card.service-first .number-service-logo,
.app-selected-card.service-first .number-service-icon {
  width: 46px;
  height: 46px;
  border-radius: 17px;
}

.sms-empty-state.compact {
  grid-column: 1 / -1;
  min-height: 160px;
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 28px;
  text-align: center;
}

.sms-empty-state.compact span {
  color: var(--app-muted);
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 430px) {
  .app-service-rail a {
    flex-basis: calc((100% - 30px) / 4);
  }

  .app-selected-card.service-first {
    min-height: 74px;
    border-radius: 24px;
  }
}

/* Wide premium confirmation screen. */
.route-client-order .sms-order-confirm-card {
  width: 100%;
}

.app-order-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
}

.app-order-main {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 242, .78);
  border-radius: 30px;
  padding: 26px;
  background:
    radial-gradient(circle at 52% 12%, rgba(255, 119, 23, .16), transparent 28%),
    radial-gradient(circle at 0% 100%, rgba(17, 18, 37, .06), transparent 25%),
    rgba(255, 255, 255, .86);
}

.app-order-selection {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.app-order-chip {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(226, 232, 242, .82);
  border-radius: 24px;
  padding: 12px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 14px 30px rgba(17, 18, 37, .05);
}

.app-order-chip img,
.app-order-chip b {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background: var(--app-ink);
  font-size: 18px;
  font-weight: 950;
  object-fit: contain;
}

.app-order-chip img {
  padding: 5px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(226, 232, 242, .9);
}

.app-order-chip span {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.app-order-chip small,
.app-order-checkout-label {
  color: var(--app-muted);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.app-order-chip strong {
  overflow: hidden;
  color: var(--app-ink);
  font-size: 15px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.app-order-aside {
  display: grid;
  gap: 14px;
  align-content: start;
}

.app-order-checkout,
.app-order-notes {
  border: 1px solid rgba(226, 232, 242, .82);
  border-radius: 30px;
  padding: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 119, 23, .1), transparent 30%),
    rgba(255, 255, 255, .88);
  box-shadow: 0 18px 42px rgba(17, 18, 37, .07);
}

.app-order-checkout h4 {
  margin: 6px 0 16px;
  color: var(--app-ink);
  font-size: 24px;
  line-height: 1.08;
  font-weight: 950;
}

.app-order-lines {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.app-order-lines div {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(226, 232, 242, .72);
  padding-bottom: 8px;
}

.app-order-lines div:last-child {
  border-bottom: 0;
}

.app-order-lines span {
  color: var(--app-muted);
  font-size: 13px;
  font-weight: 900;
}

.app-order-lines strong {
  max-width: 58%;
  overflow: hidden;
  color: var(--app-ink);
  font-size: 14px;
  font-weight: 950;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.app-order-alert {
  margin: 2px 0 14px;
  border: 1px solid rgba(255, 119, 23, .18);
  border-radius: 18px;
  padding: 12px 14px;
  color: #9a4b1e;
  background: rgba(255, 248, 242, .92);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 900;
}

.app-order-notes {
  display: grid;
  gap: 10px;
}

.app-order-notes span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--app-muted);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 850;
}

.app-order-notes b {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--app-green);
  box-shadow: 0 0 0 6px rgba(24, 199, 129, .1);
}

@media (min-width: 1024px) {
  .route-client-order .number-flow-step-order .app-flow-head,
  .route-client-order .number-flow-step-order .sms-order-confirm-card {
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }

  .route-client-order .sms-order-flow.number-flow-step-order {
    padding-top: 24px;
  }

  .route-client-order .sms-order-flow.number-flow-step-order .app-flow-head {
    display: grid;
    grid-template-columns: auto minmax(640px, 1fr);
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
  }

  .route-client-order .sms-order-flow.number-flow-step-order .sms-order-confirm-card {
    min-height: 0;
    border-radius: 34px;
    padding: 24px;
  }

  .route-client-order .sms-order-flow.number-flow-step-order .app-order-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
    gap: 22px;
    align-items: stretch;
  }

  .route-client-order .sms-order-flow.number-flow-step-order .app-order-main {
    min-height: 560px;
    padding: 34px;
  }

  .route-client-order .sms-order-flow.number-flow-step-order .app-order-glow {
    top: 42px;
    width: 190px;
    height: 190px;
  }

  .route-client-order .sms-order-flow.number-flow-step-order .app-order-summary {
    padding-top: 112px;
  }

  .route-client-order .sms-order-flow.number-flow-step-order .app-order-summary h3 {
    font-size: clamp(38px, 3.2vw, 54px);
  }

  .route-client-order .sms-order-flow.number-flow-step-order .app-order-summary p {
    font-size: 15px;
  }

  .route-client-order .sms-order-flow.number-flow-step-order .app-price-card {
    max-width: 520px;
    margin-inline: auto;
    padding: 18px 20px;
  }

  .route-client-order .sms-order-flow.number-flow-step-order .app-order-selection {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
  }

  .route-client-order .sms-order-flow.number-flow-step-order .app-info-list {
    max-width: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 18px 0 0;
  }

  .route-client-order .sms-order-flow.number-flow-step-order .app-info-list span {
    justify-content: center;
    min-height: 58px;
    border: 1px solid rgba(226, 232, 242, .74);
    background: rgba(255, 255, 255, .68);
  }

  .route-client-order .sms-order-flow.number-flow-step-order .app-order-aside {
    grid-template-rows: 1fr auto;
  }

  .route-client-order .sms-order-flow.number-flow-step-order .app-order-checkout {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 420px;
    padding: 24px;
  }

  .route-client-order .sms-order-flow.number-flow-step-order .app-primary-action.wide {
    margin-top: 8px;
  }
}

@media (max-width: 640px) {
  .route-client-order .sms-order-confirm-card {
    padding: 12px;
  }

  .app-order-main,
  .app-order-checkout,
  .app-order-notes {
    border-radius: 26px;
  }

  .app-order-main {
    min-height: 0;
    padding: 22px 16px 16px;
  }

  .app-order-selection {
    margin-top: 12px;
  }

  .app-order-chip {
    min-height: 66px;
  }

  .app-order-lines strong {
    max-width: 52%;
  }
}

.route-client-order .sms-order-flow.number-flow-step-order .app-order-main,
.route-client-order .number-flow-step-order .app-order-main {
  --order-art-top: 48px;
  --order-art-size: 188px;
  --order-icon-size: 96px;
  --order-icon-center-y: 142px;
  --order-summary-offset: 220px;
}

.route-client-order .sms-order-flow.number-flow-step-order .app-order-glow,
.route-client-order .number-flow-step-order .app-order-glow {
  top: var(--order-art-top);
  left: 50%;
  width: var(--order-art-size);
  height: var(--order-art-size);
  transform: translateX(-50%);
}

.route-client-order .sms-order-flow.number-flow-step-order .app-order-summary,
.route-client-order .number-flow-step-order .app-order-summary {
  position: static;
  padding-top: var(--order-summary-offset);
}

.route-client-order .sms-order-flow.number-flow-step-order .app-order-icon,
.route-client-order .number-flow-step-order .app-order-icon {
  position: absolute;
  top: var(--order-icon-center-y);
  left: 50%;
  width: var(--order-icon-size);
  height: var(--order-icon-size);
  transform: translate(-50%, -50%);
  animation: orderIconCenterFloat 3.4s ease-in-out infinite;
}

.route-client-order .sms-order-flow.number-flow-step-order .app-order-summary h3,
.route-client-order .number-flow-step-order .app-order-summary h3 {
  position: relative;
  z-index: 4;
  display: block;
  margin: 0 0 8px;
  color: var(--app-ink);
  line-height: .98;
}

.route-client-order .sms-order-flow.number-flow-step-order .app-order-summary p,
.route-client-order .number-flow-step-order .app-order-summary p {
  position: relative;
  z-index: 4;
}

.route-client-order .number-flow-step-order .app-order-icon img,
.route-client-order .number-flow-step-order .app-order-icon b {
  width: 100%;
  height: 100%;
  border-radius: 28px;
}

.route-client-order .number-flow-step-order .app-order-icon img {
  object-fit: contain;
  padding: 10px;
}

@keyframes orderIconCenterFloat {
  0%, 100% {
    transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-5px);
  }
}

@media (min-width: 1024px) {
  .route-client-order .sms-order-flow.number-flow-step-order .app-order-main,
  .route-client-order .number-flow-step-order .app-order-main {
    --order-art-top: 42px;
    --order-art-size: 220px;
    --order-icon-size: 108px;
    --order-icon-center-y: 152px;
    --order-summary-offset: 232px;
  }
}

@media (max-width: 640px) {
  .route-client-order .sms-order-flow.number-flow-step-order .app-order-main,
  .route-client-order .number-flow-step-order .app-order-main {
    --order-art-top: 36px;
    --order-art-size: 172px;
    --order-icon-size: 90px;
    --order-icon-center-y: 122px;
    --order-summary-offset: 206px;
  }
}

@media (max-width: 430px) {
  .route-client-order .sms-order-flow.number-flow-step-order .app-order-main,
  .route-client-order .number-flow-step-order .app-order-main {
    --order-art-top: 28px;
    --order-art-size: 148px;
    --order-icon-size: 82px;
    --order-icon-center-y: 102px;
    --order-summary-offset: 178px;
  }
}

/* Support tickets */
.sms-support-page,
.sms-ticket-page {
  min-width: 0;
}

.sms-support-hero {
  min-height: 300px;
}

.sms-doc-card {
  display: grid;
  gap: 12px;
  align-content: start;
  min-width: 0;
}

.sms-doc-head {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.sms-doc-head .sms-help-icon {
  flex: 0 0 48px;
}

.sms-doc-head h2 {
  min-width: 0;
  overflow-wrap: anywhere;
}

.sms-support-layout {
  display: grid;
  gap: 16px;
  align-items: start;
}

.sms-ticket-entry,
.sms-ticket-side,
.sms-ticket-board,
.sms-ticket-thread,
.sms-ticket-reply-card {
  min-width: 0;
  border: 1px solid rgba(226, 232, 242, .88);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 119, 23, .06), transparent 32%),
    rgba(255, 255, 255, .93);
  box-shadow: 0 18px 44px rgba(17, 18, 37, .07);
}

.sms-ticket-entry,
.sms-ticket-side,
.sms-ticket-board,
.sms-ticket-thread,
.sms-ticket-reply-card {
  padding: 18px;
}

.sms-ticket-form {
  display: grid;
  gap: 12px;
}

.sms-ticket-form label {
  display: grid;
  gap: 8px;
  color: var(--app-ink);
  font-size: 13px;
  font-weight: 950;
}

.sms-ticket-form textarea.number-input {
  height: auto;
  min-height: 126px;
  padding-top: 14px;
  line-height: 1.45;
  resize: vertical;
}

.sms-ticket-form-grid {
  display: grid;
  gap: 10px;
}

.sms-ticket-login {
  display: grid;
  position: relative;
  overflow: hidden;
  gap: 14px;
  border: 1px solid rgba(255, 119, 23, .18);
  border-radius: 26px;
  padding: 22px;
  background:
    radial-gradient(circle at 92% 0%, rgba(255, 119, 23, .16), transparent 34%),
    linear-gradient(135deg, #fff, #fff7f0 58%, #fff);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .84),
    0 18px 42px rgba(17, 18, 37, .06);
}

.sms-ticket-login:after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -46px;
  width: 142px;
  height: 142px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 119, 23, .13), transparent 68%);
  pointer-events: none;
}

.sms-ticket-login strong {
  color: var(--app-ink);
  font-size: 22px;
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: 0;
  max-width: 520px;
}

.sms-ticket-login p {
  margin: 0;
  color: #707789;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 850;
  max-width: 560px;
}

.sms-ticket-login > div {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 2px;
}

.sms-ticket-login .sms-btn {
  min-height: 52px;
  border-radius: 18px;
}

.sms-ticket-login .sms-btn-primary,
.sms-ticket-login .sms-btn-primary:visited,
.sms-ticket-login .sms-btn-primary:hover,
.sms-ticket-login .sms-btn-primary:focus {
  color: #fff !important;
  border-color: transparent !important;
  background: linear-gradient(145deg, var(--app-orange), #ff8c2f) !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .08);
}

.sms-ticket-login .sms-btn-outline,
.sms-ticket-login .sms-btn-outline:visited {
  color: var(--app-ink) !important;
  border-color: rgba(226, 232, 242, .95);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 26px rgba(17, 18, 37, .045);
}

.sms-ticket-list {
  display: grid;
  gap: 10px;
}

.sms-ticket-list.compact {
  margin-bottom: 12px;
}

.sms-ticket-row {
  min-width: 0;
  min-height: 72px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(226, 232, 242, .86);
  border-radius: 20px;
  padding: 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(17, 18, 37, .045);
}

.sms-ticket-row.large {
  min-height: 86px;
  border-radius: 24px;
  padding: 14px;
}

.sms-ticket-row > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: var(--app-ink);
  font-size: 12px;
  font-weight: 950;
}

.sms-ticket-row strong,
.sms-ticket-row small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sms-ticket-row strong {
  color: var(--app-ink);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 950;
}

.sms-ticket-row small {
  margin-top: 4px;
  color: var(--app-muted);
  font-size: 11px;
  font-weight: 850;
}

.sms-ticket-row-meta {
  display: grid;
  justify-items: end;
  gap: 5px;
}

.sms-ticket-empty {
  border: 1px dashed rgba(199, 207, 221, .9);
  border-radius: 20px;
  padding: 20px;
  color: var(--app-muted);
  background: rgba(246, 248, 252, .72);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 850;
  text-align: center;
}

.status-pill.open {
  color: #9a5b0d;
  background: #fff5d6;
}

.status-pill.answered {
  color: #067647;
  background: #dcfae6;
}

.status-pill.closed {
  color: #596174;
  background: #eef2f7;
}

.sms-ticket-hero {
  min-height: 146px;
  margin-bottom: 14px;
}

.sms-ticket-kpis {
  margin-bottom: 16px;
}

.sms-ticket-detail-head {
  display: grid;
  gap: 14px;
  margin-bottom: 16px;
  border: 1px solid rgba(226, 232, 242, .88);
  border-radius: 30px;
  padding: 18px;
  background:
    radial-gradient(circle at 90% 8%, rgba(255, 119, 23, .10), transparent 30%),
    rgba(255, 255, 255, .92);
  box-shadow: 0 18px 44px rgba(17, 18, 37, .07);
}

.sms-back-link {
  width: fit-content;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--app-line);
  border-radius: 16px;
  padding: 0 12px;
  color: var(--app-ink);
  background: #fff;
  font-size: 13px;
  font-weight: 950;
}

.sms-back-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sms-ticket-detail-head span {
  width: fit-content;
  border-radius: 999px;
  padding: 7px 10px;
  color: #8b421f;
  background: #fff2ea;
  font-size: 11px;
  font-weight: 950;
}

.sms-ticket-detail-head h1 {
  margin: 10px 0 8px;
  color: var(--app-ink);
  font-size: 36px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.04em;
}

.sms-ticket-detail-head p {
  margin: 0;
  color: var(--app-muted);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 850;
}

.sms-ticket-detail-grid {
  display: grid;
  gap: 16px;
}

.sms-ticket-thread {
  display: grid;
  gap: 12px;
}

.sms-ticket-message {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.sms-ticket-message.admin {
  grid-template-columns: minmax(0, 1fr) 42px;
}

.sms-ticket-message-avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: var(--app-ink);
  font-size: 12px;
  font-weight: 950;
}

.sms-ticket-message.admin .sms-ticket-message-avatar {
  grid-column: 2;
  background: linear-gradient(145deg, var(--app-orange), #ff9142);
}

.sms-ticket-message.admin .sms-ticket-message-bubble {
  grid-column: 1;
  grid-row: 1;
}

.sms-ticket-message-bubble {
  min-width: 0;
  border: 1px solid var(--app-line);
  border-radius: 22px;
  padding: 14px;
  background: #fff;
}

.sms-ticket-message.admin .sms-ticket-message-bubble {
  background: #fff8f3;
}

.sms-ticket-message-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.sms-ticket-message-meta strong {
  color: var(--app-ink);
  font-size: 13px;
  font-weight: 950;
}

.sms-ticket-message-meta small {
  color: var(--app-muted);
  font-size: 11px;
  font-weight: 850;
  white-space: nowrap;
}

.sms-ticket-message-bubble p {
  margin: 0;
  color: #596174;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 800;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.sms-ticket-reply-card {
  display: grid;
  gap: 14px;
}

@media (min-width: 768px) {
  .sms-ticket-form-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sms-ticket-detail-head {
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .sms-ticket-page .sms-ticket-hero {
    min-height: 156px;
    border-radius: 30px;
    padding: 26px 34px;
  }

  .sms-ticket-page .sms-ticket-hero h1 {
    max-width: 660px;
    margin: 10px 0 6px;
    font-size: clamp(38px, 3.2vw, 48px);
  }

  .sms-ticket-page .sms-ticket-hero p {
    max-width: 700px;
    font-size: 14px;
    line-height: 1.38;
  }

  .sms-ticket-page .sms-ticket-hero span {
    padding: 7px 11px;
    font-size: 11px;
  }

  .sms-ticket-page .sms-ticket-kpis {
    gap: 12px;
    margin: 12px 0 16px;
  }

  .sms-ticket-page .sms-ticket-kpis a {
    min-height: 86px;
    border-radius: 24px;
    padding: 16px 18px;
  }

  .sms-ticket-page .sms-ticket-kpis strong {
    font-size: 24px;
  }

  .sms-support-layout {
    grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr);
    gap: 16px;
  }

  .sms-ticket-entry,
  .sms-ticket-side,
  .sms-ticket-board,
  .sms-ticket-thread,
  .sms-ticket-reply-card {
    border-radius: 28px;
    padding: 20px;
  }

  .sms-ticket-detail-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
    align-items: start;
    gap: 20px;
  }

  .sms-ticket-reply-card {
    position: sticky;
    top: 106px;
  }
}

@media (max-width: 640px) {
  .sms-support-hero {
    min-height: 250px;
  }

  .sms-doc-head {
    align-items: flex-start;
    gap: 12px;
  }

  .sms-doc-head .sms-help-icon {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
    border-radius: 15px;
  }

  .sms-doc-head h2 {
    font-size: 20px;
    line-height: 1.08;
  }

  .sms-ticket-row {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .sms-ticket-row-meta {
    grid-column: 2;
    justify-items: start;
  }

  .sms-ticket-login {
    gap: 12px;
    border-radius: 24px;
    padding: 18px;
  }

  .sms-ticket-login strong {
    font-size: 19px;
  }

  .sms-ticket-login p {
    font-size: 13px;
  }

  .sms-ticket-login > div {
    grid-template-columns: 1fr;
  }

  .sms-ticket-detail-head h1 {
    font-size: 30px;
  }

  .sms-ticket-message.admin,
  .sms-ticket-message {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .sms-ticket-message.admin .sms-ticket-message-avatar,
  .sms-ticket-message.admin .sms-ticket-message-bubble {
    grid-column: auto;
    grid-row: auto;
  }

  .sms-ticket-message-avatar {
    width: 38px;
    height: 38px;
    border-radius: 14px;
  }
}

.app-provider-options {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  margin: 18px 0 4px;
  padding: 14px;
  border: 1px solid rgba(224, 231, 244, .95);
  border-radius: 24px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 18px 38px rgba(17, 18, 38, .06);
}

.app-provider-options > span {
  color: var(--app-muted);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.app-provider-options > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.app-provider-options a {
  display: grid;
  gap: 4px;
  min-height: 70px;
  padding: 12px 14px;
  border: 1px solid var(--app-line);
  border-radius: 18px;
  color: var(--app-ink);
  background: #fff;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.app-provider-options a:hover,
.app-provider-options a.active {
  border-color: rgba(255, 122, 31, .55);
  background: linear-gradient(135deg, #fff7f1, #fff);
  box-shadow: 0 14px 28px rgba(255, 122, 31, .12);
  transform: translateY(-1px);
}

.app-provider-options strong {
  font-size: 13px;
  font-weight: 950;
}

.app-provider-options small {
  color: var(--app-muted);
  font-size: 11px;
  font-weight: 850;
}

.app-provider-filter {
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr);
  gap: 14px;
  align-items: stretch;
  margin: 0 0 18px;
  padding: 14px;
  border: 1px solid rgba(224, 231, 244, .92);
  border-radius: 28px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 22px 50px rgba(17, 18, 38, .07);
}

.app-provider-filter-head {
  display: grid;
  align-content: center;
  gap: 4px;
  min-height: 92px;
  padding: 16px 18px;
  border-radius: 22px;
  color: #fff;
  background: radial-gradient(circle at 86% 16%, rgba(255, 255, 255, .24), transparent 34%),
    linear-gradient(135deg, #14152a 0%, #302c3a 48%, #ff7a1f 150%);
}

.app-provider-filter-head span {
  color: rgba(255, 255, 255, .68);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.app-provider-filter-head strong {
  font-size: 20px;
  line-height: 1;
  font-weight: 950;
}

.app-provider-filter-head small {
  max-width: 360px;
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  line-height: 1.35;
  font-weight: 850;
}

.app-provider-filter-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.app-provider-choice {
  position: relative;
  min-width: 0;
}

.app-provider-filter-list a {
  display: grid;
  align-content: center;
  gap: 7px;
  min-height: 100px;
  padding: 14px;
  border: 1px solid var(--app-line);
  border-radius: 22px;
  color: var(--app-ink);
  background: #fff;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .72);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.app-provider-choice.has-provider-info > a {
  padding-right: 62px;
}

.app-provider-filter-list a:hover,
.app-provider-filter-list a.active {
  border-color: rgba(255, 122, 31, .55);
  background: linear-gradient(135deg, #fff7f1, #fff);
  box-shadow: 0 16px 30px rgba(255, 122, 31, .12);
  transform: translateY(-1px);
}

.app-provider-filter-list b {
  font-size: 14px;
  font-weight: 950;
}

.app-provider-card-top {
  min-width: 0;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--app-ink) !important;
}

.app-provider-filter-list span {
  color: var(--app-muted);
  font-size: 11px;
  font-weight: 850;
}

.app-provider-policy {
  display: block;
  color: var(--app-muted) !important;
  font-size: 11px !important;
  line-height: 1.32;
  font-weight: 900 !important;
}

.app-provider-region {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid rgba(226, 232, 242, .92);
  border-radius: 999px;
  color: #1f6f84;
  background: linear-gradient(135deg, #f0fdff, #fff);
  box-shadow: 0 8px 18px rgba(17, 18, 37, .05);
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
  white-space: nowrap;
}

.app-provider-region i {
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .82);
  font-style: normal;
  font-size: 12px;
  line-height: 1;
}

.app-provider-region.turkey {
  color: #d73d25;
  border-color: rgba(255, 119, 23, .24);
  background: linear-gradient(135deg, #fff1eb, #fff);
}

.app-provider-filter-list small {
  color: rgba(128, 137, 156, .76);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 850;
}

.app-provider-choice.provider-herosms > a.active,
.app-provider-choice.provider-grizzlysms > a.active {
  border-color: rgba(34, 211, 238, .44);
  background:
    radial-gradient(circle at 92% 12%, rgba(34, 211, 238, .13), transparent 42%),
    linear-gradient(135deg, #effcff, #fff);
  box-shadow:
    0 16px 34px rgba(34, 211, 238, .12),
    inset 0 0 0 1px rgba(255, 255, 255, .85);
}

.app-provider-choice.provider-herosms > a.active .app-provider-region,
.app-provider-choice.provider-grizzlysms > a.active .app-provider-region {
  color: #0e7490;
  border-color: rgba(34, 211, 238, .32);
  background: #ecfeff;
}

.app-provider-choice.provider-smsalmak > a.active {
  border-color: rgba(255, 119, 23, .58);
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 119, 23, .16), transparent 40%),
    linear-gradient(135deg, #fff2e8, #fff);
  box-shadow:
    0 18px 36px rgba(255, 119, 23, .15),
    inset 0 0 0 1px rgba(255, 255, 255, .88);
}

.app-provider-choice.provider-smsalmak > a.active .app-provider-region {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #ef4444, #ff7a1f);
  box-shadow: 0 10px 20px rgba(255, 119, 23, .22);
}

.app-provider-info-trigger {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(255, 122, 31, .24);
  border-radius: 999px;
  color: var(--app-orange);
  background: rgba(255, 247, 241, .94);
  box-shadow: 0 10px 24px rgba(255, 122, 31, .12);
  font: inherit;
  font-size: 10px;
  font-weight: 950;
  cursor: pointer;
}

.app-provider-info-trigger:hover {
  border-color: rgba(255, 122, 31, .5);
  background: #fff;
}

.app-provider-important-note {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 122, 31, .26);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 247, 241, .96), rgba(255, 255, 255, .94));
  box-shadow: 0 16px 38px rgba(255, 122, 31, .1);
}

.app-provider-important-note span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff7717, #ff9848);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.app-provider-important-note strong {
  color: var(--app-ink);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 950;
}

.app-provider-important-note button {
  height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255, 122, 31, .24);
  border-radius: 999px;
  color: var(--app-orange);
  background: #fff;
  box-shadow: 0 10px 24px rgba(255, 122, 31, .12);
  font: inherit;
  font-size: 11px;
  font-weight: 950;
  cursor: pointer;
}

.app-provider-important-note button:hover {
  border-color: rgba(255, 122, 31, .5);
}

.app-selected-provider {
  justify-self: end;
  padding: 8px 11px;
  border-radius: 999px;
  color: var(--app-orange);
  background: rgba(255, 119, 23, .1);
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
}

@media (max-width: 640px) {
  .app-provider-filter {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
    border-radius: 24px;
  }

  .app-provider-filter-head {
    min-height: auto;
    padding: 15px;
    border-radius: 20px;
  }

  .app-provider-filter-list {
    grid-template-columns: 1fr;
  }

  .app-provider-filter-list a {
    min-height: 76px;
    border-radius: 18px;
  }

  .app-provider-choice.has-provider-info > a {
    padding-right: 72px;
  }

  .app-provider-info-trigger {
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
  }

  .app-provider-important-note {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 12px;
    border-radius: 18px;
  }

  .app-provider-important-note span,
  .app-provider-important-note button {
    justify-self: start;
  }

  .app-provider-options {
    border-radius: 20px;
    padding: 12px;
  }

  .app-provider-options > div {
    grid-template-columns: 1fr;
  }
}

.sms-active-number {
  position: relative;
  overflow: hidden;
}

.sms-active-number.is-expiring {
  opacity: .42;
  transform: translateY(8px) scale(.985);
  transition: opacity .28s ease, transform .28s ease;
}

.sms-active-number.sms-code-arrived {
  box-shadow:
    0 20px 54px rgba(255, 122, 31, .12),
    inset 0 0 0 1px rgba(38, 199, 130, .18);
  animation: smsCardArrival 1.05s ease both;
}

.sms-celebration-layer {
  position: absolute;
  inset: 0;
  z-index: 8;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.sms-celebration-screen {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 15%, rgba(255, 122, 31, .09), transparent 24%),
    radial-gradient(circle at 50% 84%, rgba(38, 199, 130, .07), transparent 28%);
  animation: smsScreenFlash 1.95s ease both;
}

.sms-code-pulse {
  position: relative;
  z-index: 2;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, .35), transparent 32%),
    linear-gradient(135deg, #23c981, #ff7a1f);
  box-shadow: 0 20px 50px rgba(255, 122, 31, .22);
  animation: smsCodePulse 980ms cubic-bezier(.16, 1, .3, 1) both;
}

.sms-code-pulse span {
  margin-top: 8px;
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .04em;
}

.sms-code-pulse b {
  margin-top: -8px;
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
}

.sms-arrival-flash {
  position: absolute;
  top: clamp(72px, 9vh, 118px);
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px 11px 12px;
  border: 1px solid rgba(224, 231, 244, .85);
  border-radius: 999px;
  color: var(--app-ink);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 22px 70px rgba(17, 18, 37, .16);
  transform: translateX(-50%);
  animation: smsArrivalPill 1.45s cubic-bezier(.16, 1, .3, 1) both;
}

.sms-arrival-flash span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #ff7a1f, #ff9d4d);
  font-size: 12px;
  font-weight: 950;
}

.sms-arrival-flash b {
  color: #19ad73;
  font-size: 14px;
  line-height: 1;
  font-weight: 950;
}

.sms-gift-particle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--size, 12px);
  height: var(--size, 12px);
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #ff7a1f;
  font-size: var(--size, 12px);
  font-weight: 950;
  transform: translate(-50%, -50%) scale(.2);
  opacity: 0;
  filter: drop-shadow(0 8px 16px rgba(255, 122, 31, .18));
  animation: smsGiftCardParticle 980ms cubic-bezier(.16, 1, .3, 1) both;
}

.sms-celebration-screen .sms-gift-particle {
  top: var(--start-y, -8vh);
  left: var(--start-x, 50vw);
  transform: translate3d(0, 0, 0) scale(.6) rotate(0);
  opacity: 0;
  animation-name: smsGiftScreenParticle;
  animation-timing-function: cubic-bezier(.16, 1, .3, 1);
}

.sms-gift-particle:nth-child(3n) {
  color: #19c981;
}

.sms-gift-particle:nth-child(4n) {
  color: #111327;
}

@keyframes smsScreenFlash {
  0% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  78% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes smsCardArrival {
  0%, 100% {
    transform: translateY(0);
  }
  22% {
    transform: translateY(-2px);
  }
  46% {
    transform: translateY(1px);
  }
}

@keyframes smsCodePulse {
  0% {
    opacity: 0;
    transform: translateY(12px) scale(.58) rotate(-5deg);
  }
  18% {
    opacity: 1;
    transform: translateY(0) scale(1.08) rotate(2deg);
  }
  48% {
    transform: scale(.98) rotate(0);
  }
  76% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-8px) scale(.82);
  }
}

@keyframes smsArrivalPill {
  0% {
    opacity: 0;
    transform: translate(-50%, -12px) scale(.92);
  }
  18%, 70% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -8px) scale(.96);
  }
}

@keyframes smsGiftCardParticle {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(.2) rotate(0);
  }
  16% {
    opacity: .95;
  }
  74% {
    opacity: .95;
    transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y))) scale(1) rotate(var(--r));
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y))) scale(.56) rotate(var(--r));
  }
}

@keyframes smsGiftScreenParticle {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(.58) rotate(0);
  }
  12% {
    opacity: .92;
  }
  78% {
    opacity: .86;
    transform: translate3d(var(--x), calc(var(--y) * .82), 0) scale(1) rotate(var(--r));
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--x), var(--y), 0) scale(.52) rotate(var(--r));
  }
}

@media (max-width: 640px) {
  .sms-code-pulse {
    width: 58px;
    height: 58px;
    border-radius: 20px;
  }

  .sms-code-pulse span {
    font-size: 10px;
  }

  .sms-code-pulse b {
    font-size: 20px;
  }

  .sms-arrival-flash {
    top: max(58px, env(safe-area-inset-top));
    padding: 9px 13px 9px 10px;
  }

  .sms-arrival-flash span {
    width: 30px;
    height: 30px;
    border-radius: 12px;
    font-size: 10px;
  }

  .sms-arrival-flash b {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sms-active-number.sms-code-arrived,
  .sms-celebration-screen,
  .sms-code-pulse,
  .sms-arrival-flash,
  .sms-gift-particle {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Dialog and drawer polish */
.number-drawer-panel,
.number-auth-sheet,
.number-policy-sheet {
  letter-spacing: 0;
}

.number-drawer-close,
.number-auth-close,
.number-policy-close {
  z-index: 5;
  text-decoration: none;
}

.number-drawer-profile {
  padding-right: 58px;
}

.number-drawer-profile > b {
  justify-self: end;
  max-width: 112px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.number-drawer-nav {
  gap: 9px;
}

.number-drawer-nav > a {
  text-decoration: none;
}

.number-drawer-nav > a > span:not(.drawer-icon) {
  display: grid;
  gap: 3px;
}

.number-drawer-nav small {
  margin-top: 0;
}

.drawer-pill {
  display: none;
}

.number-auth-modal.open {
  display: grid;
  place-items: start center;
  overflow-y: auto;
  padding: clamp(18px, 4vh, 44px) 14px;
}

.number-auth-sheet {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: min(540px, calc(100vw - 28px));
  min-height: 0;
  max-height: calc(100svh - clamp(36px, 8vh, 88px));
  border-radius: 30px;
  padding: 28px;
  overflow-y: auto;
  transform: translateY(24px) scale(.985);
}

.number-auth-modal.open .number-auth-sheet {
  transform: translateY(0) scale(1);
}

.number-auth-panel.active {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.number-auth-panel h2 {
  margin: 2px 44px 10px 0;
  font-size: 27px;
  line-height: 1.08;
  letter-spacing: 0;
}

.number-auth-panel p {
  margin: 0 0 18px;
}

.number-auth-panel form {
  display: grid;
  gap: 11px;
}

.number-auth-panel label {
  margin: 0 0 -3px;
}

.number-human-check {
  margin-bottom: 5px;
}

.number-auth-panel .number-primary-btn {
  margin-top: 4px;
}

.number-auth-links,
.number-auth-switch {
  margin-top: 16px;
  padding-top: 13px;
  border-top: 1px solid var(--app-line);
}

.number-auth-switch {
  display: block;
  margin-bottom: 0;
  text-align: center;
}

.number-policy-modal.open {
  display: grid;
  place-items: end center;
  padding: 10px;
}

.number-policy-sheet {
  width: min(430px, calc(100vw - 20px));
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

.number-policy-copy {
  max-height: calc(100svh - 150px);
  overflow-y: auto;
  padding-right: 2px;
}

.number-policy-modal.open .number-policy-sheet {
  opacity: 1;
  visibility: visible;
}

.number-detail-sheet {
  opacity: 0;
  visibility: hidden;
  transition:
    transform .22s cubic-bezier(.2, .8, .2, 1),
    opacity .18s ease,
    visibility .18s ease;
}

.number-detail-modal.open .number-detail-sheet {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  .number-detail-backdrop {
    background: rgba(7, 9, 18, .42);
    backdrop-filter: blur(8px);
  }

  .number-detail-sheet {
    top: 50%;
    bottom: auto;
    left: 50%;
    width: min(760px, calc(100vw - 84px));
    max-height: min(720px, calc(100vh - 84px));
    border-radius: 34px;
    padding: 34px 38px 36px;
    box-shadow: 0 36px 110px rgba(17, 18, 37, .26);
    transform: translate(-50%, calc(-50% + 26px)) scale(.985);
  }

  .number-detail-modal.open .number-detail-sheet {
    transform: translate(-50%, -50%) scale(1);
  }

  .number-detail-kicker {
    padding: 9px 12px;
  }

  .number-detail-sheet h2 {
    margin: 14px 54px 8px 0;
    font-size: 34px;
    line-height: 1.08;
    letter-spacing: 0;
  }

  .number-detail-sheet p {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .number-detail-sheet dl {
    gap: 10px;
  }

  .number-detail-sheet dl div {
    min-height: 58px;
    grid-template-columns: minmax(126px, .34fr) minmax(0, 1fr);
    border-radius: 19px;
    padding: 14px 16px;
  }

  .number-detail-sheet dt {
    font-size: 12px;
  }

  .number-detail-sheet dd {
    font-size: 14px;
    line-height: 1.35;
  }

  .number-policy-modal.open {
    place-items: center;
    padding: 34px;
  }

  .number-policy-sheet {
    top: 50%;
    bottom: auto;
    left: 50%;
    width: min(920px, calc(100vw - 92px));
    max-height: min(760px, calc(100vh - 86px));
    border-radius: 34px;
    padding: 34px 38px 36px;
    box-shadow: 0 36px 110px rgba(17, 18, 37, .26);
    transform: translate(-50%, calc(-50% + 26px)) scale(.985);
  }

  .number-policy-modal.open .number-policy-sheet {
    transform: translate(-50%, -50%) scale(1);
  }

  .number-policy-sheet h2 {
    margin: 10px 54px 18px 0;
    font-size: 34px;
    line-height: 1.08;
    letter-spacing: 0;
  }

  .number-policy-copy {
    grid-template-columns: 1fr;
    gap: 12px;
    max-height: calc(min(760px, 100vh - 86px) - 150px);
  }

  .number-policy-copy p {
    border-radius: 20px;
    padding: 16px 18px;
    font-size: 14px;
    line-height: 1.62;
  }
}

@media (min-width: 1024px) {
  .number-auth-sheet {
    width: min(540px, calc(100vw - 72px));
    max-height: calc(100vh - 88px);
    padding: 30px;
  }

  .number-drawer-panel {
    width: min(480px, calc(100% - 48px));
    padding: 20px;
  }

  .number-drawer-profile {
    min-height: 76px;
    padding: 13px 68px 13px 13px;
  }

  .number-drawer-nav {
    grid-template-columns: 1fr;
  }

  .number-drawer-nav > a {
    min-height: 68px;
  }

  .number-drawer-links {
    margin-top: 16px;
  }
}

@media (max-width: 640px) {
  .number-drawer-profile {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 12px 54px 12px 12px;
  }

  .number-drawer-profile > b {
    grid-column: 2;
    justify-self: start;
    margin-top: -4px;
  }

  .number-auth-modal.open {
    align-items: end;
    padding: 10px;
  }

  .number-auth-sheet {
    width: calc(100vw - 20px);
    max-height: calc(100svh - 20px);
    border-radius: 30px;
    padding: 24px 18px 20px;
  }

  .number-auth-panel h2 {
    margin-top: 8px;
    font-size: 24px;
  }

  .number-auth-panel form {
    gap: 13px;
  }

  .number-human-check {
    margin-bottom: 8px;
  }

  .number-auth-panel .number-primary-btn {
    margin-top: 7px;
  }

  .number-auth-links,
  .number-auth-switch {
    margin-top: 18px;
    padding-top: 14px;
  }

  .number-policy-sheet {
    width: calc(100vw - 20px);
    max-height: calc(100svh - 20px);
  }
}

@media (max-width: 430px) {
  html,
  body.number-shell {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-inline: 0 !important;
  }

  body.number-shell header.wide-container,
  body.number-shell main.wide-container,
  .wide-container {
    padding-inline: 16px;
  }

  .app-home {
    padding-top: 12px;
  }

  .app-hero-card {
    min-height: 326px;
    border-radius: 30px;
    padding: 20px;
  }

  .app-hero-card h1 {
    max-width: 100%;
    margin-top: 26px;
    font-size: 31px;
    line-height: 1.05;
  }

  .app-hero-card p {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.52;
  }

  .app-code-preview {
    min-height: 78px;
    gap: 10px;
    margin: 22px 0 20px;
    border-radius: 22px;
    padding: 14px;
  }

  .app-code-preview strong {
    gap: 6px;
    font-size: 28px;
  }

  .app-code-preview > b {
    flex: 0 0 auto;
    min-height: 32px;
    padding-inline: 9px;
    font-size: 12px;
  }

  .app-action-row {
    gap: 10px;
  }

  .app-action-row a {
    min-height: 56px;
    border-radius: 18px;
    padding-inline: 10px;
    font-size: 14px;
  }

  .app-stat-strip {
    gap: 8px;
  }

  .app-stat-strip span {
    min-height: 92px;
    border-radius: 22px;
    padding-inline: 6px;
  }
}

.app-hero-command {
  isolation: isolate;
  display: grid;
  gap: 18px;
  min-height: auto;
  border-color: rgba(255, 255, 255, .2);
  border-radius: 34px;
  padding: 22px;
  background:
    radial-gradient(circle at 18% 0%, rgba(99, 102, 241, .22), transparent 30%),
    radial-gradient(circle at 100% 78%, rgba(255, 119, 23, .46), transparent 35%),
    linear-gradient(150deg, #0f1022 0%, #15162f 52%, #351e25 100%);
  box-shadow: 0 30px 72px rgba(17, 18, 37, .28), inset 0 1px 0 rgba(255, 255, 255, .16);
}

.app-hero-command:before {
  width: 340px;
  height: 340px;
  right: -160px;
  top: auto;
  bottom: -168px;
  border: 1px solid rgba(255, 255, 255, .16);
  background:
    radial-gradient(circle, rgba(255, 139, 47, .44) 0 32%, rgba(255, 139, 47, .16) 33% 54%, transparent 55%);
  filter: blur(0);
  animation: heroCommandDrift 7s ease-in-out infinite;
}

.app-hero-command:after {
  inset: 0;
  width: auto;
  height: auto;
  border-radius: inherit;
  background:
    linear-gradient(115deg, transparent 0 38%, rgba(255, 255, 255, .08) 47%, transparent 58%),
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 100% 100%, 26px 26px, 26px 26px;
  animation: heroCommandSweep 6.8s ease-in-out infinite;
}

.hero-command-copy,
.hero-command-visual {
  position: relative;
  z-index: 1;
}

.hero-command-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.hero-command-kicker span,
.hero-command-kicker em {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  padding: 0 13px;
  color: rgba(255, 255, 255, .92);
  background: rgba(255, 255, 255, .12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  backdrop-filter: blur(16px);
}

.hero-command-kicker span b {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--app-green);
  box-shadow: 0 0 0 8px rgba(24, 199, 129, .14);
  animation: appPulse 1.5s ease-in-out infinite;
}

.hero-command-kicker em {
  color: rgba(255, 255, 255, .76);
  background: rgba(255, 255, 255, .08);
}

.app-hero-command .hero-command-copy h1 {
  max-width: 100%;
  margin: 28px 0 12px;
  color: #fff;
  font-size: 34px;
  line-height: 1.03;
  font-weight: 950;
  letter-spacing: 0;
}

.app-hero-command .hero-command-copy p {
  max-width: 100%;
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
  line-height: 1.56;
  font-weight: 760;
}

.hero-command-actions {
  margin-top: 22px;
}

.hero-command-visual {
  min-height: 258px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 30px;
  padding: 18px;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, .16), transparent 24%),
    rgba(255, 255, 255, .07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}

.hero-phone-card {
  position: relative;
  z-index: 2;
  width: min(100%, 300px);
  margin: 0 auto;
  display: grid;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: 30px;
  padding: 16px;
  color: var(--app-ink);
  background:
    radial-gradient(circle at 88% 0%, rgba(255, 119, 23, .14), transparent 34%),
    rgba(255, 255, 255, .94);
  box-shadow: 0 30px 64px rgba(0, 0, 0, .2);
  animation: heroPhoneFloat 5.8s ease-in-out infinite;
}

.hero-phone-top,
.hero-service-row,
.hero-number-row,
.hero-code-ticket {
  display: flex;
  align-items: center;
}

.hero-phone-top {
  justify-content: space-between;
  color: #16172a;
  font-size: 12px;
  font-weight: 950;
}

.hero-phone-top b {
  display: inline-flex;
  gap: 4px;
}

.hero-phone-top i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #16172a;
}

.hero-service-row {
  gap: 10px;
  border: 1px solid var(--app-line);
  border-radius: 20px;
  padding: 10px;
  background: #fff;
}

.hero-service-row > strong {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(145deg, #22c55e, #18c781);
  font-size: 13px;
  font-weight: 950;
}

.hero-service-row span {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.hero-service-row span b {
  color: var(--app-ink);
  font-size: 14px;
  line-height: 1;
  font-weight: 950;
}

.hero-service-row span small {
  color: var(--app-muted);
  font-size: 11px;
  font-weight: 850;
}

.hero-service-row em {
  margin-left: auto;
  border-radius: 999px;
  padding: 7px 9px;
  color: #067647;
  background: #dcfae6;
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
}

.hero-number-row {
  justify-content: space-between;
  gap: 10px;
  border-radius: 18px;
  padding: 11px 12px;
  background: var(--app-soft);
}

.hero-number-row span {
  color: var(--app-ink);
  font-size: 13px;
  font-weight: 950;
}

.hero-number-row b {
  color: var(--app-orange);
  font-size: 11px;
  font-weight: 950;
}

.hero-flow-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.hero-flow-track span {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8edf6;
}

.hero-flow-track span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--app-orange), #36c5f0);
  animation: heroFlowFill 2.8s ease-in-out infinite;
}

.hero-flow-track span:nth-child(2):before {
  animation-delay: .22s;
}

.hero-flow-track span:nth-child(3):before {
  animation-delay: .44s;
}

.hero-code-ticket {
  justify-content: space-between;
  gap: 12px;
  border-radius: 22px;
  padding: 14px;
  color: #fff;
  background: linear-gradient(135deg, #111225, #252744);
  box-shadow: 0 18px 34px rgba(17, 18, 37, .22);
}

.hero-code-ticket small,
.hero-code-ticket b {
  color: rgba(255, 255, 255, .68);
  font-size: 10px;
  font-weight: 900;
}

.hero-code-ticket strong {
  margin-right: auto;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  font-weight: 950;
}

.hero-code-ticket b {
  border-radius: 999px;
  padding: 7px 9px;
  color: #21c980;
  background: rgba(24, 199, 129, .12);
}

.hero-signal-ring {
  position: absolute;
  z-index: 0;
  inset: auto 22px 22px auto;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  animation: heroSignalPing 3.8s ease-in-out infinite;
}

.hero-signal-ring.two {
  right: 54px;
  bottom: 54px;
  width: 92px;
  height: 92px;
  animation-delay: .5s;
}

.hero-float-service {
  position: absolute;
  z-index: 3;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 16px;
  color: var(--app-ink);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .16);
  font-size: 11px;
  font-weight: 950;
  animation: heroBubbleFloat 4.6s ease-in-out infinite;
}

.hero-float-google {
  left: 14px;
  top: 68px;
}

.hero-float-wa {
  right: 12px;
  top: 34px;
  color: #16a34a;
  animation-delay: .2s;
}

.hero-float-tg {
  right: 20px;
  bottom: 34px;
  color: #229ed9;
  animation-delay: .38s;
}

.app-stat-command {
  gap: 10px;
}

.app-stat-command span {
  align-content: start;
  justify-items: start;
  min-height: 92px;
  border-radius: 24px;
  padding: 14px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 119, 23, .12), transparent 42%),
    rgba(255, 255, 255, .88);
}

.app-stat-command span:after {
  left: 14px;
  right: 14px;
}

.app-stat-command strong {
  font-size: 24px;
}

@keyframes heroCommandDrift {
  0%, 100% { transform: translate3d(0, 0, 0) scale(.96); opacity: .72; }
  50% { transform: translate3d(-18px, -12px, 0) scale(1.08); opacity: 1; }
}

@keyframes heroCommandSweep {
  0%, 100% { background-position: -90px 0, 0 0, 0 0; opacity: .82; }
  50% { background-position: 90px 0, 13px 13px, 13px 13px; opacity: 1; }
}

@keyframes heroPhoneFloat {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-7px) rotate(1deg); }
}

@keyframes heroSignalPing {
  0%, 100% { transform: scale(.9); opacity: .18; }
  50% { transform: scale(1.08); opacity: .5; }
}

@keyframes heroBubbleFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes heroFlowFill {
  0% { transform: translateX(-104%); }
  45%, 100% { transform: translateX(0); }
}

@media (max-width: 430px) {
  .app-hero-command {
    gap: 16px;
    min-height: auto;
    border-radius: 32px;
    padding: 20px;
  }

  .hero-command-kicker em {
    display: none;
  }

  .app-hero-command .hero-command-copy h1 {
    margin-top: 26px;
    font-size: 31px;
    line-height: 1.05;
  }

  .app-hero-command .hero-command-copy p {
    font-size: 13px;
  }

  .hero-command-visual {
    min-height: 254px;
    border-radius: 28px;
    padding: 16px 12px;
  }

  .hero-phone-card {
    width: min(100%, 292px);
    padding: 14px;
  }

  .hero-float-google {
    left: 8px;
    top: 70px;
  }

  .hero-float-wa {
    right: 8px;
  }

  .hero-float-tg {
    right: 12px;
    bottom: 28px;
  }

  .app-stat-command {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .app-stat-command span {
    align-content: center;
    justify-items: center;
    min-height: 88px;
    padding: 10px 6px;
  }

  .app-stat-command strong {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .app-hero-command {
    min-height: 430px;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
    align-items: center;
    gap: 26px;
    padding: 38px;
  }

  .app-hero-command .hero-command-copy h1 {
    max-width: 690px;
    margin-top: 34px;
    font-size: 56px;
    line-height: 1;
  }

  .app-hero-command .hero-command-copy p {
    max-width: 560px;
    font-size: 16px;
  }

  .hero-command-actions {
    max-width: 520px;
    margin-top: 28px;
  }

  .hero-command-visual {
    min-height: 340px;
  }

  .hero-phone-card {
    width: 318px;
  }
}

@media (min-width: 1024px) {
  .app-hero-command {
    min-height: 520px;
    border-radius: 40px;
    padding: 48px;
  }

  .app-hero-command .hero-command-copy h1 {
    font-size: clamp(56px, 4.6vw, 68px);
  }

  .hero-command-visual {
    min-height: 400px;
    border-radius: 34px;
    padding: 28px 20px;
  }

  .hero-phone-card {
    width: 330px;
    padding: 18px;
  }

  .app-stat-command {
    grid-template-columns: 1fr;
  }

  .app-stat-command span {
    min-height: 164px;
    border-radius: 30px;
    padding: 24px;
  }

  .app-stat-command strong {
    font-size: 42px;
  }
}

@media (max-width: 430px) {
  .app-hero-command {
    gap: 14px;
    padding: 18px;
  }

  .hero-command-kicker span {
    min-height: 36px;
    padding-inline: 12px;
    font-size: 11px;
  }

  .app-hero-command .hero-command-copy h1 {
    margin-top: 22px;
    font-size: 28px;
    line-height: 1.06;
  }

  .app-hero-command .hero-command-copy p {
    font-size: 12.5px;
    line-height: 1.45;
  }

  .hero-command-actions {
    margin-top: 18px;
  }

  .hero-command-visual {
    min-height: 210px;
    max-height: 210px;
    border-radius: 24px;
    padding: 10px;
  }

  .hero-phone-card {
    width: 300px;
    margin-top: 0;
    animation: none;
    transform: scale(.78);
    transform-origin: top center;
  }

  .hero-service-row {
    padding: 8px;
  }

  .hero-service-row > strong {
    width: 38px;
    height: 38px;
    border-radius: 14px;
  }

  .hero-number-row {
    padding: 10px;
  }

  .hero-code-ticket {
    padding: 12px;
  }

  .hero-code-ticket strong {
    font-size: 22px;
  }

  .hero-float-service {
    width: 38px;
    height: 38px;
    border-radius: 14px;
  }

  .hero-float-google {
    left: 4px;
    top: 58px;
  }

  .hero-float-wa {
    top: 18px;
    right: 5px;
  }

  .hero-float-tg {
    right: 7px;
    bottom: 18px;
  }

  .app-stat-command {
    margin-top: 14px;
  }
}

.app-hero-command {
  grid-column: 1 / -1;
}

.app-hero-command .hero-command-copy h1 {
  margin-top: 0;
}

.hero-command-kicker,
.hero-float-service {
  display: none !important;
}

.hero-command-visual {
  overflow: hidden;
}

.hero-phone-card {
  animation: heroPhoneFloat 6.2s ease-in-out infinite;
}

.hero-service-row em {
  min-width: max-content;
  animation: heroReadyPulse 3.8s ease-in-out infinite;
}

.hero-number-row {
  position: relative;
  overflow: hidden;
}

.hero-number-row:after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -42%;
  width: 34%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .72), transparent);
  animation: heroNumberSweep 4.8s ease-in-out infinite;
}

.hero-status-feed {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.hero-status-feed span {
  min-width: 0;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 14px;
  color: var(--app-muted);
  background: #f6f8fc;
  font-size: 10px;
  line-height: 1.05;
  font-weight: 950;
  text-align: center;
  animation: heroStatusStep 4.8s ease-in-out infinite;
}

.hero-status-feed span:nth-child(2) {
  animation-delay: .42s;
}

.hero-status-feed span:nth-child(3) {
  animation-delay: .84s;
}

.hero-status-feed i {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 999px;
  background: #c8d0dd;
}

.hero-status-feed span:nth-child(1) i,
.hero-status-feed span:nth-child(3) i {
  background: var(--app-green);
  box-shadow: 0 0 0 5px rgba(24, 199, 129, .11);
}

.hero-status-feed span:nth-child(2) i {
  background: var(--app-orange);
  box-shadow: 0 0 0 5px rgba(255, 119, 23, .12);
}

.hero-code-ticket {
  position: relative;
  overflow: hidden;
}

.hero-code-ticket:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--app-green);
  transform: translateY(-50%);
  box-shadow: 0 0 0 9px rgba(24, 199, 129, .12), 0 0 22px rgba(24, 199, 129, .52);
  animation: appPulse 1.4s ease-in-out infinite;
}

.hero-code-ticket strong {
  animation: heroCodeArrive 4.8s ease-in-out infinite;
}

.app-stat-command {
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin: 0;
}

.app-stat-command span {
  align-content: center;
  justify-items: center;
  min-height: 94px !important;
  border-color: rgba(255, 255, 255, .18);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 119, 23, .18), transparent 45%),
    rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14), 0 18px 38px rgba(0, 0, 0, .1);
}

.app-stat-command strong {
  color: #fff;
}

.app-stat-command small {
  color: rgba(255, 255, 255, .68);
}

@keyframes heroPhoneFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@keyframes heroReadyPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}

@keyframes heroNumberSweep {
  0%, 48% { left: -44%; opacity: 0; }
  58% { opacity: .9; }
  100% { left: 118%; opacity: 0; }
}

@keyframes heroStatusStep {
  0%, 100% {
    color: var(--app-muted);
    background: #f6f8fc;
    transform: translateY(0);
  }
  45%, 64% {
    color: var(--app-ink);
    background: #fff7ed;
    transform: translateY(-2px);
  }
}

@keyframes heroCodeArrive {
  0%, 54% { transform: translateY(0); opacity: .72; }
  66%, 78% { transform: translateY(-2px); opacity: 1; }
  100% { transform: translateY(0); opacity: 1; }
}

@media (min-width: 1024px) {
  .app-home {
    grid-template-columns: 1fr;
  }

  .app-hero-command {
    grid-template-columns: minmax(0, .9fr) minmax(360px, .8fr);
  }

  .app-stat-command {
    margin-top: -10px;
  }
}

@media (max-width: 430px) {
  .hero-command-visual {
    min-height: 276px;
    max-height: 276px;
  }

  .hero-phone-card {
    width: 316px;
    transform: scale(.72);
    animation: none;
  }

  .hero-status-feed {
    gap: 5px;
  }

  .hero-status-feed span {
    min-height: 31px;
    border-radius: 12px;
    font-size: 9px;
  }

  .app-stat-command {
    gap: 8px;
  }

  .app-stat-command span {
    min-height: 78px !important;
    border-radius: 20px;
    padding: 9px 5px;
  }

  .app-stat-command strong {
    font-size: 21px;
  }
}

.app-hero-command {
  gap: 18px !important;
  min-height: auto !important;
  padding: 24px !important;
}

.hero-command-visual {
  min-height: 250px !important;
  max-height: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.hero-signal-ring {
  display: none !important;
}

.hero-phone-card {
  width: min(100%, 620px) !important;
  margin-inline: auto;
  gap: 10px;
  border-radius: 26px;
  padding: 13px;
  animation: none !important;
}

.hero-demo-orders {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hero-demo-order {
  min-width: 0;
  overflow: hidden;
  display: grid;
  gap: 8px;
  border: 1px solid var(--app-line);
  border-radius: 20px;
  padding: 10px;
  background:
    radial-gradient(circle at 88% 0%, rgba(255, 119, 23, .1), transparent 34%),
    #fff;
  box-shadow: 0 14px 30px rgba(17, 18, 37, .08);
  animation: heroOrderCardFlow 5.8s ease-in-out infinite;
}

.hero-demo-order.instagram {
  animation-delay: .42s;
}

.hero-demo-order .hero-service-row {
  gap: 8px;
  border-radius: 16px;
  padding: 8px;
}

.hero-demo-order .hero-service-row > strong {
  width: 34px;
  height: 34px;
  border-radius: 13px;
  font-size: 11px;
}

.hero-demo-order.instagram .hero-service-row > strong {
  background: linear-gradient(145deg, #f58529, #dd2a7b 58%, #8134af);
}

.hero-demo-order .hero-service-row span b {
  font-size: 12px;
}

.hero-demo-order .hero-service-row span small {
  font-size: 9px;
}

.hero-demo-order .hero-service-row em {
  padding: 6px 7px;
  font-size: 8px;
  white-space: nowrap;
}

.hero-demo-order.instagram .hero-service-row em {
  color: #9a3412;
  background: #ffedd5;
}

.hero-demo-order .hero-number-row {
  border-radius: 14px;
  padding: 9px 10px;
}

.hero-demo-order .hero-number-row span {
  font-size: 11px;
}

.hero-demo-order .hero-number-row b {
  font-size: 10px;
}

.hero-demo-order .hero-status-feed {
  gap: 5px;
}

.hero-demo-order .hero-status-feed span {
  min-height: 28px;
  border-radius: 12px;
  padding-inline: 4px;
  font-size: 8px;
}

.hero-demo-order .hero-status-feed i {
  width: 6px;
  height: 6px;
  flex-basis: 6px;
}

.hero-demo-order .hero-flow-track {
  gap: 5px;
}

.hero-demo-order .hero-flow-track span {
  height: 6px;
}

.hero-demo-order .hero-code-ticket {
  gap: 8px;
  border-radius: 16px;
  padding: 10px;
}

.hero-demo-order .hero-code-ticket small,
.hero-demo-order .hero-code-ticket b {
  font-size: 8px;
}

.hero-demo-order .hero-code-ticket strong {
  font-size: 18px;
}

.hero-demo-order.instagram .hero-code-ticket strong {
  color: rgba(255, 255, 255, .52);
  letter-spacing: 1px;
}

.app-stat-command span {
  min-height: 76px !important;
  border-radius: 20px !important;
  padding: 11px 8px !important;
}

.app-stat-command strong {
  font-size: 24px !important;
}

@keyframes heroOrderCardFlow {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

@media (min-width: 768px) {
  .app-hero-command {
    grid-template-columns: minmax(0, .76fr) minmax(0, .94fr) !important;
    align-items: center;
    padding: 30px !important;
  }

  .app-hero-command .hero-command-copy h1 {
    max-width: 560px;
    font-size: 44px !important;
    line-height: 1.02;
  }

  .app-hero-command .hero-command-copy p {
    max-width: 470px;
    font-size: 14px !important;
  }

  .hero-command-actions {
    max-width: 430px;
    margin-top: 22px;
  }

  .hero-command-actions a {
    min-height: 56px;
  }

  .app-stat-command {
    margin-top: -2px !important;
  }
}

@media (min-width: 1024px) {
  .app-hero-command {
    min-height: 390px !important;
    border-radius: 34px !important;
    padding: 34px !important;
  }

  .app-hero-command .hero-command-copy h1 {
    font-size: clamp(42px, 3.6vw, 54px) !important;
  }

  .hero-command-visual {
    min-height: 246px !important;
  }

  .app-stat-command span {
    min-height: 82px !important;
  }

  .app-stat-command strong {
    font-size: 30px !important;
  }
}

@media (max-width: 430px) {
  .app-hero-command {
    padding: 17px !important;
  }

  .app-hero-command .hero-command-copy h1 {
    font-size: 27px !important;
  }

  .app-hero-command .hero-command-copy p {
    font-size: 12px !important;
  }

  .hero-command-actions {
    margin-top: 16px;
  }

  .hero-command-visual {
    min-height: 250px !important;
  }

  .hero-phone-card {
    width: 100% !important;
    padding: 10px;
    transform: none !important;
  }

  .hero-demo-orders {
    gap: 8px;
  }

  .hero-demo-order {
    gap: 6px;
    border-radius: 17px;
    padding: 7px;
  }

  .hero-demo-order .hero-service-row {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    gap: 7px;
    padding: 7px;
  }

  .hero-demo-order .hero-service-row > strong {
    width: 28px;
    height: 28px;
    border-radius: 11px;
    font-size: 9px;
  }

  .hero-demo-order .hero-service-row em {
    display: none;
  }

  .hero-demo-order .hero-service-row span,
  .hero-demo-order .hero-service-row span b,
  .hero-demo-order .hero-service-row span small {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero-demo-order .hero-number-row {
    display: grid;
    gap: 4px;
    padding: 8px;
  }

  .hero-demo-order .hero-number-row span {
    max-width: 100%;
    overflow: hidden;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero-demo-order .hero-status-feed {
    grid-template-columns: 1fr;
  }

  .hero-demo-order .hero-status-feed span {
    min-height: 23px;
    justify-content: start;
    font-size: 7.5px;
  }

  .hero-demo-order .hero-code-ticket {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 8px;
  }

  .hero-demo-order .hero-code-ticket strong {
    font-size: 16px;
  }

  .hero-demo-order .hero-code-ticket b {
    width: max-content;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .app-stat-command span {
    min-height: 66px !important;
  }

  .app-stat-command strong {
    font-size: 19px !important;
  }
}

/* Independent animated service cards for the home hero. */
.hero-command-visual {
  min-height: 320px !important;
  max-height: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.hero-float-stage {
  position: relative;
  width: min(100%, 620px);
  min-height: 320px;
  margin-inline: auto;
  isolation: isolate;
}

.hero-float-stage:before,
.hero-float-stage:after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: -1;
}

.hero-float-stage:before {
  inset: 28px 20px 32px;
  background:
    radial-gradient(circle at 20% 24%, rgba(54, 197, 240, .16), transparent 30%),
    radial-gradient(circle at 88% 68%, rgba(255, 119, 23, .22), transparent 34%);
  filter: blur(10px);
}

.hero-float-stage:after {
  right: 22px;
  bottom: 22px;
  width: 116px;
  height: 116px;
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow:
    0 0 0 34px rgba(255, 255, 255, .055),
    0 0 0 68px rgba(255, 255, 255, .035);
}

.hero-float-orbit {
  position: absolute;
  inset: 42px 24px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 42px;
  opacity: .52;
  pointer-events: none;
}

.hero-float-card {
  position: absolute;
  display: grid;
  gap: 9px;
  width: 286px;
  min-width: 0;
  border: 1px solid rgba(229, 235, 246, .94);
  border-radius: 23px;
  padding: 12px;
  color: var(--app-ink);
  background:
    radial-gradient(circle at 92% 0%, rgba(255, 119, 23, .12), transparent 34%),
    rgba(255, 255, 255, .96);
  box-shadow:
    0 24px 56px rgba(15, 23, 42, .18),
    inset 0 1px 0 rgba(255, 255, 255, .9);
  transform: translate3d(0, 0, 0);
  animation: heroFloatCardA 6.4s ease-in-out infinite;
  will-change: transform;
}

.hero-float-card.whatsapp {
  left: 18px;
  top: 14px;
  z-index: 3;
}

.hero-float-card.instagram {
  right: 18px;
  top: auto;
  bottom: 16px;
  z-index: 2;
  animation-name: heroFloatCardB;
  animation-delay: .32s;
}

.hero-float-card.telegram {
  left: 142px;
  bottom: 2px;
  z-index: 4;
  animation-name: heroFloatCardC;
  animation-delay: .68s;
}

.hero-float-card-head,
.hero-float-number,
.hero-float-code {
  display: flex;
  align-items: center;
}

.hero-float-card-head {
  gap: 9px;
}

.hero-float-card-head > strong {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, #22c55e, #18c781);
  box-shadow: 0 10px 22px rgba(34, 197, 94, .26);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
}

.hero-float-card.instagram .hero-float-card-head > strong {
  background: linear-gradient(145deg, #f58529, #dd2a7b 58%, #8134af);
  box-shadow: 0 10px 22px rgba(221, 42, 123, .24);
}

.hero-float-card.telegram .hero-float-card-head > strong {
  background: linear-gradient(145deg, #29a9e8, #168acd);
  box-shadow: 0 10px 22px rgba(41, 169, 232, .24);
}

.hero-float-card-head span {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.hero-float-card-head span b,
.hero-float-card-head span small,
.hero-float-number span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-float-card-head span b {
  color: var(--app-ink);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
}

.hero-float-card-head span small {
  color: var(--app-muted);
  font-size: 10px;
  font-weight: 850;
}

.hero-float-card-head em {
  margin-left: auto;
  border-radius: 999px;
  padding: 6px 8px;
  color: #067647;
  background: #dcfae6;
  font-size: 9px;
  font-style: normal;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.hero-float-card.instagram .hero-float-card-head em {
  color: #9a3412;
  background: #ffedd5;
}

.hero-float-number {
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
  border-radius: 15px;
  padding: 9px 10px;
  background: var(--app-soft);
}

.hero-float-number span {
  min-width: 0;
  color: var(--app-ink);
  font-size: 12px;
  font-weight: 950;
}

.hero-float-number b {
  color: var(--app-orange);
  font-size: 10px;
  font-weight: 950;
  white-space: nowrap;
}

.hero-float-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
}

.hero-float-progress i {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8edf6;
}

.hero-float-progress i:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--app-orange), #36c5f0);
  transform-origin: left center;
  animation: heroFlowFill 3.2s ease-in-out infinite;
}

.hero-float-progress i:nth-child(2):before {
  animation-delay: .22s;
}

.hero-float-progress i:nth-child(3):before {
  animation-delay: .44s;
}

.hero-float-code {
  justify-content: space-between;
  gap: 10px;
  border-radius: 16px;
  padding: 10px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 50%, rgba(34, 197, 94, .28), transparent 30%),
    linear-gradient(135deg, #111225, #252744);
}

.hero-float-code small {
  color: rgba(255, 255, 255, .62);
  font-size: 9px;
  font-weight: 900;
  white-space: nowrap;
}

.hero-float-code strong {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
}

.hero-float-card.instagram .hero-float-code strong {
  color: rgba(255, 255, 255, .54);
  letter-spacing: 1px;
}

@keyframes heroFloatCardA {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-1.5deg); }
  50% { transform: translate3d(14px, -10px, 0) rotate(1deg); }
}

@keyframes heroFloatCardB {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(1.5deg); }
  50% { transform: translate3d(-14px, 10px, 0) rotate(-1deg); }
}

@keyframes heroFloatCardC {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(.6deg); }
  50% { transform: translate3d(0, -12px, 0) rotate(-.6deg); }
}

@media (min-width: 1024px) {
  .app-hero-command {
    min-height: 372px !important;
    padding: 30px !important;
  }

  .hero-command-visual {
    min-height: 320px !important;
  }
}

@media (max-width: 767px) {
  html,
  body.number-shell {
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  body.number-shell {
    margin: 0 !important;
  }

  body.number-shell header.wide-container,
  body.number-shell main.wide-container,
  .wide-container {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
    padding-inline: 16px !important;
    box-sizing: border-box;
  }

  .app-hero-command {
    overflow: hidden;
    border-radius: 28px !important;
  }

  .app-hero-command .hero-command-copy {
    min-width: 0;
  }

  .app-hero-command .hero-command-copy h1,
  .app-hero-command .hero-command-copy p {
    max-width: 100% !important;
  }

  .hero-command-actions {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px;
  }

  .hero-command-actions a {
    min-width: 0;
    width: 100%;
    padding-inline: 10px;
  }

  .hero-command-visual {
    min-height: 340px !important;
  }

  .hero-float-stage {
    width: 100%;
    min-height: 340px;
  }

  .hero-float-orbit {
    inset: 22px 10px 28px;
    border-radius: 32px;
  }

  .hero-float-card {
    width: min(264px, calc(100vw - 76px));
    padding: 10px;
  }

  .hero-float-card.whatsapp {
    left: 0;
    top: 0;
  }

  .hero-float-card.instagram {
    right: 0;
    top: auto;
    bottom: 0;
  }

  .hero-float-card-head > strong {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    border-radius: 13px;
    font-size: 10px;
  }

  .hero-float-card-head span b {
    font-size: 12px;
  }

  .hero-float-card-head span small,
  .hero-float-card-head em,
  .hero-float-number b,
  .hero-float-code small {
    font-size: 8px;
  }

  .hero-float-number span {
    font-size: 10px;
  }

  .hero-float-code strong {
    font-size: 15px;
  }
}

@media (max-width: 380px) {
  .hero-float-card {
    width: min(244px, calc(100vw - 74px));
  }

  .hero-float-card-head em {
    display: none;
  }
}

/* Home density and additional premium content. */
.home-assist-grid,
.home-feature-grid {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.home-flow-card,
.home-monitor-card,
.home-feature-grid article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 242, .94);
  background:
    radial-gradient(circle at 92% 0%, rgba(255, 119, 23, .1), transparent 34%),
    rgba(255, 255, 255, .88);
  box-shadow: 0 18px 46px rgba(17, 18, 37, .07), inset 0 1px 0 rgba(255, 255, 255, .84);
}

.home-flow-card,
.home-monitor-card {
  border-radius: 28px;
  padding: 18px;
}

.home-card-heading {
  display: grid;
  gap: 8px;
}

.home-card-heading > span {
  width: max-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 11px;
  color: var(--app-orange);
  background: rgba(255, 119, 23, .1);
  font-size: 11px;
  font-weight: 950;
}

.home-card-heading h2,
.home-feature-grid h3 {
  margin: 0;
  color: var(--app-ink);
  font-weight: 950;
  letter-spacing: -.025em;
}

.home-card-heading h2 {
  font-size: 24px;
  line-height: 1.08;
}

.home-card-heading p,
.home-feature-grid p {
  margin: 0;
  color: var(--app-muted);
  font-weight: 850;
  line-height: 1.48;
}

.home-card-heading p {
  font-size: 13px;
}

.home-step-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.home-step-list a {
  min-width: 0;
  min-height: 74px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  border: 1px solid var(--app-line);
  border-radius: 20px;
  padding: 12px;
  background: rgba(255, 255, 255, .82);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.home-step-list a:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 119, 23, .26);
  box-shadow: 0 18px 36px rgba(17, 18, 37, .08);
}

.home-step-list b,
.home-feature-grid article > b {
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, var(--app-orange), #ff9740);
  font-weight: 950;
}

.home-step-list b {
  width: 46px;
  height: 46px;
  border-radius: 17px;
  font-size: 13px;
}

.home-step-list span {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.home-step-list strong {
  overflow: hidden;
  color: var(--app-ink);
  font-size: 14px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-step-list small {
  color: var(--app-muted);
  font-size: 11px;
  line-height: 1.35;
  font-weight: 800;
}

.home-monitor-preview {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  border-radius: 24px;
  padding: 14px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 20%, rgba(255, 119, 23, .28), transparent 30%),
    linear-gradient(145deg, #111225, #242640);
  box-shadow: 0 22px 48px rgba(17, 18, 37, .18);
}

.home-monitor-top,
.home-monitor-number,
.home-monitor-feed {
  display: flex;
  align-items: center;
}

.home-monitor-top {
  gap: 10px;
}

.home-monitor-top > i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(145deg, #22c55e, #18c781);
  font-style: normal;
  font-weight: 950;
}

.home-monitor-top span {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.home-monitor-top strong {
  font-size: 14px;
  font-weight: 950;
}

.home-monitor-top small {
  color: rgba(255, 255, 255, .64);
  font-size: 11px;
  font-weight: 850;
}

.home-monitor-top em {
  margin-left: auto;
  border-radius: 999px;
  padding: 7px 9px;
  color: #ffdfcf;
  background: rgba(255, 119, 23, .16);
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
  white-space: nowrap;
}

.home-monitor-number {
  justify-content: space-between;
  gap: 10px;
  border-radius: 18px;
  padding: 12px;
  background: rgba(255, 255, 255, .08);
}

.home-monitor-number strong {
  min-width: 0;
  overflow: hidden;
  font-size: 17px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-monitor-number small {
  color: #ffb37d;
  font-size: 11px;
  font-weight: 950;
}

.home-monitor-track {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
}

.home-monitor-track i {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--app-orange), #36c5f0);
  animation: heroFlowFill 3.4s ease-in-out infinite;
}

.home-monitor-feed {
  flex-wrap: wrap;
  gap: 8px;
}

.home-monitor-feed span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  padding: 0 10px;
  color: rgba(255, 255, 255, .82);
  background: rgba(255, 255, 255, .08);
  font-size: 10px;
  font-weight: 900;
}

.home-monitor-feed i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--app-green);
  box-shadow: 0 0 0 5px rgba(24, 199, 129, .14);
}

.home-feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-feature-grid article {
  min-height: 150px;
  display: grid;
  align-content: start;
  gap: 9px;
  border-radius: 24px;
  padding: 16px;
}

.home-feature-grid article > b {
  width: 36px;
  height: 36px;
  border-radius: 14px;
  font-size: 11px;
}

.home-feature-grid h3 {
  font-size: 18px;
  line-height: 1.12;
}

.home-feature-grid p {
  font-size: 12px;
}

@media (min-width: 1024px) {
  .app-section-title {
    align-items: center;
    margin-top: 18px !important;
  }

  .app-section-title h2 {
    font-size: 30px !important;
  }

  .app-service-rail {
    grid-column: 1 / -1;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .app-service-rail a {
    min-height: 124px !important;
    border-radius: 22px !important;
    padding: 14px 10px !important;
  }

  .app-service-rail img,
  .app-service-rail b {
    width: 44px !important;
    height: 44px !important;
    border-radius: 16px !important;
  }

  .app-service-rail span {
    font-size: 13px !important;
  }

  .home-assist-grid,
  .home-feature-grid,
  .app-service-load-more {
    grid-column: 1 / -1;
  }

  .home-assist-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    gap: 18px;
    margin-top: 28px;
  }

  .home-flow-card,
  .home-monitor-card {
    border-radius: 30px;
    padding: 24px;
  }

  .home-card-heading h2 {
    font-size: 28px;
  }

  .home-feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
  }

  .home-feature-grid article {
    min-height: 176px;
    border-radius: 26px;
    padding: 20px;
  }

  .home-feature-grid h3 {
    font-size: 20px;
  }

  .home-feature-grid p {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .home-assist-grid,
  .home-feature-grid {
    gap: 12px;
    margin-top: 16px;
  }

  .home-flow-card,
  .home-monitor-card {
    border-radius: 25px;
    padding: 16px;
  }

  .home-card-heading h2 {
    font-size: 21px;
  }

  .home-feature-grid {
    grid-template-columns: 1fr;
  }

  .home-feature-grid article {
    min-height: 0;
  }
}

/* Home assistant polish: animated flow, tighter service cards, and richer empty space. */
.home-flow-card,
.home-monitor-card,
.home-ready-strip {
  isolation: isolate;
}

.home-flow-card:before,
.home-monitor-card:before,
.home-ready-strip:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 18%, rgba(255, 255, 255, .74) 34%, transparent 52%);
  opacity: .56;
  transform: translateX(-110%);
  animation: homeCardSweep 7.4s ease-in-out infinite;
}

.home-flow-pulse {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  gap: 6px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255, 119, 23, .08);
}

.home-flow-pulse i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--app-orange);
  box-shadow: 0 0 0 0 rgba(255, 119, 23, .28);
  animation: homePulseDot 1.8s ease-in-out infinite;
}

.home-flow-pulse i:nth-child(2) {
  animation-delay: .18s;
  background: var(--app-green);
}

.home-flow-pulse i:nth-child(3) {
  animation-delay: .36s;
  background: #36c5f0;
}

.home-step-timeline {
  position: relative;
}

.home-step-timeline:before {
  content: "";
  position: absolute;
  left: 35px;
  top: 18px;
  bottom: 18px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 119, 23, .18), rgba(24, 199, 129, .2), rgba(54, 197, 240, .18));
}

.home-step-list .home-step-card {
  position: relative;
  z-index: 1;
  grid-template-columns: 46px minmax(0, 1fr) max-content;
  overflow: hidden;
  border-color: rgba(226, 232, 242, .82);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 119, 23, .08), transparent 34%),
    rgba(255, 255, 255, .92);
  box-shadow: 0 12px 30px rgba(17, 18, 37, .045);
}

.home-step-list .home-step-card:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 119, 23, .09), transparent);
  transform: translateX(-120%);
  animation: homeStepSweep 5.8s ease-in-out infinite;
}

.home-step-list .home-step-card:nth-child(2):before {
  animation-delay: .32s;
}

.home-step-list .home-step-card:nth-child(3):before {
  animation-delay: .64s;
}

.home-step-list .home-step-card b {
  position: relative;
  box-shadow: 0 12px 22px rgba(255, 119, 23, .2);
}

.home-step-list .home-step-card b:after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: inherit;
  border: 1px solid rgba(255, 119, 23, .16);
  animation: homeStepRing 2.6s ease-in-out infinite;
}

.home-step-list .home-step-card.is-country b {
  background: linear-gradient(145deg, #18c781, #36c5f0);
  box-shadow: 0 12px 22px rgba(24, 199, 129, .18);
}

.home-step-list .home-step-card.is-code b {
  background: linear-gradient(145deg, #111225, #2a2d4e);
  box-shadow: 0 12px 22px rgba(17, 18, 37, .16);
}

.home-step-card em {
  position: relative;
  border-radius: 999px;
  padding: 8px 10px;
  color: var(--app-orange);
  background: #fff4eb;
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
  white-space: nowrap;
}

.home-step-card.is-country em {
  color: #078764;
  background: #e8fbf4;
}

.home-step-card.is-code em {
  color: #284b8f;
  background: #eef5ff;
}

.home-monitor-preview {
  position: relative;
  overflow: hidden;
}

.home-monitor-preview:after {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 88px;
  height: 88px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow:
    0 0 0 22px rgba(255, 255, 255, .045),
    0 0 0 44px rgba(255, 119, 23, .035);
  animation: homeMonitorOrbit 4.8s ease-in-out infinite;
}

.home-monitor-top,
.home-monitor-number,
.home-monitor-track,
.home-monitor-feed,
.home-monitor-code-pop {
  position: relative;
  z-index: 1;
}

.home-monitor-code-pop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 18px;
  padding: 12px 13px;
  background: rgba(255, 255, 255, .1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
  animation: homeCodePop 3.8s ease-in-out infinite;
}

.home-monitor-code-pop small {
  color: rgba(255, 255, 255, .64);
  font-size: 10px;
  font-weight: 900;
}

.home-monitor-code-pop strong {
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-weight: 950;
}

.home-feature-grid article {
  isolation: isolate;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.home-feature-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 119, 23, .24);
  box-shadow: 0 22px 46px rgba(17, 18, 37, .09);
}

.home-feature-grid article > b {
  position: relative;
  z-index: 2;
}

.home-feature-mark {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: #f3f6fb;
  box-shadow: inset 0 0 0 1px rgba(226, 232, 242, .8);
}

.home-feature-mark:before,
.home-feature-mark:after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.home-feature-mark:before {
  inset: 10px;
  background: var(--app-orange);
  opacity: .9;
  animation: homeFeaturePulse 2.6s ease-in-out infinite;
}

.home-feature-mark:after {
  left: 8px;
  right: 8px;
  bottom: 8px;
  height: 4px;
  background: rgba(255, 119, 23, .28);
}

.home-feature-balance .home-feature-mark:before,
.home-feature-balance .home-feature-mark:after {
  background: #18c781;
}

.home-feature-status .home-feature-mark:before,
.home-feature-status .home-feature-mark:after {
  background: #36c5f0;
}

.home-feature-mobile .home-feature-mark:before,
.home-feature-mobile .home-feature-mark:after {
  background: #111225;
}

.home-feature-grid article:after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 112px;
  height: 112px;
  border-radius: 999px;
  background: rgba(255, 119, 23, .07);
  z-index: -1;
}

.home-ready-strip {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 16px;
  margin-top: 18px;
  border: 1px solid rgba(226, 232, 242, .92);
  border-radius: 28px;
  padding: 18px;
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 119, 23, .16), transparent 32%),
    linear-gradient(135deg, rgba(17, 18, 37, .98), rgba(38, 40, 70, .98));
  color: #fff;
  box-shadow: 0 22px 54px rgba(17, 18, 37, .15);
}

.home-ready-strip span {
  width: max-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 10px;
  color: #ffdfcf;
  background: rgba(255, 119, 23, .14);
  font-size: 10px;
  font-weight: 950;
}

.home-ready-strip h2 {
  margin: 10px 0 7px;
  color: #fff;
  font-size: 22px;
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -.025em;
}

.home-ready-strip p {
  max-width: 740px;
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
  line-height: 1.48;
  font-weight: 850;
}

.home-ready-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.home-ready-actions a {
  min-height: 50px;
  border-radius: 18px;
}

.home-ready-actions .app-secondary-action {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .1);
}

.home-ready-actions .app-secondary-action:visited,
.home-ready-actions .app-secondary-action:hover,
.home-ready-actions .app-secondary-action:focus-visible {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .15);
}

@keyframes homeCardSweep {
  0%, 52%, 100% { transform: translateX(-120%); }
  68% { transform: translateX(120%); }
}

@keyframes homePulseDot {
  0%, 100% { transform: scale(.74); box-shadow: 0 0 0 0 rgba(255, 119, 23, .28); }
  50% { transform: scale(1); box-shadow: 0 0 0 7px rgba(255, 119, 23, 0); }
}

@keyframes homeStepSweep {
  0%, 46%, 100% { transform: translateX(-120%); }
  62% { transform: translateX(120%); }
}

@keyframes homeStepRing {
  0%, 100% { opacity: .24; transform: scale(.96); }
  50% { opacity: .68; transform: scale(1.04); }
}

@keyframes homeMonitorOrbit {
  0%, 100% { opacity: .5; transform: scale(.94); }
  50% { opacity: .88; transform: scale(1.04); }
}

@keyframes homeCodePop {
  0%, 100% { transform: translateY(0); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08); }
  45% { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(24, 199, 129, .14), inset 0 0 0 1px rgba(24, 199, 129, .18); }
}

@keyframes homeFeaturePulse {
  0%, 100% { transform: scale(.82); opacity: .78; }
  50% { transform: scale(1); opacity: 1; }
}

@media (min-width: 1024px) {
  .app-service-rail {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .app-service-rail a {
    min-height: 106px !important;
    border-radius: 19px !important;
    padding: 12px 8px !important;
  }

  .app-service-rail img,
  .app-service-rail b {
    width: 38px !important;
    height: 38px !important;
    border-radius: 14px !important;
  }

  .app-service-rail span {
    font-size: 12px !important;
    line-height: 1.2 !important;
  }

  .home-assist-grid {
    align-items: stretch;
  }

  .home-step-list .home-step-card {
    min-height: 78px;
  }

  .home-feature-grid {
    gap: 12px;
  }

  .home-feature-grid article {
    min-height: 150px !important;
    padding: 18px !important;
  }

  .home-feature-grid h3 {
    font-size: 18px !important;
  }

  .home-feature-grid p {
    font-size: 12px !important;
  }

  .home-ready-strip {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) 330px;
    align-items: center;
    border-radius: 30px;
    padding: 24px;
  }

  .home-ready-strip h2 {
    max-width: 720px;
    font-size: 30px;
  }
}

@media (min-width: 1400px) {
  .app-service-rail {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .home-step-list .home-step-card {
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 70px;
  }

  .home-step-card em {
    grid-column: 2;
    width: max-content;
    padding: 6px 9px;
  }

  .home-step-timeline:before {
    left: 32px;
  }

  .home-feature-mark {
    width: 36px;
    height: 36px;
  }

  .home-ready-strip {
    border-radius: 25px;
    padding: 16px;
  }

  .home-ready-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .app-hero-command {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    padding: 18px !important;
  }

  .app-hero-command .hero-command-copy {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .app-hero-command .hero-command-copy h1 {
    max-width: 100% !important;
    font-size: clamp(25px, 8vw, 30px) !important;
    overflow-wrap: break-word;
  }

  .app-hero-command .hero-command-copy p {
    max-width: 100% !important;
    font-size: 12px !important;
    overflow-wrap: break-word;
  }

  .hero-command-actions {
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px;
  }

  .hero-command-actions a {
    width: 100%;
    max-width: 100%;
    min-width: 0 !important;
    min-height: 52px !important;
    padding-inline: 8px !important;
    font-size: 13px !important;
    white-space: nowrap;
  }

  .hero-command-visual {
    width: 100%;
    max-width: 100%;
    min-height: 286px !important;
    overflow: hidden !important;
  }

  .hero-float-stage {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 286px !important;
    overflow: hidden;
  }

  .hero-float-stage:before {
    inset: 18px 0 22px;
  }

  .hero-float-orbit {
    inset: 26px 4px 34px;
  }

  .hero-float-stage:after {
    right: 8px;
    bottom: 26px;
    width: 86px;
    height: 86px;
    box-shadow:
      0 0 0 24px rgba(255, 255, 255, .045),
      0 0 0 48px rgba(255, 255, 255, .03);
  }

  .hero-float-card {
    width: min(238px, calc(100vw - 86px)) !important;
  }

  .hero-float-card.whatsapp {
    left: 0;
    top: 0;
  }

  .hero-float-card.instagram {
    right: 0;
    bottom: 10px;
  }

  .app-stat-command {
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .app-stat-command span {
    min-width: 0 !important;
    min-height: 64px !important;
    border-radius: 18px !important;
    padding: 8px 4px !important;
  }

  .app-stat-command strong {
    font-size: 18px !important;
  }

  .app-stat-command small {
    font-size: 10px !important;
  }
}

/* Drawer account balance alignment. */
.number-drawer-panel {
  padding-top: 72px;
}

.number-drawer-close {
  top: 20px;
  right: 20px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(226, 232, 242, .9);
  background: #f3f6fb;
  box-shadow: 0 12px 28px rgba(17, 18, 37, .08);
  font-size: 26px;
  line-height: 1;
}

.number-drawer-profile {
  grid-template-columns: 56px minmax(0, 1fr) auto !important;
  gap: 14px !important;
  min-height: 92px;
  align-items: center !important;
  margin: 0 0 18px 0;
  padding: 14px 16px !important;
  border-radius: 26px;
}

.number-drawer-profile img {
  width: 56px !important;
  height: 56px !important;
  border-radius: 18px !important;
}

.number-drawer-profile > div {
  min-width: 0;
  display: grid;
  gap: 4px;
  align-content: center;
}

.number-drawer-profile small {
  line-height: 1.05;
}

.number-drawer-profile strong {
  max-width: 100%;
  line-height: 1.15;
}

.number-drawer-profile > b {
  grid-column: auto !important;
  justify-self: end !important;
  align-self: center !important;
  max-width: 136px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  border: 1px solid rgba(255, 119, 23, .12);
  border-radius: 999px;
  padding: 0 14px;
  background: #fff1e7;
  color: var(--app-orange);
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
}

@media (min-width: 1024px) {
  .number-drawer-panel {
    padding-top: 74px;
  }

  .number-drawer-profile {
    min-height: 88px !important;
    margin-right: 0;
    padding: 14px 16px !important;
  }
}

@media (max-width: 640px) {
  .number-drawer-panel {
    top: auto !important;
    right: auto !important;
    bottom: 10px !important;
    left: 50% !important;
    width: min(410px, calc(100vw - 20px)) !important;
    max-height: calc(100svh - 22px);
    overflow-x: hidden;
    padding: 62px 14px max(18px, env(safe-area-inset-bottom)) !important;
    background: rgba(255, 255, 255, .985) !important;
    transform: translate(-50%, 110%) !important;
  }

  .number-drawer-panel:before,
  .number-drawer-panel:after {
    display: none !important;
  }

  .number-drawer.open .number-drawer-panel {
    transform: translate(-50%, 0) !important;
  }

  .number-drawer-close {
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 15px;
    color: var(--app-ink);
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 10px 22px rgba(17, 18, 37, .08), inset 0 1px 0 rgba(255, 255, 255, .78);
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
  }

  .number-drawer-profile {
    grid-template-columns: 52px minmax(0, 1fr) max-content !important;
    grid-template-areas: "drawer-avatar drawer-account drawer-balance";
    gap: 12px !important;
    min-height: 82px !important;
    align-items: center !important;
    margin: 0 0 16px 0;
    padding: 12px 14px !important;
  }

  .number-drawer-profile img {
    grid-area: drawer-avatar;
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 52px !important;
    height: 52px !important;
    border-radius: 17px !important;
  }

  .number-drawer-profile > div {
    grid-area: drawer-account;
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-width: 0;
    justify-self: stretch;
  }

  .number-drawer-profile small {
    font-size: 10px;
  }

  .number-drawer-profile strong {
    font-size: 14px;
  }

  .number-drawer-profile > b {
    grid-area: drawer-balance;
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    align-self: center !important;
    max-width: 118px;
    min-height: 32px;
    margin: 0 !important;
    padding-inline: 11px;
    font-size: 12px;
    white-space: nowrap;
  }

  .number-drawer-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
  }

  .number-drawer-links a {
    min-width: 0;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    text-align: center;
    white-space: normal;
    line-height: 1.1;
    font-size: 10px;
  }

  .drawer-danger {
    width: 100%;
    min-height: 48px;
    margin-top: 12px;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
  }

  .number-drawer-panel form {
    margin: 0;
  }
}

@media (max-width: 390px) {
  .number-drawer-profile {
    grid-template-columns: 48px minmax(0, 1fr) max-content !important;
    gap: 8px !important;
    padding-inline: 11px !important;
  }

  .number-drawer-profile img {
    width: 48px !important;
    height: 48px !important;
  }

  .number-drawer-profile > b {
    grid-column: 3 !important;
    justify-self: end !important;
    max-width: 92px;
    padding-inline: 7px;
    font-size: 11px;
  }
}

/* Final desktop header polish: floating dock, aligned controls, stable contrast. */
@media (min-width: 1024px) {
  html {
    background: linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%) !important;
  }

  body.number-shell:before {
    display: none !important;
  }

  body.number-shell header.wide-container {
    width: min(calc(100% - 48px), 1500px) !important;
    margin-inline: auto !important;
    padding-inline: clamp(24px, 3.8vw, 52px) !important;
  }

  .sms-header .sms-lang-current,
  .sms-header .sms-btn-primary,
  .sms-header .sms-btn-soft,
  .sms-header .sms-balance,
  .sms-header .sms-icon-btn,
  .sms-header .sms-menu-toggle {
    height: var(--header-control-h, 50px) !important;
    min-height: var(--header-control-h, 50px) !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: var(--header-control-r, 18px) !important;
  }

  .sms-header .sms-btn-primary,
  .sms-header .sms-btn-primary:visited,
  .sms-header .sms-btn-primary:hover,
  .sms-header .sms-btn-primary:focus {
    color: #fff !important;
    border-color: transparent !important;
    background: linear-gradient(145deg, var(--app-orange), #ff8c2f) !important;
    box-shadow: 0 16px 34px rgba(255, 119, 23, .28) !important;
  }

  .sms-header .sms-menu-toggle,
  .sms-header .sms-menu-toggle:hover,
  .sms-header .sms-menu-toggle:focus-visible {
    color: #fff !important;
    border-color: rgba(17, 18, 37, .08) !important;
    background: linear-gradient(145deg, #15162a, #252744) !important;
    box-shadow: 0 16px 34px rgba(17, 18, 37, .16) !important;
  }
}

.sms-header .sms-balance {
  font-size: 14px !important;
}

@media (min-width: 1024px) and (max-width: 1180px) {
  body.number-shell header.wide-container {
    width: min(calc(100% - 28px), 1500px) !important;
    padding-inline: 20px !important;
  }
}

/* Final icon polish: colored favicon-first services, stable country flags. */
.app-service-rail img,
.number-row-main > img.number-service-logo,
.app-selected-card img.number-service-logo,
.app-order-chip img,
.sms-active-row img,
.sms-transaction-list img {
  box-sizing: border-box !important;
  border: 1px solid rgba(220, 228, 239, .95) !important;
  background: #fff !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 7px !important;
  overflow: hidden !important;
  filter: none !important;
}

.app-service-rail img {
  width: 44px !important;
  height: 44px !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 26px rgba(17, 18, 37, .07) !important;
}

.number-row-main > img.number-service-logo,
.sms-active-row img,
.sms-transaction-list img {
  width: 48px !important;
  height: 48px !important;
  border-radius: 17px !important;
}

.app-selected-card img.number-service-logo,
.app-order-chip img {
  width: 52px !important;
  height: 52px !important;
  border-radius: 18px !important;
}

.app-order-icon img {
  box-sizing: border-box !important;
  background: #fff !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 12px !important;
  overflow: hidden !important;
  filter: none !important;
}

.number-service-icon,
.app-service-rail b,
.sms-active-row span,
.sms-transaction-list span {
  overflow: hidden !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

.number-country-flag,
.number-row-main > img.number-country-flag,
.sms-order-catalog-card .number-country-flag,
.app-order-chip img.number-country-flag {
  box-sizing: border-box !important;
  width: 48px !important;
  height: 48px !important;
  border: 1px solid rgba(220, 228, 239, .95) !important;
  border-radius: 17px !important;
  background: #fff !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 7px !important;
  overflow: hidden !important;
}

.number-flag-fallback,
.sms-order-catalog-card .number-flag-fallback,
.app-order-chip b {
  box-sizing: border-box !important;
  width: 48px !important;
  height: 48px !important;
  border: 1px solid rgba(220, 228, 239, .95) !important;
  border-radius: 17px !important;
  background: #fff !important;
  color: var(--app-ink) !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", Inter, sans-serif !important;
  font-size: 31px !important;
  line-height: 1 !important;
  box-shadow: 0 10px 24px rgba(17, 18, 37, .05), inset 0 0 0 1px rgba(255, 255, 255, .82) !important;
}

@media (max-width: 640px) {
  .app-service-rail img {
    width: 40px !important;
    height: 40px !important;
    border-radius: 15px !important;
    padding: 6px !important;
  }

  .number-country-flag,
  .number-row-main > img.number-country-flag,
  .number-flag-fallback,
  .number-row-main > img.number-service-logo,
  .number-service-icon,
  .sms-active-row img,
  .sms-transaction-list img,
  .sms-active-row span,
  .sms-transaction-list span {
    width: 44px !important;
    height: 44px !important;
    border-radius: 16px !important;
  }

  .number-flag-fallback {
    font-size: 28px !important;
  }
}

/* Funds page: compact custom amount + premium crypto payment card. */
.sms-funds-page .sms-page-hero.compact {
  position: relative;
  overflow: hidden;
  min-height: 138px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 24px;
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 119, 23, .32), transparent 30%),
    radial-gradient(circle at 18% 92%, rgba(255, 255, 255, .10), transparent 32%),
    linear-gradient(135deg, #15162a 0%, #232540 52%, #9a4b25 100%);
}

.sms-funds-page .sms-page-hero.compact::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 20px;
  width: 104px;
  height: 104px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 32px;
  background: rgba(255, 255, 255, .08);
  transform: rotate(8deg);
}

.sms-funds-page .sms-page-hero.compact > * {
  position: relative;
  z-index: 1;
}

.sms-funds-page .sms-page-hero.compact h1 {
  margin: 2px 0 0;
  font-size: clamp(28px, 4vw, 42px);
}

.sms-funds-page .sms-page-hero.compact p {
  max-width: 560px;
}

.sms-funds-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.sms-funds-hero-badges b {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  padding: 0 11px;
  color: rgba(255, 255, 255, .82);
  background: rgba(255, 255, 255, .08);
  font-size: 11px;
  font-weight: 950;
}

.sms-funds-page .sms-payment-layout {
  align-items: start;
}

.sms-funds-page .sms-payment-left,
.sms-funds-page .sms-payment-summary {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(220, 228, 239, .95);
  background:
    radial-gradient(circle at 96% 0%, rgba(255, 119, 23, .09), transparent 28%),
    rgba(255, 255, 255, .94);
  box-shadow: 0 18px 46px rgba(17, 18, 37, .07);
}

.sms-funds-page .sms-card-head.tight {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.sms-funds-page .sms-card-head.tight > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #ff7417;
  background: linear-gradient(145deg, #fff5ed, #fff);
  box-shadow: inset 0 0 0 1px rgba(255, 119, 23, .13);
}

.sms-funds-page .sms-card-head.tight svg {
  width: 22px;
  height: 22px;
}

.sms-funds-page .sms-amount-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 0;
}

.sms-funds-page .sms-amount-grid button {
  min-height: 64px;
  border-radius: 20px;
  font-size: 17px;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.sms-funds-page .sms-amount-grid button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(17, 18, 37, .07);
}

.sms-funds-page .sms-amount-grid button.active {
  color: #ff7417;
  border-color: rgba(255, 119, 23, .58);
  background:
    radial-gradient(circle at 80% 16%, rgba(255, 119, 23, .15), transparent 34%),
    #fff7f0;
  box-shadow: 0 14px 34px rgba(255, 119, 23, .12);
}

.sms-custom-amount {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  border: 1px solid rgba(255, 119, 23, .20);
  border-radius: 22px;
  padding: 14px;
  background:
    radial-gradient(circle at 94% 0%, rgba(255, 119, 23, .12), transparent 36%),
    #fffaf6;
}

.sms-custom-amount[hidden] {
  display: none !important;
}

.sms-custom-amount label,
.sms-custom-amount small {
  color: var(--app-muted);
  font-size: 12px;
  font-weight: 900;
}

.sms-custom-amount > div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  min-height: 58px;
  border: 1px solid rgba(220, 228, 239, .95);
  border-radius: 18px;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
}

.sms-custom-amount > div span {
  display: grid;
  place-items: center;
  height: 100%;
  color: #ff7417;
  font-size: 18px;
  font-weight: 950;
}

.sms-custom-amount input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 0 14px 0 0;
  color: var(--app-ink);
  background: transparent;
  font-size: 18px;
  font-weight: 950;
}

.sms-funds-page .sms-wallet-card {
  position: relative;
  overflow: hidden;
  gap: 12px;
  margin-top: 16px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 26px;
  padding: 18px;
  background:
    radial-gradient(circle at 86% 10%, rgba(255, 119, 23, .38), transparent 34%),
    radial-gradient(circle at 10% 100%, rgba(255, 255, 255, .08), transparent 32%),
    linear-gradient(145deg, #111225, #232540 58%, #8b4324);
  box-shadow: 0 22px 48px rgba(17, 18, 37, .20);
}

.sms-wallet-card-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 10px;
  align-items: center;
}

.sms-wallet-card-head span {
  grid-column: 1 / -1;
}

.sms-wallet-card-head strong {
  font-size: 25px;
}

.sms-wallet-card-head em {
  border-radius: 999px;
  padding: 7px 10px;
  color: #ff7417;
  background: rgba(255, 255, 255, .88);
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
}

.sms-wallet-address {
  display: grid;
  gap: 7px;
  border-radius: 18px;
  padding: 12px;
  background: rgba(255, 255, 255, .10);
}

.sms-wallet-address small {
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
  font-weight: 900;
}

.sms-funds-page .sms-wallet-card code {
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, .90);
  font-size: 12px;
  line-height: 1.45;
}

.sms-funds-page .sms-wallet-card button {
  min-height: 48px;
  color: #15162a;
  background: linear-gradient(145deg, #fff, #fff3e9);
  box-shadow: 0 14px 26px rgba(0, 0, 0, .12);
}

.sms-funds-page .sms-wallet-card p {
  margin: 0;
  color: rgba(255, 255, 255, .60);
  font-size: 11px;
  line-height: 1.45;
  font-weight: 800;
}

.sms-funds-page .sms-payment-summary {
  display: grid;
  gap: 6px;
}

.sms-funds-page .sms-payment-summary h2 {
  margin-bottom: 4px;
}

.sms-funds-page .sms-summary-line strong {
  text-align: right;
}

.sms-funds-page .sms-payment-summary button:disabled {
  cursor: not-allowed;
  opacity: .55;
  filter: grayscale(.2);
}

@media (min-width: 1024px) {
  .sms-funds-page .sms-page-hero.compact {
    margin-bottom: 18px;
  }

  .sms-funds-page .sms-payment-left,
  .sms-funds-page .sms-payment-summary {
    padding: 28px;
    border-radius: 34px;
  }

  .sms-funds-page .sms-payment-summary {
    position: sticky;
    top: 116px;
  }
}

@media (max-width: 640px) {
  .sms-funds-page .sms-page-hero.compact {
    min-height: 128px;
    padding: 20px;
  }

  .sms-funds-page .sms-page-hero.compact::after {
    right: -18px;
    top: 18px;
    width: 92px;
    height: 92px;
  }

  .sms-funds-hero-badges {
    gap: 6px;
  }

  .sms-funds-hero-badges b {
    min-height: 28px;
    padding-inline: 9px;
    font-size: 10px;
  }

  .sms-funds-page .sms-amount-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sms-funds-page .sms-amount-grid button {
    min-height: 58px;
    border-radius: 18px;
    font-size: 16px;
  }

  .sms-funds-page .sms-wallet-card {
    border-radius: 24px;
    padding: 16px;
  }

  .sms-wallet-card-head strong {
    font-size: 22px;
  }
}

.route-client-numbers .sms-history-head,
.sms-funds-page .sms-history-head.compact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
}

.route-client-numbers .sms-history-head span,
.sms-funds-page .sms-history-head.compact span {
  flex: 0 0 auto;
  border: 1px solid rgba(255, 119, 23, .14);
  border-radius: 999px;
  padding: 7px 12px;
  color: var(--app-orange);
  background: rgba(255, 247, 240, .92);
  box-shadow: 0 10px 24px rgba(255, 119, 23, .08);
  font-size: 12px;
  font-weight: 950;
}

.sms-empty-history {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  grid-column: 1 / -1;
  min-height: 244px;
  width: 100%;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 11px;
  border: 1px solid rgba(220, 228, 239, .95);
  border-radius: 32px;
  padding: 34px 24px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 119, 23, .13), transparent 34%),
    radial-gradient(circle at 16% 100%, rgba(38, 200, 226, .10), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, .97), rgba(255, 255, 255, .88));
  box-shadow:
    0 22px 58px rgba(17, 18, 37, .07),
    inset 0 1px 0 rgba(255, 255, 255, .85);
}

.sms-empty-history::before,
.sms-empty-history::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.sms-empty-history::before {
  inset: 16px;
  border: 1px solid rgba(255, 119, 23, .10);
  border-radius: 26px;
  opacity: .7;
}

.sms-empty-history::after {
  right: -44px;
  bottom: -54px;
  width: 170px;
  height: 170px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 119, 23, .15), transparent 66%);
  animation: emptyHistoryGlow 5.2s ease-in-out infinite;
}

.sms-empty-history-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 119, 23, .22);
  border-radius: 23px;
  color: var(--app-orange);
  background:
    radial-gradient(circle at 70% 18%, rgba(255, 255, 255, .78), transparent 28%),
    linear-gradient(145deg, rgba(255, 119, 23, .18), rgba(255, 255, 255, .92));
  box-shadow: 0 18px 34px rgba(255, 119, 23, .14);
}

.sms-empty-history-icon svg {
  width: 32px;
  height: 32px;
}

.sms-empty-history-icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sms-empty-history strong {
  color: var(--app-ink);
  font-size: 23px;
  line-height: 1.1;
  font-weight: 950;
}

.sms-empty-history small,
.sms-empty-history > span:not(.sms-empty-history-icon) {
  max-width: 430px;
  color: var(--app-muted);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 850;
}

.sms-empty-history .sms-btn {
  min-width: 172px;
  min-height: 48px;
  margin-top: 4px;
  color: #fff !important;
  box-shadow: 0 18px 34px rgba(255, 119, 23, .20);
}

.sms-payment-history .sms-empty-history {
  margin-top: 4px;
}

@keyframes emptyHistoryGlow {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: .65;
  }
  50% {
    transform: translate3d(-12px, -8px, 0) scale(1.08);
    opacity: .95;
  }
}

@media (max-width: 767px) {
  .route-client-numbers .sms-history-head,
  .sms-funds-page .sms-history-head.compact {
    align-items: flex-end;
  }

  .route-client-numbers .sms-history-head span,
  .sms-funds-page .sms-history-head.compact span {
    padding: 6px 10px;
    font-size: 11px;
  }

  .sms-empty-history {
    min-height: 216px;
    border-radius: 28px;
    padding: 28px 18px;
  }

  .sms-empty-history::before {
    inset: 12px;
    border-radius: 23px;
  }

  .sms-empty-history-icon {
    width: 60px;
    height: 60px;
    border-radius: 21px;
  }

  .sms-empty-history strong {
    font-size: 20px;
  }

  .sms-empty-history small,
  .sms-empty-history > span:not(.sms-empty-history-icon) {
    max-width: 280px;
    font-size: 12px;
  }

  .sms-empty-history .sms-btn {
    width: min(230px, 100%);
  }
}

/* Final mobile header sizing: keep the brand stable after login. */
@media (max-width: 767px) {
  body.number-shell .sms-header {
    min-height: 84px;
    justify-content: center;
    gap: 0;
    padding-inline: 20px;
  }

  body.number-shell .sms-brand-image,
  body.number-shell.is-authenticated .sms-brand-image {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    width: 72px !important;
    height: 72px !important;
    max-width: 72px !important;
    flex: 0 0 72px;
    justify-content: center;
    transform: translate(-50%, -50%);
  }

  body.number-shell .sms-brand-logo-full,
  body.number-shell.is-authenticated .sms-brand-logo-full {
    display: none !important;
  }

  body.number-shell .sms-brand-logo-mark {
    width: 70px !important;
    height: 70px !important;
    display: block !important;
    object-fit: contain;
    filter: drop-shadow(0 12px 22px rgba(17, 18, 37, .12));
  }

  body.number-shell .sms-header-actions {
    position: absolute !important;
    inset: 0;
    z-index: 4;
    width: auto;
    min-width: 0;
    flex: none;
    justify-content: initial;
    gap: 0;
    margin: 0;
    padding: 0;
    pointer-events: none;
  }

  body.number-shell .sms-header-actions > * {
    pointer-events: auto;
  }

  body.number-shell .sms-header-actions > :not(.sms-balance):not(.sms-menu-toggle) {
    display: none !important;
  }

  body.number-shell .sms-header .sms-balance {
    position: absolute;
    left: 20px;
    top: 50%;
    z-index: 4;
    min-width: 96px;
    height: 44px;
    min-height: 44px;
    border-radius: 17px;
    padding-inline: 12px;
    font-size: 12px !important;
    transform: translateY(-50%);
  }

  body.number-shell .sms-menu-toggle {
    position: absolute !important;
    display: grid !important;
    place-items: center !important;
    left: auto !important;
    right: 20px !important;
    top: 50% !important;
    z-index: 4;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    flex: 0 0 44px !important;
    border-radius: 17px !important;
    transform: translateY(-50%) !important;
  }

  body.number-shell .sms-menu-toggle svg {
    width: 19px !important;
    height: 19px !important;
  }
}

@media (max-width: 374px) {
  body.number-shell .sms-brand-image,
  body.number-shell.is-authenticated .sms-brand-image {
    width: 66px !important;
    height: 66px !important;
    max-width: 66px !important;
    flex-basis: 66px !important;
  }

  body.number-shell .sms-brand-logo-mark {
    width: 64px !important;
    height: 64px !important;
  }

  body.number-shell .sms-header .sms-balance {
    left: 16px;
    min-width: 88px;
    padding-inline: 9px;
    font-size: 11px !important;
  }

  body.number-shell .sms-menu-toggle {
    right: 16px !important;
  }
}

/* Final mobile hero action bounds: prevent two-button rows from spilling out. */
@media (max-width: 767px) {
  body.number-shell .app-hero-command {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    margin-inline: auto !important;
    box-sizing: border-box;
  }

  body.number-shell .hero-command-actions.app-action-row {
    display: flex !important;
    width: min(100%, calc(100vw - 68px)) !important;
    max-width: calc(100vw - 68px) !important;
    gap: 8px !important;
    overflow: hidden;
  }

  body.number-shell .hero-command-actions.app-action-row > a {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding-inline: 6px !important;
    font-size: 12px !important;
    white-space: nowrap;
  }
}

/* Live notifications */
.sms-notification-wrap {
  position: relative;
  display: inline-grid;
  place-items: center;
}

.sms-notification-toggle {
  position: relative;
  overflow: visible !important;
}

.sms-notification-toggle svg {
  width: 21px;
  height: 21px;
}

.sms-notification-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 19px;
  height: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 999px;
  padding: 0 5px;
  color: #fff;
  background: linear-gradient(145deg, #ff6a16, #ff9a4b);
  box-shadow: 0 10px 24px rgba(255, 119, 23, .32);
  font-size: 10px;
  line-height: 1;
  font-weight: 950;
  opacity: 0;
  transform: scale(.72);
  transition: opacity .18s ease, transform .18s ease;
  pointer-events: none;
}

.sms-notification-badge.show {
  opacity: 1;
  transform: scale(1);
}

.number-notification-popover {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  z-index: 9000;
  width: min(510px, calc(100vw - 32px));
  max-height: min(640px, calc(100svh - 126px));
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  border: 1px solid rgba(226, 232, 242, .9);
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 0%, rgba(255, 119, 23, .18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 250, 253, .96));
  box-shadow: 0 34px 90px rgba(17, 18, 37, .22);
  opacity: 0;
  overflow: hidden;
  transform: translateY(10px) scale(.98);
  transform-origin: 88% top;
  transition: opacity .18s ease, transform .18s ease;
  pointer-events: none;
  backdrop-filter: blur(22px) saturate(160%);
}

.sms-notification-wrap.open .number-notification-popover {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.number-notification-head {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 18px 14px;
  border-bottom: 1px solid rgba(226, 232, 242, .72);
}

.number-notification-head span,
.number-notification-head strong {
  display: block;
}

.number-notification-head span {
  color: var(--app-muted);
  font-size: 11px;
  font-weight: 900;
}

.number-notification-head strong {
  margin-top: 2px;
  color: var(--app-ink);
  font-size: 22px;
  line-height: 1.05;
  font-weight: 950;
}

.number-notification-head button {
  min-height: 34px;
  border: 1px solid rgba(255, 119, 23, .20);
  border-radius: 999px;
  padding: 0 12px;
  color: var(--app-orange);
  background: #fff5ed;
  font-size: 12px;
  font-weight: 950;
  cursor: pointer;
}

.number-notification-list {
  display: grid;
  gap: 10px;
  padding: 12px;
  overflow: auto;
}

.number-notification-item {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr) 38px;
  gap: 10px;
  align-items: start;
  border: 1px solid rgba(226, 232, 242, .76);
  border-radius: 22px;
  padding: 13px 14px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 14px 32px rgba(17, 18, 37, .05);
  transition: opacity .18s ease, transform .18s ease, border-color .18s ease, background .18s ease;
}

.number-notification-item.unread {
  border-color: rgba(255, 119, 23, .24);
  background: linear-gradient(135deg, #fff, #fff6ef);
}

.number-notification-item i {
  width: 10px;
  height: 10px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--app-orange);
  box-shadow: 0 0 0 7px rgba(255, 119, 23, .10);
}

.number-notification-item.tone-success i {
  background: var(--app-green);
  box-shadow: 0 0 0 7px rgba(34, 197, 94, .11);
}

.number-notification-item.tone-warning i {
  background: #f59e0b;
  box-shadow: 0 0 0 7px rgba(245, 158, 11, .12);
}

.number-notification-item.tone-danger i {
  background: #ef4444;
  box-shadow: 0 0 0 7px rgba(239, 68, 68, .11);
}

.number-notification-item.read {
  opacity: .72;
}

.number-notification-item.is-deleting {
  opacity: .42;
  pointer-events: none;
}

.number-notification-item.is-removed {
  opacity: 0;
  transform: translateX(12px) scale(.98);
}

.number-notification-item strong,
.number-notification-item p,
.number-notification-item small {
  display: block;
}

.number-notification-item > div {
  min-width: 0;
}

.number-notification-item strong {
  color: var(--app-ink);
  font-size: 14px;
  line-height: 1.22;
  font-weight: 950;
}

.number-notification-item p {
  margin: 5px 0 0;
  color: #5f6678;
  font-size: 12px;
  line-height: 1.42;
  font-weight: 800;
}

.number-notification-item small {
  margin-top: 8px;
  color: var(--app-muted);
  font-size: 11px;
  font-weight: 850;
}

.number-notification-item a {
  width: fit-content;
  display: inline-flex;
  margin-top: 10px;
  border-radius: 999px;
  padding: 7px 10px;
  color: #fff;
  background: linear-gradient(145deg, var(--app-orange), #ff9445);
  font-size: 11px;
  font-weight: 950;
}

.number-notification-delete {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(226, 232, 242, .9);
  border-radius: 14px;
  color: #9aa3b5;
  background: linear-gradient(180deg, #fff, #f8fafc);
  box-shadow: 0 10px 22px rgba(17, 18, 37, .06);
  cursor: pointer;
  transition: color .16s ease, border-color .16s ease, background .16s ease, transform .16s ease;
}

.number-notification-delete:hover,
.number-notification-delete:focus-visible {
  color: #ef4444;
  border-color: rgba(239, 68, 68, .26);
  background: #fff5f5;
  transform: translateY(-1px);
}

.number-notification-delete svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2.6;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.number-notification-empty {
  min-height: 170px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 6px;
  border: 1px dashed rgba(198, 207, 222, .9);
  border-radius: 24px;
  color: var(--app-muted);
  text-align: center;
}

.number-notification-empty strong {
  color: var(--app-ink);
  font-size: 17px;
  font-weight: 950;
}

.number-notification-empty span {
  max-width: 210px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
}

.number-toast.notification {
  border-color: rgba(255, 119, 23, .20);
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 119, 23, .16), transparent 32%),
    rgba(255, 255, 255, .97);
}

.number-toast.notification .number-toast-icon {
  background: linear-gradient(145deg, #15162a, #252744);
}

.number-toast.notification.success .number-toast-icon,
.number-toast.notification.tone-success .number-toast-icon {
  background: var(--app-green);
}

@media (max-width: 767px) {
  body.number-shell .sms-header-actions > :not(.sms-balance):not(.sms-menu-toggle):not(.sms-notification-wrap) {
    display: none !important;
  }

  body.number-shell .sms-header-actions > .sms-notification-wrap,
  body.number-shell .sms-header-actions > :not(.sms-balance):not(.sms-menu-toggle).sms-notification-wrap {
    display: inline-grid !important;
  }

  body.number-shell .sms-notification-wrap {
    position: absolute !important;
    display: inline-grid !important;
    place-items: center !important;
    top: 50% !important;
    right: 72px !important;
    z-index: 4;
    width: 44px !important;
    height: 44px !important;
    transform: translateY(-50%) !important;
  }

  body.number-shell .sms-notification-toggle {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    border-radius: 17px !important;
    background: rgba(255, 255, 255, .94) !important;
  }

  body.number-shell .sms-notification-toggle svg {
    width: 18px !important;
    height: 18px !important;
  }

  .number-notification-popover {
    position: fixed;
    top: calc(env(safe-area-inset-top) + 92px);
    right: 14px;
    left: 14px;
    width: auto;
    max-height: calc(100svh - 118px);
    border-radius: 26px;
    transform-origin: calc(100% - 86px) top;
  }

  .number-notification-head {
    min-height: 66px;
    padding: 16px 16px 12px;
  }

  .number-notification-head strong {
    font-size: 20px;
  }

  .number-notification-list {
    gap: 8px;
    padding: 10px;
  }

  .number-notification-item {
    grid-template-columns: 10px minmax(0, 1fr) 36px;
    border-radius: 20px;
    padding: 12px;
  }

  .number-notification-delete {
    width: 34px;
    height: 34px;
    border-radius: 14px;
  }
}

@media (max-width: 374px) {
  body.number-shell .sms-notification-wrap {
    right: 66px !important;
  }

  body.number-shell .sms-notification-toggle {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
  }
}

/* Notification page */
.sms-notifications-page {
  display: grid;
  gap: 18px;
}

.sms-notifications-hero {
  position: relative;
  overflow: hidden;
}

.sms-notifications-hero:after {
  content: "";
  position: absolute;
  right: 8%;
  top: 20%;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 119, 23, .16), transparent 68%);
  pointer-events: none;
}

.sms-notification-kpis a {
  overflow: hidden;
}

.sms-notification-board {
  border: 1px solid rgba(226, 232, 242, .88);
  border-radius: 34px;
  padding: 18px;
  background:
    radial-gradient(circle at 95% 0%, rgba(255, 119, 23, .12), transparent 30%),
    rgba(255, 255, 255, .94);
  box-shadow: 0 26px 80px rgba(17, 18, 37, .08);
}

.sms-notification-board .sms-history-head form {
  margin: 0;
}

.sms-notification-board .sms-history-head button {
  min-height: 38px;
  border: 1px solid rgba(255, 119, 23, .20);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--app-orange);
  background: #fff3ea;
  font-size: 12px;
  font-weight: 950;
  cursor: pointer;
}

.sms-notification-page-list {
  display: grid;
  gap: 12px;
}

.sms-notification-page-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
  border: 1px solid rgba(226, 232, 242, .82);
  border-radius: 26px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(17, 18, 37, .05);
}

.sms-notification-page-card.unread {
  border-color: rgba(255, 119, 23, .26);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 119, 23, .12), transparent 28%),
    #fffaf6;
}

.sms-notification-page-card.read {
  opacity: .78;
}

.sms-notification-page-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(145deg, #15162a, #252744);
  box-shadow: 0 16px 36px rgba(17, 18, 37, .14);
}

.sms-notification-page-card.tone-success .sms-notification-page-icon {
  background: linear-gradient(145deg, #19c37d, #0ea56a);
}

.sms-notification-page-card.tone-warning .sms-notification-page-icon {
  background: linear-gradient(145deg, #ff9f1c, #f97316);
}

.sms-notification-page-card.tone-danger .sms-notification-page-icon {
  background: linear-gradient(145deg, #ef4444, #dc2626);
}

.sms-notification-page-icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2.4;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sms-notification-page-card h2,
.sms-notification-page-card p {
  margin: 0;
}

.sms-notification-page-card h2 {
  color: var(--app-ink);
  font-size: 20px;
  line-height: 1.15;
  font-weight: 950;
}

.sms-notification-page-card p {
  margin-top: 8px;
  color: #5f6678;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 800;
}

.sms-notification-page-card a {
  width: fit-content;
  display: inline-flex;
  margin-top: 12px;
  border-radius: 999px;
  padding: 10px 13px;
  color: #fff;
  background: linear-gradient(145deg, var(--app-orange), #ff9445);
  font-size: 12px;
  font-weight: 950;
}

.sms-notification-page-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.sms-notification-page-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.sms-notification-page-actions form {
  margin: 0;
}

.sms-notification-page-actions button {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid rgba(239, 68, 68, .16);
  border-radius: 999px;
  padding: 0 10px;
  color: #ef4444;
  background: #fff7f7;
  font-size: 11px;
  font-weight: 950;
  cursor: pointer;
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

.sms-notification-page-actions button:hover,
.sms-notification-page-actions button:focus-visible {
  border-color: rgba(239, 68, 68, .28);
  background: #fff0f0;
  transform: translateY(-1px);
}

.sms-notification-page-actions button svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 2.6;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sms-notification-page-meta small {
  color: var(--app-muted);
  font-size: 12px;
  font-weight: 850;
}

.sms-notification-page-meta em {
  border-radius: 999px;
  padding: 6px 9px;
  color: var(--app-orange);
  background: #fff1e8;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
}

.sms-notification-page-card.read .sms-notification-page-meta em {
  color: var(--app-muted);
  background: var(--app-soft);
}

@media (max-width: 767px) {
  .sms-notifications-page {
    gap: 14px;
  }

  .sms-notification-board {
    border-radius: 28px;
    padding: 12px;
  }

  .sms-notification-board .sms-history-head {
    align-items: center;
  }

  .sms-notification-board .sms-history-head h2 {
    font-size: 22px;
  }

  .sms-notification-board .sms-history-head button {
    min-height: 34px;
    padding-inline: 10px;
    font-size: 11px;
  }

  .sms-notification-page-card {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 11px;
    border-radius: 22px;
    padding: 13px;
  }

  .sms-notification-page-icon {
    width: 46px;
    height: 46px;
    border-radius: 17px;
  }

  .sms-notification-page-icon svg {
    width: 21px;
    height: 21px;
  }

  .sms-notification-page-card h2 {
    font-size: 17px;
  }

  .sms-notification-page-card p {
    font-size: 12px;
  }

  .sms-notification-page-meta {
    align-items: flex-start;
  }

  .sms-notification-page-actions {
    flex-shrink: 0;
    gap: 6px;
  }

  .sms-notification-page-actions button {
    width: 32px;
    min-height: 32px;
    padding: 0;
  }

  .sms-notification-page-actions button span {
    display: none;
  }
}

/* Final mobile notification fix: keep fixed popover independent from the header icon. */
@media (max-width: 767px) {
  body.number-shell .sms-header-actions > .sms-notification-wrap,
  body.number-shell .sms-header-actions > :not(.sms-balance):not(.sms-menu-toggle).sms-notification-wrap {
    display: inline-grid !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  body.number-shell .sms-notification-wrap {
    top: 20px !important;
    right: 72px !important;
    transform: none !important;
    z-index: 14 !important;
    pointer-events: auto !important;
  }

  body.number-shell .sms-notification-toggle {
    color: var(--app-ink) !important;
    border: 1px solid rgba(221, 229, 241, .95) !important;
    background: linear-gradient(180deg, #fff, #f8fafc) !important;
    box-shadow: 0 12px 26px rgba(17, 18, 37, .08), inset 0 1px 0 rgba(255, 255, 255, .92) !important;
  }

  body.number-shell .sms-notification-wrap.open .sms-notification-toggle {
    color: var(--app-orange) !important;
    border-color: rgba(255, 119, 23, .24) !important;
    background: #fff3ea !important;
  }

  body.number-shell .sms-notification-badge {
    top: -4px;
    right: -4px;
  }

  body.number-shell .number-notification-popover {
    position: fixed !important;
    top: calc(env(safe-area-inset-top) + 92px) !important;
    right: 14px !important;
    left: 14px !important;
    width: auto !important;
    max-height: min(560px, calc(100svh - 126px)) !important;
    border-radius: 28px !important;
    transform: translateY(-8px) scale(.98) !important;
    transform-origin: calc(100% - 84px) top !important;
  }

  body.number-shell .sms-notification-wrap.open .number-notification-popover {
    transform: translateY(0) scale(1) !important;
  }
}

@media (max-width: 374px) {
  body.number-shell .sms-notification-wrap {
    top: 21px !important;
    right: 66px !important;
  }
}

/* Mobile balance chip polish. */
@media (max-width: 767px) {
  body.number-shell .sms-header .sms-balance {
    min-width: 108px !important;
    height: 44px !important;
    min-height: 44px !important;
    gap: 7px !important;
    padding: 0 11px !important;
    color: var(--app-ink) !important;
    background: linear-gradient(180deg, #fffaf6 0%, #fff 58%, #fff3e8 100%) !important;
    border-color: rgba(255, 119, 23, .26) !important;
    box-shadow: 0 14px 30px rgba(255, 119, 23, .10), 0 10px 24px rgba(17, 18, 37, .07) !important;
  }

  body.number-shell .sms-header .sms-balance-icon {
    width: 16px !important;
    height: 16px !important;
    flex-basis: 16px !important;
  }

  body.number-shell .sms-header .sms-balance b {
    font-size: 12px !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
    white-space: nowrap;
  }
}

@media (max-width: 430px) {
  body.number-shell .sms-header .sms-balance {
    left: 14px !important;
    min-width: 100px !important;
    padding-inline: 9px !important;
  }

  body.number-shell .sms-header .sms-balance-icon {
    width: 15px !important;
    height: 15px !important;
    flex-basis: 15px !important;
  }

  body.number-shell .sms-header .sms-balance b {
    font-size: 11px !important;
  }
}

/* Guest mobile notification entry: fills the left header slot with a useful welcome note. */
.sms-guest-notification-wrap {
  display: none !important;
}

.number-notification-guest {
  grid-template-columns: 12px minmax(0, 1fr) !important;
}

@media (max-width: 767px) {
  body.number-shell.is-guest .sms-guest-notification-wrap {
    position: absolute !important;
    top: 20px !important;
    left: 20px !important;
    right: auto !important;
    z-index: 15 !important;
    width: 44px !important;
    height: 44px !important;
    display: inline-grid !important;
    place-items: center !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  body.number-shell.is-guest .sms-guest-notification-wrap .sms-notification-toggle {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    border-radius: 17px !important;
    color: var(--app-ink) !important;
    border: 1px solid rgba(255, 119, 23, .22) !important;
    background: linear-gradient(180deg, #fffaf6 0%, #fff 56%, #fff3e8 100%) !important;
    box-shadow: 0 14px 30px rgba(255, 119, 23, .10), 0 10px 24px rgba(17, 18, 37, .07) !important;
  }

  body.number-shell.is-guest .sms-guest-notification-wrap.open .sms-notification-toggle {
    color: var(--app-orange) !important;
    border-color: rgba(255, 119, 23, .34) !important;
    background: #fff3ea !important;
  }

  body.number-shell.is-guest .sms-guest-notification-wrap .number-notification-popover {
    position: fixed !important;
    top: calc(env(safe-area-inset-top) + 92px) !important;
    right: 14px !important;
    left: 14px !important;
    width: auto !important;
    max-height: min(430px, calc(100svh - 118px)) !important;
    border-radius: 28px !important;
    transform-origin: 34px top !important;
  }

  body.number-shell.is-guest .sms-guest-notification-wrap .number-notification-head {
    min-height: 62px;
  }

  body.number-shell.is-guest .sms-guest-notification-wrap .number-notification-list {
    padding: 10px;
  }

  body.number-shell.is-guest .sms-guest-notification-wrap .number-notification-item {
    padding: 14px;
  }
}

@media (max-width: 430px) {
  body.number-shell.is-guest .sms-guest-notification-wrap {
    left: 14px !important;
  }
}
