.abb-mobile-v2 {
  --abb-red: #e30613;
  --abb-red-dark: #b9000b;
  --abb-ink: #111827;
  --abb-muted: #6b7280;
  --abb-soft: #f4f6f8;
  --abb-line: #e5e7eb;
  --abb-card: #ffffff;
  --abb-success: #16a34a;
  --abb-shadow: 0 16px 38px rgba(17, 24, 39, 0.1);
  min-height: 100vh;
  margin: 0;
  color: var(--abb-ink);
  background: var(--abb-soft);
  font-family: Arial, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.abb-mobile-v2 * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.abb-mobile-v2 a {
  color: inherit;
  text-decoration: none;
}

.abb-mobile-v2 img {
  max-width: 100%;
  display: block;
}

.abb-shell {
  width: min(100%, 430px);
  min-height: 100vh;
  margin: 0 auto;
  background: var(--abb-soft);
}

.abb-screen {
  position: relative;
  width: min(100%, 430px);
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

.abb-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.abb-bg-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.86) 0%, rgba(255,255,255,0.28) 42%, rgba(17,24,39,0.78) 100%);
}

.abb-welcome-brand,
.abb-welcome-copy {
  position: relative;
  z-index: 1;
}

.abb-welcome-brand {
  padding: max(48px, env(safe-area-inset-top)) 28px 0;
}

.abb-logo {
  width: 104px;
  height: auto;
}

.abb-logo-card {
  width: 92px;
  min-height: 54px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 10px 24px rgba(17,24,39,0.08);
}

.abb-logo-card img {
  max-width: 76px;
  max-height: 38px;
  object-fit: contain;
}

.abb-welcome-brand h1,
.abb-auth-brand h1 {
  margin: 16px 0 8px;
  font-size: 28px;
  line-height: 1.08;
  font-weight: 800;
}

.abb-welcome-brand p,
.abb-auth-brand p,
.abb-auth-heading p,
.abb-home-hero p,
.abb-section-head a,
.abb-card-muted {
  margin: 0;
  color: var(--abb-muted);
  font-size: 14px;
  line-height: 1.45;
}

.abb-welcome-copy {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: calc(24px + env(safe-area-inset-bottom));
  color: #fff;
}

.abb-welcome-copy h2 {
  margin: 0 0 10px;
  max-width: 300px;
  font-size: 31px;
  line-height: 1.05;
  font-weight: 900;
}

.abb-welcome-copy p {
  max-width: 280px;
  margin: 0 0 24px;
  color: rgba(255,255,255,0.82);
  font-size: 14px;
  line-height: 1.5;
}

.abb-primary {
  min-height: 54px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 8px;
  background: var(--abb-red);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 14px 24px rgba(227, 6, 19, 0.24);
  cursor: pointer;
}

.abb-primary.full {
  width: 100%;
}

.abb-auth-panel .abb-primary {
  min-height: 42px;
  box-shadow: 0 12px 22px rgba(227, 6, 19, 0.22);
}

.abb-primary svg,
.abb-icon svg,
.abb-top-icon svg,
.abb-tab-icon svg {
  width: 1.15em;
  height: 1.15em;
}

.abb-auth-screen {
  min-height: 100vh;
  padding: max(38px, env(safe-area-inset-top)) 14px calc(22px + env(safe-area-inset-bottom));
  background: #edf3fb;
  overflow-y: auto;
}

.abb-auth-screen::before {
  content: none;
}

.abb-auth-hero {
  position: absolute;
  top: max(38px, env(safe-area-inset-top));
  left: 50%;
  width: min(calc(100% - 60px), 326px);
  height: 338px;
  transform: translateX(-50%);
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: #fff;
}

.abb-auth-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.78));
}

.abb-auth-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.abb-auth-panel {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 44px), 326px);
  margin: 222px auto 0;
  padding: 24px 14px 16px;
  border: 1px solid rgba(229,231,235,0.9);
  border-radius: 10px;
  background: rgba(255,255,255,0.96);
  box-shadow: 0 18px 36px rgba(17, 24, 39, 0.09);
  backdrop-filter: blur(8px);
}

.abb-auth-back {
  position: absolute;
  top: max(16px, env(safe-area-inset-top));
  left: max(14px, calc(50% - 178px));
  z-index: 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  color: var(--abb-ink);
  font-size: 24px;
  box-shadow: 0 8px 18px rgba(17,24,39,0.08);
}

.abb-auth-brand {
  display: grid;
  justify-items: center;
  text-align: center;
}

.abb-auth-heading {
  margin: 0 0 18px;
}

.abb-auth-heading h2 {
  margin: 12px 0 6px;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 900;
}

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

.abb-field {
  min-height: 40px;
  padding: 0 14px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--abb-line);
  border-radius: 8px;
  background: #fff;
}

.abb-field-icon {
  min-width: 26px;
  color: var(--abb-muted);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
}

.abb-field input {
  width: 100%;
  min-width: 0;
  height: 38px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--abb-ink);
  font-size: 14px;
}

.abb-field input::placeholder {
  color: #9ca3af;
}

.abb-form-row,
.abb-auth-check {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  color: var(--abb-muted);
  font-size: 13px;
  line-height: 1.35;
}

.abb-form-row input,
.abb-auth-check input {
  accent-color: var(--abb-red);
}

.abb-auth-check a,
.abb-auth-switch a {
  color: var(--abb-red);
  font-weight: 800;
}

.abb-auth-divider {
  margin: 18px 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  color: #9ca3af;
  font-size: 12px;
}

.abb-auth-divider span {
  height: 1px;
  background: var(--abb-line);
}

.abb-social-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.abb-social-row button {
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid var(--abb-line);
  border-radius: 8px;
  background: #fff;
  color: var(--abb-ink);
  font-weight: 900;
}

.abb-auth-switch {
  margin: 13px 0 0;
  text-align: center;
  color: var(--abb-muted);
  font-size: 11px;
}

.abb-auth-login {
  padding: 0 14px calc(22px + env(safe-area-inset-bottom));
  background: #fff;
}

.abb-auth-login .abb-auth-hero {
  inset: 0;
  width: 100%;
  height: 100%;
  transform: none;
  border-radius: 0;
}

.abb-auth-login .abb-auth-hero::after {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.86) 0%, rgba(255,255,255,0.28) 34%, rgba(255,255,255,0.92) 100%),
    linear-gradient(90deg, rgba(255,255,255,0.26), rgba(255,255,255,0));
}

.abb-auth-login .abb-auth-hero img {
  object-fit: cover;
  object-position: center top;
}

.abb-auth-login .abb-auth-panel {
  margin-top: min(46vh, 410px);
}

.abb-auth-register {
  padding: max(44px, env(safe-area-inset-top)) 18px calc(22px + env(safe-area-inset-bottom));
  background: #fff;
}

.abb-register-brand {
  width: min(100%, 326px);
  margin: 0 auto 18px;
}

.abb-register-brand img {
  width: 106px;
  max-height: 54px;
  object-fit: contain;
}

.abb-register-brand h1 {
  margin: 18px 0 7px;
  color: var(--abb-ink);
  font-size: 27px;
  line-height: 1.08;
  font-weight: 900;
}

.abb-register-brand p {
  max-width: 250px;
  margin: 0;
  color: var(--abb-muted);
  font-size: 14px;
  line-height: 1.45;
}

.abb-auth-register .abb-auth-panel {
  width: min(100%, 326px);
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.abb-auth-register .abb-auth-heading {
  margin-bottom: 16px;
}

.abb-auth-register .abb-auth-heading h2 {
  margin-top: 0;
  font-size: 26px;
}

.abb-auth-register .abb-auth-heading p:first-child {
  display: none;
}

.abb-auth-register .abb-auth-check {
  padding: 2px 0 4px;
}

.abb-auth-clean {
  --abb-auth-inner: min(calc(100% - 42px), 360px);
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  padding: max(22px, env(safe-area-inset-top)) 0 calc(24px + env(safe-area-inset-bottom));
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: none;
}

.abb-auth-clean::before {
  content: none;
}

.abb-auth-clean > * {
  position: relative;
  z-index: 1;
}

.abb-auth-clean .abb-auth-hero,
.abb-auth-clean .abb-register-brand {
  display: none;
}

.abb-auth-top {
  width: var(--abb-auth-inner);
  height: 38px;
  margin: 0 auto 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--abb-muted);
  font-size: 12px;
  font-weight: 700;
}

.abb-auth-top a {
  width: 28px;
  height: 32px;
  display: grid;
  place-items: center;
  color: var(--abb-ink);
  font-size: 28px;
  line-height: 1;
}

.abb-auth-logo-block {
  width: var(--abb-auth-inner);
  margin: 22px auto 30px;
  display: grid;
  justify-items: center;
  text-align: center;
}

.abb-auth-logo-block img {
  width: min(100%, 360px);
  max-height: 128px;
  object-fit: contain;
}

.abb-auth-logo-block h1 {
  margin: 14px 0 7px;
  color: var(--abb-ink);
  font-size: 28px;
  line-height: 1.08;
  font-weight: 900;
}

.abb-auth-logo-block p {
  margin: 0;
  color: var(--abb-muted);
  font-size: 13px;
  line-height: 1.4;
}

.abb-auth-clean .abb-auth-panel {
  width: var(--abb-auth-inner);
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.abb-auth-tabs {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--abb-line);
}

.abb-auth-tabs a {
  position: relative;
  min-height: 46px;
  display: grid;
  place-items: center;
  color: var(--abb-muted);
  font-size: 13px;
  font-weight: 800;
}

.abb-auth-tabs a.active {
  color: var(--abb-red);
}

.abb-auth-tabs a.active::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: -1px;
  height: 3px;
  border-radius: 999px;
  background: var(--abb-red);
}

.abb-auth-clean .abb-form {
  gap: 13px;
}

.abb-auth-clean .abb-field {
  min-height: 48px;
  padding: 0 14px;
  border-color: #e8ebf0;
  background: #fff;
  box-shadow: 0 2px 8px rgba(17, 24, 39, 0.018);
}

.abb-auth-clean .abb-field input {
  height: 46px;
  font-size: 13px;
}

.abb-auth-clean .abb-form-row {
  align-items: center;
  font-size: 12px;
  min-height: 20px;
}

.abb-auth-clean .abb-primary {
  min-height: 52px;
  font-size: 14px;
  border-radius: 8px;
  box-shadow: 0 13px 22px rgba(227, 6, 19, 0.25);
}

.abb-auth-clean .abb-auth-divider {
  margin: 24px 0 18px;
  font-size: 12px;
}

.abb-auth-clean .abb-social-row button {
  height: 44px;
  border-radius: 999px;
}

.abb-auth-login .abb-auth-panel {
  margin-top: 0;
}

.abb-auth-register .abb-auth-top {
  margin-bottom: 26px;
}

.abb-auth-register .abb-auth-logo-block {
  margin-bottom: 28px;
}

.abb-register-heading {
  width: var(--abb-auth-inner);
  margin: 32px auto 24px;
  text-align: left;
}

.abb-register-heading h1 {
  margin: 0 0 8px;
  color: var(--abb-ink);
  font-size: 28px;
  line-height: 1.08;
  font-weight: 900;
}

.abb-register-heading p {
  max-width: 280px;
  margin: 0;
  color: var(--abb-muted);
  font-size: 13px;
  line-height: 1.45;
}

.abb-auth-register .abb-auth-heading {
  margin: 0 0 20px;
}

.abb-auth-register .abb-auth-heading h2 {
  margin: 0 0 7px;
  color: var(--abb-ink);
  font-size: 26px;
  line-height: 1.08;
  font-weight: 900;
}

.abb-auth-register .abb-auth-heading p {
  color: var(--abb-muted);
  font-size: 13px;
}

.abb-auth-register .abb-auth-check {
  align-items: flex-start;
  font-size: 12px;
}

.abb-auth-register .abb-auth-switch {
  margin-top: 15px;
}

.abb-auth-promo {
  padding: max(16px, env(safe-area-inset-top)) 14px calc(14px + env(safe-area-inset-bottom));
  background: #fff;
}

.abb-auth-promo .abb-auth-top {
  width: min(100%, 326px);
  margin-bottom: 10px;
}

.abb-auth-skip {
  width: auto !important;
  height: auto !important;
  color: var(--abb-muted) !important;
  font-size: 12px !important;
}

.abb-promo-hero {
  position: relative;
  width: min(100%, 326px);
  height: 360px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: #f3f4f6;
}

.abb-promo-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.abb-promo-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.72) 42%, rgba(255,255,255,0.08) 100%);
}

.abb-promo-hero div {
  position: relative;
  z-index: 1;
  max-width: 238px;
  padding: 26px 18px;
}

.abb-promo-hero h1 {
  margin: 0 0 10px;
  color: var(--abb-ink);
  font-size: 25px;
  line-height: 1.08;
  font-weight: 900;
}

.abb-promo-hero h1 strong,
.abb-promo-hero h1 em {
  color: var(--abb-red);
  font-style: normal;
}

.abb-promo-hero p {
  margin: 0 0 18px;
  color: var(--abb-muted);
  font-size: 13px;
  line-height: 1.45;
}

.abb-promo-dots {
  display: flex;
  gap: 5px;
}

.abb-promo-dots i {
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: #d7dce3;
}

.abb-promo-dots i:first-child {
  background: var(--abb-red);
}

.abb-auth-promo .abb-auth-panel {
  width: min(100%, 326px);
  margin: 0 auto;
  padding: 14px 14px 15px;
  border: 0;
  border-radius: 0 0 8px 8px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(17, 24, 39, 0.08);
  backdrop-filter: none;
}

.abb-promo-benefits {
  display: grid;
  gap: 9px;
  margin-bottom: 13px;
}

.abb-promo-benefits p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--abb-muted);
  font-size: 12px;
}

.abb-promo-benefits b {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: var(--abb-red);
}

.abb-promo-benefits b.power::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 2px;
  width: 8px;
  height: 18px;
  background: currentColor;
  clip-path: polygon(55% 0, 100% 0, 62% 41%, 100% 41%, 30% 100%, 47% 55%, 12% 55%);
}

.abb-promo-benefits b.leaf {
  color: #16a34a;
}

.abb-promo-benefits b.leaf::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  width: 15px;
  height: 15px;
  border-radius: 15px 2px 15px 2px;
  background: currentColor;
  transform: rotate(-18deg);
}

.abb-promo-benefits b.bars::before,
.abb-promo-benefits b.bars::after {
  content: "";
  position: absolute;
  bottom: 4px;
  width: 5px;
  border-radius: 2px 2px 0 0;
  background: currentColor;
}

.abb-promo-benefits b.bars::before {
  left: 4px;
  height: 9px;
  box-shadow: 7px -4px 0 currentColor;
}

.abb-promo-benefits b.bars::after {
  right: 3px;
  height: 18px;
}

.abb-auth-promo .abb-form {
  gap: 10px;
}

.abb-auth-promo .abb-auth-divider,
.abb-auth-promo .abb-social-row,
.abb-auth-promo .abb-auth-switch {
  display: none;
}

.abb-onboard-screen {
  padding: max(16px, env(safe-area-inset-top)) 0 calc(14px + env(safe-area-inset-bottom));
  background: #fff;
}

.abb-onboard-screen .abb-auth-top {
  width: calc(100% - 30px);
  margin-bottom: 6px;
}

.abb-onboard-copy {
  position: relative;
  z-index: 2;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 5px 0 0;
}

.abb-onboard-copy h1 {
  margin: 0 0 9px;
  color: var(--abb-ink);
  font-size: 29px;
  line-height: 1.02;
  font-weight: 900;
}

.abb-onboard-copy h1 span {
  color: var(--abb-red);
}

.abb-onboard-copy p {
  margin: 0 0 12px;
  color: var(--abb-muted);
  font-size: 12px;
  line-height: 1.35;
}

.abb-onboard-image {
  width: calc(100% - 30px);
  height: 407px;
  margin: 0 auto;
  overflow: hidden;
  background: #f5f6f7;
}

.abb-onboard-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% top;
}

.abb-onboard-panel {
  position: relative;
  z-index: 3;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 11px 14px 15px;
  background: #fff;
}

.abb-onboard-panel .abb-promo-benefits {
  gap: 9px;
}

.abb-onboard-panel .abb-promo-benefits p {
  min-height: 21px;
  gap: 14px;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.25;
}

.abb-onboard-panel .abb-promo-benefits b {
  width: 22px;
  height: 22px;
}

.abb-onboard-panel .abb-primary {
  min-height: 49px;
  margin-top: 15px;
  color: #fff;
  font-size: 14px;
}

.abb-onboard-panel .abb-primary span,
.abb-onboard-panel .abb-primary svg {
  color: #fff;
}

.abb-home {
  padding: max(14px, env(safe-area-inset-top)) 14px calc(92px + env(safe-area-inset-bottom));
}

.abb-topbar {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.abb-top-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.abb-top-brand img {
  width: 136px;
  max-height: 62px;
  object-fit: contain;
}

.abb-top-brand strong {
  color: var(--abb-ink);
  font-size: 17px;
  line-height: 1;
  white-space: nowrap;
}

.abb-top-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.abb-top-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--abb-line);
  border-radius: 50%;
  background: #fff;
  color: var(--abb-ink);
}

.abb-avatar-chip {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eef0f3;
  color: var(--abb-muted);
  font-size: 12px;
  font-weight: 900;
}

.abb-home-greeting {
  margin: 16px 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.abb-home-greeting h1 {
  margin: 0 0 4px;
  font-size: 23px;
  line-height: 1.1;
  font-weight: 900;
}

.abb-home-greeting p {
  margin: 0;
  color: var(--abb-muted);
  font-size: 13px;
}

.abb-home-greeting a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e9ecef;
  color: var(--abb-muted);
  font-weight: 900;
}

.abb-impact-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  gap: 10px;
}

.abb-impact-card {
  min-height: 140px;
  padding: 14px;
  border-radius: 8px;
  background: linear-gradient(145deg, #1f2937, #030712);
  color: #fff;
  box-shadow: var(--abb-shadow);
}

.abb-impact-card small,
.abb-image-card small,
.abb-stat small,
.abb-product-card small {
  display: block;
  color: inherit;
  opacity: 0.72;
  font-size: 11px;
  line-height: 1.25;
}

.abb-impact-card strong {
  display: block;
  margin-top: 10px;
  font-size: 31px;
  line-height: 1;
}

.abb-impact-card span {
  color: #86efac;
  font-size: 12px;
  font-weight: 900;
}

.abb-image-card {
  min-height: 140px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(17,24,39,0.02), rgba(17,24,39,0.62)), url("/static/abb/5.webp") center/cover;
  color: #fff;
}

.abb-quick-grid {
  margin: 14px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.abb-quick-grid a {
  min-height: 76px;
  padding: 10px 5px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 8px;
  border: 1px solid var(--abb-line);
  border-radius: 8px;
  background: #fff;
  color: var(--abb-ink);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.abb-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(227,6,19,0.1);
  color: var(--abb-red);
  font-size: 18px;
}

.abb-section-head {
  margin: 18px 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.abb-section-head h2 {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
}

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

.abb-stat {
  min-height: 72px;
  padding: 11px 8px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--abb-line);
}

.abb-stat strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1;
}

.abb-hero-card {
  position: relative;
  min-height: 158px;
  margin-top: 14px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  background: #111827;
}

.abb-hero-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.abb-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17,24,39,0.82), rgba(17,24,39,0.18));
}

.abb-hero-card > * {
  position: relative;
  z-index: 1;
}

.abb-hero-card h2 {
  max-width: 240px;
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.08;
}

.abb-hero-card p {
  max-width: 220px;
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-size: 12px;
  line-height: 1.4;
}

.abb-product-list {
  display: grid;
  gap: 10px;
}

.abb-product-card {
  min-height: 92px;
  padding: 8px;
  display: grid;
  grid-template-columns: 96px 1fr auto;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--abb-line);
  border-radius: 8px;
  background: #fff;
}

.abb-product-card img {
  width: 96px;
  height: 76px;
  border-radius: 6px;
  object-fit: cover;
}

.abb-product-card h3 {
  margin: 0 0 5px;
  font-size: 13px;
  line-height: 1.25;
}

.abb-product-card p {
  margin: 0;
  color: var(--abb-muted);
  font-size: 12px;
}

.abb-arrow {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f1f3f5;
  color: var(--abb-muted);
  font-weight: 900;
}

.abb-withdrawal-ticker {
  overflow: hidden;
  border: 1px solid var(--abb-line);
  border-radius: 8px;
  background: #fff;
}

.abb-withdrawal-track {
  display: flex;
  width: max-content;
  animation: abbTicker 28s linear infinite;
}

.abb-withdrawal-track article,
.abb-withdrawal-empty {
  min-width: 190px;
  padding: 12px 14px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--abb-muted);
  font-size: 12px;
}

.abb-withdrawal-track strong {
  color: var(--abb-red);
}

@keyframes abbTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.abb-mobile-v2 .enel-footer,
.abb-footer {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 40;
  width: min(100%, 430px);
  transform: translateX(-50%);
  padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,0.96);
  border-top: 1px solid var(--abb-line);
  backdrop-filter: blur(12px);
}

.abb-mobile-v2 .enel-footer .menubar,
.abb-footer .menubar {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
}

.abb-mobile-v2 .enel-footer .menubar a,
.abb-footer .menubar a {
  min-width: 0;
  height: 54px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 4px;
  color: #8b95a1;
  font-size: 10px;
  font-weight: 800;
}

.abb-mobile-v2 .enel-footer .menubar a.active,
.abb-footer .menubar a.active {
  color: var(--abb-red);
}

.abb-mobile-v2 .enel-tab-icon,
.abb-tab-icon {
  font-size: 20px;
  line-height: 1;
}

.abb-mobile-v2 .enel-tab-icon {
  display: grid;
  place-items: center;
}

.abb-home-notice-popup {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}

.abb-home-notice-popup img {
  width: 100%;
  height: 128px;
  object-fit: cover;
}

.abb-home-notice-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: rgba(17,24,39,0.66);
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.abb-home-notice-content {
  max-height: 250px;
  overflow: auto;
  padding: 15px;
  color: var(--abb-ink);
  font-size: 14px;
  line-height: 1.55;
}

.abb-mobile-v2 .layui-m-layerchild {
  border-radius: 12px !important;
  overflow: hidden;
}

.abb-mobile-v2 .layui-m-layerbtn span[yes] {
  color: var(--abb-red) !important;
}

@media (max-width: 360px) {
  .abb-home {
    padding-left: 10px;
    padding-right: 10px;
  }

  .abb-impact-grid {
    grid-template-columns: 1fr;
  }

  .abb-quick-grid a {
    font-size: 10px;
  }
}

:root {
  --abb-red: #e30613;
  --abb-red-dark: #b9000b;
  --abb-ink: #111827;
  --abb-muted: #6b7280;
  --abb-soft: #f4f6f8;
  --abb-line: #e5e7eb;
  --abb-card: #ffffff;
  --abb-success: #16a34a;
  --abb-shadow: 0 16px 38px rgba(17, 24, 39, 0.1);
}

body[class*="enel-"],
body.as-device-page {
  min-height: 100vh;
  margin: 0;
  background: var(--abb-soft);
  color: var(--abb-ink);
  font-family: Arial, "Helvetica Neue", sans-serif;
  overflow-x: hidden;
}

body[class*="enel-"] *,
body.as-device-page * {
  box-sizing: border-box;
  letter-spacing: 0;
}

body[class*="enel-"] a,
body.as-device-page a {
  color: inherit;
  text-decoration: none;
}

body[class*="enel-"] img,
body.as-device-page img {
  max-width: 100%;
}

body[class*="enel-"] .page-wraper,
body.as-device-page .page-wraper,
body[class*="enel-"] > .container,
body.as-device-page > .container {
  width: min(100%, 430px);
  margin: 0 auto;
}

body[class*="enel-"] .container,
body.as-device-page .container {
  width: min(100%, 430px);
  padding-left: 14px;
  padding-right: 14px;
}

.enel-page-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  width: min(100%, 430px);
  min-height: 52px;
  margin: 0 auto;
  padding: max(10px, env(safe-area-inset-top)) 14px 8px;
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  align-items: center;
  gap: 8px;
  background: rgba(244, 246, 248, 0.94);
  backdrop-filter: blur(12px);
}

.enel-page-nav button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--abb-ink);
  font-size: 25px;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.08);
}

.enel-page-nav strong {
  overflow: hidden;
  color: var(--abb-ink);
  font-size: 17px;
  font-weight: 900;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.enel-product-shell,
.enel-product-detail-shell,
.enel-recharge-shell,
.enel-withdraw-shell,
.enel-share-list-shell,
.enel-device-shell,
.enel-record-shell,
.enel-cash-shell,
.enel-account-form-shell,
.enel-service-shell,
.enel-task-shell,
.enel-treasure-shell,
.enel-account-shell {
  padding-top: 12px;
  padding-bottom: calc(96px + env(safe-area-inset-bottom));
}

.enel-product-detail-shell {
  padding-bottom: calc(92px + env(safe-area-inset-bottom));
}

.enel-product-list,
.enel-device-list,
.enel-record-list,
.enel-cash-list,
.enel-task-list,
.enel-reward-list {
  display: grid;
  gap: 10px;
}

.enel-product-row {
  min-height: 108px;
  padding: 8px;
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 11px;
  border: 1px solid var(--abb-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.045);
}

.enel-product-row .product-img {
  width: 116px;
  height: 102px;
  display: block;
  overflow: hidden;
  border-radius: 7px;
  background: #eef1f4;
}

.enel-product-row .product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.enel-product-row .product-copy {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 7px;
}

.enel-product-row h2 {
  margin: 2px 0 0;
  color: var(--abb-ink);
  font-size: 15px;
  line-height: 1.18;
  font-weight: 900;
}

.enel-product-row dl {
  margin: 0;
  display: grid;
  gap: 3px;
}

.enel-product-row dl div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: var(--abb-muted);
  font-size: 11px;
  line-height: 1.25;
}

.enel-product-row dt,
.enel-product-row dd {
  margin: 0;
}

.enel-product-row dd {
  color: var(--abb-ink);
  font-weight: 800;
}

.product-cta,
.earnings_item_btn,
.enel-fixed-action button,
.enel-withdraw-submit,
.enel-save-account-btn,
.enel-treasure-submit,
.task-btn,
.copy-btn,
.chat-actions button {
  min-height: 42px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  background: var(--abb-red) !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 22px rgba(227, 6, 19, 0.22);
}

.product-cta {
  width: 100%;
  min-height: 34px;
  margin-top: 2px;
}

.enel-detail-gallery {
  overflow: hidden;
  border-radius: 8px;
  background: #eef1f4;
}

.enel-detail-gallery img {
  width: 100%;
  aspect-ratio: 1 / 0.78;
  display: block;
  object-fit: cover;
}

.enel-detail-card,
.enel-recharge-card,
.enel-withdraw-card,
.enel-recharge-info-card,
.enel-share-card,
.enel-level-steps,
.enel-investor-panel,
.enel-device-summary,
.enel-record-item,
.enel-empty-card,
.enel-cash-title-card,
.enel-account-form-card,
.enel-service-card,
.enel-task-card,
.enel-treasure-card,
.enel-redeem-card,
.enel-menu-card {
  border: 1px solid var(--abb-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.045);
}

.enel-detail-card,
.enel-recharge-card,
.enel-withdraw-card,
.enel-recharge-info-card,
.enel-share-card,
.enel-level-steps,
.enel-investor-panel,
.enel-device-summary,
.enel-cash-title-card,
.enel-account-form-card,
.enel-service-card,
.enel-task-card,
.enel-treasure-card,
.enel-menu-card {
  padding: 14px;
  margin-top: 12px;
}

.enel-detail-card h1,
.enel-detail-card h2,
.enel-section-title h2,
.enel-recharge-step-title h2,
.enel-menu-section h2,
.enel-task-card h2 {
  margin: 0;
  color: var(--abb-ink);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
}

.enel-detail-card p,
.enel-section-title p,
.enel-recharge-step-title p,
.enel-task-card p,
.enel-menu-card small {
  margin: 4px 0 0;
  color: var(--abb-muted);
  font-size: 12px;
  line-height: 1.4;
}

.enel-detail-stats {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}

.enel-detail-stats div {
  min-height: 64px;
  padding: 10px;
  border-radius: 8px;
  background: #f7f8fa;
}

.enel-detail-stats span {
  display: block;
  color: var(--abb-muted);
  font-size: 11px;
}

.enel-detail-stats strong {
  display: block;
  margin-top: 6px;
  color: var(--abb-red);
  font-size: 16px;
  line-height: 1.15;
}

.enel-benefit-list {
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  gap: 9px;
  list-style: none;
}

.enel-benefit-list li {
  position: relative;
  padding-left: 22px;
  color: var(--abb-muted);
  font-size: 13px;
}

.enel-benefit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--abb-success);
}

.enel-fixed-action {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 42;
  width: min(100%, 430px);
  transform: translateX(-50%);
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,0.96);
  border-top: 1px solid var(--abb-line);
  backdrop-filter: blur(12px);
}

.enel-fixed-action button {
  width: 100%;
  min-height: 50px;
}

.enel-recharge-hero,
.enel-withdraw-hero,
.enel-cash-hero,
.enel-account-form-hero,
.enel-service-hero,
.enel-treasure-hero,
.enel-team-hero,
.enel-task-share,
.enel-account-balance {
  padding: 16px;
  border-radius: 8px;
  background: linear-gradient(145deg, #1f2937, #030712);
  color: #fff;
  box-shadow: var(--abb-shadow);
}

.enel-recharge-hero h1,
.enel-withdraw-hero h1,
.enel-account-form-hero h1,
.enel-service-hero h1,
.enel-treasure-hero h1,
.enel-cash-value,
.enel-account-balance strong {
  margin: 0;
  color: #fff;
  font-size: 25px;
  line-height: 1.08;
  font-weight: 900;
}

.enel-recharge-hero p,
.enel-withdraw-hero p,
.enel-account-form-hero span,
.enel-service-hero span,
.enel-treasure-hero span,
.enel-cash-hero p,
.enel-account-balance p {
  margin: 7px 0 0;
  color: rgba(255,255,255,0.76);
  font-size: 12px;
  line-height: 1.4;
}

.enel-recharge-step-title {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.enel-recharge-step-title > span,
.enel-section-title > span,
.enel-treasure-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 8px;
  background: rgba(227, 6, 19, 0.1);
  color: var(--abb-red);
  font-weight: 900;
}

.enel-amount-input-wrap label,
.enel-form-field > span,
.enel-copy-field label {
  display: block;
  margin: 0 0 7px;
  color: var(--abb-muted);
  font-size: 12px;
  font-weight: 800;
}

.enel-amount-input,
.enel-form-field input,
.enel-form-field .select,
.enel-gift-input,
.chat-compose textarea,
.enel-copy-field {
  min-height: 50px;
  border: 1px solid var(--abb-line);
  border-radius: 8px;
  background: #fff;
}

.enel-amount-input {
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.enel-amount-input span,
.enel-gift-input i {
  color: var(--abb-ink);
  font-weight: 900;
}

.enel-amount-input input,
.enel-form-field input,
.enel-form-field select,
.enel-gift-input input {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--abb-ink);
  font-size: 15px;
  font-weight: 800;
}

.enel-quick-amounts,
.enel-payment-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.amount-option,
.enel-payment-option,
.enel-record-tabs a,
.enel-cash-filter button {
  min-height: 42px;
  border: 1px solid var(--abb-line);
  border-radius: 8px;
  background: #fff;
  color: var(--abb-muted);
  font-size: 12px;
  font-weight: 900;
}

.amount-option.active,
.enel-payment-option.active,
.enel-record-tabs a.active,
.enel-cash-filter button.active,
.enel-level-card.active {
  border-color: var(--abb-red);
  background: var(--abb-red);
  color: #fff;
}

.enel-recharge-info-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.enel-recharge-rule {
  margin-top: 10px;
  color: var(--abb-muted);
  font-size: 12px;
  line-height: 1.55;
}

.enel-account-profile {
  padding: 12px;
  display: grid;
  grid-template-columns: 64px 1fr 24px;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--abb-line);
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.045);
}

.enel-account-avatar {
  position: relative;
  width: 64px;
  height: 64px;
}

.enel-account-avatar span,
.enel-account-avatar img {
  width: 64px;
  height: 64px;
  display: block;
  border-radius: 50%;
  object-fit: cover;
}

.enel-account-avatar i {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--abb-red);
  color: #fff;
  font-size: 11px;
}

.enel-account-person h1 {
  margin: 0;
  color: var(--abb-ink);
  font-size: 18px;
  line-height: 1.15;
  font-weight: 900;
}

.enel-premium-chip {
  width: fit-content;
  margin-top: 6px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #fff1f2;
  color: var(--abb-red);
  font-size: 11px;
  font-weight: 900;
}

.enel-account-person p {
  margin: 7px 0 0;
  color: var(--abb-muted);
  font-size: 12px;
}

.enel-account-actions,
.enel-home-actions {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}

.enel-home-actions {
  grid-template-columns: repeat(4, 1fr);
}

.enel-account-actions a,
.enel-home-action {
  min-height: 66px;
  padding: 10px 6px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 7px;
  border: 1px solid var(--abb-line);
  border-radius: 8px;
  background: #fff;
  color: var(--abb-ink);
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}

.enel-account-actions a.primary {
  border-color: var(--abb-red);
  background: var(--abb-red);
  color: #fff;
}

.enel-action-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(227, 6, 19, 0.1);
  color: var(--abb-red);
}

.enel-redeem-card {
  margin-top: 12px;
  padding: 12px;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 10px;
}

.enel-menu-section {
  margin-top: 16px;
}

.enel-menu-section h2 {
  margin: 0 0 8px;
  color: var(--abb-muted);
  font-size: 12px;
  text-transform: uppercase;
}

.enel-menu-card {
  padding: 0;
  overflow: hidden;
}

.enel-menu-card a,
.enel-service-links a {
  min-height: 58px;
  padding: 12px;
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--abb-line);
}

.enel-menu-card a:last-child,
.enel-service-links a:last-child {
  border-bottom: 0;
}

.enel-menu-card i,
.enel-service-links i,
.record-icon,
.enel-record-icon,
.task-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(227, 6, 19, 0.1);
  color: var(--abb-red);
}

.enel-logout-button {
  min-height: 48px;
  margin-top: 16px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #fff;
  color: var(--abb-red);
  border: 1px solid #fecdd3;
  font-weight: 900;
}

.enel-record-tabs,
.enel-cash-filter {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.enel-cash-filter {
  grid-template-columns: repeat(4, 1fr);
  margin: 12px 0;
}

.enel-record-item,
.enel-cash-record,
.enel-investor-item,
.enel-level-card,
.enel-reward-item {
  padding: 12px;
  display: grid;
  grid-template-columns: 40px 1fr auto;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--abb-line);
  border-radius: 8px;
  background: #fff;
}

.record-copy strong,
.enel-record-copy strong,
.investor-main strong {
  display: block;
  color: var(--abb-ink);
  font-size: 13px;
}

.record-copy span,
.enel-record-copy span,
.investor-main span,
.record-side span {
  display: block;
  margin-top: 3px;
  color: var(--abb-muted);
  font-size: 11px;
}

.record-side,
.enel-record-amount,
.investor-amount {
  text-align: right;
}

.record-side strong,
.enel-record-amount strong,
.investor-amount strong {
  color: var(--abb-red);
  font-size: 13px;
}

.enel-footer {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 40;
  width: min(100%, 430px);
  transform: translateX(-50%);
  padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,0.96);
  border-top: 1px solid var(--abb-line);
  backdrop-filter: blur(12px);
}

.enel-footer .menubar {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
}

.enel-footer .menubar a {
  min-width: 0;
  height: 54px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 4px;
  color: #8b95a1;
  font-size: 10px;
  font-weight: 800;
}

.enel-footer .menubar a.active {
  color: var(--abb-red);
}

.enel-tab-icon {
  display: grid;
  place-items: center;
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 360px) {
  body[class*="enel-"] .container,
  body.as-device-page .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .enel-product-row {
    grid-template-columns: 104px 1fr;
  }

  .enel-product-row .product-img {
    width: 104px;
  }

  .enel-home-actions,
  .enel-quick-amounts,
  .enel-payment-grid {
    gap: 6px;
  }
}

body.abb-mobile-v2[class*="enel-"],
body.abb-mobile-v2.as-device-page {
  background: var(--abb-soft) !important;
  color: var(--abb-ink) !important;
  font-family: Arial, "Helvetica Neue", sans-serif !important;
}

body.abb-mobile-v2 .page-wraper,
body.abb-mobile-v2 > .container,
body.abb-mobile-v2 .container {
  width: min(100%, 430px) !important;
  max-width: 430px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background: transparent !important;
}

body.abb-mobile-v2 .container {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

body.abb-mobile-v2 .enel-page-nav {
  position: sticky !important;
  top: 0 !important;
  z-index: 30 !important;
  width: min(100%, 430px) !important;
  min-height: 56px !important;
  margin: 0 auto !important;
  padding: max(10px, env(safe-area-inset-top)) 14px 8px !important;
  display: grid !important;
  grid-template-columns: 38px 1fr 38px !important;
  align-items: center !important;
  gap: 8px !important;
  background: rgba(244,246,248,0.96) !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}

body.abb-mobile-v2 .enel-page-nav button {
  width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: var(--abb-ink) !important;
  font-size: 26px !important;
  line-height: 1 !important;
  box-shadow: 0 8px 20px rgba(17,24,39,0.08) !important;
}

body.abb-mobile-v2 .enel-page-nav strong {
  color: var(--abb-ink) !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  text-align: center !important;
}

body.abb-mobile-v2 .enel-product-shell,
body.abb-mobile-v2 .enel-product-detail-shell,
body.abb-mobile-v2 .enel-recharge-shell,
body.abb-mobile-v2 .enel-withdraw-shell,
body.abb-mobile-v2 .enel-share-list-shell,
body.abb-mobile-v2 .enel-device-shell,
body.abb-mobile-v2 .enel-record-shell,
body.abb-mobile-v2 .enel-cash-shell,
body.abb-mobile-v2 .enel-account-form-shell,
body.abb-mobile-v2 .enel-service-shell,
body.abb-mobile-v2 .enel-task-shell,
body.abb-mobile-v2 .enel-treasure-shell,
body.abb-mobile-v2 .enel-account-shell {
  padding: 12px 14px calc(96px + env(safe-area-inset-bottom)) !important;
  background: var(--abb-soft) !important;
}

body.abb-mobile-v2 .enel-product-row {
  min-height: 112px !important;
  padding: 8px !important;
  display: grid !important;
  grid-template-columns: 116px minmax(0, 1fr) !important;
  gap: 11px !important;
  border: 1px solid var(--abb-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(17,24,39,0.045) !important;
}

body.abb-mobile-v2 .enel-product-row .product-img,
body.abb-mobile-v2 .enel-product-row .product-img img {
  width: 116px !important;
  height: 102px !important;
  border-radius: 7px !important;
}

body.abb-mobile-v2 .enel-product-row .product-img {
  overflow: hidden !important;
  background: #eef1f4 !important;
}

body.abb-mobile-v2 .enel-product-row .product-img img {
  object-fit: cover !important;
}

body.abb-mobile-v2 .enel-product-row h2 {
  margin: 2px 0 6px !important;
  color: var(--abb-ink) !important;
  font-size: 15px !important;
  line-height: 1.18 !important;
  font-weight: 900 !important;
}

body.abb-mobile-v2 .enel-product-row dl {
  margin: 0 0 7px !important;
  display: grid !important;
  gap: 3px !important;
}

body.abb-mobile-v2 .enel-product-row dt,
body.abb-mobile-v2 .enel-product-row dd {
  margin: 0 !important;
  font-size: 11px !important;
  line-height: 1.25 !important;
}

body.abb-mobile-v2 .enel-product-row dt {
  color: var(--abb-muted) !important;
}

body.abb-mobile-v2 .enel-product-row dd {
  color: var(--abb-ink) !important;
  font-weight: 900 !important;
}

body.abb-mobile-v2 .product-cta,
body.abb-mobile-v2 .earnings_item_btn,
body.abb-mobile-v2 .enel-fixed-action button,
body.abb-mobile-v2 .enel-withdraw-submit,
body.abb-mobile-v2 .enel-save-account-btn,
body.abb-mobile-v2 .enel-treasure-submit,
body.abb-mobile-v2 .task-btn,
body.abb-mobile-v2 .copy-btn,
body.abb-mobile-v2 .chat-actions button {
  min-height: 42px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: var(--abb-red) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  box-shadow: 0 12px 22px rgba(227,6,19,0.22) !important;
}

body.abb-mobile-v2 .product-cta {
  width: 100% !important;
  min-height: 34px !important;
  margin-top: 2px !important;
}

body.abb-mobile-v2 .enel-detail-gallery {
  overflow: hidden !important;
  border-radius: 8px !important;
  background: #eef1f4 !important;
  box-shadow: 0 10px 28px rgba(17,24,39,0.045) !important;
}

body.abb-mobile-v2 .enel-detail-gallery img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 0.78 !important;
  object-fit: cover !important;
}

body.abb-mobile-v2 .enel-detail-card,
body.abb-mobile-v2 .enel-recharge-card,
body.abb-mobile-v2 .enel-withdraw-card,
body.abb-mobile-v2 .enel-recharge-info-card,
body.abb-mobile-v2 .enel-share-card,
body.abb-mobile-v2 .enel-level-steps,
body.abb-mobile-v2 .enel-investor-panel,
body.abb-mobile-v2 .enel-device-summary,
body.abb-mobile-v2 .enel-record-item,
body.abb-mobile-v2 .enel-empty-card,
body.abb-mobile-v2 .enel-cash-title-card,
body.abb-mobile-v2 .enel-account-form-card,
body.abb-mobile-v2 .enel-service-card,
body.abb-mobile-v2 .enel-task-card,
body.abb-mobile-v2 .enel-treasure-card,
body.abb-mobile-v2 .enel-redeem-card,
body.abb-mobile-v2 .enel-menu-card {
  border: 1px solid var(--abb-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(17,24,39,0.045) !important;
}

body.abb-mobile-v2 .enel-detail-card,
body.abb-mobile-v2 .enel-recharge-card,
body.abb-mobile-v2 .enel-withdraw-card,
body.abb-mobile-v2 .enel-recharge-info-card,
body.abb-mobile-v2 .enel-share-card,
body.abb-mobile-v2 .enel-level-steps,
body.abb-mobile-v2 .enel-investor-panel,
body.abb-mobile-v2 .enel-device-summary,
body.abb-mobile-v2 .enel-cash-title-card,
body.abb-mobile-v2 .enel-account-form-card,
body.abb-mobile-v2 .enel-service-card,
body.abb-mobile-v2 .enel-task-card,
body.abb-mobile-v2 .enel-treasure-card,
body.abb-mobile-v2 .enel-menu-card {
  padding: 14px !important;
  margin-top: 12px !important;
}

body.abb-mobile-v2 .enel-recharge-hero,
body.abb-mobile-v2 .enel-withdraw-hero,
body.abb-mobile-v2 .enel-cash-hero,
body.abb-mobile-v2 .enel-account-form-hero,
body.abb-mobile-v2 .enel-service-hero,
body.abb-mobile-v2 .enel-treasure-hero,
body.abb-mobile-v2 .enel-team-hero,
body.abb-mobile-v2 .enel-task-share,
body.abb-mobile-v2 .enel-account-balance {
  padding: 16px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: linear-gradient(145deg, #1f2937, #030712) !important;
  color: #fff !important;
  box-shadow: var(--abb-shadow) !important;
}

body.abb-mobile-v2 .enel-recharge-hero h1,
body.abb-mobile-v2 .enel-withdraw-hero h1,
body.abb-mobile-v2 .enel-account-form-hero h1,
body.abb-mobile-v2 .enel-service-hero h1,
body.abb-mobile-v2 .enel-treasure-hero h1,
body.abb-mobile-v2 .enel-cash-value,
body.abb-mobile-v2 .enel-account-balance strong {
  color: #fff !important;
  font-size: 25px !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
}

body.abb-mobile-v2 .enel-recharge-hero p,
body.abb-mobile-v2 .enel-withdraw-hero p,
body.abb-mobile-v2 .enel-account-form-hero span,
body.abb-mobile-v2 .enel-service-hero span,
body.abb-mobile-v2 .enel-treasure-hero span,
body.abb-mobile-v2 .enel-cash-hero p,
body.abb-mobile-v2 .enel-account-balance p {
  color: rgba(255,255,255,0.76) !important;
  font-size: 12px !important;
}

body.abb-mobile-v2 .enel-quick-amounts,
body.abb-mobile-v2 .enel-payment-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 8px !important;
}

body.abb-mobile-v2 .amount-option,
body.abb-mobile-v2 .enel-payment-option,
body.abb-mobile-v2 .enel-record-tabs a,
body.abb-mobile-v2 .enel-cash-filter button,
body.abb-mobile-v2 .enel-level-card {
  border: 1px solid var(--abb-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--abb-muted) !important;
  box-shadow: none !important;
}

body.abb-mobile-v2 .amount-option.active,
body.abb-mobile-v2 .enel-payment-option.active,
body.abb-mobile-v2 .enel-record-tabs a.active,
body.abb-mobile-v2 .enel-cash-filter button.active,
body.abb-mobile-v2 .enel-level-card.active {
  border-color: var(--abb-red) !important;
  background: var(--abb-red) !important;
  color: #fff !important;
}

body.abb-mobile-v2.enel-share-list-page .enel-section-title > span,
body.abb-mobile-v2.enel-share-list-page .enel-step i,
body.abb-mobile-v2.enel-share-list-page .level-avatar,
body.abb-mobile-v2.enel-share-list-page .level-avatar.blue,
body.abb-mobile-v2.enel-share-list-page .level-avatar.green,
body.abb-mobile-v2.enel-share-list-page .level-avatar.purple {
  background: rgba(227, 6, 19, 0.1) !important;
  color: var(--abb-red) !important;
  box-shadow: none !important;
}

body.abb-mobile-v2.enel-share-list-page .enel-step i {
  background: var(--abb-red) !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(227, 6, 19, 0.22) !important;
}

body.abb-mobile-v2.enel-share-list-page .enel-level-card.active {
  border-color: var(--abb-red) !important;
  background: var(--abb-red) !important;
  box-shadow: 0 14px 28px rgba(227, 6, 19, 0.18) !important;
}

body.abb-mobile-v2.enel-share-list-page .enel-level-card .level-copy h3 em,
body.abb-mobile-v2.enel-share-list-page .enel-level-card:nth-child(2) .level-copy h3 em,
body.abb-mobile-v2.enel-share-list-page .enel-level-card:nth-child(3) .level-copy h3 em {
  background: rgba(227, 6, 19, 0.1) !important;
  color: var(--abb-red) !important;
}

body.abb-mobile-v2.enel-share-list-page .enel-level-card > strong,
body.abb-mobile-v2.enel-share-list-page .enel-level-card:nth-child(2) > strong,
body.abb-mobile-v2.enel-share-list-page .enel-level-card:nth-child(3) > strong {
  background: #fff5f6 !important;
  color: var(--abb-red) !important;
}

body.abb-mobile-v2.enel-share-list-page .enel-level-card.active .level-copy h3,
body.abb-mobile-v2.enel-share-list-page .enel-level-card.active .level-copy h3 em,
body.abb-mobile-v2.enel-share-list-page .enel-level-card.active .level-copy p,
body.abb-mobile-v2.enel-share-list-page .enel-level-card.active .level-copy small {
  color: #fff !important;
}

body.abb-mobile-v2.enel-share-list-page .enel-level-card.active .level-copy h3 em {
  background: rgba(255, 255, 255, 0.2) !important;
}

body.abb-mobile-v2.enel-share-list-page .enel-level-card.active .level-avatar {
  background: #fff !important;
  color: var(--abb-red) !important;
}

body.abb-mobile-v2.enel-share-list-page .enel-level-card.active > strong {
  background: #fff !important;
  color: var(--abb-red) !important;
}

body.abb-mobile-v2.enel-share-list-page .enel-level-card.active > strong small {
  color: var(--abb-ink) !important;
}

body.abb-mobile-v2.enel-account-page .enel-account-profile {
  padding: 12px !important;
  display: grid !important;
  grid-template-columns: 64px minmax(0, 1fr) 24px !important;
  align-items: center !important;
  gap: 12px !important;
  border: 1px solid var(--abb-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(17,24,39,0.045) !important;
}

body.abb-mobile-v2.enel-account-page .enel-account-avatar,
body.abb-mobile-v2.enel-account-page .enel-account-avatar span,
body.abb-mobile-v2.enel-account-page .enel-account-avatar img {
  width: 64px !important;
  height: 64px !important;
  border-radius: 50% !important;
}

body.abb-mobile-v2.enel-account-page .enel-account-person h1 {
  margin: 0 !important;
  color: var(--abb-ink) !important;
  font-size: 18px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
}

body.abb-mobile-v2.enel-account-page .enel-premium-chip {
  width: fit-content !important;
  margin-top: 6px !important;
  padding: 4px 9px !important;
  border-radius: 999px !important;
  background: #fff1f2 !important;
  color: var(--abb-red) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

body.abb-mobile-v2.enel-account-page .enel-home-actions {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 9px !important;
  margin: 14px 0 !important;
}

body.abb-mobile-v2.enel-account-page .enel-home-action,
body.abb-mobile-v2.enel-account-page .enel-account-actions a {
  min-height: 66px !important;
  height: auto !important;
  padding: 10px 6px !important;
  display: grid !important;
  justify-items: center !important;
  align-content: center !important;
  gap: 7px !important;
  border: 1px solid var(--abb-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--abb-ink) !important;
  box-shadow: none !important;
}

body.abb-mobile-v2.enel-account-page .enel-account-actions a.primary {
  border-color: var(--abb-red) !important;
  background: var(--abb-red) !important;
  color: #fff !important;
}

body.abb-mobile-v2.abb-user-profile-page {
  background: var(--abb-soft) !important;
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-nav,
body.abb-mobile-v2.abb-user-profile-page .abb-user-shell {
  width: min(100%, 430px);
  margin: 0 auto;
  background: #fff;
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-nav {
  min-height: 56px;
  padding: max(10px, env(safe-area-inset-top)) 14px 6px;
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 8px;
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-nav button,
body.abb-mobile-v2.abb-user-profile-page .abb-user-nav a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--abb-ink);
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-nav a {
  justify-self: end;
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-nav svg {
  width: 21px;
  height: 21px;
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-nav strong {
  text-align: center;
  color: var(--abb-ink);
  font-size: 16px;
  font-weight: 900;
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-shell {
  min-height: calc(100vh - 56px);
  padding: 8px 14px calc(96px + env(safe-area-inset-bottom));
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-profile-card {
  padding: 12px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  background: #f3f5f7;
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-logo-avatar {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--abb-line);
  overflow: hidden;
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-logo-avatar img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-identity {
  min-width: 0;
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-identity h1 {
  margin: 0;
  color: var(--abb-ink);
  font-size: 16px;
  line-height: 1.15;
  font-weight: 900;
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-identity p {
  margin: 5px 0 0;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--abb-muted);
  font-size: 12px;
  line-height: 1.2;
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-identity p span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-copy {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--abb-muted);
  flex: 0 0 auto;
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-copy svg {
  width: 14px;
  height: 14px;
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-member-chip {
  width: fit-content;
  margin-top: 8px;
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 999px;
  background: #fff1f2;
  color: var(--abb-red);
  font-size: 11px;
  font-weight: 900;
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-member-chip::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--abb-red);
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-stat-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--abb-line);
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-stat-grid a {
  min-width: 0;
  padding: 12px 6px;
  display: grid;
  justify-items: center;
  gap: 5px;
  color: var(--abb-ink);
  text-align: center;
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-stat-grid a + a {
  border-left: 1px solid var(--abb-line);
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-stat-grid span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f4f6f8;
  color: var(--abb-red);
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-stat-grid svg {
  width: 17px;
  height: 17px;
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-stat-grid strong {
  color: var(--abb-ink);
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-stat-grid small {
  color: var(--abb-muted);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-menu-list {
  margin-top: 14px;
  display: grid;
  border: 1px solid var(--abb-line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-menu-list a {
  min-height: 50px;
  padding: 0 12px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 10px;
  color: var(--abb-ink);
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-menu-list a + a {
  border-top: 1px solid var(--abb-line);
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-menu-list i {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: var(--abb-ink);
  font-style: normal;
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-menu-list svg {
  width: 20px;
  height: 20px;
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-menu-list strong {
  min-width: 0;
  color: var(--abb-ink);
  font-size: 13px;
  font-weight: 800;
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-menu-list span {
  color: var(--abb-muted);
  font-size: 24px;
  line-height: 1;
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-image-banner {
  position: relative;
  min-height: 104px;
  margin-top: 14px;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  background: #111827;
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-image-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-image-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 7, 18, 0.86), rgba(3, 7, 18, 0.28) 58%, rgba(3, 7, 18, 0.02));
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-image-banner span {
  position: relative;
  z-index: 1;
  width: 64%;
  min-height: 104px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-image-banner strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 900;
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-image-banner small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  line-height: 1.25;
  font-weight: 700;
}

body.abb-mobile-v2 .enel-footer {
  position: fixed !important;
  left: 50% !important;
  bottom: 0 !important;
  z-index: 40 !important;
  width: min(100%, 430px) !important;
  max-width: 430px !important;
  transform: translateX(-50%) !important;
  padding: 8px 12px calc(8px + env(safe-area-inset-bottom)) !important;
  background: rgba(255,255,255,0.96) !important;
  border-top: 1px solid var(--abb-line) !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}

body.abb-mobile-v2 .enel-footer .menubar {
  position: static !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  z-index: auto !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  transform: none !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 4px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body.abb-mobile-v2 .enel-footer .menubar a {
  min-width: 0 !important;
  height: 54px !important;
  min-height: 0 !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  align-content: center !important;
  gap: 4px !important;
  border-radius: 0 !important;
  color: #8b95a1 !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
}

body.abb-mobile-v2 .enel-footer .menubar a.active {
  color: var(--abb-red) !important;
}

body.abb-mobile-v2 .enel-tab-icon {
  display: grid !important;
  place-items: center !important;
  color: currentColor !important;
  font-size: 20px !important;
}

.abb-product-catalog,
.abb-product-detail-v2 {
  width: min(100%, 430px);
  min-height: 100vh;
  margin: 0 auto;
  padding: max(14px, env(safe-area-inset-top)) 14px calc(92px + env(safe-area-inset-bottom));
  background: #fff;
}

body.abb-product-catalog-page,
body.abb-product-detail-page {
  background: var(--abb-soft) !important;
}

.abb-product-detail-v2 {
  padding-bottom: calc(18px + env(safe-area-inset-bottom));
}

.abb-product-page-head,
.abb-detail-top {
  min-height: 42px;
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  align-items: center;
  gap: 8px;
}

.abb-product-page-head button,
.abb-detail-top button {
  width: 34px;
  height: 34px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--abb-ink);
  font-size: 27px;
  line-height: 1;
}

body.abb-product-catalog-page .abb-product-page-head button,
body.abb-product-detail-page .abb-detail-top button {
  min-height: 34px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--abb-ink) !important;
  box-shadow: none !important;
}

body.abb-product-catalog-page .abb-product-page-head button {
  justify-self: start !important;
}

.abb-detail-top button:last-child {
  justify-self: end;
  font-size: 19px;
}

.abb-detail-top svg {
  width: 20px;
  height: 20px;
}

.abb-product-page-head h1 {
  margin: 0;
  color: var(--abb-ink);
  font-size: 18px;
  line-height: 1.15;
  font-weight: 900;
  text-align: left;
}

.abb-product-search-row {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 1fr 42px;
  gap: 8px;
}

.abb-product-search {
  min-height: 42px;
  padding: 0 12px;
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #f3f5f7;
  color: var(--abb-muted);
}

.abb-product-search svg,
.abb-product-filter-button svg {
  width: 18px;
  height: 18px;
}

.abb-product-search input {
  width: 100%;
  height: 40px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--abb-ink);
  font-size: 13px;
}

.abb-product-filter-button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 8px;
  background: #f3f5f7;
  color: var(--abb-ink);
}

.abb-product-tabs {
  margin: 10px 0 11px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.abb-product-tabs button {
  min-height: 36px;
  padding: 0 8px;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #f3f5f7;
  color: var(--abb-muted);
  font-size: 11px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.abb-product-tabs button.active {
  background: var(--abb-red);
  color: #fff;
}

.abb-catalog-list {
  margin-top: 10px;
  display: grid;
  gap: 9px;
}

.abb-catalog-item {
  min-height: 104px;
  padding: 7px 8px 7px 7px;
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 10px;
  border: 1px solid #eef0f3;
  border-radius: 8px;
  background: #fff;
  color: var(--abb-ink);
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.035);
}

.abb-catalog-item.disabled {
  opacity: 0.62;
}

.abb-catalog-item figure {
  width: 94px;
  height: 88px;
  margin: 0;
  overflow: hidden;
  border-radius: 7px;
  background: #eef1f4;
}

.abb-catalog-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.abb-catalog-item h2 {
  margin: 0 0 4px;
  color: var(--abb-ink);
  font-size: 14px;
  line-height: 1.18;
  font-weight: 900;
}

.abb-catalog-item p {
  margin: 0;
  color: var(--abb-muted);
  font-size: 11px;
  line-height: 1.28;
}

.abb-catalog-item small {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 9px;
  color: var(--abb-muted);
  font-size: 10px;
  font-weight: 800;
}

.abb-catalog-item small span:first-child {
  color: var(--abb-red);
}

.abb-catalog-item i {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f0f2f4;
  color: var(--abb-muted);
  font-style: normal;
  font-size: 23px;
  line-height: 1;
}

.abb-empty-card {
  padding: 26px 18px;
  border: 1px solid var(--abb-line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.abb-empty-card strong {
  display: block;
  color: var(--abb-ink);
  font-size: 15px;
}

.abb-empty-card p {
  margin: 7px 0 0;
  color: var(--abb-muted);
  font-size: 12px;
}

.abb-detail-title {
  margin-top: 10px;
}

.abb-detail-title h1 {
  margin: 0;
  color: var(--abb-ink);
  font-size: 22px;
  line-height: 1.08;
  font-weight: 900;
}

.abb-detail-title p {
  max-width: 245px;
  margin: 6px 0 0;
  color: var(--abb-muted);
  font-size: 13px;
  line-height: 1.35;
}

.abb-detail-showcase {
  margin-top: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) 112px;
  align-items: center;
  gap: 12px;
}

.abb-detail-main-image {
  min-height: 220px;
  margin: 0;
  padding: 10px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(180deg, #f8fafc, #eef2f7);
}

.abb-detail-main-image img {
  width: 100%;
  height: 220px;
  object-fit: contain;
}

.abb-detail-feature-list {
  display: grid;
  gap: 9px;
}

.abb-detail-feature-list article {
  min-height: 50px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  grid-template-areas:
    "icon value"
    "icon label";
  align-items: center;
  column-gap: 8px;
}

.abb-detail-feature-list span {
  grid-area: icon;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f1f3f5;
  color: var(--abb-red);
}

.abb-detail-feature-list span::before {
  color: inherit;
  font-size: 16px;
  line-height: 1;
}

.abb-detail-feature-list .bolt::before {
  content: "";
  width: 9px;
  height: 16px;
  background: currentColor;
  clip-path: polygon(52% 0, 100% 0, 65% 42%, 100% 42%, 35% 100%, 48% 56%, 0 56%);
}

.abb-detail-feature-list .wifi::before {
  content: "";
  width: 16px;
  height: 12px;
  border-top: 3px solid currentColor;
  border-radius: 50% 50% 0 0;
}

.abb-detail-feature-list .phone::before {
  content: "";
  width: 10px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.abb-detail-feature-list .shield::before {
  content: "";
  width: 14px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 8px 8px 10px 10px;
}

.abb-detail-feature-list strong {
  grid-area: value;
  overflow: hidden;
  color: var(--abb-ink);
  font-size: 11px;
  line-height: 1.15;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.abb-detail-feature-list small {
  grid-area: label;
  color: var(--abb-muted);
  font-size: 10px;
  line-height: 1.2;
}

.abb-detail-thumbs {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.abb-detail-thumbs img {
  width: 100%;
  aspect-ratio: 1;
  padding: 3px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #f1f3f5;
  object-fit: cover;
}

.abb-detail-thumbs img.active {
  border-color: var(--abb-red);
  background: #fff;
}

.abb-detail-price-card,
.abb-detail-advantages {
  margin-top: 14px;
  padding: 14px;
  border-radius: 8px;
  background: #f3f6f9;
}

.abb-detail-price-card > span {
  display: block;
  color: var(--abb-muted);
  font-size: 12px;
  font-weight: 800;
}

.abb-detail-price-card strong {
  display: block;
  margin-top: 6px;
  color: var(--abb-ink);
  font-size: 27px;
  line-height: 1;
  font-weight: 900;
}

.abb-detail-price-card small {
  color: var(--abb-ink);
  font-size: 13px;
}

.abb-detail-price-card p {
  margin: 9px 0 0;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--abb-muted);
  font-size: 12px;
}

.abb-detail-price-card i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--abb-success);
}

.abb-detail-advantages {
  background: #fff;
  border: 1px solid var(--abb-line);
}

.abb-detail-advantages h2 {
  margin: 0 0 10px;
  color: var(--abb-ink);
  font-size: 16px;
  font-weight: 900;
}

.abb-detail-advantages ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  list-style: none;
}

.abb-detail-advantages li {
  position: relative;
  padding-left: 18px;
  color: var(--abb-muted);
  font-size: 12px;
  line-height: 1.35;
}

.abb-detail-advantages li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--abb-red);
}

.abb-detail-buy {
  width: 100%;
  min-height: 52px;
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 8px;
  background: var(--abb-red);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 13px 24px rgba(227, 6, 19, 0.25);
}

body.abb-product-detail-page .abb-detail-buy {
  min-height: 52px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: var(--abb-red) !important;
  color: #fff !important;
  box-shadow: 0 13px 24px rgba(227, 6, 19, 0.25) !important;
}

body.abb-product-detail-page .abb-detail-buy svg {
  color: #fff !important;
}

.abb-detail-buy svg {
  width: 18px;
  height: 18px;
}

body.abb-mobile-v2.abb-service-page {
  background: var(--abb-soft) !important;
}

body.abb-mobile-v2.abb-service-page .abb-service-nav,
body.abb-mobile-v2.abb-service-page .abb-service-shell {
  width: min(100%, 430px);
  margin: 0 auto;
  background: #fff;
}

body.abb-mobile-v2.abb-service-page .abb-service-nav {
  min-height: 70px;
  padding: max(12px, env(safe-area-inset-top)) 16px 8px;
  display: grid;
  grid-template-columns: 54px 1fr 84px;
  align-items: center;
  gap: 8px;
}

body.abb-mobile-v2.abb-service-page .abb-service-nav button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--abb-ink);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
}

body.abb-mobile-v2.abb-service-page .abb-service-nav button svg {
  width: 25px;
  height: 25px;
}

body.abb-mobile-v2.abb-service-page .abb-service-nav strong {
  text-align: center;
  color: var(--abb-ink);
  font-size: 21px;
  line-height: 1.05;
  font-weight: 900;
}

body.abb-mobile-v2.abb-service-page .abb-service-logo {
  justify-self: end;
  display: grid;
  justify-items: end;
  gap: 2px;
  color: var(--abb-ink);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}

body.abb-mobile-v2.abb-service-page .abb-service-logo img {
  width: 70px;
  height: 34px;
  object-fit: contain;
}

body.abb-mobile-v2.abb-service-page .abb-service-shell {
  min-height: calc(100vh - 70px);
  padding: 12px 14px calc(98px + env(safe-area-inset-bottom));
}

body.abb-mobile-v2.abb-service-page .abb-service-hero {
  position: relative;
  min-height: 142px;
  border-radius: 8px;
  overflow: hidden;
  background: #111827;
  color: #fff;
}

body.abb-mobile-v2.abb-service-page .abb-service-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
}

body.abb-mobile-v2.abb-service-page .abb-service-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 7, 18, 0.92), rgba(17, 24, 39, 0.54) 58%, rgba(3, 7, 18, 0.18));
}

body.abb-mobile-v2.abb-service-page .abb-service-hero div {
  position: relative;
  z-index: 1;
  width: 74%;
  min-height: 142px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.abb-mobile-v2.abb-service-page .abb-service-hero p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

body.abb-mobile-v2.abb-service-page .abb-service-hero p::after {
  content: "";
  width: 32px;
  height: 4px;
  display: block;
  margin-top: 11px;
  border-radius: 99px;
  background: var(--abb-red);
}

body.abb-mobile-v2.abb-service-page .abb-service-hero h1 {
  margin: 18px 0 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 900;
}

body.abb-mobile-v2.abb-service-page .abb-service-hero span {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

body.abb-mobile-v2.abb-service-page .abb-service-hero em {
  position: absolute;
  top: 18px;
  right: 16px;
  z-index: 1;
  width: 76px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 800;
  text-align: right;
}

body.abb-mobile-v2.abb-service-page .abb-service-hero em::after {
  content: "";
  width: 28px;
  height: 4px;
  margin-top: 8px;
  margin-left: auto;
  display: block;
  border-radius: 99px;
  background: var(--abb-red);
}

body.abb-mobile-v2.abb-service-page .abb-service-quick,
body.abb-mobile-v2.abb-service-page .abb-service-link-card,
body.abb-mobile-v2.abb-service-page .abb-service-account-card,
body.abb-mobile-v2.abb-service-page .abb-service-info-card {
  margin-top: 12px;
  border: 1px solid var(--abb-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.045);
}

body.abb-mobile-v2.abb-service-page .abb-service-quick {
  min-height: 78px;
  padding: 12px;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

body.abb-mobile-v2.abb-service-page .abb-service-quick i,
body.abb-mobile-v2.abb-service-page .abb-service-card-head i,
body.abb-mobile-v2.abb-service-page .abb-service-account-card i {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-style: normal;
}

body.abb-mobile-v2.abb-service-page .abb-service-quick i,
body.abb-mobile-v2.abb-service-page .abb-service-card-head i.red {
  background: #fff1f2;
  color: var(--abb-red);
}

body.abb-mobile-v2.abb-service-page .abb-service-card-head i.green {
  background: #dcfce7;
  color: var(--abb-success);
}

body.abb-mobile-v2.abb-service-page .abb-service-account-card i {
  background: #eef5ff;
  color: #1570ef;
}

body.abb-mobile-v2.abb-service-page .abb-service-quick svg,
body.abb-mobile-v2.abb-service-page .abb-service-card-head svg,
body.abb-mobile-v2.abb-service-page .abb-service-account-card svg {
  width: 28px;
  height: 28px;
}

body.abb-mobile-v2.abb-service-page .abb-service-quick h2,
body.abb-mobile-v2.abb-service-page .abb-service-card-head h2,
body.abb-mobile-v2.abb-service-page .abb-service-account-card h2 {
  margin: 0;
  color: var(--abb-ink);
  font-size: 18px;
  line-height: 1.15;
  font-weight: 900;
}

body.abb-mobile-v2.abb-service-page .abb-service-quick p,
body.abb-mobile-v2.abb-service-page .abb-service-card-head p,
body.abb-mobile-v2.abb-service-page .abb-service-account-card p {
  margin: 7px 0 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

body.abb-mobile-v2.abb-service-page .abb-service-link-card {
  padding: 12px;
}

body.abb-mobile-v2.abb-service-page .abb-service-card-head,
body.abb-mobile-v2.abb-service-page .abb-service-account-card {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 10px;
}

body.abb-mobile-v2.abb-service-page .abb-service-card-head > span,
body.abb-mobile-v2.abb-service-page .abb-service-account-card > span {
  color: #94a3b8;
  font-size: 34px;
  line-height: 1;
}

body.abb-mobile-v2.abb-service-page .abb-service-link-row {
  margin-top: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px 98px;
  gap: 8px;
}

body.abb-mobile-v2.abb-service-page .abb-service-link-row strong {
  min-width: 0;
  height: 42px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  border: 1px solid var(--abb-line);
  border-radius: 8px;
  background: #fbfcfd;
  color: var(--abb-ink);
  font-size: 13px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.abb-mobile-v2.abb-service-page .abb-service-copy {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--abb-line);
  border-radius: 8px;
  background: #fff;
  color: var(--abb-ink);
}

body.abb-mobile-v2.abb-service-page .abb-service-copy svg {
  width: 20px;
  height: 20px;
}

body.abb-mobile-v2.abb-service-page .abb-service-link-row a {
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  background: var(--abb-red);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(227, 6, 19, 0.22);
}

body.abb-mobile-v2.abb-service-page .abb-service-link-row a svg {
  width: 19px;
  height: 19px;
}

body.abb-mobile-v2.abb-service-page .abb-service-account-card {
  min-height: 88px;
  padding: 12px;
}

body.abb-mobile-v2.abb-service-page .abb-service-info-card {
  overflow: hidden;
}

body.abb-mobile-v2.abb-service-page .abb-service-info-card header {
  min-height: 44px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid var(--abb-line);
}

body.abb-mobile-v2.abb-service-page .abb-service-info-card header div,
body.abb-mobile-v2.abb-service-page .abb-service-info-card header span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

body.abb-mobile-v2.abb-service-page .abb-service-info-card header i {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eef2f7;
  color: #64748b;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

body.abb-mobile-v2.abb-service-page .abb-service-info-card header strong {
  color: var(--abb-ink);
  font-size: 13px;
  font-weight: 900;
}

body.abb-mobile-v2.abb-service-page .abb-service-info-card header span {
  color: var(--abb-muted);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

body.abb-mobile-v2.abb-service-page .abb-service-info-card header span svg {
  width: 20px;
  height: 20px;
  color: var(--abb-red);
}

body.abb-mobile-v2.abb-service-page .abb-service-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.abb-mobile-v2.abb-service-page .abb-service-info-grid article {
  min-width: 0;
  padding: 12px 8px;
  display: grid;
  justify-items: center;
  gap: 6px;
  text-align: center;
}

body.abb-mobile-v2.abb-service-page .abb-service-info-grid article + article {
  border-left: 1px solid var(--abb-line);
}

body.abb-mobile-v2.abb-service-page .abb-service-info-grid svg {
  width: 25px;
  height: 25px;
  color: var(--abb-ink);
}

body.abb-mobile-v2.abb-service-page .abb-service-info-grid strong {
  color: var(--abb-ink);
  font-size: 11px;
  line-height: 1.15;
  font-weight: 900;
}

body.abb-mobile-v2.abb-service-page .abb-service-info-grid small {
  color: #64748b;
  font-size: 10px;
  line-height: 1.25;
  font-weight: 700;
}

@media (max-width: 360px) {
  .abb-product-catalog,
  .abb-product-detail-v2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .abb-detail-showcase {
    grid-template-columns: 1fr;
  }

  .abb-detail-feature-list {
    grid-template-columns: repeat(2, 1fr);
  }

  body.abb-mobile-v2.abb-service-page .abb-service-link-row {
    grid-template-columns: minmax(0, 1fr) 38px 90px;
  }
}

body.abb-mobile-v2 button {
  border: 0 !important;
  outline: 0;
  font-family: inherit;
}

body.abb-mobile-v2 .enel-page-nav button,
body.abb-mobile-v2 .abb-user-nav button,
body.abb-mobile-v2 .abb-service-nav button,
body.abb-mobile-v2 .abb-service-copy,
body.abb-mobile-v2 .abb-user-copy {
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  border: 0 !important;
  background: #fff !important;
  color: var(--abb-ink) !important;
}

body.abb-mobile-v2 .abb-service-nav button {
  width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  border-radius: 50% !important;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08) !important;
}

body.abb-mobile-v2 .abb-user-nav button,
body.abb-mobile-v2 .enel-page-nav button {
  width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  border-radius: 50% !important;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.08) !important;
}

body.abb-mobile-v2 .abb-service-copy,
body.abb-mobile-v2 .abb-user-copy {
  box-shadow: none !important;
}

body.abb-mobile-v2.abb-service-page .abb-service-copy {
  width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  border-radius: 8px !important;
  background: #fff !important;
}

body.abb-mobile-v2.abb-user-profile-page .abb-user-copy {
  width: 22px !important;
  height: 22px !important;
  min-height: 22px !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: var(--abb-muted) !important;
}

body.abb-product-catalog-page .abb-product-page-head button,
body.abb-product-detail-page .abb-detail-top button {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Sanxin blue mobile refresh */
body.abb-mobile-v2.sx-theme {
  --sx-blue: #087cff;
  --sx-blue-dark: #063f9f;
  --sx-blue-deep: #041d67;
  --sx-ink: #08245c;
  --sx-muted: #6f87a8;
  --sx-soft: #eef7ff;
  --sx-card: #ffffff;
  --sx-line: #deebfb;
  --sx-green: #16b978;
  --sx-red: #ff4d67;
  --sx-shadow: 0 16px 34px rgba(8, 67, 160, 0.14);
  color: var(--sx-ink);
  background: #dfefff;
  font-family: Arial, "Helvetica Neue", sans-serif;
}

.sx-theme .abb-shell,
.sx-theme .abb-screen {
  width: min(100%, 430px);
  margin: 0 auto;
  background: var(--sx-soft);
}

.sx-auth {
  min-height: 100vh;
  padding: 0;
  overflow-y: auto;
  background: var(--sx-soft);
}

.sx-auth-hero {
  position: relative;
  min-height: 320px;
  margin: 0;
  padding: max(22px, env(safe-area-inset-top)) 22px 34px;
  overflow: hidden;
  color: #fff;
  background: #05266f;
}

.sx-auth-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 16, 64, 0.22), rgba(3, 23, 83, 0.1) 45%, rgba(3, 23, 83, 0.78)), var(--sx-auth-bg);
  background-size: cover;
  background-position: center top;
}

.sx-auth-hero > * {
  position: relative;
  z-index: 1;
}

.sx-auth-top,
.sx-home-top {
  min-height: 34px;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  gap: 8px;
}

.sx-auth-brand-only {
  grid-template-columns: 1fr;
}

.sx-brand {
  justify-self: center;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sx-lang,
.sx-auth-back,
.sx-home-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  font-weight: 800;
}

.sx-auth-back,
.sx-home-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.sx-auth-copy {
  width: 62%;
  margin-top: 36px;
}

.sx-auth-copy h1,
.sx-home-welcome h1 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.08;
  font-weight: 900;
}

.sx-auth-copy p,
.sx-home-welcome p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1.38;
}

.sx-auth-card {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: calc(100vh - 320px);
  margin: 0;
  padding: 24px 18px calc(22px + env(safe-area-inset-bottom));
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: none;
}

.sx-auth-card-head {
  margin-bottom: 14px;
}

.sx-auth-card-head h2 {
  margin: 0;
  color: var(--sx-ink);
  font-size: 18px;
  line-height: 1.15;
  font-weight: 900;
}

.sx-auth-card-head p {
  margin: 5px 0 0;
  color: var(--sx-muted);
  font-size: 12px;
  line-height: 1.35;
}

.sx-auth .abb-form {
  gap: 10px;
}

.sx-auth .abb-field {
  min-height: 46px;
  border: 1px solid var(--sx-line);
  border-radius: 8px;
  background: #fbfdff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.sx-auth .abb-field-icon {
  color: #7c96bc;
}

.sx-auth .abb-field input {
  height: 44px;
  color: var(--sx-ink);
  font-size: 13px;
}

.sx-auth .abb-form-row,
.sx-auth .abb-auth-check,
.sx-auth .abb-auth-switch {
  color: var(--sx-muted);
}

.sx-auth .abb-form-row a,
.sx-auth .abb-auth-check a,
.sx-auth .abb-auth-switch a {
  color: var(--sx-blue);
  font-weight: 900;
}

.sx-auth .abb-primary,
.sx-primary {
  min-height: 46px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0b8cff, #0066f5);
  color: #fff;
  box-shadow: 0 12px 22px rgba(0, 110, 245, 0.27);
}

.sx-auth-divider {
  margin: 16px 0 12px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  color: #9aadca;
  font-size: 11px;
}

.sx-auth-divider::before,
.sx-auth-divider::after {
  content: "";
  height: 1px;
  background: var(--sx-line);
}

.sx-social-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.sx-social-row button {
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff !important;
  color: var(--sx-blue) !important;
  box-shadow: 0 8px 18px rgba(8, 67, 160, 0.1);
}

.sx-home {
  min-height: 100vh;
  padding-bottom: calc(88px + env(safe-area-inset-bottom));
  background: var(--sx-soft);
}

.sx-home-hero {
  position: relative;
  min-height: 280px;
  padding: max(14px, env(safe-area-inset-top)) 16px 96px;
  overflow: hidden;
  color: #fff;
  background: #05266f;
}

.sx-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 20, 74, 0.18), rgba(5, 38, 111, 0.2) 48%, rgba(5, 38, 111, 0.9)), url("/static/sanxin/2.png");
  background-size: cover;
  background-position: center top;
}

.sx-home-hero > * {
  position: relative;
  z-index: 1;
}

.sx-home-top {
  grid-template-columns: 44px 1fr 86px;
}

.sx-home-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sx-home-welcome {
  margin-top: 24px;
  width: 58%;
}

.sx-home-banner {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 18px;
  z-index: 2;
  min-height: 74px;
  padding: 14px 16px;
  border-radius: 12px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(110deg, rgba(5, 65, 176, 0.96), rgba(11, 140, 255, 0.74)), url("/static/sanxin/5.png");
  background-size: cover;
  background-position: center;
  box-shadow: 0 14px 24px rgba(5, 65, 176, 0.24);
}

.sx-home-banner strong {
  display: block;
  max-width: 62%;
  font-size: 15px;
  line-height: 1.18;
}

.sx-home-banner small {
  display: block;
  margin-top: 5px;
  max-width: 62%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
}

.sx-home-body {
  margin-top: -48px;
  padding: 0 14px;
  position: relative;
  z-index: 3;
}

.sx-quick-grid {
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 8px;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--sx-shadow);
}

.sx-quick-grid a {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 7px;
  color: var(--sx-muted);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.sx-quick-grid i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(180deg, #f2f8ff, #e4f0ff);
  color: var(--sx-blue);
  font-style: normal;
  font-size: 20px;
}

.sx-assets-card {
  margin-top: 12px;
  padding: 15px;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--sx-shadow);
}

.sx-assets-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--sx-muted);
  font-size: 12px;
  font-weight: 800;
}

.sx-assets-card h2 {
  margin: 8px 0 12px;
  color: var(--sx-ink);
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.sx-assets-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.sx-assets-metrics article {
  padding: 10px;
  border-radius: 10px;
  background: #f3f8ff;
}

.sx-assets-metrics small {
  display: block;
  color: var(--sx-muted);
  font-size: 11px;
}

.sx-assets-metrics strong {
  display: block;
  margin-top: 5px;
  color: var(--sx-blue-dark);
  font-size: 14px;
}

.sx-section-head {
  margin: 16px 2px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.sx-section-head h2 {
  margin: 0;
  color: var(--sx-ink);
  font-size: 16px;
  font-weight: 900;
}

.sx-section-head a {
  color: var(--sx-blue);
  font-size: 12px;
  font-weight: 900;
}

.sx-product-list {
  display: grid;
  gap: 10px;
}

.sx-product-card {
  min-height: 96px;
  padding: 9px;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(8, 67, 160, 0.09);
}

.sx-product-card img {
  width: 78px;
  height: 78px;
  border-radius: 10px;
  object-fit: cover;
  background: #e5f0ff;
}

.sx-product-card h3 {
  margin: 0 0 5px;
  color: var(--sx-ink);
  font-size: 14px;
  line-height: 1.18;
  font-weight: 900;
}

.sx-product-card p,
.sx-product-card small {
  margin: 0;
  color: var(--sx-muted);
  font-size: 11px;
  line-height: 1.35;
}

.sx-product-card strong {
  color: var(--sx-blue);
}

.sx-product-card em {
  min-width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eef6ff;
  color: var(--sx-blue);
  font-style: normal;
  font-size: 22px;
}

.sx-withdrawal-strip {
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(8, 67, 160, 0.08);
}

.sx-withdrawal-strip .abb-withdrawal-track article,
.sx-withdrawal-empty {
  background: transparent;
}

body.abb-mobile-v2.sx-theme .enel-footer {
  background: transparent !important;
  box-shadow: none !important;
}

body.abb-mobile-v2.sx-theme .enel-footer .menubar {
  left: 50% !important;
  right: auto !important;
  bottom: max(10px, env(safe-area-inset-bottom)) !important;
  width: min(calc(100% - 28px), 402px) !important;
  min-height: 64px !important;
  padding: 7px 8px !important;
  transform: translateX(-50%);
  border: 1px solid rgba(222, 235, 251, 0.9) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 16px 30px rgba(8, 67, 160, 0.16) !important;
}

body.abb-mobile-v2.sx-theme .enel-footer .menubar a {
  border-radius: 12px !important;
  color: #8aa1c0 !important;
}

body.abb-mobile-v2.sx-theme .enel-footer .menubar a.active {
  background: #eaf4ff !important;
  color: var(--sx-blue) !important;
}

@media (max-width: 360px) {
  .sx-auth-copy,
  .sx-home-welcome,
  .sx-home-banner strong,
  .sx-home-banner small {
    max-width: none;
    width: 68%;
  }

  .sx-quick-grid {
    gap: 10px 4px;
  }
}

/* Sanxin shared app pages */
body.abb-mobile-v2.sx-theme {
  --abb-red: var(--sx-blue);
  --abb-red-dark: var(--sx-blue-dark);
  --abb-ink: var(--sx-ink);
  --abb-muted: var(--sx-muted);
  --abb-soft: var(--sx-soft);
  --abb-line: var(--sx-line);
  background: #dcecff !important;
}

body.abb-mobile-v2.sx-theme .abb-shell,
body.abb-mobile-v2.sx-theme .container,
body.abb-mobile-v2.sx-theme .abb-service-shell,
body.abb-mobile-v2.sx-theme .abb-user-shell,
body.abb-mobile-v2.sx-theme .abb-product-catalog,
body.abb-mobile-v2.sx-theme .abb-product-detail-v2 {
  width: min(100%, 430px);
  margin-left: auto;
  margin-right: auto;
  background: var(--sx-soft);
}

body.abb-mobile-v2.sx-theme .container,
body.abb-mobile-v2.sx-theme .abb-service-shell,
body.abb-mobile-v2.sx-theme .abb-user-shell,
body.abb-mobile-v2.sx-theme .abb-product-catalog,
body.abb-mobile-v2.sx-theme .abb-product-detail-v2 {
  min-height: calc(100vh - 70px);
  padding: 12px 14px calc(94px + env(safe-area-inset-bottom));
}

body.abb-mobile-v2.sx-theme .enel-page-nav,
body.abb-mobile-v2.sx-theme .abb-user-nav,
body.abb-mobile-v2.sx-theme .abb-service-nav,
body.abb-mobile-v2.sx-theme .abb-product-page-head,
body.abb-mobile-v2.sx-theme .abb-detail-top {
  position: relative;
  width: min(100%, 430px);
  min-height: 88px;
  margin: 0 auto;
  padding: max(16px, env(safe-area-inset-top)) 16px 22px;
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: start;
  gap: 10px;
  overflow: hidden;
  color: #fff;
  background: #063f9f;
}

body.abb-mobile-v2.sx-theme .enel-page-nav::before,
body.abb-mobile-v2.sx-theme .abb-user-nav::before,
body.abb-mobile-v2.sx-theme .abb-service-nav::before,
body.abb-mobile-v2.sx-theme .abb-product-page-head::before,
body.abb-mobile-v2.sx-theme .abb-detail-top::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 65, 176, 0.18), rgba(4, 30, 99, 0.78)), url("/static/sanxin/7.png");
  background-size: cover;
  background-position: center;
}

body.abb-mobile-v2.sx-theme .enel-page-nav > *,
body.abb-mobile-v2.sx-theme .abb-user-nav > *,
body.abb-mobile-v2.sx-theme .abb-service-nav > *,
body.abb-mobile-v2.sx-theme .abb-product-page-head > *,
body.abb-mobile-v2.sx-theme .abb-detail-top > * {
  position: relative;
  z-index: 1;
}

body.abb-mobile-v2.sx-theme .enel-page-nav strong,
body.abb-mobile-v2.sx-theme .abb-user-nav strong,
body.abb-mobile-v2.sx-theme .abb-service-nav strong,
body.abb-mobile-v2.sx-theme .abb-product-page-head h1 {
  color: #fff;
  text-align: center;
  font-size: 19px;
  line-height: 1.08;
  font-weight: 900;
}

body.abb-mobile-v2.sx-theme .enel-page-nav button,
body.abb-mobile-v2.sx-theme .abb-user-nav button,
body.abb-mobile-v2.sx-theme .abb-service-nav button,
body.abb-mobile-v2.sx-theme .abb-product-page-head button,
body.abb-mobile-v2.sx-theme .abb-detail-top button,
body.abb-mobile-v2.sx-theme .abb-user-nav a {
  width: 36px !important;
  height: 36px !important;
  min-height: 36px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
  box-shadow: none !important;
  backdrop-filter: blur(8px);
}

body.abb-mobile-v2.sx-theme .enel-page-nav + .container,
body.abb-mobile-v2.sx-theme .abb-user-nav + .abb-user-shell,
body.abb-mobile-v2.sx-theme .abb-service-nav + .abb-service-shell,
body.abb-mobile-v2.sx-theme .abb-product-page-head + *,
body.abb-mobile-v2.sx-theme .abb-detail-top + * {
  margin-top: -24px;
  position: relative;
  z-index: 2;
  border-radius: 18px 18px 0 0;
}

body.abb-mobile-v2.sx-theme .enel-recharge-hero,
body.abb-mobile-v2.sx-theme .enel-withdraw-hero,
body.abb-mobile-v2.sx-theme .enel-cash-hero,
body.abb-mobile-v2.sx-theme .enel-team-hero,
body.abb-mobile-v2.sx-theme .enel-task-share,
body.abb-mobile-v2.sx-theme .enel-treasure-hero,
body.abb-mobile-v2.sx-theme .enel-account-form-hero,
body.abb-mobile-v2.sx-theme .abb-service-hero,
body.abb-mobile-v2.sx-theme .abb-user-profile-card,
body.abb-mobile-v2.sx-theme .enel-device-summary {
  border: 0 !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, rgba(6, 63, 159, 0.98), rgba(11, 140, 255, 0.82)), url("/static/sanxin/5.png") !important;
  background-size: cover !important;
  background-position: center !important;
  color: #fff !important;
  box-shadow: 0 15px 26px rgba(5, 65, 176, 0.22) !important;
}

body.abb-mobile-v2.sx-theme .enel-recharge-hero *,
body.abb-mobile-v2.sx-theme .enel-withdraw-hero *,
body.abb-mobile-v2.sx-theme .enel-cash-hero *,
body.abb-mobile-v2.sx-theme .enel-team-hero *,
body.abb-mobile-v2.sx-theme .enel-task-share *,
body.abb-mobile-v2.sx-theme .enel-treasure-hero *,
body.abb-mobile-v2.sx-theme .enel-account-form-hero *,
body.abb-mobile-v2.sx-theme .abb-service-hero *,
body.abb-mobile-v2.sx-theme .abb-user-profile-card *,
body.abb-mobile-v2.sx-theme .enel-device-summary * {
  color: inherit;
}

body.abb-mobile-v2.sx-theme .enel-recharge-card,
body.abb-mobile-v2.sx-theme .enel-withdraw-card,
body.abb-mobile-v2.sx-theme .enel-withdraw-summary,
body.abb-mobile-v2.sx-theme .enel-recharge-info-card,
body.abb-mobile-v2.sx-theme .enel-share-card,
body.abb-mobile-v2.sx-theme .enel-level-steps,
body.abb-mobile-v2.sx-theme .enel-level-card,
body.abb-mobile-v2.sx-theme .enel-investor-panel,
body.abb-mobile-v2.sx-theme .enel-record-item,
body.abb-mobile-v2.sx-theme .enel-cash-summary-item,
body.abb-mobile-v2.sx-theme .enel-cash-title-card,
body.abb-mobile-v2.sx-theme .enel-cash-record,
body.abb-mobile-v2.sx-theme .enel-account-form-card,
body.abb-mobile-v2.sx-theme .abb-service-quick,
body.abb-mobile-v2.sx-theme .abb-service-link-card,
body.abb-mobile-v2.sx-theme .abb-service-account-card,
body.abb-mobile-v2.sx-theme .abb-service-info-card,
body.abb-mobile-v2.sx-theme .abb-user-stat-grid,
body.abb-mobile-v2.sx-theme .abb-user-menu-list,
body.abb-mobile-v2.sx-theme .abb-user-image-banner,
body.abb-mobile-v2.sx-theme .enel-task-card,
body.abb-mobile-v2.sx-theme .enel-treasure-card,
body.abb-mobile-v2.sx-theme .enel-telegram-reward,
body.abb-mobile-v2.sx-theme .abb-detail-price-card,
body.abb-mobile-v2.sx-theme .abb-detail-advantages,
body.abb-mobile-v2.sx-theme .abb-catalog-item,
body.abb-mobile-v2.sx-theme .product-showcase-card,
body.abb-mobile-v2.sx-theme .enel-device-empty {
  border: 1px solid rgba(222, 235, 251, 0.92) !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(8, 67, 160, 0.08) !important;
}

body.abb-mobile-v2.sx-theme .abb-catalog-item {
  grid-template-columns: 88px minmax(0, 1fr) 28px;
  min-height: 112px;
}

body.abb-mobile-v2.sx-theme .abb-catalog-item figure {
  width: 88px;
  height: 92px;
}

body.abb-mobile-v2.sx-theme .abb-catalog-item small span:first-child,
body.abb-mobile-v2.sx-theme .abb-detail-price-card strong,
body.abb-mobile-v2.sx-theme .enel-record-amount strong,
body.abb-mobile-v2.sx-theme .record-side strong,
body.abb-mobile-v2.sx-theme .enel-cash-value,
body.abb-mobile-v2.sx-theme .enel-cash-record.income .enel-record-amount strong {
  color: var(--sx-blue) !important;
}

body.abb-mobile-v2.sx-theme .enel-record-tabs,
body.abb-mobile-v2.sx-theme .enel-cash-filter,
body.abb-mobile-v2.sx-theme .abb-product-tabs {
  padding: 4px;
  border-radius: 10px;
  background: #e9f4ff;
}

body.abb-mobile-v2.sx-theme .enel-record-tabs a,
body.abb-mobile-v2.sx-theme .enel-cash-filter button,
body.abb-mobile-v2.sx-theme .abb-product-tabs button {
  border-radius: 8px !important;
  background: transparent !important;
  color: var(--sx-muted) !important;
}

body.abb-mobile-v2.sx-theme .enel-record-tabs a.active,
body.abb-mobile-v2.sx-theme .enel-cash-filter button.active,
body.abb-mobile-v2.sx-theme .abb-product-tabs button.active {
  background: var(--sx-blue) !important;
  color: #fff !important;
}

body.abb-mobile-v2.sx-theme .abb-primary,
body.abb-mobile-v2.sx-theme .abb-detail-buy,
body.abb-mobile-v2.sx-theme .enel-withdraw-submit,
body.abb-mobile-v2.sx-theme .enel-save-account-btn,
body.abb-mobile-v2.sx-theme .enel-treasure-submit,
body.abb-mobile-v2.sx-theme .task-btn.ready,
body.abb-mobile-v2.sx-theme .enel-copy-field button,
body.abb-mobile-v2.sx-theme .copy-btn,
body.abb-mobile-v2.sx-theme .rechargeBtn.active {
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #0b8cff, #0066f5) !important;
  color: #fff !important;
  box-shadow: 0 12px 22px rgba(0, 110, 245, 0.24) !important;
}

body.abb-mobile-v2.sx-theme .enel-form-field div,
body.abb-mobile-v2.sx-theme .enel-amount-input,
body.abb-mobile-v2.sx-theme .enel-gift-input,
body.abb-mobile-v2.sx-theme .abb-field {
  border-color: var(--sx-line) !important;
  border-radius: 10px !important;
  background: #fbfdff !important;
}

body.abb-mobile-v2.sx-theme .record-icon,
body.abb-mobile-v2.sx-theme .enel-record-icon,
body.abb-mobile-v2.sx-theme .task-icon,
body.abb-mobile-v2.sx-theme .enel-bank-icon,
body.abb-mobile-v2.sx-theme .enel-treasure-icon,
body.abb-mobile-v2.sx-theme .abb-service-quick i,
body.abb-mobile-v2.sx-theme .abb-service-card-head i,
body.abb-mobile-v2.sx-theme .abb-service-account-card i,
body.abb-mobile-v2.sx-theme .abb-user-menu-list i,
body.abb-mobile-v2.sx-theme .abb-user-stat-grid span {
  background: #eaf4ff !important;
  color: var(--sx-blue) !important;
}

body.abb-mobile-v2.sx-theme .enel-payment-option.active,
body.abb-mobile-v2.sx-theme .amount-option.active {
  border-color: var(--sx-blue) !important;
  background: #eaf4ff !important;
  color: var(--sx-blue) !important;
}

body.abb-mobile-v2.sx-theme .enel-footer,
body.abb-mobile-v2 .sx-footer {
  pointer-events: none;
}

body.abb-mobile-v2.sx-theme .enel-footer .menubar,
body.abb-mobile-v2 .sx-footer .menubar {
  pointer-events: auto;
}

body.abb-mobile-v2.sx-theme .enel-footer,
body.abb-mobile-v2.sx-theme .sx-footer {
  background: transparent !important;
  box-shadow: none !important;
}

body.abb-mobile-v2.sx-theme .enel-footer .menubar,
body.abb-mobile-v2.sx-theme .sx-footer .menubar {
  left: 50% !important;
  right: auto !important;
  bottom: max(10px, env(safe-area-inset-bottom)) !important;
  width: min(calc(100% - 28px), 402px) !important;
  min-height: 64px !important;
  padding: 7px 8px !important;
  transform: translateX(-50%);
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid rgba(222, 235, 251, 0.9) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: 0 16px 30px rgba(8, 67, 160, 0.16) !important;
}

body.abb-mobile-v2.sx-theme .enel-footer .menubar a {
  min-width: 0;
  min-height: 50px !important;
  border-radius: 12px !important;
  color: #8aa1c0 !important;
  font-size: 10px !important;
}

body.abb-mobile-v2.sx-theme .enel-footer .menubar a.active {
  background: #eaf4ff !important;
  color: var(--sx-blue) !important;
}

body.abb-mobile-v2.sx-theme .enel-tab-icon svg {
  width: 21px;
  height: 21px;
}

body.abb-mobile-v2.sx-theme.abb-product-detail-page .abb-product-detail-v2 {
  padding-bottom: calc(112px + env(safe-area-inset-bottom));
}
